/* VARIABLES */
:root{
    --txtVerde: #A3C962;
}
html{
    box-sizing: border-box; /*utilidad del desarrollador*/
    font-size: 62.5%;}
body{
    font-family: 'Open Sans', sans-serif;
}
/* utilidad del desarrollador */
*, *:before, *:after {
    box-sizing: inherit;
}
/* GLOBALES */
h1{
    font-size: 2.8rem !important;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
}
h1{
    font-size: 2.8rem !important;
}
h2{
    font-size: 2.4rem !important;
    font-family: 'Playfair Display', serif;
}
h3{
    font-size: 2rem !important;
    font-family: 'Playfair Display', serif;
}
@media (min-width: 920px) {
    h1{
        font-size: 3.8rem !important;
    }
    h2{
        font-size: 2.8rem !important;
        font-family: 'Playfair Display', serif;
    }
    h3{
        font-size: 2.8rem !important;
    }
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: #000;
}
p{
    font-size: 1.6rem;
}
/* UTILIDADES */
.contenedor{
    width: 95%;
    max-width: 120rem !important;
    margin: 0 auto !important;
}
.no-margin{
    margin: 0 !important;
}
.clr-wht{
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.texto-centrado{
    text-align: center;
}
.txtVerde{
    color: var(--txtVerde) !important;
}
.margin-top{
    margin-top: 6rem !important;
}
.texto-pri{
    letter-spacing: 1px;
}
.separar-texto{
    margin-bottom: 1.5rem !important;
}
.separar-texto2{
    margin-bottom: .9rem !important;
}
.flex{
    display: flex;
}
/* CLASES */
/*NAV */
.site-nave{
    background-image: url(../img/bosque.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 80vh;
}
@media (min-width: 920px) {
    .site-nave{
        height: 100vh;
    }
}
.navbar{
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.active{
    color: #99C562 !important;
}
.nav-link{
    color: #000;
}
@media (min-width: 992px) {
    .nav-link{
        color: #fff;
        margin-right: 1.5rem;
        letter-spacing: 1px;
    }
}
.nav-fija{
    position: fixed;
    z-index: 20;
    width: 100%;
}
@media (min-width: 992px) {
    .nav-fija{
        position: unset;
    }
    .navbar{
        background-color: rgba(0, 0, 0, 0.3);
    }
}
.site-nave h1 a{
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-weight: 600;
}
.navbar-collapse ul{
    background-color: #fff;
    width:450px;
    /* list-style-type: none !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto; */
}
/* @media (min-width: 1200px) {
    .navbar-collapse ul{
        background-color: rgba(0, 0, 0, 0);
        width: auto;
        margin: auto;
        height: auto;
    }
} */
.navbar-collapse ul li a{
    font-size: 1.5rem;
    line-height: 2.7;
    font-weight: bold;
}
.navbar-collapse ul li a:hover{
    color: #99C562;
}
.navbar-collapse ul{
    margin: 0 auto;
}
@media (min-width: 992px) {
    .navbar-collapse{
        justify-content: flex-end;
    }
    .navbar-collapse ul{
        background-color:rgba(0, 0, 0, 0);
    }
    .navbar-collapse ul li a{
        font-size: 1.8rem;
        line-height: 2.7;
        font-weight: 400;
    }
    .navbar-collapse ul li a:hover{
        color: #99C562;
    }
}
.boton{
    color: #fff !important;
    font-size: 1.4rem;
    background-color: #A3C962;
    padding: .6rem 1.9rem;
    border-radius: 100px;
    margin-right: 1rem; 
}
.boton:hover{
    color: rgb(0, 0, 0) !important;
    background-color: #ffffff;
}
.texto-nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 18rem;
}
.texto-nav p{
    font-size: 1.5rem;
    line-height: 30px;
}
@media (min-width: 920px) {
    .texto-nav p{
        width: 80rem;
    }    
}
.btn{
    margin-top: 30px;
    background-color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 8px 16px;
    color: #C3CD62;
    margin-right: 2rem;
    border: 2px  solid #fff;
    transition: all .4s ease-in-out;
}
.btn:nth-child(2){
    background-color: #a4c769;
    color: #fff;
}.btn:hover{
    background-color: #000;
    color:#fff;
}
/* section 1 ACERCA DE */
.about-title:nth-child(1){
    font-weight: 800;
}
.about-title:nth-child(2){
    color: #000;
    font-weight: 600;
}
.margin-top p{
    margin-top: 3rem;
    color: #676867;
    line-height: 2;
}
.about-img{
    height: 48rem;
    margin-bottom: 4rem;
    text-align: center;
}
.about-img img{
    height: 50rem;
    width: 40rem;
}
@media (min-width: 990px) {
    .dos-columnas{
        display: flex;
    }
    .about-img{
        flex-basis: 50%;
    }
    .about-texto{
        flex-basis: 50%;
    }
}
.about-texto{
    text-align: left;
    margin-bottom: 3rem;
}
.about-texto h3{
    font-weight: 600;   
}
.about-texto h2{
    font-weight: 500;
    font-size: 22px;
    color: #000;
}
.section-porcentajes{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-porcentajes h4{
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}
@media (min-width: 560px) {
    .section-porcentajes{
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
}
.porcentaje-1, .porcentaje-2, .porcentaje-3{
    border-radius: 50%;
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.porcentaje-1{
    border: 2px solid #049DFF;
    color: #049DFF;
    border-top: 1px solid transparent;
}

.porcentaje-2{
    border: 2px solid #1ABC9C;
    color: #1ABC9C;
    border-top: 1px solid transparent;
}
.porcentaje-3{
    border: 2px solid #FDBA04;
    color: #FDBA04;
    border-top: 1px solid transparent;
}
.porcentaje{
    border: 2px solid #e7e5e5;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* SECCION SERVICIOS */
.seccion-servicios{    
    height: auto;
    background-image: url(../img/servicios.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .seccion-servicios{
        height: 100vh !important;
    }
}
.seccion-servicios p{
    color: #D8D8D8;
}
.columnas-2{
text-align: center;
}
.forzar-tit{
    padding-top: 3rem;
}
@media (min-width: 786px) {
    .forzar-tit{
        padding-top: 0;
    }
    .seccion-servicios{
        height: auto;
    }
}
@media (min-width: 786px) {
    .seccion-servicios h3{
        text-align: left;
    } 
    .seccion-servicios p{
        text-align: right;
    }
    .columnas-2{
        display: flex;
    }
    .columna2{
        margin: 0 0 0 2rem;
        text-align: left;
    }
    .columna1, .columna2{
        flex: 0 0 50%;
        margin-top: 8rem;
    }
} 
.servicios-iconos{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
@media (min-width: 580px) {
    .servicios-iconos{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
}
@media (min-width: 992px) {
    .servicios-iconos{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
}
.iconos{
    height: 15rem;
    background-color: #fff;
    margin: 5px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.iconos:nth-child(6){
    margin-bottom: 3rem !important;
}
@media (min-width: 580px) {
    .iconos{
        height: 20rem;
        width: 25rem;
    }
}
@media (min-width: 756px) {
    .iconos{
        width: 35rem;

    }
}
@media (min-width: 820px) {
    .iconos{
        width: auto;

    }
}
.iconos i{
    font-size: 30px;
    font-weight: 600;
    color: rgb(10, 9, 9);
}
.iconos p{
    text-align: center;
    margin-top: 0;
    color: #526369;
}
.iconos h3{
    text-align: center;
}
/* GALLERY */
.txtr h1{
    color: #000;
    font-weight: 500;
}
@media (min-width: 992px) {
    .txtr h1{
        text-align: right;
    }
    .txtr h3{
        text-align: right;
    }
}
.seccion-gallery{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}
.seccion-gallery a{
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
.seccion-gallery a img{
    height: 30rem;
    width: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: transform 0.5s;
}
.seccion-gallery a:hover img{
    filter: blur(1px);
    transform: rotate(10deg) scale(1.3);
}
@media (min-width: 756px) {
    .seccion-gallery{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

.seccion-gallery{
    margin: 6rem 0;
}
/* SECCION CONTADOR */
.seccion-contador{
    background-color: #A3C962;   
    height: 29rem;
    display: flex;
    justify-content: center;
}
.contador{
    width: 85%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 756px) {
    .seccion-contador{
        height: 24rem;
    }
    .contador{
        grid-template-columns: repeat(4, 1fr);
    }
}
.contador-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contador-text p{
    color: #000;
    font-weight: 600;
    font-size: 1.8rem;
}
.contador-text h4{
    letter-spacing: 1px;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
}
.contador-text i{
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
}
.columna2 .text-left{
    color: #000;
    font-weight: 400;
}
@media (min-width: 786px) {
    .text-align h3{
        text-align: left;
    }
    .text-align h1{
        text-align: left;
    }
}
/* SECCION FEATURES */
@media (min-width: 992px) {
    .seccion-features{
        display: flex;
    }
    .features-img{
        flex: 0 0 45%;
    }
    .features-text{
        flex: 0 0 55%;
        margin-right: 50px;
    }
    .features-text:nth-child(2){
        width: 88%;
        margin-left: 5%;
    }
}
.features-img .img{
    background-image: url(../img/inv4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
    height: 45rem;
    width: 40rem;
    margin: 0 auto;
}
.features-text{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 20rem;
    box-shadow: 10px 10px 20px rgb(3, 3, 3);
    box-shadow: -3px 7px 39px -5px rgb(0, 0, 0);
    margin-bottom: 20px;
    border-radius: 10px;
}
@media (min-width: 580px) {
    .features-text{
        height: 15rem;
    }
    .seccion-features .contenedor{
        width: 80%;
    }
}
.features-text i{
    color: #000;
    font-size: 2.4rem;
    font-weight: 600;
}
/* seccion paquetes */
.seccion-paquetes{
    background-image: url(../img/bosque.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.seccion-paquetes .txtr h1 {
    color: #fff;
}
.seccion-paquetes .columna2 p{
    color: #fff;
}
.centrar-paquetes{
    height: auto;
    display: flex;
    justify-content: center;
}
.contenedor-paquetes{
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
}
@media (min-width: 756px) {
    .contenedor-paquetes{
        grid-template-columns: repeat(4, 1fr);
    }
}
.contenedor-paquetes .contenedor{
    width: 50%;
    text-align: center;
}
.paquetes{
    background-color: #fff;
    height: 33rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 20px 0 20px 0;
}
@media (min-width: 756px) {
    .paquetes{
        height: 38rem;
    }
}
.paquetes p,
.contenedor-clientes .cliente p{
    color: rgb(150, 148, 148);
    font-size: 14px;
}
.contenedor-paquetes .separar-texto{
    margin-bottom: 5.5rem !important;
}
.mismo-renglon{
    display: flex;
    flex-direction: row;
}
.mismo-renglon span{
    font-size: 20px;
    font-weight: 600;
}
.boton-pac{
    color: #fff;
    font-size: 1.4rem;
    background-color: #A3C962;
    padding: .6rem 1.9rem;
    border-radius: 100px;
    margin-right: 1rem; 
}
.boton-pac:hover{
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
}
.separar-elemento{
    padding-bottom: 40px !important;
}
/* seccion clientes */
.contenedor-clientes{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 756px) {
    .contenedor-clientes{
        grid-template-columns: repeat(3,1fr);
        column-gap: 2rem;
    }   
}
.contenedor-clientes .cliente{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 756px) {
    .contenedor-clientes .cliente{
        align-items: center;
        margin-top: 5rem;
    }
    .contenedor-clientes .cliente p{
        font-size: 16px;
        width: 95%;
        text-align: justify;
    }
}
.contenedor-clientes .cliente img{
    height: 15rem;
    width: 15rem;
    padding: .45rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-radius: .25rem;
    max-width: 100%;
}
.contenedor-clientes .cliente h4{
    font-weight: 600;
}
.contenedor-clientes .cliente p{
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
}

/* SECCION VIDEO */
.seccion-video .seccion-contador{
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 756px) {
    .seccion-video .seccion-contador{
        height: 33rem;
    } 
}
.seccion-video .seccion-contador h2{
    color: #fff;
}
.seccion-video .seccion-contador p{
    text-align: center;
}
.btn-redondo{
    padding: 17px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 35px;
}
.btn-redondo:hover{
    background-color: #fff;
    border: 1px solid #fff;
}
.btn-redondo:focus{
    border: transparent;
    outline: none;
}
.btn-redondo i{
    padding: 8px;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}
.modal-content{
    width: 450px;
    height: 350px;
    border-radius: 7px;
}
.modal-body{
    display: flex;
    justify-content: center;
    width: auto !important;
}
.modal.show .modal-dialog{
    display: flex;
    justify-content: center;
}

/* seccion voluntarios */
.seccion-voluntarios .paquetes img{
    width: 260px;
    height: 330px;
    margin-bottom: 20px;
}
.seccion-voluntarios .columna2 h1{
    margin-bottom: 100px !important;
}
.seccion-voluntarios .centrar-paquetes .paquetes{
    margin-bottom: 150px;
}
@media (min-width: 992px) {
    .seccion-voluntarios .columna2 h1{
        margin-bottom: 50px !important;
    }
    .seccion-voluntarios .centrar-paquetes .paquetes{
        margin-bottom: 100px;
    }
}
.boton-negro{
    padding: 5px 8px;
    border-radius: 50%;
    background-color: #000;
    color: #ffffff;
    margin-right: 1rem;
    font-size: 14px;
    margin-bottom: 30px;
}
.boton-negro:hover{
    color: #99C562;
}
@media (min-width: 756px) {
    .boton-negro{
        padding: 10px 15px;
        font-size: 16px;
    }
}
/* BLOG */
.seccion-blog .seccion-clientes{
    height: auto;
    background-image: url(../img/bosque.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 1350px) {
    .seccion-blog .seccion-clientes{
        height: 100vh;
    }
}
.seccion-blog .txtr h1{
    color: #fff !important;
    margin-bottom: 20px !important;
}
.seccion-blog .columna2 p{
    color: #dee2e6;
}
.seccion-blog .blog{
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.seccion-blog .blog .blog-imagen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.seccion-blog .blog img{
    border: 0px solid #fff;
    width: 92%;
    height: 25rem;
    margin-top: 4%;
}
.seccion-blog .blog h4{
    font-size: 14px;
    color: #807e7e;
}
.seccion-blog .blog h3{
    font-weight: 600;
}
.seccion-blog .blog .footer-blog p{
    font-size: 14px;
}
.footer-blog{
    display: flex;
    justify-content: space-between;
}
/* SECCION CONTACTO */
.seccion-contacto form{
    width: 85%;
    max-width: 120rem !important;
    margin: 0 auto !important;
}
.seccion-contacto form input{
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.8rem 1rem;
    background-color: #d9dddf;
    border-color: #d9dddf;
    border: 0px solid #d9dddf;
    font-size: 14px;
}
.seccion-contacto form textarea{
    width: 100%;
    height: 14rem !important;
    padding:1rem 0 1rem 1rem;
    background-color: #d9dddf;
    border-color: #d9dddf;
    border: 0px solid #d9dddf;
    font-size: 14px;
}
.seccion-contacto form input[type="submit"]{
    border-radius: 50px;
    margin-top:  1rem !important;
    height: 4rem;
    padding: 0 0 0 1rem;
    background-color: #99C562;
    color: #fff;
    transition: all .5s ease;
}
.seccion-contacto form input[type="submit"]:hover{
    background-color: #000;
}
@media (min-width: 756px) {
    .contacto-der{
        display: flex;
        flex-direction: row;
    }
    .seccion-contacto i{
        margin-right: 50px;
    } 
    .seccion-contacto .icono-centrado{
        display: flex;
        align-items: center;
    }
}
.seccion-contacto i{
    font-size: 2.8rem;
}
.col2{
    width: 85%;
    max-width: 120rem !important;
    margin: 0 auto !important;
}
@media (min-width: 756px) {
    .seccion-contacto .margin-top{
        margin-top: 80px !important;
    }
}
.seccion-contacto .margin-cont{
    margin-top: 20px;
    line-height: 4;
}
.text-right{
    padding-top: 15px;
    text-align: right;
}
.contacto-parrafo p{
    padding: 0;
    margin: 0;
    line-height: 2;
}
/* MAPA */
.seccion-map{
    margin-top: 5rem;
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgb(190, 190, 190);
    border-bottom: 1px solid rgb(190, 190, 190);
}
@media (min-width: 756px) {
    .seccion-map{
        height: 35rem;
    }
}
.seccion-map iframe{
    height: 90%;
    width: 95%;
}
/* PIE DE PAGINA */
.seccion-footer{
    margin-top: 35px;
    height: 16rem;
    background-color: #99C562;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 756px) {
    .seccion-footer{
        height: 20rem;
    }
}
.seccion-footer .flex p{
    color: #fff;
    font-size: 15px;
}