/*

 - - - - - CSS GERAL DO SITE - - - - -
 - - - - - DESENVOLVIDO POR AGÊNCIA SIX - - - - -
 - - - - - AUTOR: PAULO SÉRGIO - - - - -

*/

/* ANIMAÇÕES */

/***** Pulse *****/

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes indicadores {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.pulse img:hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

.indicador1 {
    animation: indicadores .9s infinite;
}

.indicador2 {
    animation: indicadores 1.1s infinite;
}

.indicador3 {
    animation: indicadores 1.3s infinite;
}

/* BODY */

body {
    background: #101010;
}

/* INDICADORES */

.indicadores > div {
    display: flex;
    justify-content: center;
}

.indicadores i {
    font-size: 56px;
    color: #eccd86;
}

/* PROJETOS */

#projetos iframe {
    width: 100%;
    height: 350px;
    border: none;
}

/* CARD SERVIÇOS */
.card-servicos .foto img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    filter: grayscale(.6);
}

.card-servicos .texto {
    background: white;
    padding: 5% 10%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#carousel .owl-carousel-ampla .active {
    opacity: 0.3;
    transition: all 0.3s;
    transform: scale(.9);
}

#carousel .owl-carousel-ampla .center {
    opacity: 1;
    transform: scale(1);
}

#carousel .owl-next i, #carousel .owl-prev i {
    font-size: 32px;
    color: #eccd86;
    opacity: .6;
}


#carousel .owl-next i:hover, #carousel .owl-prev i:hover {
    opacity: 1;
}

#carousel .owl-next {
    left: 102.5%;
    top: 42%;
    position: absolute;
}

#carousel .owl-prev {
    left: -5%;
    top: 42%;
    position: absolute;
}


.card-servicos .texto h4 {
    color: #313435;
    font-weight: 600;
}

.botao-chamar > div {
    display: flex;
    justify-content: center;
}

/* MENU REDES */

.menu {
    z-index: 999;
    position: fixed;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu .share i.fa, .menu .share i.fab {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 2px;
}


.menu .share:hover.top .submenu li:nth-child(1) {
    opacity: 1;
    top: -51px;
    transition-delay: 0.08s;
    transform: rotateY(0deg);
}

.menu .share:hover.top .submenu li:nth-child(2) {
    opacity: 1;
    top: -102px;
    transition-delay: 0.16s;
    transform: rotateY(0deg);
}

.menu .share:hover.top .submenu li:nth-child(3) {
    opacity: 1;
    top: -153px;
    transition-delay: 0.16s;
    transform: rotateY(0deg);
}


.menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.menu .submenu li a {
    color: #212121;
}

.menu .submenu li a:hover i.fab {
    color: #fff;
}

.menu .submenu li a:hover.facebook i.fab {
    background-color: #3b5999;
}

.menu .submenu li a:hover.instagram i.fab {
    background-color: #e4405f;
}

.menu .submenu li a:hover.whats i.fab {
    background-color: #01e675;
}

.menu .submenu li:nth-child(1) {
    transform: rotateX(45deg);
}

.menu .submenu li:nth-child(2) {
    transform: rotateX(90deg);
}

.menu .submenu li:nth-child(3) {
    transform: rotateX(135deg);
}

.menu.bottomRight {
    bottom: 10px;
    right: 10px;
}


.draw-border {
    box-shadow: inset 0 0 0 4px white;
    color: white;
    -webkit-transition: color 0.25s 0.0833333333s;
    transition: color 0.25s 0.0833333333s;
    position: relative;
}

.draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.draw-border::before {
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.draw-border::after {
    border-top-width: 4px;
    border-right-width: 4px;
}

.draw-border:hover {
    color: #eccd86;
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

.draw-border:hover::before, .draw-border:hover::after {
    border-color: #eccd86;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.draw-border:hover::before {
    -webkit-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
    -webkit-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
}

.btn {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    font: 700 1.2rem 'Roboto Slab', sans-serif;
    padding: 1em 2em;
    letter-spacing: 0.05rem;
}

.btn:focus {
    outline: 2px dotted #eccd86;
}

.section-respiro {
    padding: 5% 0;
}

.indicadores {
    padding-bottom: 5%;
}

#empresa {
    background: white;
}

#empresa h2 {
    color: black !important;
}

#empresa .img-empresa img {
    width: 75%;
}

#empresa .map-empresa iframe {
    width: 75%;
    height: 250px;
}

#empresa .img-empresa {
    display: flex;
    justify-content: flex-end;
}

#empresa .desc-empresa p, #empresa .desc-empresa h3 {
    text-align: right;
}

#empresa .desc-empresa, #empresa .endereco-empresa {
    align-self: center;
}

#empresa .endereco-empresa p a {
    color: black;
    font-weight: 500;
}

#empresa .endereco-empresa p a:hover {
    color: #eccd86;
    font-weight: 500;
    text-decoration: none;
    transition: .6s;
}

footer {
    padding: 2% 0;
}

footer .direitos {
    font-size: 14px;
    font-weight: 200;
}

footer .direitos p {
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 600;
    margin: 0;
}

.effect a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 20px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
}

.effect a i {
    position: relative;
    z-index: 3;
}

.effect a.fb {
    background-color: #3b5998;
}

.effect a.whatsapp {
    background-color: #01e675;
}

.effect a.insta {
    background-color: #bc2a8d;
}

.effect a.ligar {
    background-color: #eccd86;
}

.effect .buttons {
    display: flex;
}

/* aeneas effect */
.effect.aeneas a {
    -webkit-transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s, -webkit-transform 0.4s linear 0s;
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s, -webkit-transform 0.4s linear 0s;
}

.effect.aeneas a i {
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    transition: -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, -webkit-transform 0.4s linear 0s;
}

.effect.aeneas a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-radius: 50%;
}

.effect.aeneas a:hover i {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}


/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6, div, span, a, p {
    font-family: Montserrat;
}

h2 {
    color: white;
    font-size: 40px;
    padding: 0 10%;
    font-weight: 700;
    letter-spacing: 3px;
}

h3 {
    color: black;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 5% 0;
}

#ligue-agora h3 {
    color: white;
}

#ligue-agora .par {
    padding: 5% 0;
}

#ligue-agora .container_content {
    text-align: end;
    align-self: baseline;
    margin-top: 10%;
}

#ligue-agora .conteudo-texto {
    text-align: right;
}

#ligue-agora .btn {
    background: #eccd86;
    color: black;
    box-shadow: none !important;
}

#ligue-agora img {
    width: 100%;
    max-width: 60%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -10;
    background-color: var(--contrast-color);
}

.container-d {
    display: flex;
    height: 100vh;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    animation: expand .8s ease forwards;
    background-color: var(--secondary-color);
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: all .8s ease;
}

.container_content_inner {
    width: 80%;
    margin-left: 80px;
}

.container_outer_img {
    overflow: hidden;
}

.container_img {
    width: 100%;
    animation: slideIn 1.5s ease-in-out forwards;
}

.par {
    height: auto;
    overflow: hidden;
}

p {
    line-height: 28px;
    transform: translateY(300px);
    animation: slideUp .8s ease-in-out forwards .8s;
}

.btns {
    height: 100%;
    position: relative;
    width: 150px;
    overflow: hidden;
}

.btns_more {
    background: transparent;
    border: 1px solid var(--contrast-color);
    border-radius: 50px;
    padding: 8px 12px;
    color: #BF307F;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
    outline: none;
    transform: translateY(50px);
    animation: slideUp .8s ease-in-out forwards 1s;
}

.title {
    overflow: hidden;
    height: auto;
}

h1 {
    font-size: 40px;
    color: var(--contrast-color);
    margin-bottom: 20px;
    transform: translateY(100px);
    animation: slideUp .8s ease forwards .5s;
}

@keyframes slideIn {
    0% {
        transform: translateX(500px) scale(.2);
    }
    100% {
        transform: translateX(0px) scale(1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(300px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes expand {
    0% {
        transform: translateX(1400px);
    }
    100% {
        transform: translateX(0px);
    }
}

@media (max-width: 991.9px) {
    .ampla {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .movel {
        display: none !important;
    }
}

@media (max-width: 450px) {
    #carousel .owl-next {
        left: 82% !important;
    }
}

@media (max-width: 575.98px) {

    #logo img {
        width: 45%;
    }

    #empresa img {
        width: 100%;
    }

    #empresa .desc-empresa p, #empresa .desc-empresa h3 {
        text-align: center;
        margin-top: 5%;
    }

    #carousel .owl-next {
        left: 90%;
        top: 42%;
        position: absolute;
    }

    #carousel .owl-prev {
        left: 5%;
        top: 42%;
        position: absolute;
    }

    .card-servicos .row {
        display: contents;
    }

    .endereco-empresa {
        text-align: center;
    }

    .effect .buttons {
        justify-content: center;
        padding: 5% 0;
    }

    .iframe-mobile {
        padding: 5% 0;
    }

    .iframe-mobile iframe {
        width: 100%;
        height: 250px;
    }

    .container_content_inner {
        width: 100%;
        margin: 0;
        padding: 0 1%;
    }

    #ligue-agora .conteudo-texto {
        text-align: center;
    }

    .section-respiro {
        padding: 10% 0;
    }

    h2 {
        font-size: 32px;
    }

    #projetos iframe {
        height: 220px;
    }

    #ligue-agora {
        padding: 10% 0;
    }

    .btn {
        font-size: 1rem;
    }

    .effect a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .indicadores i {
        font-size: 40px;
    }

    .container-d {
        height: auto;
    }

    footer {
        margin: 5% 0;
        display: flex;
    }

    footer .direitos p {
        font-size: 12px;
    }

    footer .direitos img {
        width: 13%;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    #empresa img {
        width: 100%;
    }

    #empresa .desc-empresa p, #empresa .desc-empresa h3 {
        text-align: center;
        margin-top: 5%;
    }

    #carousel .owl-next {
        left: 90%;
        top: 42%;
        position: absolute;
    }

    #carousel .owl-prev {
        left: 5%;
        top: 42%;
        position: absolute;
    }

    .card-servicos .row {
        display: contents;
    }

    .endereco-empresa {
        text-align: center;
    }

    .effect .buttons {
        justify-content: center;
        padding: 5% 0;
    }

    .iframe-mobile {
        padding: 5% 0;
    }

    .iframe-mobile iframe {
        width: 100%;
        height: 250px;
    }

    .container_content_inner {
        width: 100%;
        margin: 0;
        padding: 0 1%;
    }

    #ligue-agora .conteudo-texto {
        text-align: center;
    }

    .section-respiro {
        padding: 10% 0;
    }

    h2 {
        font-size: 32px;
    }

    #projetos iframe {
        height: 220px;
    }

    #ligue-agora {
        padding: 10% 0;
    }

    .btn {
        font-size: 1rem;
    }

    .effect a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .indicadores i {
        font-size: 40px;
    }

    .container-d {
        height: auto;
    }

    footer {
        padding: 5% 0;
    }

    footer .direitos p {
        font-size: 12px;
    }

    footer .direitos img {
        width: 13%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #empresa img {
        width: 100%;
    }

    #empresa .desc-empresa p, #empresa .desc-empresa h3 {
        text-align: center;
        margin-top: 5%;
    }

    #carousel .owl-next {
        left: 93%;
        top: 42%;
        position: absolute;
    }

    #carousel .owl-prev {
        left: 3%;
        top: 42%;
        position: absolute;
    }

    .card-servicos .row {
        display: contents;
    }

    .endereco-empresa {
        text-align: center;
    }

    .effect .buttons {
        justify-content: center;
        padding: 5% 0;
    }

    .iframe-mobile {
        padding: 5% 0;
    }

    .iframe-mobile iframe {
        width: 100%;
        height: 250px;
    }

    .container_content_inner {
        width: 100%;
        margin: 0;
        padding: 0 1%;
    }

    #ligue-agora .conteudo-texto {
        text-align: center;
    }

    .section-respiro {
        padding: 10% 0;
    }

    h2 {
        font-size: 32px;
    }

    #projetos iframe {
        height: 220px;
    }

    #ligue-agora {
        padding: 10% 0;
    }

    .btn {
        font-size: 1rem;
    }

    .effect a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .indicadores i {
        font-size: 40px;
    }

    .container-d {
        height: auto;
    }

    footer {
        padding: 5% 0;
    }

    footer .direitos p {
        font-size: 15px;
    }

    footer .direitos img {
        width: 10%;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #carousel .owl-prev {
        left: 2%;
    }

    #carousel .owl-next {
        left: 95%;
    }
}

@media (min-width: 1200px) {
    #carousel .owl-next {
        left: 95%;
    }

    #carousel .owl-prev {
        left: 2%;
    }
}
