@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;
}



.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;
}



.fondo-tst {
    background: linear-gradient(to right, #373b44, #4286f4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;;
    color: white;
}







.navbar-nav {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: center;
}



.section404 {
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  height: 300px;
}

.message404Container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.message404 {
  margin: 0 20px;
  padding: 0;
  font-size: 36px;
  color: white;
}



.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);
}


@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: 634px) {
  .ubicanosBody {
    display: block;
  }
}


@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 (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;
  }

}