@charset "utf-8"

    
/********** RESETEO **********/
    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    
}

/********** GENERALES **********/
body {
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    background-color: #FFF9F2;
    margin: 0;
    padding: 0;
    justify-content: space-between;
 
}


 #desktop{
            margin: 0;
            padding: 0;
        }

ul{
    list-style-type: none;
    padding: 0;
     
    
    
}

ol{
    padding: 0;
}


a{
    text-decoration: none;
    color: #1D5E56;
}

h1{
    font-family: Montserrat;
    margin: 0 1.5em;
/*    ella puso margin:0;*/
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #1D5E56;
    text-align: center;
    
}



h2{
    font-family: Montserrat;
    margin: 1em 0em ;
    padding: 0;
    font-size: 1em;
    color: #1D5E56;
}





img{
    max-width: 100%;

   
}
.imagenesconradius{
    max-width: 100%;
    margin: 1.5em 0;
    border-radius: 2em;
    justify-content: center;
}

/********** FIN DE GENERALES **********/


/********** CAJA CONTENEDORA DE NAVEGACIÓN **********/

#navprincipal{
    display: flex;
    justify-content: space-between;
    margin:1em 1em 0 1em;
    
    
}

/**** lOGO MERLO RECICLA ****/

header div a img {
    width: 13em;
    margin: 0.3em 0;
    
} 



/********** MENÚ **********/

/**** BOTÓN DEL MENÚ ****/

#abiertomenu{
    color: #1D5E56;
    border: none;
    background-color: transparent;
    text-decoration: none;
    position: relative;
    z-index: 9999;
    
}


/**** PROPIEDADES DEL MENÚ ****/


nav ul{
    background-color: #FFF9F2;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    width: 75%;
    z-index: 1;
    padding-top: 12em;
    text-align: right;
    transition: all 0.5s ease;
    
    
}
#logomr{
    max-width: 4em;
    margin: -0.5em 1em;
}

/**** TEXTO E ÍCONOS DEL MENÚ ****/

.itemmenu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 1em 2.4em 1em 1em;

}


.itemmenu a{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.8em;
    color: #1D5E56;   
    
}

.itemmenu i{
    color: #1D5E56;
    padding-left: 0.3em;
}

/**** AL HACER CLICK EN MENÚ ****/

.desplegar{
    left: 25%;
    transition: all 0.2s ease;
    box-shadow: -10px 0px 10px rgba(23, 119, 97, 0.10);
}

/********** FIN DE MENU *********/


/********** IMÁGENES y Seccion *********/

section{
    margin: 0 1.5em;
}

figure{
    margin: 0;
}
figure img {
    max-width: 100%;
    border-radius: 2em;
    justify-content: center;
}
figcaption {
    font-family: Montserrat;
    margin: 1em 0em;
    font-size: .7em;
    color: #1D5E56;
}


/**** BLOQUES DE TEXTOS DE GRAN TAMAÑO ****/

.textogrande {
    font-family: Montserrat;
/*    margin: 1em 1.5em;*/
    margin: 1em 1.5em;
}


/******** BLOQUES DE TEXTOS DE PEQUEÑO TAMAÑO ********/

.textochico{ 
    margin: 1em 0em; 
/*    ella puso margin: 1em 1.5em; */
    font-family: PT Sans;
    font-size: 1em;
    
}

.datos {
    margin: 1em 0em;
    font-family: PT Sans;
    font-size: .8em;
    color: #669489;
}

/**** BOTÓN CIRCULAR CON TEXTO ****/

.boton{
    background-color: #1D5E56;
    margin: 1em 1em;
    padding: 1em;
    border-radius: 5em;
    text-align: center;
}

.boton a {
    color: #FFF9F2;
    font-family: Montserrat;
}




/********** FOOTER **********/


/**** CONTENEDORA ****/
footer {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 1em;
    padding-top: 2em;
    align-items: baseline;
    align-content: flex-end;

}

/**** ACUMAR LOGO ****/

#logoacumar{
    max-width: 40%;
    margin: 0 0 0 1.5em;
    
}

/**** BLOQUE DERECHO ****/

#contacto{
    display: flex;
    flex-direction: column;
    max-width: 30%;
    margin: 0 1em 1em 1em;
}
#telefono{
    font-size: 0.7em;
    font-weight: 600;
    text-align: right;
}

/**** A REDES SOCIALES ****/

.sociales{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 0 0 0.5em;
    max-width: 100%;
}

.sociales img{
    max-width: 1.3em;
    margin: 0.3em;
}


/********** DEL INDEX **********/

/**** EVENTO PRINCIPAL, CONT ****/
#eventazo {
    margin: 0.8em 1.5em;
    padding: 0.8em 1.2em ;
    border-radius: 1.5em;
    background-color: #1D5E56;
    color: #FFF9F2;
    font-size: 0.8em;
    
  
}
/**** TÍTULO EVENTO PRINCIPAL ****/

.princtitulo {
    font-family: Montserrat medium;
    font-size: 1.2em;
    color: #FFF9F2;
    margin: 0.2em
    }

.princtitulo:first-of-type{
    font-size: 1.5em;
}
/**** EVENTO PRINC, DATO ****/

#datazo{
    font-size: 1em;
    font-family: Montserrat;
    margin-top: 0.6em;
}

#datazo li{
    display: flex;
    margin: 0.3em;
    
}
#datazo i{
    color: #669489;
    font-size: 1.3em;
    margin:0 0.3em 0 0;
}

/**** SABER MÁS ****/

.linkevento{
    display: flex;
    justify-content: flex-end;
    
 
}

.linkevento a{
    padding: 0.3em;
    border-radius: 0.3em;
    color: #FFF2EF;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
}


/**** EVENTO SECUND, CONT. ****/
.sectitulo{
font-family: Montserrat;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    color: #1D5E56;
    }


.evento {
    margin: 0.5em 1.5em;
    padding: 1em;
    border-radius: 1.5em;
    border: #669489 solid;
    font-size: 0.8em;
}

/**** EVENTO SECUND, DATO ****/
.dato {
    color: #1D5E56;
    font-size: 12px;
    font-family: Montserrat;
}
    



/**** SABER MÁS ****/
article{
    margin: 0 1.5em;
}

.sabermas{
    display: flex;
    justify-content: flex-end;
    
}
.sabermas a{
    color: #242424;
    background-color: #669489;
    font-size: 0.8em;
    font-family: Montserrat;
    font-weight: 700;
    padding: 0.4em;
    border-radius: 0.3em;
    text-align: center;
    
}

.sabermas2{
    
    display: flex;
    justify-content: flex-end;
    
}
.sabermas2 a{
    color: #242424;
    background-color: #669489;
    margin-top: 1em;
    font-size: 0.8em;
    font-family: Montserrat;
    font-weight: 700;
    padding: 0.4em;
    border-radius: 0.3em;
    text-align: center;
    
}


.sabermore{
    display: flex;
     color: #242424;
    border-bottom: solid #669489;
    margin: 0;
    font-size: 0.8em;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
}



/**** NOTICIAS ****/

#volver {
    display: flex;
    flex-direction: row;
    margin-top: 1.5em;
    margin-left: .7em;
    color: #242424;
    background-color: #669489;
    font-size: 0.8em;
    font-family: Montserrat;
    font-weight: 700;
    padding-top: .7em;
    border-radius: 0.3em;
    width: 10em;
    justify-content: center;
    
}

#flechaback {
    display: flex;
    position: relative;
    top: -.2em;
}

.titulo {
    margin-top: .7em;
}

/**** MAPA ****/
#mapa{
    display: flex;
    justify-content: center;
    max-width:100%;
    margin:auto;
    padding: 1.5em;
}

/**** PASO A PASO ****/
ol {
    margin: .5em 1.5em;
}

.pasos {
    margin: 0;
    padding: .5em 0;
    font-family: PT Sans;
    font-size: 1em;
}

#lavar {
    margin-right: 2em;
}


/**** FORMULARIO ****/
.formcontacto {
    text-align: center;
    padding: 0;
}

label {
    font-family: PT Sans;
    font-size: 1em; 
    vertical-align: top;
    
}

input[type="text"],
input[type="email"],
input[type="time"] {
    width: 270px;
    padding: 1em;
    margin-top: .5em;
    font-weight: 500;
    font-size: 13px;
    border: solid thin #1D5E56;
    border-radius: .6em;
    justify-content: center;
    
}

.checkbox {
    display:table-row-group;
    margin: .5em 0;
    justify-content: flex-start;
    text-align:left;
    width: 5em;
}

.opciones {
   margin: 1em 1.5em;
    padding: 0;
    justify-content: center;
    text-align: center;
}

.enviar {
    width: 100px;
    background-color: #1D5E56;
    padding: .5em;
    margin: auto;
    border-radius: .5em;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

input[type=button] {
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    color: white;
    border: none;
}
/**** SLIDER ****/

.carousel{
    margin: 1.5em;
}
    
.retroceder {
    position:absolute;
    right: 90%;
    width: 5%;
    color: white;
    top: 50%;
    cursor: pointer;
    z-index: 0;
    background-color: #1D5E56;
    
}
.avanzar {
    position:absolute;
    left: 90%;
    width: 5%;
    color: white;
    top: 50%;
    cursor: pointer;
    z-index: 0;
    background-color: #1D5E56;
}

/**** CONFIRMACIÓN FORMULARIO ****/

#confirmacion {
    font-size: 30;
    color: #F58331;
    text-align: center;
}

.confirform {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0;
    align-content: space-around;
    font-size: 15;
}

.videoresponsive{
position:relative;
margin:0 auto;
height:0;
padding-bottom:56.25%;
}


.videoresponsive iframe{
position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;
}



/*  MEDIA */


@media screen and (min-width:600px){
    header{
    
        max-width: 90%;
    }
    h1{
        font-size: 2em;
    }
    h2{
        font-size: 1em;
    }
    .contenedorageneral{
        margin: 0;
        margin: auto;
        max-width: 35em;
        
        
    }
    .contenedorageneralnovedades{
        margin: 0;
        margin: auto;
        max-width: 35em;
        
    }
    .boton {
        margin: auto;
        max-width: 37em;
        
        
    }
    #eventazo{
    }
    .evento{
    }
    
    footer{
        margin: 0 auto;
        max-width:40em;
    }
    
    section .textogrande {
        margin: 0;
        margin: auto;
        max-width: 35em;
    }
    article img{
        margin: 0;
        margin: auto;
    }
    

    /* oculta icono menu */
    #logomr{
        padding-left: 6em;
    }
    nav ul{
        width: 50%;
    }
    .desplegar{
        left:50%;
    }

    
    }



@media screen and (min-width:800px){
    header{
    
        max-width: 90%;
    }
    
    h1{
        font-size: 2em;
    }
    h2{
        font-size: 1em;
    }
    .contenedorageneral{
        margin: 0;
        margin: auto;
        max-width: 45em;    
    }
    
     .contenedorageneralindex{
        margin: 0;
        margin: auto;
        max-width: 45em;    
    }
    .contenedorageneralnovedades{
        margin: 0;
        margin: auto;
        max-width: 45em;
        
    }
    .boton {
        margin-top: 1em;
        max-width: 20em;
        justify-content: center;
        text-align: center;
        padding-top: 1.5em;
    }
    
  
    #eventazo{
        
    }
    .evento{
        
    }
    
    .sabermas {
        justify-content: center;
        padding-top: 1em;
        padding-bottom: .3em;
        height: 2em;
        width: 6em;
        align-items: center;
    }
    
    .sabermas a {
        display: flex;
        justify-content: center;
        align-content: center;
        
    }
    
    footer{
        margin: 0 0em;
        margin: auto;
        max-width: 68em;
    }
    
    section .textogrande {
        margin: 0;
        margin: auto;
        max-width: 45em;
    }
    article img{
        margin: 0;
        margin: auto;
    }
    

    /* oculta icono menu */
    #logomr{
        padding-left: 6em;
    }
    nav ul{
        width: 40%;
    }
    .desplegar{
        left:60%;
    }
    
    
    }



@media screen and (min-width:1400px){
    h1{
        font-size: 3em;
    }
    h2{
        font-size: 2em;
    }
    .contenedorageneral{
        margin: 0;
        margin: auto;
        max-width: 50em;
        
    }
    .contenedorageneralnovedades{
        margin: 0;
        margin: auto;
        max-width: 50em;
        
    }
     .contenedorageneralindex{
        margin: 0;
        margin: auto;
        max-width: 50em;
    
    }
    .boton {
        margin: auto;
        max-width: 40em;
        padding-bottom: 1.5em;
        
    }
    

     .boton a {
            font-size: 1em;
        }
    
    
    
    footer{
        margin: 0 20em;
    }
    
    section .textogrande {
        margin: 0;
        margin: auto;
        max-width: 50em;
    }
    article img{
        margin: 0;
        margin: auto;
    }
    

    /* oculta icono menu */
    #logomr{
        max-width: 10em;
        padding: 0 0 0 40%;
        margin-left: 6em;
    }
    #abiertomenu {
        display: none;
    }
    
    /* muestra menu horizontal */
    header{
        margin-bottom: 2em;
        
    }
    #navprincipal{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .itemmenu{
        margin: 0.8em;
        padding: 0;
        margin: 
    }
    header nav ul {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        position: unset;
        height: auto;
        padding-top: 0;
        padding-left: 10%;
        margin: 0;
        margin: auto;
        
    }
    
    #volver {
    margin-top: 2em;
    margin-left: 6em;
    font-size: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
   
    }
    
    #flechaback {
        position: relative;
        top: -0.05em;
    }

    }

    

    @media screen and (min-width:1920px){
        
    h1{
        font-size: 3em;
    }
    h2{
        font-size: 2em;
    }
    .boton {
        margin: auto;
        max-width: 50em;
    }
        
        .boton a {
            font-size: 2em;
        }
        .contenedorageneral{
            max-width: 50em;
            margin: 0;
            margin: auto;
            
        }
    .contenedorageneralindex {
        margin: 0;
        justify-content: center;
        align-items: center;
        max-width: 70em;
        margin: auto;
                      
  

    }
        
    #eventazo{
        max-width: 80%;
        margin: auto;
        margin-top: 3em;
    }
        
        #desktop{
            margin: auto;
            display: flex;
            flex-direction: row;
            max-width: 60em;
            
        }
        
    .evento{
        
        display: flex;
        flex-direction: column;
        width: 24em;
        height: 12em;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        margin-top: 2em;
    }
        .princtitulo:first-of-type{
            font-size: 3em;
            margin-left: 1.5em;
        }
        .princtitulo{
            font-size: 2.5em;
            margin-left: 1.8em;
        }
        .sectitulo{
            font-size: 2em;
        }
        
        
    
    .sabermas {
        font-size: 1.3em;
        padding-top: 1em;
        padding-bottom: .3em;
        height: 3em;
        width: 10em;
    }
        
    .sabermas a {
        display: flex;
        justify-content: center;
        align-content: center;
        
    }
        #datazo{
            font-size: 1.7em;
            margin-left: 2em;
        }
    .dato{
    font-size:1.5em;
    text-align: center
}
        
        .contenedorageneralnovedades{
            display: flex;
            flex-direction: row;
            max-width: 70%;
            padding-bottom: 3em;
            margin: auto;
        }
        .noved{
            margin: 0 2em;
            width: 40em;
        }
        .noved img{
            max-height: 
        }
        .noved .textogrande{
            margin-bottom: 3em;
        }
        
    footer{
        margin: 0 27%;
    }
    
    section .textogrande {
        margin: 0;
        margin: auto;
        max-width: 50em;
    }
    article img{
        margin: 0;
        margin: auto;
    }
    
        .boton{
            margin-top: 3em;
        }

    /* oculta icono menu */
    #logomr{
        max-width: 10em;
        padding: 0 0 0 45%;
    }
    #abiertomenu {
        display: none;
    }
    
    /* muestra menu horizontal */
    header{
        margin-bottom: 2em;
        
    }
    #navprincipal{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .itemmenu{
        margin: 0.8em;
        padding: 0;
        margin: 
    }
    header nav ul {
        font-size:1.3em;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        position: unset;
        height: auto;
        padding-top: 0;
        padding-left: 10%;
        margin: 0;
        margin: auto;
        
    }
        
    #volver {
    margin-top: 2em;
    margin-left: 6em;
    font-size: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
   
    }
    
    #flechaba1920ck {
        position: relative;
        top: -0.05em;
    }

    }

    

    
    
    