/* Cover */
.cover{
  background-image: url('/img/hero_inicio.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  min-height: 550px;
}

.big_image_text{
  color: white;
  position: absolute;
  top: 40%;
  left: 10%;
}

.big_image_text h2{
  font-size: 4rem;
  width: 500px;
}

.big_image_text h3{
  font-size: 2rem;
  font-weight: lighter;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.button{
  padding: 30px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 30px 10px;
  cursor: pointer;
  color: white;
  border: 3px solid #0091beff;
}

.button_know_more{
  background-color: rgba(0, 0, 0, 0);
}

.button_lets_do_it{
  background-color: #0091beff;
}

.button_know_more:hover{
  background-color: rgb(0, 96, 126);
}

.button_lets_do_it:hover{
  background-color: rgb(0, 96, 126);
}

/* Power Message */
.power_message{
  margin: 50px auto;
  text-align: justify;
}

.power_message h2{
  display: inline-block;
  font-size: 2rem;
  width: 40%;
}

.power_message h3{
  display: inline-block;
  padding-left: 10vw;
  width: 59%;
  font-size: 1.5rem;
  font-weight: lighter;
  vertical-align: top;
}

/* Reliable Solutions */
.reliable_cover{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  color: white;
}

.reliable_cover iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 150%;
}

.reliable_cover .wrapper{
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  padding: 100px 0;
}

.reliable_cover .wrapper_text{
  width: 45%;
  margin-right: 20px;
}

.reliable_cover .image{
  background-color: rgba(31, 128, 39, 0);
  width: 500px;
  height: 400px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.reliable_cover .image img{
  height: 100%;
  position: relative;
  left: -100px;
}

.reliable_cover h2{
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  display: block;
  width: fit-content;
  margin:  0 auto 40px auto;
}

.reliable_cover h3{
  font-size: 1.5rem;
  font-weight: lighter;
  text-align: justify;
}

.button_contact_us{
  background-color: #0091beff;
  margin: 50px auto 0 auto;
  display: block;
}

.button_contact_us:hover{
  background-color: rgba(0, 0, 0, 0);
}

/* Power Message 2 */

.power_message2{
  margin: 50px auto;
  text-align: justify;
}

.power_message2 h2{
  display: inline-block;
  font-size: 2rem;
  width: 40%;
}

.power_message2 h3{
  display: inline-block;
  padding-left: 10vw;
  width: 59%;
  font-size: 1.5rem;
  font-weight: lighter;
}

/* Services */
.services{
  margin: 100px auto 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.service{
  height: 450px;
  padding: 10px;
  border: 8px solid #0091beff;
  vertical-align: top;
  text-align: justify; 
  margin: 0 10px;
  position: relative;
}

.mini_image{
  width: 90%;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  background-color: tomato;
  background-size: cover;
  background-position: center;
}

.design{
  background-image: url(/img/vernier.jpg);
  background-position: top;
}

.consul{
  background-image: url(/img/Consulta.jpg);
}

.develop{
  background-image: url(/img/escritorio_soldar.jpg);
}

.service h2{  
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.service h3{  
  font-size: 1.5rem;
  font-weight: lighter;
}


.serv1 h2{
  width: 80%;
  margin: 50px auto 30px auto;
}

.serv2 h2{
  margin: 50px auto 60px auto;
}

.service .button_more{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0091beff;
  display: block;
  margin: 0 auto;
  width: fit-content;  
}
  
.service .button_more:hover{
  background-color: rgb(0, 96, 126);
}

/* About us */
.about_us{
  background-image: url(/img/fondo_tecnologico.jpg);
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: fit-content;
  padding: 100px 0;
}

.about_us h2{
  color: white;
  font-size: 3rem;
  margin-bottom: 20px;
}

.about_us .text{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  column-gap: 50px;
}

.about_us p{
  color: white;
  font-size: 1.5rem;
  text-align: justify;
  width: 100%;
}

.about_us .firstP{
  margin-right: 50px;
}

/* We are the best */
.we_are_the_best {
  display: flex;
  margin: 50px auto;
  justify-content: end; 
  position: relative;
}

.we_are_the_best .wrapper{
  width: 60%;
}

.we_are_the_best .image{
  width: 300px;
  height: 400px;
  border: 8px solid rgb(15, 129, 158);
  position: absolute;
  top: 0;
  left: 50px;
  overflow: hidden;
}

.we_are_the_best .image img{
  width: 100%;
}

.we_are_the_best h2{
  font-size: 3rem;
  margin-bottom: 20px;
}

.we_are_the_best p{
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: justify;
}

.we_are_the_best ul{
  width: fit-content;
  margin-left: 25px;
}

.we_are_the_best ul li{
  font-size: 1.5rem;
  list-style: none;
}

.we_are_the_best .checked{
  color: rgb(0, 255, 21);
  margin-right: 15px;
}

.we_are_the_best .button_more{
  background-color: #0091beff;
  display: block;
  margin: 20px auto 0 auto;
  width: fit-content;  
}

.we_are_the_best .button_more:hover{
  background-color: rgb(0, 96, 126);
}

@media screen and (max-width:1024px){
  
  .power_message{
    margin: 5vw auto;
  }

  .power_message h2{
    display: block;
    font-size: 4vw;
    width: 90%;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  
  .power_message h3{
    display: block;
    padding-left: 0;
    width: 100%;
    font-size: 3vw;
    font-weight: lighter;
    margin: 0 auto 0 auto;
  }
  
  .reliable_cover iframe{
    width: 1100px;
    height: 100%;
  }

  .reliable_cover .wrapper_text{
    width: 45%;
  }
  
  .reliable_cover .image{
    width: 45vw;
    height: 40vw;
  }

  .reliable_cover .image img {
    position: static;
}

  .services{
    display: block;
    margin: 10vw auto 10vw auto;
  }

  .service{
    margin: 5vw auto 5vw auto;
    width: 80%;
    height: auto;
    padding: 5vw;
  }

  .service .button_more{
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    background-color: #0091beff;
    display: block;
    margin: 10px auto 0 auto;
    width: fit-content;  
  }

  .mini_image {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: static;
    top: auto;
    background-size: cover;
    background-position: center;
  }

  .service h2 {
    width: 80%;
    margin: 0px auto 2vw auto;
    font-size: 4vw;
  }

  .service h3 {
    margin:2vw 0;
    font-size: 3vw;
  }

  .mini_image {
    width: 100%;
    height: 20vw;
    margin: 0 auto;
    position: static;
    top: auto;
    background-size: cover;
    background-position: center;
  }

  .about_us .text {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }

  .we_are_the_best h2 {
    font-size: 4vw;
  }

  .we_are_the_best {
    display: block;
  }

  .we_are_the_best .wrapper {
    width: 100%;
  }

  .we_are_the_best .wrapper .image{
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 80vw;
  }
}

@media screen and (max-width:768px){
  .big_image_text {
    color: white;
    position: absolute;
    top: 40%;
    left: 5%;
  }

  .big_image_text h2{
    font-size: 10vw;
    width: auto;
  }
  
  .big_image_text h3{
    font-size: 5vw;
    font-weight: lighter;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }

  .button{
    padding: 20px 30px;
    font-size: 3vw;
    letter-spacing: 0.1em;
    margin: 30px 5px;
  }

  .power_message{
    margin: 5vw auto;
  }

  .power_message h2{
    font-size: 6vw;
    margin: 0 auto 20px auto;
  }
  
  .power_message h3{
    font-size: 5vw;
    font-weight: normal;
  }

  .reliable_cover .wrapper {
    padding: 20px;;
  }

  .reliable_cover iframe {
    width: 1500px;
    height: 100%;
  }

  .reliable_cover .wrapper_text {
    width: 100%;
    margin: 0;
  }

  .reliable_cover h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }

  .reliable_cover h3 {
    font-size: 5vw;
    margin: 0 auto 5vw auto;
  }

  .reliable_cover .image {
    margin: 0 auto 25px auto;
    width: 80vw;
    height: 50vw;
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }

  .service h2 {
    font-size: 5vw;
  }

  .service h3 {
    font-size: 4vw;
  }
}