.contenedor{
    width: 100%;
    height: auto;
    display: block;
}
.grilla{
    max-width: 1140px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:auto !important;
    top:0;
    left:0;
}
.bx-wrapper {
    margin-bottom: 0!important; 
    box-shadow: none!important;
    border: none!important;
    background: #000!important;
}
.bxslider, .bxslider li{
    height: auto !important;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.slider > li{
    height: calc(100vh - 100px)!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden!important;
}
.contenedor_dest_home > .bx-wrapper .bx-next {
    right: 10px!important;
    background: url(../img/controls.png) no-repeat -39px -0px!important;
}
.contenedor_dest_home > .bx-wrapper .bx-next:hover {
    right: 10px!important;
    background: url(../img/controls.png) no-repeat -39px -42px!important;
}
.contenedor_dest_home > .bx-wrapper .bx-prev {
    left: 10px!important;
    background: url(../img/controls.png) no-repeat 5px -0px!important;
}
.contenedor_dest_home > .bx-wrapper .bx-prev:hover {
    left: 10px!important;
    background: url(../img/controls.png) no-repeat 5px -42px!important;
}
.bx-wrapper .bx-controls-direction a {
    width: 45px;
    height: 45px;
}
.contenedor_dest_home{
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0 0;
}
.destacado_home{
    width: 100%;
    height: calc(100vh - 100px);
    display: block;
    position: relative;
    background-color: #ffffff;
}
.caja_slider{
    
}
.volando{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;  
}
.text_dest{
    z-index: 99999999;
    margin: auto;
    width: 85%;
    height: auto;
}
.tit_dest{
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 46px;
    color: #808a94;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}
.bajada_dest{
    width: 80%;
    height: auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #315aa2;
    display: block;
    margin: 10px auto;
}
.flecha{
    width: 27px;
    height: auto;
    display: block;
    margin: 140px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    top: auto;
}
.fotos_misc{
    width: 100%;
    height: 80px;
    display: none;
    position: relative;
}
.cont_fotos_m{
    text-align: center;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    top: -50px;
    bottom: auto;
}
.foto_m{
    max-width: calc(95% / 3);
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    border-bottom: 3px solid #30b2ed;
}
.sec_quienes_somos{
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 0 30px;
}
.caja_quienes{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.tit_quienes{
    color:#30b2ed;
    font-size: 28px;
    margin: 40px 0 20px;
}
.bajada_quienes{
    font-size: 11px;
    line-height: 16px;
    color: #808a94;
    width: 90%;
    height: auto;
    display: block;
    margin: 10px auto 20px;
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;

}
.bajada_quienes > span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color:#30b2ed;
    font-style: italic;
}
.sec_mision{
    width: 100%;
    height: auto;
    display: block;
    padding: 40px 0;
    background: url('../img/fondo_mision.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #f7f8fa;
    position: relative;
}
.caja_mision{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.sombra_mision{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
}
.tit_mision{
    color:#30b2ed;
    font-size: 28px;
    margin: 10px 0 20px;
}
.bajada_mision{
    font-size: 11px;
    line-height: 16px;
    color: #808a94;
    width: 80%;
    height: auto;
    display: block;
    margin: 10px auto 20px;
	 text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.mision_mapa{
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto 10px;
}
@media screen and (min-width:500px){
    .tit_quienes{
        color:#30b2ed;
        font-size: 34px;
        margin: 40px 0 20px;
    }
}
@media screen and (min-width:850px){
    .contenedor{
        width: 100%;
        height: auto;
        display: block;
    }
    .grilla{
        max-width: 1140px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0 20px;
    }
    .bx-viewport, .bx-wrapper{
        position:relative;
        width:100%;
        height:auto !important;
        top:0;
        left:0;
    }
    .bx-wrapper {
        margin-bottom: 0!important; 
        box-shadow: none!important;
        border: none!important;
        background: #000!important;
    }
    .bxslider, .bxslider li{
        height: auto !important;
    }
    .bxslider li{
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto 100%;
    }
    .bx-wrapper .bx-viewport{
        border: none !important;
    }
    .slider > li{
        height: calc(100vh - 132px)!important;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        overflow: hidden!important;
    }
    .contenedor_dest_home > .bx-wrapper .bx-next {
        right: 10px!important;
        background: url(../img/controls.png) no-repeat -39px -0px!important;
    }
    .contenedor_dest_home > .bx-wrapper .bx-next:hover {
        right: 10px!important;
        background: url(../img/controls.png) no-repeat -39px -42px!important;
    }
    .contenedor_dest_home > .bx-wrapper .bx-prev {
        left: 10px!important;
        background: url(../img/controls.png) no-repeat 5px -0px!important;
    }
    .contenedor_dest_home > .bx-wrapper .bx-prev:hover {
        left: 10px!important;
        background: url(../img/controls.png) no-repeat 5px -42px!important;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 45px;
        height: 45px;
    }
    .contenedor_dest_home{
        width: 100%;
        height: auto;
        display: block;
        padding: 132px 0 0;
    }
    .destacado_home{
        width: 100%;
        height: calc(100vh - 132px);
        display: block;
        position: relative;
        background-color: #ffffff;
    }
    .caja_slider{

    }
    .volando{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;  
    }
    .text_dest{
        z-index: 99999999;
        margin: auto;
        width: 70%;
        height: auto;
    }
    .tit_dest{
        width: 100%;
        height: auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 60px;
        line-height: 64px;
        color: #808a94;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
        display: block;
        margin: 0 auto;
    }
    .bajada_dest{
        width: 80%;
        height: auto;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #315aa2;
        display: block;
        margin: 10px auto;
    }
    .flecha{
        width: 27px;
        height: auto;
        display: block;
        margin: 120px auto 0;
        position: static;
        bottom: 0;
    }
    .fotos_misc{
        width: 100%;
        height: 150px;
        display: block;
        position: relative;
    }
    .cont_fotos_m{
        text-align: center;
        position: absolute;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        top: -100px;
        bottom: auto;
    }
    .foto_m{
        max-width: calc(85% / 3);
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-bottom: 3px solid #30b2ed;
    }
    .sec_quienes_somos{
        width: 100%;
        height: auto;
        display: block;
        padding: 40px 0;
    }
    .caja_quienes{
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .tit_quienes{
        color:#30b2ed;
        font-size: 34px;
        margin: 10px 0 20px;
    }
    .bajada_quienes{
        font-size: 14px;
        line-height: 19px;
        color: #808a94;
        width: 70%;
        height: auto;
        display: block;
        margin: 10px auto 20px;
    }
    .bajada_quienes > span{
        display: block;
        font-size: 20px;
        line-height: 24px;
        color:#30b2ed;
        font-style: italic;
    }
    .sec_mision{
        width: 100%;
        height: auto;
        display: block;
        padding: 40px 0;
        background: url('../img/fondo_mision.jpg');
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        background-color: #f7f8fa;
        position: relative;
    }
    .caja_mision{
        width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .sombra_mision{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
    }
    .tit_mision{
        color:#30b2ed;
        font-size: 34px;
        margin: 10px 0 20px;
    }
    .bajada_mision{
        font-size: 14px;
        line-height: 19px;
        color: #808a94;
        width: 70%;
        height: auto;
        display: block;
        margin: 10px auto 20px;
    }
    .mision_mapa{
        max-width: 500px;
        width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
    }
}
@media screen and (min-width:1024px){
    .tit_dest{
        width: 100%;
        height: auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 80px;
        line-height: 82px;
        color: #808a94;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
        display: block;
        margin: 0 auto;
    }
    .bajada_dest{
        width: 80%;
        height: auto;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        color: #315aa2;
        display: block;
        margin: 10px auto;
    }
}