@import url('https://fonts.googleapis.com/css2?family=Advent+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
body, html {
    font-family: 'Open Sans','Arial','sans-serif';
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #f1faf7  /* #fafdfc; */
}

.carousel-item > img{
    opacity: .70;
    background-color: black;
}

.carousel-item > .carousel-caption{
    opacity: .50;
    color: black;
    font-size: 2rem;
    background: white;
}

.divider
{
    margin: 1.3rem;
	position: relative;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.titulo-pf{
    font-size: 1rem;
    font-weight: 700;
    /* padding: .7rem 1.5rem; */
    opacity: .75;
}

.accordion-button{
    background-color: #def3ec !important;
    color: black !important;
}

.navbar{
    border-bottom: 1px solid #c6dad0;    
    transition: padding .2s !important;    
}

.navbar-height-mais{
    padding: .4rem 0 .4rem 0
}

.navbar-height-menos{
    padding: 0
}

.bg-defaul{
    background-color: #f1faf7  /* #fafdfc; */
}

.bg-bt-tipo-consulta{
    background-color: #c3ecdf ;
    border: 1px solid #def3ec;
}

.bg-input{
    background: #E5E5E5;
}

.font-advent-pro{
    font-family: 'Advent Pro','Open Sans','Arial','sans-serif';    
}

.font-brand{
    font-family: 'Advent Pro','Open Sans','Arial','sans-serif'; 
}

.titulo{
    font-family: 'Advent Pro','Open Sans','Arial','sans-serif'; 
    font-size: 2.5rem;
    font-weight: 500;
}

.font-sub-brand{
    font-family: 'Great Vibes', cursive;
    color: #96b1a4;    
}

.sub-titulo{
    font-family: 'Great Vibes', cursive;
    color: #9eb1a8;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.list-home{
    list-style-type: none;
    padding-left: 0;    
}
.list-home span{
    margin-left: 1rem;
    font-size: 18px
}

.titulo-home{
    font-family: 'Advent Pro','Open Sans','Arial','sans-serif';     
}
.titulo-home .principal{        
    font-size: 2rem;
    font-weight: 500; 
    /* border-bottom: 1px solid rgb(199, 193, 193);    */
    line-height: 2.5rem;  
}
.titulo-home .secundario{   
    font-size: 1.25rem;    
    font-weight: 200; 
    line-height: 1.5rem;
    opacity: .75;   
}
.titulo-lista{    
    font-family: 'Advent Pro','Open Sans','Arial','sans-serif';  
    font-size: 1.8rem;
}
.home-text{
    color: #292626;
    font-size: 16px;
    font-weight: 400;
}

.titulo-topico{
    padding-top: .9rem;
    font-family: 'Advent Pro','Open Sans','Arial','sans-serif';   
    text-align: center;
    font-weight: bold;
    color: #767a78;    
}

.content-tipo{
    text-align: center;
    margin: 1rem 1rem 0rem;
    padding: 1rem;    
    border-top: 1px solid #b5bdb9;
}

.agendar-pos-fixed{
    position: fixed;    
    bottom: .5rem;
    right: .5rem;
    z-index: 2;
}

.nav-link{
    font-family: 'Open Sans','Arial','sans-serif' !important;   
    color: #636665 !important;   
    font-size: .9rem;
    font-weight: bold !important;
}


.consulta .tipo{
    margin-top: .5rem;
    padding: .5rem;
}

.sobre-texto{    
    font-family: 'Open Sans','Arial','sans-serif';   
    font-size: 1.2rem;
    font-weight: 500;
    float: left;
}

.sobre-home{
    float: right;
}

.contato-item{
    margin-bottom: 1rem;      
    font-weight: 700;
    border: 1px solid #bbcfc9;
    background-color: #f6fcfa       
} 

.criador{
    font-size: .7rem;
}

#fundo {
    position: relative;
    width: 100%;
    padding: 45px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: Grey;
}
  
#fundo::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 230%;
    top: 0;
    left: 0;
    z-index: -1;
    background: Grey;
    transform-origin: bottom right;
    transform: skew(0deg,-50deg);
  }

#home{   
    /* margin-top: 4rem;  */
    position: relative;
    z-index: 2;     
}  

#contato{
    font-family: 'Open Sans','Arial','sans-serif'; 
    position: relative;
    z-index: 2;  
}

#sobre{    
    position: relative;
    z-index: 2;  
}
.background-sky {    
    background: linear-gradient(145deg,#45a779,#cddfd6);    
    color: #fff;
    z-index: 1;
}
.hero {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    /* height: 50vh;     */
    box-sizing: border-box;
    padding: 48px 48px 32px;
    overflow: hidden;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.content-home {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;      
}

/* .content-home .desc {
    color: #292626;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-style: italic;
    text-align: center;
    max-width: 420px;
}

.desc ul{
    list-style-type: none;
    text-align: left;
} */

.list-style-none{
    list-style-type: none;
    padding-left: 0;
}



@media (min-width: 360px) { 
    .font-sub-brand{font-size: 1.3rem;}
    .font-brand{font-size: 1.1rem;}
    .hero{ height: 25vh; }
 }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 639px) { 
    .font-sub-brand{font-size: 1.3rem;}
    .font-brand{font-size: 1.1rem;}
    .hero{ height: 65vh; }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .font-sub-brand{font-size: 1.2rem;}
    .font-brand{font-size: 1rem;}
    .hero{ height: 35vh; }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .font-sub-brand{font-size: 2rem;}
    .font-brand{font-size: 1.8rem;}
    .hero{ height: 40vh; }
}

@media (min-width: 1024px) { 
    .font-sub-brand{font-size: 2rem;}
    .font-brand{font-size: 1.8rem;}
    .hero{ height: 30vh; }
}

@media (min-width: 1066px) { 
    .font-sub-brand{font-size: 2rem;}
    .font-brand{font-size: 1.8rem;}
    .hero{ height: 27vh; }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .font-sub-brand{font-size: 2rem;}
    .font-brand{font-size: 1.8rem;}
    .hero{ height: 60vh; }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .font-sub-brand{font-size: 2rem;}
    .font-brand{font-size: 1.8rem;}
}