/********** Template CSS **********/
:root {
    --primary: #1e8cd2;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;    
    --bluedarkfooter: #114b7f;

}

.text-primary{
    color: #1e8cd2 !important;
}

body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
    font-family: 'Roboto', sans-serif;
    color: #7d7a7a;
  }

.assinatura_pmsa{
    background-color: var(--primary) !important;
    width: 100%;
    font-size: 10pt;
    color: #fff;
    text-align: center;
    
}

.container-layout{
    max-width: 1000px;
    margin-right: auto !important;
    margin-left: auto !important;
}





/**** Personalização classes bootstrap ****/
.bg-dark{background-color:var(--bluedarkfooter) !important}
.bg-primary{
    background-color:var(--primary) !important;
}
a > i .btn-light .bg-midia-header .text-primary{
    color: #ff0 !important;
}

.btn-primary{
    border: none !important;
}


.btn-dark{
    border: none !important;
        font-size: 20px !important;
        background-color: #fff !important;
        color:var(--bluedarkfooter) !important;
}

@media only screen and (min-width: 992px) {

    .linha{padding-right: 50px;}

}


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** FrontPage ***/
.img-banner{
    max-width: 100% !important;
}
.section-text{
    max-height: 100% !important;
}

.btn-card{
    border: none;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 15px;

}
.card-title{
    padding-top: 30px;
}
p.card-text{
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
}
.card_teste{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    
}
.card-img-top{
    border-radius: 20px 20px 0 0;
}
div .card{
    margin-top: 0 !important;
    padding-bottom: 30px;
    border-radius: 20px;
    padding-bottom: 50px;
    width: 100% !important;
    border: 1px solid #cccccc;
}

.my-div {
  background-color:#fff;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  height: 200px !important;
  width: 100%;
}
  @media (min-width: 1400px) {
    .container-post{
        width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }
  }
  @media (max-width: 1700px) {
    .container-post{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        margin-right: auto;
        margin-left: auto;
    }
  }
.img_section_info{
    width: 100%;
    border-radius: 50px;
}
p.text_section{
    text-align: justify !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25.2px !important;
}
div .section_text{
    width: 95%;
}

a.button_section{
    padding: 12px 30px;
    font-size: 14px !important;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}
a.button_section:hover{
    background-color: #000;
    color: #fff;
}



/** Banner Principal **/

.carousel-item{
    background-repeat: no-repeat !important;
    background-size: cover !important; 
    background-position: center !important;
}

#header-carousel .carousel-item {
        position: relative;
        
    }



@media (max-width: 390px) {
    #header-carousel .carousel-item {
        position: relative;

    }
    .text-section{
        text-align: center;
        font-size: 22px !important;
        font-weight: 600;
    }
    .sub-text-section{
        text-align: center;
        font-size: 12px !important;
    }
    .title-section{
        text-align: center;
        font-size: 18px !important;
        font-weight: 600;
    }
    p.text_section{
        font-size: 14px !important;
    }
    .text-up-section{
        font-size: 12px !important;
    }
    .title-up-section{
        font-size: 14px !important;
    }
    a.button_section{
        width: 100% !important;
    }
    .btn_acesso{
        width: 150px !important;
        height: 150px !important;
    }
    .btn_acesso1{
        width: 200px !important;
        height: 200px !important;
    }
    .icon-acess{
        font-size: 70pt !important;
    }
    .icon-acess1{
        font-size: 70pt !important;
    }
    .sub-title-section{
        text-align: center;
        font-size: 14px !important;
    }
    #copy{
        font-size: 12px !important;
    }
    .title-xg {
        font-size: 18px !important;
    }
    .text-contador {
        font-size: 39px !important;
        font-weight: 800;
    }
    .container-layout{
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: 30px;
        margin-left: 30px;
        
    }
}

@media (min-width: 391px) and  (max-width: 640px){
    #header-carousel .carousel-item {
        position: relative;

    }
    .text-section{
        text-align: center;
        font-size: 32px !important;
        font-weight: 600;
    }
    .sub-text-section{
        text-align: center;
        font-size: 18px !important;
    }
    .title-section{
        text-align: center;
        font-size: 18px !important;
        font-weight: 600;
    }
    p.text_section{
        font-size: 16px !important;
    }
    .text-up-section{
        font-size: 14px !important;
    }
    a.button_section{
        width: 100% !important;
    }
    .btn_acesso{
        width: 150px !important;
        height: 150px !important;
    }
    .btn_acesso1{
        width: 200px !important;
        height: 200px !important;
    }
    .icon-acess{
        font-size: 70pt !important;
    }
    .sub-title-section{
        text-align: center;
        font-size: 14px !important;
    }
    #copy{
        font-size: 14px !important;
    }
    .title-xg {
        font-size: 18px !important;
    }
    .text-contador {
        font-size: 39px !important;
        font-weight: 800;
    }
    .container-layout{
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media (min-width: 640px) and  (max-width: 785px){
    #header-carousel .carousel-item {
        position: relative;

    } 
    .text-section{
        text-align: center;
        font-size: 40px !important;
        font-weight: 600;
    }
    .sub-text-section{
        text-align: center;
        font-size: 16px !important;
    }
    .title-section{
        text-align: center;
        font-size: 20px !important;
        font-weight: 600;
    }
    .btn_acesso{
        width: 150px !important;
        height: 150px !important;
    }
    .btn_acesso1{
        width: 200px !important;
        height: 200px !important;
    }
    .icon-acess{
        font-size: 70pt !important;
    }
    .sub-title-section{
        text-align: center;
        font-size: 14px !important;
    }
    .text-contador {
        font-size: 49px !important;
        font-weight: 800;
    }
    .title-xg {
        font-size: 20px !important;
    }
    .container-layout{
        max-width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        margin-right: 10%;
        margin-left: 10%;
        
    }
}

@media (min-width: 786px) and (max-width: 991px){
    .text-section{
        text-align: center;
        font-size: 40px !important;
        font-weight: 600;
    }
    .sub-text-section{
        text-align: center;
        font-size: 18px !important;
    }
    .title-section{
        text-align: center;
        font-size: 24px !important;
        font-weight: 600;
    }
    .btn_acesso{
        width: 150px !important;
        height: 150px !important;
    }
    .btn_acesso1{
        width: 220px !important;
        height: 220px !important;
    }
    .icon-acess{
        font-size: 70pt !important;
    }
    .sub-title-section{
        text-align: center;
        font-size: 14px !important;
    }
    .text-contador {
        font-size: 39px !important;
        font-weight: 800;
    }
    .title-xg {
        font-size: 24px !important;
    }
    .container-layout{
        max-width: 100%;
        padding-right: 15%;
        padding-left: 15%;
        margin-right: 15%;
        margin-left: 15%;
        
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .section-banner{
        width: 75% !important;
    }
    .title-section{
        font-size: 26px !important;
        font-weight: 600;
    }
    .text-up-section{
        font-size: 12px !important;
    }
    .title-up-section{
        font-size: 15px !important;
    }
    .btn_acesso{
        width: 110px !important;
        height: 110px !important;
    }
    .btn_acesso1{
        width: 180px !important;
        height: 180px !important;
    }
    .icon-acess{
        font-size: 50pt !important;
    }
    .text-contador {
        font-size: 49px !important;
        font-weight: 800;
    }
    .title-xg {
        font-size: 26px !important;
    }
    .container_secao{
        width: 100;
        padding-left: 150px;
        padding-right: 150px;
    }
    
}
@media (min-width: 1320px){
    #header-carousel .carousel-item {
        position: relative;

    } 
    .title-section{
        font-size: 30px !important;
        font-weight: 600;
    }
    .container_secao{
        width: 100;
        padding-left: 400px;
        padding-right: 400px;
    }
    
}
.text-up-section{
    font-size: 14px;
}
.title-up-section{
    font-size: 18px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    padding: 25px !important;
    font-size: 12pt !important;
    background-color: #00000069 !important;
    border: 1px solid transparent !important;
}
.text-section{
    font-size: 42px;
    font-weight: 600;
}
.title-section{
    font-weight: 600;
}
.sub-text-section{
    font-size: 20px;
}
/* Footer */
.icon_footer{
    font-size: 50px !important;
    color: #69bade;
}
.text-azul{
    color: #69bade;
}
/****Seção acima do rodapé ****/
.bg-section-visual{
    background-color: #e9e8eb;
}
.section_up_footer{
    padding: 70px 100px 70px 100px;
}
.img-banner{
    max-width: 100%;
    min-width: 150px;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/


.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-acesso {
    display: flex;
    align-items: center;
}

.btn-text {
    flex: 1;
    margin-right: auto; /* Ajuste o valor para controlar o espaçamento entre o texto e o ícone */
}

.btn-icon {
    font-size: 12pt;
    color: #fff;
    border-radius: 10px;
}


.btn {
    transition: .5s;
    font-weight: 500;
}
.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}
.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 28px;
    height: 28px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.no-pic {max-width:80px;}
.text-sub-title{
    font-size: 40px !important;
    font-family: roboto;
}
/*** Página Search ***/
.meta{
    font-size: 0.90rem;
    font-style: bold;
}

.media-b {  margin-top: 0; margin-bottom: 2em; }
/*** Search Box ***/
/* hide the blue outline */
.form-control{
    font-size: 12px;        
}
.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
.btn-outline-primary {
  color: #1e8cd2;
  border-color: #1e8cd2;
}
.btn-outline-primary:hover {
  color:  #fff;
  border-color:  #1e8cd2;
  background-color:  #1e8cd2;
}    
/*** Navbar ***/
.nav-link{
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #333;
}
.sticky-top {
    top: -100px;
    transition: .5s;
}
.menu-item{
    font-size: 12px;
    font-weight: 700;
}
a.nav-link{
    width: auto !important;
    padding: -10px;
}
.stellarnav > ul > li > a{
    padding: 13px 20px !important;
    color: #1c2035 !important;
    font-weight: 700 !important;
}
.stellarnav > ul > li > a:hover{
    color: #1e8cd2 !important;
}
.dropdown-item{
    font-size: 12px;
    font-weight: 700;
    color: #1c2035 !important;

}
.dropdown-item:hover{
    color: #fff !important;
    background-color: var(--primary);
}
/* setas dos filhos efeito da seta */
.stellarnav li li.has-sub > a:hover::after
 {margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #fff !important; position: relative; top: 4px; }
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}




@media (min-width: 1400px) {
    .container-acess{
        width: 1700px;
        margin-right: auto;
        margin-left: auto;
    }
  }
  @media (max-width: 1700px) {
    .container-acess{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: auto;
        margin-left: auto;
    }
  }

.btn_acesso{
    width: 130px;
    height: 130px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    
}

.btn_acesso1{
    width: 230px ;
    height: 230px ;
    border-radius: 0;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
}

.btn_acesso1:hover{
    transform: scale(1.1); 
}

.btn_acesso:hover{
    transform: scale(1.1); 
}


.text-acess{
    font-size: 12px;
    width: 100px !important;
    max-width: 110px !important;
    min-height: 60px !important;
    max-height: 60px !important;
}

.bg-cinza{
    background-color: #dadada;
}

.icon-acess{
    font-size: 65pt;
    color: #fff;
}

/*** Project ***/
.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.dropdown-submenu {
    position: relative !important;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: 6px !important;
    top: .8em !important;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-left: .1rem !important;
    margin-right: .1rem !important;
  }
  /* to show the arrow */
  .dropdown-submenu a::after {
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: 6px !important;
    top: .8em !important;
  }
  .dropdown-toggle a::after{
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: 6px !important;
    top: .8em !important;
  }

/**** Midia Social *****/


/***CONTADOR***/

.text-contador {
    font-size: 59px;
    font-weight: 800;
}

.legenda {
    font-size: 20px !important;
    font-weight: bolder;
}

.bg-cinza-claro {
    background-color: #f8f8f8;
}

.title-xg {
    font-size: 36px;
}


/**ACORDEON**/

.accordion-item{
    background-color: transparent !important;
    font-size: 12px ;

}
.accordion-button{
    background-color: transparent !important;
    border: 1px solid transparent !important; 
    font-size: 14px;
}


/***CARROSSEL POSTS***/

.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel_post {
    display: flex;
    transition: transform 1s;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-post {
    position: relative;
}

.card_teste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.card-link {
    height: 100% !important;
}

.link-post {
    color: #1e8cd2 !important;
    text-decoration: none !important;
}

.link-post:hover {
    color: #12689e !important;
    text-decoration: none !important;
}

.card-legend {
    color: #7d7a7a !important;
    text-decoration: none !important;
}

.card-post {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 20px !important;
    /*box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);*/
    border: 1px solid rgb(218, 217, 217) !important;
}

button.btn-post {
    width: 50px !important;
    height: 50px !important;
    font-size: 22pt !important;
    border-radius: 50% !important;
    background-color: #00000050 !important;
    border: none !important;
    color: #00000050 !important;
    margin-bottom: 100px !important;
    background-color: #ffffff62 !important;
    border: 1px solid #0000003b !important;
}

button.btn-post:hover {
    background-color: #00000065 !important;
    border: 1px solid #00000050;
    color: #ffffff !important;
    transition-duration: 0.5s;

}



/* Estilização dos botões de navegação */

.container-post .prev-button,
.container-post .next-button {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.container-post .prev-button {
    position: absolute;
    top: 50%;
    left: 0;
}

.container-post .next-button {
    position: absolute;
    top: 50%;
    right: 0;
}

.img-card {
    width: 100% !important;
    height: 200px !important;
    border-radius: 20px 20px 0 0;
}

.div-img {
    max-width: 100% !important;
    height: 200px !important;
}