/* ========== Estilização Geral ========== */
body{
    text-align: justify; 
    letter-spacing: normal;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #D9D9D9;
}
body::-webkit-scrollbar-thumb {
    background-color: #2582C9;
    border-radius: 20px;
    border: 3px solid #1F4D7A;
}

@font-face {
    font-family: Linotte-Regular;
    src: url("/font/linotte-regular.otf") format("opentype");
}
@font-face {
    font-family: Linotte-Bold;
    src: url("/font/linotte-bold.otf") format("opentype");
}
/* ========== Estilização Backgrounds ========== */
.backgroundGeral{
    max-width: 1440px;
}
.background1{
    background: url("img/introduction//mapatopográfico1.png"),                
    linear-gradient(to bottom right, #041e44, #1385e2, #0888f0, #041e44);
    background-repeat: round;                
    background-size: 100%;       
}
.background2{
    background: url("img/introduction/mapatopográfico1.png"),
                  #FFFFFF;                   
    background-size: 100%;
}
.background3{
    background: url("img/news/mapatopográfico2.png"),
    linear-gradient(to bottom right, #0b2f66, #278de0, #278de0, #0066ff);
    background-repeat: round;                
    background-size: 100%;  
}
.background4{
    background: url("img/baseboard/mapaTopográfico3.png"),
                #FFFFFF;
    background-repeat: round;                
    background-size: 100%;   
}
/* ============================================== */

/* ========== Estilização Introdução ========== */
.introduction{
    padding-top: 6%;
}
.logoTitle{
    max-width: 24vw !important;    
}
.printSite{
    max-width: 75vw !important;
    margin-top: 4%; 
    padding-bottom: 2%;
}
/* ================================================ */

/* ================ Description ================ */
.container{
    padding-top: 4%;
    padding-bottom: 1%;
}
.text1{    
    padding-left: 4% !important;    
    max-width: 40vw;
}
.text2{
    max-width: 40vw;
    margin-top: 8%;
    margin-bottom: 8%;
}
.globe{
    max-width: 40vw !important;
    padding-left: 8% !important;
    padding-bottom: 4%;
}
.globeAnimation{
    animation: animationGlobo 60s linear infinite;
}
@keyframes animationGlobo {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* ============================================ */

/* =========== Funcionalidades ========== */
.subtitle2{
    padding-top: 4% !important;
}
.newsFeatures{
    max-width: 28vw !important;
}

.spacing{
    padding: 0% 8% 4% 8% !important;    
}
.customCard{
    background: linear-gradient(81.6deg, rgba(3, 0, 0, 0.25) 56.45%, rgba(3, 0, 0, 0) 114.72%) !important;
    border-radius: 5px !important;    
    border: none !important;
    padding:5% 8% 2.5% 8%;
    margin: 4%;
}
.divCard{
    display: flex;
}
.divImg{
    margin-bottom: 0%;
}
.divTexto{
    display: flex;
    justify-content: start;
    align-items: center;
}
.default{
    justify-content: end;
} 
.aLink {
 color: #FFFFFF;
 font-size: max(6px, 0.8vw);
 margin-top: 2.5%;
 display: block;
}
.aLink:visited{
    color: #FFFFFF;
}
.gifs{
    border-radius: 7.5px;
}
.card{
    background: linear-gradient(81.6deg, rgba(3, 0, 0, 0.25) 56.45%, rgba(3, 0, 0, 0) 114.72%) !important;
    border-radius: 10px !important;    
    border: none !important;
    padding: 4% 2%;
    margin: 4% 5%;
}
.card-title{
    font-family: 'Linotte-Bold';
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;    
}
.hr{
    padding: 0% 20%;
}
.line{
    border: 1px solid #CCCCCC !important;
    padding: 0% 15%;  
    opacity: 1 !important;          
}
.card-text{
    font-family: 'Linotte-Regular';
    font-size: 18px;
    line-height: 21px;    
    color: #FFFFFF;    
}
.aLinkCard{
    color: white;  
}
.card-description{
    font-family: 'Linotte-Bold';
    background: linear-gradient(81.6deg, rgba(3, 0, 0, 0.25) 56.45%, rgba(3, 0, 0, 0) 114.72%) !important;
    border-radius: 5px !important; 
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 37.5px;
    padding: 1% 0;
    margin: 4% 5%;
}

.divButton{
    margin-top: 8%;
}
.button{
    font-family: 'Linotte-Regular';
    font-size: 14px !important;
    background: #FFFFFF !important;
    border-radius: 6px !important;   
    border: transparent !important;            
    margin-bottom: 4%;
    width: 132px !important;
    height: 34px;
}
/* ================================ */

/* ==========  Baseboard ========== */
.logo1{
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 15% !important;
    margin-left: 10% !important;
}
.logo2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 18% !important;
    margin-left: 1.5% !important;
}
/* ================================== */
@media screen and (max-width: 1400px) {
    .customText{
        padding-right: 10%;
    }
    .reverse{
        padding-right: 0;
        padding-left: 10%;
    }  
}
/* ========== Inicio Media ========== */
@media screen and (max-width: 1200px) {
    .intro{
        padding-top: 4%;
        display: flex !important;
        flex-direction: column !important;
    }
    .button{
        height: 30px;
        width: 105px;        
        margin-top: 0%;
    }
    .button p{
        padding-top: 0%;
        font-size: 12px;
    }
    .globe2{
        position: relative;
        left: -5%;
    }

}

@media screen and (max-width: 950px) {   
    .card-mobile{        
        display: flex !important;
        flex-direction: column;
    }
    .card-body{
        width: 45vw;
    }
    .text{
        margin-top: 4% !important;                 
    }
    .textRight{
        margin-bottom: 4% !important; 
    }
    .card-body-mobile{
        text-align: center;
        width: 47.5vw;
        position: relative;
        right: 50%;
        min-width: 445px;
    }
    .reverseDiv{
        flex-direction: column-reverse;
    }
    .logos{
        margin-right: 20% !important;
    }
    .logo1, .logo2 {
        margin: 0;        
    }
    .button{
        height: 30px;
        width: 105px;        
        margin-top: 0%;
    }
    .button p{
        padding-top: 0%;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .card-body-mobile{
        min-width: 0px;
        width: 21em;
    }
    .button{
        height: 30px;
        width: 105px !important;        
        margin-top: 0%;
    }
    .button p{
        padding-top: 0%;
        font-size: 12px;
    }
  } 
 
@media screen and (max-width: 685px) {
    .glitch{
        width: 40vw;
    } 
    .logo1, .logo2{
        margin-left: 5% !important;
        width: 20% !important;
    }
    .button{
        height: 30px;
        width: 105px;        
        margin-top: 0%;
    }
    .button p{
        padding-top: 0%;
        font-size: 12px;
    }
    
  }

@media screen and (max-width: 575px) {
    .card-body-mobile{
        width: 21.5em;
    }
    .logo1, .logo2{
        margin-left: 2% !important;
        width: 22% !important;
    }
  }
  
@media screen and (max-width: 550px) {
    .card-body-mobile{
        width: 21em;
    }
  }
@media screen and (max-width: 530px) {
    .card-body-mobile{
        width: 20.2em;
    }
  }
@media screen and (max-width: 510px) {
    .card-body-mobile{
        width: 19.2em;
    }
  }  

@media screen and (max-width: 500px) {
    .backgroundGeral{
        padding: 0% 0% !important;
    }
    p{
        font-size: 16px;
    }

    /*======= Description ======*/    
    .reverseDivDescription{
        flex-direction: column;
    }
    .divTextsDescription{
        width: 100% !important;
        padding-left: 20% !important;       
        
    }
    .text1, .text2{    
       max-width: 48vw !important;        
    }
    .globe{
        display: none;        
    }

    /*======= News ======*/

    .button{
        height: 25px;
        width: 80px !important;        
        margin-top: 0%;
        border-radius: 4px !important;
    }
    .button p{
        padding-top: 0%;
        font-size: 8px;
    }

    .site{
        width: 90%;
    }

    .card-body{
        width: 60vw;
    }
    .card-body h5{
        font-size: 18px;
        line-height: 20px;
    }
    .card-body p{
        font-size: 12px;
        line-height: 15px;
    }
    hr{
        margin: 0.5rem 0 !important;
    }

    /*======= Baseboard ======*/
    .logo1, .logo2{
        margin-left: -2% !important;
        width: 25% !important;
    }
   
  } 
  @media screen and (max-width: 400px) {
    .globe{
        padding-left: 4% !important; 
    }
    .logo1, .logo2{
        margin-left: -5% !important;
        width: 30% !important;
    }
  }
  @media screen and (max-width: 350px) {
    .button{
        height: 20px;
        width: 70px !important;        
        margin-top: 0%;
    }
    .button p{
        padding-top: 0%;
        font-size: 6px;
    }
  }