:root{
    --omni-yellow: rgb(228, 188, 77,0.9);
    --omni-blue: rgb(66, 96, 140,0.9);
    --omni-blue-full: rgb(70, 92, 124);
    --altius-gray: rgb(59, 63, 64);
    --altius-gray-op70: rgb(59, 63, 64,0.6);
    --altius-gray-op90: rgb(59, 63, 64,0.9);
}


@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;
}

h1{
    font-size: 4rem;
    font-family: 'Kanit', sans-serif;
    font-weight:400;
    padding: 2rem 0;
}

h2{
    font-family: 'Kanit';
    font-weight:100;
    font-size: 2.5rem;
    text-transform: uppercase;
}

body{
    overflow-x: hidden;
}

body::after{
    content: "";
    position: fixed;
    background-image: url("../img/omni/bckg-Omni.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{
    width: 100vw;
    background-color: var(--omni-yellow);

}

.navbar .nav-link{
        color: #101010 !important;
}



#brands-section{
    min-height: 95vh;
    width: 100vw;
    background-position: center;
    background-size: cover;

}

#brands-section h1{
      color: #101010;
}

#pricipal-brand{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: var(--altius-gray-op70);
}


#pricipal-brand h1{
    text-transform: uppercase;
    color: var(--seyco-red);
    padding: 3rem 0;
}

#pricipal-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5 0;
    min-height: 600px;
    height: 100vh;
}

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

}

#pricipal-brand .content{
    color:white;
}


#about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}

#about .title-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

#about .title-container h1{

        font-family: 'Kanit';
    font-weight: 100;
}

#about .title-container .image-container{
    min-width: 300px;
    width: 45%;
    height: 200px;
    overflow: hidden;
}

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

#about .text-container{
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    font-family: 'Kanit';
    font-weight: 600;

}

#services{
    background: rgba(255, 255, 255, 0.6);
}

#services h1{
    color: #101010;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-weight:100;
}



#services .content-container{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 1.25rem;
} 

#services .card-container{
    text-align: justify;
    display: flex;
    flex-direction: column;
    width: 23%;
} 

#services .text-container{
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items:flex-start;
}

#services .icon-container{
    width: 100%;

}

.icon-container img{
    height: 250px;
    width: 100%;
    object-fit: contain;
}



#clientes .title{
    background-color: rgba(255, 255, 255, 0.9);
}

#clientes h1{
    font-family: 'Kanit';
    font-weight: lighter;
}


#clientes .clients-logo-container{
    background-color: rgba(255, 255, 255, 0.9);
}

#clientes .logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 2rem 0;
    overflow: hidden;
}

#clientes .logo-container img{
    width: 90%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out 0.5s;

}

#clientes .logo-container img:hover{
    transform: scale(1.1);

}

#contacto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 0;
    background: var(--omni-blue);
}

#contacto h1{
    color:white;
    font-family: 'Kanit';
    font-weight: 100;
}

#contacto h2{
    font-family: 'Kanit';
    font-weight:100;
    font-size: 2.5rem;
    text-transform: uppercase;
    padding: 2rem 0;
}

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



#contacto .image-container{
    min-width: 300px;
    width: 45%;
    height: fit-content;
}

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

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

 #contacto .card-icon-continer h4{
        font-size: 1.2rem;
}




#contact-form{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;

}

#contact-form input{
    margin: 0 auto;
    height: 50px;
    min-width: 600px;
    width: 80vw;
}

#contact-form textarea {
    min-width: 600px;
    width: 80vw;
    min-height: 250px;
    height: 30vh;
    margin: 0 auto;
}

#contact-form input::placeholder,#contact-form textarea::placeholder{
    color: rgb(92, 92, 92);
    text-indent: 1em;
}


/* CSS */
.button-48 {
  appearance: none;
  background-color: #FFFFFF;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #EBEBEB;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
  z-index: 1;
  position: relative;
  font-weight: bold;
}


/*********/

.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: 150px;
    height: fit-content;
}

footer .image-container img{
    object-fit: cover;
    width: 100%;
    filter: brightness(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;

}*/

/*********/



/*-------Loading GIF-----------------*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  visibility: hidden;

}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-----RESPOSNE----------*/

:focus{outline: none;}

input:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
  border: 3px solid hsl(125, 95%, 23%);

}

.col-3{width: 100%; position: relative;} /* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

.effect-7,
.effect-8,
.effect-9{border: 2px solid #ccc; padding: 7px 14px 9px; transition: 0.4s;}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 4px; background-color:rgb(255, 119, 0); transition: 0.6s;}
.effect-8 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 0; background-color: rgb(255, 119, 0); transition: 0.6s;}
.effect-8 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}

::placeholder {
    font-weight: bold;
    opacity: .8;
}


@media screen and (max-width: 900px) {
    #clientes .logo-container{
        width: 33%;
    }

    #services .card-container{
    text-align: justify;
    display: flex;
    flex-direction: column;
    width: 45%;
} 

}



@media screen and (max-width: 728px) {
    #clientes .logo-container{
        width: 45%;
    }

    #clientes .logo-container:last-child{
        flex-grow: 2;
    }

    #clientes,#services{
        background-position: bottom;
    }



}

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

    #services .text-container{
        text-align: justify;
    }

     #services .card-container{
        text-align: justify;
        display: flex;
        flex-direction: column;
        width: 75%;
    }


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


    #contact-form input{
    margin: 0.5em auto;
    height: 50px;
     min-width: 150px;
    max-width: 320px;
    width: 80vw;
}

#contact-form textarea {
   min-width: 150px;
    max-width: 320px;
    width: 80vw;
    min-height: 150px;
    height: 30vh;
    margin: 0.5em auto;
}


    




}


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

    #brands-section{
        min-height: auto;
    }
    #pricipal-brand{
        height: 50vh;

    }

     #clientes .logo-container:last-child{
        transform: translateX(0%);
    }

    

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

    }

    .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: 375px) {

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

    #contacto .card-icon-continer h4{
        font-size: 1.05rem;
    }

   

    h1{
    font-size: 2rem;

    }

    h2{
    font-size: 2rem;

    }



    



}


