﻿@font-face {
  font-family: 'Helvetica2';
  src: url('fuentes/HelveticaNowDisplay-ExtBlk.ttf');
  font-weight: normal;
  font-style: normal;
}

body{
    font-family: 'Helvetica';
}

.cintillo-ayuda{
    height: 80px;
}

.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #b1caf8;
    text-align: center;
    color: #1A3BBA;
    font-size: 27px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cintillo a{
    color: #1A3BBA;
    text-decoration: none;
}


.cabecera{
    background: #1a4deb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 80%;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 32%;
    display: inline-block;
}

nav ul li:hover .menuSec{
    display: block;
}

.menuSec{
    position: absolute;
    top: 30px;
    left: -100%;
    z-index: 1000;
    background: white;
    width: 300%;
    padding: 30px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 1);
    display: none;

    box-shadow: 2px 2px 2px 0.8;

    border-radius: 20px;
}
.menuSec ul li::before {
    content: '➢';
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 22px;
}
.menuSec ul li{
    width: 100% !important;
}

.menuSec strong{
    width: 100%;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 20px;
}

.menuSecundario{
    font-size: 19px;
    color: #1A3BBA;
    font-weight: lighter;
    padding: 8px 0;
}
.menuSecundario:hover{
    font-weight: bold;
}
.menuSecundario span{
    display: inline-block;
    margin-left: 30px;
}

.menu{
    text-align: center;
    font-size: 21px;
}


.contacto{
    border: 1px solid white;
    text-align: center;
    color: white;
    font-size: 23px;
    font-weight: bold;

    border-radius: 10px;
}


.efecto{
    position: relative;
    background: #1a4deb;
    padding-top: 80px;
    padding-bottom: 80px;
}

.imagenEfecto{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
}


.textoEfecto{
    text-align: justify;
    font-weight: 100;
    color: white;
}

.textoEfecto strong{
    width: 100%;
    font-family: 'Helvetica2';
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 20px;
}
.textoEfecto p{
    font-size: 22px;
}

.btn-danger{
    font-size: 27px;
    font-weight: bold;
}




.imagen img, .imagen video{
    width: 100%;

    border-radius: 30px;
}

.sinPadding{
    padding: 0;
}



.pasos{
    padding-top: 50px;
    padding-bottom: 50px;
}

.pasos-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.paso {
    text-align: center;
    width: 33.33%;
}

.paso .numero {
    width: 60px;
    height: 60px;
    border: 2px solid #1669F2;
    border-radius: 50%;
    color: #1669F2;
    font-weight: bold;
    font-size: 24px;
    line-height: 60px;
    margin: auto;
    margin-bottom: 30px;
}

.paso.activo .texto {
    font-weight: 800;
    color: #1669F2;
    font-size: 20px;
}

.paso:not(.activo) .texto {
    color: #808080;
    font-weight: 600;
    font-size: 20px;
}

.barra-progreso {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #D3E3FF;
    z-index: -1;
}

.barra-progreso .relleno {
    height: 100%;
    background-color: #1669F2;
    transition: width 0.3s ease;
    width: 0%;
}


.live{
    color: rgb(102, 102, 102);
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 60px;
}

.custom-shape-divider-top-1752764296 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1752764296 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 157px;
}

.custom-shape-divider-top-1752764296 .shape-fill {
    fill: #FFFFFF;
}


.servicios{
    position: relative;
    background: #1a4deb;
    color: white;
    padding-bottom: 00px;
    padding-bottom: 60px;
}

.titulo{
    text-align: center;
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}

.servicio{
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 40px;
}
.servicio strong{
    width: 100%;
    font-family: 'Helvetica2';
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.num{
    border: 1px solid white;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    display: inline-block;

    border-radius: 50%;
}

.texto{
    width: 100%;
    height: 60px;
    text-align: justify;
    overflow-y: hidden;
 
    animation:1s ease;
}


.video iframe{
    width: 100%;
    height: 500px;
}


.clinica{
    position: relative;
    background: url(../images/fondo-clinica.png) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fondo-clinica{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(26, 59, 186, 0.5);
    width: 100%;
    height: 100%;
}

.clinica .container{
    position: relative;
    z-index: 2;
}

.clinica strong{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Helvetica2';
    text-shadow: 1px 1px 1px black;
}


.seccion-principal {
    background-color: #f9f9f9;
    color: gray;
    font-size: 1.15rem;
    font-weight: bold;
}



.text-primary {
    color: #0056ff !important;
    font-family: 'Helvetica2';
}

.fondo-azul {
    background-color: #0056ff;
    font-size: 22px;
    font-weight: bold;
}

.fondo-azul h2{
    font-size: 40px;
    font-family: 'Helvetica2';
}

.numero-whatsapp {
    background-color: white;
    color: #0056ff;
    font-family: 'Helvetica2';
    font-size: 40px !important;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media (max-width: 768px) {
    .textoEfecto {
        text-align: center;
        padding: 15px;
    }

    .imagenEfecto {
        width: 100% !important;
        margin-top: 20px;
    }

    .logotipo img {
        max-width: 100%;
        height: auto;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav li {
        margin-bottom: 10px;
    }

    .imagenEfecto{
        display: none;
    }
    .paso{
        width: 100% !important;
    }
}

@media screen and (max-width:576px){
    .textoEfecto strong{
        text-align: center;
        font-size: 45px;
        line-height: 55px;
        font-weight: bold;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}