@import url('set.css');

/* ------------------------------------------------------------------------ */
.equipos_y_software{
   width: 100%;
   height: 700px;
   background-image: url("../img/Equipos/portada.webp");
   background-size: cover;
   margin-bottom: 30px;
   position: relative;
}
.equipos_y_software .tipos{
   width: 500px;
   position: absolute;
   left: 750px;
   top: 480px;
   text-align: right;
}
.tipos h2{
   font-family: "Mont_Ext_Bold";
   font-size: 4em;
   color: #333333;
   line-height: 60px;
}
.desgloce_equipos{
   width: 70%;
   margin: auto;
}
.equipo{
width: 80%;
margin: auto;
/* background-color: rgb(43, 40, 38); */
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.primer_eq{
   width: 30%;
   height: 300px;
   background-image: url("../img/Equipos/PC-Laptops.webp");
   background-repeat: no-repeat;
   background-size: contain;
}
.segundo_eq{
   width: 30%;
   height: 300px;
   background-image: url("../img/Equipos/Software.webp");
   background-repeat: no-repeat;
   background-size: contain;
}
.tercer_eq{
   width: 30%;
   height: 300px;
   background-image: url("../img/Equipos/Toners.webp");
   background-repeat: no-repeat;
   background-size: contain;
}

.eq_desc{
   width: 70%;

}
.contenido_eq{
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   /* height: 200px; */
   background-color: #b1e8cd48;
   padding: 10px;

}
.desgloce_parrafo_eq p{
   font-family: "Mont_Light";
   
}

.boton_info_eq{
   width: 100%;
  display: flex;
  text-align: center;
  display: flex;
  justify-content: right;
}
.info_eq{
   width: 35%;
   border-radius: 25px;
   padding: 5px;
   background-color: rgba(56, 141, 56, 0.747);
}

.info_eq a{
   color: #f2f2f2;
   text-decoration: none;
}
.info_eq:hover{
   color: #f2f2f2;
   text-decoration: none;
   background-color: green;
}


@media only screen and (max-width : 1400px) {}

@media only screen and (max-width : 900px) {
   .equipos_y_software{
      
      height: 180px;
      
      margin-bottom: 30px;
     
   }
   .equipos_y_software .tipos{
      width: 350px;
      position: absolute;
      left: 10px;
      top: 150px;
      text-align: left;
   }
   .tipos h2{
      font-family: "Mont_Ext_Bold";
      font-size: 2em;
      color: #333333;
      line-height: 0px;
   }
   .desgloce_equipos{
      width: 100%;
      
   }
   .equipo{
   width: 95%;
   margin: auto;
   /* background-color: rgb(43, 40, 38); */
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
   }
   .primer_eq{
      width: 50%;
      height: 180px;
   }
   .segundo_eq{
      width: 50%;
      height: 180px;
      background-image: url("../img/Equipos/Software.webp");
      background-repeat: no-repeat;
      background-size: contain;
   }
   .tercer_eq{
      width: 50%;
      height: 180px;
      background-image: url("../img/Equipos/Toners.webp");
      background-repeat: no-repeat;
      background-size: contain;
   }
   
   .eq_desc{
      width: 100%;
   
   }
   .contenido_eq{
      display: flex;
      flex-direction: column;
      /* height: 200px; */
      background-color: #b1e8cd48;
      padding: 20px 5px;
   
   }
   .desgloce_titulo_eq{
      text-align: center;
      font-size: .9em;
      margin-bottom: 10px;
   }
    
   .boton_info_eq{
     width: 100%;
     display: flex;
     text-align: center;
     display: flex;
     justify-content: center;
     margin-top: 10px;
   }
   .info_eq{
      width: 95%;
      margin: auto;
      border-radius: 25px;
      padding: 5px;
      background-color: rgba(56, 141, 56, 0.747);
   }
   
   .info_eq a{
      color: #f2f2f2;
      text-decoration: none;
   }
   .info_eq:hover{
      color: #f2f2f2;
      text-decoration: none;
      background-color: green;
   }

}