/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html {    
   /* scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;*/
}
body{
/*    top: 0 !important;*/
    height: 100% !important;
}

#google_translate_element {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

#google_translate_element{    
 position: absolute;
 top: 10px; 
 right: 10px; 
 z-index: 9999;
}

#btnFlag {
    position: absolute;
    z-index: 9999;
    top: 90px;
    right: 0px;
    padding: 5px 5px 0 5px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

#btnFlag div{
    background: url(../img/flags.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    margin-bottom: 0.3rem;
}

#pt {
    background-position: 0 center !important;
    border-radius: 10px 0 0 0;
}

#en {
    background-position: -30px center !important;
}

#fr {
    background-position: -60.5px center !important;
}

#es {
    background-position: -90px center !important;
}

#ch {
    background-position: -121px center !important;
    border-radius: 0 0 0 10px;
}


.skiptranslate iframe {
    visibility: hidden !important;
    /*border: solid 1px red !important ;*/
}

*a{
    text-decoration: none !important;
}

@font-face{
    font-family:Capture-it;
    src:url(../font/capture-it/Capture-it.ttf);
}

h1, h2, h3, h4, h5,.h5, p, a.btn, .banner-cb {
    font-family: Capture-it !important;
    letter-spacing: 1px;
}

div p, .accordion button  {
    font-family: roboto !important; 
}

.valores-style{
    color: #edcc13;
    font-weight: bold;
}

h1, h2, h3, .font-catureit{   
    color: #ba1515; 
}

h4{
    font-size: 1.3em;   
    color: #666666;
}

h5{
    font-size: 1.1em;
    color: #888888;
}

.txt_banner{
    padding: 10px 10px 0 10px;
    margin-top: 20%;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.9em;
    letter-spacing: 2px;
    text-shadow: -3px 3px 1px #000000, 0 0 15px #bead50;
}

.subtxt_banner{
    text-align: center;
    font-size: 0.8em;
    color: #FFFF00;
    font-style: italic;
    padding: 10px 10px 0 10px;
    text-shadow: -2px 2px 5px #000000;
}

.viewY {
    margin-top: 0;
    /*height: 100%;*/
    height: inherit;
    background-position: center center;
    background-repeat: no-repeat;
     background-size: cover !important; 
    /*background-size: contain !important;*/
    -webkit-background-position: center center;
    -webkit-background-repeat: no-repeat;
     -webkit-background-size: cover !important; 
    /*-webkit-background-size: contain !important;*/
}

/* Make the image fully responsive */
#mainCarousel.carousel {
    /*margin-top: -20px;*/
    margin-top: 0;
    bottom: 0;
    height: 50vh !important;
    /*height: 30vh !important; Eleições 2022*/
}

/*Efeito de Desfoque no background do slide principal*/

.background-blur {    
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);     
}

.background-nitido {    
    -webkit-filter: blur(1px) !important;
    filter: blur(1px) !important;
    -moz-filter: blur(1px) !important;
    -o-filter: blur(1px) !important;
    -ms-filter: blur(1px) !important;
}

.carousel .carousel-inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: inherit !important;
}

.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
    height: inherit !important;
}

/* Navbar animation */
.navbar {
    background-color: rgba(0, 0, 0, 0.8);
}

.top-nav-collapse {  
    background-color: rgba(0, 0, 0, 0.8);
}

.fixedTop{
    width: 100%;
    margin-top: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
}

.stickyTop{
    width: 100%;
    margin-top: 110px;
    position: relative;
    z-index: 9999;
}

/* Paralax */
.paralax{
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
}

.section1 {
    background-image: url(../img/fotos/capaFrente.jpg);  
    -webkit-background-image: url(../img/fotos/capaFrente.jpg);  
}

.section2 {
    background-image: url(../img/fotos/foto-1.jpg);  
    -webkit-background-image: url(../img/fotos/foto-1.jpg);       
}

.section3 {
    background-image: url(../img/fotos/capaVerso.jpg);  
    -webkit-background-image: url(../img/fotos/capaVerso.jpg);         
}

.section3 h3, .section2 h3, .section1 h3{
    font-size: 3em;
    font-weight: 500;    
}
.section3 h4, .section2 h4, .section1 h4{
    font-size: 2em;
    font-weight: 100;
    font-style: italic;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000; 
}
.section3, .section2, .section1{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-position: top;
    -webkit-background-repeat: no-repeat;
    -webkit-background-size: cover;
}

.box {
    background-color: rgba(0,0,0,0.6);
    -webkit-background-color: rgba(0,0,0,0.6);
    min-height: 40vh;
    padding: 5vh 0;
    margin: 5vh 0;   
}

.embed-responsive .embed-responsive-16by9{
    padding: 0 !important;
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
    background-color: #929FBA;
}

.footer-site {
    background-color: #333333;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#go-top{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 50% !important;
    font-size: 2em;
    color:rgba(255, 255, 255,1) !important;
    background-color:rgba(255, 0, 0,0.3) !important;
    position: relative;
    text-align: center;
    visibility: hidden;
    -webkit-animation-name: gotop; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: gotop;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

    @keyframes gotop {  
    0%   {padding-top: 11px;}
    50%   {padding-top: 15px;}
    100% {padding-top: 11px;}
}

#lista-n>.container {
    padding-right: 0!important;
    padding-left: 0 !important;
}

#lista-n, .effect-hover{
    transition: 0.25s;    
}

#lista-n:hover, .effect-hover:hover{
    box-shadow: -1px 1px 9px #333 !important;
}

#video video{
    width: 100% !important;
}

.card-portal1{    
    background-size: contain;
    -webkit-background-size: contain;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 25vh;
}

.card-portal2{
    background-size: contain;
    -webkit-background-size: contain;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 25vh;
}

.card-portal3{
    background-size: contain;
    -webkit-background-size: contain;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 25vh;
}

.space-title{
    padding-top: 100px !important;
    padding-bottom: 10px !important;
    border-bottom: solid 5px #dddddd !important;
}

.space-h3{  
    padding-top: 10px;  
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
   
}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {

}*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}

@media (max-width: 989px) {
    .space-title{
        padding-top: 50px !important;
        padding-bottom: 10px !important;
        border-bottom: solid 5px #dddddd !important;
    }

    .space-h3{ 
        margin-top: 20px;
        padding-top: 0;  
        padding-bottom: 0;
    }

    h1,h2,h3,h4,h5,.font-catureit{
        font-weight: bold;      
    }

    h1, h2, h3, .font-catureit{    
        color: #ba1515;   
        letter-spacing: 1px;
    }

    h4{
        color: #666;
        letter-spacing: 1px;
    }

    h3,h4,h5{
    font-size: 120% !important;
    font-weight: normal;
    }

    h5{
        color: #888;
    }

    .navbar {
        background-color: rgba(0, 0, 0, 0.8);
    }
     .txt_banner{
        padding: 10px;
        margin-top: 5%;
        color: #ffffff;
        font-size: 1.9em;
        letter-spacing: 2px;
        text-shadow: -3px 3px 1px #000000, 0 0 15px #bead50;
    }
      #mainCarousel.carousel {    
        height: 50vh !important;
    }
    .viewY {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
         background-size: cover !important; 
        /*background-size: contain !important;*/
        -webkit-background-position: center;
        -webkit-background-repeat: no-repeat;
         -webkit-background-size: cover !important; 
        /*-webkit-background-size: contain !important;*/
    }

    .section3 h3, .section2 h3, .section1 h3{
        font-size: 1.3em !important;
        font-weight: 500 !important;    
    }
    .section3 h4, .section2 h4, .section1 h4{
        font-size: 1.2em !important;
        font-weight: 500 !important;
        font-style: italic;
        color: #ffffff;
        text-shadow: 1px 1px 1px #000; 
    }

}

.space-h4{  
    padding-top: 20px !important;  
    padding-bottom: 10px !important;
    border-bottom: solid 5px #dddddd !important;
}