/*
º
*/
.mobileMenu li:before{
    content:unset;
}

.fakeHeaderSocialIcons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fakeHeaderSocialIcons a {
    display: block;
}

.fakeHeaderSocialIcons>div {
    width: 31px;
    height: 31px;
}

.fakeHeaderSocialIcons {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.fakeHeader {
    display: flex;
    flex-direction: row;
    padding: 1% 10%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    left: 0;
    box-sizing: border-box;
}

.fakeHeaderSocials {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fakeHeaderNav {
    display: flex;
    flex-direction: row;
    gap: 1.5em;
}

.fakeHeaderBlogButton {
    transform: translateX(-40%);
}

.fakeHeaderNav a {
    text-decoration: none;
    color: black;
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 200;
    font-size: 1.3em;
	transform:scale(1);
	transition:0.3s ease-in-out;
}
.fakeHeader a:hover{
transition:0.3s ease-in-out;
	transform:scale(1.1);
	text-decoration:underline;
}

.fakeHeaderBlogButton a {
    text-decoration: none;
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 200;
    color: black;
    border: 1px solid #163840;
    border-radius: 6px;
    font-size: 1.3em;
    padding: 7px 30px;
}

.fakeHeaderLogo a {
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 600;
    text-decoration: none;
    font-size: 2.4em;
    color: #163840;
}
@media only screen and (max-width:1750px){
    html .fakeHeaderNav a {
        font-size: 1.1em;
    }
    html .fakeHeaderBlogButton a {
        font-size: 1.1em;
    }

}


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

    html .fakeHeaderNav {
        display: none;
    }
    html .fakeHeaderSocials {
        display: none;
    }
}


@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes growDownR {
    0% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}


.growDown {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.growDownR {
    animation: growDownR 300ms ease-in-out forwards;
    transform-origin: top center;
}

.headerMenuPhone{
    display:none;
  }



@media only screen and (max-width:1100px){
    .displayNone {
        display: none!important;
    }

.headerMenuPhone{
    display:flex;
 justify-content: flex-end;
 position: relative;
 

  }
.menu svg {
        width: 50px;
        height: 50px;
    }



    button.menu {
    background-color: transparent;
    border: none;
    position: relative;
}
.line {
    fill: none;
    stroke: #163840;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .mobileMenu {
        position: absolute;
        z-index: 10;
        background-color: white;
        width: max-content;
        border-top: 3px solid #163840;
        transition: all 0.4s ease-in-out;

        top: 88%;
        right: 10%;
        display: flex;
        aspect-ratio: 1/1.2;
        align-items: center;
        padding: 20% 13%;
    }
.mobileMenu ul {
    padding: 0;
    margin: 0;
    transform: scale(0.85);
    flex-direction: column;
    display: flex;
    gap: 0.3em;
    height: 100%;
    justify-content: center;
}

    .mobileMenu li {
        list-style: none;
    }
    .mobileMenu li a {
        text-decoration: none;
        color: #163840;
        font-family: 'Outfit';
        font-size: 1.3em;
    }

}


/*
END HEADER
*/




.row{
    padding: 0 10%;
}

.row {
    position: relative;
}

.rowImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rowContainer {
    display: flex;
    flex-direction: row;
    gap: 17%;
}

.rowContainer>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

html .row {
    padding-top:4%;
    padding-bottom:4%;
}

.rowBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 95, 115, 0.3);
    z-index: -1;
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
}

.rowText h3 {
    font-family: 'Outfit', 'Sans-serif';
    font-size: 3.3em;
    margin: 0;
    color: #485F73;
    font-weight: 700;
}

.rowText h4 {
    color: #485F73;
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 400;
    font-size: 1.6em;
    margin: 0;
    margin-bottom: 1em;
}

.rowText p {
    font-family: 'Outfit', 'Sans-serif';
    color: #485F73;
    font-size: 1.6em;
    font-weight: 300;
    margin: 0;
    margin-bottom: 1.1em;
}

.rowText {
    align-items: flex-start;
    justify-content: center;
}
.texto-metodo-columnas p {
    font-family: 'Outfit';
    font-size: 1.3em;
}

.texto-metodo-columnas {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 23em;
    padding: 4em 0;
}

.primera-columna-metodo {
    width: 25%;
}
.segunda-columna-metodo {
    width: 31%;
}
.texto-metodo-columnas p{
    font-family: 'Outfit';
    font-size: 1.3em;
	color:#485F73;
}


.img-metodo {
    width: 23%;
    margin: 0 auto;
}

.img-metodo img{
width:100%;
	height:100%;
	object-fit:cover;
}

.cinta-verde-texto {
    background-color: #e0e7e0;
    margin: 0 auto;
    width: 100%;
    height: 340px;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1em;
    padding: 0 0 0.7em 0;
}

.cinta-verde-texto p {
    margin: 0;
    padding: 0.9em 0;
    font-family: 'Outfit';
    color: #485F73;
    font-size: 1.3em;
    text-align: center;
    width: 25%;
}



@media only screen and (max-width:1750px){
    html .row{
        padding: 0 5%;
    }
    html .rowText h3 {
        font-size: 2.4em;
    }
    html .rowText h4 {
        font-size: 1.2em;
    }
    html .rowText p {
        font-size: 1.4em;
    }
	    html .row {
        padding: 0 5%;
        padding-top: 3em;
    }
	.segunda-columna-metodo {
    width: 30%;
}
	.texto-metodo-columnas {
    gap: 13em;
}
	.texto-metodo-columnas {
    gap: 13em;
}
}

@media only screen and (max-width:1150px){
    html body .rowContainer {
        flex-direction: column;
        gap: 0;
    }
    html body .rowBackground {
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    }
         html body .rowImg {
        width: 45%;
        margin: 0 auto;
        padding: 2em 0;
    }
    html body .rowText {
        padding-bottom: 3em;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
	.cinta-verde-texto p {
    width: 75%;
}
    html body .rowText {
        padding-bottom: 3em;
        align-items: center;
        text-align: center;
    }
            html body .rowImg {
        width: 34%;
        margin: 0 auto;
        padding: 2em 0;
    }
    html .rowText h3 {
        font-size: 2.8em;
    }
    html .rowText h4 {
        font-size: 1.2em;
    }
       html .rowText p {
        font-size: 1.3em;
        width: 73%;
        margin-bottom: 0.7em;
        font-weight: 400;
        line-height: 1.4em;
    }
	        .texto-metodo-columnas {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2.1em;
        padding: 2.5em 0;
        flex-direction: column;
    }
	    .primera-columna-metodo {
        width: 73%;
        display: flex;
        gap: 1.4em;
        flex-direction: column;
    }
	.texto-metodo-columnas p {
    margin: 0;
}
	.segunda-columna-metodo {
    width: 73%;
}
    .img-metodo {
        width: 16%;
        margin: 0 auto;
    }
	
	.cinta-verde-texto{
	height: 100%;
    padding-top: 2.5em;
	}
	    .cinta-verde-texto p {
        width: 50%;
        font-size: 1.5em;
    }
	 
}

@media only screen and (max-width: 700px) {
	    html body .rowImg {
        width: 64%;
        margin: 0 auto;
        padding: 2em 0;
    }
	    html body .rowText {
        padding-bottom: 3em;
        text-align: center;
        margin: 0 auto;
        gap: 0.5em;
    }
	html .rowText h3, html .rowText h4 {
        margin: 0 auto;
    }
	    html .rowText p {
        width: 90%;
        font-size: 1.1em;
        margin: 0 auto;
    }    
	.texto-metodo-columnas {
        flex-direction: column;
        gap: 0;
        padding: 1.5em 2em;
        text-align: center;
    }
	.texto-metodo-columnas p {
    font-size: 1.1em;
}
.cinta-verde-texto {
	height:100%;
}
	
	
	    .cinta-verde-texto p {
        width: 80%;
			font-size:1.1em;
    }
	
	        .img-metodo {
        width: 40%;
        margin: 0 auto;
        padding-top: 2em;
    }
	       html .rowText p {
        width: 90%;
        font-size: 1.1em;
        font-weight: 500;
    }
	.texto-metodo-columnas {
		flex-direction:column;
		gap:0;
		    padding: 4em 2em;
    text-align: center;
}
	.primera-columna-metodo, .segunda-columna-metodo{
	width:100%;
	}



}

