/*
Theme Name: Jubile Mejor
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/?templateclick=bejaranocontable.cl
Description: Este template ha sido diseñado en su totalidad por nuestra agencia y personalizado especialmente para tu empresa. Desde el año 2012, hemos estado desarrollando páginas web, capturando la esencia de cada cliente en diseños modernos. Agradecemos tu preferencia 💙.
Version: 1.0
License: Privada
Tags: Minimalista, Responsive, Moderno, Full Width, SA Publicidad

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/

*{
    padding: 0;
    margin:0;
}
html, body{
    font-family: "Open Sans", sans-serif;
}

.wrap{
    width: 90%;
    max-width: 1200px;
    margin:auto;
}

/* top-banner */
.top-banner{
    background-color: #082628;
}

.top-banner .wrap{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.top-banner .wrap ul{
    gap:3%;
}

.top-banner .wrap ul:nth-child(1){
    display: flex;
    flex:1;
    justify-content: start;
}

.top-banner .wrap ul:nth-child(2){
    display: flex;
    flex:1;
    justify-content: end;
}

.top-banner .wrap ul li{
    list-style:none;
    line-height: 30px;
    color: #eaeaea;
    font-size: 14px;
    font-weight: 500;
}

.top-banner .wrap ul li a{
    text-decoration: none;
    color: #e4f6f7;
    min-width: 30px;
    display: block;
    text-align: center;
}

/* header */
header{
    padding: 10px 0;
}

header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:3%;
}

header .wrap .logo{
    flex: 1;
    max-width: 150px;
}

header .wrap .logo img{
    width: 100%;
    margin:0 0 -5px 0;
}



/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}

/* nav */
header .wrap nav{
    flex:3;
    max-width: 50%;
    padding: 0 10%;
}

header .wrap nav ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
    list-style-type: none;
    gap:5%;
}

header .wrap nav ul li a{
    color: #313131;
    text-decoration: none;
    line-height: 65px;
    display: block;
    font-weight: 600;
    transition:color .3s ease;
}

header .wrap nav ul li:hover a{
    color: #006e75;
}

header .wrap .top-call{
    flex:1;
}

header .wrap .top-call a{
    background-color: #006e75;
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 65px;
    text-align: center;
    transition: all .3s ease;
}

header .wrap .top-call a:hover{
    background-color: #082628;
}


header .wrap .top-call a i{
    margin:0 5px 0 0;
}



/* slider */
.slider{
    background-image: url(img/bg-1.jpg);
    position: relative;
}

.slider .single{
    position: relative;
    height: 100%;
}

.slider .single .wrap{
    height: 100%;
}

.slider .single .wrap .inter{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.slider .single .wrap .inter article{
    width: 50%;
    height: 100%;
}

.slider .single .wrap .inter article:nth-child(1){
    height: 100%;
    position: relative;
    z-index: 2;
}

.slider .single .wrap .inter article:nth-child(1) h1{
    font-size: 1.2em;
    margin:15% 0 0 0;
    color: #006e75;
    text-transform: uppercase;
}

.slider .single .wrap .inter article:nth-child(1) h2{
    font-size: 3.5em;
    line-height: 1em;
    margin:20px 0;
    color: #313131;
}

.slider .single .wrap .inter article:nth-child(1) p{
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    color: #555555;
}

.slider .single .wrap .inter article:nth-child(1) p a{
    display: inline-block;
    background-color: #006e75;
    color: #ffffff;
    line-height: 55px;
    padding: 0 20px;
    text-decoration: none;
    margin:20px 0 0 0;
    transition: all .3s ease;
}

.slider .single .wrap .inter article:nth-child(1) p a:hover{
    background-color: #082628;
}

.slider .single .wrap .inter article img{
    position: absolute;
    right: 0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* banner-home */
.banner-home{
    padding: 50px 0;
    background-color: #f9f9f9;
}

.banner-home .wrap{
    display: flex;
    justify-content: space-around;
    gap:2%
}

.banner-home .wrap article{
    background-color: #ffffff;
    border-radius: 10px;
    flex:1;
    display: flex;
    justify-content: space-around;
    gap:5%;
    padding: 0 1% 1% 0;
    overflow: hidden;
}

.banner-home .wrap article .icon{
    background-color: #f9f9f9;
    flex:1;
    line-height: 90px;
    text-align: center;
    font-size: 2em;
    border-radius: 0 0 50px 50px;
    position: relative;
    max-height: 100px;
    z-index: 99;
    transition: all .3s ease;
}

.banner-home .wrap article:hover .icon{
    background-color: #006e75;
    color: #ffffff;
}

.banner-home .wrap article .icon:after{
    content: "";
    position: absolute;
    right: -20px;
    top:0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: -10px -10px 0 #f9f9f9;
    z-index: 1;
    transition: all .3s ease;
}

.banner-home .wrap article:hover .icon:after{
    box-shadow: -10px -10px 0 #006e75;
}

.banner-home .wrap article .info{
    flex:3;
    padding: 20px 0;
}

.banner-home .wrap article .info h3{
    font-size: .8em;
    color: #777777;
    font-weight: 500;
}

.banner-home .wrap article .info h4{
    font-size: 1.2em;
    font-weight: 700;
}

.banner-home .wrap article .info p a{
    color: #006e75;
    text-decoration: none;
    font-weight: 700;
    margin:25px 0 0 0;
    display: inline-block;
}

.banner-home .wrap article .info p a i{
    margin:0 0 0 5px;
    transition: all .3s ease;
}

.banner-home .wrap article .info p a:hover i{
    margin:0 0 0 10px;
}

/* wellcome */
.wellcome{
    padding: 50px 0;
    background-color: #f9f9f9;
}

.wellcome .wrap{
    display: flex;
    justify-content: space-between;
    gap:5%;
    align-items: center;
}

.wellcome .wrap article{
    flex:1;
}

.wellcome .wrap article:nth-child(1){
    position: relative;
    height: 750px;
}
.wellcome .wrap article:nth-child(1) > img:nth-child(1){
    position: absolute;
    top:0;
    left: 0;
    width: 70%;
    height: 750px;
    object-fit: cover;
}

.wellcome .wrap article:nth-child(1) > img:nth-child(2){
    position: absolute;
    top:10%;
    left: 50%;
    width: 50%;
    height: 450px;
    object-fit: cover;
}


.wellcome .wrap article:nth-child(1) .info{
    position: absolute;
    top:500px;
    left: 50%;
    width: 50%;
    background-color: #006e75;
    display: flex;
    gap:5%;
    align-items: center;
    margin:50px 0 0 0;
}

.wellcome .wrap article:nth-child(1) .info img{
    flex:1;
}

.wellcome .wrap article:nth-child(1) .info .info-inter{
    flex:2;
    color: #ffffff;
}

.wellcome .wrap article:nth-child(1) .info .info-inter p:nth-child(1){
    font-size: 3em;
    font-weight: 800;
    line-height: 1em;
}

.wellcome .wrap article:nth-child(1) .info .info-inter p:nth-child(2){
    font-size: 1em;
    font-weight: 300;
}

.wellcome .wrap article:nth-child(2) h3{
    font-size: 1em;
    font-weight: 800;
    color: #006e75;
    text-transform: uppercase;
}

.wellcome .wrap article:nth-child(2) h2{
    font-family: "Kodchasan", sans-serif;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.2em;
    color: #313131;
    text-transform: uppercase;
    margin:20px 0;
}

.wellcome .wrap article:nth-child(2) p{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #777777;
}

.wellcome .wrap article:nth-child(2) .info-box{
    background-color: #ffffff;
    margin:20px 0;
    display: flex;
    gap:5%;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.wellcome .wrap article:nth-child(2) .info-box:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #006e75;
}

.wellcome .wrap article:nth-child(2) .info-box:after{
    position: absolute;
    width: 100%;
    border-bottom:solid 5px transparent;
    border-right: solid 300px #ffffff;
    content: "";
    right: 0;
    bottom: 0;
}


.wellcome .wrap article:nth-child(2) .info-box .icon{
    line-height: 100px;
    background-color: #006e75;
    position: relative;
    flex:1;
    text-align: center;
    font-size: 3em;
    color: #ffffff;
    position: relative;
}

.wellcome .wrap article:nth-child(2) .info-box .icon:after{
    content: "";
    position: absolute;
    bottom: 3px;
    right: -20px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    box-shadow: -10px 10px 0 #006e75;
}

.wellcome .wrap article:nth-child(2) .info-box .info{
    flex:4;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
    color: #777777;
}

.wellcome .wrap article:nth-child(2) .info-box-2{
    padding: 20px 0;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .single{
    display: flex;
    flex-wrap: wrap;
}

.wellcome .wrap article:nth-child(2) .info-box-2 ul{
    width: 80%;
    margin:0 0 40px 0;
}

.wellcome .wrap article:nth-child(2) .info-box-2 ul li{
    list-style: none;
    padding: 5px 0;
    font-weight: 500;
    color: #555555;
}

.wellcome .wrap article:nth-child(2) .info-box-2 ul li i{
    color: #006e75;
    margin:0 5px 0 0;
}

@keyframes upAndDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}


.wellcome .wrap article:nth-child(2) .info-box-2 img{
    width: 20%;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    mix-blend-mode: multiply;
    animation: upAndDown 2s ease-in-out infinite;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-more{
    width: 45%;
    margin:0 10% 0 0;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-more a{
    display: block;
    text-decoration: none;
    background-color: #006e75;
    color: #ffffff;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
    transition: all .3s ease;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-more a:hover{
    background-color: #082628;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call{
    width: 45%;
    text-align: center;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call{
    line-height: 40px;
    padding: 15px 0;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call a{
    color: #006e75;
    text-decoration: none;
    display: flex;
    gap:5%;
    justify-content: center;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call a i{
    line-height: 40px;
    width: 40px;
    max-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50px;
    border:solid 1px #006e7530;
    transition: all .3s ease;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call a:hover i{
    background-color: #006e75;
    color: #ffffff;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call a span{
    text-align: left;
    line-height: 1.4em;
    color: #777777;
    font-weight: 300;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call a span strong{
    display: block;
    color: #313131;
    font-weight: 800;
    font-size: 1.4em;
    transition: all .3s ease;
}

.wellcome .wrap article:nth-child(2) .info-box-2 .btn-call a:hover span strong{
    color: #006e75;
}

/* normativa */
.normativa{
    background-color: #220c45;
    padding: 100px 0;
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23000000' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%2300181d' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%23002e3b' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%23004459' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23005a77' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23006e75' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0em 100em rgba(0,0,0,.4);
}

.normativa .wrap{
    display: flex;
    justify-content: space-between;
}

.normativa .wrap article{
    text-align: left;
    flex:1;
    color: #ffffff;
    max-width: 900px;
    margin:auto;
}

.normativa .wrap article h3{
    font-size: 2em;
    font-weight: 800;
    margin:0 0 20px 0;
}

.normativa .wrap article p{
    font-weight: 300;
    font-size: 1em;
    white-space: pre-line;
    text-align: justify;
    line-height: 30px;
}

/* news */
.news{
    padding: 80px 0;
    background-color: #f9f9f9;
}

.news h2{
    font-size: 1.4em;
    font-weight: 600;
    color: #006e75;
}

.news h3{
    font-size: 2em;
    font-weight: 800;
    max-width: 60%;
    font-family: "Kodchasan", sans-serif;
}

.news .gallery{
    display: flex;
    justify-content: space-between;
    gap:5%;
    margin:50px 0 0 0;
}

.news .gallery article{
    overflow: hidden;
    gap:1;
    background-color: #ffffff;
}

.news .gallery article h4{
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    padding: 50px 0 90px 0;
    position: relative;
}

.news .gallery article h4 span{
    position: relative;
    z-index: 2;
}

.news .gallery article:hover h4 span{
    position: relative;
    z-index: 2;
    color: #fff;
}

.news .gallery article h4:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #082628;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    transform: rotateY(90deg);
    transition: all .5s ease;
    opacity: 0;
}

.news .gallery article:hover h4:before{
    transform: rotateY(0deg);
    opacity: 1;

}

.news .gallery article .icon{
    width: 100px;
    height: 100px;
    background-color: #082628;
    color: #ffffff;
    text-align: center;
    margin:-50px auto -50px auto;
    position: relative;
    z-index: 99;
    border-radius: 50%;
}

.news .gallery article .icon:after{
    background-color: #006e75;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    transform: scale(0);
    transition: all .3s ease;
}

.news .gallery article:hover .icon:after{
    transform: scale(1.1);
    transition-delay: .1s;
}

.news .gallery article .icon span{
    font-weight: 100;
    font-size: 40px;
    display: block;
    line-height: 100px;
    position: relative;
    z-index: 2;
}

.news .gallery article .image{
    position: relative;
    z-index: 1;
    height: 300px;
}

.news .gallery article .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.news .gallery article .btn-more{
    width: 100%;
    position: relative;
}

.news .gallery article .btn-more:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #006e75;
    top:0;
    left: 0;
    transform: rotateX(90deg);
    transition: all .3s ease;
}

.news .gallery article:hover .btn-more:after{
    transform: rotate(0deg);
}

.news .gallery article .btn-more a{
    color: #006e75;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}

.news .gallery article:hover .btn-more a{
    color: #ffffff;
}


/* banner-1 */
.banner-1{
    padding: 50px 0;
    background-color: #f9f9f9;
}

.banner-1 .wrap{
    display: flex;
    justify-content: space-between;
    gap:5%;
    align-items: center;
}

.banner-1 .wrap article{
    flex:1;
}

.banner-1 .wrap article:nth-child(1){
    position: relative;
    height: 750px;
}

.banner-1 .wrap article:nth-child(1):nth-child(1):before{
    content: "Jubile Mejor";
    width: 100%;
    height: 100px;
    line-height: 100px;
    transform: rotate(-90deg);
    left: -330px;
    font-weight: 900;
    color: #ffffff;
    top:300px;
    position: absolute;
    font-size: 2em;
    background-color: #006e75;
    text-transform: uppercase;
    justify-content: center; 
    text-align: center;
    border-radius:0 300px 0 0;
}

.banner-1 .wrap article:nth-child(1) > img:nth-child(1){
    position: absolute;
    top:0;
    left: 0;
    width: 70%;
    height: 750px;
    object-fit: cover;
}

.banner-1 .wrap article:nth-child(1) > img:nth-child(2){
    position: absolute;
    top:10%;
    left: 50%;
    width: 50%;
    height: 450px;
    object-fit: cover;
    border-radius: 0 0 300px 0;
}

.banner-1 .wrap article:nth-child(2) h3{
    font-size: 1em;
    font-weight: 800;
    color: #006e75;
    text-transform: uppercase;
}

.banner-1 .wrap article:nth-child(2) h2{
    font-family: "Kodchasan", sans-serif;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.2em;
    color: #313131;
    text-transform: uppercase;
    margin:20px 0;
}

.banner-1 .wrap article:nth-child(2) p{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #777777;
}

.banner-1 .wrap article:nth-child(2) .info-box-2{
    padding: 20px 0;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .single{
    display: flex;
    flex-wrap: wrap;
}


.banner-1 .wrap article:nth-child(2) .info-box-2 ul{
    width: 100%;
    margin:0 0 40px 0;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 ul li{
    list-style: none;
    padding: 5px 0;
    font-weight: 500;
    color: #555555;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 ul li i{
    color: #006e75;
    margin:0 5px 0 0;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-more{
    width: 45%;
    margin:0 10% 0 0;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-more a{
    display: block;
    text-decoration: none;
    background-color: #006e75;
    color: #ffffff;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
    transition: all .3s ease;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-more a:hover{
    background-color: #082628;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call{
    width: 45%;
    text-align: center;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call{
    line-height: 40px;
    padding: 15px 0;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call a{
    color: #006e75;
    text-decoration: none;
    display: flex;
    gap:5%;
    justify-content: center;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call a i{
    line-height: 40px;
    width: 40px;
    max-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50px;
    border:solid 1px #006e7530;
    transition: all .3s ease;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call a:hover i{
    background-color: #006e75;
    color: #ffffff;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call a span{
    text-align: left;
    line-height: 1.4em;
    color: #777777;
    font-weight: 300;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call a span strong{
    display: block;
    color: #313131;
    font-weight: 800;
    font-size: 1.4em;
    transition: all .3s ease;
}

.banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call a:hover span strong{
    color: #006e75;
}

/* banner-video */
.banner-video{
    position: relative;
    background-color: #006e75;
}

.banner-video > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: .3;
}

.banner-video .wrap{
    position: relative;
    z-index: 2;
    padding: 220px 0;
    display: flex;
    justify-content: center;
}

.banner-video .wrap a{
    line-height: 120px;
    width: 120px;
    color: #ffffff;
    font-size: 30px;
}

.banner-video .wrap a span{
    font-size: 3em;
    line-height: 120px;
    width: 120px;
    font-weight: 100;
    text-align: center;
    border-radius: 50%;
    animation-delay: 0.9s;
    position: relative;
    transition: all .3s ease;
}

.banner-video .wrap a span:hover{
    background-color: #ffffff;
    color: #006e75;
}

.banner-video .wrap a span::before,
.banner-video .wrap a span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    animation: ripple 2s infinite ease-in-out;
    left: 0;
    top: 0;
}

.banner-video .wrap a span::after {
    animation: ripple2 2s infinite ease-in-out;
    animation-delay: 1s; 
}

@keyframes ripple {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* testimonials */
.testimonials{
    padding: 100px 0;
    background-color: #f9f9f9;
}

.testimonials h2{
    color: #006e75;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonials h3{
    font-family: "Kodchasan", sans-serif;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    max-width: 900px;
    margin:auto;
}

.testimonials .gallery{
    padding: 50px 0 100px 0;
    display: flex;
    justify-content: space-between;
    gap:4%;
}

.testimonials .gallery article{
    background-color: #ffffff;
    position: relative;
}

.testimonials .gallery article:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: #006e75;
    transform: rotateY(90deg);
    transition: all .5s ease;
    z-index: 1;
    opacity: 0;
    scale: 0;
}

.testimonials .gallery article:hover:after{
    transform: rotateY(0deg);
    opacity: 1;
    scale: 1;
}

.testimonials .gallery article span{
    color: #006e75;
    font-size: 4em;
    text-align: center;
    display: block;
    font-weight: 300;
    margin:-40px 0 0 0;
    line-height: 80px;
    text-shadow: 
        -1px -1px 0 #ffffff,
        1px -1px 0 #ffffff,
        -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
    position: relative;
    z-index: 2;
}

.testimonials .gallery article .info{
    position: relative;
    z-index: 2;
}

.testimonials .gallery article .info p{
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    color: #777777;
    padding: 20px 0;
    transition: all .3s ease;
}

.testimonials .gallery article:hover .info p{
    color: #ffffff;
}

.testimonials .gallery article .profile{
    text-align: center;
    margin: 0 0 -100px 0;
    position: relative;
    z-index: 2;
}

.testimonials .gallery article .profile img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50px;
}

.testimonials .gallery article .profile h4{
    font-size: 1em;
    font-weight: 700;
    color: #006e75;
}

.testimonials .gallery article .profile p{
    color: #444444;
    font-size: .9em;
    font-weight: 600;
}


/* suscribe */
.suscribe{
	background: #082628;
	padding: 120px 0;
	text-align: center;
}


.suscribe h2{
	color: #ffffff;
	font-size: 20px;
}

.suscribe form{
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.suscribe form input[type="email"]{
	padding: 14px 2%;
	width: 70%;
	border:none;
	background: #dedede;
	font-size: 14px;
	border-radius: 30px 0 0 30px;
	outline: none;
}

.suscribe form  button,
.suscribe form  input[type="submit"]{
	padding: 14px 2%;
	border:none;
	font-size: 14px;
	background: #006e75;
	border-radius: 0 30px 30px 0;
	font-weight: 600;
	color: #ffffff;
	outline: none;
	cursor: pointer;
}

.suscribe p{
	font-weight: 300;
	font-size: 15px;
	color: #dedede;
}

.suscribe h5{
    font-weight: 300;
    color:#f0f0f0 !important;
    font-size: 18px;
}

.suscribe h5 i{
    display: block;
    margin:0 0 20px 0;
    font-size: 40px;
}

/* page-banner */
.page-banner{
    background: #006e75;
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner h1{
    font-size: 2em;
    color: #ffffff;
    position: relative;
}

.page-banner .image{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
    opacity: .1;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006e75; 
    mix-blend-mode: color;
}

.page-banner .image img{
    top: 50%;
    height: auto;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
}




/* content */
.content{
    padding: 80px 0;
}

@media(max-width:800px){
    .content{
        padding: 40px 0;
    }
}

.content li{
    list-style-type: none;
}

.elementor-icon-list-icon svg{
    font-size: 14px;
    max-width: 14px;
}

.content input[type="text"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content input[type="file"],
.content input[type="date"],
.content input[type="password"],
.content textarea,
.content select{
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    padding: 8px 2%;
    width: 96%;
    border:solid 1px #f0f0f0;
    border-radius: 5px;
    outline: none;
    resize: none;
    margin:0 0 10px 0;
    font-size: 15px;
    -webkit-appearance: none;
}

.content select{
    color: #313131;
    cursor: pointer;
}

.content label{
    font-size: 14px;
    font-weight: bold !important;
    color: #777777 !important;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="tel"]:focus,
.content input[type="number"]:focus,
.content input[type="date"]:focus,
.content input[type="password"]:focus,
.content textarea:focus,
.content select:focus{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transition: all .3s ease;
}

.content input[type="text"]::placeholder,
.content input[type="email"]::placeholder,
.content input[type="tel"]::placeholder,
.content input[type="number"]::placeholder,
.content input[type="date"]::placeholder,
.content input[type="password"]::placeholder,
.content textarea::placeholder{
    color: #313131;
}

.content input[type="submit"]{
    background-color: #006e75;
    color: #ffffff;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin:0 0 20px 0;
    transition: all .3s ease;
    -webkit-appearance: none;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus{
    color: #ffffff;
    background-color: #313131;
}

.not-found{
    padding: 100px 0;
}

.not-found h2{
    font-size: 100px;
    text-align: center;
    color: #313131;
    font-weight: 900;
}

.not-found h3{
    font-size: 24px;
    text-align: center;
    color: #313131;
    margin:auto;
    max-width: 500px;
    font-weight: 300;
}



/* sub-footer */
.sub-footer{
	background: #f9f9f9;
	padding: 100px 0 100px 0;
}

.sub-footer .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:4%;
}

.sub-footer .wrap article:nth-child(1){
	width: 28%;
}

.sub-footer .wrap article:nth-child(2){
	width: 15%;
}

.sub-footer .wrap article:nth-child(3){
	width: 15%;
}

.sub-footer .wrap article:nth-child(4){
	width: 30%;
}

.sub-footer .wrap article .mgt-20{
	margin-top:40px;
}

.sub-footer .wrap article:nth-child(1) img{
	max-width: 130px;
	border-radius: 10px;
	margin:0 0 20px 0;
	padding: 10px;
	background: #ffffff;
    mix-blend-mode: multiply;
}

.sub-footer .wrap article p{
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	max-width: 90%;
}

.sub-footer .wrap article h2{
	color: #263238;
	font-size: 18px;
	margin:0 0 20px 0;
}

.sub-footer .wrap article ul li{
	list-style: none;
	padding: 5px 0;
}

.sub-footer .wrap article ul li a{
	color: #777777;
	text-decoration: none;
	font-size: 15px;
	transition: all .3s ease;
}

.sub-footer .wrap article ul li a:hover{
	color: #313131;
}

.sub-footer .wrap article ul.social{
	display: flex;
	gap:5%;
}

.sub-footer .wrap article ul.social li a{
	display: block;
	line-height: 50px;
	width: 50px;
	text-align: center;
	background: #006e75;
	border-radius: 50px;
	color: #ffffff;
}

.sub-footer .wrap article ul.social li a:hover{
	color: #ffffff;
	background: #082628;
}

/* footer */
footer{
	background: #f9f9f9;
	padding: 40px 0;
	text-align: center;
	color: #313131;
	font-size: 16px;
}

footer span{
	display: block;
}

footer a{
	color: #212121;
	text-decoration: none;
	font-weight: 500;
}

