.slide{
    width: 100%;    
    background-color: #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .slide-contenedor{
    position: absolute;
    width: 100%;
    top: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.slide .slide-contenedor .slide-texto{
    font-family: "Raleway", serif;
    text-align: center;
    padding: 0 15px;
    
    
}

.slide h1, #homeSlide h5{
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.7);
}

.slide p, #homeSlide p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.7);
}

#homeSlide .slide-tapa{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}

.centrado-h{
    display: flex;
    justify-content: center;
}

 .centrado-h-v{
    display: flex;
    align-items: center;
    justify-content: center;
}

 .centrado-d-v{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


 .centrado-v{
    display: flex;
    align-items: center;
    
}

.cierre{
    background-image: url('../img/bg-pie.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 64px;

}

.cierre-amarillo{
    background-color: #eee7d4;
}

header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
 
}

header .logo{
    margin: 10px 0 0 0;
}

header #menu-principal{
    list-style: none;
    padding: 0;
    margin: 25px 0 0 30px;
    font-family: "Raleway", serif;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

header #menu-principal li{
    display: inline-block;
    margin: 0 10px 0 10px;
}

header .menu-item{
    position: relative;
}

header .sub-menu{
    width: 200px;   
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;    
    margin: 0;
    padding: 0;
    display: none;
    
}

header .menu-item-has-children.open > .sub-menu {
  display: block;
}



header .sub-menu li{
    display: block !important;
    margin: 0 0 10px 0 !important;
    background-image: url('../img/circulo.svg');
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: left center;
    padding-left: 15px;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.7);
}

header #menu-principal a{
    color: #ffffff;
}

header #menu-principal a:hover{
    color: #8abd2e;
    text-decoration: none;
}


header #menu-principal .destacado a:hover{
    color: #000000;
    text-decoration: none;
}

header #menu-principal .destacado{
    background-color: #8abd2e;
    padding: 5px 10px;
    border-radius: 25px;
}

.sombra-superior{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 96%);
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 888;
    top:0;
    left:0;
    
}

.btn-menu-abrir, .btn-menu-cerrar, .reserva-visita{
    display: none;
}

    .escritorio{
        display: block !important;
    }

    .telefono{
        display: none !important;
    }


/*XL*/ @media (min-width:1200px){}

/*LG*/ @media (max-width:1199px) and (min-width:992px){
    header #menu-principal{
        margin: 25px 0 0 30px;        
        font-size: 12px;
        
    }
}

/*MD*/ @media (max-width:991px) and (min-width:768px){
    header .logo{
        margin: 10px 0 0 0;
        width: 200px;
    }

    header #menu-principal{
        display: none;
    }

    .btn-menu-abrir, .btn-menu-cerrar{
        width: 50px;
        margin-top: 20px;        
    }

    .btn-menu-abrir{
        display: inline-block !important;
    }
    
    .boton-verde{
        display: inline-block !important;
        margin-top: 20px;
    }

    .reserva-visita{
        width: 150px;
    }

    .slide{
        width: 100%;
               
    }

    
    
    
    
}

 @media (max-width:767px){

    .escritorio{
        display: none !important;
    }

    .telefono{
        display: block !important;
    }

    header .logo {
        margin: 25px 0 0 0;
        width: 140px;
    }

    header #menu-principal{
        
        display: none;
    }



    .btn-menu-abrir, .btn-menu-cerrar{
        width: 50px;
        margin-top: 20px;        
    }

    .btn-menu-abrir{
        display: inline-block !important;
    }
    
    .boton-verde{
        display: inline-block !important;
        margin-top: 20px;
    }

    .reserva-visita{
        width: 150px;
    }


    .slide{
        width: 100%;
        
       
    }

    .cierre{
            margin-bottom: -1px;
    background-image: url('../img/bg-pie-m.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 60px;

}
 }

.menu-telefono{
    display: none;
}

 @media (max-width:991px){

    .slide h1, #homeSlide h5 {
   
    font-size: 25px;
   
   
}

    .menu-telefono{
        display: none;
        position: absolute;
        width: 100%;
        top: 20px;
        left: 0;
        height: 100vh;
        background-color: #ece5d2;
        padding: 30px 0 0 0;
        font-family: "Raleway", serif;
        font-weight: 500;
    }

    .btn-menu-abrir.oculto, .btn-menu-cerrar.oculto{
        display: none !important;
    }

    .btn-menu-abrir.activo, .btn-menu-cerrar.activo{
        display: inline-block !important;
    }

    .menu-telefono a{
        color: #371c0a;
    }

    .menu-telefono .menu{
        list-style: none;
        text-align: center;
        margin: 0 !important;
        padding: 0;
    }

    .menu-telefono .menu li{
        font-size: 30px;
        margin: 0 0 15px 0;
    }

    .menu-telefono  .sub-menu {
        text-shadow: none;
        list-style: none;
        width: 100%;
        position: unset;
        top: 15px;
        left: 0;
        text-align: center;
        margin: 0 0 30px 0;
        padding: 0;
        display: none;
}


    .menu-telefono  .sub-menu li {
        display: block !important;
        margin: 0 0 10px 0 !important; 
        padding-left: 0px;
        text-shadow: none;
        background-image: none;
        font-size: 20px;
}
 }

/* COMUNES */

body{
    font-family: "Raleway", serif;
}

h2{
    font-weight: 600;
    font-size: 25px;
    color: #371c0a;
    text-align: center;
}

.seccion-bajada{
    font-weight: 400;
    font-size: 10px;
    color: #371c0a;
}

.boton-verde{
    background-color: #8abd2e;    
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    padding: 15px 30px 15px 30px;
  
}

a.boton-verde{
    color: #ffffff;
    font-weight: 700;
}

a:hover{
    text-decoration: none;
}

.owl-carousel .owl-stage {
    padding: 0 0 15px 0;
}

.owl-nav{
    width: 80px;
    height: 60px;
    margin: 0 auto;
    
    position: relative;
}

.owl-nav .owl-prev{
    width: 35px;
    height: 35px;
    background-image: url('../img/prev.svg');
    position: absolute;
    left: 0;
    top: 0;
}
.owl-nav .owl-next{
    width: 35px;
    height: 35px;
    background-image: url('../img/next.svg');
    position: absolute;
    right: 0;
    top: 0;
}


/* QUIENES SOMOS */

#quienesSomos{
    width: 100%;


}

#quienesSomos .fondo-inicio{
    padding: 60px 0 30px 0;
    background-color: #f0e9d6;
    background-image: url('../img/bg-somos-escritorio.jpg');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}


#quienesSomos .seccion-bajada{
    text-align: center;
    margin: 0 0 25px 0;
    
}

#quienesSomos .boton-verde{
    display: block;
    width: 150px;
    margin: 0 auto;

}

#quienesSomos .pajaro-a{
    width: 250px;
    position: absolute;
    bottom: -90px;
    right: 0;
}

#quienesSomos .pajaro-b{
    width: 250px;
    position: absolute;
    bottom: -60px;
    left: 0;
}

/* ESTILOS DE LA SECCION */
#quienesSomos .franja-nuestraRazon{    

    background-color: #eee7d4;   
    
}

#quienesSomos .franja-nuestraRazon-superior{
    width: 100%;
    height: 114px;
    background-image: url('../img/bg-somos-escritorio-seccion-superior.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: -114px;
    position: relative;
}

#quienesSomos .franja-nuestraRazon-inferior{
    width: 100%;
    height: 65px;
    background-image: url('../img/bg-somos-escritorio-seccion-inferior.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: -15px;
    position: relative;
}

#quienesSomos .franja-nuestraRazon h1{
   font-family: "Raleway", serif;
   font-weight: 900;
   font-size: 45px;
   color: #371c0a;
   margin-bottom: 30px;
}

#quienesSomos .franja-nuestraRazon .foto{
    width: 300px;
    margin: -115px auto 0 auto;
}

#quienesSomos .franja-nuestraRazon .botones{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#quienesSomos .franja-nuestraRazon .botones .boton{
    font-family: "Raleway", serif;
    width: 120px;
    height: 40px;
    background-color: #371c0a;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    cursor: pointer;

}

#quienesSomos .franja-nuestraRazon .botones .boton:hover, #quienesSomos .franja-nuestraRazon .botones .boton.activo{

    background-color: #8abd2e;

}

#quienesSomos .franja-nuestraRazon .texto{
    margin-top: 30px;
    font-family: "Raleway", serif;
    font-size: 12px;
    display: block;

}

#quienesSomos .franja-nuestraRazon .texto.oculto{
    display: none;

}

#quienesSomos .franja-laReserva{
    padding: 60px 0;
    background-color: #ffffff;
     font-family: "Raleway", serif;
}

#quienesSomos .franja-laReserva h2{
    font-weight: 600;
    font-size: 25px;
    color: #371c0a;
}

#quienesSomos .franja-laReserva h3{
    font-weight: 700;
    font-size: 12px;
    color: #371c0a;
}

#quienesSomos .franja-laReserva p{
    font-weight: 400;
    font-size: 12px;
    color: #371c0a;
}

.franja-laReserva .owl-carousel .owl-stage-outer {
  padding: 70px 0;
}


.franja-laReserva .owl-carousel .owl-item {
  transition: transform 0.3s ease, z-index 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0.6;
  z-index: 1;
  position: relative;
  width: 300px;
  height: 168px;
  margin: 0 auto;
 
  background-color: #8abd2e;
}

.franja-laReserva .owl-carousel .owl-item.center {
  transform: scale(1.3);
  opacity: 1;
  z-index: 10;
    box-shadow: 0px 5px 14px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 14px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 14px 1px rgba(0,0,0,0.75);
  
}

.franja-laReserva  .item .tapa{
    width: 100%;
    height: 120%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.franja-laReserva .item .tapa img{
    width: 140px;
}


.owl-dots {
    margin-top: 30px;
    text-align: center;
    display: block;
  }
  
.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #371c0a;
  }
  
 .owl-dot.active {
    background-color: #8abd2e;
      width: 10px !important;
      height: 10px !important;
      border-radius: 35px !important;
  }

#quienesSomos .franja-importancia{
    
    background-color: #371c0a;
    color: #ffffff;
    font-family: "Raleway", serif;
    position: relative;

}

#quienesSomos .franja-importancia .fondo-izquierda{
    position: absolute;
    width: 300px;
    height: 400px;
    background-image: url('../img/bg-somos-importancia-izq.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    left: 0;
    bottom: 0;
}

#quienesSomos .franja-importancia .fondo-derecha{
    position: absolute;
    width: 300px;
    height: 400px;
    background-image: url('../img/bg-somos-importancia-der.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    right: 0;
    top: 0;
}

#quienesSomos .franja-importancia h2{
   font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    margin-top: 60px;
}

#quienesSomos .franja-importancia p{
   font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    
}

#quienesSomos .franja-importancia p:last-child{
   font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 60px;
}

#quienesSomos .franja-cifras{
    padding: 60px 0;
    font-family: "Raleway", serif;
}

#quienesSomos .franja-cifras .modulos{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

#quienesSomos .franja-cifras .modulo{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 0 0;
    flex-direction: column;
    flex-wrap: nowrap;
}

#quienesSomos .franja-cifras .modulo .modulo-numero{
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    
}

#quienesSomos .franja-cifras .modulo .modulo-texto{
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    line-height: 28px;
    padding: 0 5px;
}

#quienesSomos .franja-cifras .modulo .modulo-texto-chico{
    font-weight: 300;
    font-size: 12px;
    text-align: center;    
    padding: 0 5px;
}


#quienesSomos .franja-unicos{
    font-family: "Raleway", serif;
}

#quienesSomos .franja-unicos h2{
    margin-bottom: 60px;
    font-size: 25px;
    text-align: center;
}



#quienesSomos .franja-unicos .franja-unicos-superior{
    width: 100%;
    height: 114px;
    background-image: url('../img/bg-somos-escritorio-seccion-superior.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

#quienesSomos .franja-unicos .franja-unicos-centro{
    background-color: #eee7d4;
    background-image: url('../img/somos-unicos-sapo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 800px auto;
    
}

#quienesSomos .franja-unicos .franja-unidos-centro-resenas{
    background-color: #eee7d4;
    padding: 30px 0;
}

#quienesSomos .franja-unicos .franja-unidos-centro-resenas h2{
    margin-bottom: 15px;    
}

#quienesSomos .franja-unicos .franja-unicos-inferior{
    width: 100%;
    height: 65px;
    background-image: url('../img/bg-somos-escritorio-seccion-inferior.png');
    background-repeat: no-repeat;
    background-position: center bottom;    
    position: relative;
}

#quienesSomos .franja-unicos .franja-unicos-centro .modulo{
    background-color: #371c0a;
    color: #ffffff;
    border-radius: 15px;
    padding: 10px;
    margin: 0 0 15px 0;   
}

#quienesSomos .franja-unicos .franja-unicos-centro .verde{
    background-color: #8abd2e;

}

#quienesSomos .franja-unicos .franja-unicos-centro .modulo h3{
    font-weight: 600;
    font-size: 25;
    margin: 0;
}

#quienesSomos .franja-unicos .franja-unicos-centro .modulo p{
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

#quienesSomos .franja-unicos .franja-unicos-centro .modulo .icono{
    width: 60px;
    height: 60px;
    
}

#quienesSomos .franja-unicos ul{
    color: #371c0a;
}

#quienesSomos .franja-unicos ul h4{
    font-weight: 700;
    font-size: 12px;
}

#quienesSomos .franja-unicos ul p{
    font-weight: 400;
    font-size: 10px;
}

#quienesSomos .franja-equipo{
    font-family: "Raleway", serif;
    padding: 60px 0;
}


#quienesSomos .franja-equipo .miembro{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

#quienesSomos .franja-equipo .miembro .foto{
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto ;
}

#quienesSomos .franja-equipo .miembro h4{
    color: #371c0a;
    font-weight: 700;
    font-size: 16px;
}

#quienesSomos .franja-equipo .miembro p{
    color: #000000;
    font-weight: 400;
    font-size: 12px;
}

/*LG*/ @media (max-width:1199px) and (min-width:992px){
    #quienesSomos .boton-verde{
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }
}
/*MD*/ @media (max-width:991px) and (min-width:768px){
    #quienesSomos .pajaro-a{
        width: 150px;
        
        bottom: -90px;
        right: 0;
    }
    
    #quienesSomos .pajaro-b{
        width: 150px;
        
        bottom: -60px;
        left: 0;
    }

}
/*SS*/ @media (max-width:767px){

    #quienesSomos .boton-verde{
        width: 140px;
        margin: 0 auto;
        display: block !important;
    }

    #quienesSomos .pajaro-a {
        width: 150px;
        bottom: -49px;
        right: -80px;
    }
    
    #quienesSomos .pajaro-b {
        width: 150px;
        bottom: -35px;
        left: -86px;
    }

    #quienesSomos .franja-cifras .modulos {
    
    flex-wrap: wrap;
    flex-direction: row;
    }

    #quienesSomos .franja-cifras .modulo {

    margin: 0 auto 30px auto;

}   

#quienesSomos .franja-nuestraRazon-superior{
    
    height: 60px;
    background-image: url('../img/bg-02-m.png'); 
    margin-top: -59px;
   
}

#quienesSomos .franja-nuestraRazon h1{
   font-family: "Raleway", serif;
   font-weight: 900;
   font-size: 35px;
   color: #371c0a;
   margin-bottom: 30px;
   text-align: center;
}

#quienesSomos .franja-nuestraRazon .foto{
    width: 100%;
    margin: 0 auto 0 auto;
}

#quienesSomos .franja-importancia .fondo-izquierda{
    display: none;
}

#quienesSomos .franja-importancia .fondo-derecha{
    display: none;
}


#quienesSomos .franja-unicos .franja-unicos-centro {
    background-color: #eee7d4;
    background-image: none;

}

.franja-laReserva .item .tapa {
  
    height: 130%;

}
}

/* QUE HACEMOS */

#queHacemos{
    width: 100%;
    font-family: "Raleway", serif;
}

#queHacemos .fondo-inicio{
    padding: 90px 0;
}

#queHacemos h2, #queHacemos .seccion-bajada{
    text-align: left;
}

#queHacemos .seccion-bajada{
    margin: 0 0 25px 0;
    
}

#queHacemos .boton-verde{
    margin: 0 auto 0 0;
    width: 150px;
}

#queHacemos .foto-a{
    width: 215px;
    position: absolute;
    bottom: -75px;
    right: 135px;
    z-index: 100;
}

#queHacemos .foto-b{
    width: 190px;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 200;
}

#queHacemos .franja-progamas-superior{
    background-image: url('../img/bg-somos-escritorio-seccion-superior.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    position: relative;
    margin: -100px  0 0 0 ;

}

#queHacemos .franja-progamas-medio{
    width: 100%;
    background-color: #eee7d4;
    padding-bottom: 120px;
    background-image: url('../img/bg-hojas-inferior.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
}



#queHacemos .franja-progamas-medio h1{
   font-family: "Raleway", serif;
   font-weight: 900;
   font-size: 45px;
   color: #371c0a;
   margin-bottom: 30px;
}

#queHacemos .franja-progamas-medio ul{
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
    list-style-image: url('../img/programas-pelota.svg');
}

#queHacemos .franja-progamas-medio ul li{
    margin-bottom: 15px;
    
}


#queHacemos .franja-progamas-medio ul h3{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: #371c0a;

}

#queHacemos .franja-progamas-medio ul p{
    font-weight: 400;
    font-size: 16px;
    margin: 0;

}

#queHacemos .seccion-secuencia{
    color: #ffffff;
    margin-top: 60px;
    padding: 5px;
}

#queHacemos .seccion-secuencia .secuencia-modulo{
    width: 260px;
    height: 300px;
    background-color: #8abd2e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    overflow: hidden;
    margin: 0 auto;
    

}

#queHacemos .seccion-secuencia .secuencia-modulo .tapa{
    width: 100%;
    height: 300px;
    background: rgb(55,28,10);
    background: linear-gradient(180deg, rgba(55,28,10,0) 12%, rgba(55,28,10,0.804359243697479) 96%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
}

#queHacemos .seccion-secuencia .secuencia-modulo .tapa h4{
    font-weight: 600;
    font-size: 24px;
}


#queHacemos .franja-donacion{
    background-color: #371c0a;
    height: 350px;
    position: relative;
    
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#queHacemos .franja-donacion h2{
    color: #eee7d4;
    text-align: center;
    font-size: 45px;
    margin-bottom: 15px;
}

#queHacemos .franja-donacion .hojas{
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url('../img/donacion-hojas.png');
    top: 0;
    right: 0;
}


#queHacemos .franja-donacion .foto{
    position: absolute;
    width: 564px;
    height: 350px;
    background-image: url('../img/donacion-foto.png');
    bottom: 0;
    left: 0;
}

#queHacemos .franja-donacion .boton-donar{
    background-color: #8abd2e;
    text-align: center;
    color: #ffffff;
    width: 200px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
}


#queHacemos .franja-sectores{
    padding: 60px 0 0 0;
}

#queHacemos .franja-sectores h2{

    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #371c0a;
    margin-bottom: 60px;
}

#queHacemos .franja-sectores .fondo-amarillo{
    background-color: #ece5d2;
}

#queHacemos .franja-sectores .texto{

    width: 320px;
    margin: 60px 60px 60px auto;
}

#queHacemos .franja-sectores .derecha{

    
    margin: 60px auto 60px 60px ;
}

#queHacemos .franja-sectores .texto h3{
    color: #371c0a;
    font-size: 30px;
    font-weight: 900;
}

#queHacemos .franja-sectores .texto p{
    color: #371c0a;
    font-size: 14px;
    font-weight: 400;
    
}

#queHacemos .franja-sectores .confoto{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#queHacemos .franja-sectores .sector-foto-telefono{
    display: none;
}

/*SS*/ @media (max-width:767px){

    #queHacemos .foto-a{
        width: 215px;
        position: absolute;
        bottom: -59px;
        right: -7px;
        z-index: 100;
    }
    
    #queHacemos .foto-b{
        width: 190px;
        position: absolute;
        bottom: 46px;
        right: 0;
        z-index: 200;
    }

    #queHacemos .boton-verde{
        width: 140px;
        
    }

    #queHacemos .franja-progamas-superior{
    background-image: url('../img/bg-02-m.png');
    height: 60px;
    margin: -59px  0 0 0 ;

    }
    #queHacemos .franja-progamas-medio h1{    
       font-size: 35px;   
    }

    #queHacemos .franja-donacion .hojas, #queHacemos .franja-donacion .foto{
        display: none;
}

    #queHacemos .franja-donacion h2{
        font-size: 35px;
    }

    #queHacemos .franja-sectores h2 {
        font-size: 35px;
    }

    #queHacemos .franja-sectores .sector-foto-telefono{
        display: block;
        margin: 0 -15px 0 -15px;
    }

    #queHacemos .franja-sectores .derecha {
        margin: 60px 60px 60px auto;
    }

    #queHacemos .seccion-secuencia .secuencia-modulo {
        width: 320px;
        height: 360px;
   
    }
    #queHacemos .seccion-secuencia .secuencia-modulo .tapa {
        height: 360px;

    }





}

/* COMO LLEGAR */

#comoLlegar{
    width: 100%;
    height: 475px;
    position: relative;
    background-image: url('../img/bg-mapa.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}






#comoLlegar h2{
    color: #ffffff;
    text-align: left;
}

#comoLlegar .seccion-bajada{
    color: #ffffff;
    text-align: left;
}

#comoLlegar .boton-mapa{
    background-color: #ffffff;
    width: 160px;
    display: block;
    padding: 15px 0;    
    text-align: center;
    border-radius: 25px;

}

#comoLlegar .grafico{
    width: 330px;
    margin-bottom: -100px;
}


/*LG*/ @media (max-width:1199px) and (min-width:992px){
    #comoLlegar{

        background-image: url('../img/bg-mapa-992.jpg');

    }
    
}
/*MD*/ @media (max-width:991px) and (min-width:768px){
    #comoLlegar{

        background-image: url('../img/bg-mapa-768.jpg');

    }
}

/*SS*/ @media (max-width:767px){

    #comoLlegar{

        background-image: url('../img/bg-mapa-576.jpg');

    }
}


/* CIFRAR */

#cifras{
    padding: 60px 0;
}

#cifras .modulo{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 0 0;
    flex-direction: column;
    flex-wrap: nowrap;
}

#cifras .modulo .modulo-numero{
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    
}

#cifras .modulo .modulo-texto{
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    line-height: 28px;
    padding: 0 5px;
}

#cifras .modulo .modulo-texto-chico{
    font-weight: 300;
    font-size: 12px;
    text-align: center;    
    padding: 0 5px;
}


/*SS*/ @media (max-width:991px){
    #cifras{
        padding: 60px 0 30px 0;
    }

    #cifras .modulo{
        margin-bottom: 30px;
        width: 160px;
        height: 160px;
    }

    #cifras .modulo .modulo-texto{
        
        font-size: 18px;        
        line-height: 20px;
 
    }
    
    #cifras .modulo .modulo-texto-chico{
        
        font-size: 12px;         
        
    }
}

/* ACTIVIDADES */

#actividades .franja-medio{

    padding: 60px 0 160px 0;
    background-color: #371c0a;
    


 
}



#actividades .cierre-inferior{
    background-image: url('../img/actividades-fondo-abajo.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
}

#actividades h2, #actividades .seccion-bajada{
    color: #ffffff;
    text-align: center;
}

#actividades .seccion-secuencia{
    color: #ffffff;
    margin-top: 60px;
    padding: 5px;
}

#actividades .seccion-secuencia .secuencia-modulo{
    width: 260px;
    height: 300px;
    background-color: #8abd2e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    overflow: hidden;
    margin: 0 auto;
    

}

#actividades .seccion-secuencia .secuencia-modulo .tapa{
    width: 100%;
    height: 300px;
    background: rgb(55,28,10);
    background: linear-gradient(180deg, rgba(55,28,10,0) 12%, rgba(55,28,10,0.804359243697479) 96%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
}

#actividades .seccion-secuencia .secuencia-modulo .tapa h4{
    font-weight: 600;
    font-size: 24px;
}


#actividades .actividades-franja-superior{
    background-image: url(../img/bg-somos-escritorio-seccion-superior.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    position: relative;
    margin: -100px 0 0 0;
}

#actividades .actividades-franja-medio{

    
    background-color: #ece5d2;
    padding: 0 0 60px 0;
   

}

#actividades .actividades-franja-medio .modulo-impar,#actividades .actividades-franja-medio .modulo-par{
    max-width: 1366px;
    margin: 0 auto 0 auto;

}

#actividades .actividades-franja-medio h3 i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../img/pelota-marron.svg');
    background-repeat: no-repeat;
}

#actividades .actividades-franja-medio .modulo-impar h3{
    color: #371c0a;
    font-weight: 900;
    font-size: 45px;
    margin-left: -30px;
    
}

#actividades .actividades-franja-medio .modulo-impar .foto{
    margin-left: -15px;
    width: 640px;
}

#actividades .actividades-franja-medio .modulo-impar .contenido{
    max-width: 600px;
    margin: 15px auto 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #371c0a;
}

#actividades .actividades-franja-medio .modulo-impar .boton-actividad{
    display: inline-block;
    background-color: #8abd2e;
    text-align: center;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    padding: 0 30px;
    margin-bottom: 15px;
}


#actividades .actividades-franja-medio .modulo-par h3{
    color: #371c0a;
    font-weight: 900;
    font-size: 45px;
    text-align: right;
    margin-right: -30px;
}

#actividades .actividades-franja-medio .modulo-par .foto{
    margin: 0 -15px 0 auto;
    width: 640px;
}

#actividades .actividades-franja-medio .modulo-par .contenido{
    max-width: 600px;
    margin: 15px 10px 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #371c0a;
    text-align: right;
}

#actividades .actividades-franja-medio .modulo-par .boton-actividad{
    display: inline-block;
    background-color: #8abd2e;
    text-align: center;
    color: #ffffff;    
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    margin-bottom: 15px;
    padding: 0 30px;
}

#actividades .actividades-franja-medio .vertical{
    display: flex;
    align-items: center;
}



/*LG*/ @media (max-width:1199px) and (min-width:992px){
    #actividades{
                padding: 60px 0 100px 0;        
        
    }
}
/*MD*/ @media (max-width:991px) and (min-width:768px){
    #actividades{
        padding: 60px 0 70px 0;        

}
}

/*SS*/ @media (max-width:767px){
    #actividades{
        padding: 0;  
        background-size: auto;      

}

    #actividades .cierre-inferior{
        margin-bottom: -1px;
        background-image: url('../img/bg-union-01.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
        
    }

    #actividades .actividades-franja-superior{
    background-image: url(../img/bg-02-m.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    position: relative;
    margin: -58px 0 0 0;
}

    #actividades .seccion-secuencia .secuencia-modulo {
        width: 300px;
        height: 360px;

    }

    #actividades .seccion-secuencia .secuencia-modulo .tapa {
       
        height: 360px;

    }

    #actividades .actividades-franja-medio .modulo-impar,#actividades .actividades-franja-medio .modulo-par{
        margin-bottom: 30px;
    }

    #actividades .actividades-franja-medio .modulo-impar .foto{
    margin: 0 0 0 -15px !important;
    width: 100% !important;
}

   #actividades .actividades-franja-medio .modulo-par .foto {
   
    width: 100% !important;
    position: relative;
}




 #actividades .actividades-franja-medio  h3 i{
    display: none;
 }
    #actividades .actividades-franja-medio .modulo-impar h3 {
    font-size: 30px;
    
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: inline;
}

    #actividades .actividades-franja-medio .modulo-par h3 {
    font-size: 30px;
    
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: inline;
}

#actividades .actividades-franja-medio .modulo-par .contenido, #actividades .actividades-franja-medio .modulo-impar .contenido {    
    margin: 15px auto 0 0;
    font-size: 14px;
    
}


}


/* FORMULARIO */

#formulario{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url('../img/formulario-fondo.jpg');
    background-color: #f0e9d6;
   
    padding: 60px 0;
}

#formulario h2, #formulario .seccion-bajada{
    text-align: left;
    margin-bottom: 30px;
}

#formulario .contenedor-formulario{
    background-color: #371c0a;
    padding: 15px;
    border-radius: 15px;
    color: #ece5d2;
     font-family: "Raleway", serif;
}

#formulario .ff-btn-submit{
    background-color: #8abd2e;
    border: none;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;

}

/*XL*/ @media (max-width:1366px) and (min-width:1200px){
    #formulario{
        background-image: url('../img/formulario-fondo-1200.jpg');

    }
}
/*LG*/ @media (max-width:1199px) and (min-width:992px){
    #formulario{
        background-image: url('../img/formulario-fondo-992.jpg');

    }
}
/*MD*/ @media (max-width:991px) and (min-width:768px){
    #formulario{
        background-image: url('../img/formulario-fondo-992.jpg');

    }
}

/*SS*/ @media (max-width:767px){
    #formulario{
        background-image: url('../img/formulario-fondo-576.jpg');
        background-position: center bottom;
        

    }
}


/* NOTICIAS */


.noticias-bg_inicio{
    background-color: #f0e9d6;
    padding: 60px 0 0 0;
    background-image: url('../img/bg-noticias.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#noticias .seccion-bajada{
    text-align: center;
}

#noticias .seccion-secuencia{
    color: #ffffff;
    margin: 30px 0 60px 0;
    padding: 5px;
}

#noticias .seccion-secuencia{
    color: #ffffff;
    margin-top: 60px;
    padding: 5px;
}

#noticias .seccion-secuencia .secuencia-modulo{
    width: 300px;
    height: auto;
    margin: 0 auto;
    

}

#noticias .seccion-secuencia .secuencia-modulo .secuencia-modulo-foto{

    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    margin: 0 0 15px 0;
}

#noticias .seccion-secuencia .secuencia-modulo a h4{
    color: #371c0a;
    font-weight: 600;
    font-size: 15px;
}

#noticias .seccion-secuencia .secuencia-modulo a p{
    color: #371c0a;
    font-weight: 400;
    font-size: 10px;
}


#noticias .franja-noticias-superior{
    width: 100%;
    height: 114px;
    background-image: url('../img/bg-noticicias-escritorio-seccion-superior.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    margin-top: -100px;
    position: relative;
}

#noticias .franja-noticias{
    background-color: #ffffff;
    padding: 0 0 90px 0;
    background-image: url('../img/bg-noticias-plantas.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    
}

#noticias .franja-noticias .turno-modulo{
    background-color: #ece5d2;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 30px;
}

#noticias .franja-noticias .turno-modulo h3{
    font-size: 30px;
    font-weight: 900;
    color: #371c0a;

}

#noticias .franja-noticias .turno-modulo p{
    font-size: 14px;
    font-weight: 400;
    color: #371c0a;
    
}

#noticias .franja-noticias .turno-modulo .boton-turno{
    display: block;
    background-color: #8abd2e;
    text-align: center;
    color: #ffffff;
    width: 200px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
}

#noticias .franja-noticias .turno-modulo .foto{
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
   
}

#noticias .ff-btn-submit{
    background-color: #8abd2e;
    border: none;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;

}

#noticias .contenido{
    margin-bottom: 30px;
}


/*SS*/ @media (max-width:767px){

    #noticias .franja-noticias-superior{
   
    height: 60px;
    background-image: url('../img/bg-04-m.png');

    margin-top: -58px;
 
}

    #noticias .franja-noticias {
    
    padding: 60px 0 90px 0;
    background-image: none;

}

    #noticias .franja-noticias .turno-modulo .foto {
    margin: 0 auto 15px auto;
    width: 300px;
    height: 300px;
}

    #noticias .franja-noticias .turno-modulo h3 {
    text-align: center;
}

    #noticias .franja-noticias .turno-modulo .boton-turno {
    margin: 0 auto;

}

    #noticias .seccion-secuencia .secuencia-modulo-foto {
        width: 300px;
        height: 360px;

    }

#noticias .seccion-secuencia .secuencia-modulo .secuencia-modulo-foto{

            width: 300px;
        height: 340px;
}



}

/* FOOTER */

footer{
    background-color: #371c0a;
    width: 100%;
     font-family: "Raleway", serif;

    padding: 90px 0 60px 0;
    
}

footer .footer-logo{
    width: 150px;
    margin: -30px auto 0 auto;
}

footer .footer-qr{
    width: 75px;
    margin: 0 auto;
}

footer .footer-redes h5{
    color: #eee7d4;
    text-align: center;
    font-size: 15px;

}

footer .footer-redes .redes{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 160px;
    margin-top: 15px;
   
}

footer .footer-redes .redes .red{
    width: 48px;
}



footer p{
    text-align: center;
    color: #eee7d4;
    margin-top: 30px;
   
    
}

footer #menu-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas */
  gap: 10px; /* Espacio entre columnas/filas si querés */
  list-style: none;
  padding: 0;
}

footer #menu-footer a{
    color: #eee7d4;
    font-size: 12px;
}

#menu-footer  li a::before {
  content: "▶";
  margin-right: 8px;
  color: inherit; /* o poné un color fijo, como #000 */
  font-size: 0.9em; /* opcional, ajusta el tamaño del símbolo */
}



@media (max-width:767px){

    footer .footer-logo{
    width: 150px;
    margin: 0 auto 30px auto;


}

footer .footer-qr{
    width: 75px;
    margin: 0 auto 15px auto;
}

footer #menu-footer{
    display: none;
}

}


/* TURNOS */

#turnos{
    font-family: "Raleway", serif;
}

#turnos .franja-turnos-superior{
    width: 100%;
    height: 114px;
    background-image: url('../img/bg-turnos-escritorio-superior.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    margin-top: -100px;
    position: relative;
}


#turnos .franja-turnos{
    background-color: #371c0a;
    padding: 0 0 60px 0;
    
}

#turnos .franja-turnos .turno-modulo{
    background-color: #ece5d2;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 30px;
}

#turnos .franja-turnos .turno-modulo h3{
    font-size: 30px;
    font-weight: 900;
    color: #371c0a;

}

#turnos .franja-turnos .turno-modulo p{
    font-size: 14px;
    font-weight: 400;
    color: #371c0a;
    
}

#turnos .franja-turnos .turno-modulo .boton-turno{
    display: block;
    background-color: #8abd2e;
    text-align: center;
    color: #ffffff;
    width: 200px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
}

#turnos .franja-turnos .turno-modulo .foto{
    border-radius: 50%;
    overflow: hidden;
        width: 200px;
    height: 200px;
}

#turnos .franja-folletos{
    background-color: #ece5d2;
    padding: 60px 0;
}

#turnos .franja-folletos h2{
    color: #371c0a;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 60px;
}

#turnos .seccion-secuencia a{
    color: #ffffff;
}

#turnos .seccion-secuencia .secuencia-modulo{
    width: 260px;
    height: 300px;
    background-color: #8abd2e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.75);
    overflow: hidden;
    margin: 0 auto;
    

}

#turnos .seccion-secuencia .secuencia-modulo .tapa{
    width: 100%;
    height: 300px;
    background: rgb(55,28,10);
    background: linear-gradient(180deg, rgba(55,28,10,0) 12%, rgba(55,28,10,0.804359243697479) 96%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
}

#turnos .seccion-secuencia .secuencia-modulo .tapa h4{
    font-weight: 600;
    font-size: 24px;
}


@media (max-width:767px){

#turnos .franja-turnos-superior{
    height: 60px;
    background-image: url('../img/bg-03-m.png'); 
    background-size: 100%;
    margin-top: -60px;
   
}

#turnos .franja-turnos {
    padding: 60px 0 60px 0;
}

#turnos .franja-turnos .turno-modulo .foto {

    width: 300px;
    height: 300px;
    margin: 0 auto 15px auto;
}

#turnos .franja-turnos .turno-modulo h3 {
    text-align: center;
}

#turnos .franja-turnos .turno-modulo .boton-turno {
    margin: 0 auto;
}

#turnos .franja-folletos h2 {
    font-size: 35px;

}

#turnos .seccion-secuencia .secuencia-modulo {
    width: 300px;
    height: 360px;
}

#turnos .seccion-secuencia .secuencia-modulo .tapa {

    height: 360px;

}

}