.info-map {
    padding-top: 5%;
    background-color: #ffff;

}

.info-map p{
    text-align: justify;
    font-family: 'Gilroy-Regular';
    color: #646A6D;
    font-size: 19px;
}

.info-map iframe {
    width: 100%;
    height: 100%;
}

.info-map h2 {
  font-family: 'Gilroy-Regular';
  color: #595A5B;
  font-size: 40px;
}

.info-map span{
    font-family: 'Gilroy-Black';
}

.info-map .boton-ver .btn{
    font-family: 'Quicksand';
    background: #E21B60;
    color: white;
    font-weight: 300;
    font-size: 22px;
}

.anuncio-agro{
    background-color: #ffff;
}

.anuncio-agro h3{
    font-family: 'Gilroy-Black';
    color: #595A5B;
    font-size: 35px;
}

.anuncio-agro h3 span{
    font-family: 'Gilroy-Regular';
}

.anuncio-agro h1{
    color: #E21B60;
    font-family: 'LEMONMILK-Bold';
    font-size: 55px;
}

.anuncio-agro h6 {
    font-family: 'Gilroy-Regular';
    color: #595A5B;
}

.info-visitantes{
    background-color: #ffff;
}

.info-visitantes h2{
    margin: 0px;
    font-family: 'Gilroy-Black';
    color: #595A5B;
}

.info-visitantes h2 span{
    font-family: 'Gilroy-Regular';
}

.info-visitantes p{
    text-align: justify;
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    color: #646A6D;
}

.info-visitantes span{
    font-family: 'Gilroy-Bold';
}

.info-visitantes .img-limon{
    width: 85%;
    height: auto;
}

.info-visitantes h1 {
    color: #E21B60;
    font-family: 'LEMONMILK-Bold';
    font-size: 35px;
}

.info-actividades{
    padding-top: 5%;
    background-color: #ffff;
}

.info-actividades .img-numvisitantes{

    width: 80%;
    height: auto;
    object-fit: cover;
}

.info-actividades h2{
    margin: 0px;
    font-family: 'Gilroy-Black';
    color: #595A5B;
}

.info-actividades h2 span{

    font-family: 'Gilroy-Regular';
}

.info-actividades p {
    text-align: justify;
    font-size: 20px;
    font-family: 'Gilroy-Regular';
    color: #646A6D;
}

.info-actividades p span{
    font-family: 'Gilroy-Bold';
}

.info-actividades h1 {
    color: #E21B60;
    font-family: 'LEMONMILK-Bold';
    font-size: 35px;
    text-align: left;
    margin-top: -29px;
}

.info-actividades .list-group-item {
    position: relative;
    /* display: list-item; */
    padding: 0.5rem 1rem;
    color: #646A6D;
    font-family: 'Gilroy-Bold';
    text-decoration: none;
    background-color: transparent;
    border: 1px;
    font-size: 22px;
    list-style: none;
}

.info-actividades .list-group-item .badge:empty {
    display: block;
}

.info-actividades .list-group-item .rounded-pill {
    border-radius: 50rem!important;
    width: 25px;
    height: 25px;
    align-items: center;
    margin-right: 14px;
}

.info-actividades h4{
    font-size: 24px;
    font-family: 'Gilroy-Bold';
    color: #646a6d;
}

.info-actividades h6 {
    color: #646a6d;
    font-family: 'Gilroy-Black';
}

.tabla-visitantes {
    padding-top: 5%;
    background-color: #ffff;
}

.tabla-visitantes .img-visitantes{

    width: 100%;
    height: auto;
    object-fit: cover;
}

.info-instrucciones{
    padding-top: 5%;
    background-color: #ffff;
}

.info-instrucciones h2{
    font-size: 30px;
    font-family: 'Gilroy-Black';
    color: #595a5b;
    margin: 0;
}

.info-instrucciones h2 span{
    font-family: 'Gilroy-Regular';
}

.info-instrucciones .boton-ver .btn{
    font-family: 'Quicksand';
    background: #E21B60;
    color: white;
    font-weight: 300;
    font-size: x-large;
}

.info-instrucciones h1{

    font-family: 'LEMONMILK-Bold';
    color: #646A6D;
}

.info-instrucciones .informacion h6{
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    color: #59595F;
}

.info-instrucciones .list-group-item {
    position: relative;
    display: list-item;
    padding: 0.5rem 1rem;
    color: #646A6E;
    font-family: 'Gilroy-Regular';
    text-decoration: none;
    background-color: transparent;
    border: 1px;
    text-align: justify;
}

.info-instrucciones .rounded-pill {
    border-radius: 50rem!important;
    width: 30px;
    height: 30px;
    align-items: center;
    margin-right: 14px;
}

.info-instrucciones .texto-info{
    text-align: justify;
    font-family: 'Gilroy-Regular';
    color: #646A6D;
    margin-left: 40px;
}

.contador {

    position: relative;

}

.contador img {

    width: 100%;
    height: auto;
}

.contador .row {
    position: absolute;
    width: 100%;
    top: 30%;
}

.contador h1 {

    font-family: 'LEMONMILK-Bold';
    color:#E21B60;
    font-size: 72px;

}

.contador h6 {

    font-family: 'LEMONMILK-Bold';
    color:#E21B60;
    font-size: small;

}

@media (max-width:400px){

    .info-map h2{
        font-size: xx-large;
    }

    .anuncio-agro h3 {
        font-size: x-large;
    }

    .info-visitantes h2 {
        font-size: larger;
    }

    .info-visitantes h1{
        font-size: x-large;
    }

    .info-actividades h2{
        font-size:21px
    }

    .info-actividades h1 {
        font-size: xx-large;
    }

    .info-instrucciones .list-group-item {
        font-size: small;
    }

    .texto-info {
        font-size: small;
        margin-left: 0 !important;
    }

    .contador h1 {

        font-family: 'LEMONMILK-Bold';
        color:#E21B60;
        font-size: xx-large;
    
    }
    
}


.sectionInscripcion{
    padding-bottom: 4rem;
    padding-top: 8rem;
}
#form-inscripcion{
    /* margin-top: 96px; */
    background: #e31561;
    color: white;
    
}
#form-reserva{
    /* margin-top: 96px; */
    background: #ededef;
    color: #595a5b;
    
}

#form-reserva p{
    font-family: 'Gilroy-Regular';
}
#form-form{
    /* margin-top: 96px; */
    background: #ededef;
}
.patron_lenca3{
    position: absolute;
    bottom: 0;
}
#form-inscripcion .patron_lenca3 {
    position: absolute;
    bottom: 0;
}
#form-inscripcion .titulo-principal strong{
    font-family: 'LEMONMILK-Bold';
    padding-top: 0rem;
    padding-bottom: 2rem;
}
#form-inscripcion .titulo-principal{
    font-family: 'Gilroy-Regular';
    padding-top: 5      rem;
    padding-bottom: 2rem;
}
#form-reserva .titulo-principal {
    padding-top: 2rem;
    padding-bottom: 0rem;
}
#form-form .titulo-principal {
    padding-top: 0%;
    padding-bottom: 0rem;
}
#form-form h3 {
    font-family: 'LEMONMILK-Bold';
    color: #e31561;
}
.text-form{
    font-family: 'Gilroy-Regular';
    text-align: right;
}
.empresaInteresadaTitle{
    font-family: 'LEMONMILK-Bold';
    text-align: left;
    color: #e31561;
}
.text-align-left{
    text-align: left;
}
.reservacion-subtitulo {
    font-family: 'Gilroy-Regular';
    color: #595a5b;
}
.relative{
    position: relative;
}
.limon{
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 50%;
    left: -80px;
}
.limon2{
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 36%;
    left: -80px;
}


#form-inscripcion .patron_lenca3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}
.separador{
    width: 66%;
    margin: auto;
    height: 2px !important;
}
.form-group label{
    font-family: 'Gilroy-Regular';
    color: #595a5b;
    font-weight: 500;
}
.form-check-label{
    font-family: 'Gilroy-Regular';
    color: #595a5b;
    font-weight: 500;
}
.registroTitle{
    font-family: 'LEMONMILK-Bold';
    color: #595a5b;
}
.btn-cancelar{
    font-family: 'Gilroy-Regular';
    border-color: #e31561;
    color: #595a5b;
    font-weight: bold;
}
.btn-guardar{
    font-family: 'Gilroy-Regular';
    border-color: #e31561;
    background-color: #e31561;
    color: white;
    font-weight: bold;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 575px){
    .text-form{
        text-align: left;
    }
}
@media only screen and (max-width: 767px){
    .limon{
        display: none;
    }
    .limon2{
        display: none;
    }
}