/* STYLE FOR RESPONSIVE AND SHOW BLOCK ONLY MOBILE */
.only-mobile {
    display: none !important;
}

/* STYLE FOR RESPONSIVE AND SHOW BLOCK ONLY DESKTOP */
.only-desktop {
    display: flex !important;
}

/* INPUT FORM WIDTH FOCUS COLOR */
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #cd7204 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

/* FOOTER NEWSLETTER BACKGROUND FORM */
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #0000 !important;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
    text-align: left;
}

/* INPUT FORM NEWSLETTER FOOTER STYLE */
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 6px 10px !important;
    width: calc(100% - 127px);
    margin-left: -6px !important;
}

/* INPUT SUBMIT FORM NEWSLETTER FOOTER STYLE */
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #FF8C00;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

/* IMAGE ROUNDED STYLE */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 4px !important;
}

/* PORTFOLIO INFO BLOCK STYLE [GALERY] */
.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
    border-radius: 4px !important;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: auto;
    border-radius: 4px 4px 0px 0px !important;
}

/* GLITHBLOX DESCRIPTION STYLE [GALERY] */
.glightbox-clean .gslide-description {
    background: #fff;
    border-radius: 0px 0px 4px 4px !important;
}

/* CTA SECTION STYLE */
.cta {
    background: #fdf0ff;
    padding: 60px 0;
    color: #2b2a29;
}

/* GLITHBLOX TITLE STYLE [GALERY] */
.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 0px !important;
    line-height: 1.4em;
}

/* CAROUSEL CONTAINER STTYLE */
#hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    top: 110px;
    left: -220px !important;
    right: -220px !important;
}

/* COROUSEL CONTENT H2 STYLE */
#hero .carousel-content h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px !important;
    font-weight: 700;
    text-align: center !important;
    justify-content: center !important;
}

/* HEADER STYLE */
#header {
    height: 85px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
}

/* LOGO HEADER STYLE */
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 70px;
}

.scrolled-offset {
    margin-top: 86px !important;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .only-mobile {
        display: flex !important;
    }
    .only-desktop {
        display: none !important;
    }
    #hero .carousel,
    #hero .carousel-inner,
    #hero .carousel-item,
    #hero .carousel-item::before {
        width: 100%;
        height: 72vh;
    }
    #hero .carousel-content {
        background: #1c1715b3;
        padding: 20px;
        color: #fff;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        border-top: 5px solid #FF8C00;
        width: 45%;
        border-radius: 4px;
    }
    #hero {
        height: calc(100vh - 70px);
        margin-bottom: -160px;
    }
    #footer .footer-newsletter form input[type="submit"] {
        position: absolute;
        top: -1px !important;
        right: 0px !important;
        border: 0;
        font-size: 16px;
        padding: 0px 20px;
        background: #FF8C00;
        color: #fff;
        transition: 0.3s;
        border-radius: 0 4px 4px 0;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        height: 48px;
    }
    .about-us .content {
        padding: 30px 0;
        margin-left: 10px;
    }
    .custom-title {
        text-align: center !important;
    }
    .custom-p {
        text-align: justify !important;
    }
    .custom-p-sobre {
        text-align: justify !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .cc-window {
        min-width: 100% !important;
        bottom: 0% !important;
    }
    .cc-btn{
        color: #fff !important;
        border: 2px solid #FF8C00 !important;
        background-color: #0000 !important;
        border-radius: 5px !important;
    }
    .cc-btn:hover{
        color: #fff !important;
        border: 2px solid #FF8C00 !important;
        background-color: #FF8C00 !important;
        border-radius: 5px !important;
    }
}

/* SECTION TITLE H2 STYLE */
.section-title h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #FF8C00 !important;
}

/* SECTION BACKGROUND STYLE */
.section-bg {
    background-color: #fdf0ff;
}

select {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #FF8C00;
    border-radius: 50px;
    font-weight: 400;
    transition: all 0.3s;
    line-height: 1;
    border: 0px;
    padding: 6px 10px 6px 6px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* TESTIMONIALS ITEM BLOCK LEFT STYLE */
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
    color: #fdf0ff;
}

/* TESTIMONIALS ITEM BLOCK RIGHT STYLE */
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    color: #fdf0ff;
}

/* TESTIMONIALS SWIPER PAGINATION BULLET STYLE */
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #FF8C00;
}

/* TESTIMONIALS SWIPER PAGINATION BULLET ACTIVE STYLE */
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FF8C00;
}

/* TESTIMONIALS ITEM STYLE */
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 4px;
}

/* BLOCK SERVICES INDEX */
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    border-radius: 4px;
}
/* #BLOCK SERVICES INDEX */

/* CARD STYLE */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #faf9f8;
    background-clip: border-box;
    border: 1px solid #ebe6e4;
    border-radius: .25rem;
    margin-bottom: 30px;
}
/* #CARD STYLE */

/* CONTACTS PAGE */
.contact .info h2 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2b2320;
}

/* FORM VALIDATION */
/* RECAPTCHA */
.rec-error{
    color: #f00;
    border: 2px solid;
    padding: 2px 8px 2px 8px;
    margin-right: 710px;
    text-align: center;
    border-radius: 3px;
    margin-top: -20px;
}

/* SUCESS FORM */
.sucess-form{
    color: #131313;
    border: 2px solid #FF8C00;
    padding: 2px 8px 2px 8px;
    margin-right: 255px;
    border-radius: 3px;
    margin-top: -20px;
}

/* SUCESS NEWSLETTER FORM */
.news-sucess{
    color: #fff;
    border: 2px solid #FF8C00;
    padding: 2px 8px 2px 8px;
    margin-right: -10px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: -5px;
}

/* RESPONSIVE VALIDATION */
@media screen and (max-width: 768px){
    .cta h2 {
        padding-top: 1em;
    }

    .rec-error{
        color: #f00;
        border: 2px solid;
        padding: 2px 8px 2px 8px;
        margin-right: -10px;
        text-align: center;
        border-radius: 3px;
        margin-top: -20px;
    }
    .sucess-form{
        color: #131313;
        border: 2px solid #FF8C00;
        padding: 2px 8px 2px 8px;
        margin-right: -10px;
        border-radius: 3px;
        margin-top: -20px;
    }
    .news-sucess{
        color: #fff;
        border: 2px solid #FF8C00;
        padding: 2px 8px 2px 8px;
        margin-right: -10px;
        border-radius: 3px;
        text-align: center;
        margin-bottom: -5px;
    }
}
/* #FORM VALIDATION */

/* ADD FILTER COLOR TO IMAGES */
.filter-img-color {
    filter: hue-rotate(277deg) brightness(0.9) contrast(1.9) !important;
}

/* ADD FILTER COLOR TO IMAGE PISCINA 
.filter-img-color-piscina {
    filter: hue-rotate(230deg) !important;
}*/

/* CUSTOM CTA H2 */
.cta h2 {
    font-size: 28px;
    font-weight: 700;
}

/* CUSTOM CTA H2 SPAN */
.cta h2 span {
    color: #FF8C00;
}

/* DISABLE SELECTION */
.disable-select {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}