/*
------------------------------------------------
CSS Author: https://renovesolucoes.com.br/
Data: 23/abr/22

01 : PADRÃO
02 : NAVEGAÇÃO
03 : CAROUSEL
04 : SERVICOES
05 : BANNER DESTAQUE
06 : TRANSFERS
07 : CONTATO
08 : FOOTER
------------------------------------------------
*/

/* 01 : PADRÃO */

.color_primary {
    color: #2c7a7a !important;
}

.color_secundary {
    color: #d2a35c !important;
}

.bg_color_primary {
    background-color: #35898b !important;
}

.bg_color_secundary {
    background-color: #e1a456 !important;
}


.bg_color_primary_gradient {
    background: rgba(52, 145, 145, 1);
    background: -moz-linear-gradient(top, rgba(52, 145, 145, 1) 0%, rgba(34, 105, 105, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52, 145, 145, 1)), color-stop(100%, rgba(34, 105, 105, 1)));
    background: -webkit-linear-gradient(top, rgba(52, 145, 145, 1) 0%, rgba(34, 105, 105, 1) 100%);
    background: -o-linear-gradient(top, rgba(52, 145, 145, 1) 0%, rgba(34, 105, 105, 1) 100%);
    background: -ms-linear-gradient(top, rgba(52, 145, 145, 1) 0%, rgba(34, 105, 105, 1) 100%);
    background: linear-gradient(to bottom, rgba(52, 145, 145, 1) 0%, rgba(34, 105, 105, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#349191', endColorstr='#226969', GradientType=0);
}

.text-left {
    text-align: left !important;
}

.text-light {
    font-weight: 100;
}

.rounded {
    border-radius: 1rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: transparent !important;
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    -webkit-scroll-padding-top: 80px;
    overflow-x: hidden;
}

/* FONT */
@font-face {
    font-family: "Montserrat Alternates";
    src: url("../fonts/MontserratAlternates-Medium.ttf");

}

.titulo_montserrat {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500px;
}


.p_montserrat {
    font-family: "Montserrat Alternates", sans-serif;
}


body {

    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../images/loading.svg') 50% 50% no-repeat white;
    font-size: 50px;
}

main {
    margin-top: 80px;
    animation: fadeIn;
    animation-duration: 1s;
}

a {
    text-decoration: none;
    color: #2c5fac;
}

.btn {
    border-radius: 50px;
    padding: 7px 25px;
}

.icon_titulo {
    width: 50px;
    padding-bottom: 10px;
}



/* 02 : NAVEGAÇÃO */
.navbar {
    background-color: #fff !important;
}

.navbar-brand img {
    height: 55px;
}

.nav-link {
    font-size: 17px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    transition: 1s ease all;

}

.nav-link:hover {
    border-bottom: 2px solid #2c7a7a;
}

.navbar-light .navbar-nav .nav-link {
    color: #2c7a7a !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #2c7a7a;
}

.nav-item {
    text-align: center;
}

.nav-item .icon_instagram {
    height: 28px;
}

.menu_a_lojista {
    background-color: #2c7a7a;
    color: #fff !important;
    border-radius: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* 03 : CAROUSEL */

.carousel-item {
    height: 600px;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .5;
    width: 110%;
    height: 110%;
    z-index: -1;
}

.carousel-item .carousel_logo{
    width: 60px;
}

.carousel-caption .btn {
    border: 2px solid white;
    font-size: 18px;
    font-weight: 600;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px;
    left: 30px;
    right: 40px;
    text-align: center;
}

.carousel-caption h1 {
    animation: fadeInDown;
    animation-duration: .7s;
    animation-delay: .7s;
    animation-fill-mode: backwards;
}

.carousel-caption h3 {
    animation: fadeInDown;
    animation-duration: .7s;
    animation-delay: .7s;
    animation-fill-mode: backwards;
}

.carousel-caption a {
    animation: fadeInUp;
    animation-duration: .7s;
    animation-delay: .9s;
    animation-fill-mode: backwards;
    color: #fff;
}

.carousel-item-1 {
    background-image: url('../images/slider/slide002-small.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item-2 {
    background-image: url('../images/slider/slide003-small.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width: 1200px) {
    .carousel-caption {
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 45px !important;
    }

    .carousel-item-1 {
        background-image: url('../images/slider/slide002-large.jpg');
        background-position: center center;
        animation: zoomout 8s ease-in-out forwards;
    }

    .carousel-item-2 {
        background-image: url('../images/slider/slide003-large.jpg');
        background-position: center center;
        animation: zoomin 8s ease-in-out forwards;
    }


}

.carousel-indicators button {
    width: 16px !important;
    height: 15px !important;
    border-radius: 50% !important;
}

@keyframes zoomout {
    0% {
        background-size: 100% 100%;
    }

    100% {
        background-size: 110% 110%;
    }
}

@keyframes zoomin {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

/* 03 : CAROUSEL */

/* 03 : QUEM SOMOS */
.quemsomos .btn {
    color: #2c7a7a;
    border-color: #2c7a7a;
    background-color: transparent;
}

.quemsomos .btn:hover {
    color: #fff;
    border-color: #2c7a7a;
    background-color: #2c7a7a;
}

/* 03 : QUEM SOMO */

/* 04 : SERVICOS */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #35898b;
    background-clip: border-box;
    border: none;
    border-radius: 18px;
    color: #fff;
    height: 250px;
    text-align: center;
}

@media (min-width: 1200px) {
    .card {
        height: 320px;
    }
}

.card img {
    border-radius: 18px 18px 0 0;
}

.card a {
    font-size: 16px;
    border: none;
    padding-bottom: 10px;
}

.card .btn-group {
    position: absolute;
    text-align: center;
    width: 80%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.modal-content,
.modal-content img {
    border-radius: 18px;
}

.modal a {
    font-size: 16px;
    border: none;
    padding-bottom: 10px;
}

/* 04 : LOJAS E SERVICOS */

/* 05 : BANNER DESTAQUE */

.chamada {
    background-image: url('../images/banner-sm.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F99229;
}

@media (min-width: 1200px) {
    .chamada {
        background-image: url('../images/banner-lg.webp');
        background-attachment: fixed;
    }
}

.chamada .btn {
    border: 2px solid white;
    font-size: 18px;
    font-weight: 600;
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1a456;
    border-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }


/* 07 : CONTATO */

.form-control {
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e4e4e4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.form-group {
    padding: 0 0 10px 0;
}

.form-group input {
    padding: 12px 20px;
    border-radius: 50px;
}

.form-group textarea {
    padding: 12px 20px;
    border-radius: 18px;
}

#contato iframe {
    border-radius: 0px;
}

.g-recaptcha div {
    width: auto !important;
}

#atalhos {
    padding: 40px 0;
}

#atalhos a {
    color: #666666;
}

#atalhos a:hover {
    color: #F99229;
}



/* 08 : FOOTER */
footer h5 {
    font-size: 1rem !important;
}

footer {
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
}

footer a {
    color: rgb(101, 219, 255) !important;
}

footer .col {
    padding: 1.5rem 0 1.5rem 0 !important;
}

footer .logo_footer {
    width: 140px;
    text-align: left !important;
}

footer .icon_footer {
    width: 50px;
    opacity: 0.9;
}

footer a:hover,
footer a:active {
    color: white;
    text-decoration: underline;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.whatsapp {
    position: fixed;
    display: none;
    background: #26D367;
    color: #fff !important;
    padding: 15px;
    border-radius: 100%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.whatsapp:hover {
    color: #fff;
    background-color: #25b85d;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 30px;
    background: #2c7a7a;
    border-radius: 8px !important;
    color: #fff;
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.why-us .content p {
    margin-bottom: 30px;
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
    font-size: 14px;
}

.why-us .content .more-btn:hover {
    color: #2c7a7a;
    background: #fff;
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
    padding: 40px 30px;
    width: 100%;
    transition: 0.3s;
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #2c7a7a;
    margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #000;
}

.why-us .icon-boxes .icon-box:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row {
    padding: 10px;
}

.features .features-img {
    border-radius: 1rem;
    background-position: center;
    background-size: cover;
    min-height: 200px;
}

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #2c7a7a;
    transition: ease-in-out 0.3s;
}

.features .icon-box img {
    width: 50px;
    margin-right: 5px;
}


.features .feature_content {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
}


.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    color: #fff;
}



/*--------------------------------------------------------------
# showcase
--------------------------------------------------------------*/
.showcase .row {
    margin-bottom: 1rem;
}

.showcase .showcase-text {
    padding: 2rem;
    color: #164040;
    background-color: #f5f5ff;
    border-radius: 0 0 1rem 1rem;

}

.showcase-text p {
    font-size: 1rem !important;
}

.showcase-bg-blue {
    background: #2c7a7a !important;
    color: #fff;
}

.showcase .showcase-img {
    height: 15rem;
    background-size: cover;
    transition: 1s ease all;
    border-radius: 1rem 1rem 0 0;
}

.icon_titulo_showcase {
    width: 80px;
    display: inline-block;
    bottom: 10px;
    position: relative;
    margin-right: 4px;
    background-color: #2c7a7a;
    padding: 20px;
    border-radius: 50%;
    margin: 0px;

}



@media (min-width: 992px) {
    .showcase .showcase-img {
        min-height: 30rem;
        border-radius: 0;
    }

    .showcase .showcase-text {
        border-radius: 0;

    }

    .showcase .row {
        background-color: #f5f5ff;
        margin-bottom: 0;
    }


}

.icon_titulo {
    width: 50px;
    bottom: 25px;
    position: relative;
    left: -25px;
}

.icon_sobre_img {
    float: right;
    width: 80px;
    margin: 10px;
}




/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

