#home-banners .slick-prev {
	position: absolute;
    left: 0px;
    top: 43%;
    width: 45px;
    height: 100px;
    line-height: 100px;
    border-radius: 0;
    background: transparent;
    background-image: url(https://agl.eng.br/wp-content/themes/agl/assets/img/home/arrow-left-.png);
    background-size: 50px;
    background-repeat: no-repeat;
    height: 85px;
    width: 50px;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 1000;
    cursor: pointer;				
}


#home-banners .slick-next {
    position: absolute;
    right: 0px;
    top: 43%;
    width: 45px;
    height: 100px;
    line-height: 100px;
    border-radius: 0;
    background: transparent;
    background-image: url('https://agl.eng.br/wp-content/themes/agl/assets/img/home/arrow-right-.png');
    background-size: 50px;
    background-repeat: no-repeat;
    height: 85px;
    width: 50px;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 1000;
    cursor: pointer;		    
}



@media (max-width: 860px) {
    #home-banners .slick-prev {
        position: absolute;
        left: 0px;
        top: 45%;
        width: 45px;
        height: 100px;
        line-height: 100px;
        border-radius: 0;
        background: transparent;
        background-image: url(https://agl.eng.br/wp-content/themes/agl/assets/img/home/arrow-left-.png);
        background-size: 35px;
        background-repeat: no-repeat;
        height: 85px;
        width: 35px;
        font-size: 0;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 1000;
        cursor: pointer;                
    }

    #home-banners .slick-next {
        position: absolute;
        right: 0px;
        top: 45%;
        width: 45px;
        height: 100px;
        line-height: 100px;
        border-radius: 0;
        background: transparent;
        background-image: url('https://agl.eng.br/wp-content/themes/agl/assets/img/home/arrow-right-.png');
        background-size: 35px;
        background-repeat: no-repeat;
        height: 85px;
        width: 35px;
        font-size: 0;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 1000;
        cursor: pointer;            
    }
}

#home-banners .slick-dots {
    width: 100% !important;
    right: 0px !important;
    left: 0px !important;
    bottom: 45px !important;
    top: auto !important;
    display: flex !important;
    justify-content: center !important;
}

#home-banners .slick-dots li {
	display: inline-block !important;
	padding: 0px 7px !important;     
}


@media (min-width: 860px) {
	section#home-banners .slick-dots li {
	    display: inline-block !important;
		padding: 0px 7px !important;    
	}
}

#home-banners .slick-dots li button {                            
    width: 12px;
    height: 12px;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 1px solid #222222;
    background: #222222;
    border-radius: 15px;
    font-size: 0px;
    color: transparent;
}

#home-banners .slick-dots li.slick-active button {
    border: 1px solid #fff;
    background: #fff;
}




section#single-diferenciais .single-diferenciais-container ul li img {
    max-width: 45px;
}



section#single-tour {
    width: 100%;
    display: block;
    background: #eee;
    padding: 0px 0px 50px 0px;
}

section#single-tour .single-tour-container {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    background: #111111;
}

section#single-tour .single-tour-container .imagem {
    width: 100%;
    display: block;
}

section#single-tour .single-tour-container img {
    width: 100%;
    display: block;
    height: 375px;
    object-fit: cover !important;
}

section#single-tour .single-tour-container .texto {
    width: 100%;
    display: block;
    padding: 50px;
}

section#single-tour .single-tour-container .texto h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
}

section#single-tour .single-tour-container .texto h3::after {
    content: '';
    background: #888;
    width: 50px;
    height: 1px;
    display: block;
    margin: 10px 0px 15px 0px;
}

section#single-tour .single-tour-container .texto p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    letter-spacing: 1px;
    margin: 0px 0px 35px 0px;
}

section#single-tour .single-tour-container .texto .botao {
    width: 100%;
    display: block;
    margin: 20px 0px 0px 0px;
}

section#single-tour .single-tour-container .texto .botao a {
    width: 100%;
    display: block;
    background: #fff;
    padding: 14px 30px;
    text-align: center;
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.36px; /* 119.671% */
    letter-spacing: 3.59px;
    text-transform: uppercase;
    transition: all 250ms ease-in-out;
}

section#single-tour .single-tour-container .texto .botao a:hover {
    box-shadow: 0px 0px 13px rgba(255, 255, 255, 0.5);
    transition: all 250ms ease-in-out;
}

section#single-tour .single-tour-container .texto .botao a span {
    background-image: url(assets/img/home/icon-tour.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left top 50%;
    display: inline-block;
    padding: 5px 0px 5px 48px;
}


section#single-tour .modal .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 0px;
}

section#single-tour .modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 10;
    z-index: 100;
    position: relative;
}

section#single-tour .modal-body {
    width: 100%;
    display: block;
    padding: 20px 20px;
}

section#single-tour .modal-body h4 {
    font-size: 20px !important;
    color: #222 !important;
    margin: 0 0 20px !important;
    line-height: normal !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

section#single-tour .modal-body h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    background: #222;
    margin: 10px 0px 25px 0px !important;
}

section#single-tour .modal-body .box {
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 0px 2%;
}

section#single-tour .modal-body .form-control {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid #888;
    height: 45px;
    border-radius: 0px;
}

section#single-tour .modal-body .form-control::placeholder {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

section#single-tour .modal-body .sing {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #222;
    border: 1px solid #222;
    padding: 8px 40px;
    color: #fff;
    margin: auto !important;
}

section#single-tour .modal-body .form-group {
    position: relative;
}

section#single-tour .modal-body .wpcf7-spinner {
    position: absolute !important;
    top: 6px !important;
    left: 65% !important;
}


@media (max-width: 860px) {
    section#single-tour .single-tour-container {
        width: 100%;
        display: block;
        background: #111111;
        margin: 25px 0px 0px 0px;
    }

    section#single-tour .single-tour-container img {
        height: auto;
    }

    section#single-tour .single-tour-container .texto {
        padding: 30px 20px;
    }

    section#single-tour .single-tour-container .texto .botao a {
        width: 100%;
        display: block;
        background: #fff;
        padding: 14px 9px;
        text-align: center;
        color: #222;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 14.36px;
        letter-spacing: 2px;
        text-transform: uppercase;
        transition: all 250ms ease-in-out;
    }

    section#single-tour .single-tour-container .texto h3 {
        color: #FFF;
        font-size: 23px;
    }

    section#single-tour .modal-body {
        width: 100%;
        display: block;
        padding: 35px 0px 20px 0px;
    }



}










.wmpci-popup-body {
    padding: 16px 177px 20px 60px !important;
    border-radius: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
    border: 5px solid #dedbc6 !important;
    background: #dedbc6 !important;
    color: #222;
}

.wpmci-popup-cnt-inr-wrp {
    clear: both !important;
    font-size: 14px !important;
    padding: 0px !important;
    width: 100% !important;
    overflow: auto !important;
    text-align: left !important;
    color: #222 !important;
}

.wpmci-popup-cnt-inr-wrp a {
    color: #222 !important;
    text-decoration: underline !important;
}

.wmpci-popup-open body {
    overflow: auto !important;
}

.wmpci-popup-body p span {
    font-weight: 300 !important;
}

#wmpci-popup-wrp {
    bottom: 0 !important;
    left: 0 !important;
    overflow-y: auto !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 9999999 !important;
    height: 150px !important;
    top: auto !important;
    bottom: 0px !important;
    width: 84% !important;
    margin: 0px 8% !important;
        background: transparent !important;
}

@media (max-width: 700px) {
    #wmpci-popup-wrp {
        display: none !important;
    }
}

@media (min-width: 860px) {
    .wmpci-popup-body {
        
        bottom: -10px !important;
    }

    .wmpci-popup-wrp .wmpci-popup-close {
        right: 7px !important;
        top: 0px !important;
        width: 150px !important;
        background-size: 145px !important;
        background-position: right !important;
        display: block;
        background-size: 25px !important;
        height: 35px;
        position: absolute;
        right: -12px;
        text-decoration: none !important;
        top: -12px;
        width: 35px;
        z-index: 1500;
    }
}


.wpcf7-not-valid {
    border: 1px solid red !important;
}

