@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?u2pxvm');
    src:  url('fonts/icomoon.eot?u2pxvm#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?u2pxvm') format('truetype'),
      url('fonts/icomoon.woff?u2pxvm') format('woff'),
      url('fonts/icomoon.svg?u2pxvm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-home:before {
    content: "\e900";
  }
  .icon-phone:before {
    content: "\e942";
  }
  .icon-clock:before {
    content: "\e94e";
  }
  .icon-truck:before {
    content: "\e9b0";
  }
  .icon-mail3:before {
    content: "\ea85";
  }
  .icon-mail4:before {
    content: "\ea86";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }


  @font-face {
    font-family: 'icomoon';
    src:  url('fonts-socials-media/icomoon.eot?4g6pcd');
    src:  url('fonts-socials-media/icomoon.eot?4g6pcd#iefix') format('embedded-opentype'),
      url('fonts-socials-media/icomoon.ttf?4g6pcd') format('truetype'),
      url('fonts-socials-media/icomoon.woff?4g6pcd') format('woff'),
      url('fonts-socials-media/icomoon.svg?4g6pcd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-menu:before {
    content: "\e9bd";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-youtube2:before {
    content: "\ea9e";
  }
  

.header {
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  background: linear-gradient(to right, #373b44, #4286f4);
  color: white;
  display: flex;
  justify-content: space-between;
}

.main .subTitle {
  font-size: 30px;
}

.logoTst {
  margin: 0;
  display: flex;
  align-items: center;
}


.logoTitle {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: 20px;
  color: white;
}

.logoTst:hover {
  text-decoration: none;
}


.logoImage {
  margin: 0 5px 0 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid white;
  border-radius: 55px;
}

.main {
  background: linear-gradient(to right, #373b44, #4286f4);
}

.fondo-tst {
    background: linear-gradient(to right, #373b44, #4286f4);
    color: white;
}




.btnMenu {
  margin: 0 10px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 5px;
}

.btnMenu:focus {
  outline: 1px;
}

.icon-menu {
  font-size: 20px;
  color: white;
}


.navbar-nav {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: center;
}

.nav-item {
  min-width: auto;
  max-width: 150px;
  text-align: center;
}

.nav-link {
  font-weight: bold;
}



.nav-link:hover {
  color: rgb(189, 161, 161);
}

.nav-link,
.navbar-toggler-icon,
.navbar-toggler {
  color: white;
}


#main .carousel-inner img {
  max-height: 70vh;
  object-fit: cover;
}



.products {
  margin: 0;
  padding: 20px 0 0 0;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  z-index: -2;
}

.titleProducts,
.tittleServicios {
  color: white;
}

.card {
  position: relative;
  background: white;
  z-index: 0;
}

.card::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: rgb(134, 127, 127);
  width: 100%;
  height: 10px;
  filter: blur(10px);
  z-index: -1;
}

.cardProductosBody {
  height: 225px;
}

.cardServiciosBody {
  height: 325px;
}

.cardServiciosText {
  height: 200px;
}


.cardTitle {
  text-align: center;
}

.cardText {
  text-align: justify;
}

.containerbtnModalMasInfo {
  text-align: center;
}

.btnModalMasInfo {
  text-decoration: none;
  color: white;
}

.servicios {
  margin: 0;
  padding: 20px 0 0 0;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
}

.btn-tst {
  background: linear-gradient(to left, #67b26f, #4ca2cd);
}


.contactanosBody {
  display: flex;
  justify-content: center;
}



.contactanos,
.ubicanos {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 18px 0;
}

.contactanosTitle,
.ubicanosTitle {
  text-align: center;
  color: #2c5364;
  font-weight: bold;
}

.contactanosBody,
.ubicanosBoby {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.contactanosBody .item,
.ubicanos .item {
  margin: 0 20px;
  padding: 10px 0;
  text-align: center;
}

.contactanosBody .icon,
.ubicanos .icon {
  font-size: 30px;
  color: #2c5364;
}


.ubicanosBody .subTitle {
  margin: 0;
  font-size: 18px;
  color: rgba(44, 83, 100, 1);
}

.contactanosBody .data,
.ubicanosBody .data {
  margin: 0;
  color: rgba(44, 83, 100, 1);
}

.ubicanosBody {
  margin: 0;
  display: flex;
  justify-content: center;
}

.horariosAtencion {
  display: flex;
  justify-content: center;
}

.horariosAtencion .data {
  margin: 0 20px;
}

.linkWhatsapp:hover,
.linkPhone:hover,
.linkEMail:hover {
  text-decoration: none;
}



.mapaUbicacion {
  width: 100%;
  height: 380px;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.mapaUbicacion .linkUbicacionContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(197, 246, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mapaUbicacion .linkUbicacion {
  margin: 10px 0 0;
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.mapaUbicacion .image {
  width: 100%;
  height: 100%;
}

.mapaUbicacion .iconPuntoMapa {
  margin: 0 0 10px;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

.linkUbicacionTst {
  width: 100%;
}

.contactanos .mapaUbicacion .image {
    width: 100%;
}




.partnerts {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  height: auto;
}


.containerTitlePartnerts {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #2c5364;
}

.logosPartnertsContainer {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}


.logoPartnerts {
  margin: 0;
  padding: 0 20px;
  text-align: center;
}


.redesSociales {
  margin: 0;
  padding: 20px 0;
  height: 120px;
  background: linear-gradient(to right, #373b44, #4286f4);
}

.redesSociales .col {
  text-align: center;
}

.titleRedesSociales {
  color: white;
}

.linkRedesSociales {
  padding: 10px 0;
  text-align: center;
}


.redesSociales i {
  margin: 0 20px;
  font-size: 30px;
  color: white;
}


.copyright {
  background-color: #343a40;
  font-size: 12px;
}


.linea-divisoria {
  margin: 0;
  padding: 0;
  background-color: rgb(114, 112, 112);
}


.modal-content {
  background: rgb(222,233,239);
  color: rgb(22,61,108);
}


.modal-header {
  display: flex;
  align-items: center;
}

.inputIncorrect {
  border: 2px solid red;
}

.inputIncorrect:focus {
  border: 2px solid red;
  box-shadow: none;
}

.msgErrorOK {
  display: none;
}

.msgErrorNOK {
  padding-left: 5px;
  display: block;
  color: red;
}

.modal-footer {
  text-align: center;
}


@media screen and (min-width: 1200px) {
  .cardProductosText {
    height: 72px;
  }

  .cardProductosBody {
    height: 200px;
  }

  .cardServiciosText {
    height: 170px;
  }

  .cardServiciosBody {
    height: 300px;
  }

}


@media screen and (max-width: 991px) {
  .logosPartnertsContainer {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }
}


@media screen and (max-width: 767px) {
  .cardProductosBody {
    height: 175px;
  }

  .cardServiciosText {
    height: 120px;
  }

  .cardServiciosBody {
    height: 250px;
  }

}


@media screen and (max-width: 634px) {
  .ubicanosBody {
    display: block;
  }
}


@media screen and (max-width: 576px) {
  .cardProductosBody {
    height: 200px;
  }
}


@media screen and (max-width: 460px) {
  .logosPartnertsContainer {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }
}


@media screen and (max-width: 422px) {

  .cardServiciosText {
    height: 170px;
  }

  .cardServiciosBody {
    height: 300px;
  }

}


@media screen and (min-width: 1000px) {
  .mapaUbicacion {
    margin: auto;
    display: block;
    width: 500px;
    height: 500px;
  }
}


@media screen and (max-width: 999px) {
  
  .mapaUbicacion {
    margin: auto;
    display: block;
    width: 400px;
    height: 400px;
  }

  .mapaUbicacion .image {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 532px) {
  
  .mapaUbicacion {
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 100%;
  }

  .linkUbicacionTst {
    padding: 0 10px;
  }
}


@media screen and (max-width: 405px) {
  .contactanosBody {
    display: block;
  }

  .ubicanos .container-fluid {
    padding: 0;
  }

  .horariosAtencion {
    display: block;
  }

}



@media screen and (max-width: 366px) {

  .cardProductosBody {
    height: 225px;
  }

}

@media screen and (max-width: 339px) {

  .cardServiciosText {
    height: 190px;
  }

  .cardServiciosBody {
    height: 320px;
  }

}

@media screen and (max-width: 316px) {

  .cardServiciosText {
    height: 215px;
  }

  .cardServiciosBody {
    height: 342px;
  }

}