*{
  margin:0px;
  padding:0px;
  list-style:none;
  text-decoration:none;
  box-sizing:border-box;
  font-family: 'Roboto', sans-serif;
}
html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  
}



/*Menu*/ 

header{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.contenedor{
  width: 100%;
  margin: auto;
}

.contenedor img {
  height: 60px;
margin-top: 10px;
margin-left: 30px;
}
#menu-bar{
  display: none;
}

.menu{
  width: min-content ;
  float: right;
  margin: auto;
  font-size: 16px;
}
.menu-horizontal{
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.menu-horizontal > li > a{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 20px 20px;
  margin-left: 30px;
  color: white;
  text-decoration: none;
  position: relative;
  
}

.underline{
  display: inline-block;
  position: relative;
}
.menu-horizontal > li > a:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background:linear-gradient(to right,rgb(255, 255, 255),rgb(255, 255, 255));
  transform: scaleX(0);
  transform-origin: bottom center;
  transition: transform 0.4s ease-out;
}   
.menu-horizontal a:hover:after{
  transform: scaleX(1);
  transform-origin: bottom center;
}  







header label{
  display: none;
}
.iconos{
  text-align: right;
  display: flex;
  padding: 20px;
  float: right;  
}
.iconos a{
  text-decoration: none;
  color: white;
  padding-right: 20px;
  font-size: 20px;
 
}
.iconos a:hover{
  color:rgb(223, 109, 33); 
}
/*elementos resposivos */ 

.icon__menu{
  color:rgb(77, 76, 76);
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
  display: none;
  width: 30px;
  align-items: center;
}
#label__check{
  width: 30px;
  height: 100%;
  display: none;
}
#check__menu{
  display: none;
}


/*Banner*/ 

.banner{
  width: 100%;
  height: 800px;
  animation: banner 10s infinite linear alternate;
  background-size: 100% 100%;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@keyframes banner{
  0%, 30%{
    background-image: url(/img/banner1.jpg);
  }
  35%, 65%{
    background-image: url(/img/banner2.jpg);
  }
  70%, 100%{
    background-image: url(/img/banner3.jpg);
  }

}
.capa{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.6);
}

.banner img{
  width: 100%;
}
.banner-content{
  z-index: 1;
  width: 100%;
  text-align: center;
}
.banner-content h2{
  color: #fff;
  font-size: 80px;
  letter-spacing: 6px;
  
}
.banner-content p{
  color: #c7c7c7;
  margin-bottom: 30px;
  font-size: 22px;
  
}
.banner-content a{
  text-decoration: none;
  color: #fff;
  border: 3px;
  padding: 13px 30px;
  display: inline-block;
  border: 3px solid rgb(255, 255, 255);
  font-size: 20px;
}
.banner-content a:hover{
  color: rgb(249, 124, 0);
  border: 3px solid rgb(249, 124, 0);

}
.fondologo{
  position: absolute;
  width: 100%;
  top: 0;
}
.fondologo img {
  width: 350px;
  position: absolute;
  top: -1px;
}


/*card*/

.cards {
  width: 100%;
  position: relative;
  top: -40px;

}

.cards_{
  max-width: 1700px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.cards__{
  width: 300px;
  height: 200px;
  background-color: rgb(249, 124, 0);
  text-align: center;
  position: relative;
}
.imgcard, .imgcard1, .imgcard2{
  width: 80px;
  height: 80px;
  margin: auto;
  background-color: rgb(249, 124, 0);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.cards__ img{
  width: 70px;
  height: 70px;
  margin: auto;
  padding: 10px;
  
}
.cards__ h3{
  color: #fff;
  margin-top: 30px;
  z-index: 2;
  position: relative;
  font-size: 21px;
}
.cards__ p{
  color: #fff;
  padding: 20px;
  font-size: 15px;
  text-align: justify;
}
.boton_serv {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: end;
}
.boton__serv a{
  text-decoration: none;
  color: inherit;
}

.cta{
  position: relative;
  margin: auto;
  padding: 19px 19px;
  transition: all .2s ease;
}
  
.cta::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  width: 56px;
  height: 56px;
  transition: all .3s ease;
}
    
.span{
  position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}
.svg{
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgb(251, 129, 8);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all .3s ease;
}
.cta:hover::before{
  width: 100%;
  background: rgba(19, 2, 77, 1);
  
  
}
.cta:hover .svg{
  transform: translateX(0px);
}
      
.cta:active{
  transform: scale(.96);
}
.cta:hover .span{
  color: rgb(255, 255, 255);
}  
    
  






/*GARANTIAS*/
.garantia{
  width: 100%;
  height: 23vw;
  background: url(/img/fondogarantias.jpg);
  background-size: cover;
  overflow: hidden;
}
.garantias {
  width: 1280px;
  margin: auto;
}
.garantias_{
  width: 36%;
  float: right;
}
.garantias_ h1{
  letter-spacing: 6px;
  margin-bottom: 10px;
  margin-top: 110px;
  color: #fff;
  
}
.garantias_ p{
  color: rgb(214, 214, 214);
  
  text-align: justify;
}
/*impulso*/
.impulso{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  
  
}
.impulso_{
  width: 1400px;
  margin: auto;
  display: flex;
}
.texto_impulso{
  margin-left: 50px;
  margin-right: 50px;
  width: 40%;
}
.texto_impulso h1 {
  text-align: left;
  letter-spacing: 6px;
  width: 90%;
  margin-bottom: 10px;
  font-size: 30px;
  margin-top: 20px;
}
.texto_impulso p{
  text-align: justify;
  font-size: 17px;
}
.texto_impulso a{
  font-size: 7px;
  border-radius: 50%;
  background-color: black;
  margin-right: 5px;
  align-items: center;
}
.gallery-container{
  display: grid;
  width: 50%;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 260px;
  padding: 20px;
  grid-gap: 10px;
}
.gallery__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item:nth-child(1){
  grid-row-start: span 2;
}


/*Servicios*/

.servicios {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
}
.servicios h1{
  width: 100%;
  font-size: 42px;
  margin-top: 40px;
  letter-spacing: 6px;
  
}
.card_grid{
  display: flex;
  max-width: 1400px;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 2rem 0;
  flex-wrap: wrap;
}
.img-card img{
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  grid-gap: 2rem;
  text-align: center;
  width: 90%;
  margin: auto;
}
.cardserv{
  display: block;
  overflow: hidden;
  border-radius: 0.6rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  margin: 10px;
  width: 300px;
}
.card-content{
  position: absolute;
  background: rgba(0 0 0/50%);
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 14%;
  padding: 2 rem;
  overflow: hidden;
  transition: 0.7s;
}
.card-content h2{
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: capitalize;
}
.card-content p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.cardserv:hover .card-content{
  height: 60%;
  transition: 0.7s;
}


/*clientes*/
.clientes{
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  
}
.clientes h1{
  letter-spacing: 5px;
  font-size: 42px;
  text-align: center;
  margin-bottom: 0px;
}
.clientes h2{
  
  font-size: 17px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 300;
}
.clientes_{
  display: inline-block;
  display: flex;
  animation: 30s slide infinite linear;
  margin-bottom: 70px;
}
.clientes_ img{
  margin: 0 40px;
  height: 120px;
}
.clientes::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  content: "";
  z-index: 2;  
  background: linear-gradient(to left,rgba(255, 255, 255, .0),#fff, #fff);
}
.clientes::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  content: "";
  z-index: 2;
  background: linear-gradient(to right,rgba(255, 255, 255, .0),#fff, #fff);
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*Contacto*/


.contacto{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0 0 0 / .8),rgba(0 0 0 / .8)), url(/img/contacto.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  width: 100%;
  overflow: hidden;
}
.container{
  display: grid;
  grid-template-columns: repeat(2,50%);
  padding: 20px;
  width: 1100px;
}
.box-info{
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.box-info h1 {
  text-align: left;
  letter-spacing: 6px;
  font-size: 28px;
  width: 90%;
}
.data{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.data > p {
  color: #fff;
  font-size: 15px;
}
.data > p > i{
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
}
.links {
  display: flex;
  gap: 15px;
}
.links > a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: rgb(249, 124, 0);
  text-align: center;
  transition: .1s;
}
.links > a {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}
.input-box {
  position: relative;
}
.input-box > input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  outline: none;
  background: rgba(255 255 255 / .1);
  border: 3px solid transparent;
  margin-bottom: 10px;
  transition: .3s;
  color: #fff;
}
.input-box > input:focus,
.input-box > textarea:focus {
  border-bottom: 3px solid rgb(249, 124, 0);
  
}
.input-box > input:focus::placeholder,
.input-box > textarea:focus::placeholder {
  color:transparent;
}
.input-box > textarea {
  width: 100%;
  height: 150px;
  background: rgba(255 255 255 / .1);
  border: none;
  letter-spacing: 1px;
  transition: .3s;
  color: #fff;
  outline: none;
}
.input-box > i{
  color: rgba(255 255 255 / .3);
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 10px;
}
.input-box > input:focus ~ i{
  color: rgb(249, 124, 0);
}
.bu input{
  background: rgb(249, 124, 0);
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 10px;
  transition: .2s;
  width: 100%;
  margin-top: 10px;
}
.bu input:hover,
.links > a:hover{
  background: rgb(189, 96, 3);
}
.botoneslinks{
  width: 1060px;
  display: flex;
  justify-content: end;
  padding-bottom: 20px;
  padding-top: 30px;
}
.botoneslinks_{
  width: 550px;
  display: flex;
  justify-content: space-between;
}
.botoneslinks_ a {
  width: 90px;
  display: grid;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.botoneslinks_ a img {
  width: 30px;
  margin: auto;
  filter: invert(100%) sepia(92%) saturate(0%) hue-rotate(110deg) brightness(108%) contrast(101%);
  padding-bottom: 10px;
  opacity: 1;
  padding-top: 10px;
}
.botoneslinks_ a h2 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  opacity: 1;
}

.botoneslinks_ a:hover,
.botoneslinks a img
.botoneslinks a h2{
  opacity: .6;
}

.mapa{
  padding-bottom: 70px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}



/*footer*/



.pie-pagina{
  width: 100%;
  background: linear-gradient(to right, #09037d, #00093c);

}
.pie-pagina .grupo-1{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap:50px;
  padding: 45px 0px;
  
}
.pie-pagina .grupo-1 .box figure{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.pie-pagina .grupo-1 .box figure img{
  width: 250px;
  
}
.pie-pagina .grupo-1 .box h2{
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
  color: #c8c7c7;
  margin-bottom: 15px;
  font-size: 14px;
}
.pie-pagina .grupo-1 .red-social a{
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-right: 10px;
  background-color: #191a60;
  text-align: center;
  transition:  all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
  color: rgb(249, 124, 0);
}
.pie-pagina .grupo-2{
  background-color: #000000;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}
.pie-pagina .grupo-2 small{
  font-size: 15px;
}
@media screen and (max-width: 800px){
  .pie-pagina .grupo-1{
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap:50px;
    padding: 35px 0px;
  }
  .box{
    padding-left: 40px;
    padding-right: 40px;
  
  }
  
}
@media screen and (max-width: 2088px){
  .clientes::before {
    width: 28%;
  }
  .clientes::after {
    width: 28%;
  }
}
@media screen and (max-width: 2088px){
  .clientes::before {
    width: 18%;
  }
  .clientes::after {
    width: 18%;
  }
}
@media screen and (max-width: 1451px){
  .card_grid {
    max-width: 1300px;
  }
  .impulso_ {
    width: 100%;
  }
  .garantias {
    width: auto;

  }
  .garantias_ h1 {
   margin-top: 90px;
  }
  .garantias_ {
    margin-right: 150px;
  }

}
@media screen and (max-width: 1295px){
  .card_grid {
    max-width: 100%;
  }
  .garantias_ h1 {
    margin-top: 60px;
  }
  .banner {
    width: 100%;
    height: 600px; 
  }
  .container {
    width: 900px;
  }
  .botoneslinks {
    width: 900px;  
  }
  .mapa iframe {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }
  

}
@media screen and (max-width: 1167px){
  .garantias_ {
    width: 450px;
    float: right;
  }
  .garantia {
    overflow: hidden;
  }
  .clientes_ img {
    margin: 0 40px;
    height: 90px;
  }

}
@media screen and (max-width: 1100px){
   
  .menu-horizontal > li > a {
     
    padding: 20px 40px;
    color: rgb(255, 255, 255);
   
  }
  .contenedor img {
    height: 70px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .iconos{
    display: none;
  }
  .toggle_btn{
    font-size: 30px;
    cursor: pointer;
    display:contents;
  }
  .contenedor {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    height: 84px;
  }
  .menu{
    display: flex;
    text-align: center;
    width: 100%;
      
  }
  .menu-horizontal{
    list-style: none;
    flex-direction: column;
    position: fixed;
    top: 84px;
    left: 0;
    height: auto;
    width: 100%;
    background: rgba(13, 15, 52, 0.728);
    transition: all 300ms ease;
    z-index: 100;
    opacity: 0;
    visibility: hidden;

  }
  .menu-horizontal > li > a:after{
    background:rgba(236, 235, 235, 0.718);
    background:none;
  } 
  
  .menu-horizontal li:hover{
    background: rgb(19, 19, 19);

  }


  #check__menu:checked ~ .menu .menu-horizontal{
    visibility: visible;
    opacity: 1;
  }
  #label__check{
    display: inline-flex;
    float: right;
    margin-right: 20px;
  }
  .icon__menu{
    display: flex;
  }
  .fondologo {
    display: none;
  }
  
  .cards__ {
    width: 240px;
    height: 240px;
  }
  
}  
@media screen and (max-width: 950px){
  .garantias_ h1 {
    margin-top: 30px;
  }
  

}
@media screen and (max-width: 841px){
  .cards {
    display: none;
  }
  .impulso_ {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .texto_impulso {
    width: 100%;
    margin-bottom: 40px;
  }
  .gallery-container {
    padding: 50px;
    width: 100%;
  } 
  .banner {
    height: 400px;
    margin-top: 90px;
  }
  .container{
    width: 95%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .box-info {
    gap: 15px;
  }
  .box-info > h1 {
    font-size: 1.5rem;
  }
  .botoneslinks_ {
    width: 100%;
  }
  .botoneslinks {
    width: 100%;
  }
  .box-info {
    margin-bottom: 30px;
  }
  .garantia {
    height: 32vw;
  }
  .garantias_ {
    margin-right: 60px;
  }

}
@media screen and (max-width: 796px){
  .garantia {
    height: 38vw;
  }

}
@media screen and (max-width: 609px){
  .garantia {
    height: auto;
    width: 100%;
    background: url(/img/fondogarantiasmini.jpg);
  }
  .garantias{
    width: 100%;
  }
  .garantias_{
    width: 100%;
    float: none;
  }
  .garantias_ p {
    padding-bottom: 80px;
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .garantias_ h1 {
    width: 100%;
    margin-top: 80px;
    text-align: center;
  }

}
@media screen and (max-width: 420px){
  .contenedor img {
      height: 50px;
      margin-top: 20px;
      margin-left: 20px;
  }    
  .banner {
    height: 250px;
    margin-top: 84px;
  }
  .banner-content h2 {
    font-size: 40px;
  }
  .banner-content p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .servicios {
    padding-top: 0px;
  }
  .servicios h1 {
    font-size: 30px;
  }
  .cardserv {
    margin: 10px;
    width: 250px;
    height: 300px;

  }
  .card-content {
    height: 21%;
  }
  .cardserv:hover .card-content {
    height: 80%;
  }
  .card-content h2 {
    font-size: 17px;
  }
  .impulso {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .texto_impulso {
    margin-left: 30px;
    margin-right: 30px;
  }
  gallery-container {
    padding: 30px;
  }
  .gallery-container {
    grid-auto-rows: 180px;
    padding: 30px;
  }
  .mapa iframe {
    padding-right: 30px;
    padding-left: 30px;
  }
  .clientes h1 {
    font-size: 30px;
  }
  .clientes_ img {
    margin: 0 20px;
  }
  .clientes_ {
    animation: 30s slide infinite linear;
  }
  .clientes::before {
    width: 8%;
  }
  .clientes::after {
    width: 8%;
  }
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-300%);
    }
  }



  .pie-pagina .grupo-1 .box figure img {
      width: 150px;
  }
  
}  

