@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;800&family=Raleway&display=swap');
html
{
    scroll-behavior: smooth;
}
*
{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
}
header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background: #FEF2E8;
    padding: 0 20px;
    z-index: 40;
}
header h3 {
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 2em;
}
header a {
    font-family: 'Poppins', serif;
    text-decoration: none;
    color: #9a5c5d;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    width: fit-content;
    min-width: 70px;
}
header svg:not(:root).svg-inline--fa {
    font-size: 1.6em;
    line-height: 2em;
}
header a:hover {
    background-color: #9a5c5d;
    color: white;
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 70px;
}
nav a p {
    margin-right: 10px;
    font-size: 1.2em;
}
.navFlex {
    display: inline-flex;
    align-items: center;
}

.burgerMenuContainer {
    display: none;
}

.burgerMenu {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burgerMenu section {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #9a5c5d;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.burgerMenu section:before,
.burgerMenu section:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #9a5c5d;
    border-radius: 3px;
} 

.burgerMenu section:before {
    transform: translateY(-7px);
}

.burgerMenu section:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#checked:checked ~ .burgerMenuContainer 
.burgerMenu section {
    background-color: transparent;
}

#checked:checked ~ .burgerMenuContainer 
.burgerMenu section:before {
    transform: translateY(0) rotate(-45deg);
}

#checked:checked ~ .burgerMenuContainer 
.burgerMenu section:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.xlabonContenido
{
    display: none;
    background-image: url('../images/4-3.png');
    background-position: center;
    background-position-y: 65px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 75vh;
    overflow: hidden;
    position: relative;

}
.xlabonIntro, .xlabonIntro2 {
    display: block;
}
#xlabon 
{
    color: #fff;
    font-weight: 800;
    font-size: 10em;
    line-height: .8em;
    outline: none;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 0 #9cc5d9;
    font-family: 'Poppins', sans-serif;
}
#xlabon .xlabonTitulo {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 0.5em;
}
#xlabon .xlabonSubTitulo
{
    font-size: .6em;
    color: beige;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}
#xlabon .flecha
{
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#xlabon .flecha span 
{
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid beige;
    border-right: 2px solid beige;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 4s 1;
}
#xlabon .flecha span:nth-child(2)
{
    animation-delay: -0.2s;
}
#xlabon .flecha span:nth-child(3)
{
    animation-delay: -0.4s;
}
.xlabonQuienes
{
    width: 80vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #d2e6f0;
    border-radius: 20px;
}
.xlabonQuienes article
{
    width: 70%; 
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.xlabonQuienes figure 
{
    max-width: 200px;
    height: auto;
    margin-right: 30px;
}
.xlabonQuienes figure .xlabCV 
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.xlabonQuienes figure .xlabCV a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #FEF2E8;
}
.xlabonQuienes figure .xlabCV a:hover {
    color: #9cc5d9;
}
.xlabonQuienes figure .xlabCV p {
    margin-right: 10px;
}
.xlabonQuienes p span {
    font-weight: 600;
    color: #47B2C5;
}
.xlabonQuienes figure img {
    box-shadow: -28px 48px 0 #9a5c5d;
    width: 100%;
    border-radius: 10px;
}
.xlabonQuienes div > h3,h4
{
    padding: 5px 0;
}
.xlabonQuienes div a {
    color: #47B2C5;
}
.xlabonQuienes div a:hover {
    color: #00628b
}
.xlabonQuienes article > div p:nth-child(2)
{
    margin-top: 20px;
}
.serviciosCTA {
    margin-top: 5%;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}
.CTAbutton {
    background: #00BFA5;
    width: 240px;
    border-radius: 40px;
    margin: 5% auto;
    padding: 1%;
    text-align: center;
}
.CTAbutton a,
.CTAbutton a svg:not(:root).svg-inline--fa {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    vertical-align: middle;
}
.CTAbutton a svg:not(:root).svg-inline--fa {
    margin-right: 10px;
    font-size: 1.3em;
}
.CTAbutton:hover {
    background: #00e2c4;
    cursor: pointer;
}

@keyframes animate 
{
    0%
    {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.xlabonServicios .seccionesRedes {
    padding: 4px 0;
    font-size: 1.5em;
    text-align: right;
}
.xlabonServicios .seccionesRedes a
{
    text-decoration: none;
    color: black;
    display: inline-flex;
    align-items: center;
    font-size: .9em;
}
.xlabonServicios .seccionesRedes a:hover
{
    color: #47B2C5;
}

.xlabonServicios
{
    width: 100%;
    max-width: 100%;
    padding: 3% 4%;
}
.xlabonServicios h2
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1.6em;
}
.xlabonServicios h2 > span
{
    font-weight: 600;
    color: #00628b;
}
.xlabonServiciosTxt
{
    width: 80%;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.xlabonProyectosRecientes
{
    width: 80%;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.xlabonProyectosRecientes h3
{
    margin-bottom: 20px;
}
.xlabonProyectosRecientes ul
{
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 50px;
}
.xlabonProyectosRecientes ul li
{
    margin-bottom: 10px;
    width: 50%;
}
.serviciosSs
{
    width: 90%;
    padding: 0 2% 7%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
    margin: 0 auto;
}
.serviciosSs article
{
    /* Antes estaba pensado para 5+ items (14%).
       Ahora lo hacemos flexible para 3 items (y cualquier cantidad) */
    width: auto;
    flex: 1 1 220px;
    max-width: 280px;
    margin: 0;
    text-align: center;   
}
.serviciosSs article div:nth-child(1)
{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serviciosSs article div svg:not(:root).svg-inline--fa
{
    font-size: 3em;
    color: #00628b;

}

/* FontAwesome en algunos breakpoints usa <i> (no svg). */
.serviciosSs article div i
{
    font-size: 3em;
    color: #00628b;
}
.serviciosSs article div:nth-child(2)
{
    padding: 0 10%;
}
.serviciosSs article div h3
{
    margin-bottom: 2%;
}

.xlabonClientes
{
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 4%;
}
.xlabonClientes h2 
{
    text-align: center;
}
.clientesLogos
{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.clientesLogos > div
{
    padding: 10px;
}
/* .clientesLogos div img 
{
    filter: grayscale(1);
    opacity: .3;
}
.clientesLogos div img:hover
{
    filter: grayscale(0);
    opacity: 1;
} */


footer 
{
    width: 100%;
    background: #9a5c5d;
    padding: 2em 0;
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.copy svg:not(:root).svg-inline--fa 
{
    color: #d43741;
    margin-left: 5px;
}
.copyFirma {
    color: beige;
    font-weight: 600;
    letter-spacing: 1px;
}    
.scrollLink
{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 87%;
    left: 94%;
    background: #9cc5d9;
    border-radius: 5px;
    color: white;
    padding: 10px;
    display: none;
    font-size: 2em;
    text-align: center;
    z-index: 8;
}
.showLink {
    display: block;
}
    