
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}
/*************************************/
nav {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, #FFFFFF 0%, #DBDBDB 100%);
  padding: 20px;
  height: 70px;
  font-family: 'Arimo', sans-serif;
}
.division {
  background-color: #A5A5A5;
  display: block;
  width: 100%;
  height: 5px;
}
.logo img {
  height: 60px;
  margin-left: 30px;
}
ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 120px;
  text-align: center;
  align-items: center;
}
.menu{
    margin-right: 30px;
}
.genre-nasd{
    height: 100px;
}
.menu li {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  transition: ease-in-out 0.2s;
  align-items: center;
}
.menu li:hover {
    border-top: 10px solid red;
  }
.containerLink{
    height: 40px;
    display: flex;
    background-color: #686b6e;
    padding: 0 10px;
    border-radius: 5px;
    flex-direction: row;
    background-color: #e80404;
}
.mndaf-gweit.atyiuj-gfdr a {
    white-space: nowrap;
  }
.imgTeflIco{
    height: 25px;
    margin: auto 0;
    padding-right: 5px;
    color: #F7F7F7;
}
.telConc{
    width: 75px;
    margin: auto 0;
    font-size: 13px;
    font-family: 'Arimo', sans-serif;
    color: #f3f4f5;
}

.menu li:hover {
  background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 95%, #FF0707 5%);
}
a {
  color: #0c0c0c78;
  text-decoration: none;
}
.hamburger-menu {
  display: none;
}
.menuModal {
  display: none;
}
@media (max-width: 1600px) {
    .caroasdw-asus{
        font-size: 60px !important;
      }
      .parts-assu{
        font-size:  17px !important;;
      }
}
@media (max-width: 720px) {


  .menu {
    display: none;
  }
  .containerAcerca, .TextConfi , .containerPorq{
    margin: 0 20px; /* 0px arriba y abajo, 20px izquierda y derecha */
}
 .backgro-sef{
    position: relative;
    left: 0;
    right: 0;
    height: calc(100%) !important; /* Altura del elemento, restando los márgenes superior e inferior */
    margin-top: 0px !important; /* Margen superior de 300px */
    margin-bottom: 0px !important; /* Margen inferior de 300px */
    background-color: rgba(49, 49, 49, 0.336) !important;  /* Color de fondo del elemento */
  }
  .show {
    display: flex;
    position: absolute;
    right: 5px;
    top: 75px;
    background-color: #F7F7F7;
    box-shadow: -1px 3px 3px #0c0c0c78;
    z-index: 2;
    max-width: 135px;
    height: 130px;
  }
  .hamburger-menu {
    display: block;
    cursor: pointer;
    background-image: url(assets/menu_FILL0_wght700_GRAD0_opsz48.png);
    background-position-x: center;
    background-size: cover;
    height: 35px;
    width: 30px;
  }
  .bar {
    width: 30px;
    height: 5px;
    background-color: #333;
    margin: 5px;
  }
  ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  li {
    width: 135px;
    height: inherit;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: ease-in-out 2s;
  }
  li:hover {
    background: linear-gradient(to left, #FFFFFF 0%, #FFFFFF 95%, #FF0707 5%);
  }
  .containerLinkRem{
    height: 25px;
    display: flex;
    background-color: #e80404;;
    padding: 0 10px;
    border-radius: 5px;
    flex-direction: row; 
  }
  .imgTeflIcoRem{
    height: calc(100% - 2px);
    margin: auto 0;
    font-family: 'Arimo', sans-serif;
  }
  .telConcRem{
    color: #f3f4f5;
  }
  
  .caroasdw-asus{
      font-size: 45px !important;
    }
    .parts-assu{
        font-size:  20px !important;
    }
    .caroasdw-asusSWR{
        font-size: 40px !important;
    }
    .caroasdw-retert{
      font-size: 35px !important;
    }
}
/*corrusel*/

.carousel-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
    overflow: hidden;
    background-image: url(assets/img_caswqe578785.png);
    background-position-x: center;
    background-size: cover;
  }
  .carousel {
    height: 100%;
    width: inherit;
    margin-top: 100px;
    position: relative;
    z-index: 99999 !important;

  }
  .carousel-inner {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
  }
  header{
    height: 100vh;
  }
  .backgro-sef{
    position: absolute;
    left: 0;
    right: 0;
    height: calc(100% - 300px); /* Altura del elemento, restando los márgenes superior e inferior */
    margin-top: 150px; /* Margen superior de 300px */
    margin-bottom: 1500px; /* Margen inferior de 300px */
    background-color: rgba(49, 49, 49, 0.747); /* Color de fondo del elemento */
  }


/* quines somos*/


.imgAcerca{
    width: 250px;
    height: 300px;
    display: none;
    padding-top:30px;
}
.containerAcerca{
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}
.Acerca{
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    padding: 20px 10px;

}
.lineaAcerca{
    color: #e80404; 
    background-color: #e80404; 
    height: 2px;
    border-color: #e80404 ;  
}
.cotainerDescpAcer{
    max-width: 1000px;
}
.titleAcerca{
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 25px;
}
.textoAcerca{
    font-family: 'Arimo', sans-serif;
    font-size: 0.9rem;
    text-align: center;
}

/* @media(max-width:710px){

    .Acerca{
        .imgAcerca{
            display: none;
        }
        .cotainerDescpAcer{
            margin: 0 auto;
            padding: 0;
        }
        .titleAcerca{
            text-align: center;
        }
    }
    
} */



/*card servicios*/


.ContainerService{
    background-color: #686b6e;
    display: flex;
    justify-content: center;
}
.Service_Title{
    padding-top: 15px;
    display: flex;
    justify-content: center;
    background-color: #686b6e;
    color: #f3f4f5;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    margin: 0;
}
.Services{
    max-width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Service{
    display: flex;
    flex-direction: column;
    max-width: 450px;
    background-color: #f3f4f5;
    padding: 15px;
    margin: 15px 0;
    
}
.serviceTitle{    
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.serviceText {
    font-family: 'Arimo', sans-serif;
}
.TextConfiContainer{
    font-family: 'Arimo', sans-serif;
    color: #f3f4f5;
    display: flex;
    justify-content: center;
    background-color: #686b6e;
    padding: 15px 0 25px 0;
}
.TextConfi{
    max-width: 700px;
    text-align: center;
}

.Service:hover{
    scale: 1.02;
    transition: 0.7s;
}

/*porque elegirnos*/

.containerPorq{
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
.Porq{
    display: flex;
    max-width: 980px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.titlePorq{
    padding-top: 10PX;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;

}
.PorqImg{
    width: 100%;
}
.textPorq{
    font-family: 'Arimo', sans-serif;
    font-size: 1rem;
}

/*estadistica*/

.containerEstadistica{
    display: flex;
    justify-content: center;
}
.Estadistica{
    width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #f3f4f5;
    padding: 25px 0;
}
.cardEstadi{
    width: 150px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.EstaSigno{
    display: inline;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    font-weight: bolder;
}
.titleEstadi{
    display: inline;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
}
.descEstadi{
    font-family: 'Arimo', sans-serif; 
}
.ImgEstadi{
    width: 80px;
    margin: auto;
}
/*infidelidad*/
.ContainerInfi{
    margin: 0 auto;
    max-width: 980px;
}
.infi{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.infiTitu1{
    color: #e80404;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
}
.infiTitu2{
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
}
.infiText1{
    font-family: 'Arimo', sans-serif; 
    font-size: 0.9rem;
}
.cardsInfi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.cardInfi{
    padding: 10px;
    width: 300px;
    border: 1px solid #686b6e6c;
    border-radius: 5px;
    box-shadow: 0 0 5px ;
    margin-bottom: 15px;

}
.titleCardInfi{
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.textCardInfi{
    font-family: 'Arimo', sans-serif; 
    font-size: 0.9rem;
}
.imgCardInfi{
    width: 75px;
}
/*atencion*/
.containerAten{
    background-image: url('assets/contacto_65t465g4saa.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 30px;

    display: flex;
    justify-content: center;    
}
.aten{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 350px;
    color:#f3f4f5
}
.atenTitle{
    font-family: 'Oswald', sans-serif;
    font-size: 2.9rem;
}
.atenTexto{
    font-family: 'Arimo', sans-serif; 
    font-size: 1.1rem;
}
.atenContac{
    background-color: #e80404;
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    border-radius: 5px;

}
.atenContac{
    text-decoration: none;
    font-family: 'Arimo', sans-serif;
    color: #f3f4f5 !important
     
}

.atenContac:hover{
    pointer-events: stroke;
    background-color:#ff5858 ;
    transition: 0.7s;
    scale: 1.03;
}
/*contac*/
.containercontac{
    max-width: 1000px;
    margin: 0 auto;
}
.infoHalco{
    width: 350px;
    padding: 15px;
    font-family: 'Arimo', sans-serif;
    font-size: 0.9rem;
}
.infoLogoHalco{
    width: 130px;
    margin-bottom: 10px;
}
.textContac{
    margin-bottom: 10px;
}
.halcoIco{
    width: 30px;
}
.containerInfoContac{
    display: flex;
    flex-direction: row;
    margin-top: 7px;
}
.icoInfoContac{
    width: 25px;
    height: 25px;
}
.textInfoContac{
    padding-top: 3px;
    padding-left: 10px;
    font-family: 'Arimo', sans-serif; 
}
.infoContacTitle{
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    color: #e80404;
    margin-top: 15px;
}

.contac{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.form{
    margin-top: 15px;
    font-family: 'Arimo', sans-serif;
    width: 250px; 
}
.formLabel{
    display: block;
}
textarea {
    resize: none;
}
.buttonForm{
    background-color: #e80404;
    width: 100%;
    height: 30px;
    font-family: 'Arimo', sans-serif;
    font-size: 1rem;
    border-color: #c00303;
    color: #fefefe;
}

.forminput{
    width: 100%;
}
.footer{
    margin-top: 20px;
    background-color: #0e0e0e;
    height: 35px;
}
.textFooter{
    padding-top: 9px;
    color: #f3f4f5;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-size: 0.9rem;
}

/*whatsapp*/
.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }
  
  .whatsapp-button img {
    width: 200px;
  }
  .caroasdw-asus{
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 90px;
  }
  .parts-assu{
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size:  31px;
  }
  a {
    text-decoration: none !important;
    color: #0c0c0c78 !important;;
}
.img_wathspa{
    width: 60px;
    height: 60px;
}

