@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Francois+One&display=swap');


body{
    font-family: 'Open Sans', sans-serif;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
    height: auto;
}

h2{
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    color: #103A5D;
    padding: 40px 0;
    /*text-align: center;*/
}

.h2-decor{
    border-left: 6px solid #0081B2;
    margin-right: 20px;
}

h3{
    font-family: 'Francois One', sans-serif;
    font-weight: 400;
    color: #0081B2;
    margin: 30px 0;
}

h5{
    font-family: 'Francois One', sans-serif;
    color: #0082B5;
}

.nav-item{
    text-transform: uppercase;
}

.nav > li{
  margin-left:30px !important;
  margin-right:30px !important;
}

.navbar-light .navbar-nav .nav-link{
    font-size: 0.9rem;
    color: #0081B2;
}
.dropdown-item{
    font-size: 14px;
    font-size: 0.875rem;
    color: #0081B2;    
}

/* ESPACAMENTO ROWS */
.top-bottom-buffer { padding: 10% 0 10% 0; }


#slider{
    /*background-color: #0082B6;*/
    min-height: 450px;
    background-image: url(/images/masterhead.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
}

#menu-cursos{
    background-color: #103A5D; 
    padding: 20px 0;
    font-family: 'Francois One', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
}

#menu-cursos a{
    color: white;
}

#menu-cursos a:hover{
    color: #007bff;
}

#videos{
    background-color: #F4F4F4;
}

#depoimentos{
    min-height: 500px;
}

#social-newsletter{
    margin-top: 50px;
}

#sobre-mais{
    padding: 20px 0;
}

#bg-grey{
    background-color: #F4F4F4;
    padding: 30px 0;
    margin: 60px 0;
}

footer{
    background-color: #103A5D;
    padding: 50px 0 20px 0;
    border-top: 5px solid #0082B6;
    margin-top: 100px;
    color: white;
}

footer ul{
    list-style: none;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    padding: 0;
}
footer ul li{
    padding-bottom: 1em;
}
footer ul a{
    color: white;
}
footer ul a:hover{
    text-decoration: none;
}

.lead-jumbotron{
    font-family: 'Francois One', sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    text-transform: uppercase;
    color: white;
    line-height: 1.2;
    width: 30%;
}

.jumbotron-fluid{
    padding: 10% 0;;
}

.btn-primary {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #103A5D; 
    border-radius: 40px;
    border-color: transparent;
    padding: 10px 40px;
    transition: all 0.3s ease 0s;
}

.btn-spacer{
    padding: 40px 0;
}

.arrow-right{
    width: 15px;
    height: 15px;
}

#top-header{
    text-align: center;
    padding: 30px 0;
    background-position: center;
    
}
.header-cursos{
    background-image: url(/images/header-cursos.jpg);
}
.header-preparatorios{
    background-image: url(/images/header-preparatorios.jpg);
}
.header-doctors{
    background-image: url(/images/header-doctors.jpg);
}
.header-sobre{
    background-image: url(/images/header-sobre.jpg);
}
.header-news{
    background-image: url(/images/header-news.jpg);
}
.header-agenda{
    background-image: url(/images/header-agenda.jpg);
}
.header-contato{
    background-image: url(/images/header-contato.jpg);
}
.header-videos{
    background-image: url(/images/header-videos.jpg);
}

#top-header-custom{
    text-align: center;
    padding: 200px 0;
    background-size: cover;
    background-position: center;
}
.top-h1{
    font-size: 48px;
    font-size: 3rem;
    color: white;
    font-family: 'Francois One', sans-serif;
}

.item {
    position: relative;
    overflow: hidden;
}

.text-caption {
    padding: 5px 10px;
    color: black;
    font-size: 13px;
    font-size: 0.8125rem;
}

address{
    color: white;
    padding-top: 20px;
}
.box-info-cursos{
    font-size: 12px;
    background-color: #F4F4F4;
    padding: 15px 5px;
}
.info-cursos-title{
    color: #0081B2;
    font-weight: 600;
}
.box-poster-cursos{
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #F4F4F4;
    padding: 20px;
}
.bcrumb{
    font-size: 13px;
    font-size: 0.8125rem;
    color: dimgrey;
    margin-top: 20px;
}
.video-thumb{
    margin-bottom: 20px;
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.video-thumb:hover {
    opacity: .5;
}
.card-img-top{
    opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.card-img-top:hover {
    opacity: .5;
}

.depoimento-home{
    font-size: 15px;
}

#conecte-se{
    background-color: #00375E;
    padding: 0 60px 40px 60px;
}
#cadastre-se{
    background-color: #DBDBDB;
    padding: 0 60px 40px 60px;
}
.blockquote-footer{
    color: #0081B2;
}
.copyright{
    font-size: 14px;
    font-size: 0.875rem;
}
.date{
    font-size: 0.9em;
    margin-bottom: 50px;
}

.date-doctors{
    font-size: 14px;
    font-size: 0.875rem;
    border-style: dashed none none none;
    border-color: #cccccc;
    border-width: 0.5px;
    margin-top: 20px;
    padding: 10px 0;
}

.lead-sobre{
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'Francois One', sans-serif;
    color: #0082B5;
    line-height: 22px;
    line-height: 1.375rem;
    padding-bottom: 20px;
}
.link-title{
    font-family: 'Francois One', sans-serif;
    font-weight: 400;
    color: #0082B5;
}

.grecaptcha-badge { visibility: hidden; }


/*----------------------------------------------*/

@media (max-width: 768px) {
    .lead-jumbotron{
        font-size: 40px;
        font-size: 2.5rem;
        width: 70%;
        padding: 10% 0;
    }
    .top-h1{
    font-size: 37px;
    font-size: 2.3125rem;
    }       
    #slider{
    /*background-color: #0082B6;*/
    min-height: 450px;
    background-image: url(/images/masterhead-responsive.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
}
    #menu-cursos{
    font-size: 16px;
    font-size: 1rem;
}    
    .grecaptcha-badge { visibility: hidden; }
    
    
}