body{
    background-color: #f8f8f3;
}

nav{
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    padding: 0 5%;
    height: 90px;
    background-color: #f8f8f3;
}

nav .logo{
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}
nav .logo a{
    display: block; 
    /* width: 50%; 
    max-width: 100px; */
}

.header-area .logo img{
    width: 110px;
    max-width: 100%;
    height: auto;
}

nav .list-nav{
    float: right;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .list-nav li{
    list-style: none;
    padding: 0;
}

nav .list-nav li input{
    border: none;
    background-color: transparent;
    display: block;
    /* padding: 15px 15px;  */
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(119,169,40);
    text-decoration: none;
    border-radius: 25px;
}

nav .list-nav li input:hover{
    color: rgb(46, 163, 17);
}

nav .list-nav a{
    display: block;
    padding: 15px 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(119,169,40);
    text-decoration: none;
    border-radius: 25px;
}

nav .list-nav a:hover{
    color: rgb(46, 163, 17);
    /* text-decoration: underline; */
}

#toogle{
    position: absolute;
    top: -100px;
}

nav .icon-bars{
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}


nav .icon-bars .line{
    width: 30px;
    height: 5px;
    background-color: #76A929;
    margin: 5px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}


/* Estilos para pantallas de escritorio */
.header-area .logo img.desktop-logo {
    display: block;
}

.header-area .logo img.mobile-logo {
    display: none;
}

/* Estilos para pantallas móviles */
@media (max-width: 768px) {
    .header-area .logo img.desktop-logo {
        display: none;
    }
    
    .header-area .logo img.mobile-logo {
        display: block;
        width: 55px;
    }
}

@media(max-width: 768px){

    /* nav {
        background-color: #f8f8f3;
    } */

    nav .logo{
        float: none;
        width: auto;
        justify-content: left;
        /* display: none; */
        /* background-image: url(../redesign/logoCerebro.webp); */
    }



    nav .list-nav{
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 90px;
        bottom: 90%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: center;
        background-color: #f8f8f3;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }

    nav .list-nav a{
        font-size: 25px;
        padding: 0;
    }

    nav .btn_apoya{
        margin-top: 60px;
    }

    nav :checked ~ .list-nav{
        bottom: 0;
    }

    nav .icon-bars {
        display: block;
    }
}




.footer_redis {
    background-color: #76A929;
    text-align: center;
    padding: 20px 0;
}

.blogs_redis {
    background-color: #76A929;
    text-align: center;
    /* padding: 20px 0px; */
}

.footer-content {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blogs-content {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 20px; */
}

.footer-text h1 {
    /* font-size: 40px; */
    font-weight: bold;
    color: #fff;
    margin: 30px;
}

.footer-logo img {
    /* width: 200px; */
    height: auto;
}

.footer-contact {
    display: flex;
    /* margin-top: 20px; */
    align-items: center;
    justify-content: center;
}

.contact-item {
    display: flex;
    align-items: center;
    font-weight: bold;
    /* font-size: 16px; */
    color: #ffffff;
    margin: 15px 15px;
}

.contact-item i {
    margin-right: 5px;
}

.footer-social i {
    /* font-size: 24px; */
    color: #fff;
    margin: 5px;
    margin-bottom: 10px;
}

.footer-copyright p {
    /* font-size: 16px; */
    color: #fff;
}

/* REDISEÑO DE PORQUE NOS IMPORTA DAR LO MEJOR */

.info_text{
    margin: 10px;
    margin-bottom: 60px;
}

.info_text p{
    color: #76A929;
    font-weight: bold;
    line-height: 0.8;
    font-size: 40px;
    text-align: center;
}

.info_container h4{
    text-align: justify;
    color: rgb(122,168,17);
}

.info_image{ /*falta*/
    max-width: 100%;
    height: auto;
}

.ban_fondo{
    background-image:  url(../redesign/banner02.webp);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Esto hace que la sección ocupe el 100% del alto de la pantalla */
    text-align: center; /* Para centrar el contenido de texto y botón */
    color: #fff;
    /* margin-top: 75px; */
}

.ban_fondo button{
    width: 40%;
    font-size: 30px;
    padding: 2%;
    /* border-radius: 10%; */
}

.equipo_fondo{
    background-image:  url(../redesign/maskgroup.webp);
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Esto hace que la sección ocupe el 100% del alto de la pantalla */
    text-align: center; /* Para centrar el contenido de texto y botón */
    color: #fff;
}

.card-name{
    color: white;
    font-weight: bold;
    text-align: left;
    font-size: 1.4em;
}

.card-charge{
    color: rgb(238, 235, 235);
    text-align: left;
    font-size: 1.0em;
}

.txt-bann {
    position: absolute;
    /* top: 50%;
    left: 70%; */
    transform: translate(-50%, -50%);
    text-align: center;
}

.ban_fondo p {
    font-size: 50px;
    margin-bottom: 20px;

}

.icon-container{
    margin: 8px;
    color: white;
    text-align: center;
}

.card-titleBlog{
    text-align: center;
    color: #76A929;
    font-weight: bold;
    font-size: 25px;
    margin: 5px;
}

.card-textBlog{
    color: black;
    text-align: justify;
    font-size: 20px;
}

.card-autorBlog{
    color: #76A929;
    font-size: small;
    margin: 5px;
}

#items-blog .blog-cont{
    /* margin: 10px; */
    border-radius: 15px;
    border: #76A929 1px solid;
    padding: 15px;
    margin-bottom: 15px;
}

#items-blog{
    margin: 20px;
}

#individual-blog .container-fluid{
    width: 90%;
}

#individual-blog .title-blog{
    margin: 20px;
}

#individual-blog .title-blog p{
    text-align: center;
    color: #76A929;
    font-weight: bold;
    font-size: 30px;
}

#individual-blog .title-blog h6{
    text-align: center;
    color: #76A929;
}

#individual-blog .text-blog p{
    text-align: justify;
    font-size: 18px;
}


#individual-blog .blog-image img{
    width: 100%;
    margin-top: 30px;
    /* margin-bottom: 30px; */
    border-radius: 15px;
}

.responsive-img {
    max-width: 50%;
    height: auto;
    border-radius: 20px;
}

.contenido-centro img{
    max-width: 65%;
    height: auto;
    border-radius: 15px;

}

.contenido-centro .img-rescon{
    justify-content: end;
}

.contenido-centro h4{
    color: #76A929;
    font-size: 30px;
    text-align: justify;
}

.linkedin-container {
    width: 20px; 
    height: 20px; 
    background-color: #fff; 
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.linkedin-container i{
    color: #76A929; 
    font-size: 12px; 
}

.fa-xl{
    font-size: 70px;
    color: #76A929;
    margin: 10px;
    padding-bottom: 40px;
}

.service_container h2{
    color: #76A929;
    font-weight: bold;
    text-align: center;
}

.service_container h4{
    text-align: center;
    color: #76A929;
}

.size_icon{
    margin-bottom: 30px;
    /* text-align: center; */
}

.mb-con{
    margin-top: 60px;
}

.mb-sin{
    margin-top: 30px;
}

.items_all{
    margin: 10px;
    padding-top: 20px;
    text-align: center;
}

.items_flex{
    display: inline-flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #76A929;
    color: #76A929;
    margin: 5px;
}

.bk_color{
    background-color: #76A929;
    color: white;
}

.size_niños{
    font-size: 65px;
}

.size_adolecentes{
    font-size: 95px;

}

.size_adultos{
    font-size: 125px;
}

.imp_text{
    margin: 10px;
    margin-bottom: 40px;
}

.imp_text p{
    font-weight: bold;
    line-height: 0.8;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.bk_color h2{
    font-weight: bold;
    text-align: center;
}

.bk_color h6{
    text-align: center;
}

.imp_solic{
    margin: 20px;
    text-align: center;
    padding-top: 10px;
}

.imp_solic h1{
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
}

.image-map{
    width: 100%;
}

#section-map{
    padding-bottom: 50;
    padding-top: 0;
}

.bk_cita button:hover{
    background-color: #76A929;
    color: white;
    border-color: #76A929;
}

.marg_cita{
    margin: 40px;
}

#items-base .card p{
    color: white;
    font-size: 23px;
    text-align: center;
}

#items-base .card h4{
    color: white;
    text-align: center;
    font-weight: bold;
}

#items-base .card{
    background-color: #76A929;
    margin: 20px;
    border-radius: 20px;
}

.card-image{
    position: relative;
    height: 150px;
    width: 150px;
}

.card-image .card-img{
    height: 100%;
    width: 50%;
    object-fit: cover;
}

/* CARD IMAGES */
#reconocimientos .card p{
    color: white;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}


#reconocimientos .card h4{
    color: white;
    text-align: center;
    font-weight: bold;
}

#reconocimientos .card{
    background-color: #76A929;
    /* margin: 20px; */
    border-radius: 20px;
}

.equipo_fondo .card{
    background-color: #76A929;
    margin: 10px;
}



.image-reserva{
    background-image: url(../redesign/viewCita.webp);

}

.image-sumate{
    background-image: url(../redesign/viewSumate.webp);

}

.image-reserva,
.image-sumate {
    flex: 1;
    background-size: cover;
    background-position: center center;
    height: 500px;
}

.center-it {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.image-reserva p{
    color: white;
    font-size: 40px;
    font-weight: bold;
    /* margin: 20px; */
}

.image-sumate p{
    color: white;
    font-size: 45px;
    font-weight: bold;
    /* margin: 20px; */
}

.center-it button{
    font-weight: bold;
    font-size: 25px;
}


/* SLIDER */

.carrusel{
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    align-items: center;
    /* height: 100vh; */
}

.carrusel-items{
    display: flex;
    border-radius: 10px;
    padding: 40px 0px;
    margin: 10px;
}

.carrusel-item{
    min-width: 200px;
    max-width: 200px;
    /* height: 200px; */
    /* background-size: cover;
    border-radius: 50%; */
}

.carrusel-item img{
    width: 70%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-color: #76A929;
    border-radius: 50%;
    margin: 0 auto;
    border-color: #76A929;
    border-width: 2px;
    border-style: solid
}

.carrusel-item:hover{
    transform: scale(1.3);
}


.rounded-custom{
    border-radius: 20px;
}

.rounded-custom img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.rounded-card{
    border-radius: 10px;
}
.rounded-card img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



.equipo-center {
    width: 50%; /* Define el ancho máximo de la imagen */
    height: auto;
    /* text-align: center; */
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;

}



/*
---------------------------------------------
equs
---------------------------------------------
*/

  #equs {
    padding-top: 100px;
    background-image: url(../redesign/maskgroup.webp);
    padding-bottom: 120px;
  }

  #equs .section-heading {
    margin-bottom: 70px;
  }

  #equs .section-heading h6 {
    padding-left: 0px;
  }

  #equs .section-heading h6:before {
    display: none;
  }

  #equs .equ-item {
    text-align: justify;
    border: 1px solid #afafaf;
    /* padding: 5px; */
    transition: all .5s;
    border-radius: 3px;
    margin: 10px;
  }

  #equs .equ-item .thumb {
    position: relative;
    width: 60%;
  }

  #equs .equ-item{
    border-radius: 15px;
    border-color: transparent;
  }

  #equs .equ-item .thumb img {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }

  #equs .equ-item .down-content {
    margin: 15px;
    justify-content: center;
    align-items: center;

  }

  #equs .equ-item .cont-content {
   background-color: #76A929;
   position: relative;
    width: 60%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    justify-content: center;
    align-items: center;
  }

  #equs .equ-item .down-content h4 {
    transition: all .3s;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  #equs .equ-item .down-content span {
    font-size: 13px;
    color: #fff;
  }


.btn_apoya{
    background-color: rgb(122,168,17);
    color: white;
    font-size: 1.3rem;
    border-radius: 15px;
    padding: 1px 30px;
    font-weight: bold;
}

.btn_apoya:hover{
    background-color: white;
    color: #76A929;
}

.btn_reserva{
    background-color: white;
    color: rgb(122,168,17);
    font-size: 1.2rem;
    border-radius: 15px;
    padding: 1px 30px;
}

.btn_reserva:hover{
    background-color: rgb(122,168,17);
    color: white;
}

/* AREA DE PROGRAMAS */
.papers-programas {
	position:relative;
	width:90%;
	padding:2em;
	margin:0px auto;
	margin-top:40px;
	font-size:12px;
    border-color: rgb(186, 203, 20);
}
.papers-programas:before,.papers-programas:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateZ(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotateZ(2.5deg);
	z-index:-1;
}
.papers-programas:after {
	-webkit-transform:rotateZ(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotateZ(-2.5deg);
}
.papers-programas h4 {
	font-size:1.9rem;
	font-weight:normal;
	text-align:center;
	padding:0.2em 0;
	margin:10px;
    font-weight: bold;
    color: #76A929;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.papers-programas p {
	/* margin:1.5em 0; */
    /* color: rgb(112, 164, 17); */
    color: black;
    font-size: 18px;
}
.papers-programas img {
	width: 170px;
    height: 170px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
}

.contenedor{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
---------------------------------------------
reservation
---------------------------------------------
*/




  #reservation .phone,
  #reservation .message {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 0px 20px 0px;
  }

  #reservation .phone i,
  #reservation .message i {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #fff;
    background-color: rgb(186,203,20);
    border-radius: 50%;
    font-size: 24px;
    margin-top: -35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #reservation .phone h4,
  #reservation .message h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #reservation .phone span a,
  #reservation .message span a {
    font-size: 14px;
    color: #2a2a2a;
    transition: all .3s;
  }

  #reservation .phone span a:hover,
  #reservation .message span a:hover {
    color: #2eb650;
  }

  #contact-cita,
  #contact-citad{
    padding: 8px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 30px;
  }
  
  #contact-cita h4,
  #contact-citad h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #2a2a2a;
    margin-bottom: 30px;
  }

  #contact-sumate {
    padding: 8px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 30px;
  }
  
  #contact-sumate h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #2a2a2a;
    margin-bottom: 30px;
  }

  #contact-donar {
    padding: 8px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 30px;
  }
  
  #contact-donar h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #2a2a2a;
    margin-bottom: 30px;
  }

  .datepicker-days {
    padding: 30px;
    cursor: pointer;
  }

  /* .contact-form input, */
  /* .contact-form textarea, */
  .contact-form select {
    color: #2a2a2a;
    font-size: 14px;
    border: 1px solid #76A929;
    background-color: #fff;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    outline: none;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  
 .contact-form .row-cita input,
 .contact-form .row-citad input,
 .contact-form .row-donar input,
 .contact-form .row-sumate input {
    color: #2a2a2a;
    font-size: 14px;
    border: 1px solid #76A929;
    background-color: #fff;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    outline: none;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }

  .contact-form input:focus,
  .contact-form textarea:focus,
  .contact-form select:focus {
    border-color: #76A929;
  }


  .contact-form input{
    border-color: #76A929;
    border-radius: 12px;
  }

  .contact-form select{
    border-color: #76A929;
    border-radius: 12px;
  }


  .contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
  }

  #contact-form-text{
    margin-top: 25px;
    color: #76A929;
    text-align: center;
    font-size: 20px;
  }
  #btn-form-close{
    background:none;
    border:none;
    font-size: 30px;
    color: #76A929;
    margin-left: 84%;
    position: absolute;
    margin-bottom: 3%;
  }

  .contact-form ::-webkit-input-placeholder { /* Edge */
    color: #2a2a2a;
  }

  .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2a2a2a;
  }

  .contact-form ::placeholder {
    color: #2a2a2a;
  }

   /*Modal*/

   #modalDonar,
   #modalDonacion{
    background-color: #ffffff;
    border:1px solid rgb(119,169,40);
    width: 80%; 
    max-width: 1000px; 
    max-height: 600px;
    margin: auto; 
    height: auto;
    background-color: white; 
    border: 1px solid #ccc;
    border-radius: 10px; 
  }

  #modalDonar h4,
  #modalDonacion h4{
    color: rgb(122,168,17);
  }

  #modalDonar fieldset,
  #modalDonacion fieldset{
    font-weight: bold;
  }

  #modalDonar .btn-style,
  #modalDonacion .btn-style{
    font-size: 25px;
    color: white;
    font-weight: bold;
    background-color: #76A929;
    text-align: center;
    border-radius: 25px;
    margin-top: 20px;
  }

  #modalDonar .txt-donar p,
  #modalDonacion .txt-donar p{
    color: #76A929;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    
  }
  
  @media (max-width: 768px) {
    #modalDonar,
    #modalDonar {
        width: 95%; 
        max-width: none;
    }
 }

 #btn-donar-close,
 #btn-donacion-close {
    background: none;
    border: none;
    font-size: 5vh; 
    color: #76A929;
    position: absolute;
    top: 3vh; 
    right: 3vw; 
}


@media (max-width: 768px) {
    #btn-donar-close {
        font-size: 8vw; 
        top: 2vh; 
        right: 2vw; 
    }
}


  /* MODAL PARA LAS CITAS */
  #modalCita,
  #modalCitad{
    background-color: #ffffff;
    border:1px solid rgb(119,169,40);
    width: 80%; 
    max-width: 600px; 
    max-height: 650px;
    margin: auto; 
    height: auto;
    background-color: white; 
    border: 1px solid #ccc;
    border-radius: 10px; 
  }

  #modalCita h4, 
  #modalCitad h4{
    color: rgb(122,168,17);
  }

  #modalCita fieldset,
  #modalCitad fieldset{
    font-weight: bold;
  }

  #modalCita .btn-style,
  #modalCitad .btn-style{
    font-size: 25px;
    color: white;
    font-weight: bold;
    background-color: #76A929;
    text-align: center;
    cursor: pointer;
    margin: 0 auto; 
    display: flex;
    border-radius: 25px;
  }

  #modalCita .txt-cita p,
  #modalCitad .txt-cita p{
    color: #76A929;
    text-align: center;
    font-weight: bold;
    margin: 20px;
  }

  @media (max-width: 768px) {
    #modalCita,
    #modalCitad {
        width: 95%; 
        max-width: none;
    } 
 }

 #btn-cita-close,
 #btn-citad-close {
    background: none;
    border: none;
    font-size: 5vh; 
    color: #76A929;
    position: absolute;
    top: 3vh; 
    right: 3vw; 
}


@media (max-width: 768px) {
    #btn-cita-close,
    #btn-citad-close {
        font-size: 8vw; 
        top: 2vh; 
        right: 2vw; 
    }
}

 /* MODAL PARA EL VOLUNTARIADO */
 #modalSumate{
    background-color: #ffffff;
    border:1px solid rgb(119,169,40);
    width: 80%; 
    max-width: 600px; 
    max-height: 600px;  
    margin: auto; 
    height: auto;
    background-color: white; 
    border: 1px solid #ccc;
    border-radius: 10px; 
  }

  #modalSumate h4{
    color: rgb(122,168,17);
  }

  #modalSumate fieldset{
    font-weight: bold;
  }

  #modalSumate .btn-style{
    font-size: 25px;
    color: white;
    font-weight: bold;
    background-color: #76A929;
    text-align: center;
    border-radius: 25px;
    margin-top: 20px;
  }
  
  @media (max-width: 768px) {
    #modalSumate {
        width: 95%; 
        max-width: none;
    }
 }

 #btn-sumate-close {
    background: none;
    border: none;
    font-size: 5vh; 
    color: #76A929;
    position: absolute;
    top: 3vh; 
    right: 3vw; 
}


@media (max-width: 768px) {
    #btn-sumate-close {
        font-size: 8vw; 
        top: 2vh; 
        right: 2vw; 
    }
}

  .apoya-modal{
    text-align: center;
  }

  .apoya-modal img{
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    width: 50%;
    margin: 10px;
  }

  .apoya-modal h2{
    margin: 10px;
    font-weight: bold;
  }

  .center-image{
    display: flex;
    justify-content: center;
    text-align: center;
 }

 #modalDonar::backdrop,
 #modalDonacion::backdrop,
 #modalCita::backdrop,
 #modalCitad::backdrop,
 #modalSumate::backdrop,
 #modalSumate::backdrop{
   background-color: rgba(0,0,0,0.55);
 }


  .tipo-persona .form-check{
    margin-left: 20px;
  }


  /* RESPOSIVE DESIGN */

  @media  screen and (min-width: 1024px) { /* For desktop */
    .info_container{
        width: 80%;
    }

    .impacto_container{
        width: 70%;
    }

    .cita_container{
        width: 50%;
    }

    .service_container{
        width: 70%;
    }

    /* Esto es parte del footer */
    .footer-text h1 {
        font-size: 40px;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer-images {
        display: grid;
        grid-template-columns: repeat(4, 0fr);
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .footer-images img {
        /* max-width: 100%;  */
        height: auto; 
        width: 200px; 
        height: 200px; 
    }


    .contact-item {
        font-size: 16px;
    }

    .footer-social i {
        font-size: 24px;
    }

    .footer-copyright p {
        font-size: 16px;
    }

    .bk_cita p{
        font-size: 60px;
        line-height: 3.4rem;
        margin: 40px;
    }

    .bk_cita button{
        background-color: white;
        color: #76A929;
        padding: 1px 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 30px;
        font-size: 25px;
        font-weight: bold;
        border-color: white;
    }

    .ban_txt{
        color: #76A929;
        font-size: 80px;
        font-weight: bold;
        margin: 20px;
        line-height: normal;
        text-align: center;
        margin-top: 40px;
    }

    .ban_img{
        width: 769px;
        height: 700px;
        fill: none;
    }

    .txt-bann {
        width: 30%;
        top: 50%;
        left: 70%;
    }

    .display-it{
        display: flex;
    }

    .top-cat{
        margin-top: 10px;
    }

    .tipo-persona{
        display: flex;
    }
  }

  @media  screen and (min-width: 767px) and (max-width: 1023px) { /* For tablet */
    .info_container{
        width: 90%;
    }

    .impacto_container{
        width: 80%;
    }

    .cita_container{
        width: 80%;
    }

    .service_container{
        width: 90%;
    }

    /* Esto es parte del footer */
    .footer-text h1 {
        font-size: 20px;
    }

    .footer-logo img {
        width: 60px;
    }

    .footer-images {
        display: grid;
        grid-template-columns: repeat(4, 0fr);
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .footer-images img {
        /* width: 200px;  */
        height: auto;
    }

    .contact-item {
        font-size: 13px;
    }

    .footer-social i {
        font-size: 20px;
    }

    .footer-copyright p {
        font-size: 13px;
    }

    .bk_cita p{
        font-size: 40px;
        line-height: 3.3rem;
        margin: 40px;
    }

    .bk_cita button{
        background-color: white;
        color: #76A929;
        padding: 1px 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 30px;
        font-size: 25px;
        font-weight: bold;
        border-color: white;
    }

    .ban_txt{
        color: #76A929;
        font-size: 70px;
        font-weight: bold;
        margin: 20px;
        line-height: normal;
        text-align: center;
    }

    .ban_img{
        width: 769px;
        height: 633px;
        fill: none;
    }
    .txt-bann {
        width: 50%;
        top: 50%;
        left: 50%;
    }

    .display-it{
        display: flex;
    }

    .top-cat{
        margin-top: 15px;
    }

    .tipo-persona{
        display: flex;
    }

    .contenido-centro img{
        max-width: 100%;
        /* height: auto;
        border-radius: 15px; */
    
    }
    
    .contenido-centro .img-rescon{
        justify-content: center
    }

  }

  @media  screen and (max-width: 767px) { /* For smartphone */
    .info_container{
        width: 90%;
    }

    .contenido-centro img{
        max-width: 90%;
    }

    .impacto_container{
        width: 90%;
    }

    .cita_container{
        width: 90%;
    }

    .service_container{
        width: 90%;
    }

    /* Esto es parte del footer */
    .footer-text h1 {
        font-size: 20px;
    }

    .footer-logo img {
        width: 60px;
    }

    .footer-images {
        display: grid;
        grid-template-columns: repeat(2, 0fr);
        justify-content: center;
        align-items: center;
    }

    .footer-images img {
        /* width: 200px;  */
        width: 150px;
    }

    .contact-item {
        font-size: 13px;
    }

    .footer-social i {
        font-size: 20px;
    }

    .footer-copyright p {
        font-size: 13px;
    }

    .bk_cita {
        background-size: 110%;
    }

    .bk_cita p{
        font-size: 20px;
        line-height: 2.0rem;
        margin: 40px;
    }

    .bk_cita button{
        background-color: white;
        color: #76A929;
        padding: 1px 25px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 30px;
        font-size: 20px;
        font-weight: bold;
        border-color: white;
    }

    .ban_txt{
        color: #76A929;
        font-size: 50px;
        font-weight: bold;
        margin-top: 20px;
        line-height: normal;
        text-align: center;
    }

    .ban_img{
        width: 769px;
        height: 433px;
        fill: none;
        margin: 10px;
    }

    .txt-bann {
        width: 90%;
        top: 50%;
        left: 50%;
        
    }

    .txt-bann p{
        font-size: 40px;
    }

    .display-it{
        /* display: flex; */
        flex-direction: column;
    }

    .contenido-centro h4{
        font-size: 25px;
    }
    .contenido-centro img{
        max-width: 90%;
    }

    .top-cat{
        margin-top: 30px;
    }

    .fa-xl{
        font-size: 40px;
        margin: 10px;
        padding-bottom: 20px;
    }

    .service_container h2{
        color: #76A929;
        font-weight: bold;
        text-align: center;
        font-size: 25px;
    }

    .service_container h4{
        text-align: center;
        color: #76A929;
        font-size: 18px;
    }


    .size_niños{
        font-size: 55px;
        margin: 10px;
    }

    .size_adolecentes{
        font-size: 75px;
        margin: 10px;
    }

    .size_adultos{
        font-size: 105px;
        margin: 10px;
    }
    .bk_color h2{
        font-weight: bold;
        text-align: center;
        font-size: 23px;
    }

    .bk_color h6{
        text-align: center;
        font-size: 14px;

    }
    .contenido-centro .img-rescon{
        justify-content: center;
    }

    #modalSumate{
        max-height:none;
        margin: 10px;
    }
    .tipo-persona{
        display: flex;
        flex-direction: column;
    }
    .payment-methods .plin {
        max-width: 50%;
    }
  }

.card {
    text-align: center;
}
.card img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .slick-prev, .slick-next {
        display: none !important;
    }
    .slick-dots {
        display: none !important;
    }
    .slick-slide {
        margin: 0 15px;
    }
}