/* ESTILOS DEFAULT */

/* SETEAR MARGENES, PADDING */
* {
  margin: 0;
  padding: 0;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}
/* SETEAR MARGENES, PADDING */

/* SACAR FOCUS DE LOS BOTONES */
.btn:focus {
  outline: none;
  box-shadow: none;
}
/* SACAR FOCUS DE LOS BOTONES */

/* SETEAR ANCHO MAXIMO, FUENTE DEFAUL, COLOR DEFAULT */
html {
  width: auto;
  max-width: 2048px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  scroll-behavior: smooth;
  /* background-color: #b60000; */
}
body {
  font-family: "Roboto", sans-serif;
  z-index: 0;
}
/* SETEAR ANCHO MAXIMO, FUENTE DEFAUL, COLOR DEFAULT */

/* WHATSAPP */
.whatapp .float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #464746;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: all 0.4s ease;
}
.float:hover {
  color: #25d366;
}
.whatapp .my-float {
  margin-top: 10px;
}
/* WHATSAPP */

/* LOADER */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/cargando.webp") 50% 50% no-repeat rgb(249, 249, 249);
  opacity: 1;
}

/* LOADER */

/* NAV */
.nav {
  background-color: black;
  z-index: 100;
}
.nav-grad {
  background-color: rgba(8, 8, 8, 0.8);
}
.bgr-none {
  background: none !important;
}
.navbar-expand-lg {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navbar .logo {
  display: flex;
}
.navbar .logo img {
  margin: auto;
  width: 14%;
}
.navbar-nav {
  margin: auto;
}
.nav-item {
  margin-left: 2px;
  margin-right: 2px;
}
.navbar-toggler {
  display: flex;
  flex-direction: column;
}
.nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 0.8rem;
  position: relative;
  top: 3px;
}
.navbar-toggler {
  padding-left: 0;
  padding-right: 0;
}
.menu-lineas {
  font-size: 40px;
  color: #fff;
}
.active-menu {
  color: #b60000 !important;
  border-bottom: 6px solid #b60000 !important;
  font-weight: 900 !important;
}
.active-sub {
  color: #b60000 !important;
  font-weight: 900 !important;
  border-bottom: none !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  );
}
.dropdown-menu {
  background-color: rgba(8, 8, 8, 0.8);
  margin-top: 8px;
  border: 0;
  border-radius: 0;
  width: 190px;
}
.dropdown-item {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-nav .enfasis {
  background-color: rgba(252, 4, 4, 0.75);
  transition: background-color 0.3s, color 0.3s;
  color: white !important; /* Color de las letras por defecto */
}

.navbar-nav .enfasis:hover {
  background-color: rgba(0, 0, 0, 0);
}

/* NAV */

/* JUMBO */
.jumbo {
  max-width: 2048px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
/* JUMBO */

/* TITULOS */
.seccion-titulo {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tit-sec-sup {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tit-sec-inf {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
h5 {
  font-size: 1.2rem;
}
/* TITULOS */

/* PARRAFOS */
.tit-sec-parf {
  font-weight: 300;
  font-size: 1.2rem;
  margin-left: 20%;
  margin-right: 20%;
}
p {
  font-size: 1rem;
  font-weight: 300;
}
.tit-sec-parf span {
  font-weight: 700;
}
/* PARRAFOS */

/* FORMAS */
.lin-estilo-1 {
  margin: 0 45% 0 45%;
  height: 10px !important;
  color: black;
  opacity: 1;
}
.lin-estilo-2 {
  margin: 0 30% 0 30%;
  height: 10px !important;
  background-color: black;
}
.triangulo1 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #fdfdfd transparent transparent transparent;
  z-index: 10;
}
.triangulo2 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b60000 transparent transparent transparent;
  z-index: 10;
}
.triangulo3 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #fdfdfd transparent transparent transparent;
  z-index: 10;
  background-color: black;
}
.triangulo4 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 40px 40px 40px;
  border-color: transparent transparent #b60000 transparent;
  z-index: 10;
  margin-top: 33px;
}
.triangulo5 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #b60000 transparent transparent transparent;
  z-index: 10;
}
.triangulo6 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #dbdbdb transparent transparent transparent;
  z-index: 10;
}
/* FORMAS */

/* IMAGEN FIJA */
.imagen-fija {
  background-color: #2b2a2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 700px;
  box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.75) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagen-fija2 {
  background-color: #2b2a2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 700px;
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.75) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.over {
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6);
}
.imagen-fija .tit-sec-inf {
  font-weight: 500;
}
.imagen-fija .tit-sec-sup {
  font-weight: 300;
}
/* IMAGEN FIJA */

/* ICONOS */
/* ICONO UNO */
.icono-uno {
  background-color: black;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
}
.icono-uno i {
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.8s ease;
}
/* ICONO UNO */

/* ICONO DOS */
.icono-dos {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
}
.icono-dos i {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
/* ICONO DOS */

/* ICONO TRES */
.icono-tres {
  background-color: transparent;
  width: 60px;
  height: 60px;
  border: 1px solid #f9fafa;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
}
.icono-tres i {
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.8s ease;
}
/* ICONO TRES */
/* ICONOS */

/* TARJETAS */
/* TARJETA UNO */
.tarjeta-uno {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.tarjeta-uno .item-titulo {
  font-size: 1.2rem;
  font-weight: 500;
}
.tarjeta-uno .box .titulo {
  background-color: #b60000;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.tarjeta-uno .titulo-sup {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 0;
}
.tarjeta-uno .titulo-inf {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 0;
}
.tarjeta-uno .box {
  box-shadow: 0 0 6px -2px #000000;
}
.tarjeta-uno .datos {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.tarjeta-uno .datos .dato {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 300;
}
.tarjeta-uno .datos .dato li {
  margin-left: 20px;
  list-style-type: square;
}
.tarjeta-uno .enlace {
  background-color: #f1f0f0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
}
.tarjeta-uno .enlace h4 {
  font-size: 0.8rem;
  color: gray;
  padding-right: 10px;
  margin-bottom: 0;
  transition: all ease 0.4s;
}
.tarjeta-uno .enlace h6 {
  font-size: 0.8rem;
  color: gray;
  padding-right: 10px;
  margin-bottom: 0;
  text-decoration: line-through;
}
.tarjeta-uno .enlace i {
  font-size: 0.8rem;
  color: gray;
  transition: all ease 0.4s;
}
.tarjeta-uno .enlace a:hover h4,
.proyectos-items .enlace a:hover i {
  color: #b60000 !important;
  font-size: 0.9rem;
}
.tarjeta-uno .item {
  padding-left: 5px;
  padding-right: 5px;
}
/* TARJETA UNO */

/* TARJETA DOS */
.tarjeta-dos {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.tarjeta-dos .cont {
  -webkit-box-shadow: 0 0 6px 0 #000000;
  box-shadow: 0 0 6px 0 #000000;
}
.tarjeta-dos-cab {
  background-color: #b60000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tarjeta-dos-cab h3 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.tarjeta-dos-cuerpo p {
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: justify;
  height: 200px;
  border-bottom: 1px dashed #0d0d0e;
  overflow: auto;
}
.tarjeta-dos-footer {
  display: flex;
  flex-wrap: wrap;
}
.tarjeta-dos-footer .icono-uno {
  width: 30px;
  height: 30px;
}
.tarjeta-dos-footer .icono-uno i {
  color: #fff;
  font-size: 1rem;
  transition: all 0.8s ease;
}
.tarjeta-dos-footer a {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
}
.tarjeta-dos-footer a:hover {
  color: #b60000;
  font-weight: 900;
}
.tarjeta-dos-footer h4 {
  text-align: left;
  font-size: 0.9rem;
  font-style: italic;
}
/* TARJETA DOS */

/* TARJETA TRES */
.tarjeta-tres-cab h3 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 300;
}
.tarjeta-tres-cuerpo p {
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: justify;
  height: 100px;
  border-bottom: 1px dashed #0d0d0e;
  color: #fff;
}
/* TARJETA TRES */

/* TARJETA CUATRO */
.tarjeta-cuatro {
  -webkit-box-shadow: 0 6px 0 #000000;
  box-shadow: 0 0p6px 0 #000000;
  margin-left: 10px;
  margin-right: 10px;
}
.tarjeta-cuatro-footer {
  background-color: #b60000;
}
.tarjeta-cuatro-footer h3 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 0;
}
.tarjeta-cuatro-footer h4 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.tarjeta-cuatro-footer h5 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 10px;
}
/* TARJETA CUATRO */

/* TARJETA CINCO */
.tarjeta-cinco {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 6px 0 #000000;
  box-shadow: 0 0 6px 0 #000000;
}
.tarjeta-cinco-footer {
  background-color: #b60000;
}
.tarjeta-cinco-footer h4 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 0;
}
.tarjeta-cinco-footer h5 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  padding-top: 5px;
  margin-bottom: 0;
}
.tarjeta-cinco-footer h6 {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.tarjeta-cinco .datos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(184, 182, 182, 0.1);
}

.tarjeta-cinco .datos .linea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 40px;
}
.tarjeta-cinco .linea .titulo {
  font-size: 1rem;
  background-color: #fff;
  font-weight: 500;
  margin-right: 40px;
}
.tarjeta-cinco .linea .dato {
  font-size: 1rem;
  font-weight: 300;
}
/* TARJETA CINCO */

/* TARJETA SEIS */
.tarjeta-seis {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 0 15px 0 #000000;
  box-shadow: 0 0 15px 0 #000000;
  max-height: 580px;
}
.tarjeta-seis .col-datos .titulo {
  background-color: #b60000;
}
.tarjeta-seis .col-datos .titulo h2 {
  padding-top: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
.tarjeta-seis .col-datos .titulo h3 {
  margin-bottom: 0;
  padding-bottom: 30px;
  color: #fff;
  font-size: 1.6rem;
}
.tarjeta-seis .col-datos .datos {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  min-height: 273px;
}
.tarjeta-seis .col-datos .datos .dato {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 300;
}
.tarjeta-seis .col-datos .datos .dato li {
  list-style-type: square;
}
.tarjeta-seis .col-datos .enlace {
  background-color: #f1f0f0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
}
.tarjeta-seis .col-datos .enlace a {
  color: transparent;
  text-decoration: underline;
}
.tarjeta-seis .col-datos .enlace h4 {
  font-size: 0.8rem;
  color: gray;
  padding-right: 10px;
  margin-bottom: 0;
  transition: all ease 0.4s;
}
.tarjeta-seis .col-datos .enlace i {
  font-size: 0.8rem;
  color: gray;
  transition: all ease 0.4s;
}
.tarjeta-seis .enlace a:hover h4,
.tarjeta-seis .enlace a:hover i {
  color: #b60000 !important;
  font-size: 0.9rem;
}
.tarjeta-seis .carousel {
  height: 100%;
}
.tarjeta-seis .carousel-inner {
  height: 100%;
}
.tarjeta-seis .carousel-item {
  width: 100%;
  height: 100% !important;
}
.tarjeta-seis .carousel-item img {
  width: 100%;
  height: 100% !important;
}
.tarjeta-seis .carousel-control-next,
.carousel-control-prev {
  background-color: transparent;
  border: none;
}
.tarjeta-seis .carousel-indicators {
  font-size: 3rem;
  color: #fff;
  opacity: 0.6;
  padding-bottom: 20px;
}
.tarjeta-seis .carousel-indicators i {
  padding-left: 5px;
  padding-right: 5px;
}
.tarjeta-seis .carousel-indicators .active {
  color: #b60000;
}
/* TARJETA SIES */

/* TARJETA SIETE */
.tarjeta-siete .titulo {
  background-color: #1a1a1a !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tarjeta-siete .titulo h4 {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.tarjeta-siete .titulo h5 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0;
}
.tarjeta-siete .btn {
  width: 100%;
  color: #fff;
  background-color: #1a1a1a;
  border: 0;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tarjeta-siete .btn h4 {
  font-size: 1rem;
  padding-top: 5px;
}
.tarjeta-siete .card-body p {
  font-size: 1rem;
  font-weight: 300;
}
.tarjeta-siete .card-body th {
  font-size: 1rem;
  font-weight: 300;
}
.tarjeta-siete .card-body h6 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
/* TARJETA SIETE */

/* TARJETA OCHO */
.tarjeta-ocho {
  text-align: center;
}
.tarjeta-ocho .to-icono {
  position: relative;
  z-index: 1;
}
.tarjeta-ocho .to-titulo {
  background-color: #b60000;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  top: -40px;
  z-index: 0;
  border-bottom: 1px dashed #fcfdfd;
}
.tarjeta-ocho .to-titulo h2 {
  background-color: #b60000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.tarjeta-ocho .to-contenido {
  position: relative;
  background-color: #b60000;
  top: -40px;
  color: #fff;
  font-weight: 300;
}
.tarjeta-ocho .to-contenido p {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.tarjeta-ocho .to-footer {
  position: relative;
  background-color: black;
  top: -60px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tarjeta-ocho .to-footer i {
  font-size: 2rem;
}
.tarjeta-ocho .to-footer h3 {
  font-size: 1rem;
  font-weight: 300;
}
/* TARJETA OCHO */
/* TARJETAS */

/* LISTAS */
/* LISTA UNO */
.lista-uno {
  margin-bottom: 20px;
}
.lista-uno .item {
  margin-bottom: 40px;
  border-bottom: 1px dashed #080808;
}
.lista-uno .lista-uno-cabecera {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.lista-uno .lista-uno-cabecera i {
  font-size: 2rem;
  color: #b60000;
}
.lista-uno .lista-uno-cabecera h2 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.lista-uno .lista-uno-cuerpo p {
  font-size: 0.9rem;
  margin-left: 110px;
}
/* LISTA UNO */

/* LISTA DOS */
.lista-dos {
  margin-bottom: 20px;
}
.lista-dos .item {
  margin-bottom: 40px;
  border-bottom: 1px dashed #080808;
  width: 100%;
}
.lista-dos .lista-dos-cabecera {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.lista-dos .lista-dos-cabecera i {
  font-size: 1rem;
  color: #b60000;
}
.lista-dos .lista-dos-cabecera h2 {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.lista-dos .lista-dos-cabecera h2 span {
  font-weight: 300;
}
.lista-dos .lista-dos-cuerpo p {
  font-size: 0.8rem;
  margin-left: 30px;
}
/* LISTA DOS */
/* LISTAS */

/* ACORDEON */
.accordion-button {
  background-color: #fff;
  transition: all 0.15s ease-in-out;
  color: rgb(88, 88, 88);
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: left;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #cc4343;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.accordion-button:focus h2 {
  color: #fff;
}
.accordion-button::after {
  color: #b60000;
  content: "+";
  font-weight: 900;
  background-image: none;
  font-size: 1.4rem;
}
.accordion-button:not(.collapsed)::after {
  color: #fff;
  content: "-";
  font-weight: 900;
  background-image: none;
  font-size: 2rem;
  transform: rotate(180deg);
}
.accordion-body h6 {
  font-size: 1rem;
  font-weight: 500;
}
.accordion-body p,
.accordion-body ul,
.accordion-body table {
  font-size: 1rem;
  font-weight: 300;
}
/* ACORDEON */

/* BOOTON FOOTER */
.seccion-footer a {
  display: inline-block;
  color: #fff;
}

.seccion-footer .boton-footer {
  background-color: black;
  margin: auto;
  text-align: center;
}
.seccion-footer i {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.seccion-footer h5 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 15px;
}
.seccion .boton-footer {
  box-shadow: -5px 12px 27px -4px rgba(0, 0, 0, 0.75);
}

.boton-footer:hover .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* BOTON FOOTER */

/* FOOTER */
.footer {
  color: #fff;
  background-color: blanchedalmond;
}
.footer .datos {
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
}
.footer .seccion-titulo {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer .tit-sec-inf {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.footer .tit-sec-sup {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.footer .tit-sec-parf {
  text-align: center;
}
.footer .contacto {
  padding-bottom: 40px;
}

.footer .contacto .item1 {
  border-right: 1px solid #fbfdfd;
}
.footer .contacto .item2 {
  margin-left: auto;
  margin-right: auto;
}
.footer .contacto .item3 {
  border-left: 1px solid #fbfdfd;
}
.footer .datos i {
  font-size: 1.6rem;
  line-height: 1.4;
}
.footer .datos .ico {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100px;
}
.footer .contacto h3 {
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.footer .contacto h5 {
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
}
.footer .firma {
  background-color: #0d0d0d;
  box-shadow: 1px 10px 5px 10px rgba(10, 10, 10, 0.74) inset;
}
.footer .firma .container {
  display: flex;
  justify-content: center;
}
.footer .firma img {
  margin-top: 60px;
  width: 150px;
  height: auto;
  text-align: center;
}
.footer .firma p {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.flag-container img {
  opacity: 0.7;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
}

/* Tarjetas de ubicaciones */
.location-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.location-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 83, 79, 0.5); /* rojo corporativo */
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.location-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.location-card__title {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 1.25rem;
  color: #fff;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #d9534f; /* acento rojo */
  display: inline-block;
}

.location-card__list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem 0.75rem;
}
.location-card__list li {
  color: #ddd;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.location-card__list i {
  opacity: 0.9;
}

/* Ajustes generales del footer si usas fondo oscuro */
.footer .tit-sec-inf {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.6px;
}
.footer .tit-sec-parf {
  color: #cfcfcf;
}
.footer .contactos h3 {
  color: #fff;
  font-weight: 800;
}
.footer .contactos h5 {
  color: #ddd;
}
.footer .firma p {
  color: #bdbdbd;
}

/* FOOTER */

/* ESTILOS DEFAULT */

/* MEDIA QUERIES */

/* XS */
@media only screen and (min-width: 0px) and (max-width: 575px) {
  /* WHATSAPP */
  .whatapp .float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
  }

  .whatapp .my-float {
    margin-top: 7px;
  }
  /* WHATSAPP */

  /* NAV */
  .navbar .logo img {
    margin-left: 10px;
    width: 30%;
    margin-bottom: 10px;
  }
  .nav-item {
    width: 50px;
    padding-left: 15px;
  }
  .active-menu {
    border-bottom: 3px solid #b60000 !important;
  }
  .navbar-nav .enfasis {
    width: 150px;
  }
  /* NAV */

  /* FORMAS */
  .lin-estilo-1 {
    margin: 0 35% 0 35%;
  }
  /* FORMAS */

  /* TITULOS */
  .tit-sec-sup {
    font-size: 1rem;
  }
  .tit-sec-inf {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  /* TITULOS */

  /* PARRAFOS */
  .tit-sec-parf {
    font-size: 1rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  /* PARRAFOS */

  /* FOOTER */
  .footer .contacto .item1 {
    border-right: none;
    margin-bottom: 40px;
  }
  .footer .contacto .item2 {
    margin-bottom: 40px;
  }
  .footer .contacto .item3 {
    border-left: none;
  }
  /* FOOTER */

  /* IMAGEN FIJA */
  .imagen-fija {
    height: 450px;
  }
  .imagen-fija2 {
    height: 450px;
  }
  /* IMAGEN FIJA */

  /* TARJETA SEIS */
  .tarjeta-seis .col-datos .titulo h2 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .titulo h3 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .enlace h4 {
    padding-left: 20px;
  }
  .tarjeta-seis .col-datos .datos {
    margin-top: 10px;
    min-height: 220px;
  }
  .tarjeta-seis .enlace {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* TARJETA SEIS */

  /* LISTA UNO */
  .lista-uno .lista-uno-cabecera h2 {
    padding-left: 10px;
    font-size: 1rem;
  }
  .lista-uno .lista-uno-cuerpo p {
    margin-left: 10%;
  }
  /* LISTA UNO */

  .location-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* XS */

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* WHATSAPP */
  .whatapp .float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
  }

  .whatapp .my-float {
    margin-top: 7px;
  }
  /* WHATSAPP */

  /* NAV */
  .navbar .logo img {
    margin-left: 10px;
    width: 30%;
    margin-bottom: 10px;
  }
  .nav-item {
    width: 50px;
    padding-left: 15px;
  }
  .active-menu {
    border-bottom: 3px solid #b60000 !important;
  }
  .navbar-nav .enfasis {
    width: 150px;
  }
  /* NAV */

  /* TITULOS */
  .tit-sec-sup {
    font-size: 1.1rem;
  }
  .tit-sec-inf {
    font-size: 2.4rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  /* TITULOS */

  /* PARRAFOS */
  .tit-sec-parf {
    font-size: 1rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  /* PARRAFOS */

  /* FOOTER */
  .footer .contacto .item1 {
    border-right: none;
    margin-bottom: 40px;
  }
  .footer .contacto .item2 {
    margin-bottom: 40px;
  }
  .footer .contacto .item3 {
    border-left: none;
  }
  /* FOOTER */

  /* IMAGEN FIJA */
  .imagen-fija {
    height: 500px;
  }
  .imagen-fija2 {
    height: 500px;
  }
  /* IMAGEN FIJA */

  /* TARJETA SEIS */
  .tarjeta-seis .col-datos .titulo h2 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .titulo h3 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .enlace h4 {
    padding-left: 20px;
  }
  .tarjeta-seis .col-datos .datos {
    min-height: 220px;
  }
  .tarjeta-seis .enlace {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* TARJETA SEIS */

  /* LISTA UNO */
  .lista-uno .lista-uno-cuerpo p {
    margin-left: 8%;
  }
  /* LISTA UNO */

  .location-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* SM */

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* NAV */
  .navbar .logo img {
    margin-left: 10px;
    width: 22%;
    margin-bottom: 10px;
  }
  .nav-item {
    width: 50px;
    padding-left: 15px;
  }
  .active-menu {
    border-bottom: 3px solid #b60000 !important;
  }
  .navbar-nav .enfasis {
    width: 150px;
  }
  /* NAV */

  /* TITULOS */
  .tit-sec-sup {
    font-size: 1.2rem;
  }
  .tit-sec-inf {
    font-size: 2.6rem;
  }
  h5 {
    font-size: 1rem;
  }
  /* TITULOS */

  /* PARRAFOS */
  .tit-sec-parf {
    font-size: 1.1rem;
    margin-left: 8%;
    margin-right: 8%;
  }
  /* PARRAFOS */

  /* TARJETA DOS */
  .tarjeta-dos .md-he {
    height: 100px !important;
  }
  /* TARJETA DOS */

  /* FOOTER */
  .footer .contacto .item1 {
    border-bottom: 1px solid #fbfdfd;
    width: 70%;
    border-right: none;
    margin-bottom: 60px;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 20px;
  }
  /* FOOTER */

  /* IMAGEN FIJA */
  .imagen-fija {
    height: 500px;
  }
  .imagen-fija2 {
    height: 500px;
  }
  /* IMAGEN FIJA */

  /* TARJETA SEIS */
  .tarjeta-seis .col-datos .titulo h2 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .titulo h3 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .enlace h4 {
    padding-left: 20px;
  }
  .tarjeta-seis .col-datos .datos {
    min-height: 220px;
  }
  .tarjeta-seis .enlace {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* TARJETA SEIS */

  /* LISTA UNO */
  .lista-uno .lista-uno-cuerpo p {
    margin-left: 8%;
  }
  /* LISTA UNO */

  /* TARJETA TRES */
  .tarjeta-tres-cuerpo p {
    padding-bottom: 60px;
  }
  /* TARJETA TRES */

  .location-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* MD */

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* TITULOS */
  .tit-sec-sup {
    font-size: 1.3rem;
  }
  .tit-sec-inf {
    font-size: 2.8rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  /* TITULOS */

  /* PARRAFOS */
  .tit-sec-parf {
    margin-left: 15%;
    margin-right: 15%;
  }
  /* PARRAFOS */

  /* IMAGEN FIJA */
  .imagen-fija {
    height: 550px;
  }
  .imagen-fija2 {
    height: 550px;
  }
  /* IMAGEN FIJA */

  /* TARJETA SEIS */
  .tarjeta-seis .col-datos .titulo h2 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .titulo h3 {
    font-size: 1.5rem;
  }
  .tarjeta-seis .col-datos .datos {
    min-height: 220px;
  }
  /* TARJETA SIES */

  /* LISTA UNO */
  .lista-uno .lista-uno-cuerpo p {
    margin-left: 8%;
  }
  /* LISTA UNO */
}
/* LG */

/* XL */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* TARJETA SEIS */
  .tarjeta-seis .col-datos .datos {
    min-height: 203px;
  }
  /* TARJETA SEIS */

  /* IMAGEN FIJA */
  .imagen-fija {
    height: 600px;
  }
  .imagen-fija2 {
    height: 600px;
  }
  /* IMAGEN FIJA */

  /* LISTA UNO */
  .lista-uno .lista-uno-cuerpo p {
    margin-left: 8%;
  }
  /* LISTA UNO */
}
/* XL */
