/*Fonts*/
@font-face {
  font-family: MuseoSlab-Bold;
  src: url('fonts/Museo_Slab_700.otf');
}

@font-face {
  font-family: MuseoSlab-Medium;
  src: url('fonts/Museo_Slab_500.otf');
}

@font-face {
  font-family: ACaslonPro-Bold;
  src: url('fonts/ACaslonPro-Bold.otf');
}

@font-face {
  font-family: ACaslonPro-Regular;
  src: url('fonts/ACaslonPro-Regular.otf');
}

@font-face {
  font-family: WorkSans-Regular;
  src: url('fonts/WorkSansRegular.ttf');
}

@font-face {
  font-family: WorkSans-Medium;
  src: url('fonts/WorkSansMedium.ttf');
}

@font-face {
  font-family: WorkSans-SemiBold;
  src: url('fonts/WorkSansSemibold.ttf');
}

@font-face {
  font-family: WorkSans-Black;
  src: url('fonts/WorkSansBlack.ttf');
}

/*Variables*/
:root {
    --light-green: #97bc1f;
    --medium-green: #638c00;
    --medium-green-2: #3f8949;
    --other-green: #07676a;
    --dark-green: #006633;
    --light-blue: #3fabdb;
    --dark-blue: #1f5682;
    --brown: #6e5b39;
    --background-color: #eef4e9;
    --dark-grey: #5b5b5b;    
    --white: white;
}

a, a:hover{
    text-decoration: none;
    color: inherit;
}

/*General*/
html, body {
    height: 100%;
    width: 100%;
    font-size: 1em;
    letter-spacing: 0.09em;
    overflow-x: hidden;
    background-color: var(--background-color) !important;
}

html {
  scroll-behavior: smooth;
}

#whatsapp{
    position: fixed;
    cursor: pointer;
    bottom: 5rem;
    right: 2.5rem;
    z-index: 2;
}

/*Navbar*/
#home{
    position: sticky !important;
    top: 0;
    overflow: hidden;
    z-index: 2;
}

nav{    
    height: 6rem;
    background-color: var(--background-color);
    border-bottom: 2px solid var(--other-green);
}

.nav-link{
    width: 8rem;
    text-align: center;
    color: var(--other-green) !important;
    font-size: medium;
}

.nav-item a:hover{
    color: var(--white) !important;
    background-color: var(--medium-green-2) !important;
    border-radius: 50px;
    font-size: small;    
}

/*Banner*/
#banner{
    height: 25rem;    
    background-image: url('assets/banner.png');
    background-size: contain;
    background-position: center;
}

/*Institucional*/
.institucional-title, .servicos-title{
    margin-top: 2rem !important;
    margin-bottom: 1rem;
    font-family: 'MuseoSlab-Bold';
    font-size: 2rem;
    color: var(--other-green) !important;
    border-bottom: 2px solid var(--light-green);
}

.institucional-text{
    height: 315px;
    font-family: 'WorkSans-Medium';
    text-align: justify;
    color: var(--other-green) !important;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;   
}

.institucional-description{
    margin-top: 2rem !important;
    padding-left: 1rem;
    padding-right: 0.5rem;
    font-family: 'MuseoSlab-Medium';
    color: var(--medium-green-2) !important;
    text-align: justify;
}

.institucional-description p{
    font-family: 'MuseoSlab-Medium';
    margin-top: -2rem;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;    
    background-color: var(--white);
    border: 2px solid var(--other-green);   
    border-radius: 15px;
    height: 17rem;
}

.institucional-badge{
    font-family: 'MuseoSlab-Bold';
    background-color: #000;      
    font-size: 1.2rem;
    color: white;
    height: 5rem; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 0px 20px 20px 20px;
    position: relative;
    z-index: 1;
}

/*Serviços*/
.servicos-badge{
    font-family: 'MuseoSlab-Bold';       
    font-size: 1.2rem;
    color: var(--medium-green);    
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 0px 20px 20px 20px;
    
}

.servicos-img{
    font-family: 'MuseoSlab-Bold';
    display: flex; 
    justify-content: center; 
    align-items: center;
    text-align: center;
    text-shadow: 1px 1px 2px var(--dark-grey);
    color: var(--white);
    height: 334px;
    font-size: 1.2rem;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.servicos-medicina{
    background-image: url('assets/service-medicine.png');
    background-size: cover;
}

.servicos-exames{
    background-image: url('assets/service-exams.png');
    background-size: cover;
}

.servicos-juridico{
    background-image: url('assets/service-lawer.png');
    background-size: cover;
}

/*paxsilva*/
#paxsilva{
    background-color: #a2c984;
    font-family: 'MuseoSlab-Bold';
    font-size: 1rem;
    color: var(--white);
    text-shadow: 1px 1px 2px var(--dark-grey);
    margin-top: 4rem;    
}

#paxsilva img{
    margin-top: -2.5rem;
}

.paxsilva-title{    
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-family: 'MuseoSlab-Bold';
    font-size: 1.5rem;
    color: var(--white) !important;
    border-bottom: 2px solid var(--other-green);
}

.paxsilva-description{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/*Agendamento*/
#agendamento{
    background-image: url('assets/background-agendamento.png');
    background-size: cover;
    background-position: top;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.agendamento-title{    
    font-family: 'MuseoSlab-Bold';
    font-size: 2rem;    
    color: var(--white) !important;
    border-bottom: 2px solid var(--light-green);
}

.agendamento-description{
    font-family: 'MuseoSlab-Regular';
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    color: var(--white) !important;
}

.form-group input{
    margin-bottom: 0.8rem;
}

.form-group label{
    font-family: 'MuseoSlab-Regular';
    font-size: 1rem;
    text-shadow: 1px 1px 2px var(--dark-grey);
    color: var(--white);
}

.btn-agendar{
    margin-top: 1.2rem;
    background-color: var(--other-green);
    text-shadow: 1px 1px 2px var(--dark-grey);
    color: var(--white);
    width: 10rem;
    border: 1px solid var(--white);
    border-radius: 15px 0px 15px 15px;
}

.btn-agendar:hover{
    background-color: var(--light-green);
    color: var(--white);
}

/*Localização*/
#localizacao{
    height: 20rem;
}

/*Footer*/
footer{
    background-color: var(--medium-green-2);
    color: var(--white);
    font-size: 0.9rem;    
}

.footer-title{
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-family: 'MuseoSlab-Bold';
    font-size: 1.5rem;
    color: var(--white) !important;
    border-bottom: 2px solid var(--light-green);

}

.footer-col{
    margin-bottom: 2rem;
}

footer i{
    font-weight: 400;
    font-size: 3rem;
    padding-right: 1rem;
}

#direitos{
    font-family: 'WorkSans-Medium';
    font-size: 0.7rem;
    color: var(--white);
    background-color: var(--other-green);
}


/*mdlServicos*/
#mdlServicos .modal-content{
    background-color: var(--background-color);
}

#mdlServicos-title{
    font-family: 'MuseoSlab-Bold';
    font-size: 1.5rem;
    color: var(--other-green) !important;
}

#mdlServicos-body{    
    color: var(--light-green) !important;
}

#mdlServicos-body p{    
    color: var(--other-green) !important;
}




/*Mensagem*/
.alert{
    position: fixed;
    top:30%;
    border-radius: 3px;
    padding:2rem;
    margin: 1%;
    margin-right:1%;
    z-index: 4;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5); 
    display: none;
}

.alert ul{
    padding:0 0 0 1%;
    margin: 0;
}

.btn-close-div{
    position: absolute;
    top: 7%;
    right: 2%;
    cursor: pointer;
}
