/* Colores:
Azul Oscuro: #284254
Azul: #3876a3
Celeste: #9fd9f3
Blanco: #e6e9db
Verde: #8fc590
Magenta #d0006e
*/


.slidercontenedor {
  display: flex;
  align-items: stretch;
  width: 90%;
  margin: auto;
    height: 
}

.slidercontenedor button {
  width: 3rem;
  border: none;
  background: transparent;
  color: #284254;
  font-size: 4rem;
  text-align: center;
  outline: none;
  opacity: 0.4;
  transition: opacity 300ms ease-out;
  cursor: pointer;
  
  &:hover{
    opacity: 1;
  }
}

.slidercontenedor .slider {
  flex: 1;
  overflow: hidden;
}

.slidercontenedor .slider .items {
  list-style-type: none;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  transition: transform 1s ease-in-out;
}

.slidercontenedor .slider .items .item {
  padding: 3rem 2rem;
  display: inline-block;
  width: 100%;
  height: 35rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  background-size: cover;
  background-position: 50% 50%;
  text-transform: uppercase;
  box-shadow: inset 0 0 1rem rgba(0,0,0,0.5);
  
  &:nth-child(2) {
    color: #fff;
  }
}


.parrafo {
    max-width: 100%;     
    display: flex; 
    flex-flow: column;
}


    h3 {
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;
}

.p1 {
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
}
    
.p2 {
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    margin-top: 2rem;
    font-weight: 400;
}  

.p3 {
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    margin-top: 2rem;
    font-weight: 400;
    display: none;
} 

.p4 {
    display: none;
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    margin-top: 5rem;
    font-weight: 700;
}

.boton1 {    
    border: solid 0.2em black;
    height: 0rem;
    padding: 1.5rem;
    max-width:11rem;
    margin-top: 2rem;
}

.boton1 p {
    margin-top: -0.9rem;
    max-width: 100%;
    color: black;
    font-size: 1.3rem;
    text-align: center;
        }
    
.cajamateriales {
    margin: auto;
    padding-top: 0.5rem;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    max-width: 100%;
    background-color: #8fc590;
    height: 23rem;
    }

.materiales{
    display: flex;
    flex-flow: column;
    margin: auto;
    max-width: 100%;
    font-weight: 400;
        }

.boton2{    
    border: solid 0.2em #284254;
    height: 0rem;
    padding: 2rem;
    max-width:100%;
    margin-top: 1rem;
    
}


.papelycarton {
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 100%;
    margin-top: -1rem;
    color: #284254;
    
    }


.madera {
        font-weight: 700;
    font-size: 1.5rem;
    max-width: 100%;
    margin-top: -1rem;
    color: #284254;
    }

.plastico {
    
    font-weight: 700;
    font-size: 1.5rem;
    max-width: 100%;
    margin-top: -1rem;
    color: #284254;
    }

.vidrio {
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 100%;
    margin-top: -1rem;
    color: #284254;
    }
    

.noticias {
    display: flex;
    flex-flow: column;
}

.entrevista {
    background-image: url(../img/noticias3.jpg) #CCC no-repeat left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.infoentrevista {
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    
}

.facebook2 {
    display: none;
}

.twitter2 {
    display: none;
}


h6 {
    width: 100%;
    margin: auto;
    font-size: 1.2rem;
    margin-top: -3rem;
    font-weight: 400;
    }

.linea1 {
    max-width: 100%;
    height: 0.2rem;
    background-color: #d0006e;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}

h7 { 
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;

}

.boton3 {    
    background-color: #d0006e;
    height: 0rem;
    padding: 1.5rem;
    max-width:11rem;
    margin-top: 2rem;
}

.boton3 p {
    margin-top: -0.9rem;
    max-width: 100%;
    color: #e6e9db;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
        }

.boton4 {    
    background-color: #d0006e;
    height: 0rem;
    padding: 1.5rem;
    max-width:11rem;
    margin-top: 2rem;
}

.boton4 p {
    margin-top: -0.9rem;
    max-width: 100%;
    color: #e6e9db;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
        }


.curso {
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    
}

.descripcion{
    margin-top: 1rem;
    font-size: 1.3rem;
}


.twitter2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
   padding: 1rem;
    
}

.iconocarton {
    display: none;
    }

.notas2{
    display:flex;
    flex-flow: nowrap;
     margin: auto;
    
}

.nota1 {
    background-color: #8fc590;
    max-height: 78%;
}

.nota2 {
    border: solid 0.2rem #8fc590;
    background-color: none;
}


@media (min-width:768px) {
    
    .parrafo{
        display: flex;
        flex-flow: nowrap;
        margin: auto;
        max-width: 100%;
        
    }
    
    .p1{
        width: 28rem;
    }
    
    .p2{
        margin-top: 2.7rem;
        width: 28rem;
    }
    
    .p3{
        margin-top: 2.7rem;
        display: block;
        width: 28rem;
    }
    
    .cajap4 {
        border: solid 0.2em black;
        height: 14rem;
        padding: 3rem;
    }
    
    .p4{
        text-align: center;
        margin-top:0rem;
        width: 18rem;
        display: block;
        font-weight: 700;
    }
    
    .p4aula {
        font-weight: 700;
        font-size: 2rem;
    
    }
    
    .p4subsuelo {
        font-weight: 400;
        font-size: 2rem;
    }
   
    .cajamateriales {
        height: 10m;
    }
    
    .materiales{
        display: flex;
        flex-flow: nowrap;
        align-content: center;
        text-align: center;
        align-items: center;
    }
    
    .boton2{
        margin: auto;
        border: none;
        margin-left: -15rem;
        margin-top: 15rem;
        width: 20rem;
    }
    
    .iconocarton {
        display: flex;
        margin: auto;
        margin-left: 10rem;
    
    }
    
    .papelycarton{
        font-size: 2rem;
        font-weight: 700;
        
    }
    
    .madera{
        font-size: 2rem;
        font-weight: 700;
    }
    
    .plastico{
        font-size: 2rem;
        font-weight: 700;
    }
    
    .vidrio{
        font-size: 2rem;
        font-weight: 700;
    }
    
    .lineavertical{
        background-color: #284254;
        width: 0.1rem;
        margin-top: 3rem;
        height: 16rem;
        display: block;
    }
    
    .img1 {
        padding: 1rem;
        
    }
    
    
    .noticias {
        display: flex;
        flex-flow: nowrap;
        margin: auto;
        max-width: 100%;
        
    }
    
    .noticias1 {
        display: flex;
        flex-flow: column;
        width: 50%;
        padding-right: 1rem;
        padding-left: 5.8rem;
    }
    
    .noticias4 {
        display: flex;
        flex-flow: nowrap;
        max-width: 100%;
        }
    
    .twitter2 {
        display: flex;
        flex-flow: column;
        width: 50%;
        padding-right: 1rem;
        }
        
    .facebook2
        {
            display: flex;
        flex-flow: column;
        width: 50%;
        margin: auto;
        padding-right: 1rem;
        }
        
    
    .noticias2 {
        display: flex;
        flex-flow: column;
        width: 50%;
        padding-right: 5.8rem;
        padding-left: 1rem;
                
    }
    
    .boton4 {
    margin-top: 13.9rem;    
    }
    
}

/**//////////////////////////////////////////////////////////////////////
/* Colores:
Azul Oscuro: #284254
Azul: #3876a3
Celeste: #9fd9f3
Blanco: #e6e9db
Verde: #8fc590
Magenta #d0006e
*/

main {
    display: flex;
    flex-flow: column;
}
.contenedorind {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.contenedorind .ind1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 50rem;
    width: 100%;
    background-color: #9fd9f3;
    padding: 2rem;
}


.contenedorind .ind1 .comentitulo {
    font-size: 2rem;
    width: 100%;
    margin-bottom: 1rem;
}
.contenedorind .ind1 .comentarios {
    margin-bottom: 2rem;
        
    }


.contenedorind .ind1 h3{
    text-align: right
}
.contenedorind .ind1 form textarea{
    margin-bottom: 0.5rem;
    padding-bottom: 3rem;
    padding-right: 12rem;
    font-size: 1.3rem;
}
.contenedorind .ind1 form .formenviar {
    display: flex;
    justify-content: flex-end;  
}
.contenedorind .ind1 form .formenviar p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 3rem;
    background-color: #d0006e;
    color: #e6e9db;
    cursor: pointer;
    margin-top: 1rem;
}
.contenedorind .ind1 form .formenviar p:hover {
    background-color: rgb(186, 0, 99);
    
}

.contenedorind .ind2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100rem;
}

.contenedorind .ind2 .ind2a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50rem;
    width: 100%;

}
.contenedorind .ind2 .ind2a .aa {
    display: flex;
    align-items: flex-end;
    height: 25rem;
    width: 100%;
    background-image: url(../img/r21index.jpg);
    
}

.contenedorind .ind2 .ind2a .aa .aa1 {
    padding: 1rem;
    background-color: rgba(40, 66, 84, 0.75);
    color: #e6e9db;
}

.contenedorind .ind2 .ind2a .aa .aa1 h2 {
    font-size: 2rem;
}

.contenedorind .ind2 .ind2a .aa .masinfo{
    display: flex;
    justify-content: flex-end; 
}

.contenedorind .ind2 .ind2a .aa .masinfo a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    width: 15rem;
    height: 3rem;
    background-color: #d0006e;
    color: #e6e9db;
    cursor: pointer;
    margin-top: 1rem;
    margin-right: 2rem;
}

.contenedorind .ind2 .ind2b .aa .masinfo p:hover{
    background-color: rgb(186, 0, 99);
}

.contenedorind .ind2 .ind2a .bb {
    height: 25rem;
    width: 100%;
    background-color: #d0006e;
    color: #e6e9db;
    padding: 2rem;
}

.contenedorind .ind2 .ind2a .bb h2{
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.contenedorind .ind2 .ind2a .bb .masinfo{
    display: flex;
    justify-content: flex-end; 
}

.contenedorind .ind2 .ind2a .bb .masinfo p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 3rem;
    background-color: #8fc590;
    color: #284254;
    cursor: pointer;
    margin-top: 1rem;
    margin-right: 2rem;
}

.contenedorind .ind2 .ind2a .bb .masinfo p:hover{
    background-color: #74ad75;
}

.contenedorind .ind2 .ind2b {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50rem;
    width: 100%;
}
.contenedorind .ind2 .ind2b .aa {
    padding: 2rem;
   height: 25rem;
    width: 100%; 
    background-color: #3876a3;
    color: #e6e9db;
}

.contenedorind .ind2 .ind2b .aa h2{
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.contenedorind .ind2 .ind2b .aa .masinfo{
    display: flex;
    justify-content: flex-end; 
}

.contenedorind .ind2 .ind2b .aa .masinfo p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 3rem;
    background-color: #d0006e;
    color: #e6e9db;
    cursor: pointer;
    margin-top: 1rem;
    margin-right: 2rem;
}

.contenedorind .ind2 .ind2b .aa .masinfo p:hover{
    background-color: rgb(186, 0, 99);
}


.contenedorind .ind2 .ind2b .bb {
    display: flex;
    justify-content: flex-end;
    height: 25rem;
    width: 100%;  
    background-color: #3876a3;    
}
.contenedorind .ind2 .ind2b .bb figure {
    display: flex;  
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    
}

.contenedorind .ind2 .ind2b .bb figure img{
  height: 100%;  
    
}


/*//////////////////////////////////////////////////////////////////////*/
@media all and (min-width:768px) {
.contenedorind {
    width: 90%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: auto;

}
    
.contenedorind .ind1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 50rem;
    width: 33.43%;
}
.contenedorind .ind2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 66.43%;
    height: 50rem;
}

.contenedorind .ind2 .ind2a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 25rem;
    width: 100%;

}
.contenedorind .ind2 .ind2a .aa {
    height: 25rem;
    width: 100%;
    
}
.contenedorind .ind2 .ind2a .bb {
    height: 25rem;
    width: 100%;
    background-color: 
}


.contenedorind .ind2 .ind2b {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 25rem;
    width: 100%;
}
.contenedorind .ind2 .ind2b .aa {
   height: 25rem;
    width: 100%; 
}
.contenedorind .ind2 .ind2b .bb {
  height: 25rem;
    width: 100%;  
}
   
}




































