@font-face {
    font-family: PantonBlack;
    src: url(../font/Panton-BlackCaps.otf);
}
@font-face {
    font-family: PantonBlack2;
    src: url(../font/Panton-BlackitalicCaps.otf);
}
@font-face {
    font-family: PantonLight;
    src: url(../font/Panton_LightCaps.otf);
}
body, html {
    width: 100%;
    overflow-x: hidden;
}
#button:hover{
    scale: .8;
}
#button{
    font-family: PantonBlack, sans-serif;
    text-decoration: none;
    padding: 10px;
    font-size: 24px;
    color: #f2f2f2;
    background-color: rgb(16, 173, 16);
    border-radius: 10px;
    width: auto;
    transition-duration: 1s;
}
.titulo-index{
    width: 90%;
    font-size: 28px;
    text-align: center;
    color: #f2f2f2;
    text-transform: uppercase;
    font-family: PantonBlack, sans-serif;
}
.titulo-card{
    font-size: 18px;
    text-align: center;
    color: #f2f2f2;
    text-transform: uppercase;
    font-family: PantonBlack, sans-serif;
}
.p-card{
    width: 95%;
    font-size: 16px;
    color: #f2f2f2;
    font-family: "Saira", sans-serif;
    text-align: center;
}
.card-contenedor{
    display: grid;
    grid-template-columns: 350px 350px 350px ;
    padding: 2rem;
    background-color: #f2f2f2;
    justify-content: center;
    align-self: center;
}
.img-larga{
    width: 100%;
    height: auto;
}
.img-card{
    top: 0;
    width: 250px;
    height: auto;
    border-radius: 100%;
    border: solid 3px #f2f2f2;
    margin-bottom: 20px;
    transition-duration: 1s;
}
.img-card:hover{
    scale: .8;
}
.p-index{
    font-weight: 300;
    width: 90%;
    font-size: 18px;
    color: #00846C;
    text-transform: uppercase;
    font-family: "Saira", sans-serif;
    text-align: center;
}
.contenedor-mitad{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card{
    -webkit-box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
    padding-top: 20px;
    background-color: #00846C;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    margin: 20px;
    height: auto;

}
.sub-index{
    font-weight: 300;
    width: 90%;
    font-size: 28px;
    color: #f2f2f2;
    text-transform: uppercase;
    font-family: "Saira", sans-serif;
    text-align: center;
}
.sub-index2{
    font-weight: 600;
    width: 90%;
    font-size: 20px;
    color: #f2f2f2;
    text-transform: uppercase;
    font-family: "Saira", sans-serif;
    text-align: center;
}
.p-portada{
    margin: 20px;
    font-weight: 500;
    width: auto;
    font-size: 18px;
    color: #42B5C4;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-family: "Saira", sans-serif;
    text-align: center;
}
.p-testimonios{
    margin: 20px;
    font-weight: 500;
    width: auto;
    font-size: 18px;
    color: #f2f2f2;
    background-color: #42B5C4;
    border-radius: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-family: "Saira", sans-serif;
    text-align: center;
}
.cartel-small-index{
    font-weight: 500;
    width: auto;
    font-size: 16px;
    color: #f2f2f2;
    background-color: #00846C;
    border-radius: 10px;
    padding: 5px;
    font-family: "Saira", sans-serif;
    text-align: center;
}
.imagen-logo{
    width: 350px;
    height: auto;
    transition-duration: 1s;
    cursor: pointer;
}
.imagen-logo:hover{
    scale: .9;
}
.imagen-normal{
    width: 400px;
    height: auto;
    border-radius: 10px;
}
.imagen-normal2{
    width: 400px;
    height: auto;
    border-radius: 10px;
    transition-duration: 1s;
    border: #f2f2f2;
}
.imagen-normal2:hover{
    scale: .9;
    border: solid 3px #f2f2f2;
}
.logo{
    width: 120px;
    height: auto;
    cursor: pointer;
    margin-left: 30px;
    transition: 1s;
}
.video-testimonio{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px;
    height: 400px;
    object-fit: cover;
    border: solid 3px #42B5C4;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 2s;
}
.video-testimonio:hover{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.contenedor-casos-grid{
    width: 90%;
    display: grid;
    align-self: center;
    justify-content: center;
    grid-template-columns: 300px 300px 300px;
    column-gap: 20px;
}
.card-testimonio{
    background-color: #42B5C4;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imagen-testimonio-card{
    width: 250px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 2px #f2f2f2;
}
.boton-lista:hover{
    background-color: #42B5C4;
    color: #f2f2f2;
    
}
.boton-lista{
    margin-top: -5px;
    background-color: transparent;
    text-transform: uppercase;
    font-family: PantonBlack, sans-serif;
    font-size: 22px;
    color: #42B5C4;
    transition-duration: 1s;
    border: none;
}
.logo:hover{
    scale: 1.2;
}
.boton-nav{
    text-transform: uppercase;
    font-family: PantonBlack, sans-serif;
    font-size: 24px;
    color: #42B5C4;
    transition-duration: 1s;
    text-align: center;
}
.contenedor-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.boton-footer{
    text-transform: uppercase;
    font-family: "Saira", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #f2f2f2;
    transition-duration: 1s;
    text-align: center;
}
.boton-nav2{
    text-transform: uppercase;
    font-family: PantonBlack, sans-serif;
    font-size: 22px;
    color: #42B5C4;
    transition-duration: 1s;
    text-align: center;
    padding: 5px;
}
.btn.show{
    background-color: #42B5C4;
}
.boton-nav2:hover{
    background-color: #42B5C4;
    color: #f2f2f2;
    border-radius: 5px;
    scale: .9;
}
.boton-nav:hover{
    background-color: #42B5C4;
    color: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
}
header{
    border-bottom: solid 1px #42B5C4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #f2f2f2;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.contenedor-texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contenedor-texto50{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px;
}
.contenedor-texto70{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 30px;
}
.section-normal3{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}
.section-invertida2{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1.5fr 1fr;
}
.section-testimonios{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin-top: 30px;
    justify-content: center;
    align-self: center;
    -webkit-box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
}
.section-testimonios2{
    display: grid;
    grid-template-columns: 1fr;
    width: 50%;
    margin-top: 30px;
    justify-content: center;
    align-self: center;
    -webkit-box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
box-shadow: 10px 10px 35px -14px rgba(0,0,0,0.75);
}
.section-portada{
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    justify-content: center;
    align-self: center;
}
.section-normal{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.section-invertida{
    display:flex;
    justify-content: center;
    align-items: center;
}
#en{
    background-image: url(../img/imagen25.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#ud{
    background-image: url(../img/imagen32.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#og{
    background-image: url(../img/imagen14.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.hover{
    transition-duration: 1s;
}
.hover:hover{
    scale: 1.3;
}
#re{
    background-image: url(../img/imagen36.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#im{
    background-image: url(../img/imagen15.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#or{
    background-image: url(../img/imagen19.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#pe{
    background-image: url(../img/imagen22.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#od{
    background-image: url(../img/imagen29.jpg);
    background-repeat: none;
    background-size: cover;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.contenedor-scroll-og{
    background-image: url(../img/imagen16.jpg);
    background-repeat: none;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contenedor-shadow{
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgb(242,242,242);
background: linear-gradient(90deg, rgba(242,242,242,0.6250875350140056) 40%, rgba(242,242,242,0.6530987394957983) 80%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-normal2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-self: center;
    justify-content: center;
}
.nav-list{
    display: flex;
    list-style-type: none;
    column-gap: 2rem;
}

.nav-list li a{
    text-decoration: none;
    color: #42B5C4;
}

.abrir-menu{
    display: none;
}
.cerrar-menu{
    display: none;
}
.logowsp{
    position: fixed;
    margin: 30px;
    width: 80px;
    height: auto;
    bottom: 0;
    right: 0;
    z-index: 3;
    transition-duration: 1s;
}
.logowsp:hover{
    scale: .7;
}
@media screen and (max-width:1020px){
    .abrir-menu,
    .cerrar-menu{
        display: block;
        border: 0;
        font-size: 1.50rem;
        background-color: transparent;
        cursor: pointer;
    }
    .logowsp{
        width: 60px;
        margin: 15px;
    }
    .abrir-menu{
        color: #42B5C4;
    }
    .cerrar-menu{
        color: #f2f2f2;
    }
    .nav{

        height: 10000px;
        transition-duration: 1s;
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 2rem;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #42B5C4;
        padding: 2rem;
        bottom: 0;
        box-shadow: 0 0 0 100vmax rgba(0,0,0, .5);
    }
    .contenedor-mitad{
        width: 95%;
        margin-bottom: 30px;
    }
     .visible{
        opacity: 1;
        visibility: visible;
     }
     #button{
        font-size: 18px;
     }
     .imagen-logo{
        width: 90%;
     }
     .nav-list{
        flex-direction: column;
        align-items: end;
        row-gap: 1rem;
     }
     .nav-list li a{
        color: #f2f2f2;
     }
     .boton-lista{
        color: #f2f2f2;
     }
     .section-portada{
        grid-template-columns: 1fr;
        row-gap: 30px;
        padding-top: 50px;
     }
     #testimonios-img-inicio{
        width: 200px;
     }
     .card-contenedor{
        grid-template-columns: 1fr;
     }
     .section-invertida{
        flex-direction: column-reverse;
        margin-bottom: 20px;
     }
     .img-card{
        width: 90%;
     }
     .section-normal{
        flex-direction: column;
     }
     .imagen-normal{
        width: 99%;
        margin-bottom: 10px;
     }
     .section-invertida2, .section-normal3{
        grid-template-columns: 1fr;
        margin-top: 30px;
     }
     .section-normal3{
        margin-bottom: 30px;
     }
     .boton-footer{
        font-size: 14px;
     }
     .p-testimonios{
        font-size: 12px;
        margin: 10px;
     }
     .video-testimonio{
        margin: 0px;
     }
     .contenedor-casos-grid{
        grid-template-columns: 1fr;
        row-gap: 20px;
     }
     .section-testimonios2{
        width: 90%;
     }
     .contenedor-footer{
        margin-top: 20px;
     }
     .boton-nav2{
        color: #42B5C4 !important;
     }
     .titulo-index{
        font-size: 20px;
        font-weight: 400;
     }
     .sub-index{
        font-size: 18px;
     }
     .sub-index2{
        font-size: 18px;
     }
     .p-index{
        font-size: 14px;
     }
     .p-portada{
        font-size: 12px;
     }
     .imagen-normal2{
        width: 90%;
     }
     .section-testimonios{
        grid-template-columns: 1fr;
        justify-content: center;
        align-self: center;
        width: 95%;
     }
}

@keyframes show {
    from {
        opacity: 0;
        scale: 25%;
    }

    to {
        opacity: 1;
        scale: 100%;
    }
}

.animation-scroll {
    view-timeline-name: --image;
    view-timeline-axis: block;
    animation-timeline: --image;
    animation-name: show;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both;
}