@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
}

*:target{
    /*filter: drop-shadow(0 0 5px #c04500);*/
    box-shadow: 0 0 25px 5px #c04500 !important;
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

html {
    scroll-behavior: smooth;
    padding: 0;
}

body {
    min-height: 100vh;
    margin: 0;
    font-family: "Lato", sans-serif; 
    font-size: 1em; 
    line-height: 1.5;
}

.siga-font-family{
    font-family: "Hind Siliguri", sans-serif;
}

.siga-horizontal-siga{
    font-family: "Hind Siliguri", sans-serif;
    font-size: 45px;
    line-height: 1;
    display: block;
    margin: -10px 0 0;
}

.siga-horizontal-industrial{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 0;
    display: block;
}

#msgCookies {
    display: flex;
    justify-content: center;
}

.cookieConsentContainer {
    z-index: 9999;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: linear-gradient(0deg, #001e52, #00163c, #001e52);
    color: #FFF;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    border-radius: 1em;
    display: none;
    box-shadow: 0 0 20px 5px #000;
}

.cookieDesc a {
    color: #c04500;
    font-weight: 900;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: linear-gradient(0deg, #dfdfdf, #FFFFFF, #dfdfdf);
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    border-radius: 1em;
    transition: background .3s;
    color: #00163c;
    box-shadow: 0 0 20px 5px #7f7f7f;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #c04500;
    color: #FFF;
    box-shadow: 0 0 20px 5px #c04500;
}

#boasVindas{
    display: none;  
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: radial-gradient(#00163c, #000000);
}

#boasVindas .texto-anim {
    color: #FFF;
}

.mySlides {
    display: none;
}

.fa-caret-down{
    margin-left: 4px;
}

.w3-button {
    height: 100%;
    align-content: center;
    font-size: 12px;
}

.w3-dropdown-hover {
    height: 100%;
    align-content: center;
}

.w3-dropdown-content {
    font-size: 12px;
    width: 260px !important;
    border-radius: 5px 5px;
    box-shadow: 0 0 20px 5px #000;
}

.w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
    background-color: #fff;
    color: #000;
}

.logo {
    height: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.logo:hover {
    height: 45px;
    filter: drop-shadow(0px 0px 3px #FF5D00);
}

.w3-button:hover {
    background-color: transparent !important;
    color: inherit !important;;
}

.menu {
    max-width: 100vw;
    height:80px; 
    align-content: center; 
    background: linear-gradient(0deg, #dfdfdf, #FFFFFF, #dfdfdf); 
    float: left;
    top: 0;
    padding-left: 10vw;
    z-index: 1001; 
    position: absolute;
    width: 55vw;
}

.content-item-home {
    height: 100vh;
    width: 100vw;
    position: relative;
    z-index: 500;
    background-color: #00163C;
}

.content-button-home {
    /*min-height: 100vh;
    width: 100vw;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding: 10px;
    z-index: 500;*/
    min-height: 100vh;
    width: 100vw;
    display: flex;
    position: relative;
    padding: 10px;
    z-index: 500;
    align-items: flex-end;
    justify-content: space-evenly;
}

.button-home {
    /*padding: 10px;
    background-color: #00163C;
    color: #FFF;
    border-radius: 4px;
    margin: 10px 10px;
    width: 35vw;
    box-shadow: 0px 10px 30px 7px #000000;
    cursor: pointer;*/
    
    padding: 20px;
    color: #FFF;
    border-radius: 4px;
    width: 23vw;
    height: 30vh;
    box-shadow: 0px 0px 30px 5px #000000;
    text-shadow: 0px 0px 5px #000000;
    cursor: pointer;
    /* background: linear-gradient(179deg, #00163c1c, #00163c87), url(public/bkg/siga2.png); */
    background: linear-gradient(179deg, #00163c1c, #00163c87);
    background-repeat: no-repeat !important;
    background-size: contain, cover !important;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.button-home:hover {
    text-shadow: 10px 10px 5px #000000;
}

.sem-scroll{
   overflow: hidden;
}

.centerLogo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 70vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 0 20px #000;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 14px;
}

.centerLogo img {
    height: 45px;
    filter: drop-shadow(0 0 20px #000);
}

#resultadoBusca {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: fixed;
    width: 400px;
    z-index: -5;
    background-color: #FFF;
    padding: 30px 0;
    margin-top: -30px;
    border-radius: 0 0 25px 25px;
}

.disabled-element {
    width: 0px;
    border-radius: 0px;
    margin: none;
    padding: 0px;
    border: 0px;
    height: 0px;
    visibility: hidden;
    position: relative;
    z-index: -10;
    opacity: 0;
}

.animSearch {
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    width: 400px !important;
    z-index: -5 !important;
    background-color: #FFF !important;
    padding: 30px 0 !important;
    margin-top: -30px !important;
    border-radius: 0 0 25px 25px !important;
}

#txtBusca {
    /*-webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 0px;
    margin-right: -40px;
    border-radius: 50px;
    margin: 10px none;
    padding: 10px;
    border: 0px;
    height: 40px;
    visibility: hidden;
    position: relative;
    z-index: -10;
    opacity: 0;*/
    
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 0px;
    border-radius: 50px;
    margin: 5px -10px;
    padding: 10px;
    border: 0px;
    height: 60px;
    visibility: hidden;
    position: relative;
    z-index: -10;
    opacity: 0;
}

.animFieldSearch {
    width: 350px !important;
    position: relative !important;
    z-index: 1 !important;
    visibility: visible !important;
    margin: 10px 10px !important;
    opacity: 1 !important;
}

/*Sombra*/

.element-text-shadow {text-shadow: 0 0 0.8em #444444;}

.element-text-shadow-hover:hover {text-shadow: 0 0 1em #444444;}

.element-box-shadow {box-shadow: 0 0 0.6em #444444;}

.element-box-shadow-hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.element-box-shadow-hover:hover {box-shadow: 0 0 1em #444444;}

.element-box-shadow-in {box-shadow: inset 0 0 0.5em #828181;}

.element-box-shadow-in-hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.element-box-shadow-in-hover:hover {box-shadow: inset 0 0 1em #828181;}

.element-box-shadow-neon {box-shadow: inset 0 0 0.5em #828181, 0 0 1em #444444;}

.element-box-shadow-neon-hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.element-box-shadow-neon-hover:hover {box-shadow: inset 0 0 1em #828181, 0 0 1em #444444;}

/*Zoom Element*/

.zoom-element {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.zoom-element:hover {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.zoom-element-perspective {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.zoom-element-perspective:hover {
    -ms-transform: perspective(800px) rotateY(-15deg) translateY(-10px) rotateX(10deg) scale(1.05);
    -webkit-transform: perspective(800px) rotateY(-15deg) translateY(-10px) rotateX(10deg) scale(1.05);
    transform: perspective(800px) rotateY(-15deg) translateY(-10px) rotateX(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4), inset 0 0 10px 5px #000;
}

.colorChangeHover:hover {
    background-color: #00163C !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 20px 0 #000;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::-webkit-scrollbar {
    background-color: rgb(196, 196, 196, 0.5);
    width: 0.5vw;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(196, 196, 196);
    border-radius: 1vh;
}

::-webkit-scrollbar-thumb:hover {background: rgb(146, 128, 252)}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00163C;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
    background: #00163C;
}

footer div {
    /*margin: 25px;*/
}

.footer-info {
    position: relative;
    z-index: 3000;
    color: #FFFFFF;
    width: 100vw;
    min-height: 80px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.topMenu {
    height: 80px; 
    align-content: center; 
    background-color: #00163C; 
    width: 100vw; 
    position: fixed !important; 
    z-index: 1000;
    box-shadow: 0 0 20px 5px #000;
}

.searchContainer {
    /*background-color: #FFFFFF; 
    margin: 10px; 
    margin-right: 15px; 
    border-radius: 50px; 
    display: inline-block;*/
    
    background-color: #FFFFFF;
    height: 100%;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 0 20px 1px #000;
}

#btnBusca {
    /*position:relative; 
    z-index: 10; 
    width: 60px; 
    border: none; 
    text-decoration: none; 
    text-align: center; 
    cursor: pointer;*/
    
    position: relative;
    z-index: 10;
    height: 80px;
    border: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    width: 80px;
}

#btnBusca div {
    padding: 18px;
    height: 100%;
    width: 100%;
    border-radius: 50% 0 0 50%;
    box-shadow: 0 0 10px #000;
    background: linear-gradient(0deg, #dfdfdf, #FFFFFF, #dfdfdf);
    color: #00163c;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#btnBusca div:hover {
    /*background-color: #00163c;*/
    background: linear-gradient(0deg, #001e52, #00163c, #001e52);
    color: #FFF;
}

.roundDiv {
    border-radius: 0 50% 50% 0;
    height: 80px; 
    position: absolute; 
    z-index: 1000; 
    top: 0;
    left: 55vw;
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: linear-gradient(0deg, #dfdfdf, #FFFFFF, #dfdfdf);
}

#inputArea {
    position: absolute;
    display: flex;
    z-index: 2000;
    margin: 10px;
    right: -240px;
    height: 60px;
    width: 280px;
    border-radius: 50px 0 0 50px;
    box-shadow: inset 0 0 6px 0px #000;
    align-items: center;
}

#inputArea div:nth-child(1){
    display: flex; 
    justify-content: flex-end; 
    height: 50px; 
    width: 20px; 
    border-right: none; 
}


#inputArea div:nth-child(2){
    border-left: none; 
    height: 50px; 
    width: 260px; 
    display: flex; 
    justify-content: flex-start; 
    align-items: center;
}

#inputArea input {
    color: #000000; 
    border: none; outline: none; 
    background-color: #FFFFFF00;
    align-self: center;
    margin: 0px;
}

.inputTrigger {
    background-color: #00163C; 
    height: 85px; 
    width: 85px; 
    border-radius: 50px 0px 0px 50px;
    justify-content: center; 
    display: flex; 
    align-items: center; 
    right: -27px; 
    top: -3px; 
    position: absolute; 
    z-index: 2000;
}

.blueDiv {
    /*text-decoration: none; 
    border-radius: 15px; 
    background-color: #FFFFFF; 
    color: #00163C;*/
    text-decoration: none;
    border-radius: 15px;
    background-color: #FFFFFF;
    color: #ffffff;
}

.blueDiv:hover {
    background-color: #00163C;
    color: #FFFFFF;
    border: 5px solid #ffffff;
    filter: drop-shadow(0px 0px 5px #FFF);
}


.phoneCornerLogo {
    align-items: center;
    display: flex;
    /*background-color: #00163C;*/
    background: linear-gradient(0deg, #001e52, #00163c, #001e52);
    border-radius: 0 50% 50% 0;
    box-shadow: 3px 1px 20px 0px #000;
    height: 80px;
    position: absolute;
    padding: 10vw;
    top: 0;
    z-index: 1002;
    width: 80px;
    justify-content: center;
}

.gifClass {
    /*height: 100vh;
    width: 100vw;
    margin: 0;
    text-align: center;
    position: fixed;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    display: flex;
    align-items: center;*/
    height: 70vh;
    width: 100vw;
    margin: 0;
    text-align: center;
    position: fixed;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    display: flex;
    align-items: center;
}

.inopiFooter {
    width: 100vw;
    position: relative;
    font-size: 16px !important;
    margin: 10px;
}

a {text-decoration: none; color: inherit;}

/* Configurações Icones */
.bi-whatsapp{
    margin-bottom: 5px;
    filter: drop-shadow(0 0 5px #FFF);
}


/* Whatsapp */

.whatsapp {
    height: 80px;
    width: 80px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999; 
    padding: 15px;
    background-color: #c04500;
    box-shadow: 0 0 25px 5px #000;
}

footer {
    /*background-color: #00163C;
    box-shadow: 0px 0px 20px 5px black;
    position: relative;
    z-index: 3000;
    color: #FFFFFF;
    width: 100vw;
    height: 80px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;*/

    background: linear-gradient(0deg, #001e52, #00163c, #001e52);
    box-shadow: 0px 0px 20px 5px black;
    position: relative;
    z-index: 3000;
    color: #FFFFFF;
    width: 100vw;
    min-height: 80px;
}

.footer-text{
    text-align: left;
    font-size: 18px;
}

.rodape-centralizar-horizontal {
    display: flex;
    justify-content: center;
}

.rodape-link a {
    text-decoration: none;
    color: black;
}

.rodape-link-2 {
    text-decoration: none;
    color: white;
    font-size: 13px;
}

.centralizar-item-padrao {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rodape-logo {
    height: 70px;
}

.content-page {
    background-color: #00163c;
}

.blackShadow {
    box-shadow: 5px 0px 30px #000;
}

.content-alert {
    position: fixed;
    top: 80px;
    right:0px;
    width:500px;
    padding: 10px;
    z-index:3;
}

.alert-msg {
    padding: 25px;
    background-color: #ffffff;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 2px #000;
    transition: all 0.2s ease-out;
    text-shadow: 0 0 20px #000;
}

.alert-msg:hover {
	scale: 1.02;
    border: 1px solid #001e52;
}

.alert-msg.danger {
    background: linear-gradient(0deg, #000, #f44336, #001e52);
}
.alert-msg.success {
    background: linear-gradient(0deg, #000, #04AA6D, #001e52);
}
.alert-msg.info {
    background: linear-gradient(0deg, #000, #2196F3, #001e52);
}
.alert-msg.warning {
    background: linear-gradient(0deg, #000, #ff9800, #001e52);
}

.close-btn-alert {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn-alert:hover {
    color: black;
    scale: 1.5;
}

@media only screen and (max-width: 800px){ 
    .menu {
        width: 100vw;
        box-shadow: 0 0 20px 5px #000;
    }
    
    .topMenu {
        background-color: #FFFFFF; 
    }

    .content-page {padding-top: 60vh;}

    .content-button-home {display: block;}

    .button-home {
        width: 90%;
        margin: 20px auto;
        padding: 20px;
    }

    .animFieldSearch {
        width: 200px !important;
    }
    
    
    #btnBusca div {
        /* background-color: #00163c; */
        background: linear-gradient(0deg, #001e52, #00163c, #001e52);
        color: #FFF;
    }
    
    #resultadoBusca {
        width: 100%;
        left: 0;
        z-index: -10;
        background-color: #FFF;
        padding: 30px 0;
        margin-top: 5px;
        border-radius: 25px 25px;
    }
    
    #card-search-itens{
        max-height: 70vh !important;
    }

    .halfPhoneScreen {width: 50vw;}
    
    @keyframes navDemoSlide {
        from {top: -500px;}
        to {top: 0px;}
    }

    .navDemoAnim {
        animation-name: navDemoSlide;
        animation-duration: 1s;
    }

    @keyframes navDemoSlide2 {
        from {top: 0px;}
        to {top: -500px;}
    }

    .navDemoAnim2 {
        animation-name: navDemoSlide2;
        animation-duration: 1s;
    }

    .roundDiv {display: none;}

    @keyframes inputAreaSlide {
        from {right: -240px;}
        to {right: 25px;}
    }

    .inputAreaAnim {
        animation-name: inputAreaSlide;
        animation-duration: 1s;
    }

    @keyframes inputAreaSlide2 {
        from {right: 25px;}
        to {right: -240px;}
    }

    .inputAreaAnim2 {
        animation-name: inputAreaSlide2;
        animation-duration: 1s;
    }
    
    .content-alert {
        width:100%;
    }

}


/*Pulsar elemento*/
.pulse {
    animation: pulse 0.7s infinite;
    margin: 0 auto;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-webkit-filter: brightness(50%);
	}
	100% {
		-webkit-transform: scale(1.1);
		-webkit-filter: brightness(300%);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		filter: brightness(50%);
	}
	100% {
		transform: scale(1.1);
		filter: brightness(130%);
	}
}

/* DropDown */

.dropdownXD{
    width: 250px;
    display: flex;
    flex-direction: column;
}

#navDemo {
    z-index: 11100 !important; 
    position: fixed !important; 
    top: -500px; 
    width: 100vw !important;
}

/* DropDown */


.dropdownXD{
    width: 250px;
    display: flex;
    flex-direction: column;
}

.droplist{
    width: 80%;
    /*display: none;*/
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 5px #000;
    border-radius: 5px;
    cursor: pointer;   
    opacity: 0;
    transition: all 0.2s ease-out;
}

.droplist a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.droplist a:hover{
    background-color: #00163C !important;
    color: #FFFFFF !important;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.w3-dropdown-content:hover .droplist{
    display: block;
}*/

.w3-dropdown-content .w3-bar-item {
    position: relative;
}

.w3-dropdown-item:hover .droplist {
    display: block !important;
    top: 0%;
    opacity: 1;
}

.logo-anim {
    animation: scale 3s,blur 4s,blur-min 2s infinite alternate,color-shadow 2s infinite alternate, scale-min 2s infinite alternate;
}

.texto-logo-anim {
    opacity : 0;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    animation: scale 3s, blur 4s, opacity2 4s forwards;
    animation-delay: 6s;
}

.texto-anim {
    animation: scale 3s,blur 5s,opacity 6s forwards;
}

.content-anim{
    animation: opacity3 4s forwards;
    animation-delay: 20s;
}

.btn-sair-boasvindas {
    opacity : 0;
    color: #FFF;
    text-align: center;
    animation: opacity2 4s forwards,scale 3s,blur 4s,blur-min 2s infinite alternate,scale-min 2s infinite alternate;
    animation-delay: 10s;
}

.opacity-element {
    animation: opacity3 4s forwards;
    animation-delay: 2s;
}

@keyframes scale {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity : 1;
    }
    90% {
        opacity : 1;
    }
    100% {
        opacity : 0;
    }
}

@keyframes opacity2 {
    0% {
        opacity : 0;
    }
    10% {
        opacity : 1;
    }
    100% {
        opacity : 1;
    }
}

@keyframes opacity3 {
    0% {
        opacity : 1;
    }
    90% {
        opacity : 1;
    }
    100% {
        opacity : 0;
        display: none;
    }
}

@keyframes color-shadow {
    from {
        filter: drop-shadow(0px 0px 0px #FF5D00);
    }
    to {
        filter: drop-shadow(0px 0px 10px #FF5D00);
    }
}

@keyframes scale-min {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}

@keyframes blur {
    from {
        filter: blur(50px);
        -webkit-filter: blur(50px);
    }
    to {
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

@keyframes blur-min {
    from {
        filter: blur(5px);
        -webkit-filter: blur(5px);
    }
    to {
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}