html, 
body {
  color: #192F43 !important;
  background-color: #edeff7 !important;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif !important;
}
html a,
body a {
  text-decoration: none;
}
html a:hover,
body a:hover {
  text-decoration: none;
}
.hidden {
  display: none !important;
}
@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
}
}
.titulo-gral {
  font-size: 30px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #192F43;
  border: 2px solid #ffffff;
  border-right: none;
  border-left: none;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
.titulo-gral {
    margin-bottom: 30px;
}
}
.titulo-gral span {
  color: #ffffff;
  font-weight: 700;
}
.titulo-gral span i {
  color: #e94107;
}
#header {
  z-index: 999;
  position: fixed;
}
#header .barra {
  width: 100vw;
  height: 40px;
  display: flex;
  background-color: #ffffff;
}
@media (max-width: 480px) {
#header .barra {
    display: block;
    height: initial;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .barra {
    display: block;
    height: initial;
}
}
#header .barra .izq {
  background-color: #e94107;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0 10px;
}
@media (max-width: 480px) {
#header .barra .izq {
    flex-direction: column;
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .barra .izq {
    height: 40px;
    text-align: center;
    justify-content: center;
    font-size: 10px;
    padding: 0;
}
}
#header .barra .izq::before {
  content: " ";
}
#header .barra .izq span {
  font-weight: 600;
  margin-left: 5px;
}
#header .barra .der {
  flex: 1;
  color: #192F43;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .barra .der {
    display: none;
}
}
#header .barra .der .header-item {
  font-size: 14px;
  padding: 0 10px;
}
#header .barra .der .header-item:last-child {
  padding-right: 0;
}
#header .barra .der .header-item span {
  font-family: "Rajdhani", sans-serif !important;
  margin: 0 10px;
}
#header .barra .der .header-item a {
  color: #192F43;
  text-decoration: none;
}
#header .barra .der .header-item a:last-child i {
  margin-right: 0;
}
#header .barra .der .header-item a i {
  margin-right: 25px;
}
#header .menu {
  background-color: #17446E;
  width: 100vw;
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: flex;
  align-items: center;
  border-top: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
  justify-content: center;
}
@media (max-width: 480px) {
#header .menu {
    display: block;
    height: 40px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu {
    display: block;
    margin-top: -10px;
    height: 40px;
}
}
#header .menu .menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 480px) {
#header .menu .menu-logo {
    padding: 0 20px;
    justify-content: end;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-logo {
    padding: 0 20px;
    justify-content: end;
}
}
#header .menu .menu-logo .toggle {
  display: none;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 480px) {
#header .menu .menu-logo .toggle {
    display: block;
    font-size: 20px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-logo .toggle {
    display: block;
    text-align: center;
}
}
#header .menu .menu-cont {
  width: calc(100vw - 300px);
  height: 100%;
}
@media (max-width: 480px) {
#header .menu .menu-cont {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #192F43;
    top: 0;
    left: -100vw;
    transition: all 1s;
}
#header .menu .menu-cont.activo {
    left: 0;
    transition: all 0.5s;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #192F43;
    top: 0;
    left: -100vw;
    transition: all 1s;
}
#header .menu .menu-cont.activo {
    left: 0;
    transition: all 0.5s;
}
}
#header .menu .menu-cont .menu-header-cel {
  display: flex;
  padding: 10px 30px;
  padding-right: 10px;
  justify-content: space-between;
}
#header .menu .menu-cont .menu-header-cel .titulo {
  color: #fff;
  font-size: 35px;
  color: #ffffff;
  font-family: "Quicksand", sans-serif !important;
  display: none;
}
@media (max-width: 480px) {
#header .menu .menu-cont .menu-header-cel .titulo {
    display: block;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont .menu-header-cel .titulo {
    display: block;
}
}
#header .menu .menu-cont .menu-header-cel .cerrar {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  display: none;
}
@media (max-width: 480px) {
#header .menu .menu-cont .menu-header-cel .cerrar {
    margin-right: 30px;
    margin-top: 10px;
    display: block;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont .menu-header-cel .cerrar {
    margin-right: 30px;
    margin-top: 10px;
    display: block;
}
}
#header .menu .menu-cont ul.enlaces {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  margin-top: -20px;
}
@media (max-width: 480px) {
#header .menu .menu-cont ul.enlaces {
    display: list-item;
    margin-top: 20px;
    padding: 0;
    height: calc(100vh - 200px);
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont ul.enlaces {
    display: flex;
    margin-top: 20px;
    padding: 0;
    height: calc(100vh - 200px);
    flex-wrap: wrap;
}
}
#header .menu .menu-cont ul.enlaces li.item {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
}
#header .menu .menu-cont ul.enlaces li.item.contac {
  background-color: #A8CCED;
}
#header .menu .menu-cont ul.enlaces li.item.contac a {
  color: #192F43;
  font-weight: 600;
}
#header .menu .menu-cont ul.enlaces li.item.contac a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 480px) {
#header .menu .menu-cont ul.enlaces li.item.contac a {
    color: #ffffff;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont ul.enlaces li.item.contac a {
    color: #ffffff;
    width: 33%;
    padding: 0;
}
}
@media (max-width: 480px) {
#header .menu .menu-cont ul.enlaces li.item {
    z-index: 999;
    display: list-item;
    padding: 15px 50px;
    border-radius: 0;
}
#header .menu .menu-cont ul.enlaces li.item:nth-child(odd) {
    background-color: rgba(224, 240, 255, 0.1);
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont ul.enlaces li.item {
    z-index: 999;
    width: 33%;
    display: list-item;
    padding: 5px 10px;
    border-radius: 0;
    text-align: center;
}
#header .menu .menu-cont ul.enlaces li.item:nth-child(odd) {
    background-color: rgba(224, 240, 255, 0.1);
}
}
#header .menu .menu-cont ul.enlaces li.item a {
  display: contents;
  color: #ffffff;
  font-weight: 500;
}
#header .menu .menu-cont ul.enlaces li.item a:hover {
  color: #6A98C3;
  text-decoration: none;
}
@media (max-width: 480px) {
#header .menu .menu-cont ul.enlaces li.item a {
    font-size: 20px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont ul.enlaces li.item a {
    font-size: 20px;
}
}
#header .menu .menu-cont .redes {
  display: none;
}
@media (max-width: 480px) {
#header .menu .menu-cont .redes {
    position: absolute;
    bottom: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #e94107;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
}
#header .menu .menu-cont .redes a {
    color: #ffffff;
    font-size: 30px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#header .menu .menu-cont .redes {
    position: absolute;
    bottom: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #e94107;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
}
#header .menu .menu-cont .redes a {
    color: #ffffff;
    font-size: 30px;
}
}
/* #acordeon-slider { */
  /* padding-top: 110px; */
  /* width: 100vw; */
  /* height: 100vh; */
  /* background-color: #192F43; */
  /* display: flex; */
  /* z-index: 1; */
/* } */
/* @media (max-width: 480px) { */
/* #acordeon-slider { */
    /* padding-top: 50px; */
/* } */
/* } */
/* #acordeon-slider .logo { */
  /* position: absolute; */
  /* width: 400px; */
  /* top: 140px; */
  /* right: 100px; */
  /* z-index: 997; */
/* } */
/* @media (max-width: 480px) { */
/* #acordeon-slider .logo { */
    /* top: 50%; */
    /* right: 50%; */
    /* transform: translate(-50%); */
/* } */
/* } */
/* #acordeon-slider .logo img { */
  /* width: 100%; */
/* } */
/* #acordeon-slider .cont-slider .item-slider { */
  /* -o-object-fit: contain; */
     /* object-fit: contain; */
  /* width: 100%; */
  /* height: 100%; */
  /* overflow: hidden; */
  /* position: relative; */
/* } */
/* #acordeon-slider .cont-slider .item-slider img { */
  /* filter: opacity(0.6); */
  /* width: 100vw; */
/* } */
/* @media (max-width: 480px) { */
/* #acordeon-slider .cont-slider .item-slider img { */
    /* width: 100vh; */
    /* height: 100%; */
/* } */
/* } */
/* #acordeon-slider .cont-slider .item-slider .fletes { */
  /* width: 100%; */
  /* margin-top: -200px; */
/* } */
/* #acordeon-slider .cont-slider .item-slider .alto { */
  /* height: 100%; */
/* } */
/* #acordeon-slider .cont-slider .item-slider .info-item { */
  /* width: 100%; */
  /* position: absolute; */
  /* z-index: 99; */
  /* bottom: 150px; */
  /* left: 0; */
/* } */
/* @media (max-width: 480px) { */
/* #acordeon-slider .cont-slider .item-slider .info-item { */
    /* top: initial; */
    /* bottom: 0; */
/* } */
/* } */
/* #acordeon-slider .cont-slider .item-slider .info-item .tit { */
  /* width: 30%; */
  /* height: 60px; */
  /* color: #192F43; */
  /* font-size: 35px; */
  /* font-weight: 700; */
  /* font-family: "Rajdhani", sans-serif !important; */
  /* background-color: rgba(255, 255, 255, 0.7); */
  /* border-radius: 0 10px 10px 0; */
  /* padding: 0 30px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: end; */
/* } */
/* @media (max-width: 480px) { */
/* #acordeon-slider .cont-slider .item-slider .info-item .tit { */
    /* width: 100vw; */
    /* justify-content: center; */
    /* border-radius: 0; */
/* } */
/* } */
/* #acordeon-slider .cont-slider .indicadores { */
  /* position: absolute; */
  /* bottom: 30px; */
  /* left: 50%; */
  /* transform: translate(-50%); */
  /* z-index: 997; */
  /* color: #ffffff; */
/* } */
/* @media (max-width: 480px) { */
/* #acordeon-slider .cont-slider .indicadores { */
    /* bottom: 80px; */
    /* display: none; */
/* } */
/* } */
/* #acordeon-slider .cont-slider .indicadores i { */
  /* margin: 5px; */
  /* font-size: 20px; */
  /* filter: opacity(0.8); */
  /* cursor: pointer; */
/* } */
#quienes {
  padding-bottom: 70px;
}
#quienes .container .contenedor {
  margin-bottom: 80px;
}
#quienes .container .contenedor .desc-cont {
  font-size: 19px;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 70px;
}
@media (max-width: 480px) {
#quienes .container .contenedor .desc-cont {
    padding: 0;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#quienes .container .contenedor .desc-cont {
    padding: 0;
}
}
#quienes .container .contenedor .desc-cont .tit {
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
#quienes .container .contenedor .desc-cont .tit {
    text-align: center;
}
}
#quienes .container .contenedor .img {
  border-radius: 20px;
  border: 4px solid #ffffff;
  overflow: hidden;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media (max-width: 480px) {
#quienes .container .contenedor .img {
    width: 90vw;
    margin: auto;
    margin-top: 20px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#quienes .container .contenedor .img {
    width: 90vw;
    margin: auto;
    margin-top: 20px;
}
}
#quienes .container .contenedor .img img {
  width: 100%;
}
#quienes .container .contenedor .mision-vision {
  margin-top: 20px;
}
#quienes .container .contenedor .mision-vision span {
  font-weight: 700;
}
#quienes .container .ventajas-beneficios {
  display: flex;
  flex-direction: row;
}
@media (max-width: 480px) {
#quienes .container .ventajas-beneficios {
    flex-direction: column;
    font-size: 11px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#quienes .container .ventajas-beneficios {
    flex-direction: column;
}
}
#quienes .container .ventajas-beneficios div {
  flex: 1;
}
#quienes .container .ventajas-beneficios div .tit {
  font-size: 20px;
  background-color: #192F43;
  color: #ffffff;
  padding: 15px 30px;
  margin-bottom: 20px;
  text-align: center;
}
#quienes .container .ventajas-beneficios div .tit i {
  margin-right: 10px;
}
#quienes .container .ventajas-beneficios div ul {
  padding: 15px;
  list-style: none;
}
#quienes .container .ventajas-beneficios div ul li {
  padding: 5px 10px;
}
/* #quienes .container .ventajas-beneficios div ul li::before { */
  /* font-family: "Font Awesome 5 Free"; */
  /* font-weight: 900; */
  /* content: "\f00c"; */
  /* margin-right: 10px; */
/* } */
#quienes .container .ventajas-beneficios div ul li:hover {
  background-color: #ffffff;
  cursor: default;
}
#proyectos {
  height: 500px;
  background-color: #000000;
  background-image: url(https://acerosikary.com/img/puente-01.9ffbdb3e.jpeg);
  /* background-image: url(http://localhost/pruebas/Ikary/img/puente-01.9ffbdb3e.jpeg); */
  background-size: cover;
  background-position: center;
}
#proyectos .back-trans {
  width: 100vw;
  height: 500px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#proyectos .back-trans::before {
  content: " ";
}
#proyectos .cont-proy {
  display: flex;
  height: 100%;
  z-index: 99;
}
#proyectos .cont-proy .info {
  width: 60vw;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 0 50px;
  flex-direction: column;
  z-index: 99;
}
@media (max-width: 480px) {
#proyectos .cont-proy .info {
    width: 100vw;
}
}
#proyectos .cont-proy .info .tit {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  font-family: "Rajdhani", sans-serif !important;
  width: 50%;
  border-bottom: 3px solid #E0F0FF;
  margin-bottom: 50px;
  z-index: 99;
}
@media (max-width: 480px) {
#proyectos .cont-proy .info .tit {
    width: 100%;
    text-align: center;
}
}
#proyectos .cont-proy .info .desc {
  color: #ffffff;
  font-size: 25px;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
#proyectos .cont-proy .info .desc {
    text-align: center;
    align-items: center;
    font-size: 20px;
}
}
#proyectos .cont-proy .info .desc a {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  border-radius: 5px;
  color: #17446E;
  font-size: 15px;
  margin-top: 20px;
  background-color: #E0F0FF;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 600;
}
#proyectos .cont-proy .info .desc a:hover {
  text-decoration: none;
}
#proyectos .cont-proy .img {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
@media (max-width: 480px) {
#proyectos .cont-proy .img {
    display: none;
}
}
#proyectos .cont-proy .img img {
  width: 90%;
  border: 5px solid #E0F0FF;
  border-radius: 20px;
  z-index: 99;
}
#productos .cont-pro {
  width: 100vw;
  padding: 0px 30px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#productos .cont-pro .carta-box {
  width: 23%;
  height: 250px;
  position: relative;
  perspective: 1000px;
  margin-bottom: 50px;
  border-radius: 20px 20px 0 0;
  perspective: 1000px;
  margin-bottom: 250px;
}
@media (max-width: 480px) {
#productos .cont-pro .carta-box {
    width: 100%;
    position: static;
    height: initial;
    margin-top: 20px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#productos .cont-pro .carta-box {
    width: 45%;
    position: static;
    height: initial;
    margin-top: 30px;
}
}
#productos .cont-pro .carta {
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}
#productos .cont-pro .carta.vuelta {
  transform: rotateY(180deg);
}
#productos .cont-pro .cara {
  position: absolute;
  backface-visibility: hidden;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: #ffffff;
}
#productos .cont-pro .cara .img-pro {
  height: 200px;
  overflow: hidden;
  position: relative;
}
#productos .cont-pro .cara .img-pro .nuevo img {
  width: 50%;
  position: absolute;
  top: 0;
}
#productos .cont-pro .cara .img-pro img {
  width: 100%;
  z-index: 1;
}
#productos .cont-pro .cara .img-pro .nom {
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(23, 68, 110, 0.85);
  min-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px 0 0 0;
}
#productos .cont-pro .cara .desc-pro {
  padding: 20px;
  height: 200px;
  text-align: center;
}
@media (max-width: 480px) {
#productos .cont-pro .cara .desc-pro {
    height: initial;
    display: none;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#productos .cont-pro .cara .desc-pro {
    height: 220px;
    display: none;
}
}
#productos .cont-pro .cara .btn-pro {
  display: flex;
  height: 50px;
}
#productos .cont-pro .cara .btn-pro div {
  flex: 1;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  cursor: pointer;
}
#productos .cont-pro .cara .btn-pro .mas {
  background-color: #192F43;
}
#productos .cont-pro .cara.detras {
  transform: rotateY(180deg);
  height: 450px;
  background-image: url(https://acerosikary.com/img/pro-01.33cc914a.jpg);
  background-size: cover;
}
#productos .cont-pro .cara.detras .cont-detras {
  position: relative;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
}
#productos .cont-pro .cara.detras .cont-detras .lista {
  color: #ffffff;
  padding: 20px;
  width: 100%;
}
#productos .cont-pro .cara.detras .cont-detras .lista .tit {
  font-size: 30px;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
#productos .cont-pro .cara.detras .cont-detras .regresar {
  position: absolute;
  background-color: #6A98C3;
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  bottom: 0;
}
#productos .cont-pro .cara.detras .trans {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(25, 47, 67, 0.7);
  z-index: 1;
}
#productos .cont-pro .cara.detras .trans::before {
  content: " ";
}
#productos .modal-productos {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
#productos .modal-productos .body-modal {
  width: 90vw;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#productos .modal-productos .body-modal .cerrar {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #17446E;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif !important;
  padding: 5px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
#productos .modal-productos .body-modal .cerrar i {
  margin-left: 10px;
  margin-top: -1px;
}
@media (max-width: 480px) {
#productos .modal-productos .body-modal .cerrar i {
    margin-left: 0px;
}
}
@media (max-width: 480px) {
#productos .modal-productos .body-modal .cerrar span {
    display: none;
}
}
#productos .modal-productos .body-modal .tit-modal {
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#productos .modal-productos .body-modal .tit-modal span.pro {
  color: #e94107;
}
#productos .modal-productos .body-modal .tit-modal i {
  font-size: 0.7em;
  margin: 0 5px;
}
#productos .modal-productos .body-modal .cont-modal {
  width: 100%;
}
#productos .modal-productos .body-modal .cont-modal .sub {
  font-size: 20px;
  margin-bottom: 20px;
  width: 100%;
  width: 100%;
}
#productos .modal-productos .body-modal .cont-modal .tablas {
  width: 100%;
  font-size: 13px;
  text-align: center;
}
#productos .modal-productos .body-modal .cont-modal .tablas table {
  min-width: 100%;
  display: table;
}
#productos .modal-productos .body-modal .cont-modal .tab-pro {
  display: flex;
  border-bottom: 1px solid #333;
  margin-top: 20px;
}
#productos .modal-productos .body-modal .cont-modal .tab-pro .item {
  padding: 5px 10px;
  border: 1px solid #333;
  background-color: #e0f0ff;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s;
  cursor: pointer;
}
#productos .modal-productos .body-modal .cont-modal .tab-pro .item.active {
  background-color: #17446e;
  transition: all 0.3s;
  color: #ffffff;
}
@media (max-width: 480px) {
#servicios {
    margin-top: -25vh;
}
}
#servicios .cont-ser {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#servicios .cont-ser::before {
  content: " ";
}
@media (max-width: 480px) {
#servicios .cont-ser {
    flex-direction: column;
    height: 100vh;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#servicios .cont-ser {
    width: 100%;
    flex-direction: column;
    height: 90vh;
}
}
#servicios .cont-ser .fletes {
  width: 100%;
  height: 95%;
  background-color: #ffffff;
  margin: 5px;
  border: 2px solid #ffffff;
  position: relative;
}
#servicios .cont-ser .fletes::before {
  content: " ";
}
@media (max-width: 480px) {
#servicios .cont-ser .fletes {
    width: 95%;
    height: 55%;
}
}
#servicios .cont-ser .fletes .tit-ser {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 600;
}
@media (max-width: 480px) {
#servicios .cont-ser .fletes .tit-ser {
    width: 100%;
}
}
#servicios .cont-ser .fletes .tit-ser i {
  font-size: 25px;
  margin-right: 5px;
}
#servicios .cont-ser .fletes .desc-ser {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0 0px;
  line-height: 18px;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 500;
  margin-top: 0px;
}
@media (max-width: 480px) {
#servicios .cont-ser .fletes .desc-ser {
    height: 120px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    background-color: black;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#servicios .cont-ser .fletes .desc-ser {
    height: 120px;
    padding: 0 20px;
    text-align: center;
    width: 40%;
    right: 0;
    top: 0;
    height: 100%;
}
}
#servicios .cont-ser .fletes {
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(https://acerosikary.com/img/slider-10.56292f0b.jpg);
  background-size: cover;
  background-position: 0 -230px;
}
@media (max-width: 480px) {
#servicios .cont-ser .fletes {
    margin-top: 15px;
    margin-bottom: 10px;
    background-position: -100px -65px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#servicios .cont-ser .fletes {
    margin-top: 15px;
    margin-bottom: 10px;
    background-position: 0px;
}
}
#servicios .cont-ser .fletes .tit-ser {
  left: 0;
}
#galeria-fotos {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 480px) {
#galeria-fotos {
    margin-top: -25vh;
}
}
#galeria-fotos .titulo {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#galeria-fotos .galeria {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
}
#galeria-fotos .galeria .item-foto {
  width: 12vw;
  height: 8vw;
  overflow: hidden;
  margin: 20px 5px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border: 4px solid #ffffff;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#galeria-fotos .galeria .item-foto:hover img {
  filter: grayscale(100%) blur(1px);
  width: 25vw;
  height: 25vw;
}
@media (max-width: 480px) {
#galeria-fotos .galeria .item-foto:hover img {
    width: 80vw;
    height: 60vw;
}
}
#galeria-fotos .galeria .item-foto:hover i {
  font-size: 50px;
}
@media (max-width: 480px) {
#galeria-fotos .galeria .item-foto {
    width: 40vw;
    height: 30vw;
}
}
#galeria-fotos .galeria .item-foto img {
  width: 15vw;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
@media (max-width: 480px) {
#galeria-fotos .galeria .item-foto img {
    width: 40vw;
    height: 30vw;
}
}
#galeria-fotos .galeria .item-foto i {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0px;
  color: #ffffff;
  transition: all 0.3s;
}
#galeria-fotos .modal-fotos {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
#galeria-fotos .body-fotos {
  width: 80vw;
  height: 47vw;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 480px) {
#galeria-fotos .body-fotos {
    width: 100%;
    height: 75vh;
}
}
#galeria-fotos .body-fotos .foto {
  width: 98%;
  height: 97%;
  overflow: hidden;
}
#galeria-fotos .body-fotos .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#galeria-fotos .body-fotos .navegacion .ant, #galeria-fotos .body-fotos .navegacion .sig {
  height: 96.9%;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
}
@media (max-width: 480px) {
#galeria-fotos .body-fotos .navegacion .ant, #galeria-fotos .body-fotos .navegacion .sig {
    width: 50px;
}
}
#galeria-fotos .body-fotos .navegacion .ant i, #galeria-fotos .body-fotos .navegacion .sig i {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 480px) {
#galeria-fotos .body-fotos .navegacion .ant i, #galeria-fotos .body-fotos .navegacion .sig i {
    font-size: 20px;
}
}
#galeria-fotos .body-fotos .navegacion .ant {
  position: absolute;
  left: 11px;
  top: 11px;
}
@media (max-width: 480px) {
#galeria-fotos .body-fotos .navegacion .ant {
    left: 3px;
    top: 3px;
}
}
#galeria-fotos .body-fotos .navegacion .sig {
  position: absolute;
  right: 11px;
  top: 11px;
}
@media (max-width: 480px) {
#galeria-fotos .body-fotos .navegacion .sig {
    right: 3px;
    top: 3px;
}
}
#galeria-fotos .body-fotos .navegacion .cerrar {
  position: absolute;
  font-family: "Rajdhani", sans-serif !important;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  border: none;
  background-color: #ffffff;
  color: #17446E;
  font-size: 23px;
  width: 200px;
  height: 40px;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}
@media (max-width: 480px) {
#galeria-fotos .body-fotos .navegacion .cerrar {
    width: 80px;
    height: 30px;
    font-size: 15px;
    display: none;
}
}
#contacto {
  padding: 50px 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contacto .cont-contacto {
  width: 70vw;
  display: flex;
  flex-direction: row;
  background-color: rgba(168, 204, 237, 0.4);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 480px) {
#contacto .cont-contacto {
    flex-direction: column;
    width: 90%;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#contacto .cont-contacto {
    flex-direction: column;
    width: 90%;
}
}
#contacto .cont-contacto .datos-contacto {
  width: 50%;
}
@media (max-width: 480px) {
#contacto .cont-contacto .datos-contacto {
    width: 100%;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#contacto .cont-contacto .datos-contacto {
    width: 100%;
}
}
#contacto .cont-contacto .datos-contacto .titulo {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1.5px solid #A8CCED;
  color: #ffffff;
  background-color: #17446E;
  border-radius: 10px 0 0 0;
}
@media (max-width: 480px) {
#contacto .cont-contacto .datos-contacto .titulo {
    border-radius: 10px 10px 0 0;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#contacto .cont-contacto .datos-contacto .titulo {
    border-radius: 10px 10px 0 0;
}
}
#contacto .cont-contacto .datos-contacto .info .tel-comu {
  margin-left: 20px;
}
#contacto .cont-contacto .datos-contacto .info .tele {
  display: flex;
  align-items: center;
}
#contacto .cont-contacto .datos-contacto .info ul {
  list-style: none;
  padding: 0;
  margin: 30px 20px;
}
#contacto .cont-contacto .datos-contacto .info ul li {
  padding: 15px 20px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
}
#contacto .cont-contacto .datos-contacto .info ul li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.7);
}
#contacto .cont-contacto .datos-contacto .info ul li i {
  margin-right: 10px;
}
#contacto .cont-contacto .datos-contacto .info ul li a {
  color: #17446E;
}
#contacto .cont-contacto .datos-contacto .info ul li a:hover {
  text-decoration: none;
}
#contacto .cont-contacto .datos-contacto .redes {
  padding: 0 20px;
}
#contacto .cont-contacto .datos-contacto .redes ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
#contacto .cont-contacto .datos-contacto .redes ul li {
  width: 13.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  margin: 0 5px;
  border-radius: 5px;
}
#contacto .cont-contacto .datos-contacto .redes ul li i {
  color: #ffffff;
  font-size: 30px;
}
#contacto .cont-contacto .datos-contacto .redes ul .item-ins {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
#contacto .cont-contacto .datos-contacto .redes ul .item-fac {
  background-color: #3b5998;
}
#contacto .cont-contacto .datos-contacto .redes ul .item-tik {
  background-color: #000;
}
#contacto .cont-contacto .datos-contacto .redes ul .item-you {
  background-color: #fd1d1d;
}
#contacto .cont-contacto .mapa-contacto {
  width: 50%;
}
@media (max-width: 480px) {
#contacto .cont-contacto .mapa-contacto {
    width: 100%;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#contacto .cont-contacto .mapa-contacto {
    width: 100%;
}
}
#contacto .cont-contacto .mapa-contacto iframe {
  border-radius: 0 10px 0 0;
}
@media (max-width: 480px) {
#contacto .cont-contacto .mapa-contacto iframe {
    border-radius: 0 0 10px 10px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
#contacto .cont-contacto .mapa-contacto iframe {
    border-radius: 0 0 10px 10px;
}
}
footer {
  background-color: #17446E;
  padding: 40px 0;
}
@media (min-width: 481px) and (max-width: 1023px) {
footer {
    padding: 20px 0;
}
}
footer .cont-foo {
  max-width: 1024px;
  display: flex;
  margin: auto;
  color: #E0F0FF;
}
@media (max-width: 480px) {
footer .cont-foo {
    flex-direction: column;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
footer .cont-foo {
    flex-direction: column;
}
}
footer .cont-foo .logo-foo {
  width: 300px;
  font-size: 35px;
  color: #ffffff;
  font-family: "Quicksand", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
footer .cont-foo .logo-foo img {
  width: 250px;
  margin-right: 50px;
}
@media (max-width: 480px) {
footer .cont-foo .logo-foo img {
    width: 200px;
    margin-left: 50px;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
footer .cont-foo .logo-foo img {
    width: 200px;
    margin-left: 50px;
}
}
@media (max-width: 480px) {
footer .cont-foo .logo-foo {
    width: 100%;
    text-align: center;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
footer .cont-foo .logo-foo {
    width: 100%;
    text-align: center;
}
}
footer .cont-foo .info-foo {
  width: 100%;
}
@media (max-width: 480px) {
footer .cont-foo .info-foo {
    width: 100%;
    text-align: center;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
footer .cont-foo .info-foo {
    width: 100%;
    text-align: center;
}
}
footer .cont-foo .info-foo .menu-foo {
  border-bottom: 1px solid #E0F0FF;
}
@media (max-width: 480px) {
footer .cont-foo .info-foo .menu-foo {
    display: none;
}
}
@media (min-width: 481px) and (max-width: 1023px) {
footer .cont-foo .info-foo .menu-foo {
    display: none;
}
}
footer .cont-foo .info-foo .menu-foo ul.enlaces {
  display: flex;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer .cont-foo .info-foo .menu-foo ul.enlaces li a {
  color: #E0F0FF;
}
footer .cont-foo .info-foo .copy-foo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  font-weight: 600;
}
footer .cont-foo .info-foo .copy-foo span {
  margin-right: 5px;
}
@media (max-width: 480px) {
footer .cont-foo .info-foo .copy-foo span {
    display: none;
}
