/* CSS Effecto Marketing */

/* Colors */
:root{
    --verde: #5fd1db;
    --verde2: #30a7bf;
    --verdeC: #dff9f6;
    --gris: #6f7d7d;
    --grisC: #fcedea;
    --avenirBlack: 'Avenir Black';
    --avenirHeavy: 'Avenir Heavy';
    --avenirMedium: 'Avenir Medium';
}

/* Fonts */
@font-face {
    font-family: 'Avenir Black';
    src: url(../../archivos/fonts/Avenir-Black-03.ttf);
}
@font-face {
    font-family: 'Avenir Heavy';
    src: url(../../archivos/fonts/Avenir-Heavy-05.ttf);
}
@font-face {
    font-family: 'Avenir Medium';
    src: url(../../archivos/fonts/Avenir-Medium-09.ttf);
}

/* General CSS */
body{
    font-family: var(--avenirMedium);
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--avenirHeavy);
}

/* Header */
.header__inner-2, .header__inner-3{
    grid-template-columns: 150px auto;
    padding: 0;
}
@media screen and (max-width: 764px) {
    .header__inner-2, .header__inner-3{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}
.main-menu > li, .main-menu-4 > li{
    margin: 0 30px;
}
.main-menu-4 li:last-child{
    margin-right: 0;
}
.main-menu-4 > li > a{
    text-transform: none;
    font-size: 16px;
    font-family: var(--avenirHeavy);
    line-height: 14px;
    height: 20px;
    padding: 35px 0 29px; 
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a{
    text-transform: none;
    font-family: var(--avenirHeavy);
}
.main-menu-4 > li > a .menu-text{
    height: 20px;
    text-shadow: 0 20px 0 var(--black-2);
}
.header__area-7{
    box-shadow: 0 0 10px -5px #000;
}
.header__nav-icon-7,
.header__nav-icon-7 .menu-icon-2::after{
    display: none;
}
@media screen and (max-width: 764px) {
    .header__nav-icon-7{
        display: block;
    }
    .header__logo-2 img{
        max-width: 140px;
        padding: 10px 0px;
    }
}

/* Banner */
#inicio{
    margin-top: 140px;
    font-family: var(--avenirBlack);
    max-height: calc(100vh - 140px);
    overflow: hidden;
}
@media screen and (max-width: 764px) {
    #inicio{
        margin-top: 25px;
        max-height: calc(100vh - 25px);
    }
}
#inicio .solution__title{
    font-size: 50px;
}
#inicio .solution__mid p{
    font-family: var(--avenirHeavy);
}
.solution__shape .shape-1{
    width: 40px;
}
.solution__shape .shape-3{
    width: 40px;
}
@media screen and (max-width: 764px) {
    .solution__shape .shape-3{
        left: 3%;
        top: 50%;
    }
}

/* Beneficios */
#beneficios{
    position: relative;
    background-color: var(--verdeC);
    background-image: url(../../archivos/pleca-effecto.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 70px 0;
}
@media screen and (max-width: 764px) {
    #beneficios{
        background-size: cover;
        background-blend-mode: color-burn;
    }
}
#beneficios .ghostImage{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}
#beneficios .right-content{
    text-align: right;
}
@media screen and (max-width: 764px) {
    #beneficios .right-content .sec-title{
        font-size: 40px;
    }
}
#beneficios .text{
    max-width: 100%;
    margin-right: 50px;
}
@media screen and (max-width: 764px) {
    #beneficios .text{
        margin-right: 0px;
    }
}
#beneficioIcons{
    padding: 80px 0;
}
@media screen and (max-width: 764px) {
    #beneficioIcons{
        padding: 70px 0;
    }
    #beneficioIcons .cont,
    #beneficioIcons .cont img,
    #beneficioIcons .cont h2{
        text-align: center;
    }
}
#beneficioIcons li.bold{
    font-weight: 600;
}

/* Google partners */
#Google-partners{
    padding: 70px 0;
}
@media screen and (max-width: 764px) {
    #Google-partners .cta__title{
        font-size: 26px;
    }
}
#Google-partners .arrowFloat{
    position: absolute;
    top: 0;
    right: -50px;
}
@media screen and (max-width: 764px) {
    #Google-partners .arrowFloat{
        right: -75px;
    }
}
#Google-partners #btn_wrapper .wc-btn-primary{
    border-radius: 0;
}
#Google-partners .cta__content{
    width: 80%;
}
@media screen and (max-width: 764px) {
    #Google-partners .cta__content{
        width: 100%;
    }
}
#Google-partners .text{
    margin-top: 20px;
    color: #000;
    font-family: var(--avenirHeavy);
}
@media screen and (max-width: 764px) {
    #Google-partners .text{
        margin-bottom: 20px;
    }
}
#Google-partners .cta__title{
    padding-bottom: 25px;
    margin-top: 25px;
}


/* Paquetes */
#paquetes{
    padding: 70px 0;
    background-color: #fbfae6;
    background-image: url(../../archivos/17.png);
}
#paquetes .cont{
    position: relative;
}
#paquetes .sec-title{
    font-size: 45px;
    text-transform: none;
    max-width: 390px;
}
@media screen and (max-width: 764px) {
    #paquetes .sec-title{
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
}
#paquetes .sec-text{
    background-position: 0 60px;
    background-size: contain;
}
@media screen and (max-width: 764px) {
    #paquetes .sec-text{
        background-position: 0 90px;
    }
}
#paquetes .sec-text p{
    padding-top: 0;
    padding-bottom: 50px;
    max-width: 100%;
}
@media screen and (max-width: 764px) {
    #paquetes .sec-text p{
        text-align: center;
    }
}
#paquetes .titleSection{
    color: var(--verde2);
    font-size: 45px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
#paquetes .cont ul{
    padding-left: 0;
    min-height: 120px;
}
@media screen and (max-width: 764px) {
    #paquetes .cont ul{
        min-height: auto;
    }
}
#paquetes .cont ul li{
    display: flex;
}
#paquetes .cont ul li span{
    font-weight: 600;
    margin-right: 5px;
}
#paquetes .cont .mt-10{
    margin-top: 10px;
}
#paquetes .cont .mt-30{
    margin-top: 30px;
}
#paquetes .portfolio__service-list.pt-30{
    padding-top: 30px;
}
#paquetes .ps-title{
    line-height: normal;
}
#paquetes .portfolio__service-item{
    border: 1.3px solid var(--verde2);
}
#paquetes .portfolio__service-item::after{
    background: var(--verde2);
}
#paquetes .rowPrice{
    margin-top: 30px;
}
#paquetes .rowPrice .title-price{
    font-family: var(--avenirHeavy);
    font-size: 18px;
    line-height: 50px;
    font-size: 45px;
    color: #000;
}
@media screen and (max-width: 764px) {
    #paquetes .rowPrice .title-price{
        font-size: 30px;
        line-height: 35px;
    }
}
#paquetes .rowPrice .disclaim{
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
@media screen and (max-width: 764px) {
    #paquetes .rowPrice .disclaim {
        margin-bottom: 30px;
    }
}
#paquetes .rowPrice .text-price{
    font-size: 18px;
    text-align: right;
    color: #000;
}
@media screen and (max-width: 764px) {
    #paquetes .rowPrice .text-price{
        font-size: 17px;
    }
}
#paquetes .rowPrice .text-price.break{
    white-space: pre-line;
}
@media screen and (max-width: 764px) {
    #paquetes .rowPrice .text-price.break{
        white-space: normal;
    }
}
#paquetes .rowPrice .text-price .big-word{
    font-size: 30px;
    font-weight: 600;
}
@media screen and (max-width: 764px) {
    #paquetes .rowPrice .text-price .big-word{
        font-size: 21px;
    }
}

/* Servicios adicionales */
#servicios-adicionales{
    background-color: var(--verdeC);
    padding: 70px 0 40px;
}
#servicios-adicionales .titleSection{
    font-size: 45px;
    color: var(--verde2);
    text-align: center;
    margin-bottom: 35px;
}
#servicios-adicionales .cont{
    margin-bottom: 30px;
}
#servicios-adicionales .cont img{
    display: block;
    margin: 0 auto 5px;
}
#servicios-adicionales .cont h4{
    text-align: center;
    margin-bottom: 0;
    white-space: pre-line;
    font-size: 24px;
}

/* Contacto */
#contacto{
    position: relative;
}
#contacto .sec-title-2{
    font-size: 50px;
    line-height: 55px;
}
@media screen and (max-width: 764px) {
    #contacto .sec-title-2{
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }
}
#contacto .contact__text{
    max-width: 390px;
    /* align-items: flex-start; */
}
@media screen and (max-width: 764px) {
    #contacto .contact__text{
        padding-left: 0;
        text-align: center;
        max-width: 100%;
    }
}
#contacto .contact__info h3{
    font-size: 25px;
    line-height: normal;
    margin-right: 30px;
    font-family: var(--avenirMedium);
}
@media screen and (max-width:764px) {
    #contacto .contact__info h3{
        text-align: center;
        margin-right: 0;
    }
}
@media screen and (max-width: 764px) {
    #contacto .contact__info ul{
        text-align: center;
    }
}
#contacto .contact__info ul li a{
    text-decoration: none;
}
#contacto .contact__info ul li a i{
    color: var(--verde2);
    margin-right: 5px;
}
#contacto .wc-btn-primary{
    height: 60px;
    border-radius: 50px;
}
#contacto #btn_wrapper{
    height: 90px;
}
@media screen and (max-width: 764px) {
    #contacto #btn_wrapper{
        margin: 0 auto;
    }
}

/* Footer */
#footer{
    background-color: #000;
    background-image: url(../../archivos/logo-eo-negro-svg.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 70px 0;
    background-size: 600px;
}
@media screen and (max-width: 764px) {
    #footer{
        padding: 70px 0;
    }
}
#footer .cont{
    position: relative;
}
@media screen and (max-width: 764px) {
    #footer .cont{
        text-align: center;
    }
}
#footer .cont .logo{
    margin-bottom: 30px;
}
@media screen and (max-width: 764px) {
    #footer .cont .logo{
        max-width: 140px;
    }
}
#footer .cont .textLogo{
    margin-bottom: 30px;
    color: #fff;
}
#footer .cont .widget-two{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 764px) {
    #footer .cont .widget-two{
        justify-content: center;
    }
}
#footer .cont .widget-two img{
    margin-right: 10px;
}
#footer .cont .widget-two p,
#footer .cont .widget-two a{
    color: #fff;
}
@media screen and (max-width: 764px) {
    #footer .footer__social{
        margin-bottom: 30px;
    }
}
#footer .footer__social img{
    width: 30px;
    height: auto;
    transition: .5s ease-in-out;
}
#footer .footer__social img:hover{
    opacity: .7;
}
@media screen and (max-width: 764px) {
    .footer__btm .container{
        background-color: black;
        padding: 0 15px;
    }
}

/* Form CSS */
.contact__form input, .contact__form textarea{
    margin-bottom: 0;
    border-radius: 0;
}
.contact-form .mb-30{
    margin-bottom: 30px;
}
.contact-form input:focus, .contact-form textarea:focus{
    outline: none;
    box-shadow: none;
}
.contact-form .btn-form{
    border-radius: 45px;
    border: 1px solid var(--verde);
    padding: 10px 0;
    width: 150px;
    transition: .5s ease-in-out;
}
.contact-form .btn-form:hover{
    background: var(--verde);
    color: #fff;
}

.form-control.error {
	border-bottom-color: #a94442;
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
}

.form-control.error:focus {
	border-bottom-color: #843534;
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; */
}

label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
}

label.error#captcha-error {
	margin-top: 15px;
}

.form-errors-light .form-control.error {
	border-bottom-color: #FFF;
}

.form-errors-light label.error {
	color: #FFF;
}

/* Social Mobile */
.social-mobile{
    display: none;
}
@media screen and (max-width: 764px) {
    .social-mobile{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        z-index: 99;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        border-top: 1px solid #fff;
        background-color: #000;
    }
    .social-mobile a{
        border-right: 1px solid #fff;
        font-size: 20px;
        text-align: center;
        padding: 8px 5px;
        color: #fff;
        text-decoration: none;
        flex: 0 0 33%;
        line-height: 20px;
    }
    .social-mobile a:last-child{
        border-right: 0;
    }
}

/* Social Desktop */
.social-desktop{
    display: block;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.social-desktop a{
    font-size: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
@media screen and (max-width: 764px) {
    .social-desktop{
        display: none;
    }
    
}


.logo-effecto img{
    width:200px;
}

.logo-effecto-footer{
    width:210px;
    margin-left: -7%;
}
