/* 1. Painel
--------------*/
#painel .carousel img {height: 350px; object-fit: cover; object-position: center;}
#painel .carousel .background {background: #00609C; color: #FFF; padding: 15px; flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column;}
#painel .carousel .background h1, #painel .carousel .background h2 {text-align: left;}
#painel .carousel .background h1 {font-size: 36px; font-weight: 600; margin: 0 0 0.25rem 0;}
#painel .carousel .background h2 {font-weight: 400;}
#painel .carousel .background .d-flex {margin: 1rem 0 0 0;}
#painel .carousel .carousel-indicators {margin: 0; padding: 0 15px;}
#painel .carousel .carousel-indicators li {width: 10px; height: 10px; border: 0; transform: rotate(45deg); margin: 0 0 0.75rem 0;}
#painel .carousel .carousel-indicators li:not(:last-child) {margin-right: 0.5rem;}

/* 2. Welcome Mat
-------------------*/
#welcome-mat .titulo {font-size: 34px; font-weight: 300; margin: 0;}

/* 3. Sobre a Clínica
-----------------------*/
#sobre img {height: 250px;}
#sobre p {text-align: justify;}

/* 4. A Equipe
----------------*/
#equipe img {height: 300px;}
#equipe p {text-align: justify;}
#equipe .btn {font-size: 18px; font-weight: 600; letter-spacing: 3px; padding: 0.375rem 3rem;}

/* 5. Especialidades
----------------------*/
#especialidades img {height: 300px; object-fit: cover;}
#especialidades p {text-align: justify;}
#especialidades .background {background: #00609C; color: #FFF;}

/* 6. Tratamentos
-------------------*/
#tratamentos .box {border-radius: 10px; box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4); overflow: hidden; margin: 1px;}
#tratamentos .box img {height: 250px; object-fit: cover; object-position: bottom right;}

/* 7. Call to Action
----------------------*/
#call-to-action {background: linear-gradient(45deg, #377DA9, #00609C); color: #FFF;}
#call-to-action h1 {font-weight: 300; margin: 0;}

/* 8. Contato
---------------*/
#contato h2, #contato h3, #contato p {text-align: center;}
#contato h2 {font-size: 16px; font-style: italic; font-weight: 300;}
#contato h3 {font-size: 18px; text-transform: uppercase;}
#contato a:not(:last-child) {margin: 0 0.5rem 0 0;}
#contato .d-flex {font-size: 26px;}