@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: "futura medium";
    src: url('fonts/Futura Medium.otf') format("truetype");
}

body{
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #5f5f5f;    
}

a {color: #2e3568}

a:hover, a:visited, a:link, a:active {text-decoration: none; color: #182058}
footer a, footer a:hover, footer a:visited, footer a:link, footer a:active { text-decoration: none; color: white;}
button a, button a:hover, button a:visited, button a:link, button a:active { text-decoration: none; color: white;}
p{text-align: left; font-size: 16px; font-family: 'Open Sans'; font-weight: 300; color:#5f5f5f;margin-bottom: 0;}

h1{
    font-size: 43.62px;
    font-family: "futura medium";
    text-align: left;
    color: #2e3568;
    font-weight: 600;
    letter-spacing: 2px;
    bottom: 0;
    text-transform: uppercase;
    margin: 0px
}

.titulo_formacion h1{font-size: 30px;letter-spacing: 1px}

h3{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "futura medium";
    text-align: left;
    color: #00b1b4;
    bottom: 0;
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    font-family: "futura medium";
    text-align: left;
    text-transform: uppercase;
    color: #2e3568
}

.titulo_bienvenida {
    font-size: 43.62px;
    font-family: "futura medium";
    text-align: left;
    color: #00b1b4;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 2px;
    bottom: 0;
    text-transform: uppercase;
}

.titulo_bienvenida>span{
    color: #2e3568;
}

.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}


.separa-5{
    height: 5px;
}

.separa-10{
    height: 10px;
}

.separa-20{
    height: 20px;
}

.separa-40{
    height: 40px;
}

.separa-30{
    height: 30px;
}

.separa-50{
    height: 50px;
}

.portada{
    overflow: hidden;
}


/*   cabecera   */

.cabecera{
    height: 50px;
    background-color: #f6f6f6;
}

.cabecera>.container{
    height: 50px;
}

.rectanguloSuperiorClaro{
    height: 50px;
    background-color: #00b1b4;
    width: 345px;
    float: right;
    margin-left: 5px;
    padding: 12px 10px;
}

.rectanguloSuperiorClaro img{
    height: 25px;
    margin-right: 10px;
}

.rectanguloSuperiorClaro p{
    font-size: 16px;
    color: #ffffff;
    font-family: 'futura medium';
}

.rectanguloSuperiorOscuro{
    height: 50px;
    background-color: #003c68;
    width: 280px;
    float: right;
    padding: 12px 15px;
}

.rectanguloSuperiorOscuro img{
    height: 25px;
    margin-right: 10px;
}

.rectanguloSuperiorOscuro p{
    font-size: 16px;
    color: #ffffff;
    font-family: 'futura medium';
}

.rectanguloSuperiorOscuro.redes{
    width: auto; font-size: 18px; margin-left: 5px;  
}

.rectanguloSuperiorOscuro.redes a{
    margin: 0px 7.5px    
}

/* -- menu_principal -- */

.menu_principal{
    min-height: 100px;
    background-color: #ffffff;
}

.navbar-default {
    background-color: transparent;
    border: none; 
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar {
    min-height: 100px;
    z-index: 1;
    margin-bottom: 0px;
}

.logo img{
    height: 120px;
    bottom: 19px;
    position: absolute;
    transition: 0.2s;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin-top: -41px;
}

.navbar-nav>li>a {
    height: 100px;
    font-family: 'futura medium';
    font-size: 12px;
    color: #00426c !important;
    line-height:70px; 
    padding: 15px 12px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: currentColor;
    background-color: #f2fbfb;
}

.navbar-nav>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #00b1b4;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-nav>li>a:hover:before, .navbar-nav>li>a:focus:before, .navbar-nav>li>a:active:before {
    left: 0;
    right: 0;
}

.navbar.MiNavbar-fixedTop{
    position: fixed;
    top: 0;
    width: 1109px;
    background-color: #ffffff;
    z-index: 3;
}

.navbar.MiNavbar-fixedTop:before{
    position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    height: 100px;
    z-index: -1;
    margin-left: -100%;
}

.navbar.MiNavbar-fixedTop:after{
    position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    height: 100px;
    z-index: -1;
    margin-right: -100%;
}

.MiNavbar-fixedTop>.navbar-collapse>.logo img{
    transition: 0.2s;
    height: 80px;
    bottom: 12px;
    position: absolute;
}

/*   slider   */

.sliderBorder{
    /*height: 820px;
    background-color: #eaf9f9;
    -webkit-clip-path: polygon(0 87%, 2% 85.5%, 4% 84.5%, 6% 84%, 8% 83.5%, 11% 83%, 14% 83%, 17% 83.5%, 19% 84%, 22% 85%, 24% 86%, 26% 87%, 29% 89%, 29% 89%, 34% 92%, 34% 92%, 36% 93%, 38% 94%, 43% 96%, 46% 97%, 46% 97%, 51% 98.5%, 55% 99%, 57% 99%, 61% 98.5%, 63% 98%, 67% 97%, 67% 97%, 71% 95.5%, 72% 95%, 73% 94.5%, 75% 93.5%, 78% 92%, 80% 91%, 83% 89%, 88% 85%, 88% 85%, 90% 83%, 91% 82%, 93% 80%, 96% 77%, 98% 75%, 100% 73%, 100% 72%, 100% 66%, 100% 0, 0 0);
    clip-path: polygon(0 87%, 2% 85.5%, 4% 84.5%, 6% 84%, 8% 83.5%, 11% 83%, 14% 83%, 17% 83.5%, 19% 84%, 22% 85%, 24% 86%, 26% 87%, 29% 89%, 29% 89%, 34% 92%, 34% 92%, 36% 93%, 38% 94%, 43% 96%, 46% 97%, 46% 97%, 51% 98.5%, 55% 99%, 57% 99%, 61% 98.5%, 63% 98%, 67% 97%, 67% 97%, 71% 95.5%, 72% 95%, 73% 94.5%, 75% 93.5%, 78% 92%, 80% 91%, 83% 89%, 88% 85%, 88% 85%, 90% 83%, 91% 82%, 93% 80%, 96% 77%, 98% 75%, 100% 73%, 100% 72%, 100% 66%, 100% 0, 0 0);*/
}

.sliderAround{
    height: 775px;
    position: relative;
    /*height: 810px;
    background-color: #00b1b4;
    position: relative;
    -webkit-clip-path: polygon(0 87%, 2% 85.5%, 4% 84.5%, 6% 84%, 8% 83.5%, 11% 83%, 14% 83%, 17% 83.5%, 19% 84%, 22% 85%, 24% 86%, 26% 87%, 29% 89%, 29% 89%, 34% 92%, 34% 92%, 36% 93%, 38% 94%, 43% 96%, 46% 97%, 46% 97%, 51% 98.5%, 55% 99%, 57% 99%, 61% 98.5%, 63% 98%, 67% 97%, 67% 97%, 71% 95.5%, 72% 95%, 73% 94.5%, 75% 93.5%, 78% 92%, 80% 91%, 83% 89%, 88% 85%, 88% 85%, 90% 83%, 91% 82%, 93% 80%, 96% 77%, 98% 75%, 100% 73%, 100% 72%, 100% 66%, 100% 0, 0 0);
    clip-path: polygon(0 87%, 2% 85.5%, 4% 84.5%, 6% 84%, 8% 83.5%, 11% 83%, 14% 83%, 17% 83.5%, 19% 84%, 22% 85%, 24% 86%, 26% 87%, 29% 89%, 29% 89%, 34% 92%, 34% 92%, 36% 93%, 38% 94%, 43% 96%, 46% 97%, 46% 97%, 51% 98.5%, 55% 99%, 57% 99%, 61% 98.5%, 63% 98%, 67% 97%, 67% 97%, 71% 95.5%, 72% 95%, 73% 94.5%, 75% 93.5%, 78% 92%, 80% 91%, 83% 89%, 88% 85%, 88% 85%, 90% 83%, 91% 82%, 93% 80%, 96% 77%, 98% 75%, 100% 73%, 100% 72%, 100% 66%, 100% 0, 0 0);*/
}

.sliderAround img{
    height: 355px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.relativo{
    position: relative;
}

.buscaCurso{
    position: absolute;
    width: 340px;
    height: 378px;
    background-color: rgba(0,177,180,0.8);
    border-radius: 25px;
    border: 7px solid #ffffff;
    top: 109px;
    right: 0;
    z-index: 2;
}

.buscaCurso p{
    font-family: 'futura medium';
    font-size: 24.82px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}

.buscaCurso select{
    height: 40px;
    width: 264px;
    margin: 0 31px 12px;

}

.botonBuscador button{
    position: absolute;
    bottom: 28px;
    width: 263px;
    left: auto;
    right: auto;

}

.botonBuscador button i{  
    margin-right: 10px;
}

.botonBuscador .boton:before {
    background: #ffffff;
}

.botonBuscador .boton:hover, .botonBuscador .boton:focus, .botonBuscador .boton:active {
    color: black;
    background-color: #003c68;
}

.slider{
    height: 775px;
    background-color: #ffffff;
    /*-webkit-clip-path: polygon(0 89%, 3% 87%, 5% 86%, 8% 85%, 13% 84%, 16% 84%, 20% 85%, 23% 86%, 23% 86%, 25% 87%, 28% 89%, 31% 91%, 31% 91%, 33% 92%, 35% 93%, 39% 95%, 42% 96%, 45% 97%, 49% 98%, 53% 99%, 53% 99%, 55% 99%, 57% 99%, 61% 98%, 64% 97%, 67% 96%, 69% 95%, 71% 94%, 73% 93%, 76% 91%, 76% 91%, 76% 91%, 79% 89%, 83% 86%, 85% 84%, 87% 82%, 89% 80%, 92% 76%, 93% 75%, 96% 71%, 98% 68%, 100% 64%, 100% 66%, 100% 0, 0 0);
    clip-path: polygon(0 89%, 3% 87%, 5% 86%, 8% 85%, 13% 84%, 16% 84%, 20% 85%, 23% 86%, 23% 86%, 25% 87%, 28% 89%, 31% 91%, 31% 91%, 33% 92%, 35% 93%, 39% 95%, 42% 96%, 45% 97%, 49% 98%, 53% 99%, 53% 99%, 55% 99%, 57% 99%, 61% 98%, 64% 97%, 67% 96%, 69% 95%, 71% 94%, 73% 93%, 76% 91%, 76% 91%, 76% 91%, 79% 89%, 83% 86%, 85% 84%, 87% 82%, 89% 80%, 92% 76%, 93% 75%, 96% 71%, 98% 68%, 100% 64%, 100% 66%, 100% 0, 0 0);*/
    overflow: hidden;
}

.slider>.bx-wrapper .bx-viewport {
    border: none !important;
    background: transparent !important;
    box-shadow: 0 0 0px #ccc !important;
    width: 100% !important;
    left: 0px !important;
    height: 775px;
}

.promo .padre_imagen {
    height: 775px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.promo .padre_imagen .imagen{
    height: 775px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.flechasTop{
    position: absolute;
    z-index: 9999;
    color: rgba(208,220,230,0.5);
    font-size: 70px;
}

.flechasTop.unoTop {
    left: 20px;
} 

.flechasTop.dosTop {
    right: 20px;
}    

.circuloFlechaUno{
    height: 70px;
    width: 70px;
    z-index: 1;
    top: calc(273px);
    left: 35px;
    border-radius: 35px;
    position: absolute;
    background-color: rgba(0,60,104,0.5);
}

.circuloFlechaDos{
    height: 70px;
    width: 70px;
    z-index: 1;
    top: calc(273px);
    right: 35px;
    border-radius: 35px;
    position: absolute;
    background-color: rgba(0,60,104,0.5);
}



/*   seccion   */

.lateral {
    float: left;
    border: 0px solid #ccc;
    background-color: transparent;
    height: 530px;
}

.lateral button:first-child, .lateral button:last-child{
    height: 150px;
    margin-bottom: 40px;
    background-color: #003c68;
    color: black;
    padding: 0px 25px 0px 25px;
    width: 320px;
    border: none;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.lateral a:nth-child(2) button{
    height: 150px;
    margin-bottom: 40px;
    background-color: #00b1b4;
    color: black;
    padding: 0px 25px 0px 25px;
    width: 320px;
    border: none;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.lateral button:first-child:before, .lateral button:last-child:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #002948;
    border-radius: 30px;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.lateral a:nth-child(2):before button{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #007c80;
    border-radius: 30px;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.lateral button:hover:before, .lateral button:focus:before, .lateral button:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 6px;
}

.contenido {
    float: left;
    padding: 0px 12px;
    border: 0px solid #ccc;
    border-left: none;
    min-height: 528px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.contenido_boton img{
    height: 70px;
    margin-right: 13px;
}

.textoBoton h3{
    font-size: 20.74px;
    font-family: 'futura medium';
    color: #ffffff;
    text-align: left;
}

.textoContenido{
    height: 355px;
    position: relative;
}

.textoContenido img{
    height: 65px;
    margin-right: 13px;
    float: left;
    margin-top: -20px;
}

.botonContenido{
    right: 0;
    margin-top: 20px;
}

.boton {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 16px 50px;
    border-radius: 0;
    border: none;
    background-color: #003c68;
    color: white;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    right: 0;
    float: right;
    vertical-align: bottom;
    bottom: 0;
}

.boton:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00b1b4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.boton:hover, .boton:focus, .boton:active {
    color: #ffffff;
    background-color: #003c68;
}
.boton:hover:before, .boton:focus:before, .boton:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*   articulo   */

.por_encima{
    border-top: 10px solid #00b1b4;
}

.articulo .padre_imagen {
    min-height: 725px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.articulo .padre_imagen .imagen{
    min-height: 725px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out;
    position: absolute;
    min-height: 910px;
}

.cuadroTexto{
    min-height: 495px;
    background-color: rgba(255,255,255,0.8);
    padding: 0 25px;
}

.textoCuadro h2{
    font-size: 30px;
    color: #003c68;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.textoCuadro p{
    font-size: 14px;
}

.botonArticulo{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0;    
}

.botonArticulo>.boton{
    background-color: #00b1b4;
}

.botonArticulo>.boton:before{
    background-color: #003c68;
}


/*   patrocinadores   */ 

.sliderPatrocinadores{
    overflow: hidden;
}

.row{
    position: relative;
}

.sliderP> .bx-wrapper{
    margin: 0 !important;
    max-width: 1139px !important;
}

.sliderP> .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.patrocinadores .padre_imagen {
    height: 60px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.patrocinadores .padre_imagen .imagen{
    height: 60px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s ease-in-out;
}

.patrocinadores .columnas{
    width: 280px !important
}

.flechas{
    position: absolute;
    z-index: 1;
    color: #d1f1f1;
    font-size: 70px;
}

.flechas.uno {
    top: calc(0px);
    left: -35px;
} 

.flechas.dos {
    top: calc(0px);
    right: -35px;
}

/*   footer   */


.footerDatos{
    min-height: 343px;
    width: 100%;
    background-color: #003c68; 
}

.footerDatos>.container>.row>div{
    min-height: 343px;
    position: relative;
}

.circuloLogo{
    height: 290px;
    width: 290px;
    background-color: #d4edff;
    position: absolute;
    bottom: -40px;
    border-radius: 145px;
    border: 13px solid #18547f;
    left: 0;
}

.circuloLogo a img{
    height: 136px;
    margin-top: -25px;
}

.datos h3{
    font-size:20px; 
    font-family: "futura medium";
    color: #00b1b4;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-left: 5px solid #00b1b4;
    padding-left: 15px;
}

.datos p{
    font-size:14px; 
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 21px;
}

.datos div a p:hover{
    color: lightgray;
}

.datos>div{
    position: relative;
}

.punto:before{
    height: 7px;
    width: 7px;
    float: left;
    border-radius: 4px;
    background-color: #00b1b4;
    position: absolute;
    content: "";
    margin-top: 5px;
}

.redesFooter>a>.fa{
    color: #00b1b4;
    font-size: 20px;
    margin: 0 16px 0 0;
}

.redesFooter>a>.fa:hover{
    transition: 0.2s;
    transform:scale(1.5); 
}

.centros h3{
    font-size:20px; 
    font-family: "futura medium";
    color: #00b1b4;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-left: 5px solid #00b1b4;
    padding-left: 15px;
}

.centros p{
    font-size:14px; 
    color: #ffffff;
    padding-left: 21px;
}

.centros>div{
    position: relative;
}

.footerCopyright{
    width: 100%;
    background-color: #18547f;
    border-bottom: 6px solid #00b1b4;
}

.copyright p{
    text-align: right;
    color: #ffffff;
    font-size: 14px;
}

.copyright p a:hover{
    color: lightgray;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #f2fbfb;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #f2fbfb;
}

.banner_superior{
    width: 100%; background-position: center; background-size: cover
}

.banner_superior:after {
    content: "";
    padding-top: 10%;
    display: block;
}
/*.titulo_zone>.container{padding: 0px}*/
.texto_bienvenida h2{margin: 0px; color: #00b1b4; font-size: 26px; margin-bottom: 5px}
.texto_bienvenida img {    height: 70px;
    margin-top: 5px;
    margin-right: 10px;}
.lista_archivos {margin: 0px; padding: 0px;}
.lista_archivos li {margin: 0px; padding: 15px; list-style: none}
.lista_archivos li:nth-child(odd) {background-color: rgba(0, 177, 180, 0.15)}
.redes a {color: #fff}
.redes .fa:hover {color: #00b1b4}
.nav-pills>li>a {
    border-radius: 4px;
    background-color: #00b0b5;
    background-color: #003C67;
    color: #fff
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #003C67;
    background-color: #00b0b5;
}
.nav-stacked>li+li {
    margin-top: 10px;
    margin-left: 0;
}

.dropdown-menu>li>a {
    padding: 10px 15px;
    font-family: 'futura medium';
    font-size: 14px;
    text-transform: uppercase;
    color: #00426c !important
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600
}

.marco_gris {background-color: rgba(0, 176, 181, 0.15); padding: 15px}
.marco_gris input, .marco_gris textarea{border-color: #00b0b5;}
label {margin: 10px 0px}

/*DELEGACIONES*/
.delegacion {
    background-color: #fff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px
}

.delegacion iframe{width: 100%!important; height: 200px!important}
.delegacion .fa{color: #00b1b4}
.delegacion .titulo{background-color: #2e3369; height: 5px}
.delegacion .letters{background-color: #f5f5f5; padding: 20px}
.delegacion h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;}
.delegacion p{color: #595959; text-align: left}


/* Sesiones Online */

.buscador {
    background-color: rgba(0, 177, 180, 0.15);
    padding: 0px;
    padding-bottom: 15px
}

.buscador label{color: #00b1b4}

.cursos{background-color: #f3f3f3}


#buscador_formacion .form-control{    
    padding-right: 30px;
    padding-left: 20px; border-color: #00b0b5;}


/**FORMACION DETALLE*/
.cuadro_informacion {background-color: rgba(0, 177, 180, 0.15); padding: 15px; position: relative}
.cuadro_informacion.blanco {background-color: #fff; padding: 0px}
.cuadro_informacion .imagen:after{content:""; padding-top: 66%; display: block;}
.cuadro_informacion .titulillo{margin: 0px}
.cuadro_informacion .zonas li{    background-color: #6da2be; margin: 5px; font-size: 14px; border-radius: 2px; color: #fff}
.cuadro_informacion .imagen{    background-size: cover;}
.descargas_cuadro li{ font-size: 14px}
.loading {color: #000; text-align: center; font-size: 40px; margin: 30px 0px}


.blog_curso .imagen{
    background-size: cover;
    background-position: center;
}
.blog_curso .imagen:after {
    content: "";
    padding-top: 66%;
    display: block;
}



.blog_curso .title_parent{
    background-color: #003a69;
    color: #fff;
    padding: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_curso .texto_parent{
    padding: 10px;
    height: 100px;
}

.blog_curso .padre_imagen{overflow: hidden}

.blog_curso h5 {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px
}
.blog_curso .mas {text-align: center}
.blog_curso {margin-bottom: 30px; height: auto;}
.texto_curso {margin-bottom: 30px; /*border: 1px solid #2e3568;*/ }
.btn-cargar-mas {margin-bottom: 20px; padding: 20px 40px}

h5.title_documentos {
    margin: 0px;
    color: #2e3568;
    font-size: 18px;
    text-transform: uppercase
}

.g-recaptcha>div {
    margin: 0 auto;
}

.texto_parent p{text-align: center}

.btn-largo {padding: 10px 30px}

.datos_curso {margin: 0px; padding: 0px}
.datos_curso li{margin: 0px;     padding: 5px 0px; list-style: none; text-transform: uppercase;}
.raya_finita {width: 100%; height: 1px; background-color: #ddd}

.modal-header{background-color: #00b1b4; color: #fff}
.modal-header .modal-title{ color: #fff}
.close { color: #fff}

/***SHINE***/
/* Shine */
.shine {
    position: relative;
}
.shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine:hover::before, .shine:focus::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.por_encima { overflow: hidden}
.sidebar-nav .fa {
    display: inline;
}
ul.lista_centros{
    margin: 0px;
    padding-left: 30px;
}

/* Noticias */

#destino_ajax{ margin: 0px; padding: 0px; list-style: none} 

.overflow {
    overflow: hidden;
}

.blog .bloque_noticias{border: 1px solid #ebebeb}
.blog .contenido_noticia{padding: 15px 15px 0px}
.noticia-detalle-fecha {color: #054d9c}
.bloque_noticias .titulo_noticia{height:50px;width:100%;display:flex;align-items:center;justify-content:center; margin-bottom: 10px}
.bloque_noticias .cuerpo_noticia{height: 60px;}
.bloque_noticias:hover .imagen{-moz-transform: scale(1.05) rotate(4deg);
    -webkit-transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);}

.noticia-elemento {margin-bottom: 30px}

.bloque_noticias .titulo_noticia h4{font-size:20px;font-family:'Oswald',sans-serif;color:#2966b9;text-align:center;font-weight:300}
.bloque_noticias .titulo_noticia h4 a{color: #04b0b3}
.bloque_noticias:hover .titulo_noticia h4{color: #0551a5}
.bloque_noticias .flexible{display:flex;justify-content:left;margin-left:-15px}
.bloque_noticias .fechas{width:10px;height:20px;background-color:#04b0b3;margin-right:15px}
.bloque_noticias .fecha{font-family:'Oswald',sans-serif;font-size:16px;color:#013b68}
.bloque_noticias .cuerpo_noticia p{font-family:'Open Sans',sans-serif;font-size:14px;text-align:center}
.bloque_noticias .imagen_noticias .imagen{background-position:center;background-size:cover;background-repeat:no-repeat;-webkit-transition:all 1000ms ease-in-out;-moz-transition:all 1000ms ease-in-out;-ms-transition:all 1000ms ease-in-out;-o-transition:all 1000ms ease-in-out;transition:all 1000ms ease-in-out}
.bloque_noticias .imagen_noticias .imagen:after{content:'';display:block;padding-top:66%}

.boton_noticia{position: relative;text-align: right;margin-right: -15px}
.boton_noticia .btn_cuadrado{border-radius: 0px;background-color: #04b0b3;color: #fff;font-family: 'Open Sans',sans-serif;text-transform: uppercase;}
.contenido_noticia{border-bottom: 3px solid #04b0b3}

/* whatsapp */
.floating-icons {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 99;
}

.floating-icons a {
    display: inline-block;
    transition: all .2s ease-in-out;
}

a:hover, 
a:visited, 
a:link, 
a:active { 
    text-decoration: none;
}

.floating-icons img {
    max-width: 48px;
    height: auto;
}

.floating-icons a:hover {
    transform: scale(0.9);
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/

@media (max-width: 1200px){ /* monitores normales y tablet horizontal */

    .navbar-nav>li>a {
        padding: 15px 10px;
    }

    .sliderAround img {
        height: 220px;
    }

    .buscaCurso {
        right: 90px;
    }

    .lateral button:first-child, .lateral button:last-child {
        width: 252px;
        height: 111px;
        margin-top: 40px;
    }

    .lateral button:nth-child(2) {
        width: 252px;
        height: 111px;
        margin-top: 52px;
    }

    .textoBoton h3 {
        font-size: 12.74px;
        margin-bottom: 0;
    }

    .flechas.dos {
        right: -25px;
    }
    .flechas.uno {
        left: -25px;
    }

    .navbar.MiNavbar-fixedTop{
        width: 940px;
    }

    .patrocinadores .columnas {
        width: 193px !important;
    }
    
    .logo img {
        height: 70px
    }
}
@media (max-width: 992px){ /* tablet vertical */

    .navbar-header {float: none; height: 52px;}
    .navbar-toggle {display: block; border-radius: 0;}
    .navbar-toggle {margin-right: 0px; margin-top: 0px;}
    .navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin: 7.5px 15px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-text {float: none;margin: 15px 0;}
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}

    .menu_principal {
        background-color: white;
        position: fixed;
        min-height: 52px;    
        width: 100%;
        top: 0px;
        z-index: 999;
    }

    .navbar {
        min-height: 52px;
        z-index: 1;
        position: absolute;
        transition: top 0.2s ease-in-out;
        width: 100%;
        left: 0;
    }

    .nombreMini img{
        height: 40px;
        margin-top: 2px;
    }

    .navbar-brand {
        padding: 3px 5px 0px;
    }

    .navbar{
        height: 52px;
        border-bottom: 1px solid #003c68;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #003c68;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        background-color: #003c68;
    }

    .navbar-toggle {
        padding: 19px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
        border: none;
        padding: 19px 19px;
    }

    .sidebar-wrapper.right {
        background-color: #003c68;
    }

    .sidebar-nav li a {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        text-align: left;
        color: #ffffff;
        font-size: 14px;
        font-family: "futura medium";
        letter-spacing: 1.2px;
        transition: all .2s ease-in-out;
        font-weight: lighter;
    }

    .buscaCurso {
        right: 105px;
        top: 75px;
    }

    .lateral button:first-child, .lateral button:last-child {
        margin-top: 45px;
    }

    .footerDatos>.container>.row>div:last-child {
        min-height: 250px;
    }

    .circuloLogo {
        left: 30%;
        bottom: -23px;
    }

    .patrocinadores .columnas {
        width: 179px !important;
    }

    .sliderPatrocinadores {
        overflow: hidden;
        width: 728px;
        margin-left: auto;
        margin-right: auto;
    }

    .flechas.dos {
        /*display: none;*/
    }
    .flechas.uno {
        /*display: none;*/
    }

    .sliderAround{
        height: 575px;
    }

    .slider{
        height: 575px;
    }

    .slider>.bx-wrapper .bx-viewport {
        height: 575px;
    }

    .promo .padre_imagen {
        height: 575px;
    }

    .promo .padre_imagen .imagen{
        height: 575px;
    }

    .blog_curso {
        height: auto
    }

    .banner_superior:after {
        content: "";
        padding-top: 20%;
        display: block;
    }

    h1 {
        font-size: 30px;}

    .delegacion{
        margin-bottom: 30px    
    }

    .bloque_noticias .titulo_noticia {
        height: 100px;
    }
    .bloque_noticias .cuerpo_noticia {
        height: 110px;
    } 

    .sidebar-nav .open>.dropdown-menu{
        height: auto;
        background-color: #00b1b4;
        position: relative;
        border-radius: 0px;
    }

    .sidebar-nav .open>.multi-level li{
        margin: 7.5px 0px;
    }
    
    .sidebar-nav .open>.multi-level li.active a{
        background-color: transparent;
        color: #333;
    }
}
@media (max-width: 767px){ /* movil */

    .sliderAround{
        height: 515px;
    }

    .slider{
        height: 515px;
    }

    .slider>.bx-wrapper .bx-viewport {
        height: 515px;
    }

    .promo .padre_imagen {
        height: 515px;
    }

    .promo .padre_imagen .imagen{
        height: 515px;
    }

    .circuloFlechaDos {
        display: none;
    }

    .circuloFlechaUno {
        display: none;
    }

    .sliderAround img {
        height: 85px;
    }

    .buscaCurso {
        right: auto;
        left: auto;
        top: 85px;
        width: 292.9px;
        height: 348px;
    }

    .buscaCurso select {
        height: 40px;
        width: 264px;
        margin: 0 7px 9px;
    }

    .botonBuscador button {
        bottom: 13px;
    }

    .relativo{
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    h2{
        font-size: 30px;
    }

    p{
        text-align: center;
    }
    .cuadro_informacion p{
        text-align: left;
    }

    .textoContenido {
        min-height: 427px;
        height: auto;

    }

    .lateral button:first-child, .lateral button:last-child {
        width: 100%;
    }

    .lateral button:nth-child(2) {
        width: 100%;
    }

    .textoContenido img {
        margin-top: 1px;
        height: 36px;
    }

    .textoBoton h3 {
        font-size: 17.74px;
        margin-bottom: 0;
    }

    .textoCuadro h2 {
        text-align: center;
    }

    .textoCuadro h3 {
        text-align: center;
    }

    .titulo_bienvenida {
        font-size: 24px;
        font-family: "futura medium";
        text-align: left;
        color: #00b1b4;
        margin-bottom: 0px;
        font-weight: 600;
        letter-spacing: 2px;
        bottom: 0;
        text-transform: uppercase;
    }

    .wrapper-flex{
        display: flex !important;
    }

    .sliderPatrocinadores {
        overflow: hidden;
        width: 463px;
        margin-left: auto;
        margin-right: auto;
    }

    .patrocinadores .columnas {
        width: 153px !important;
    }

    .circuloLogo {
        left: auto;
    }

    .datos p, .datos h3{
        text-align: center;
    }

    .centros p, .centros h3{
        text-align: center;
    }

    .copyright p{
        text-align: center;
    }

    .redesFooter{
        text-align: center;
    }

    .redesFooter>a>.fa {
        margin: 0 8px 0 8px;
    }

    .botonContenido {
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .datos>div:before {
        display: none;
    }

    .datos p {
        padding-left: 0;
    }

    .datos h3 {
        border-left: 0px solid #00b1b4;
        padding: 0;
    }

    .centros>div:before {
        display: none;
    }

    .centros p {
        padding-left: 0;
    }

    .centros h3 {
        border-left: 0px solid #00b1b4;
        padding: 0;
    }

    .texto_bienvenida img{ height: 36px; }

    h1 {
        font-size: 23px;
    }
    .texto_bienvenida h2 {
        font-size: 18px;}

    h4 {
        font-size: 18px;}

    .padding-xs{
        padding: 15px   
    }



    .sliderPatrocinadores {overflow: visible}

    .bloque_noticias .titulo_noticia {
        height: auto;
    }
    .bloque_noticias .cuerpo_noticia {
        height: auto;
    } 
}


@media (max-width: 550px){ /*para bxslider*/

    .sliderPatrocinadores {
        width: 292px;
    }

}

@media (min-width: 1200px){
    .container {
        width: 1139px;
    }
}

.btn-corporativo { 
    color: #ffffff; 
    background-color: #003C68; 
    border-color: #003C68; 
} 

.btn-corporativo:hover, 
.btn-corporativo:focus, 
.btn-corporativo:active, 
.btn-corporativo.active, 
.open .dropdown-toggle.btn-corporativo { 
    color: #ffffff; 
    background-color: #003357; 
    border-color: #003C68; 
} 

.btn-corporativo:active, 
.btn-corporativo.active, 
.open .dropdown-toggle.btn-corporativo { 
    background-image: none; 
} 

.btn-corporativo.disabled, 
.btn-corporativo[disabled], 
fieldset[disabled] .btn-corporativo, 
.btn-corporativo.disabled:hover, 
.btn-corporativo[disabled]:hover, 
fieldset[disabled] .btn-corporativo:hover, 
.btn-corporativo.disabled:focus, 
.btn-corporativo[disabled]:focus, 
fieldset[disabled] .btn-corporativo:focus, 
.btn-corporativo.disabled:active, 
.btn-corporativo[disabled]:active, 
fieldset[disabled] .btn-corporativo:active, 
.btn-corporativo.disabled.active, 
.btn-corporativo[disabled].active, 
fieldset[disabled] .btn-corporativo.active { 
    background-color: #003C68; 
    border-color: #003C68; 
} 

.btn-corporativo .badge { 
    color: #003C68; 
    background-color: #ffffff; 
}

.btn-info {
    color: #fff!important;
    background-color: #00b1b4;
    border-color: #00b1b4;
}

.btn-info:hover {
    color: #fff;
    background-color: #2e3568;
    border-color: #2e3568;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #2e3568;
    border-color: #2e3568;
}

.btn-default {
    color: #fff;
    background-color: #92d5d6;
    border-color: #92d5d6;
}

.btn-default:hover {
    color: #fff;
    background-color: #00b1b4;
    border-color: #00b1b4
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #00b1b4;
    border-color: #00b1b4
}

.btn-cargar-mas { 
    color: #ffffff!important; 
    background-color: #2E3568; 
    border-color: #FFFFFF; 
} 

.btn-cargar-mas:hover, 
.btn-cargar-mas:focus, 
.btn-cargar-mas:active, 
.btn-cargar-mas.active, 
.open .dropdown-toggle.btn-cargar-mas { 
    color: #ffffff; 
    background-color: #00B1B4; 
    border-color: #FFFFFF; 
} 

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #00B1B4;
    border-color: #FFFFFF;
}

.btn-cargar-mas:active, 
.btn-cargar-mas.active, 
.open .dropdown-toggle.btn-cargar-mas { 
    background-image: none; 
} 

.btn-cargar-mas.disabled, 
.btn-cargar-mas[disabled], 
fieldset[disabled] .btn-cargar-mas, 
.btn-cargar-mas.disabled:hover, 
.btn-cargar-mas[disabled]:hover, 
fieldset[disabled] .btn-cargar-mas:hover, 
.btn-cargar-mas.disabled:focus, 
.btn-cargar-mas[disabled]:focus, 
fieldset[disabled] .btn-cargar-mas:focus, 
.btn-cargar-mas.disabled:active, 
.btn-cargar-mas[disabled]:active, 
fieldset[disabled] .btn-cargar-mas:active, 
.btn-cargar-mas.disabled.active, 
.btn-cargar-mas[disabled].active, 
fieldset[disabled] .btn-cargar-mas.active { 
    background-color: #2E3568; 
    border-color: #FFFFFF; 
} 

.btn-cargar-mas .badge { 
    color: #2E3568; 
    background-color: #ffffff; 
}

a.btn {color: #fff}