/*

===================================

Root

===================================

*/



:root{

	--transition-all:all .2s ease-in-out;

}



/*

===================================

Geral

===================================

*/



.cursor-pointer{

    cursor: pointer;

}

html, body{
    overflow-x: hidden;
}

div[data-elementor-type="wp-page"]{
    overflow-y: hidden;
}



/*

===================================

Home

===================================

*/



#slide1 .swiper{

    overflow: visible;

}



#slide1 .swiper .swiper-slide{

    padding:0 10px;

}



#slide1 .swiper .swiper-slide img.swiper-slide-image{
    border-radius: 20px;
    max-height: 570px;
    width: 100%;
    object-fit: cover;
}

@media(width <= 580px){
    #slide1 .swiper .swiper-slide img.swiper-slide-image{
        border-radius: 20px;
        max-height: 361px;
        width: 100%;
        object-fit: cover;
    }
}



/* Carrossel interno */





#carousel2.carousel-gallery{

    height:100% !important;

}

.swiper-container{

    height:inherit;

}

/*-------------------- Carousel 1 -----------------------*/

div#carousel1.carousel-gallery{
    height: 400px;
}

div#carousel1.carousel-gallery .swiper-slide a{
    height: 100%;
    border-radius:20px;
}

.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
  

/*-------------------- Carousel 2 -----------------------*/



.container {

    height: calc(100% - 2px);

    border: 1px solid #b1b1b1;

    border-radius: 20px;

    padding: 30px;

    box-sizing: border-box;

    background:#ffffff;

}

.content-img {

    height: 150px;

    margin: 20px 0;

    display: flex;

    justify-content: center;

}

img.logo {

    object-fit: cover;

    display: block;

}

.content-text {

    text-align: center;

    font-family: 'Poppins', sans-serif;

    font-weight: 200;

    line-height: 1.3;

    padding: 0 20px;

    font-size: 16px;

    color: #000000;

    margin-bottom: 20px;

}

.localizacao {

    font-family: 'Poppins', sans-serif;

    font-size: 20px;

    line-height: 1.2;

    text-align: center;

    font-weight: 700;

    margin-bottom: 30px;

    text-transform: uppercase;

}

a.btn {

    position: relative;

    height: auto !important;

    padding: 20px;

    box-sizing: border-box;

    text-align: center;

    background: #CC0000;

    border-radius: 30px !important;

    font-family: 'Poppins', sans-serif;

    color: #ffffff;

    font-size: 22px;

    font-weight: 600;

}



.carousel-gallery .swiper-slide a {

    display: block;

    width: 100%;

    height: 200px;

    border-radius: 4px;

    overflow: hidden;

    position: relative;

    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);

    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);

    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);

}



@media(max-width: 600px){

    .container {

        padding: 20px;

    }

    .content-img {

        height: 110px;

        margin: 10px 0;

    }

    img.logo {

        object-fit: cover;

        max-height: 100%;

        max-width: 90%;

    }

    .content-text {

        padding: 0 0px;

        font-size: 12px;

        margin-bottom: 15px;

    }

    .localizacao {

        font-size: 18px;

        margin-bottom: 20px;

    }

    a.btn {

        padding: 16px;

        color: #ffffff;

        font-size: 18px;

    }

}





/* Cards objetivos */



.card-ong{

    padding:20px;

    border:1px solid #a8a8a8;

    border-radius: 20px;

}



/*

===================================

GDPR - LGPD

===================================

*/



div#cmplz-manage-consent .cmplz-manage-consent{

    left:40px;

    right:unset;

}



@media (width >= 768px){

    div#cmplz-cookiebanner-container .cmplz-cookiebanner{

        left:10px;

        right:unset;

    }

}



@media (width <= 768px){

    .d-none-md{

        display: none;

    }

    div#cmplz-cookiebanner-container .cmplz-cookiebanner{

        left:10px;

        right:unset;

        width: calc(100% - 20px);

        bottom: 10px;

        grid-gap:0px;

    }

}



