/*
    Fontes
*/

@font-face {
    font-family: ChronicaProBlack;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/midas/ChronicaProBlackIt.otf);
}


/*
    Animação de Rotação 360º
*/

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*

*/

#navbar-top {
    background-color: rgb(255, 204, 41);
}

.navbar-brand img {
    height: 60px !important;
}

.section-shaped .shape-default {
    background: linear-gradient(150deg, rgb(242, 203, 63) 15%, rgb(233, 160, 38) 94%) !important;
}

.section.section-hero.section-shaped {
    padding-top: 4.2rem !important;
}


/*
    Carrosel
*/
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel {
    position: unset !important;
}

.carousel-inner {
    position: unset !important;
}

.carousel-item {
    position: unset !important;
}

.carousel-indicators {
    padding-bottom: 2rem;
}

.btn-warning {
    background-color: rgb(233, 160, 38) !important;
    border-color: rgb(233, 160, 38)!important;
}

.btn-success {
    background-color: #4FD69C !important;
    border-color: #4FD69C !important;
}

.btn-fixed {
    position: fixed;
    z-index: 2000 !important;
    bottom: 10px;
    right: 15px;
    font-size: 2rem;
    border-radius: 100rem;
    -webkit-animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate;
    animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate;
}

.info .icon i {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

#contato {
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

#contato .container-fluid {
    background: linear-gradient(90deg, rgba(242, 203, 63, .4) 15%, rgba(233, 160, 38, .9) 94%) !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#contato .container-fluid .container {
    background: linear-gradient(90deg, rgba(242, 203, 63, .2) 15%, rgba(233, 160, 38, .6) 94%) !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 25px;
}

#contato .container-fluid .container .text-center {
    color: white !important;
}

.text-white.display-1 {
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, .5);
    font-size: 1.3rem;
    font-family: ChronicaProBlack;
    line-height: 1.2;
}

.title-obj01 {
    position: absolute;
    margin-left: 0 !important;
    padding-top: 20%;
}

.description-obj01 {
    position: absolute;
    padding-top: 50%;
}

.btn-obj01 {
    position: absolute;
    bottom: 120px;
    left: 145px;
}

.section-shaped .shape-default :nth-child(1) {
    background: none !important;
    left: 0 !important;
}

.section-shaped .shape-default :nth-child(2) {
    background: none !important;
}

.section-shaped .shape-style-3 :nth-child(3) {
    background: none !important;
    width: 100% !important;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    /*right: auto;*/
}

.section-shaped .shape-style-3 :nth-child(4) {
    background: none !important;
    width: 100% !important;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
}

.section-shaped .shape-style-3 :nth-child(4) .landscape {
    width: 100%;
    height: 100%;
    display: none;
}

.section-shaped .shape-style-3 :nth-child(4) .portable {
    height: 105%;
    width: auto;
    display: initial;
}

.fill-transparent {
    fill: rgba(0, 0, 0, .5);
}

#googleMaps {
    height: 50vh;
}


/* Responsivo */

@media screen and (min-width: 576px) {
    .section-shaped .shape-style-3 :nth-child(4) .portable {
        display: none;
    }
    .section-shaped .shape-style-3 :nth-child(4) .landscape {
        display: initial;
    }
    .text-white.display-1 {
        font-size: 2rem;
    }
    #googleMaps {
        height: 70vh;
    }
}

@media screen and (min-width: 768px) {
    .text-white.display-1 {
        font-size: 3rem;
    }
    #googleMaps {
        height: 60vh;
    }
    .navbar-brand img {
        height: 6rem !important;
    }
}

@media screen and (min-width: 992px) {
    .carousel-item > .page-header{
        /* height:55vh; */
    }
    .text-white.display-1 {
        font-size: 3.3rem;
    }
    #googleMaps {
        height: 70vh;
    }
}

@media screen and (min-width: 1200px) {
    .section-shaped .shape-style-3 :nth-child(4) {
        display: initial;
        width: 100vw;
        top: 0;
        left: 0;
        background: none;
    }
    #googleMaps {
        height: 75vh;
    }
}