/* 1. Painel
--------------*/
#painel .carousel img {height: calc(100vh - 110px); object-fit: cover;}
#painel .carousel .carousel-caption {top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .45); padding: calc(2rem + 110px) 2rem 2rem 2rem;}
#painel .carousel .carousel-caption h1 {font-size: 36px; font-weight: 800; line-height: 1.5; margin: 0;}
/*

/* 2. Sobre
-------------*/
#sobre .box {text-align: center;}
#sobre .box i {font-size: 40px; color: #EC9E0F; margin: 0 0 0.25rem 0;}
#sobre .box h2 {font-weight: 800; margin: 0 0 0.25rem 0;}

/* 3. Diferencial
-------------------*/
#diferencial .box {text-align: center;}
#diferencial .box img {height: 90px; margin: 0 0 0.5rem 0;}

/* 4. Serviços
----------------*/
#servicos img {height: 200px; object-fit: cover; border-bottom-right-radius: 50px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .8);}
#servicos h2 {font-size: 19px; font-weight: 800; text-align: center;}
#servicos .container {padding-top: 30px; padding-bottom: 30px;}
#servicos .container:nth-child(even) {position: relative; z-index: 0;}
#servicos .container:nth-child(even)::before {content: ''; position: absolute; top: -15px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 30px; height: 30px; background: #FFF;}
#servicos .container:nth-child(even)::after {content: ''; position: absolute; top: 0; left: -50vw; width: 150vw; height: 100%; background: #DEDEDE; z-index: -1;}

/* 5. Galeria
---------------*/
#galeria .box {height: 350px; border-radius: 10px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .8); overflow: hidden; cursor: pointer;}
#galeria .box img {height: 100%; object-fit: cover; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
#galeria .box:hover img {transform: scale(1.2);}
#galeria .btn {font-size: 18px;}

/* 6. Call to Action
----------------------*/
#call-to-action {background: linear-gradient(45deg, #d6dc5d, #d7db5a);}
#call-to-action h2 {font-size: 26px; font-weight: 800;}

/* 7. Contato
---------------*/
#contato h2 {font-size: 18px; font-weight: 300; font-style: italic; text-align: center;}
#contato h3 {font-size: 18px; font-weight: 700; text-transform: uppercase;}
#contato .social a {font-size: 26px;}

/* 8. Parceiros
=----------------*/
#parceiros {background: #d8db5c;}
#parceiros img {height: 100px; padding: 0px 15px;}
#parceiros .titulo {color: #6b827c;}