/*
º
*/

    .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
*/

   html{
            box-sizing: border-box;
        }
        *{
            margin: 0;
            box-sizing: inherit;
        }
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .ruben-presentacion{
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 6em 0;
            gap: 2em;
        }
        .texto-ruben{
            width: 30%;
            display: flex;
            flex-direction: column;
            gap: 1em;
        }
       .texto-ruben h1 {
    font-family: 'Outfit';
    font-size: 2.3em;
    width: 90%;
}
        .texto-ruben h2{
            font-family: 'Outfit';
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
        }
        .texto-ruben p {
    font-family: 'Outfit';
    font-size: 1.3em;
    width: 90%;
}
        .ruben-img{
            width: 25%;
        }
        .parrafos-ruben{
            display: flex;
            flex-direction: column;
            gap: 1em;
        }

        .img-portatil{
            width:15%;
        }
        /* li{
            list-style-image: url(../img/lista-ruben.svg);
        } */
        .row-linea-verde {
    clip-path: polygon(0% 1%, 100% 21%, 100% 99%, 0 80%);
    background-color: #dfe3df;
    height: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
}

        .texto-linea-verde{
            width: 27%;
            display: flex;
            flex-direction: column;
            gap: 1.5em;
        }
        .texto-linea-verde p{
            font-family: 'Outfit';
            font-size: 1.3em;

        }

        .texto-centrado{
            padding: 4em 0;
            display: flex;
            justify-content: center;
        }

        .texto-centrado p{
            font-family: 'outfit';
    font-size: 1.3em;
    text-align: center;
    width: 50%;
        }
        .img-libros{
            width: 25%;
        }
        .row-linea-azul {
    clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%);
    background-color: #bcc2c8;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6em;
    gap: 8em;
}

.texto-libros{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.texto-libros p {
    font-family: 'Outfit';
    font-size: 1.3em;
    width: 78%;
}

.como-se-hace {
    width: 22%;
}

.como-se-hace ul{
    font-size: 1.6em;
    font-family: 'Outfit';
    list-style: none;
}
.como-se-hace li{
    display: flex;
    align-items: center;
    gap: 0.6em;
}

li::before {
    content: url(/wp-content/uploads/2024/09/lista-ruben.svg);
    font-size: 2.4em;
    width: 13%;
}
.img-portatil {
    width: 11%;
    padding-top: 10em;
}

/* -------------- Laptop---------*/
@media only screen and (max-width: 1600px) { 

.texto-ruben {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
	.ruben-img {
    width: 30%;
}
	.como-se-hace {
    width: 33%;
}
	.texto-linea-verde {
    width: 32%;
}
	.como-se-hace ul {
    font-size: 1.4em;
}
	.texto-libros {
    width: 60%;
}
	.img-libros {
    width: 27%;
}
	.row-linea-azul {
    gap: 5em;
    padding-left: 9em;
}

}

/* -------------- Tablet---------*/
@media only screen and (max-width: 1200px) { 
	.ruben-presentacion{
	flex-direction:column;
		gap:2em;
		padding:2em 0;
	}
    .texto-ruben {
        text-align: center;
        width: 70%;
        gap: 1.4em;
    }
	.parrafos-ruben {
    align-items: center;
}
	.ruben-img {
        width: 50%;
    }
	
	.row-linea-verde{
	clip-path:none;
		flex-direction:column;
		padding-top:4em;
		gap:2em;
		height:100%;
	}
	    .texto-linea-verde {
        width: 72%;
        text-align: center;
			gap: 0.7em;
    }
	    .como-se-hace {
        display: flex;
        width: 22%;
        align-items: center;
        justify-content: center;
    }
	    .como-se-hace ul {
        margin: 0 auto;
        font-size: 1.1em;
    }
	.como-se-hace li {
    display: flex;
    align-items: center;
    gap: 0.5em;
    width: 250px;
    white-space: nowrap;
}
	li::before {
    font-size: 2.6em;
    width: 20%;
}
	.img-portatil {
    width: 22%;
    padding-top: 0;
    padding-bottom: 3em;
}
	.texto-centrado {
    padding: 4em 0;
    display: flex;
    justify-content: center;
}
	.texto-centrado p {
    width: 80%;
}
.row-linea-azul{
	    flex-direction: column-reverse;
    clip-path: unset;
    height: 100%;
    padding: 4em 0;
	padding-left:0;
	gap:5em;
	}
	    .img-libros {
        width: 37%;
    }
	    .texto-libros {
        width: 90%;
        text-align: center;
        align-items: center;
        gap: 1em;
    }
	.texto-libros p {
    font-family: 'Outfit';
    font-size: 1.3em;
    width: 78%;
}
	



}

/* -------------- Mobile---------*/
@media only screen and (max-width: 500px) { 
	    .texto-ruben {
        text-align: center;
        width: 80%;
        gap: 1em;
    }
.texto-ruben p {
    font-family: 'Outfit';
    font-size: 1.1em;
    width: 95%;
}
	        .ruben-img {
        width: 73%;
    }
	.texto-linea-verde {
        width: 80%;
        text-align: center;
        gap: 0.8em;
    }
	.texto-linea-verde p {
    font-size: 1.1em;
}
	    .como-se-hace ul {
        margin: 0 auto;
        font-size: 1.1em;
    }
	    li::before {
        font-size: 2em;
        width: 13%;
    }
	    .img-portatil {
        width: 42%;
        padding-top: 0;
        padding-bottom: 2em;
    }
	    .texto-centrado p {
        width: 80%;
			font-size:1.1em;
    }
	    .texto-libros p {
        font-size: 1.1em;
        width: 90%;
    }
	    .row-linea-azul {
        padding: 4em 0;
        gap: 3em;
    }
	    .img-libros {
        width: 54%;
    }
	    .texto-libros {
        width: 90%;
    }
	
	

}



