@font-face {
    font-family: 'dinbold';
    src: url('./fonts/2EC69E_0_0.eot');
    src: url('/fonts/2EC69E_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/2EC69E_0_0.woff2') format('woff2'), url('/fonts/2EC69E_0_0.woff') format('woff'), url('/fonts/2EC69E_0_0.ttf') format('truetype');
  }
  @font-face {
    font-family: 'dinlight';
    src: url('/fonts/2EC69E_1_0.eot');
    src: url('/fonts/2EC69E_1_0.eot?#iefix') format('embedded-opentype'), url('/fonts/2EC69E_1_0.woff2') format('woff2'), url('/fonts/2EC69E_1_0.woff') format('woff'), url('/fonts/2EC69E_1_0.ttf') format('truetype');
  }
  @font-face {
    font-family: 'din';
    src: url('/fonts/2EC69E_2_0.eot');
    src: url('/fonts/2EC69E_2_0.eot?#iefix') format('embedded-opentype'), url('/fonts/2EC69E_2_0.woff2') format('woff2'), url('/fonts/2EC69E_2_0.woff') format('woff'), url('/fonts/2EC69E_2_0.ttf') format('truetype');
  }

  @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
END RESET CSS
*/

body{
    font-family: 'din';
}

a{
    text-decoration: none;
}

.menu-top
{
    
background-color: #741039;
  
}



.menu-top-fixed
{
    
  position: fixed;
  z-index: 9;
  width: 100%;
  top:-80px;

}

.top-fixme
{
    margin-top: 170px;
}





.container
{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
 
}

.menu-top .main-nav
{
    background-color: #741039;
    display: flex;
    flex-flow: row wrap;
}




.menu-top .main-nav .logo
{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.menu-top-fixed .main-nav .logo
{
    padding-bottom: 0 !important;
}

.logo {
    flex: 0 0 300px; /* Tamaño fijo de la columna izquierda */
  }
  
  .menu {
    flex: 1; /* Tamaño variable de la columna derecha */
    padding-right: 30px;

  }

.menu .menu-dos ul
{
    display: flex;
    justify-content: space-around;
    width: 100%;
    
}

.menu .menu-dos ul li a
{
    font-size: 18px;
}

.menu .menu-dos ul li a.novedoso
{
   text-decoration: underline;
}


.menu .menu-dos{
    -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.menu .menu-dos
{
    background-color: #651c3e;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu .menu-dos a
{
    color:white;
   
}

.menu-uno
{
    padding-top: 55px;
}

.menu .menu-uno ul
{
    display: flex;
    justify-content: space-around;
}

.menu .menu-uno ul li a
{
    color:white;
    font-size: 16px;
    font-family: 'dinbold';
}

.login-bt
{
    display: block;
   margin-top: -3px; 
}

.login-bt img
{
    vertical-align: middle;
}




.menu a.cuad
{
    border:1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}


.footer-container
{
    background-color: #741039;
}


.footer-container, .footer-container a
{
    color:white;
}


.footer-container div.items
{
    display: flex;
    justify-content: space-between;
    padding: 80px;
    
}

.footer-container div.items > div{
    width: 33%;
    padding: 30px;
}


.footer-container h2{
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: lighter;
    padding-bottom: 30px;
}


.footer-container p{
    font-family: 'Roboto';
    font-size: 11px;
    line-height: 2em;
}

.footer-container .social{
    display: flex;
    gap:20px;
    margin-top: 20px;
    font-size: 20px;
}


.footer-container .contact ul li
{
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 2em;
}

.footer-container .suscri input[type=email]
{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    height: 40px;
    font-size: 20px;
}

.footer-container .suscri label
{
    padding-top: 10px;
}


.footer-container .suscri p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-container .suscri input[type=submit]
{
    background-color: none;
    border: none;
    background: none;
    background-color: white;
    padding: 10px 30px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    color:#741039;
}

.footer-bottom
{
    width: 100%;
    text-align: center;
    color:white;

    background-color: #651c3e;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom p{
    font-size: 15px;
}

.footer-bottom a
{

}


.color-btn{
    display: block;
    border-radius: 25px 25px 25px 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -12px;
    color:white;
    font-family: 'dinbold';

}

.color-btn-green
{
    background-color: #5e8f93;
    
}

.color-btn-blue
{
    background-color: #2e3750;
}

.color-btn-purple
{
    background-color: #741039;
}


.color-btn-gold
{
    background-color: #9b8b6a;
}

.color-btn-green-hover
{
    background-color: #fff;
    border:2px solid #5e8f93;
    color:#5e8f93;
    box-sizing: border-box;
    
}

.color-btn-blue-hover
{
    background-color: #fff;
    border:2px solid #2e3750;
    color:#2e3750;
    box-sizing: border-box;
    
}


.color-btn-purple-hover
{
    background-color: #fff;
    border:2px solid #741039;
    color:#741039;
    box-sizing: border-box;
    
}

.color-btn-gold-hover
{
    background-color: #fff;
    border:2px solid #9b8b6a;
    color:#9b8b6a;
    box-sizing: border-box;
    
}





.home-top img.imgtop
{
    width: 100%;
    margin: 0;
    padding: 0;
    
}


.home-top
{
    position: relative;
    color:white;ç
   
}

.home-top .texto
{
    position: absolute;
    top: 80px;
    left: 150px;
}


.home-top ul
{
    display: flex;
    margin-top: 50px;
    gap:20px;
}

.home-top h1
{
    font-size: 75px;
    text-align: center;
}


.home-top h2
{
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'dinbold';
}

.home-top h3
{
    font-size: 25px;
    text-align: center;
    margin-top:30px;
}


.home-top .arrow
{
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 20;
    width: 100%;
    height: 50px;
}


.title-mod-1 ul
{
    display: flex;
    justify-content: space-between ;
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 60px;
    gap: 20px;
}

.title-mod-1 ul li
{
    width: 25%;
}

.title-mod-1 h2
{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 36px;

}

.title-mod-1 h2 strong
{
    font-family: 'dinbold';
    
}

.title-mod-1 a
{
    font-size: 18px;
    font-family: 'dinbold';
    text-align: center;
    
}

.home-opcion
{
    display: flex;
    margin-bottom: 60px;
    max-width: 90%;

}

.home-opcion div.img
{
    flex:1.6;

}
.home-opcion div.img img
{
    width: 100%;

}

.home-opcion div.txt
{
    flex:1;
    padding-left: 60px;
    

}


.home-opcion p.op
{
    font-size: 21px;
    font-family: 'dinbold';
    color:#9b8b6a;
    margin-bottom: 26px;
    margin-top: 25px;

}


.home-opcion p.tipe
{
    font-size: 21px;
    font-family: 'dinbold';
    color:#2e3750;
    margin-bottom: 26px;

}


.home-opcion h4
{
    font-size: 24px;
    font-family: 'din';
    margin-bottom: 26px;
    line-height: 1.2em;

}


.home-opcion h4 strong
{
    
    font-family: 'dinbold';
    

}

.home-opcion ul
{
    
   display:flex;
   gap:20px;
   justify-content: space-between ;
   margin-top: 40px;
 

}

.home-opcion ul a
{
    
   width: 100%;
   text-align: center;


}


.home-opcion div.txt-cont
{
    max-width: 85%;   
    & p.text{
        line-height: 1.2em;
        font-size: 18px;
    }
 
}


.tres-citologos-home h2
{
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
   
}

.tres-citologos-home h2 strong
{
    font-family: 'dinbold';
}

.homecitos-container
{
    display: flex;
    justify-content: space-between;
    gap:30px;
}

.homecitos-container h3
{
    font-size: 30px;
    margin-bottom: 20px;
}

.homecitos-container p
{

    line-height: 1.3em;
}

.homecitos-container p strong
{
    font-family: 'dinbold';
}

.homecitos-container > div
{
   flex:1;
}


.homecitos-container img
{
   width: 100%;
}

.tres-citologos-home
{
    max-width: 1400px;

}

.tres-citologos-home a
{
   max-width: 360px;
   font-size: 18px;
   font-family: 'dinbold';
   text-align: center;
   margin: 0 auto;
}


.home-cuatro-pasos
{
    position: relative;
    margin-bottom: 60px;

    & img{
        width: 100%;
    }


    
    .texto{

        max-width: 400px;
        position: absolute;
        top:50px;
        left: 100px;
        & h3{
            color:white;
            font-size: 64px;
            font-weight: lighter;
        }
        & p{
            color:white;
            line-height: 1.5em;
            font-size: 21px;
        }
        & a{
            color:white;
            display: block;
            margin-top: 30px;
            font-size: 16px;
            font-family: 'dinbold';
            text-align: center;
            max-width: 200px;
        }
    }
}


.tres-modalidades
{
    max-width: 1450px;


    .title{
        margin-bottom: 40px;
    }
    & h2{
        font-size: 36px;
        text-align: center;
        
    }
    & h2 strong{
        font-family: 'dinbold';
    }

    .modulos
    {
        display: flex;
        & img{
            width: 100%;
        }
        justify-content: space-around;
        margin-bottom: 60px;
        
    }

}


.home-ventajas
{
    text-align: center;
    & h2{
        font-size: 36px;
        line-height: 1.2em;
    }
    & h2 strong{
        font-family: 'dinbold';
        
    }

    .title{
        margin-bottom: 40px;
    }

    .menu{
        border-bottom: 2px solid #DDD;
        border-right: 2px solid #DDD;
        margin-bottom: 40px;
        padding-top: 20px;
    }

    .menu ul{
        display: flex;
        justify-content: space-around;
        text-align: center;
        margin-bottom: 20px;
    }

    .menu ul a{
        font-size: 18px;
        color:black;
    }

    .menu ul a.selected{

        font-family: 'dinbold';
    }
    .ventaja{
        width: 100%;
        min-height: 493px;
        display: flex;
        align-items: center;
        vertical-align: center;
        margin-bottom: 40px;

        .texto
        {
            max-width: 800px;
            background-color: rgba(0,0,0,.6);
            margin: 0 auto;
            padding-right: 60px;
            padding-left: 60px;
            padding-top: 40px;
            padding-bottom: 40px;
            color:white;

            & h3{
                font-size: 24px;
                border-bottom: 1px solid white;
                padding-bottom: 10px;
                margin-bottom: 20px;
            }
            & p{
                line-height: 1.2em;
            }

            & a{
                color:white;
                border:1px solid white;
                display: block;
                padding: 15px 20px 10px 20px;
                max-width: 300px;
                margin: 0 auto;
                margin-top: 20px;
            }
            
        }

    
    }
    .ventaja-general{
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 18px;
        
    }
    

    .bt-ventajas
    {
        max-width: 230px;
        margin: 0 auto;
        margin-bottom: 60px;
        font-family: 'dinbold';
        font-size: 18px;
    }

}

.ventajas-home{

    display: flex;
    & img{
        width: 100%;
        vertical-align: text-top;
    }
    background-color: black;



    & div{
        position: relative;



        > div.desc{
            position: absolute;
            top:480px;

            max-width: 100px;
            margin-left: auto; 
            margin-right: auto; 
          
            left: 0; 
            right: 0; 
            background-color: white;
            padding: 20px 30px 20px 30px;
            font-family: 'dinbold';
            text-align: center;
            opacity: 0;
        }

        
    }


    & div:hover{
        & img{
            opacity: .8;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
        }

        > div.desc{
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
            opacity: 1;
        }
    }




}

.ventajas-interior
{
    position: relative;
    & img{
        width: 100%;
    }

    .texto{
        position: absolute;
        top:200px;
        left: 200px;
        color:white;
        
        & h2{
            font-size: 24px;
            margin-bottom: 10px;
        }

        & h1{
            font-size: 48px;
        }


    }

    .globo
    {
        position: absolute;
        width: 187px;
        height: 187px;
        top:0;
        right:187px;
        top:55px;
    }
}

.ventajas-texto-info
{
    & p{
        font-size: 25px;
        line-height: 1.5em;
        text-align: center;
        max-width: 980px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    & a{
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 60px;
        font-size: 20px;
        font-family: 'dinbold';
    }


}



.casos-mes-listado
{
    & h1{
        font-size: 36px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 60px;
        & strong{
            font-family: 'dinbold';
        }
    }

    & h2{
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    & p{
        font-size: 18px;
        max-width: 350px;
    }

    & a{
        display: block;
        max-width: 400px;
        text-align: center;
        font-family: 'dinbold';
        margin-top: 20px;
    }


    .casos{
        display: flex;
        gap:30px;
        margin-bottom: 60px;

        & img{
            width: 100%;
        }
    }
    

}


.caso-mes
{
    max-width: 980px;
    margin: 0 auto;

    & h1{
        font-size: 36px;
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }

    .caso
    {
        display: flex ;
        justify-content: space-around;
        margin-bottom: 60px;

        & h2{
            font-size: 36px;
            color:#741039;
            margin-bottom: 20px;
        }

        & h3{
            font-size: 21px;
            color:#741039;
            margin-bottom: 20px;
        }

        & ul li{
            line-height: 1.5em;
            & span{
                color:#741039;
            }
        }
    }

    .despl
    {
        & h3{
            font-size: 30px;
            color:#741039;
            margin-bottom: 30px;
        }

        & p{
            font-size: 20px;
        }

        .paso{
            color:white;
            background-color: gray;
            padding: 10px 10px 10px 10px;
            font-family: 'dinbold';
            display: block;
            width: auto;
            display: inline-block;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .verde
        {
            background-color: #5e8f93;
        }

        .verenjena
        {
            background-color:#741039;
        }

        & a{
            text-align: center;
            display: inline-block;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 20px;
            font-family: 'dinbold';


        }

        margin-bottom: 60px;
    }
}


.form-caso-clinico
{
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-left: 60px;
    padding-right: 60px;


    & img{
        width: 100%;
    }

    & h1{
        font-size: 36px;
        color:#2e3750;
        margin-top: 60px;
    }

    & p{
        font-size: 19px;
        max-width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 1.2em;


    }

    .blue{
        color:#2647a0;
    }

    & a{
        display: inline-block;
        background-color:#2647a0;
        padding: 10px 20px 10px 20px;
        margin-top: 20px;
        font-size: 19px;
        color:white;
        
    }

    .form-group{
        max-width: 500px;

        & label{
            width: 100%;
            display: block;
            font-size: 20px;
            font-family: 'dinbold';
            color:#2647a0;
            margin-bottom: 5px;
            margin-top: 5px;
        }

        & input{
            width: 100%;
            font-size: 19px;
            box-sizing: border-box; /* add this */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            margin-top: 5px;
            margin-bottom: 5px;
            height: 40px;
        }


        & textarea{
            width: 100%;
            font-size: 19px;
            box-sizing: border-box; /* add this */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }


    }
}



.cuatro-opciones
{
    .module{
        display: flex;  
        margin-top: 60px;  
        margin-bottom: 60px;  
    }

    .img img{
        width: 100%;
    }

    .texto{
        padding: 2em;
    }

    .ventaja{
        font-size: 24px;
        font-family: 'din';
        color: #9b8b6a;
        margin-top: 20px;
    }
    .opcion{
        font-size: 24px;
        font-family: 'din';
        margin-top: 20px;
    }
    & h2{
        font-family: 'Roboto';
        font-size: 36px;
        margin-top: 20px;
    }
    & p{
        font-family: 'Roboto';
        font-size: 18px;
        margin-top: 20px;
        width: 80%;
    }
    & ul{
        display: flex;
        gap:20px;
    }

    & h1{
        text-align: center;
        font-size: 44px;
        font-family: 'din';
        margin-top: 60px;
    }

    & h3{
        text-align: center;
        font-size: 44px;
        font-family: 'din';
        color: #9b8b6a;
    }

    & a.btn-bottom{
        max-width: 450px;
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
        font-family: 'dinbold';
    }


}

.green{
    color: #5e8f93;
}
.gold{
    color:#9b8b6a;
}
.auvergine{
    color: #651c3e;
}
.blue{
    color: #2e3750;
}


.citologos
{

    background: #f5f5f5;

    & h1{
        font-size: 33px;
        color:white;
        background-color: #741039;
        font-family: 'din';      
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 15px;
      
        display: block;
      
        
    }

    .bt-container
    {
        display: flex;
        justify-content: space-around;
    }

    .citologos-container
    {
        display: flex;
        justify-content: space-around;

        & h3{
            font-size: 25px;
            font-family: 'din';
            color:#741039;
            margin-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
        }
        & h4{
            font-size: 18px;
            font-family: 'din';
            color:#741039;
            margin-top: 5px;
            padding-left: 10px;
            padding-right: 10px;
        }
        & p{
            font-size: 16px;
            font-family: 'din';
            margin-top: 5px;
            color:#6f6f6f;
            padding-left: 10px;
            padding-right: 10px;
        }
        & p strong{
            font-family: 'dinbold';
        }

        & a{
            max-width: 150px;
            text-align: center;
            margin: 0 auto;
            font-size: 16px;
        }

        & article{
            border-bottom: 5px solid #741039;
        }
    }
}


.citologocv
{
    .cv-cont{
        padding: 100px;
        display: flex;

        & div.text{
            padding: 80px;
            & h2{
                font-size: 34px;
                color: #741039;
                
                margin-bottom: 20px;
            }
            & p{
                font-size: 19px;
                line-height: 1.5em;
            }

            & a{
                display: inline-block;
                margin: 0 auto;
                text-align: center;
            }
        }

        img{
            width: 100%;
        }

        > div{
            flex: 50%;
        }




    }
}

.gratis{
    .img-cont{
        display: flex;
        border:0;
        margin: 0;
        padding: 0;

        > div{
            flex: 50%;
        }

        & img{
            width: 100%;
            vertical-align:top;
        }
    }

    & h2{
        font-size: 44px;
        text-align: center;
        margin-top: 60px;
    }

    & h3{
        text-align: center;
        font-size: 40px;
        color:#9b8b6a;
        margin-bottom: 60px;
    }

    & p{
        font-size: 25px;
        line-height: 1.6em;
        text-align: center;
        font-family: 'din';
    }

    & p strong{
        font-family: 'dinbold';
    }

    & a{
        max-width: 460px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-family: 'dinbold';
    }
}


.modalidades
{

    & a{
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        font-family: 'dinbold';

    }

    > div.conta{
        padding-left: 80px;
        padding-right: 80px;
    }
    & img{
        width: 100%;
    }

    & h1{
        font-size: 37px;
        color:#31313b;
        text-align: center;
        font-family: 'din';
        margin-top: 60px;
        margin-bottom: 60px;

        & strong{
            font-family: 'dinbold';
        }
    }

    .tiempos
    {
        margin-top: 60px;



        & h3{
            font-size: 32px;
            font-family: 'dinbold';
            color:#2e3750;
            padding-left: 30px;
            border-left: 4px solid #741039;
        }

        .response
        {
            display: flex;


            > div{
                flex:33%;
            }
        }

        .combos
        {
            display: flex;
            margin-top: 60px;
            margin-bottom: 60px;
            gap:10px;

            > div{
                flex:33%;
            }

            & select{
                width: 100%;
                background-color: #741039;
                color: white;
                border: none;
                font-size: 17px;
                font-family: 'dinbold';
                padding: 10px 10px 10px 10px;
                border-radius: 50px 50px 50px 50px;
                border:2px solid #741039;
            }

            & input{
                width: 100%;
                background-color:white;
                color: #2647a0;
                border: none;
                font-size: 17px;
                font-family: 'dinbold';
                padding: 10px 10px 10px 10px;
                border-radius: 50px 50px 50px 50px;
                border:2px solid #2647a0;
            }

            & label{
                font-size: 22px;
                color:#666666;
                font-family: 'din';
                display: block;
                padding-bottom: 20px;
            }
        }
    }

    
}

.login
{
    padding-top: 150px;
    padding-bottom: 150px;
    color:white;

    background-color: #26395c;
    display: flex;
    align-items: center;
    justify-content: center;

    > div.form{
        max-width: 500px;
        border:2px solid white;
        padding: 20px;
    }

    & h2{
        font-size: 27px;
        margin-top: 34px;
        margin-bottom: 10px;
        
    }

    & p{
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;

        & a{
            color: white;
            text-decoration: underline;
        }
    }

    & input{
        width: 100%;
        font-size: 16px;
        border:none;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: 'din';
        padding: 10px 10px 10px 10px;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }

    & input[type=submit]{
        background-color: #741039;
        color:white;
        font-size: 16px;
        font-family: 'dinbold';
        padding-top: 20px;
        padding-bottom: 15px;
    }
}


.contacto
{
    width: 100%;
    height: 100vh;
    background: transparent url('/img/cover-contacto.jpg') no-repeat;
    background-size: cover;

    & .der{
        position: absolute;
        top:0;
        left: 180px;
        width: 450px;
        height: 100vh;
        display: flex; 
        flex-direction: column;
        justify-content: space-around;

        & .img{
            text-align: center;
        }

        & h1{
            font-size: 30px;
            font-family: 'din';
            margin-top: 20px;
            margin-bottom: 20px;
            color:white;
        }

        & p{
            font-size: 20px;
            line-height: 1.2em;
            color:white;
        }   


        & h3{
            font-size: 30px;
            font-family: 'din';
    
            margin-bottom: 15px;
            color:white;
        }
    }

    & .form{
        position: absolute;
        right: 0;
        top:0;
        width: 246px;
        height: 100vh;
        background-color: rgba(116,16,57,.8);
        padding-left: 47px;
        padding-right: 47px;

        & select{
            width: 100%;
            box-sizing: border-box; /* add this */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            background: transparent;
            border:none;
            height: 52px;
            border:1px solid #fff;
            color:white;
            font-family: 'din';
        }

        & h3{
            color:white;
            font-size: 18px;
            margin-top: 22px;
            margin-bottom: 22px;
            
        }

        & input{
            width: 100%;
            box-sizing: border-box; /* add this */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            background: transparent;
            border:none;
            height: 52px;
            border:1px solid #fff;
            margin-bottom: 10px;
            color:white;
            font-family: 'din';
        }

        & input::placeholder{

            color:white;
        }

        & input[type=submit]{
            background-color: red;
            border:none;
            background-color: #312a30;
        }

        & textarea{
            width: 100%;
            box-sizing: border-box; /* add this */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            background: transparent;
            border:none;
            margin-bottom: 10px;
            border:1px solid #fff;
            margin-top: 10px;
            color:white;
            font-family: 'din';

        }

        & div.logo{
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;

            & p{
                color:white;
                font-size: 13px;
                line-height: 1.4em;
            }

            & img{
                margin-bottom: 10px;
            }
        }
    }
}






.razones
{
    min-height: 818px;
    position: relative;
    margin-top: 15px;
    max-width: 1600px;
    margin: 0 auto;
    
}


.razones__franja{
    position: absolute;
    top:130px;
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, .65);
}

.razones__lista ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    color:white;
    text-align: center;
    justify-content: space-between;
}



.razones__lista
{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 15px;
    font-family: 'dinbold';
    font-size: 19px;
    line-height: 1.2em;
    background: transparent url('/img/razoneslinea.jpg') center 56px no-repeat;

}

.razones__globo
{
    width: 262px;
    height: 293px;
    background: transparent url('/img/globo.png') center center no-repeat;
    position: absolute;
    z-index: 3;
    top:190px;
    left: 2px;
    text-align: center;
    padding: 2em;
    color:white;

}

.razones__globo-title
{
    font-family: 'dinbold';
    font-size: 18px;
    margin-top: 90px;
}

.razones__globo-text
{
    font-family: 'din';
    font-size: 18px;
    line-height: 1.1em;
    max-width: 90%;
    margin: 0 auto;
}

.razones__globo-boton
{
    font-family: 'din';
    font-size: 18px;
    display: block;
    background-color: white;
    padding: 3px 0 3px 0;
    max-width: 100px;
    margin: 0 auto;
    color:#9b8b6a;
    text-decoration: none;
    margin-top: 10px;
}



.casos-especialidades
{
    & h1{
        font-family: 'din';
        font-size: 36px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 60px;

        & strong{
            font-family: 'dinbold';
        }
    }

    .modulos-container
    {
        display: flex;
        justify-content: space-around;
        gap:40px;
        overflow: hidden;
        margin-bottom: 60px;
        
        > div{
            flex: 1 1 0px; 
        }

        & div.foto{
            position: relative;
            & img{
                width: 100%;
                vertical-align: text-top;
            }
        }

        & div.title{
            display: flex;
        }

        & div.franja{
            position: absolute;
            bottom: 0;
            background-color: rgba(255,255,255,.8);
            z-index: 2;
            width: 100%;
            height: 40px;
            font-family: 'din';
            font-size: 20px;
            & p{
                margin-top: 10px;
                margin-left: 10px;
            }
        }

        & div.text{
            padding-top: 20px;
            padding-left: 20px;
            font-size: 30px;

            
        }

        & div.texto{
            & p{
                font-size: 18px;
                margin-top: 10px;
            }
        }

        & div.cover{
            position: absolute;
            top:400px;
            left: 0;
            width: 100%;
            background-color: rgba(39,62,86,.9);
            z-index: 3;
            height: 100%;
            color:white;
            font-family: 'din';
            font-size: 20px;
            opacity: 0;

            & p{
                margin-top: 10px;
                margin-left: 10px;
            }
        }
    }

    & div.foto:hover{

        cursor: pointer;
        & div.cover{
            top:0px;
            opacity: 1;
            transition-property: top, opacity;
            transition-duration: 0.3s;
            transition-timing-function: ease-out;
            
        }

        & div.franja{
            position: absolute;
            bottom: 100;
            opacity: 0;
            transition-property: opacity;
            transition-duration: 0.3s;
            transition-timing-function: ease-in;
        }
    }
}


.container-slider-opciones
{


    position: relative;

    .fle{
        position: absolute;
   

    }

    .fle:hover{
       opacity: .8;
   

    }

    .fle-izq{
        top:200px;
        left: 10px;

    }


    .fle-der{
        top:200px;
        right: 60px;

    }


}



.wasap
{
    position: fixed;
    z-index: 30;
    bottom:0;
    right: 50px;
    
    & img{
        vertical-align: text-top;
    }

    .button-top
    {
        width: 100%;
        position: absolute;
        top:0;
        left: 0;

        & img{
            width: 100%;
            height: 50px;
        }
    }



    .was
    {
        position: absolute;
        width: 100%;
        text-align: center;
        top:350px;
        z-index: 32;

        & div{
            

            & a{
                text-align: center;
                display: inline-block;
                font-size: 20px;
            }
        }
    }

    .form
    {
        position: absolute;
        width: 100%;
        top:100px;
        left:0;
        z-index: 31;

        color:white;
        font-family: 'dinbold';
        font-size: 20px;

        

        .form-buttom
        {
            padding-left: 2em;
            padding-right: 2em;
            text-align: center;
            
        }
        .form-item{
            padding-top: 1em;
            padding-left: 1em;
            padding-right: 1em;
            display: flex;
            justify-content: space-evenly;

            & div{
                & input{
                    width: 100%;
                }
            }
        }

        a{
            display: inline-block;
            
        }
    }
}

.was-down
{
    bottom:-348px;
}


.botones-derecha-fix
{
 
    width: 356px;
    height: 353px;
    position: fixed;
    z-index: 99;
    top:250px;
    right: -300px;

    & ul{
        margin: 0;
        padding: 0;
        list-style: none;

        & li{
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 15px;
            margin-top: 1px;

            & a{
                color:white;
                font-size: 15px;
                font-family: 'dinbold';
            }
        }
    }

    .uno{
        background-color: #2e3750;
    }
    .dos{
        background-color: #741039;
    }
    .tres{
        background-color: #5e8f93;
    }
    .cuatro{
        background-color: #9b8b6a;
    }
    .cinco{
        background-color: #4a4843;
    }

    .normal
    {
        visibility: hidden;
    }
}


.botones-derecha-fix:hover
{
 

    right: 0px;

    .normal
    {
        visibility: inherit;
    }

    .colapsed
    {
        visibility: hidden;
    }

}



.cuatromodalidades
{
    background-color: #26395c;
    padding-bottom: 50px;
    padding-top: 50px;

    .boton-abajo
    {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;

        & a{
            display: inline-block;
        }
    }

    & h1{
        color:white;
        text-align: center;
        font-size: 42px;
        font-family: 'dinbold';
    }

    & img{
        border:10px solid #424349;
    }

    & h2{
        color:white;
        text-align: center;
        font-size: 24px;
        font-family: 'dinbold';
    }

    .cuatromodconta
    {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        margin-top: 40px;
        gap:30px;
        text-align: center;

        color:white;

        & p{
            line-height: 1.2em;
            max-width: 220px;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        & a{
            display: inline-block;
        }
        
    }
}



.modulos-footer-pqs
{
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    /* gap:20px; */
    justify-content: space-around;

    .mod{
        background-color: white;
        padding: 30px;
        text-align: center;
        max-width: 323px;

        & h3{
            color:#741039;
            font-size: 30px;
        }

        & p{
            color:black;
            font-size: 16px;
            line-height: 1em;
            margin-bottom: 20px;
            margin-top: 20px;
        }
    }
    
}



.especial-derma
{
    position: relative;
    .hero{
        background: transparent url('/img/especial-derma.jpg') no-repeat;
        background-size: cover;
        min-height: 584px;
        position: relative;

        .circle{
            position: absolute;
            top:48px;
            left:50px;
        }

        .button{
            position: absolute;
            top:400px;
            left:50px;
        }
    }


}

.derma-text
{
    padding-top: 50px;
    text-align: center;

    & p{
        max-width: 80%;
        margin: 0 auto;
        font-family: 'din';
        font-size: 25px;
        line-height: 1.2em;
    }

    .color-btn-blue
    {
        max-width: 800px;
        margin: 0 auto;
    }

    .color-btn-purple
    {
        max-width: 300px;
        margin: 0 auto;
    }
}

.pide-cita
{
    width: 100%;
    background: transparent url('/img/fondo_home_cita.jpg') no-repeat;
    background-size: cover;
    max-width: 1600px;
    min-height: 468px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-top: 40px;

    .container{
        display: flex;
        justify-content: space-around;

 

        & h3{
            color:white;
            font-size: 44px;
            font-family: 'Roboto';
            font-weight: bold;
            margin-top: 60px;
        }

        & p{
            color:white;
            font-size: 21px;
            line-height: 1.2em;
        }

        & a{
            display: block;
            background-color: rgba(23,24,98,.8);
            font-size: 19px;
            color:white;
            text-align: center;
            max-width: 499px;
            padding: 20px 20px 20px 20px;

        }
    }
}

.demo{
    .hero{
        /* min-height: 996px; */
        background: transparent url('/img/fondo-reservar-demo.jpg') no-repeat;
        text-align: center;
        color:white;
        padding-top: 100px;
        padding-bottom: 100px;

        & h2{
            font-size: 32px;
            text-align: center;
            max-width: 70%;
            margin: 0 auto;
            
        }

        & h3{
            font-size: 18px;
            margin-top: 40px;
            line-height: 1.2em;

        }


    }

    .bottom{
        background-color: #26395c;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 80px;
        padding-right: 80px;

        & h4{
            color:white;
            font-size: 36px;
            text-align: center;
            font-family: 'Roboto';
            font-weight: bold;
        }

        & p{
            font-size: 18px;
            color:white;
            line-height: 1.2em;
            max-width: 90%;

            & span{
                color:#651c3e;
                font-size: 40px;
            }
        }

        & a{
            display: block;
            max-width: 250px;
            text-align: center;
            margin: 0 auto;

        }
    }
}

.caso-gratis{
    .hero{
        min-height: 590px;
        position: relative;
        background: transparent url('/img/fondo-caso-gratis.jpg') no-repeat;

        & h2
        {
            font-size: 48px;
            position: absolute;
            top:270px;
            left: 270px;
            color:white;
        }
    }

    .bottom{
        padding-top: 60px;
        padding-bottom: 60px;

        & p{
            text-align: center;
            font-size: 25px;
            color:#15171d;
            width: 90%;
            margin:0 auto;
            line-height: 1.2em;
        }

        & a{
            display: block;
            max-width: 400px;
            text-align: center;
            margin: 0 auto;
        }
    }
}