@charset "utf-8";
/* CSS Document */
/******************/
/******************/

BODY{
    letter-spacing: 0.1rem !important;
}
P{
    line-height: 1.8rem !important;
    font-size: 0.8rem !important;
    margin-bottom: 3rem;
    font-weight: 400;
}
H2, H3, H4, H5, H6{
    letter-spacing: 0.7rem !important;
    text-transform: uppercase;
    font-weight: 200;
    margin-right: -0.7rem !important;
}
@media screen and (max-width: 767px) {
    H2, H3, H4, H5, H6{
        letter-spacing: 0.3rem !important;
    }    
}
A{
    color: inherit;
}
A:hover{
    color: inherit;
    text-decoration: none;
}
.mobile_only{
	display: none !important;
}
.tablet_only{
	display: none !important;
}
.desk_only{
	display: block !important;	
}
/* TABLET */
@media screen and (max-width: 960px) {
    .mobile_only{
        display: none !important;
    }
    .tablet_only{
        display: block !important;
    }
    .desk_only{
        display: none !important;	
    }	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .mobile_only{
        display: block !important;
    }
    .desk_only{
        display: none !important;	
    }
    .tablet_only{
        display: none !important;
    }
}
.main{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
}
.content{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 144px;
}
header {
	display:block;
	width:100%;
    height: auto;
    position: relative;
    padding: 65px 0px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    header {
        padding: 30px 0px 50px 0px;
    }
}

.logo{
    width: 200px;
    height: 100px;
    position: relative;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .logo{
        width: 100%;
    }
}
.logo A{
    display: inline-block;
    width: 200px;
    height: 100px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
    background-image: url("images/logo.svg");
    font-size: 0px;
    text-indent: -1500px;
    overflow: hidden;
}
.logo A.cedilha{
    background-image: url("images/logo-cedilha.jpg");
}
footer {
	display:block;
	width:100%;
    height: auto;
    position: absolute;
    padding-top: 65px;
    bottom: 0;
    left: 0;
}
.logo_baixo{
    width: 100%;
    height: auto;
    position: relative;
}
.logo_baixo A{
    display: inline-block;
    width: 100px;
    height: 10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
    background-image: url("images/logo_pq.svg");
    font-size: 0px;
    text-indent: -1500px;
    overflow: hidden;
}
.assinatura{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 8px;
}
.assinatura SMALL{
    font-size: 65%;
}
.assinatura P{
    margin-bottom: 1rem;
}
/*****************/
/*****************/
.menu_home U{
    text-decoration: none;
    border-bottom: 1px solid #8F8F8F;
}
/*****************/
.titulo_collapse{
    cursor: pointer;
    line-height: calc(2rem + 0.3vw);
}
.titulo_collapse .icon_close{
    display: none;
}
.titulo_collapse .icon_open{
    display: inline-block;
}
/* FECHADO */
.titulo_collapse.collapsed .icon_close{
    display: inline-block;
}
.titulo_collapse.collapsed .icon_open{
    display: none;
}
.titulo_collapse span.underline{
    border-bottom: 1px solid #000000;
    color: #000000;
}
.titulo_collapse i{
    font-size: 0.8rem;
}
.seta_tit{
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    background-image: url("images/seta_cima.svg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
}
.titulo_collapse.collapsed .seta_tit{
    background-image: url("images/seta_baixo.svg");
}
.logo_baixo2{
    width: 100%;
    height: auto;
    position: relative;
}
.logo_baixo2 A{
    display: inline-block;
    width: 100px;
    height: 10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
    background-image: url("images/logo_pq.svg");
    font-size: 0px;
    text-indent: -1500px;
    overflow: hidden;
}
.texto-dir H5, .texto-dir H6{
    margin-bottom: 1.7rem;
    padding-top: 2.3rem;
}
.texto-dir P{
    margin-bottom: 1rem;
}
.texto-dir SMALL{
    font-size: 70%;
}
.texto-dir SPAN{
    font-weight: 400;
}
.texto-dir SPAN.no_wrapper{
    font-weight: 400;
}
.no_wrapper{
    white-space: nowrap;
}
.img-fluid {
    width: 100%;
}

.texto-dir P A{
    text-decoration: underline;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .border-right {
        border-right: none !important;
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 50px;
        padding-bottom: 40px;
    }
    P{
        line-height: 1.4rem !important;
        margin-bottom: 1.8rem;
    }
    H4.titulo_collapse{
      font-size: calc(0.8rem + 0.3vw);
    }
    .seta_tit{
        width: 0.7rem;
        height: 0.7rem;
    }
    H5{
      font-size: calc(0.8rem + 0.3vw);
    }
    .row.pb-5{
            padding-bottom: 1.0rem !important;
    }
    .mobile_only.img-fluid {
        width: 70%;
        margin-left: 15%;
    }
    .logo_baixo {
      display: flex;
      justify-content: center;
      align-items: center;
        
    }
    .logo_baixo2 {
      display: flex;
      justify-content: center;
      align-items: center;
        
    }
    .jan-dir .justify-content-md-center{
        justify-content: center !important;
    }
}

@media screen and (max-width: 767px) {
.menu-experience{
    border-top: 1px solid #dee2e6 !important;
    
}
}
/*****************/
/*****************/