/* FONTES */
/* titillium-web-300 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }
  /* titillium-web-regular - latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }
  /* titillium-web-600 - latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }
  /* titillium-web-700 - latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }

body {
    font-family: 'Titillium Web', sans-serif;
}

h1 {
    font-weight: 300;
    font-size: 58px;
    padding-top: 3.7em;
}
h2 {
    font-size: 43px;
    font-weight: 600;
}
h3 {
    font-size: 33px;
    font-weight: 600;
}

h1, h2, h3 {
    color: #E1BC94;
}
p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.topo {
    background-color: #E1BC94;
    padding: 3px 0;
}

.topo a {
    color: #232323;
}
.topo .fa-envelope {
    padding-right: 10px;
}
.topo i {
    font-size: 20px;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

#banner {
    background: url(../img/banner-home.jpg) no-repeat center / cover;
    height: 729px;
}

#banner h1 {
    color: #E1BC94;
}

@media (min-width: 768px) {
    #banner .bg-dark {
        background-color: transparent !important;
    }
}

.navbar {
    padding-top: 4em;
}
.nav-link {
    color:#E1BC94;
    font-size: 18px;
    padding-right: 1rem !important;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #fff;
}

.btn-branco {
    background: #fff;
    border: none;
    color: #232323;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 3px 25px;
}
.btn-branco:hover {
    background: #fff;
}


/* SOBRE CAROLINE */
#sobre {
    background: url(../img/fundo.jpg) no-repeat center / cover;
    padding: 7em 0;
}

/* TENDENCIAS */
#tendencias {
    background: #232323 url(../img/fundo-design.png) no-repeat center / cover;
    padding: 1em 0;

}
#tendencias p {
    color: #232323;
}

/* PROJETO DE INTERIORES */
#projeto {
    background: #232323;
    padding: 7em 0;
    z-index: 1;
}

.etapas p {
    text-align: justify;
    font-size: 17px;
}

.etapas::before {
    position: absolute;
    display: block;
    width: 50%;
    height: 0;
    border-top: 2px dotted #fff;
    content: "";
    margin-top: 9.5em;
    z-index: -1;
}
.etapas {
    z-index: 100;
}

.etapa-um:hover {
    content: url(../img/step-1-hover.png);
    margin-bottom: 1.1rem;
}
.etapa-dois:hover {
    content: url(../img/step-2-hover.png);
    margin-bottom: 1.1rem;
}
.etapa-tres:hover {
    content: url(../img/step-3-hover.png);
    margin-bottom: 1.1rem;
}

.texto-bege {
    color: #E7C59F;
}

/* SERVIÇOS */
#servicos, #portfolio, #contato, #rodape {
    background: #232323;
}
#servicos {
    padding-bottom: 4em;
}

#servicos img {
    position: relative;
    bottom: 13px;
}

#portfolio .col-auto {
    padding: 0;
}

.image-container img {
    cursor: pointer;
}

.popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    height: 100vh;
    width: 100%;
    z-index: 100;
    display: none;
}
.popup-image span {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

.popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    object-fit: cover;   
}

@media (max-width: 768px) {
    .popup-image img {
        width: 85%;
    }
}

/* CONTATO */
#contato {
    padding: 6em 0;
}

#contato .form-control {
    padding: 1em;
    border-radius: 0;
}


#contato form input::placeholder,
#contato form textarea::placeholder {
    text-transform: uppercase;
}

/* RODAPE */
#rodape {
    padding: 5em 0 0;
}

#rodape li {
    list-style: none;
}
#rodape ul {
    padding-left: 0;
}
#rodape li a, #rodape li p {
    color: #fff;
    font-size: 20px;
}
#rodape i {
    color: #E1BC94;
    font-size: 23px;
}
.menu-rodape i {
    padding-left: 0.7em;
}

.copyright {
    background-color: #E1BC94;
    margin-top: 4em;
    padding: 1em 0;
}
.copyright a {
    color: #232323;
}
.copyright span{
    position: relative;
    bottom: 2px;
    padding-right: 5px;
}

/* BOTÃO DE WHATSAPP */
.btn-whats {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #30BF39;
    z-index: 100;
    border-radius: 50px;
    }
    
.btn-whats a {
    color: #ffffff !important;
    }
    
.btn-whats a i {
    padding: 17px 20px;
    color: #ffffff !important;
    margin: 0;
    }
    
@media screen and (max-width: 768px) {
    .btn-whats a i {
    font-size: 28px;
    padding: 16px 18px;
    }
    .btn-whats {
        right: 35px;
    }
}

/* RESPONSIVO */
@media (min-width: 1140px) and (max-width: 1366px) {
    .container {
        max-width: 1235px;
    }
}

@media (max-width: 1140px) {
    button.navbar-toggler {
        background: #E1BC94;
        margin: 1em 0;
    }
    #portfolio .row {
        justify-content: center !important;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    #portfolio .primeira-galeria {
        flex-direction: row !important;
    }
    #portfolio .primeira-galeria img {
        width: 50%;
        padding: 0 !important;
    }
    .galeria-primeiro {
        flex-direction: row !important;
    }
    .galeria-primeiro img {
        width: 50%;
        padding: 0 !important;
    }
}

@media (max-width: 1024px) {
    .navbar .container {
        flex-direction: column;
    }
    .topo .row {
        justify-content: center !important;
    }
    h1 {
        padding-top: 1.7em;
    }
    h2 {
        font-size: 36px;
    }
    #rodape .row {
        flex-direction: column;
        align-items: center;
    }
    #rodape, #rodape ul {
        text-align: center;
    }
    #rodape .col-sm-3 {
        width: auto;
        text-align: center !important;
    }
    #rodape .col-sm-3:nth-child(3) {
        margin-top: 2em;
    }
    #rodape {
        padding: 2em 0 0;
    }

}

@media (max-width: 768px) {
    #banner {
        height: 560px;
    }
    h1 {
        padding-top: 0.7em;
    }
  
    
}

@media (max-width: 767px) {
    .navbar {
        padding-top: 2em;
    }
    .navbar .container {
        justify-content: center;
        text-align: center;
    }
    #banner {
        height: 615px;
    }
    #banner h1 {
        font-size: 38px;
        padding-top: 1em;
        text-align: center !important;
    }
    .botao-banner, h2, p, #sobre {
        text-align: center !important;
    }
    #sobre, #projeto {
        padding: 3em 0;
    }
    h2 {
        font-size: 29px;
    }
    p, #rodape li a, #rodape li p {
        font-size: 17px;
    }
    #sobre .row {
        flex-direction: column-reverse;
    }
    #sobre img {
        margin-bottom: 2em;
    }
    #tendencias {
        background: #232323;
    }
    #tendencias .col-sm-6:nth-child(2) {
        background: #fff;
    }
    .etapas {
        flex-direction: column;
    }
    .etapas::before {
        content: none;
    }
    .etapas p {
        margin-bottom: 2.5em;
    }
    .etapas h3.mb-5 {
        margin-bottom: 0.5em !important;
    }
    #servicos .col-sm-6:nth-child(2) {
        margin-top: 30px;
    }
    #servicos h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    form .row {
        flex-direction: column;
    }
    form input[type=tel] {
        margin-bottom: .5rem;
    } 
    .copyright span, .copyright {
        font-size: 14px;
        padding: 10px;
    }
    #portfolio .col-auto {
        flex-direction: row !important;
    }
    #portfolio img {
        padding: 0;
    }
}

/* LGPD */
.cookie-container {
    position: fixed;
    bottom: -100%;
    width: 300px;
    left: 15px;
    right: 0;
    background: #e9e9e9;
    color: #222;
    padding: 20px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  
    transition: 400ms;
  }
  
  .cookie-container.active {
    bottom: 25px;
  }
  
  .cookie-container a ,  .cookie-container p{
    color: #222;
    font-size: 17px;
    text-align: left !important;
  }
  
  .cookie-btn {
    background: #222;
    border: 0;
    color: #f5f6fa;
    padding: 5px 30px;
    font-size: 17px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
  }