/*!
 * MASTOLOGÍA
 * Version - 1.0
 * Author: Vannelo - http://vannelo.com

 * - RESOURCES -
 * COLORS
 * ACCENT: #;
 * ACCENT: #;

*/

/* TIPOGRAFÍA */


/* GENERAL */
* {
    font-family: 'Poppins', sans-serif;
}
p {
    text-align: justify;
}
.delgada {
    font-weight: 400;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.contenido {
    margin-top: 30px;
}
.rosa {
    color: #314561;
}
.a1 {
    background-color: #314561;
    border: 1px solid #314561;
    color: white ;
    display: inline-block;
    padding: 13px 20px;
    margin: 10px;
    transition-duration: .2s;
}
.a1:hover {
    background-color: white;
    border: 1px solid #314561;
    color: #314561;
    display: inline-block;
    padding: 10px 20px;
    transition-duration: .2s;
    text-decoration: none;
}
.a2 {
    background-color: #888;
    border: 1px solid #888;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0px;
    transition-duration: .2s;
}
.a2:hover {
    background-color: white;
    border: 1px solid #314561;
    color: #314561;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0px;
    transition-duration: .2s;
    text-decoration: none;
}
.centrar {
    text-align: center;
}
.espacio2 {
    height: 20px;
}

.galeria {
    padding: 100px 0px;
}
.galeria h3 {
    font-weight: 800;
}
.galeria .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.galeria .imagenes {
    margin: 40px 0px;
}
.galeria .imagenes .imagen {
    background-position: center;
    background-size: cover;
    height: 250px;
    cursor: pointer;
}

.parallax-banner {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.patrocinadores {
    padding: 100px 0px;
    background-color: #bad7da;
}
.patrocinadores h3 {
    font-weight: 800;
}
.patrocinadores .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.patrocinadores .item {
    margin: 40px 0px;
}
.patrocinadores .item img {
    width: 80%;
}

.contact-form-1 {
    padding: 100px 0px;
}
.contact-form-1 h3 {
    text-align: center;
    font-weight: 800;
}
.contact-form-1 .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-form-1 .formulario {
    margin: 20px 0px;
}
.contact-form-1 .formulario input {
    margin: 20px 0px;
}
.contact-form-1 .formulario textarea {
    margin: 20px 0px;
    height: 95px;
}
.contact-form-1 .formulario button {
    background-color: #314561;
    border: 1px solid #314561;
    color: white ;
    display: block;
    width: 100%;
    transition-duration: .2s;
}
.contact-form-1 .formulario button:hover {
    background-color: white;
    border: 1px solid #314561;
    color: #314561;
    display: block;
    width: 100%;
    transition-duration: .2s;
}
.contact-form-1 .redes a img {
    width: 50px;
    transition-duration: .2s;
}
.contact-form-1 .redes a img:hover {
    opacity: .5;
    transition-duration: .2s;
}

footer {
    background-color: black;
    color: #aaa;
    padding: 30px;
    font-size: 12px;
}
footer .derecha {
    text-align: right;
}
footer button {
    background-color: #314561;
    border: 1px solid #314561;
    color: white ;
    display: inline-block;
    padding: 2px 10px;
    font-size: 20px;
    transition-duration: .2s;
}
footer button:hover {
    background-color: white;
    border: 1px solid #314561;
    color: #314561;
    display: inline-block;
    padding: 2px 10px;
    font-size: 20px;
    transition-duration: .2s;
}


/* MENÚ */
.menu-desktop {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
}
.menu-desktop .barra1 {
    background-color: #314561;
    padding: 5px 20px;
}
.menu-desktop .barra1 a {
    text-decoration: none;
    color:white;
    font-size:13px;
}
.menu-desktop .barra1 img {
    width:15px;
    margin-right:5px;

}

.menu-desktop .barra2 {
    background-color: #fff;

}
.menu-desktop .barra2 img {
    width: 60px;
}
.menu-desktop .barra2 a {
    text-decoration: none;
    color:#000;
}
.menu-desktop .barra2 ul {
    padding:0;
    margin: 0;
}
.menu-desktop .barra2 li {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.menu-desktop .barra2 a {
    display: inline-block;
    color: black;
    padding: 10px;
    transition-duration: .2s;
    font-size: 14px;
    background-color: white;
}

.menu-desktop .barra2 .derecha a:hover {
    color: white;
    transition-duration: .2s;
    font-size: 14px;
    background-color: #314561;
    text-decoration: none;
}
.menu-desktop .barra2 .submenu {
    display: none;
    position: absolute;
}
.menu-desktop .barra2 .menu-trigger:hover .submenu {
    display: block;
}
.menu-desktop .barra2 .submenu li {
    display: block;
    text-align: left;
}
.menu-desktop .barra2 .submenu a {
    width: 200px;
}
.menu-desktop .submenu2 {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
}
.menu-desktop .submenu-trigger:hover .submenu2 {
    display: block;
}
.menu-desktop .barra2 {
    padding:10px;
}
.menu-desktop .barra2 .derecha {
    text-align: right;
    padding-top: 20px;
}


.menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    z-index: 999;
    background-color: white;
}
.menu-mobile .izquierda img {
    width: 30px;
}
.menu-mobile .derecha {
    text-align: right;
}
.menu-mobile .abrir-menu {
    display: inline-block;
    width: 35px;
    cursor: pointer;
}
.menu-mobile .abrir-menu .linea {
    width: 100%;
    height: 2px;
    background-color: #666;
    margin: 5px 0px;
}
.menu-mobile .escondido {
    display: none;
}
.menu-mobile .escondido a {
    display: block;
    color: black;
    font-size: 12px;
    padding: 5px;
}
.menu-mobile .escondido-submenu {
    display: none;
    padding-left: 10px;
}

.menu-mobile .trigger-extra {
    display: block;
    color: black;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
}
.menu-mobile .submenu-extra {
    display: none;
    padding-left: 10px;
}


/* HOME */
.home-box {
    text-align: center;
    margin-top: 120px;
}
.home-box .home-banner .banner .item img {
    width: 100%;
    margin-top: 70px;
    background-repeat: no-repeat;

}
.home-box .home-banner .marco {
    background-color: rgba(255,255,255,.7);
    padding: 20px;
}
.home-box .home-banner .izquierda .imagen {
    margin: 30px 0px;
}
.home-box .home-banner .izquierda .imagen img {
    width: 50%;
}
.home-box .home-banner  a {
    margin-top:350px;
}
.home-box .text1 {
    font-size: 30px;
    color: #666;
    margin: 20px 0px;
}
.home-box .text2 {
    font-size: 30px;
    color: #333;
    margin: 20px 0px;
}
.home-box .text3 {
    font-size: 20px;
    color: #666;
    margin: 20px 0px;
}
.home-box .home-banner .derecha {
    background-position: top center;
    background-size: cover;
    padding-top: 5vh;
}
.home-box .home-banner .derecha img {
    width: 40%;
}


.home-box .home-textblock {
    padding: 20px 0px;
}
.home-box .home-textblock h3 {
    font-weight: 800;
}
.home-box .home-textblock .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-box .home-textblock p {
    font-size: 20px;
    color: #444;
}

.home-box .home-infoblock {
    padding: 100px 0px;
}
.home-box .home-infoblock .derecha {
    text-align: left;
}
.home-box .home-infoblock .prof  {
    padding:50px;
}
.home-box .home-infoblock img {
    width: 100%;
}
.home-box .home-infoblock h4 {
    font-weight: 800;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.home-box .home-infoblock .item {
    margin: 20px 0px;
}
.home-box .home-infoblock a {
    color: black;
    transition-duration: .2s;
}
.home-box .home-infoblock a:hover {
    color: #314561;
    transition-duration: .2s;
}

.home-box .home-infoblock2 {
    background-color: #bad7da;
    padding: 100px 0px;
}
.home-box .home-infoblock2 h3 {
    font-weight: 800;
}
.home-box .home-infoblock2 .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-box .home-infoblock2 .derecha img {
    width: 100%;
}

.home-box .parallax-box {
    background-position: center;
    background-size: cover;
    background-image:linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ), url("../img/10.jpg");
    padding: 100px 0px;
    color: white;
}
.home-box .parallax-box .imagen {
    display: inline-block;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 3px solid #314561;
    margin: 40px 0px;
}
.home-box .parallax-box .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-box .parallax-box .nombre {
    color: #314561;
    font-weight: 800;
    font-size: 30px;
}
.home-box .parallax-box .subtitulo {
    color: #314561;
    font-weight: 400;
    font-size: 22px;
}
.home-box .parallax-box .texto  {
    margin: 30px 0px;
    font-size: 16px;
    color: white;
}

.home-box .home-infoblock3 {
    background-color: #bad7da;
    padding: 100px 0px;
}
.home-box .home-infoblock3 h3 {
    font-weight: 800;
}
.home-box .home-infoblock3 .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-box .home-infoblock3 .row {
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-box .home-infoblock3 .izquierda {
    text-align: right;
}
.home-box .home-infoblock3 .item {
    margin: 50px 0px;
}
.home-box .home-infoblock3 .titulo {
    font-weight: 800;
    margin: 10px 0px;
    font-size: 24px;
}
.home-box .home-infoblock3 .derecha {
    text-align: left;
}
.home-box .home-infoblock3 .centro img {
    width: 100%;
}
.home-box .home-infoblock3 a {
    color:black;
    transition-duration: .2s;
}
.home-box .home-infoblock3 a:hover {
    color: #314561;
    transition-duration: .2s;
}
.home-box .home-infoblock3 .a1 {
    background-color: #314561;
    border: 1px solid #314561;
    color: white ;
    text-align: center;
    width: 200px;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    transition-duration: .2s;
}
.home-box .home-infoblock3 .a1:hover {
    background-color: white;
    border: 1px solid #314561;
    color: #314561;
    text-align: center;
    width: 200px;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    transition-duration: .2s;
}

.home-box .home-infoblock4 {
    background-color: black;
    padding: 100px 0px;
    color: white;
}
.home-box .home-infoblock4 .izquierda {
    text-align: left;
}


/* POPUPS */
.popup-imagen {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 999;
    text-align: center;
    padding-top: 10vh;
}
.popup-imagen img {
    width: 50%;
}

/* PROFSORES */
.profesores-grid .imagen {
    display: inline-block;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 3px solid #314561;
    margin: 40px 0px;
}
.profesores-grid .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.profesores-grid .nombre {
    color: #314561;
    font-weight: 800;
    font-size: 24px;
}
.profesores-grid .subtitulo {
    color: #666;
    font-weight: 600;
    font-size: 18px;
}
.profesores-grid .texto  {
    margin: 30px 0px;
    font-size: 16px;
    color: black;
}

.profesores-nac {
    text-align: left;
    display: inline-block;
    padding: 10px;
}

/* PLANTILLA */
.plantilla-titulo {
    padding: 50px 0px;
}
.plantilla-titulo h3 {
    font-weight: 800;
}
.plantilla-titulo .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.plantilla-banner {
    margin-bottom: 50px;
}
.plantilla-banner img {
    width: 100%;
}
.plantilla-subtitulo h3 {
    font-weight: 800;
}
.plantilla-subtitulo .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.plantilla-texto {
    margin-top: 50px;
    margin-bottom: 200px;
}
.plantilla-texto h4 {
    color: #314561;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;
}
.plantilla-texto .miembro {
    text-align: center;
}
.plantilla-texto h5 {
    font-weight: 800;
    text-align: center;
    margin: 30px 0px;
}
.plantilla-texto h6 {
    color: #314561;
    text-align: center;
    font-weight: 600;
    margin: 30px 0px;
    font-size: 30px;
}
.plantilla-texto img {
    width: 100%;
}
.plantilla-texto .formulario {
    margin: 40px 0px;
    padding: 50px 100px;
}
.plantilla-texto .formulario .a1 {
    width: 100%;
    text-align: center;
}
.plantilla-texto label {
    font-weight: 800;
}


.plantilla-texto-2 {

}
.plantilla-texto-2 .titulo {
    background-color: #314561;
    padding: 10px;
    color: white;
}
.plantilla-texto-2 .izquierda .contenido {
    background-color: white;
    border: 2px solid #ddd;
    margin: 0;
    padding: 10px;
}
.plantilla-texto-2 .izquierda .subtitulo {
    font-weight: 600;
    margin-top: 20px;
}
.plantilla-texto-2 .izquierda .texto {
    font-size: 12px;
}
.plantilla-texto-2 .boton {
    background-color: #314561;
    padding: 10px;
    color: white;
    border: 1px solid #314561;
    transition-duration: .2s;
    cursor: pointer;
}
.plantilla-texto-2 .boton:hover {
    background-color: white;
    border: 1px solid #314561;
    padding: 10px;
    color: #314561;
    transition-duration: .2s;
    cursor: pointer;
}
.plantilla-texto-2 .derecha .contenido  {
    display: none;
    text-align: justify;
    background-color: #eee;
    padding: 10px;
    margin: 0;
    margin-bottom: 50px;
}
.plantilla-texto-2 .espacio {
    height: 20px;
}

.hoteles-grid {}
.hoteles-grid .nombre {
    background-color: white;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #314561;
}
.hoteles-grid .imagen img {
    width: 100%;
    transition-duration: .2s;
}
.hoteles-grid .imagen:hover img     {
    opacity: .7;
    transition-duration: .2s;
}

.hoteles-info {}
.hoteles-info .izquierda img {
    width: 100%;
}

/* EXTRAS */
.presidente-banner {
    margin-bottom: 30px;
}
.presidente-banner img {
    width: 100%;
    margin-bottom: 30px;
}
.premios-trigger {
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
}
.premios-trigger img {
    width: 100px;
}
.escondido-premios {
    display: none;
}

.acordeon-item .boton {
    background-color: #314561;
    padding: 10px;
    color: white;
    border: 1px solid #314561;
    transition-duration: .2s;
    cursor: pointer;
}
.acordeon-item .boton:hover {
    background-color: white;
    border: 1px solid #314561;
    padding: 10px;
    color: #314561;
    transition-duration: .2s;
    cursor: pointer;
}
.acordeon-item .contenido  {
    display: none;
    text-align: justify;
    background-color: #eee;
    padding: 10px;
    margin: 0;
    margin-bottom: 50px;
}


/* PROGRAMA */
.programa-box {}
.programa-box .banner {
    width: 100%;
    padding: 100px 20px;
    background-position: center;
    background-size: cover;
    background-image:linear-gradient(
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
    ), url("../img/10.jpg");
}
.programa-box .banner .logo {
    width: 300px;
    border: 5px solid white;
    padding: 50px;
    margin: auto;
}
.programa-box .banner img {
    width: 100%;
}
.programa-titulo {
    text-align: left;
    padding: 50px 0px;
}
.programa-titulo h3 {
    font-weight: 800;
}
.programa-box h3 {

}
.programa-titulo .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin-top: 20px;
    margin-bottom: 20px;
}

.programa-big-box {
    margin:  0px 0px;
}

.caja-programa {
    position: relative;
    text-align: center;
}
.caja-programa .botones {
    position: absolute;
    top: 0px;
    left: 86px;
    display: inline-block;
    width: 80%;
    text-align: left;
    z-index: 200;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
.caja-programa .botones .dia-trigger {
    display: inline-block;
    width: 200px;
    background-color: white;
    border: 2px solid #314561;
    color: #314561;
    text-align: center;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.caja-programa .botones .dia-trigger.activo {

    background-color: #314561;
    border: 2px solid #314561;
    color: white;
    text-align: center;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.caja-programa .dias {
    margin-left: 84px;
    padding: 50px 0px;
    display: inline-block;
    width: 92%;
    background-color: #eee;
    border-left: 4px solid #314561;
    z-index: 100;
    font-size: 14px;
}

.dia-contenido {

}
.dia-contenido .titulo {
    text-align: center;
    font-size: 30px;
    color: #1b1e21;
    margin: 10px 0px;
    font-weight: 600;
}

.dia-item {
    width: 95%;
    background-color: white;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 64px -22px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 64px -22px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 64px -22px rgba(0,0,0,0.50);
    text-align: left;
    margin-top: 20px;

}
.dia-item .hora {
    margin: 5px 0px;
    font-size: 14px;
    color: #666;
}
.dia-item .nombre {
    margin: 5px 0px;
    font-size: 16px;
    font-weight: bold;
}
.dia-item .lugar {
    margin: 5px 0px;
    font-size: 12px;
    color: #666;
}
.dia-item .separador {
    width: 100%;
    height: 1px;
    background-color: #aaa;
    margin: 10px 0px;
}


.dia-contenido-3 {
    display: none;
}
.dia-contenido-2 {
    display: none;
}
.dia-contenido-4 {
    display: none;
}

.programa-box .subtitulo {
    width: 95%;
    background-color: #314561;
    margin: auto;
    color: white;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 64px -22px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 64px -22px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 64px -22px rgba(0,0,0,0.50);
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

/* HOTELES */

.home-box .hotel-box {
    background-position: center;
    background-size: cover;
    color: white;
}
.home-box .hotel-box .imagen {
    display: inline-block;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    margin: 40px 0px;
}
.home-box .hotel-box  .separador {
    width: 100px;
    height: 2px;
    background-color: #314561;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-box .hotel-box .nombre {
    color: #314561;
    font-weight: 800;
    font-size: 30px;
}
.home-box .hotel-box .subtitulo {
    color: #314561;
    font-weight: 400;
    font-size: 22px;
}
.home-box .hotel-box .texto  {
    margin: 30px 0px;
    font-size: 16px;
    color: white;
}

/*BANNER REGISTRO*/

.home-box .banner-rg img{
    width: 100%;
}

/* RESPONSIVE */

@media only screen and (max-width: 1000px) {
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: block;
    }

    .home-infoblock2 .izquierda {
        padding-bottom: 100px;
    }

    .home-infoblock3 .izquierda {
        text-align: center !important;
    }
    .home-infoblock3 .derecha {
        text-align: center !important;
    }

    .home-infoblock4 .izquierda {
        text-align: center !important;
        padding-bottom: 30px;
    }

    .galeria .imagenes .imagen {
        background-position: center;
        background-size: cover;
        height: 250px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .plantilla-texto .formulario {
        margin: 40px 0px;
        padding: 50px 30px;
    }

    .caja-programa .botones {
        position: initial;
        top: auto;
        left: auto;
        display: block;
        width: 100%;
        text-align: center;
        z-index: 200;
        transform: rotate(0deg);
        transform-origin: left top 0;
    }
    .caja-programa .botones .dia-trigger {
        display: block;
        width: 100%;
        background-color: white;
        border: 2px solid #314561;
        color: #314561;
        text-align: center;
        margin: auto;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        cursor: pointer;
    }
    .caja-programa .dias {
        margin-left: 0;
        padding: 20px 0px;
        display: block;
        width: 100%;
        background-color: #eee;
        border-left: none;
        z-index: 100;
        font-size: 14px;
    }

    .home-box .home-banner a {
        margin-top: 80px;
    }


}

@media only screen and (min-width: 1000px) {


}

@media only screen and (min-width: 2000px) {

}













