/* css de general */
.section-unidad{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: 450px;
    width: 80%;
    
}
.article-unidad-1{
    height: 100%;
    width: 40%;
    padding: 8px;
    border-right: solid 2px var(--verde-corporativo);
    text-align: center;
    align-items: center;
    display: flex;
}
.article-unidad-2{
    height: 100%;
    width: 50%;
}
.figure-unidad {
    height: 95%;
    width: 100%;
    margin: 0;
}
.figure-unidad img{
    height: 100%;
    width: 100%;
}
#talleres{
    width: 50%;
}

.containers-img-unidades{
    background-color: var(--azul-oscuro-contraste); 
    border: solid 2px var(--verde-corporativo); 
    height: 600px;
    width: 65%; 
    position: relative;
    left: 50%; 
    transform: translateX(-50%);
    padding: 25px;
}
.containers-img-unidades:nth-child(2) {
    top: 100px;
}
.containers-img-unidades:nth-child(3) {
  top: 150px;
}
.containers-img-unidades:nth-child(4){
    top: 200px;
}
.containers-img-unidades:nth-child(5){top: 250px;}
.containers-img-unidades:nth-child(6){top: 300px;}
.containers-img-unidades:nth-child(7){top: 340px;}
.figure-img-unidades{
    height: 100%; 
    width: 100%; 
    background-color: var(--blanco); 
    margin: 0; 
    border: solid 2px var(--verde-corporativo);
}

/* css de proteger*/

#section-proteger{
    position: relative;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    border: solid 2px var(--verde-corporativo);
    width: 80%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
#article-proteger1{
    width: 40%;
    
}
#article-proteger1 p{
    font-size: 24px;
    font-weight: 600;
    color:var(--azul-oscuro-contraste);
}
#article-proteger2{
    border-top: solid 2px var(--verde-corporativo);
    width: 40%;
    
}
#article-proteger2 p{
    font-size: 24px;
    font-weight: 600;
    color:var(--azul-oscuro-contraste);
}
#article-proteger3{
    border-top: solid 2px var(--verde-corporativo);
    margin-top: 10px;
    width: 40%;
    
}
#article-proteger3 p{
    font-size: 24px;
    font-weight: 600;
    color:var(--azul-oscuro-contraste);
}



/* css de talleres*/

#section-talleres{
    position: relative;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border: solid 2px var(--verde-corporativo);
    height: 450px;
    width: 80%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
#section-talleres p{
    font-size: 26px;
    font-weight: 600;
    color: var(--azul-oscuro-contraste);
    text-align: center;
}

.logoproteger{
    padding-top: 35px;
}

/* css de renueva*/



/*media Querys*/


@media screen and (max-width:800px)  {
    .containers-img-unidades{
        height: 230px;
        width: 90%;
    }
    .article-unidad-2{
        width: 100%;
        height: 50%;
    }
    .article-unidad-1{
        width: 100%;
        border-right: none;
        border-bottom: solid 2px var(--verde-corporativo);
        height: 45%;
    }
    .section-unidad{
        flex-direction: column;
        top: 0;
    }
   
    #talleres{
        width: 100%;
    }
    #section-talleres{
        top: 50px;
    }
    #section-talleres p{
        margin: 0;
    }
    
}

@media screen and (min-width:800px) and (max-width:1010px) {
    .containers-img-unidades{
        height: 400px;
    }
    .section-unidad{
        height: 350px;
    }
    
    .article-unidad-1{
        width: 35%;
    }
    .article-unidad-2{
        height: 100%;
        width: 65%;
        padding-left: 10px;
    }
    
    #section-talleres{
        top: 20%;
    }
    .figure-unidad img {
        width: 100%;
      }
      #talleres {
        width: 65%;
      }
      #forma{
        height: 45%;
        
      }
      
}

@media screen and (min-width:1010px) and (max-width:1300px) {
    .logoproteger{
        padding: 50px 20px 0px 20px;
    }
    
    .section-unidad{
        height: 380px;
    }
    
    .article-unidad-1{
        width: 35%;
    }
    
    .article-unidad-2 {
        height: 100%;
        width: 65%;
        padding-left: 10px;
    }

    .figure-unidad img {
        width: 100%;
      }
      #talleres {
        width: 65%;
      }
     
      
}
@media screen and (min-width:1300px) and (max-width:1600px){
    .section-unidad{
        height: 350px;
    }
}