@import url('https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@100..900&display=swap');
*{
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "b612";
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    display: none;
}
body{
    background:#efefef;
    
    
}
a{
    text-decoration: none;
    cursor: pointer;
}


.hero{
    background-image: url(../img/bg.png);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
header{
    display: flex;
    height: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(10px); 
    z-index: 10000;

    
}
.str{
    display: flex;
    width: 100%;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    padding: 0 20px;
    margin: 0 auto;
    


    
}
.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    font-family: 14px;
}
.link{
    color: #fff;
}
.link:hover{
    color: #0295B8;
}
.call{
    display: flex;
    padding: 11px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 35.5px;
    background: #0295B8;
    transition: all 500ms ease;
}
.call:hover{
    background: #097795;
}

.hero-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    gap: 40px;
    height: 100vh;

    
}
h1{
    color: #FFF;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
   
}
h4{
    color: #FFF;
    /* font-family: "Cormorant Garamond"; */
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;

}
.contacto{
    text-decoration: none;
    color: #FFF;
    display: flex;
    width: 226px;
    height: 50px;
    padding: 11px 35px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 35.5px;
    background: var(--Primary-Color, #0295B8);
    backdrop-filter: blur(1px);
}
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.hamburger span {
    background-color: #fff;
    height: 3px;
    border-radius: 5px;
}


.about{
    display: flex;
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
p{
    max-width: 1280px;
    text-align: center;

}
.title{
    color: var(--Text-Color, #3D3D3D);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
}
.parrafo{
    color: var(--Text-Color, #3D3D3D);
    text-align: center;
    font-family: B612;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.us{
    display: flex;
    padding: 40px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    align-self: stretch;
}
.fx{
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}
.tx{
    max-width: 444px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#tx1{
    align-items: start;
}
#tx2{
    align-items: end;
}
#p1{
    text-align: start;
}
#p2{
    text-align: end;
}
.categoria{
    display: flex;
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.cat{
    display: flex;
    justify-content: center;
    padding: 65px;
    
}
.cat2{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.material{
    max-width: 268px;
    transition: 300ms ease;
    box-shadow: 2px 4px 7.9px 0px rgba(0, 0, 0, 0.25);
}
.txt-material{

    color: #0d0d0d;
    padding: 20px;
    
}
.footer-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1280px;
    width: 100%;
    gap: 10px;
    
}
footer{
    display: flex;
    justify-content: center;
    align-items: start;
    background: #011128;
    padding: 20px 10px;
    color: #9AB1D6;
}
.pio{
    max-width: 402px;
    width: 100%;

}
#s-1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
#s-2{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0px 40px;
}
#s-3{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.description{
    text-align: start;
}

.title-footer{
    font-family: B612;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.menu-footer{
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}
.menu-footer a{
    color:#9AB1D6;
    font-size: 16px;
}
.menu-footer a:hover{
    color: #0295B8;
}
.con{
    display: flex;
    gap: 10px;
}
.con p{
    font-size: 16px;
    font-weight: 400;
}
.contacto-section{
 display: flex;
 flex-direction: column;
 gap: 20px;
}
h2{
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.material:hover{
    transform: scale(1.1);
}

.services{
    display: flex;
    flex-direction: column;
    padding: 40px 0px 80px 0px;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.services-container{
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
}
.services-card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 630px;
    align-items: flex-start;
    gap: 26px;
    background-color: #fff;
    border-radius: 18px;

}
.img-services{
    width: 250px;
    height: 300px;
    background-color: #011128;
    border-radius: 18px;
}
.img-services img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px 0px 0px 18px;
    
}
.description-services{
    display: flex;
    padding: 40px 10px 40px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    flex: 1 0 0;
    align-self: stretch;
}
.description-services p{
    text-align: start;
    color: var(--Text-Color, #3D3D3D);
    font-family: B612;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.description-services h5{
    color: #222;
    font-family: B612;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-info{
    display: flex;
    gap: 11px;
}
.btn-info svg{
    transition: all .2s ease;
}
.btn-info:hover svg{
    transform: translateX(10px);
}
.btn-info a{
    display: flex;
    border-bottom: 1px solid rgb(0, 0, 0);
    color: #000;
    font-family: B612;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 768px) {
    .menu, .call {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .menu.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(10px);
    }

    .menu.active a {
        padding: 10px 0;
        text-align: center;
    }

    .call {
        display: none;
    }

    h1{
        display: flex; 
        font-size: 3rem;
        text-align: center
    }
    #s-2{
        padding: 0;
    }
    .footer-section{
        gap: 40px;
    }
    .fx img{
        width: 320px;
    }
    .img-services img{
        
        border-radius: 0;
    }
    .description-services{
        align-items: center;
    }
    .description-services p{
        text-align: center;
        padding: 0 20px;
    }

}