/*
    Theme Name: Clara
    Author: Emmanuel Cárdenas
    Versión: 1.0
    Text Domain: Clara
*/
:root {
    --swup-blue: hsl(239, 50%, 30%);
    --swup-blue-darker: hsl(238, 50%, 18%);
    --swup-red: hsl(354, 99%, 68%);
    --swup-green: hsl(172, 65%, 62%);
    --link-underline-color: var(--swup-green);
    --font-size-fluid-0: clamp(1rem, 2vw, 1.15rem);
    --font-size-fluid-1: clamp(1.15rem, 3vw, 1.35rem);
    --font-size-fluid-2: clamp(1.35rem, 4vw, 1.7rem);
    --font-size-fluid-3: clamp(1.7rem, 5vw, 2.2rem);
    --gap: clamp(1rem, 2vw, 2rem);
    --gap-x2: calc(var(--gap) * 2);
    --radius-round: 1000px;
    --radius-0: 0.2em;
    --radius-1: 0.4em;
    scrollbar-gutter: stable;
}


@media (max-width: 991px){
    .container{
        padding: 0 40px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1065px;
    }
}

header{
    padding-top: 57px;
}
@media (min-width: 992px){
    header{
        padding-top: 114px;
    }
}
.navbar{
    padding: 0;
}
.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    height: 49px;
}
@media (min-width: 992px){
    .navbar-brand img{
        height: 69px;
    }
}

h2{
    font-family: 'lora', serif;
    font-size: 36px;
    line-height: 39px;
    font-weight: 400;
    color: #1106FF;
}
@media (min-width: 992px){
    h2{
        font-size: 90px;
        line-height: 99px;
    }
}

h3.section-name{
    font-family: 'lora', serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;

}

h4{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: left;
}
@media (min-width: 992px){
    h4{
        font-size: 60px;
        line-height: 66px;
    }
}

/* HERO */
.hero{
    padding-top: 100px;
    padding-bottom: 136px;
}
@media (min-width: 992px){
    .hero{
        padding-top: 200px;
        padding-bottom: 273px;
    }
}
/* QUIENES SOMOS */
.quienes-somos{
    background: #1106FF;
    padding-top: 113px;
    padding-bottom: 78px;
    color: #FFF197;
}
@media (min-width: 992px){
    .quienes-somos{
		padding-top: 160px;
        padding-bottom: 160px;
    }
}
.quienes-somos .description{
    width: 90%;
    max-width: 514px;
    font-family: 'lora', serif;
    font-size: 16px;
    line-height: 17.52px;
    font-weight: 400;
    margin-bottom: 81px;
}
@media (min-width: 992px){
    .quienes-somos .description{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 45px;
    }
}
.quienes-somos h3:not(.section-name){
    font-family: 'lora', serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
}
@media (min-width: 992px){
    .quienes-somos h3:not(.section-name){
        font-size: 40px;
        line-height: 44px;
    }
}
.quienes-somos p{
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    line-height: 17.4px;
    font-weight: 400;
    text-align: left;
    margin-top: 23px;
}
@media (min-width: 992px){
    .quienes-somos p{
        font-size: 12px;
        line-height: 18px;
    }
}
/* SERVICIOS */
.servicios{
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (min-width: 992px){
    .servicios{
        padding-bottom: 242px;
    }
}
.servicios .servicios-row{
    row-gap: 53px;
	
}
@media (min-width: 992px){
    .servicios .servicios-row{
        row-gap: 107px;
		padding-left: 100px;
    }
}
.servicios h2{
    font-family: 'lora', serif;
    font-size: 60px;
    line-height: 66px;
    font-weight: 400;
    margin-bottom: 72px;
}

.servicios .card{
    border: none;
}
.servicios .card .card-header{
    background: transparent;
    padding: 0;
    border: none;
}
.servicios .card .card-header h3{
    font-family: 'poppins', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #1106FF;
    position: relative;
    padding-bottom: 19px;
}
.servicios .card .card-header h3::after{
    content: '';
    position: absolute;
    width: 141px;
    height: 4px;
    background: #1106FF;
    display: block;
    bottom: 0;
}
.servicios .card .card-body{
    padding: 14px 0 0 0;
    font-family: 'lora', serif;
}
@media (min-width: 992px){
    .servicios .card .card-body{
        padding: 28px 0 0 0;
    }
}
.servicios p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color:#14106A;
    margin-bottom: 32px;
}
.servicios p b{
    font-weight: 700;
}

/* METODOLOGIA */
.metodologia{
    padding-top: 93px;
    padding-bottom: 112px;
    background: #1106FF;
    color: #FFF197;
    background-image: url(images/grilla.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 992px){
    .metodologia{
        padding-top: 187px;
        padding-bottom: 225px;
    }
}
.metodologia h2{
    color: #F5F5F5;
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 75px;
    position: relative;
}
.metodologia h2:after{
    content: "";
    width: 150px;
    height: 37px;
    background-image: url(images/logo-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    right: -30px;
    bottom: -45px;
}
@media (min-width: 992px){
    .metodologia h2{
        font-size: 120px;
        line-height: 132px;
        margin-top: 120px;
    margin-bottom: 125px;
    }
    .metodologia h2:after{
        content: "";
        width: 300px;
        height: 70px;
        right: 170px;
        bottom: -90px;
    }
}
.metodologia h3{
    font-family: 'lora', serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}
@media (min-width: 992px){
    .metodologia h3{
        font-size: 40px;
        line-height: 48px;
    }
}
.metodologia p{
    font-family: 'lora', serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
@media (min-width: 992px){
    .metodologia p{
        font-size: 15px;
        line-height: 18px;
    }
}
.metodologia p b{
    font-weight: 700;
}

.metodologia ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.metodologia ul li{
    font-family: 'lora', serif;
    font-size: 13px;
    line-height: 16.8px;
    font-weight: 400;
}
@media (min-width: 992px){
    .metodologia ul li{
        font-size: 15px;
        line-height: 18px;
    }
}
/*COMPROMISO*/
.compromiso{
    padding-top: 150px;
    padding-bottom: 73px;
}
@media (min-width: 992px){
    .compromiso{
        padding-bottom: 147px;
    }
}
.compromiso h2{
    font-size: 39px;
    line-height: 43px;
    font-weight: 400;
    margin-bottom: 60px;
}
@media (min-width: 992px){
    .compromiso h2{
        font-size: 60px;
        line-height: 66px;
        margin-bottom: 90px;
    }
}
.compromiso p{
    font-family: 'lora', serif;
    font-size: 16px;
    line-height: 17.2px;
    font-weight: 400;
    color: #14106A;
}
@media (min-width: 992px){
    .compromiso p{
        font-size: 22px;
        line-height: 33px;
    }
}
/* CLIENTES */
.clientes{
    background: #EBEBEB;
    padding-top: 68px;
    padding-bottom: 170px;
}
@media (min-width: 992px){
    .clientes{
        padding-top: 136px;
        padding-bottom: 345px;
    }
}
.clientes h2{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}
@media (min-width: 992px){
    .clientes h2{
        font-size: 30px;
        line-height: 33px;
    }
}

.clientes .logo-cliente{
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
}
@media (min-width: 992px){
	.clientes .logo-cliente{
		padding: 30px;
		height: 208px;
	}
}
.clientes .logo-cliente img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* FOOTER */
footer{
    padding-top: 92px;
    padding-bottom: 86px;
    background: #25242F;
}
@media (min-width: 992px){
    footer{
        padding-top: 185px;
        padding-bottom: 173px;
    }
}
footer h2{
    color: #9494FF;
    font-family: 'lora', serif;
    margin-top: 30px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
}
@media (min-width: 992px){
    footer h2{
        font-size: 40px;
        line-height: 60px;
    }
}
footer h3{
    color: #9494FF;
    font-family: 'lora', serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 34px;
    margin-bottom: 34px;
}
@media (min-width: 992px){
    footer h3{
        font-size: 40px;
        line-height: 60px;
    }
}
footer p{
    color: #fff;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 308px;
}
@media (min-width: 992px){
    footer p{
        font-size: 12px;
        line-height: 18px;
    }
}

.footer-logo{
    width: 225px;
}


/*BLOG PAGE*/
.page-blog .hero{
    padding-bottom: 100px;
}
.blog{
    background: #EBEBEB;
    padding-bottom: 100px;
}
.blog .container{
    position: relative;
    top: -80px;
}
.card-blog{
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: none;
    text-decoration: none;
}
.card-blog .card-header{
    padding: 0;
    border-radius: 0;
    border: none;
}
.card-blog .card-header img{
    width: 100%;
    height: auto;
}
.card-blog .card-body{
    padding: 35px 43px;
    border: none;
    transition: background .5s ease-in-out;
}
.card-blog .card-body h3{
    font-family: 'lora', serif;
    font-size: 22px;
    line-height: 26px;
    color: #1106FF;
    font-weight: 400;
    transition: color .5s ease-in-out;
}
.card-blog:hover .card-body{
    background: #1106FF;
    transition: background .5s ease-in-out;
}
.card-blog:hover .card-body h3{
    color: #fff;
    transition: color .5s ease-in-out;
}
.card-blog .card-body p{
    font-family: 'lora', serif;
    color: #1106FF;
    transition: color .5s ease-in-out;
}
.card-blog:hover .card-body p{
    color: #fff;
    transition: color .5s ease-in-out;
}


/*SINGLE*/
.single.categoria-blog .hero{
    padding-bottom: 100px;
}
.single.categoria-blog main{
    padding-bottom: 200px;
}
.single.categoria-blog small{
    font-size: 22px;
    line-height: 26.3px;
    font-family: 'lora', serif;
    font-weight: 400;
    color: #1106FF;
    margin-bottom: 15px;
    display: block;
}
@media (min-width: 992px){
    .single.categoria-blog small{
        font-size: 33px;
        line-height: 36.3px;
    }
}
.single.categoria-blog main h2{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: left;
    color: #1106FF;
}
@media (min-width: 992px){
    .single.categoria-blog main h2{
        font-size: 80px;
        line-height: 88px;
    }
}

/* BLOG ENTRY */

.single.categoria-blog main .blog-entry p,
.single.categoria-blog main .blog-entry ul{
    font-size: 18px;
    line-height: 2rem;
    
}
.single.categoria-blog main .blog-entry h2{
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 50px;
    color: #1106FF;
}
.single.categoria-blog main .blog-entry h3{
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 50px;
    color: #1106FF;
}
.single.categoria-blog main .blog-entry h4{
    font-size: 31px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 50px;
    color: #1106FF;
}
.single.categoria-blog main .blog-entry blockquote{
    position: relative;
}
.single.categoria-blog main .blog-entry blockquote p{
    font-size: 32px;
    line-height: 36px;
    font-family: 'lora', serif;
    font-weight: 500;
    color: #9494FF;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    
}
.single.categoria-blog main .blog-entry blockquote:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    color: #9494FF;
    font-family: 'lora', serif;
    opacity: .2;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.583 13.3212C0.553 12.2272 0 11.0002 0 9.01124C0 5.51124 2.457 2.37424 6.03 0.823242L6.923 2.20124C3.588 4.00524 2.936 6.34624 2.676 7.82224C3.213 7.54424 3.916 7.44724 4.605 7.51124C6.409 7.67824 7.831 9.15924 7.831 11.0002C7.831 11.9285 7.46225 12.8187 6.80587 13.4751C6.1495 14.1315 5.25926 14.5002 4.331 14.5002C3.258 14.5002 2.232 14.0102 1.583 13.3212ZM11.583 13.3212C10.553 12.2272 10 11.0002 10 9.01124C10 5.51124 12.457 2.37424 16.03 0.823242L16.923 2.20124C13.588 4.00524 12.936 6.34624 12.676 7.82224C13.213 7.54424 13.916 7.44724 14.605 7.51124C16.409 7.67824 17.831 9.15924 17.831 11.0002C17.831 11.9285 17.4623 12.8187 16.8059 13.4751C16.1495 14.1315 15.2593 14.5002 14.331 14.5002C13.258 14.5002 12.232 14.0102 11.583 13.3212Z' fill='%239494FF'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 992px){
    .single.categoria-blog main .blog-entry blockquote p{
        left: 100px;
    }
}
/*TRANSITIONS*/

html.is-changing .transition-main {
    transition: transform 400ms ease-in-out;
  }
  
  html.is-animating.is-leaving .transition-main {
    transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1)));
  }
  
  html.is-animating.is-rendering .transition-main {
    transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1)));
  }
  

  .transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #1106FF;
    opacity: 0;
    transform: translate3d(0, calc(-1 * 100% * var(--overlay-direction, 1)), 0);
    pointer-events: none;
  }
  
  html.is-changing .transition-overlay {
    transition: transform 400ms ease-in-out;
    opacity: 1;
  }
  
  html.is-animating .transition-overlay {
    transform: translate3d(0, 0, 0);
  }
  
  html.is-rendering .transition-overlay {
    transform: translate3d(0, calc(var(--overlay-direction, 1) * 100%), 0);
  }
  
  html.to-back {
    /* --overlay-direction: -1; */
  }



.navbar-nav a{
	font-family: 'poppins', sans-serif;
    font-size: 15px;
    line-height: 20px;
}



.formulario-contacto p,
.formulario-contacto label,
.formulario-contacto input,
.formulario-contacto textarea{
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    margin: 0;
	font-size: 20px;
	font-weight: 300;
	color: #A0A0A2;
}

.formulario-contacto input,
.formulario-contacto textarea{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff
}

.formulario-contacto input{
    height: 70px;
}
.formulario-contacto textarea{
	margin-top: 20px;
}
.formulario-contacto input:focus-visible{
    outline: none;
}
.formulario-contacto textarea:focus-visible{
    outline: none;
}
.formulario-contacto p label span:first-child{
    position: relative;
    top: 44px;
}

.formulario-contacto .wpforms-submit{
    max-width: initial !important;
    min-width: initial !important;
    width: initial !important;
    border: none;
    margin: 28px 0 140px;
    font-size: 30px;
    font-weight: 300;
    color: #9494FF;
    text-transform: lowercase;
    font-family: 'lora', serif;
    padding: 0;
	background: transparent;
}

@media (min-width: 992px){
	.metodologia-1,
	.metodologia-2,
	.metodologia-3{
		position: relative;
	}
	.metodologia-1:after{
		content: '';
		background: url(https://claraconsulting.cl/wp-content/uploads/2024/08/imp-1-circle.svg);
		background-repeat: no-repeat;
		width: 442px;
		height: 408px;
		position: absolute;
		top: -80px;
		left: -70px;
	}
	.metodologia-2:after{
		content: '';
		background: url(https://claraconsulting.cl/wp-content/uploads/2024/08/imp-2-circle.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 442px;
		height: 438px;
		position: absolute;
		top: -120px;
		left: 50%;
		transform: translateX(-50%);
	}
	.metodologia-3:after{
		content: '';
		background: url(https://claraconsulting.cl/wp-content/uploads/2024/08/imp-3-circle.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 442px;
		height: 506px;
		position: absolute;
		top: -100px;
		left: -70px;
	}


	.metodologia-1:before{
		content: '';
		background: url(https://claraconsulting.cl/wp-content/uploads/2024/08/imp-1-arrow.svg);
		background-repeat: no-repeat;
		width: 116px;
		height: 416px;
		position: absolute;
		top: 180px;
		right: 0px;
	}
	.metodologia-2:before{
		content: '';
		background: url(https://claraconsulting.cl/wp-content/uploads/2024/08/imp-2-arrow.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 151px;
		height: 358px;
		position: absolute;
		top: -360px;
		right: 30%;
	}
}