:root{
    --lazos-bronce: rgb(199,144,59);
    --lazos-bronce-text: rgb(137,86,28);

    --altius-gray: rgb(59, 63, 64,0.85);
}


@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-Light.woff");
    font-weight: lighter;
}

@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-Bold.woff");
    font-weight: bold;
}


@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-ExtraLight.woff");
    font-weight: 100;
}

@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-Medium.woff");
    font-weight: 400;
}

@font-face {
    font-family: 'Kanit';
    src: url("../fonts/Kanit-SemiBold.woff");
    font-weight: 600;
}


@font-face {
    font-family: 'Mirage';
    src: url("../fonts/MADE_Mirage_Medium.woff");
    font-weight: 600;
}

@font-face {
    font-family: 'Mirage';
    src: url("../fonts/MADE_Mirage_Regular.woff");
    font-weight: 400;
}


h1{
    font-size: 4rem;
    font-family: 'Mirage', sans-serif;
    font-weight: 400;
}

body{
    overflow-x: hidden;
}

body::after{
    content: "";
    position: fixed;
    background-image: url("../img/extendiendoLazos/Fondo_EL.png");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100%;
    /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -2;

}

.navbar{
    background-color: var(--altius-gray);
}



#brands-section{
    min-height: 50vh;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

#pricipal-brand{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 2rem 0;
}


#pricipal-brand h1{
    text-transform: uppercase;
    color: var(--seyco-red);

}

 #pricipal-brand {
        display: flex;
        justify-content: center;
        align-items: center;
  }

  #pricipal-brand .image-conteiner{
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;

  }




#services .cards-container{
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    padding: 5rem 0;

}

#services .card-conteiner{
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
    width: 30%;
    color: var(--lazos-bronce-text);
    font-weight: 600;
}







#contacto .content-container{
    background-color: rgba(255, 255, 255, 0.9);
    gap: 1rem 0;
    padding: 2rem 0;
}

#contacto h2{
    font-family: 'Mirage';
    font-weight:400;
    font-size: 2.5rem;
    text-transform: uppercase;
    padding: 5rem 0;
}

#contacto h4{
    font-family: 'Kanit';
    font-weight:100;
}

#contacto .image-container{
    width: 150px;
    height: fit-content;
}

#contacto .image-container img{
    object-fit: cover;
    width: 100%;
}

#contacto .icon-conteiner{
    font-size: 4rem;
}




/*********/

.icon-conteiner{
    display: flex;
    justify-content: center;
    align-items: center;

}
.icon-conteiner img{
    width: auto;
    height: 164px;
}

.image-conteiner img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

footer{
    background-color: var(--altius-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 2rem;
    color: white;
}

footer p,
footer a{
    font-size: 1rem;
    color: white;
}
footer a{
    text-decoration: underline;
}

footer a:hover{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}



footer .image-container{
    width: 64px;
    height: fit-content;
}

footer .image-container img{
    object-fit: cover;
    width: 100%;
}

.footer-seyco-step-2{
        display: flex;
        flex-grow: 2;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
.footer-seyco-step-2 p{
    position: relative;
    left: 45%;
    transform: translateX(-50%);
    flex-grow: 2;
    text-align: center;

}

/*********/

@media screen and (max-width: 600px) {
    #pricipal-brand .image-conteiner{
        width: 90%;
        min-width: 400px;
    }

    #pricipal-brand {
        height: 50%;
        min-height: 400px;
    }

    #services .card-conteiner{
    width: 60%;
    }

    #services .text-container{
        width: 85%;
    }

    #contacto .icon-conteiner{
    font-size: 2.5rem;
}


}





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

    #contacto h2{
        font-size: 2.3rem;
    }


    footer{
        padding: 1rem;
        flex-direction: row-reverse;
        gap:1.25rem;
    }
    footer .text-container {
        gap: 0.5em;

    }

    .footer-seyco-step-2 img{
        width: 80px;
        height: auto;
    }

    .footer-seyco-step-2{

        flex-direction: column;
        gap: 0.5em;
    
    }

    .footer-seyco-step-2 p{
     left: 0%;
     transform: translateX(0%);
     text-align: left;

}

}

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

      #contacto h2{
    font-size: 2.25rem;
    }


    #contacto .card-icon-continer{
        flex-direction: column;
    }




}

