/*general aspects*/ /*general aspects*/ /*general aspects*/ /*general aspects*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
  html{
    scroll-behavior: smooth;
  }

  body {
    font-family: "Arial", sans-serif;
  }

  
/*INICIO HEADER*/
/*SECCION NAVBAR */ 
.header2 {
  position: fixed;
  top:1;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
}

.header2 .call {
  font-size: 25px;
}

.header2 .whats-icon {
  font-size: 26px;
}


nav {
  text-align: left;
  padding: 40px 10px 0 0;
}

nav > a {
  color: white;
  font-weight: 300;
  text-decoration: none;
  margin-left: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; /** Chrome & Safari **/
  -moz-transition: all 0.5s; /** Firefox **/
  -o-transition: all 0.5s; /** Opera **/
}

nav > a:hover {
  text-decoration: underline;
}
  /*Buttons 
  WHATS/CALL/UP&DOWN*/
  .call {
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /** Chrome & Safari **/
    -moz-transition: all 0.5s; /** Firefox **/
    -o-transition: all 0.5s; /** Opera **/
  } 
  .call:hover {
    transform: translateY(-15px);
  }
  .whats-icon {
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /** Chrome & Safari **/
    -moz-transition: all 0.5s; /** Firefox **/
    -o-transition: all 0.5s; /** Opera **/
  }
  .whats-icon:hover {
    transform: translateY(-15px);
  }

/* IMAGEN HEADER*/
  .contenedor-textosheader {
    display: flex;
    height:100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .contenedor-textosheader img{
    width: 40%;
    margin-top: 10%;
  }

/*FIN HEADER*/

  
/*/*/ /*/*INICIO SOMOS/*/ /*/*/ /*/*/
  .contenedor-somos {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #017fff;
  }
   img{
    object-fit: cover;
    width: 100%;
  }
/*/*/ /*/*FIN SOMOS/*/ /*/*/ /*/*/


/*INICIO SERVICIOS*/
.contenedor-servicios1{
  width: 100%;
  height: 80vh;
  margin: auto;
  overflow: hidden;
  background-color:rgba(62, 72,82, .9);
}

.servicios{
  margin-top: 2%;
}

.servicio1{
  color: white;
  font-size: 25px;
  text-align: left;
  display: flex;
  align-content: flex-start;
  justify-content: baseline;
  letter-spacing: 8px;
  line-height: 20px;
  flex-direction: column;
  padding: 3% 0 0 2%;
  list-style-type: none;
  cursor: pointer;
}
.servicio1:hover{
  text-decoration: underline;
  color: white;
}

.servicio2{
  color: white;
  font-size: 25px;
  text-align: left;
  display: flex;
  align-content: flex-start;
  justify-content: baseline;
  letter-spacing: 8px;
  line-height:20px;
  flex-direction: column;
  padding: 3% 0 0 2%;
  list-style-type: none;
  cursor: pointer;
}
.servicio2:hover{
  text-decoration: underline;
  color: white;
}

.servicio3{
  color: white;
  font-size: 25px;
  text-align: left;
  display: flex;
  align-content: flex-start;
  justify-content: baseline;
  letter-spacing: 8px;
  line-height: 20px;
  flex-direction: column;
  padding: 3% 0 0 2%;
  list-style-type: none;
  cursor: pointer;
}
.servicio3:hover{
  text-decoration: underline;
  color: white;
}

.servicio4{
  color: white;
  font-size: 25px;
  text-align: left;
  display: flex;
  align-content: flex-start;
  justify-content: baseline;
  letter-spacing: 8px;
  line-height: 20px;
  flex-direction: column;
  padding: 3% 0 0 2%;
  list-style-type: none;
  cursor: pointer;
}
.servicio4:hover{
  text-decoration: underline;
  color: white;
}

.servicio5{
  color: white;
  font-size: 25px;
  text-align: left;
  display: flex;
  align-content: flex-start;
  justify-content: baseline;
  letter-spacing: 8px;
  flex-direction: column;
  padding: 3% 0 0 2%;
  list-style-type: none;
  cursor: pointer;
}
.servicio5:hover{
  text-decoration: underline;
  color: white;
}

.titulo-servicios{
  color:rgba(1, 127, 255, 0.2);
  text-align: right;
  padding: 5% 2% 0 0;
  font-size: 50px;
}

.llame-btn{
  text-decoration: border;
  color: rgba(1, 127, 255, 1) ;
  text-align: left;
  display: flex;
  align-content: flex-start;
  justify-content: baseline;
  letter-spacing: 8px;
  flex-direction: column;
  padding: 3% 0 0 2%;
  font-size: 30px;
}
/*FIN SERVICIOS*/

/*INICIO VIDEO*/
.youtube-wraper {
  max-width: 1400px;
  padding: 2% 5%;
  margin-bottom: 40px;
}

.video-wraper {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.9);
}
/*FIN VIDEO*/

/* INICIO GRUAS Y MANIOBRAS */
.contenedor-ofrecemos {
  padding: 100px 0 40px 0;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.contenedor-all-ofrecemos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
}

.contenedor-all-ofrecemos .item {
  transition: all 1s;
  -webkit-transition: all 1s; /** Chrome & Safari **/
  -moz-transition: all 1s; /** Firefox **/
  -o-transition: all 1s; /** Opera **/
}

.contenedor-all-ofrecemos .item:hover {
  transform: translateY(-10px);
}

.serv1-item-slide > img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease; /** Firefox **/
  -o-transition: all 0.5s ease; /** Opera **/
}


.serv2-item-slide > img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease; /** Firefox **/
  -o-transition: all 0.5s ease; /** Opera **/
}


.serv3-item-slide > img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease; /** Firefox **/
  -o-transition: all 0.5s ease; /** Opera **/
}



.serv4-item-slide > img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease; /** Firefox **/
  -o-transition: all 0.5s ease; /** Opera **/
}


.serv5-item-slide > img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease; /** Firefox **/
  -o-transition: all 0.5s ease; /** Opera **/
}



.serv6-item-slide > img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease; /** Firefox **/
  -o-transition: all 0.5s ease; /** Opera **/
}



.contenedor-all-ofrecemos img {
  width: 100%;
  height: auto;
}

.contenedor-all-ofrecemos .item {
  height: auto;
  width: 350px;
  padding: 8px;
}

.item > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.titulo-ofrecemos{
  color:rgba(1, 127, 255, 0.9);
  text-align: right;
  padding: 0 2% 0 0;
  font-size: 45px;
}
/*FIN OFRECEMOS*/

/*INICIO NOSOTROS*/
.contenedor-nosotros{
  display: flex;
  flex-wrap: wrap;
}

.lados{
  flex: 2;
  margin-left:8px;
  margin-bottom: 4%;
}
.lados:first-child{
  flex: 1;
}

.lados p{
  font-size: 15px;
  line-height: 200%;
  padding: 0 0 0 2%;
  color: rgba(0, 0, 0, 0.7);
}


.lado-derecho{
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.m{
  font-size: 120px;
}

.lado-derecho p{
  font-size: 30px;
  letter-spacing: 15%;
}

.titulo-nosotros{
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  padding: 0 0 2% 2%;
  font-size: 45px;
}
/*FIN NOSOTROOS*/

/*INICIO OFRECEMOS*/
.contenedor-1{
  display: flex;
  flex-wrap: wrap;
  background-color:rgba(1, 127,255, .6);
  width: 100%;
  height: auto;
}

.lados1{
  flex: 2;
  margin-left:8px;
  margin-bottom: 1%;
}
.lados1:first-child{
  flex: 1;
}

.lados1 p{
  font-size: 15px;
  line-height: 200%;
  padding: 0 0 0 2%;
  color: white;
}

.ofrecemos-img{
  margin-top: 5%;
  margin-left: 8%;
}

.ofrecemos-img img{
  width:auto;
  height: auto;
}

.ofrecemos-img p{
  color: white;
}

.contenedor1-call{
  align-content: center;
  text-decoration: none;
  color: rgba(0, 0, 0, .7) ;
  font-size: 40px;
}

.titulo-ofr{
  color: rgba(0, 0, 0, .7);
  text-align: left;
  padding: 0 0 2% 2%;
  font-size: 45px;
}
/*FIN OFRECEMOS */
  

/*INICIO FOOTER*/
  footer {
    background:rgba(1, 127, 255, 1);
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
  }

  .titulo-footer {
    color:#3e4852;
    text-align: right;
    padding: 2% 5% 0 0;
    font-size: 45px;
    }

.boton{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.btn-1{
  width: 300px;
  height: 80px;
  border: none;
  color: white;
  background-color: #3e4852;
  border-radius: 4px;
  transition: ease-out 0.3s;
  font-size: 1.8rem;
  outline: none;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.btn-1:hover{
  color: #fff;
  cursor: pointer;
}
.btn-1:before{
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color:#39A9CD;
}
.btn-1:hover:before{
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}

  .contenedor-footer {
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid  #3e4852;
  }
  .content-foo {
    text-align: center;
    align-content: center;
  }
  .content-foo h4 {
    color:#3e4852;
    border-bottom: 1px solid  #3e4852;
    padding-bottom: 5px;
    margin-top: 15px;
    font-size: 22px;
  }
 
  .content-foo a {
    color: #3e4852;;
    cursor: pointer;
  }  
  .content-foo p {
    color:#3e4852;
    padding-bottom: 10px;
  }

  .wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  .wrapper .icon{
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon span{
    display: block;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon span i{
    line-height: 60px;
    font-size: 25px;
  }
  .wrapper .icon .tooltip{
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    color: #fff;
    padding: 10px 18px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon:hover .tooltip{
    top: -70px;
    opacity: 1;
    pointer-events: auto;
  }
  .icon .tooltip:before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon:hover span{
    color: #fff;
  }
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip{
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
  }
  .wrapper .facebook:hover span,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip:before{
    background: #3B5999;
  }
 
  .backtotop {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
  }
  .backtotop .up{
    font-weight: 100;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 12px 16px rgba(255, 255, 255, 0.5);
  }
  .content-foo1 {
      margin-bottom: 20px;
      text-align: center;
    }
  .titulo-final {
      text-align: center;
      font-size: 24px;
      margin: 20px 0 0 0;
      color:rgba(255, 255, 255, 0.5);
    }
    
.siteseal {
    width:30%;
    margin: auto;
    justify-content: space-around;
}
}
  
  