@charset "utf-8";

/*colores
naranja ·#f79b69;
verde .#83a97f;
verddeoscuro. #384f41;
blanco . #ffffff;*/

*{

    font-family: NexaLight, sans-serif;
    margin: 0;
    padding: 0;
    border:0;
    box-sizing: border-box;
    text-decoration: none;
    
}

@font-face{
    font-family: NexaLight;
    src: url("fuentes/nexalight.otf")
}

body header{
    position: fixed;
    width:100%;
    
    
    
}
main{
    margin: 0 auto;
}

header{
    background:fixed;
    background-color: #8da880;
    display:flex;
    flex-direction: row-reverse;
    justify-content:space-between;
    z-index:10;
    padding: 0.1em;
}
.cuestionario{
    display:flex;
    font-size: 1.5em;
    margin-right: 20px;
    color:white;
    
}
.iconomenu{
    background-color:#8da880;
    display:flex;
    flex-wrap: wrap;
    padding: 0.3em;
    margin: 0px 1px 1px 1px;
    
}

  
    
/*INICIO MENU RESPONSIVE*/

header nav {
    height: 3.5em;
    display: flex;
    justify-content: space-between;
}

.icono {
    display: none;
    width: 3em;
}

#icono{
    font-size: 2em;
}
.enlaces {
    display: flex;
    height: 100%;
    width: 80%;
    justify-content: space-around;
    align-items: center;
    font-size: 1.3em;
}

.enlaces a {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding: 4px 0;
    transition: 0.7s ease-out;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

.enlaces a:hover,
.active {
    border-top: 2px solid coral;
    border-bottom: 2px solid coral;
}
.enlaces a:hover,
.active {
    border-top: 2px solid coral;
    border-bottom: 2px solid coral;
}
nav .logo {
    height: 100%;
}

nav .logo img {
    object-fit: cover;
    height: inherit;
}

header .textos {
    text-align: center;
    color: #fff;
    margin-top: 150px;
}

header .textos h1 {
    font-size: 95px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 10px;
}

header .textos h2 {
    font-size: 30px;
    font-weight: 600;
}



@media screen and (max-width:750px) {
    .icono {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: transparent;
        z-index: 100;
        cursor: pointer;
        margin-right: 40px;
    }

    header .textos h1 {
        font-size: 7.5em;
    }

    .enlaces {
        position: fixed;
        top:0;
        bottom:0;
        left: 0;
        max-width: 75%;
        width: 100%;
        flex-direction: column;
        transition: all 1s ease;
        background: #f46b45;
    
        background: -webkit-linear-gradient(to right, #eea849, #f46b45);
    
        background: linear-gradient(to right, #eea849, #f46b45);
     

    }

    .uno {

        -webkit-clip-path: circle(0% at 100% 0%);
        clip-path: circle(0% at 100% 0%);

    }

    .dos {

        -webkit-clip-path: circle(150% at 100% 0%);
        clip-path: circle(150% at 100% 0%);

    }
}

@media screen and (max-width:750px){
.icono{
        margin-right:20px;
}

header .textos h1 {
        font-size: 65px;
}

.logo {
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #8da880;
    justify-content: center;
    
    
}
 
.logo1{

    width: 8em;
    margin-right: 3em;
 
}
 
}

/*FIN MENU RESPONSIVE*/


.logo {
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #8da880;
    justify-content: center;
    
}

.logo1{
    width: 8em;
    margin-right: 3em;
 
}


img{
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

#fondo{
    display: flex;
    justify-content: center;
    background-image: url("../imagenes/inicio.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    padding: 3.5em;
    
}


#bloquedetexto{
   width: 90%;
   padding: 1em;
   box-sizing: content-box;
   margin: auto;
    
}

h1{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
    font-size: 3.2em;
    width:auto;
    padding-bottom:13px;
    padding-top: 35px;
    font-weight: bold;
    
}

.bajada-portada{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    color: white;
    padding-top: 1em;
    font-size: 0.7em;

}

h2{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #f79b69;
    font-size: 2em;
    margin: .1em;
    font-weight: bold;
    margin-top: 3.5em;
}

#ubica {
    display: flex;
    justify-content:center;
    text-align: center;
    flex-wrap: wrap;
    font-size: 0.9em;
    padding-bottom: 1em;
    padding-top: 1em;
}

p{
max-width: 30em;
display: flex;
justify-content: center;
font-size: 1.5em;
line-height: 24px;
font-weight: 300;
margin: 1em auto;
display: block;
    
}

.mapa{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin: auto;
    
}

.mapa iframe {
   height: 15em;
   width: 100%;
}

.apuntamos{
    display: flex;
    justify-content:center;
    text-align: center;
    flex-wrap: wrap;
    font-size: 0.9em;
    padding-bottom: 1em;
    padding-top: 1em;
}

.ilustracion{
    width: 100%;
    margin-top: 3em;
}

#ilus{
    width: 70%;
    height: auto;
    margin: auto;
}

#fondonaranja{
    background-color: #f79b69;
    padding: 1em;
    margin-bottom: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.comolologramos{
    margin-top: 0.5em;
    color:white;

}

.logramos-bajada{
color: white;
font-size: 14px;
margin: 10px;
display: block;
justify-content: center;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#antes-despues p {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px ;
}

#antes-despues img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: auto;
  max-height: 400px;
}

#antes-despues h2{
display: flex;
justify-content: center;
font-size: 26px;
margin-top: 50px;
padding-bottom: 1px;
}

.top-separador {
border-top: 2px solid #83a97f;
padding-top: 40px;
max-width: 300px;
display: block;
margin: 0 auto;

}




#ecotest h2{
    font-size: 30px;   
    text-align: center;
 margin-top: 1em;
    padding: 20px;
    
}

#ecotest p{
font-size: 14px;
line-height: 18px;
display: block;
justify-content: center;
text-align: center;
margin: 0 auto;
padding: 5px;
}

#tests ul li{
    display: flex;
    justify-content:space-between;
    align-items: center; 
    background: linear-gradient(to right, rgb(235, 158, 66), #ff833f);
    background-image: rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin: 1em;
    padding: 10px ;
    font-size: 0.7em;
    color: white;
    
}


#tests a:hover{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    background:orangered;
    border-radius: 10px;
    font-size: 0em;
    color: white;
    
       
}


#tests img{
    width:60px;
    margin: 1em;
    margin-left: 4em;
}  

#test-uno {
   margin-top: 2em;
}
/*Acordeon*/
.contenedorr{
    visibility: hidden; 
    position: absolute; 
    width: 0px; 
    height: 0px;
    display:flex;
    justify-content: center;
    
}
details {
  min-height: 5px;
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .4s;
}
details + details {
  margin-top: 50px;
}

details[open] {
  min-height: 50px;
  background: linear-gradient(to right, rgb(235, 158, 66), #ff833f);
  
}
summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
summary:focus {
  outline: none;
  
}
summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  
}
summary::-webkit-details-marker {
  display: none;
}
.control-icon {
  fill: #0d0d0d;
  transition: .3s ease;
  pointer-events: none;
}
.control-icon-close {
    display: none;
}
details[open] .control-icon-close  {
  display: initial;
  transition: .3s ease;
}
details[open] .control-icon-expand {
  display: none;
}

/*FIN ACORDEON*/
/*Inicio test*/



#quiz {
	margin-left: 20px;
    margin-right: 20px;
	background: linear-gradient(to right, rgb(235, 158, 66), #ff833f);
	padding: 10px 10px 10px 10px;
	border-radius: 20px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    max-width: 800px;
    margin: 0 auto;
    
}
.op{
    display:flex;
    flex-direction: column;

    
    
}

#preg10op2{
    display:flex;
    justify-content: flex-start; 
    flex-grow: grow;
}

input (type=radio){
    display: flex;
    justify-content: center;
    align-items: center;
}

input {
	margin-bottom: 20px;
	display: flex; 
    flex-direction: row;
    justify-content:space-around;
    left:20;
    
}

#button {
	background: #384f41;
	border: none;
	border-radius: 5em;
	padding: 10px;
	color: white;
	font-size: 16px;
	transition-duration: .5s;
	margin-top: 15px;
}



#button:hover {
	background: #fdfdfd;
	border: 1px solid green;
	color: black;
	cursor: pointer;

}

#after_submit {
	visibility: hidden;
	background: #ff5459;
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	margin-left: 20px;
	font-size: 30px;
    display: flex;
    justify-content:space-between;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#mc {
	display: flex;
    justify-content: center;
    position: relative;
    
} 

.questions{
    font-weight: 600;
    border-top: 1px solid;
    justify-content: center;
    align-content: center;
    margin-right: auto;
    margin-left: auto;
}
.option{
    display:flex;
    flex-direction: column;
    position:relative;
    bottom:2em;
    left:2em;
    justify-items: left;
}

/*FIN test*/

#test-uno h2{
    font-size: 30px;   
    text-align: center;
    color:#f79b69;
    border-top: 2em;
    margin-bottom: .5em;
    margin: 10px;

}

#test-uno p{
    display:flex;
    font-size: 14px;
    padding:0.3cm ;
    padding-bottom: 0.5cm;   
    margin: 10px auto;
}


#logoreciclar {
    background-color: white;
    max-width: 8em;
    display:flex;
    justify-content: center;
    height: auto;
    margin: auto;
    margin-top: 2em;
    
}

.videoresp{
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 50%;
}

.videoresp iframe{
    position: absolute;
    height: 90%;
    width: 90%;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}



#bloquedetexto2{
            width: 70%;
            padding: 0.9em;
            box-sizing: content-box;
            margin: auto;
}

#fondosabias{
            margin-top: .2em;
            padding: 10px;
            background-color: #83a97f;
}



#tituloblanco{
            color: white;
            margin: 0em;
            padding-top: 2em;
}


#ayudar{
    justify-content: center;
	padding: 10px 20px 10px 20px;
	display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    text-align: center;
}

.banner{
    width: 100%;
    margin-top: 0em;
}

.banner img{
    width: 80%;
    height: auto;
    margin: auto;
}

#contacto{
    justify-content: center;
	padding: 10px 20px 10px 20px;
	display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    text-align: center;
}

#boton{
    margin: auto;
    margin-top: 1em;
    border: solid 0.01em black;
    border-radius: 5em;
    width: 100%;
    height: 2.5em;
}


#boton2{
    background: #384f41;
	border: none;
	border-radius: 5em;
	padding: 10px;
	color: white;
	font-size: 16px;
	margin-top: 15px;
    width: 100%;
    transition-duration: 0.5s;
}

.button2:hover {
	background: #fdfdfd;
	border: 1px solid green;
	color: black;
	cursor: pointer;

}

#contenido{
    margin-top: 2em;
    text-align: left;
    font-weight: bold;
}


footer{
    background-color: #f79b69;
    padding: 1em;
    margin-bottom: 0px;
    justify-content: center;
    display: flex;
}
footer p{
    color: white;
    font-size: 0.7em;
    margin: 1em;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

p{
display: block;
margin: 0 auto;
text-align: center;
}


@media screen and (min-width:750px){
   
 .logo {
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #8da880;
    justify-content: center;
    
}

.logo1{
    width: 8em;
    margin-right: 3em;
    padding-bottom: 15px;
 
}

#antes-despues p{
    padding-left: 260px;
    padding-right: 260px;
    
}
    #fondo{
        padding-bottom: 7em;
        padding-top: 7em;
    }
    
    .bajada-portada{
        font-size: 0.4em;
        max-width: 90em;
    }
 
 
 .videoresp{
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 40%;
}

.videoresp iframe{
    position: absolute;
    height: 90%;
    width: 70%;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}
    
    p{
        max-width: 75em;
        display: flex;
        justify-content: center;
        font-size: 3em;
        line-height: 24px;
        font-weight: 300;
        margin: 0em auto;
        margin-top: 1em;
        display: block;
    
      }
    h2{
        font-size: 2em;
        margin: 0;
        padding: 1em;
    }
    
    h3{
        font-size: 3em;
    }
    
    img{
        margin-top: 1em;
    }
    
    #ilus{
        max-width: 30em;
    }
    
    .banner img{
        max-width: 30em;
    }
    
    #button{
        margin-left: 8em;
        margin-right: 8em;
    }
    #contenido{
        margin: auto;
        margin-top: 3em;
    }
    
    #boton{
        width: 50em;
    }


}
