/*!
 * 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;
    }
    .rosa {
        color: #7e583e;
    }
    .a1 {
        background-color: #7e583e;
        border: 1px solid #7e583e;
        color: white ;
        display: inline-block;
        padding: 10px 20px;
        margin: 10px;
        transition-duration: .2s;
    }
    .a1:hover {
        background-color: white;
        border: 1px solid #7e583e;
        color: #7e583e;
        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 #7e583e;
        color: #7e583e;
        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: #7e583e;
        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: 100%;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .patrocinadores {
        padding: 100px 0px;
        background-color: #f9f6f0;
    }
    .patrocinadores h3 {
        font-weight: 800;
    }
    .patrocinadores .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        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: #7e583e;
        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: #7e583e;
        border: 1px solid #7e583e;
        color: white ;
        display: block;
        width: 100%;
        transition-duration: .2s;
    }
    .contact-form-1 .formulario button:hover {
        background-color: white;
        border: 1px solid #7e583e;
        color: #7e583e;
        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: #7e583e;
        border: 1px solid #7e583e;
        color: white ;
        display: inline-block;
        padding: 2px 10px;
        font-size: 20px;
        transition-duration: .2s;
    }
    footer button:hover {
        background-color: white;
        border: 1px solid #7e583e;
        color: #7e583e;
        display: inline-block;
        padding: 2px 10px;
        font-size: 20px;
        transition-duration: .2s;
    }


/* MENÚ */

.menu-desktop {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
}




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

.menu-desktop .derecha a:hover {
    color: white;

    transition-duration: .2s;
    font-size: 14px;
    text-decoration: none;
    transition:background-color 0.2s;
}

.menu-desktop .derecha li a:hover,
.menu-desktop .derecha li a:active {
    background-color:#7e583e;
}

.menu-desktop  .submenu {
    display: none;
    position: absolute;
}
.menu-desktop  .menu-trigger:hover .submenu {
    display: block;
}
.menu-desktop  .submenu li {
    display: block;
    text-align: left;
}
.menu-desktop  .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  {
    padding:10px;
}
.menu-desktop  .derecha {
    text-align: right;
    padding-top: 20px;
}

.menu-desktop .izquierda .logo {
    display:none;
}

    .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: 35px;
    }
    .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;
    }
/* stocky nav*/
.sticky .menu-desktop {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    background-color: rgba(255,255,255,0.90);
    box-shadow:0 2px 2px #f7f7f7ff;
    z-index: 9999;
}


.sticky .menu-desktop  .derecha a {
    color: #000;

}

.sticky .menu-desktop .izquierda .logo { display:block;}
.sticky .menu-desktop .izquierda .logo-b {display:none;}


/* HOME */
    .home-box {
        text-align: center;
    }
    .home-box .home-banner .izquierda {
        background-image:linear-gradient(
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
        ), url("../img/foto1.jpg");
        width: 100%;
        background-position: center;
        background-size: cover;
        padding: 20px;
    }

    .home-box .home-banner .izquierda .imagen {
        margin-top:60px;
    }
    .home-box .home-banner .izquierda .imagen img {
        padding: 40px;
        width: 30%;
    }
    .home-box .text1 {
        font-size: 30px;
        color: #fff;
        margin: 30px 0px;
    }
    .home-box .text2 {
        font-size: 20px;
        color: #fff;
        margin: 10px 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: 50px 0px;
    }
    .home-box .home-textblock h3 {
        font-weight: 800;
        font-size: 20px;
    }
    .home-box .home-textblock .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-box .home-textblock p {
        font-size: 20px;
        color: #444;
    }
    .home-box .home-textblock video {
        width:100%;
        padding:50px;
        outline: none;
    }


    .home-box .home-infoblock {
        padding: 40px 0px;
    }
    .home-box .home-infoblock .derecha {
        text-align: left;
    }
    .home-box .home-infoblock .caja-info img {
        width: 30%;
    }
    .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: #7e583e;
        transition-duration: .2s;
    }
    .home-box .home-infoblock i {
        font-size: 50px;
        color: #7e583e;
        margin-bottom: 30px;
        display: block;
    }
    .home-box .caja-info {
        padding: 70px;
        transition-duration: 0.2s;
    }
    .home-box .home-infoblock .fondo-1,.fondo-2,.fondo-3{
        -webkit-box-shadow: -10px 16px 24px -10px rgba(166,166,166,0.35);
        -moz-box-shadow: -10px 16px 24px -10px rgba(166,166,166,0.35);
        box-shadow: -10px 16px 24px -10px rgba(166,166,166,0.35);
    }



    .home-box .home-infoblock2 {
        background-color: #f9f6f0;
        padding: 100px 0px;
    }
    .home-box .home-infoblock2 h3 {
        font-weight: 800;
    }
    .home-box .home-infoblock2 .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        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/fondo1.png");
        opacity: .7;
        padding: 100px 0px;
    }
    .home-box .parallax-box .imagen {
        display: inline-block;
        width: 200px;
        height: 200px;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
        border: 3px solid #7e583e;
        margin: 40px 0px;
    }
    .home-box .parallax-box .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-box .parallax-box .nombre {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 30px;
    }
    .home-box .parallax-box .subtitulo {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 22px;
    }
    .home-box .parallax-box .texto  {
        margin: 30px 0px;
        font-size: 16px;
        color: white;
    }


    .home-box .home-infoblock3 {
        background-image: repeating-linear-gradient(to bottom right, #a09e9f 0%, #a09e9f 100%);
        padding: 100px 0px;
        color:#FFFFFF;
    }
    .home-box .home-infoblock3 h3 {
        font-weight: 800;
    }
    .home-box .home-infoblock3 .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        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: left;
    }
    .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 i {
        font-size: 50px;
        text-align: left;
    }
    .home-box .home-infoblock3 a {
        color:white;
        transition-duration: .2s;
    }
    .home-box .home-infoblock3 a:hover {
        color: #ffff;
        transition-duration: .2s;
    }
    .home-box .home-infoblock3 .a1 {
        background-color: #7e583e;
        border: 1px solid #7e583e;
        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 #7e583e;
        color: #7e583e;
        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;
    }

    .home-box .profesores-nac {
        padding-top: 40px;
    }


    .sede-banner {
        background-image:linear-gradient(rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)), url("../img/gp1.jpg");
        width: 100%;
        padding: 100px;
    }
    .sede-banner h3{
        font-weight: 800;
        color: #FFFFFF;
    }
    .sede-banner p {
        text-align: center;
        font-size: 20px;
        color:#ffff;
        padding: 20px;

    }
    .sede-banner .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sede-titulo {
        font-weight: 800;
        padding: 40px;
    }
    .sede-titulo .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sede-texto {
        text-align: justify !important;
        margin-top: 50px;
        margin-bottom: 100px;
    }


/* 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 #7e583e;
        margin: 40px 0px;
    }
    .profesores-grid .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profesores-grid .nombre {
        color: #7e583e;
        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;
    }


/* PLANTILLA */
    .plantilla-titulo {
        padding: 100px 0px 10px 0px ;
        background-color: #a09e9f;
    }
    .plantilla-titulo h3 {
        font-weight: 800;
        color: #FFFFFF;
    }
    .plantilla-titulo .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .plantilla-banner {
        margin-bottom: 50px;
    }
    .plantilla-banner img {
        width: 100%;
    }

    .plantilla-banner2 img {
        width:100%;
    }
    .plantilla-subtitulo h3 {
        font-weight: 800;
    }
    .plantilla-subtitulo .separador {
        width: 100px;
        height: 2px;
        background-color: #7e583e;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .plantilla-texto {
        text-align: justify !important;
        margin-top: 50px;
        margin-bottom: 200px;
    }
    .plantilla-texto h4 {
        color: #7e583e;
        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: #7e583e;
        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: #7e583e;
        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: #7e583e;
        padding: 10px;
        color: white;
        border: 1px solid #7e583e;
        transition-duration: .2s;
        cursor: pointer;
    }
    .plantilla-texto-2 .boton:hover {
        background-color: white;
        border: 1px solid #7e583e;
        padding: 10px;
        color: #7e583e;
        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: #7e583e;
    }
    .hoteles-grid .imagen img {
        width: 100%;
        transition-duration: .2s;
    }
.hoteles-grid .imagen-1 img {
    width: 60%;
    transition-duration: .2s;
}
    .hoteles-grid .imagen:hover img,
    .hoteles-grid .imagen-1: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: 75%;
        margin-bottom: 10px;
    }
    .premios-trigger {
        text-align: center;
        cursor: pointer;
        margin-top: 50px;
    }
    .premios-trigger img {
        width: 100px;
    }
    .escondido-premios {
        display: none;
    }

    .acordeon-item .boton {
        background-color: #7e583e;
        padding: 10px;
        color: white;
        border: 1px solid #7e583e;
        transition-duration: .2s;
        cursor: pointer;
    }
    .acordeon-item .boton:hover {
        background-color: white;
        border: 1px solid #7e583e;
        padding: 10px;
        color: #7e583e;
        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 0px;
        background-position: center;
        background-size: cover;
        background-image:linear-gradient(
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
        ), url("../img/foto1.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: #7e583e;
        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 #7e583e;
        color: #7e583e;
        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: #7e583e;
        border: 2px solid #7e583e;
        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 #7e583e;
        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-2 {
    display: none;
}
    .dia-contenido-3 {
        display: none;
    }


    .programa-box .subtitulo {
        width: 95%;
        background-color: #7e583e;
        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;
    }

    .caja-hovereada {
        background-image:linear-gradient(
                rgba(0, 0, 0, 0.9),
                rgba(0, 0, 0, 0.9)
        ),url("../img/caja-info-1.jpg");
        background-size: cover;
        width: 100%;
        color:white;
        transition-duration: 0.2s;

    }

    .contact-form-1 .text p {
        text-align: center;
        margin:20px;
    }

    /*GALERIA*/
.galeria {
    background-image: repeating-linear-gradient(to bottom right, #7e583e 0%, #519aa0 100%);
    color: #ffff;
}
.galeria h3 {
    font-size:40px;
}

.galeria .imagenes .text h2 {
    font-size: 20px;
    text-align: left;
    padding: 5px;

}
.galeria .imagenes .text p {
    font-size:13px;
    text-align: left;
    padding: 5px;
}
.galeria img {
    background-position: center;
    background-size: cover;
    width: 100%;
    cursor: pointer;
}

.galeria .imagenes img {
    background-position: center;
    background-size: cover;
    height: 250px;
    cursor: pointer;
}
.parallax-box .tit-prof{
    color:white;
}

/* RESPONSIVE */

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

        .home-box .home-banner .derecha {
            background-position: top center;
            background-size: cover;
            padding-top: 10vh;
            padding-bottom: 10vh;
        }
        .home-box .home-banner .izquierda .imagen img {
            padding: 40px;
            width: 50%;
        }
        .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 #7e583e;
            color: #7e583e;
            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;
        }



    }

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


    }

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

    }













