/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,900&display=swap');

/* #magrass-template03 { */
        
    body{
        background-color: #FFF;
    }

    #header{
        background-color: #54acac;
        position: absolute;
        z-index: 2;
    }

    #header .logo{
        width: 190px;
        height: 70px;
        background-image: url('/images/themes/magrass/logo-magrass-white.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    #header nav{
        padding: 20px;
    }

    #header .navbar-light .navbar-toggler-icon svg {
        /* stroke: #FFF; */
        background-image: url('/images/themes/magrass/template-03/menu-hamburguer.svg');
    }




    #header .navbar-light .navbar-toggler {
        color: #FFF;
        border-color: #FFF;
    }

    #header nav ul{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 0;
        list-style: none;
    }

    #header nav ul li a{
        color: #FFF;
        text-decoration: none;
    }

    #header nav .btn-service{
        background-color: #FFF;
        color: #54acac;
        padding: 15px;
        border-radius: 10px;
    }

    #banner{
        width: 100%;
        background-image: url('/images/themes/magrass/template-03/banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: 110px;
    }

    #banner .image{
        width: 100%;
        height: 630px;
        background-image: url('/images/themes/magrass/template-03/banner.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 0;
    }



    #banner h2{
        width: 330px;
        color: #54acac;
        margin: 80px 0px 40px 0px;
    }

    #banner form {
        margin-bottom: 70px;    
    }

    #banner input[type="text"] {
        padding: 20px;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px;    
    }

    #banner input[type="email"] {
        padding: 20px;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px;    
    }

    #banner input[type="tel"] {
        padding: 20px;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px;  
        margin-right: 15px;    
    }

    #banner button{
        width: 100%;
        background-color: #ff7709;
        border-color: #ff7709;
        color: #FFF;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 900;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: italic;
    }

    #banner button .icon-whatsapp{
        width: 25px;
        height: 25px;
        display: block;
        background-image: url('/images/themes/magrass/template-03/icon-whatsapp.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
    }

    #banner select {
        height: 40px;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px;    
    }

    #testimonial{
        margin-top: 110px;
    }


    #testimonial img{
        width: 100%;
        margin-top: 40px;
    }
    #testimonial .overlay {
        position: absolute;
        bottom: -1px;
        height: 150px;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2cae77), color-stop(0.75, #2cae77));
        width: 92.3%;
    }

    #testimonial .overlay {
        padding: 55px 30px 0px 30px;
    }

    #testimonial .overlay, h4, p {
        color: #FFF;
    }


    #section-four h2{
        color: #54acac;
        text-align: center;
        margin: 30px 0px 0px 0px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-style: italic;
        font-weight: 700;
    }

    #section-four h3{
        color: #54acac;
        text-align: center;
        margin: 30px 0px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }

    #section-four h3 b{
        color: #54acac;
        text-align: center;
        margin: 30px 0px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-style: italic;
        font-weight: 700;
    }

    #section-four .text{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #section-four p{
        color: #54acac;
        text-align: center;
        margin: 30px 0px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }

    #section-four p b{
        font-weight: 900;
        font-style: italic;
    }

    #section-four a.btn-contact {
        width: 250px;
        background-color: #ff7709;
        padding:15px 40px 15px 40px;
        color: #FFF;
        text-transform: uppercase;
        margin: 0 auto;
        border-radius: 10px;
        text-decoration: none;
        margin: 20px 0px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #section-four .icon-whatsapp{
        width: 25px;
        height: 25px;
        background-image: url('/images/themes/magrass/template-03/icon-whatsapp.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
    }

    #section-five{
        margin-top: 30px;
    }

    #section-five img{
        width: 100%;
    }

    #section-five #player{
        border-radius: 30px;
        overflow:hidden;
    }

    #section-five a.btn-contact {
        width: 250px;
        background-color: #ff7709;
        padding:15px 40px 15px 40px;
        color: #FFF;
        text-transform: uppercase;
        margin: 60px auto;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #section-five .icon-whatsapp{
        width: 25px;
        height: 25px;
        background-image: url('/images/themes/magrass/template-03/icon-whatsapp.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
    }

    #section-six{
        width: 100%;
        background-image: url('/images/themes/magrass/template-03/carrousel-background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 50px;
    }

    #section-six h2{
        text-align: center;
        color: #FFF;
        font-weight: 900;
        margin: 30px 0px 30px 0px;
    }



    #section-six #carouselServicesButtons{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -1px;
        margin-bottom: 40px;
    }

    #section-six #carouselServicesButtons li{
        flex-grow: 1;
        flex-basis: auto;
        margin: .25em 0;
        padding: 0 1em;
        text-align: center;
        border-left: 1px solid #ccc;
    }

    #section-six #carouselServicesButtons li:first-child{
        border-left: none;
    }

    #section-six #carouselServicesButtons li a {
        color: #FFF;
        font-size: 20px;
        margin: 0px 15px 0px 15px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        cursor: default;
    }
    #section-six #carouselServicesButtons li a:hover {
        text-decoration: none;
    }

    #section-six #carouselServicesButtons li.active a{
        font-weight: 700;
        font-style: italic;
    }

    #section-six #carouselServices .carousel-inner{
        margin-bottom: 80px;
    }

    #section-six #carouselServices img{
        width: 100%;
        border-radius: 20px;
    }

    #section-six #carouselServices h3{
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size: 23px;
    }

    #section-six #carouselServices  a.btn-contact {
        width: 250px;
        background-color: #ff7709;
        padding:15px 40px 15px 40px;
        color: #FFF;
        text-transform: uppercase;
        margin: 0 auto;
        border-radius: 10px;
        text-decoration: none;
        margin: 20px 0px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #section-six #carouselServices .icon-whatsapp{
        width: 25px;
        height: 25px;
        background-image: url('/images/themes/magrass/template-03/icon-whatsapp.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
    }

    #section-seven h2{
        margin-top: 50px;
    }

    #section-seven h2{
        color: #54acac;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        text-align: center;
    }

    #section-seven h2 b{
        color: #2cae77;
        font-weight: 700;
        font-style: italic;
    }

    #section-seven h4{
        color: #54acac;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 30px;
        margin-bottom: 40px;
    }

    #section-seven h4 b{
        color: #54acac;
        font-weight: 700;
        font-style: italic;
    }

    #section-seven p{
        color: #54acac;
        text-align: center;
        margin: 20px 0px 40px 0px;
    }

    #section-seven img{
        width: 100%;
        border-radius: 20px;
        margin: 0px 0px 40px 0px;
    }


    #section-seven form {
        margin-bottom: 15px;    
    }

    #section-seven input[type="text"] {
        padding: 25px;
        background-color: #eee;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px;    
    }

    #section-seven input[type="email"] {
        padding: 25px;
        background-color: #eee;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px;    
    }

    #section-seven input[type="tel"] {
        padding: 25px;
        background-color: #eee;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px;  
        margin-right: 15px;    
    }

    #section-seven button{
        width: 100%;
        background-color: #ff7709;
        border-color: #ff7709;
        color: #FFF;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 900;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: italic;
    }

    #section-seven button .icon-whatsapp{
        width: 25px;
        height: 25px;
        display: block;
        background-image: url('/images/themes/magrass/template-03/icon-whatsapp.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
    }

    #section-seven select {
        height: 50px;
        border-radius: 10px;
        border: 0;
        margin-bottom: 15px; 
        background-color: #eee;   
    }

    #section-seven p{
        color: #9a999e;
    }

    #section-nine a.btn-contact {
        width: 320px;
        background-color: #ff7709;
        padding:15px 40px 15px 40px;
        color: #FFF;
        text-transform: uppercase;
        margin: 50px auto;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #section-nine .icon-whatsapp{
        width: 25px;
        height: 25px;
        background-image: url('/images/themes/magrass/template-03/icon-whatsapp.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
    }

    footer{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    footer .logo{
        width: 220px;
        height: 70px;
        background-image: url('/images/themes/magrass/logo-magrass.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0px 0px 50px 0px;
    }

    footer p{
        color: #000;
        text-align: center;
    }

    footer a, a:hover{
        color: #000;
    }

    /* .chat-box {
        display: block;
        background-color: #FFF;
        position: fixed;
        right: 25px;
        bottom: 25px;
        border-radius: 15px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

    .chat-box p {
        padding: 15px;
    }

    .chat-box label {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: #25d367;
        color: #FFF;
        width: 100%;
        padding: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .chat .image {
        width: 40px;
        height: 42px;
        background-image: url('/images/themes/magrass/template-03/chat.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        right: 280px;
        bottom: 25px;
    }

    .chat-box label span {
        color: #000;
        background-color: #FFF;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    } */

    /* .carousel-control-prev {
        top: 456px;
        left: 485px;
    }
    .carousel-control-next{
        top: 456px;
        left: 510px;
    } */


    /* a.btn-whatsapp {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-decoration: none;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        display: flex;
        justify-content: center;
        align-items: center;
    } */

    a.btn-whatsapp {
            position: fixed; /* ou absolute, dependendo do seu layout */
            bottom: 20px; /* ajuste conforme necessário */
            right: 20px; /* ajuste conforme necessário */
            background-color: #25d366;
            color: white;
            border-radius: 50%;
            padding: 17px;
            font-size: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
    }
    a.btn-whatsapp:hover {
        text-decoration: none;
    }
    
    .icon-whatsapp{
        width: 25px;
        height: 25px;
        display: block;
        background-image: url('resources/images/themes/magrass/template-03/icon-whatsapp.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
    }


    @media(max-width:767px)
    {

        #header nav ul {
            flex-direction: column;
            justify-content: center;
        }

        #header nav ul li {
            padding: 10px;
        }


        #header nav ul li a {
            display: block;
        }


        #banner .image{
            position: absolute;
            top: -573px;
            z-index: -1;
            background-size: 440px;
            background-position: center;
            opacity: 0.2;
        }

        #banner h2 {
            margin: 55px 0px 40px 0px;
            font-size: 25px;
            width: 100%;
        }
        #section-five img {
            margin-bottom: 30px;
        }
        .mt-4{
            margin-top: 0px !important;
        }
        #section-five a.btn-contact {
            margin: 20px auto;
        }

        #section-four h2, h3 {
            font-size: 16px;
        }
        #section-four p {
            font-size: 12px;
        }
        #section-six h2 {
            font-size: 18px;
        }
        #section-six #carouselServicesButtons li {
            width: 100%;
            flex-grow: initial;
            border-left: none;
        }
        #section-six #carouselServicesButtons li a {
            font-size: 13px;
        }
        #section-six #carouselServicesButtons li a:hover {
            text-decoration: none;
        }
        #section-six #carouselServicesButtons {
            margin-bottom: 15px;
        }
        #testimonial .overlay, h4, p {
            font-size: 13px;
        }
        #section-six #carouselServices img {
            margin-bottom: 11px;
        }
        #section-seven h2 {
            font-size: 15px;
        }
        #section-seven p {
            font-size: 13px;
        }
        #section-seven h4 {
            font-size: 16px;
        }
        #testimonial .overlay {
            width: 94.5%;
        }
        .carousel-control-prev {
            top: 710px;
            left: 205px;
        }
        .carousel-control-next{
            top: 710px;
            left: 245px;
        }
    }

    @media(min-width:768px) and (max-width:1199px){
        #section-six #carouselServicesButtons li a {
            font-size: 11px;
        }
        #section-six #carouselServicesButtons li a:hover {
            text-decoration: none;
        }


        #banner .image {
            height: 386px;
            background-size: contain;
            top: 48px;
        }

        #banner h2 {
            font-size: 19px;
            margin-top: 40px;
        }

        .carousel-control-prev {
            top: 426px;
            left: 370px;
        }
        .carousel-control-next{
            top: 426px;
            left: 400px;
        }
    }

    @media(min-width:768px) and (max-width: 991px){
        .carousel-control-prev {
            top: 520px;
            left: 270px;
        }
        .carousel-control-next{
            top: 520px;
            left: 300px;
        }
    }

    @media(max-width: 480px){
        .carousel-control-prev {
            top: 670px;
            left: 100px;
        }
        .carousel-control-next{
            top: 670px;
            left: 135px;
        }
        #section-six #carouselServices h3 {
            font-size: 20px;
        }
    }

/* } */