﻿
.float {
    position: fixed;
    z-index: 9999999 !important;
    bottom: 20px;
    right: 20px;
    text-align: center;
}

@media (max-width:767px) {
    .float {
        position: fixed;
        z-index: 9999999 !important;
        bottom: 20px;
        right: 20px;
        text-align: center;
    }
    /*
    .my-float {
        margin-top: 13px !important;
    }*/
}

.float img {
    max-width: 50px;
}

.float:hover {
    opacity: 0.8;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}


@media (max-width:767px) {
    .whats-web {
        display: none !important;
    }

    .whats-mobile {
        display: block !important;
    }
}

@media (min-width:768px) {
    .whats-web {
        display: block !important;
    }

    .whats-mobile {
        display: none !important;
    }
}

.containerCopyright {
    display: none !important;
}

#footer .copyright {
    margin-bottom: 0 !important;
}

#header {
    background: #fff !important;
}

    #header.header-transparent .nav-menu a {
        color: #fff;
    }

    #header.header-transparent {
        background: transparent;
    }

        #header.header-transparent .nav-menu a.btn-white {
            background: #fff;
            color: #58aeef !important;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }


    #header.header-scrolled {
        background: #181818 !important;
    }

        #header.header-scrolled .nav-menu a.btn-white {
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

        #header.header-scrolled .nav-menu a {
            color: #fff !important;
        }

.logo img {
    max-width: 250px;
}


#intro .carousel-container {
    left: 0 !important;
    right: 0 !important;
}

#intro .carousel-container {
    justify-content: start;
}

.box-description {
    background: #60beff;
    width: 400px;
    padding: 20px;
    border-top-right-radius: 25px;
}

#intro p {
    width: 100%;
    margin-bottom: 0px;
}

#intro .carousel-container {
    top: 35%;
    display: block;
}

.box-1 {
    max-width: 220px;
    margin-left: auto;
    line-height: 44px;
}

.box-description p {
    text-transform: uppercase;
}

#intro .p1 {
    font-size: 30px;
}

#intro .p2 {
    font-size: 50px;
    font-weight: bold;
}

#intro .p3 {
    font-size: 50px;
}

#intro .p4 {
    text-align: right;
    font-size: 30px;
}

.box-description2 {
    text-align: right;
    width: 400px;
    margin-left: 0;
    margin-top: -20px;
}

    .box-description2 p {
        font-size: 18px !important;
    }

    .box-description2 a {
        color: #fff !important;
    }

    .box-description2 img {
        max-width: 60px;
    }

#intro .carousel-item::before {
    display: none;
}

#header::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.header-scrolled::before {
    display: none !important;
}






.buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    /* PASTE BELOW IN CSS */

    .buttons * {
        transition: all 0.5s ease;
    }

.buttons {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.butFrame {
    overflow: hidden;
    text-align: center;
    position: relative;
    display: inline-flex;
    cursor: pointer;
    color: #fff;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    -ms-flex: 1 250px;
    text-transform: uppercase;
}

.buttons .butFrame .butHeading {
    color: #3b3838;
    padding: 0px 0 20px;
    font-weight: 400;
    font-family: inherit;
    font-size: 1.2em;
    text-transform: lowercase;
}

.buttons .butFrame img {
    width: 100%;
    max-width: 120px;
    height: auto;
    vertical-align: bottom;
}

.buttons .butFrame .butText {
    padding: 10px 0;
    color: #999;
}

/* HOVER STYLES */

.buttons .butFrame:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 1);
    border: 6px solid #ff4600;
}

.butFrame:hover,
.butFrame:active {
    animation: bounce 0.6s ease;
    -webkit-animation: bounce 0.6s ease;
}

@keyframes bounce {
    0% {
        top: 0px;
    }

    25% {
        top: -10px;
    }

    50% {
        top: 5px;
    }

    75% {
        top: -5px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes bounce {
    0% {
        top: 0px;
    }

    25% {
        top: -10px;
    }

    50% {
        top: 5px;
    }

    75% {
        top: -5px;
    }

    100% {
        top: 0px;
    }
}

/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px) {
    .butFrame {
        display: block;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
    }
}

@media all and (max-width: 700px) and (min-width: 0px) {
    .butFrame {
        display: block;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
}

.butFrame {
    padding: 10px 0px;
}

.socials a {
    display: inline-flex;
    padding: 5px;
}

.socials img {
    max-width: 40px !important;
    margin-top: 10px;
}

.socials {
    margin-left: 15px;
}

.nav-menu a:hover {
    opacity: 0.7;
}

.carousel-bottom {
    background: #60beff;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .carousel-bottom ul {
        list-style: none;
        display: inline-flex;
    }

    .carousel-bottom a {
        color: #fff !important;
        padding: 10px;
    }

.pad-inline-0 {
    padding-inline-start: 0 !important;
}

.carousel-bottom a {
    transition: 0.3s;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-right: 2px solid #fff;
}

    .carousel-bottom a.ultimo {
        border-right: 0 !important;
    }

.call {
    bottom: 0;
    right: 30px;
    padding: 20px 10px;
    border-top-left-radius: 20px;
    background: #fff !important;
    position: absolute;
    width: 100%;
    max-width: 180px;
}

.carousel-bottom a:hover {
    opacity: 0.7;
}

.call img {
    margin: auto;
    display: block;
    max-width: 75px;
    width: 100%;
}

.call .pBlue {
    color: #60beff !important;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 12.3px;
}

.call .pBlack {
    color: #000 !important;
    margin-bottom: 10px !important;
    text-align: center;
    font-size: 14px;
    margin-top: 10px !important;
}

.section-header h3 {
    text-align: left;
    color: #58aeef !important;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 36px;
}

.pHeader {
    width: 175px;
    margin-left: 15px;
    color: #fff;
    line-height: 20px;
    text-align: left;
}

.section {
    padding: 60px 0;
}

.section-header h3::before {
    display: none;
}

.section-header h3::after {
    display: none;
}

.section-header {
    display: inline-flex;
}

#solucoes {
    background: #181818 !important;
}

    #solucoes .title {
        margin-bottom: 20px;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
    }

    #solucoes .pNormal {
        margin-bottom: 0;
        color: #58aeef !important;
    }

.foo {
    writing-mode: vertical-rl;
}

.foo2 {
    writing-mode: vertical-lr;
}

.bg-white {
    height: 15px;
    width: 15px;
    background-color: #fff !important;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 2px;
}

.vertical-p {
    color: #58aeef !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center !important;
}

.flecha {
    max-width: 60px !important;
}

.titulo-2 {
    margin-bottom: 20px;
    color: #252525;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.row-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ul2 {
    list-style: none;
}


footer li a {
    color: #fff !important;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
}


.ul2 li a {
    text-transform: none !important;
    color: #58aeef !important;
}

.ul3 {
    list-style: none !important;
    padding-inline-start: 0 !important;
}

    .ul3 .socials {
        text-align: center;
        margin-left: 0 !important;
    }

.ul2 {
    margin-bottom: 10px;
}

.abnt {
    max-width: 150px;
    margin: auto;
    display: block;
}

.fontP p {
    color: #fff !important;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3px !important;
}

footer .h4 {
    color: #fff !important;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0 !important;
}

#testimonials {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../content/img/banner-depoimentos.webp');
}

.arrow-black {
    max-width: 60px;
    margin-left: 10px;
}

.box-right {
    margin-left: auto;
    display: block;
    text-align: right;
    margin-right: 60px;
}

    .box-right .section-header {
        background: #fff !important;
        padding: 20px;
        margin-bottom: 5px !important;
    }

    .box-right h3 {
        font-size: 44px;
        text-transform: uppercase;
    }

    .box-right .section-header img {
        max-width: 105px;
        margin-top: -10px;
    }

.box-depo {
    border: 1px solid #58aeef !important;
}

.texto {
    padding: 15px;
}

#testimonials .testimonial-item p {
    width: 100%;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3px !important;
    color: #000;
    font-style: normal;
}

.box-depo {
    max-width: 330px;
    margin: auto;
    display: block;
}

.box-names {
    background: #58aeef !important;
    padding: 15px;
}

#testimonials .testimonial-item h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    margin-bottom: 5px;
}

#testimonials .testimonial-item h4 {
    margin-bottom: 0;
    color: #fff !important;
    font-style: italic;
}

.carousel-section .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background-image: url('../content/img/arrow-right2.webp') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1;
}

    .carousel-section .owl-next span {
        display: none;
    }

.carousel-section .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 0;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background-image: url('../content/img/arrow-left.webp') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1;
}

    .carousel-section .owl-prev span {
        display: none;
    }

/*.section2 {
    background-image: url('../content/img/empresa/bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/


.section-1 p {
    color: #58aeef !important;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px !important;
}

.section-1 .section-header h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.section-3 p {
    color: #58aeef !important;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px !important;
}

.section-3 .section-header h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.img-empresa {
    max-width: 450px;
    margin: auto;
    display: block;
    width: 100%;
}





.video-banner {
    display: block;
    max-width: 600px;
    margin: auto;
}
    /*
@media (min-width: 641px) {
    .video-banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }
}*/

    .video-banner .video-banner-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em;
    }
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    backgound: #330099;
}

.content {
    display: block;
    min-height: 100vh;
    max-width: 40rem;
    margin: 2.5rem auto;
    padding: 1.5rem;
}

@media (min-width: 641px) {
    .content {
        margin: 5.75rem auto;
        padding: 2.5rem;
    }
}

.content h1,
.content h2,
.content p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #0d013d;
}

.content h1 {
    font-size: 3.25em;
    font-weight: 200;
    line-height: 1em;
    margin: 0 0 0.5rem 0;
}

@media (min-width: 641px) {
    .content h1 {
        font-size: 4em;
    }
}

.content h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.155em;
    margin-top: 3em;
}

/* buttons */
.content .button-group {
    margin-top: 1em;
}

.content .button {
    display: inline-block;
    padding: 1em 2em;
    min-width: 8em;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    /* button theme - secondary is default */
    background: #f0f0f0;
    color: #2b2b2b;
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

    .content .button ~ .button {
        margin-left: 0.5em;
    }

    .content .button:hover {
        background: #e5e5e5;
    }
    /* primary button overrides */
    .content .button.primary {
        background: #e50055;
        color: #fff;
    }

        .content .button.primary:hover {
            background: #9d00e5;
        }

/* video thumbnail grid */
.content .video-thumb-grid {
    position: relative;
    font-size: 0; /* collapse the white-space */
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}

.content .video-thumb {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    /* calculate the width, gutters, and aspect ratio */
    width: calc((100% - 4rem) / 2);
    height: 0;
    padding-top: calc(((100% - 4rem) / 2) * 0.5625); /* 16:9 calc */

    margin: 1rem 1rem; /* gutters */

    overflow: hidden; /* clipping */

    position: relative; /* enable positioning for inner content */

    font-size: 1rem; /* reset the font size */

    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

    .content .video-thumb:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
    }

    .content .video-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        /* position inside the 16:9 container */
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        /* clipping for source images that are letterboxed */
        object-fit: cover;
        object-position: 50% 50%;
        background: #2b2b2b;
    }

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    /* using flexbox for vertical centering */
    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .video-modal .overlay {
        z-index: 0;
        background: rgba(13, 1, 61, 0.82); /* overlay color */

        opacity: 0;
        -webkit-transition: opacity 0.2s ease-out 0.05s;
        transition: opacity 0.2s ease-out 0.05s;
    }

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

    .show-video-modal .video-modal .overlay {
        opacity: 1;
    }

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.box-ban img {
    max-width: 220px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.introOrcamento .carousel-container {
    top: 100px !important;
    left: 15px !important;
    right: 15px !important;
}

.box-ban {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

    .box-ban input, .box-ban textarea {
        height: auto;
        padding: 5px 20px;
        background: transparent !important;
        color: #fff !important;
        text-transform: uppercase;
        border-radius: 20px;
        border: 2px solid #fff !important;
        outline: none !important;
        box-shadow: none !important;
        font-size: 14px;
    }

    .box-ban select {
        height: auto;
        padding: 5px 20px;
        background: transparent !important;
        text-transform: uppercase;
        border-radius: 20px;
        border: 2px solid #fff !important;
        outline: none !important;
        box-shadow: none !important;
        font-size: 14px;
        color: #fff !important;
    }

select.form-control:focus {
    color: #fff !important;
}



select {
    color: gray;
}

    select:hover,
    select:focus,
    select:active,
    select:checked {
        color: red;
    }

    select option {
        color: #333;
    }

option[value=""][disabled] {
    display: none;
}

input::placeholder, textarea::placeholder {
    color: #fff !important;
}

#btnEnviarMensagem {
    background: #FFF;
    border: 3px solid #e0e0e0;
    border-radius: 25px;
    width: 100%;
    padding: 5px;
    color: #60beff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.box-ban .form-group {
    margin-bottom: 10px;
}

.carousel-bottom2 {
    position: relative !important;
}

.contato .form {
    max-width: 500PX;
    MARGIN: AUTO;
}

.contato input, .contato textarea {
    height: auto;
    padding: 5px 20px;
    background: transparent !important;
    color: #58aeef !important;
    text-transform: uppercase;
    border-radius: 20px;
    border: 2px solid #58aeef !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
}


    .contato input::placeholder, .contato textarea::placeholder {
        color: #58aeef !important;
    }


#recaptcha1 {
    width: 300px;
    margin: auto;
}

@media (max-width:500px) {
    #recaptcha1 {
        width: 100%;
        transform: scale(0.8) !important;
        transform-origin: 0 0;
    }
}

@media (max-width:370px) {
    #recaptcha1 {
        transform: scale(0.7) !important;
    }
}


.box-notice {
    padding: 15px;
    box-shadow: rgb(135 138 139) 0px 0px 10px 0px;
}

.bg-imagem {
    min-height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

.blog .titulo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 50px;
    min-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .blog .titulo a {
        color: #58aeef !important;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
    }

.blog .date {
    color: #181818 !important;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

#Paging {
    margin-top: 50px;
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    display: table;
    display: inherit;
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

    .pagination li {
        display: inline !important;
        margin: 5px;
    }

        .pagination li a {
            background: #111;
            color: #fff !important;
            padding: 5px 10px;
            border: none !important;
            transition: none;
            font-family: cursive;
        }

        .pagination li.active a, .pagination li:hover a {
            background: #58aeef;
            color: #fff !important;
        }


.bg-galeria {
    height: 170px !important;
    cursor: zoom-in !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.noticia-detalhes p {
    color: #181818 !important;
}

.introProdutos .carousel-bottom {
    background: #5b5b5f;
}

.introProdutos .call {
    left: 30px;
    right: auto;
}

.introProdutos .carousel-container {
    top: 0 !important;
    bottom: 0 !important;
}

.introProdutos .box-description {
    margin-left: auto;
    width: 550px;
    background: transparent !important;
}

.introProdutos .box-1 {
    width: 100%;
    max-width: 100%;
    background: transparent !important;
}


.introProdutos .pNormal {
    color: #fff !important;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3px !important;
    line-height: 19px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    color: #60beff !important;
}

.introProdutos p.title {
    color: #60beff !important;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px !important;
    width: 450px !important;
}

.introProdutos .carousel-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute !important;
    bottom: 0 !important;
    top: 50px !important;
}

.introProdutos .butFrame {
    padding: 0;
    color: #60beff !important;
    font-size: 15px;
    font-weight: 900;
}

.banner-produtos {
    padding: 60px 0;
    background-image: url('../content/img/ban-2-produtos.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#header.header-scrolled .drop-down ul li a {
    color: #181818 !important;
}

.telhas-cor {
    display: block;
}
/*
    .telhas-cor.active {
        display: block;
    }*/


.banner-produtos .title {
    color: #60beff !important;
    font-size: 48px;
    font-weight: 700;
    text-align: right;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 5px !important;
}

.banner-produtos .img-durabile {
    margin-left: auto;
    display: block;
    margin-bottom: 10px !important;
}

.banner-produtos .descricao p {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3px !important;
    line-height: 19px;
    text-transform: none;
    text-align: right;
    color: #181818 !important;
}

.banner-produtos .buttons-telha a {
    display: block;
}

.banner-produtos .buttons-telha .btn1 {
    text-align: right;
    text-transform: uppercase;
    color: #606064 !important;
    font-family: Montserrat;
    font-weight: 900;
    margin-top: 10px;
    max-width: fit-content;
    margin-left: auto;
}

.banner-produtos .buttons-telha .btn2 {
    text-align: right;
    text-transform: uppercase;
    color: #070606 !important;
    font-family: Montserrat;
    font-weight: 900;
    max-width: fit-content;
    margin-left: auto;
}

.buttons-select ul {
    margin-bottom: 0 !important;
}

.buttons-select {
    text-align: center;
}

    .buttons-select li {
        padding-inline-start: 0 !important;
        list-style: none !important;
        display: inline-block;
    }

    .buttons-select a {
        padding: 10px 25px;
        cursor: pointer;
        margin-left: 15px;
        margin-right: 15px;
    }

        .buttons-select a:hover {
            opacity: 0.7;
        }

.banner-produtos {
    padding-bottom: 0 !important;
}


.bolinha {
    display: block;
    height: 15px;
    width: 15px;
    background: #fff;
    margin: auto;
    border-radius: 100%;
    margin-bottom: 15px;
}

.display-none {
    display: none !important;
}

.parte-2 .titulo-2 {
    font-size: 40px;
    color: #e8e8e8;
}

.parte-2 {
    padding: 60px 0 !important;
}

.tituloDiferencial {
    color: #60beff !important;
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.descricaoDiferencial {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3px !important;
    line-height: 19px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    color: #5f5e62;
}

.box1 {
    display: inline-block;
}

.box2 {
    display: inline-block;
}

.box1 .butHeading {
    color: #5b5b5f !important;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.box2 .butHeading {
    color: #60beff !important;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.box1 {
    padding-right: 30px;
}

.box2 {
    padding-left: 30px;
}

#portfolio {
    padding-bottom: 0px !important;
}

.new-portfolio figure {
    margin-bottom: 0 !important;
}

.new-portfolio a:hover {
    opacity: 0.7;
}

.new-portfolio .bg-galeria {
    height: 300px !important;
}

.vbox-figlio {
    max-width: 800px !important;
    margin: auto;
    display: block;
}

@media (min-width:992px) {
    .display-mobile {
        display: none;
    }

    .display-web {
        display: block;
    }

    .display-web2 {
        display: flex;
    }
}

@media (max-width:991px) {

    .display-web2 {
        display: none;
    }

    #header.header-transparent {
        background: #181818 !important;
        padding: 20px !important;
    }

    #intro .carousel-item::before {
        display: block;
    }

    .box-description {
        background: #60beff;
        width: max-content;
        padding: 20px;
        border-top-right-radius: 25px;
        margin: auto;
    }

    .box-description2 {
        text-align: right;
        width: max-content;
        margin-left: auto;
        margin-top: 0;
        margin-right: auto;
    }

    .butFrame {
        display: inline-flex;
        font-size: 20px;
    }

    .mobile-nav-toggle {
        top: 30px;
    }

    .call {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .display-web {
        display: none;
    }

    .carousel-bottom-mobile {
        background: #60beff;
        padding: 15px 0;
        position: relative;
        text-align: center;
    }

        .carousel-bottom-mobile ul {
            list-style: none;
            display: block;
        }

        .carousel-bottom-mobile a {
            color: #fff !important;
            padding: 10px;
            font-size: 22px;
            text-align: center;
            display: block;
        }

    .vertical-p {
        display: none;
    }

    .section-header {
        display: block;
        text-align: center;
    }

        .section-header h3 {
            text-align: center;
            margin-bottom: 10px;
        }

    .pHeader {
        margin-left: 0;
        font-size: 20px;
        margin-top: 15px;
    }

    #solucoes .pNormal {
        margin-bottom: 15px;
    }

    .box-right .section-header img {
        max-width: 105px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .butFrame {
        margin-top: 15px;
    }

    .testimonials-carousel {
        margin-top: 30px !important;
    }

    .footer-top img {
        margin: auto;
        display: block;
    }

    .footer-top ul {
        list-style: none;
        text-align: center;
        padding-inline-start: 0 !important;
        margin-top: 30px;
    }

    .fontP p {
        text-align: center;
    }

    .footer-top img {
        margin-bottom: 15px;
    }

    .section-1 .section-header h3 {
        margin-top: 15px;
    }

    section.suporte {
        padding: 20px 0 !important;
    }

    .img-empresa {
        margin-top: 20px;
    }

    .box-ban {
        margin: auto;
    }

    .introProdutos .butFrame {
        text-align: center;
        display: block;
        color: #fff !important;
        font-size: 20px;
    }

    .banner-produtos img {
        margin: auto;
        display: block;
    }

    .banner-produtos .title {
        text-align: center;
    }

    .banner-produtos .buttons-telha .btn1, .banner-produtos .buttons-telha .btn2 {
        text-align: center;
        margin: auto;
        display: block;
    }

    .buttons-select ul {
        padding-inline-start: 0 !important;
    }

    .buttons-select a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .parte-2 img {
        margin: auto;
        display: block;
    }

    .parte-3 .text-right, .parte-3 .text-left {
        text-align: center !important;
    }

    .vbox-content img {
        width: 100% !important;
    }
}

#header {
    background: #181818 !important;
}

.nav-menu a {
    font-size: 14px;
}

.carousel-bottom a {
    font-size: 14px;
}

.clients-carousel img {
    max-width: 450px;
    margin: auto;
    display: block;
}

.col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:991px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 180px;
        transition: all ease-in-out 0.5s;
        z-index: 9997;
        transition: all 0.5s;
        padding: 0 15px;
        background: #58aeef;
        overflow-y: auto;
    }

    .site {
        margin-left: 180px;
    }

    .logo {
        margin-left: 110px;
    }
}

@media (max-width:991px) {
    .sidebar {
        display: none;
    }

    .site {
        margin-left: 0 !important;
    }
}

.center {
    padding-top: 100px;
}

.ulNormal {
    list-style: none;
    padding-inline-start: 0 !important;
}

.center p {
    margin-bottom: 15px;
}

.center .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

.center .ulNormal li {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

    .center .ulNormal li a {
        color: #fff;
        font-weight: 900;
        font-size: 13px;
        display: block;
    }

.center .ul-2 a {
    background: #FFF;
    border: 3px solid #e0e0e0;
    border-radius: 25px;
    width: 100%;
    padding: 5px;
    color: #60beff !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.center a:hover {
    opacity: 0.8;
}

.center .socials a {
    margin: auto;
    display: block;
    text-align: center;
}
