.font{
    font-family: 'Montserrat', sans-serif;
    color:#2874A6;
}

.fontTitle{
    font-family: 'Montserrat', sans-serif;
    color: rgb(68, 114, 196);
}

.title > div{
    //border-bottom: 1px solid #dee2e6;
}

html{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.carousel-indicators li{
    background-color: rgb(255, 255, 255, 0.3);
    border: 1px solid rgb(0, 0, 0, 0.2);
    width: 20px;
    height: 10px;
    border-radius: 5px;
    cursor: pointer; 
}

#carouselButton {
    position: absolute;
    bottom: 20;
    left: 20;
    padding: 1rem
    }

.carousel-indicators .active{
    background-color: rgb(255, 255, 255, 1);
}

.font1{
    font-family: 'Montserrat', sans-serif;
    color:#275573;
    font-size: 1.2rem;
}

.font15{
    font-family: 'Montserrat', sans-serif;
    color:black;
    font-size: 2rem;
    
}
.font0{
    font-family: 'Montserrat', sans-serif;
    color: grey;
    font-size: 0.6rem;
}
.font3{
    font-family: 'Montserrat', sans-serif;
    color:#D9B310;
    font-weight: bold;
}

#ass-btn:hover{
    background-color:rgba(255, 255, 255, 1);
}

.rodape a:hover{
    font-family: 'Montserrat', sans-serif;
    text-decoration: underline;
    color: white;
}


#ass-btn{
    padding: 0.6rem;
    font-size: 1.3rem;
background-color:rgba(255, 255, 255, 0.9)
}

.clickableItem{
    transition-duration: 0.3s;
}

.clickableItem:hover{
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
}


.clickable-card{
    transition-duration: 0.5s;
}

.clickable-card:hover{
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
    opacity: 0.5;
}

div[role=wrapper]{
    width:100%;
    flex-wrap: unset!important;
}

div[role=calendar]{
    left:35vw!important;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons{
    position: unset!important;
}

.dropdown-item{
    background-color: transparent!important;
}
.font5{
    font-family: 'Montserrat', sans-serif;
    color:white;
    font-weight: bold;
    font-size:1rem;
}
.buttonFont{
    font-family: 'Montserrat', sans-serif;
    color:white;
    font-weight: bold;
    font-size:1rem;
}
ul {
    list-style-type: none;
  }

.font2{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2rem;
  }
  
.div1{
    background-color: white;
    color:#275573;
    text-align: right;
    padding: 2rem;
    margin-bottom: 5rem;

}

.div2{
    background-color: white;
    color:#275573;
    margin: 5rem;
}

.div3{
    background-color: #9FC4DA;
    color:white;
    padding:2rem;
    margin-bottom: 5rem;
}

.div4{
    background-color: #CEE2F0;
    color:#15527a;
}

.homeimage{
    height: 15rem;
    width: 15rem;
    border-radius: 100%
}

.homepagebox{ 
    margin-top: 3%;
    text-align: center;
    border-bottom: 1.5px solid rgb(92, 148, 201);
    width: 100%;
    color:rgb(92, 148, 201);
}
.homepagebox:hover{
    border-radius: 5px;
    color:white; 
    background-color:rgb(92, 148, 201);;
}
.homepagebox:focus{
    color:white; 
    background-color:rgb(92, 148, 201);
}

.icon{ cursor: pointer; }

.navbox:hover{
    color:white;
    font-size: 1.2rem;
}

.font4{
    font-family: 'Montserrat', sans-serif;
    color:#275573;
    font-weight: bold;
}

.font6{
    font-family: 'Montserrat', sans-serif;
    color:#275573;
    font-weight: bold;
    font-size: 1.8rem;
}


.font7{
    font-family: 'Montserrat', sans-serif;
    color:rgba(39, 85, 115,0.8);
    font-size: 0.95rem;
}
.font10{
    font-family: 'Montserrat', sans-serif;
    color:rgba(39, 85, 115,0.8);
    font-size: 0.9rem;
}

.caption{
    font-family: 'Montserrat', sans-serif;
    color:#275573;
    font-size: bold;
}

.font8{
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}
.font9{
    font-size: 0.8rem;
    line-height: 1.5;
    color: #495057;
}

.font16{
    font-size: 0.7rem;
    color: #ffffff;
}
.fontText{
    font-size: 0.8rem;
    line-height: 1.5;
    color: black;
}

.formText{
    font-family: 'Montserrat', sans-serif;
}

.card{
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: transparent;
}


.cardImages{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
.acordos-box > img{ 
    max-width: 60%;
    max-height: 95%;
}

.sizeImages{
    max-width: 100%;
    max-height: 100%; 
    height:250px;
    width: 400px;
}

.red{
    color: #D8000C;
    font-family: 'Montserrat', sans-serif;
}

.fsize18{
    font-size: 18px;
}
.fsize28{
    font-size: 28px;
}

.m110{
    margin-right: 110px;
    margin-top: 8px;
}

a{
    font-family: 'Montserrat', sans-serif;
    color:inherit;  
}

a#t{ cursor: pointer; }

.nav{
    white-space: nowrap; font-size:1.15rem;
}

.dropdown-item{
    font-size:1.15rem;
}
.nav-pills .show>.nav-link{
    background-color:white!important; 
}
.nav-pills .show>.nav-link::hover{
    background-color:white!important; 
}

#t{
    font-family: 'Montserrat', sans-serif;
    color:#2874A6;
}

a:hover{
    font-family: 'Montserrat', sans-serif;
    color:#2874A6;
    text-decoration: none;
}

.isDisabled{
  color: currentColor!important;
  cursor: not-allowed!important;
  opacity: 0.3!important;
  text-decoration: none!important;
}

.td-wrapper{
    max-height: 8ch;
    overflow: hidden;
}
#saberMais{
    border-color:white!important;
    color:white!important;
    font-family: 'Montserrat', sans-serif;
}
#saberMais:hover{
    font-family: 'Montserrat', sans-serif;
    color:#2874A6!important;
    background-color: white!important;
}

.button.info{
    font-family: 'Montserrat', sans-serif;
    color:#2874A6!important;
    border-color: #2874A6!important;
}
.button.info:hover{
    font-family: 'Montserrat', sans-serif;
    background-color:#2874A6;
    color: white!important;

}

.dialog-title{
    font-family: 'Montserrat', sans-serif;
    color:#D9B310;
    font-weight: bold;
}
.dialog-actions{
    border-top: 0px!important;
}

.s300{
    height: 300px;
}

.h-100{
    height: 100%;
}

.w-20{
    width: 20%;
}

.w-10{
    width: 10%;
}
.ml-20{
    margin-left: 20%!important
}

.f-bck{
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(39, 85, 115,0.8);
    color:white;
    box-sizing: content-box;
}

.btn-lg{
font-size: 1rem!important;
}

.alert-border{
    box-shadow: 8px 8px 8px 4px rgba(217,179,16,0.3);
}

.blackborder{
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 50%;
    margin-left: 3rem;
    margin-right: 2rem;
}

.footset:hover{
    color: black
}
.footset{
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.border{
    border:#B9C8CA!important;
}

.line{
    width: 100%;
    height: 10px;
    border-bottom: 5px solid #275573;
    position: absolute;
    margin-bottom: 50px;
    }

#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}

.bold{
   font-weight: bold;
}

.box{
    display: -webkit-box;
}

.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.underlinehover:hover{
    text-decoration: underline;
}

.opacity-transition{
    opacity: 0;
    transition-duration: 0.5s;
}
div:hover>.opacity-transition{
    opacity: 1;
}

.slider{
    opacity: 0
}

div:hover > .slider{
    animation: slide-in 0.6s forwards;
}

@keyframes slide-in {
    from { transform: translateY(60%); opacity: 0}
    to { transform: translateY(0%); opacity: 1}
}
.image-description{
    color: white;
    width: 100%;
    bottom: 0px;
    text-align: center;
    background: #cec3ac;
    position:absolute; 
    background-color:rgba(40, 116, 166, 0.5); 
    border-radius:5px;
    max-height: 100%;
}

.center {
    margin: auto;
    width: 80%;
    padding: 10px;
    text-align: center;
  }
  
.list-group-item.active {
    color: rgba(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.15);
}

.list-group-item:focus {
    border-color: rgba(0, 0, 0, 0.5);
    font-size: 16.5px;
}
.list-group-item:hover {
    color: rgba(255, 255, 255);
    background-color: rgb(39, 83, 113,0.8);
}

.scrollspy{
position: relative;
height: 100%;
overflow-y: scroll;
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px!important;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.dialog.shadow-on{
    top:20% !important;
}
.dialog{
    font-family: 'Montserrat', sans-serif;
}

.button js-dialog-close primary{
    font-family: 'Montserrat', sans-serif;
    color:#2874A6; 
}

.button-group.button{
background-color: #CEE2F0!important;

}


.absolute{
    position: absolute!important;
}

.relative{
    position: relative!important;
}

.fontButtonCarrousel{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 12px!important;
}

.headerimg{
    position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        height:125%;
  }

  .floating-buttons{
    position:absolute;
    top: 22%;
    right:8%;
  }

  .headerdiv{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .lineb{
    position:relative;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 6rem;

  }
  .lineb:before {
    content: "";
    display: block;
    border-top: solid 0.1px #336A8B;
    width: 75%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 12.5%;
  }
  .lineb span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }

  .linea{
    position:relative;
    text-align: center;
    margin-bottom: 2rem;
    

  }
  .linea:before {
    content: "";
    display: block;
    border-top: solid 0.1px #336A8B;
    width: 75%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 12.5%;
  }
  .linea span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }

.mainwrap{
    margin-left: 5vmax;
    margin-right: 5vmax;
}

.btn-home{
    color: white;
    position: relative;
    text-align:center;
    background-color: rgba(50, 104, 137, 1);
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 2px 4px rgba(0,0,0,0.8);
    transition-duration: 0.8s
}

.btn-home:active{
    box-shadow: inset 2px 4px rgba(0,0,0,0.8);
}
.btn-home:hover{
    opacity: 0.7;
}

.acordos-box{
width: 20%; height: 15vmax; box-shadow: inset 0px 0px 1vmax 0px rgba(0,0,0,0.2);
}

#marcarconsulta:hover{
    background: white!important;
    border-color: #43A0D7!important;
    color: black!important;
}



/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
    .blackborder{
        width: 100%;
        margin:auto;
    }
    html {
        font-size: 10px;
        scroll-behavior: smooth;
    }
    .headerdiv{
        height: 100px;
        width: 100%
    }
    .floating-buttons{
        width: 12rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        right: 10;
        transform: translate(0%, -50%);
    }
    .buttonFont{
        font-size:0.8rem;
    }
    .div2{
        margin: 1rem;
    }
    .div1{
        margin: 1rem;
    }
    .slider{
        opacity: 1;
    }
    .acordos-box > img{ 
        max-width: 90%;
    }
  }
  
  
.carousel-caption{
    right:15%!important;
}

.mt-100 {
 margin-top: 100px;
}

.w-50{	
    width: 50%;	
}

.signature_image {	
    width: 300px;	
    height:73px;
}
	
.signature_name { 	
    font-size: 15px;	
}	
.signature_address {	
    font-size: 12px;	
}