@charset "UTF-8";
/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "bebas";
  src: url("../fonts/BebasNeue-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "openSans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  font-family: "openSans";
  font-size: 14px;
  overflow-x: hidden;
  text-rendering: auto !important;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.card,
.cardCatalogo,
.imgGaleria:hover {
  -webkit-box-shadow: -10px 7px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -10px 7px 10px 0px rgba(0, 0, 0, 0.16);
}

.btnCarrito,
.contenedorCategorias ul li:hover img,
.contenidoCarruselS h2,
.servicioS,
.servicioS i,
.servicioA,
.servicioA i {
  filter: drop-shadow(-3px 3px 5px rgba(0, 0, 0, 0.3));
}

.contenedorContacto {
  background-color: #fff !important;
  min-height: 700px !important;
  z-index: 0;
  padding: 0px !important;
}

.contenedorForm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgContacto {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.imgContacto img {
  margin-top: 50px;
  width: 300px;
}

.contenidoContacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.contenidoContacto h2 {
  color: #db000c !important;
  font-family: "bebas";
  font-size: 60px !important;
  text-align: center;
}
.contenidoContacto p {
  text-align: center;
  font-family: "openSans";
  font-size: 18px !important;
  color: #0d0d0d !important;
}

.formulario {
  min-height: 450px;
  width: 80%;
}

.formCase {
  padding: 30px;
  background-color: #0d0d0d !important;
  min-height: 450px;
}

.form-group {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.form-group input {
  border-color: #db000c !important;
  border-width: 2px;
}
.form-group textarea {
  border-color: #db000c !important;
  border-width: 2px;
  margin-bottom: 10px !important;
}
.form-group select {
  border-color: #db000c !important;
  border-width: 2px;
  margin-bottom: 10px !important;
}
.form-group label {
  color: #fff !important;
  font-family: "bebas";
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.btnAccion {
  background-color: #db000c !important;
  color: #fff !important;
  font-family: "bebas";
  font-size: 16px !important;
  width: 100%;
  text-align: center;
  transition: ease-in-out 0.35s;
}
.btnAccion:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
}

.btnAccionCarrito {
  background-color: #db000c !important;
  color: #fff !important;
  font-family: "bebas";
  font-size: 16px !important;
  width: 150px;
  text-align: center;
  transition: ease-in-out 0.35s;
}
.btnAccionCarrito:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
}

.btnEnviar {
  text-transform: capitalize;
  width: 50%;
  margin-left: 25%;
  margin-top: -20px;
  height: 40px;
  text-align: center;
  background-color: #db000c !important;
  color: #fff !important;
  font-family: "bebas";
  font-size: 16px !important;
  transition: ease-in-out 0.35s;
}
.btnEnviar span {
  display: inline-block;
  transition: ease-in-out 0.35s;
  opacity: 0;
  transform: translateX(30px);
}
.btnEnviar:hover {
  background-color: #fff !important;
  color: #db000c !important;
  border-style: solid;
  border-width: 2px;
  border-color: #db000c !important;
}
.btnEnviar:hover span {
  display: inline-block;
  opacity: 1;
  transform: translateX(10px);
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.contenedorFooter {
  overflow: hidden;
  background-color: #0d0d0d !important;
  max-height: 200px;
}

.logoFooter {
  background-color: transparent;
  padding: 25px;
}
.logoFooter img {
  width: 50%;
  margin-left: 25%;
}

.siteMap {
  list-style: none;
  padding: 5px;
  margin: 0px;
}
.siteMap li {
  margin-top: 5px;
}
.siteMap li a {
  color: #fff !important;
  font-family: "bebas";
  text-decoration: none;
  transition: ease-in-out 0.35s;
}
.siteMap li a:hover {
  color: #db000c !important;
  cursor: pointer;
}

.txtFooter {
  color: #fff !important;
  font-family: "openSans";
  font-size: 16px !important;
}
.txtFooter a {
  color: #db000c !important;
  text-decoration: none;
}

#newsletter {
  padding: 10px;
  width: 100%;
}
#newsletter label {
  color: #fff !important;
  font-family: "openSans";
  font-size: 18px !important;
  margin-bottom: 10px;
}
#newsletter .input-group {
  width: 100%;
}
#newsletter input {
  width: 80%;
  border: none;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  padding: 10px;
}
#newsletter input::placeholder {
  padding: 10px;
}
#newsletter button {
  background-color: #db000c !important;
  color: #fff !important;
  font-family: "bebas";
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  transition: ease-in-out 0.35s;
}
#newsletter button:hover {
  background-color: #fff !important;
  color: #db000c !important;
}

.rrssFooter {
  display: inline-flex;
  padding: 10px !important;
  list-style: none;
}
.rrssFooter li {
  margin-right: 20px;
}
.rrssFooter i {
  color: #db000c !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 7px #707070 !important;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #1e2e9e !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #db000c !important;
}

@media screen and (max-width: 426px) {
  .contenedorContacto {
    background-color: #30475e !important;
    min-height: 700px !important;
    z-index: 0;
  }
  .contenidoContacto {
    width: 80%;
    margin-top: 50px !important;
  }
  .contenidoContacto h2 {
    color: #fff !important;
    font-family: "bebas";
    font-size: 28px !important;
  }
  .contenidoContacto p {
    font-family: "openSans";
    font-size: 18px !important;
    color: #fff !important;
  }
  .contenidoContacto ul {
    color: #fff !important;
    font-size: 18px !important;
    list-style: none;
    margin-left: 0px;
    padding: 0px !important;
  }
  .contenidoContacto ul li {
    margin-left: 0px !important;
    margin-top: 10px;
    padding: 0px;
  }
  .formulario {
    min-height: 450px;
    width: 90%;
    margin-left: 5% !important;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
  }
  .formCase {
    padding: 10px;
    background-color: #fff !important;
    border-radius: 10px !important;
    min-height: 450px;
  }
  .form-group {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .form-group input {
    border-color: #db000c !important;
    border-width: 2px;
  }
  .form-group textarea {
    border-color: #db000c !important;
    border-width: 2px;
    margin-bottom: 10px !important;
  }
  .form-group label {
    color: #0d0d0d !important;
    font-family: "bebas";
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .btnEnviar {
    text-transform: capitalize;
    width: 50%;
    margin-left: 25%;
    margin-top: -20px;
    height: 40px;
    text-align: center;
    background-color: #db000c !important;
    color: #fff !important;
    font-family: "bebas";
    font-size: 16px !important;
    border-radius: 100px;
    transition: ease-in-out 0.35s;
  }
  .btnEnviar span {
    display: inline-block;
    transition: ease-in-out 0.35s;
    opacity: 0;
    transform: translateX(30px);
  }
  .btnEnviar:hover {
    background-color: #fff !important;
    color: #db000c !important;
    border-style: solid;
    border-width: 2px;
    border-color: #db000c !important;
  }
  .btnEnviar:hover span {
    display: inline-block;
    opacity: 1;
    transform: translateX(10px);
  }
  .contenedorFooter {
    overflow: hidden;
    background-color: #222831 !important;
    max-height: none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-top: -50px !important;
  }
  .logoFooter {
    background-color: #db000c !important;
    border-top-left-radius: 10px !important;
    padding: 25px;
  }
  .logoFooter img {
    width: 20%;
    margin-left: 40%;
  }
  .siteMap {
    list-style: none;
    padding: 5px;
    margin: 0px;
  }
  .siteMap li {
    margin-top: 5px;
  }
  .siteMap li a {
    color: #fff !important;
    font-family: "bebas";
    text-decoration: none;
    transition: ease-in-out 0.35s;
  }
  .siteMap li a:hover {
    color: #db000c !important;
    cursor: pointer;
  }
  .txtFooter {
    color: #fff !important;
    font-family: "openSans";
    font-size: 16px !important;
    text-align: center;
  }
  .txtFooter a {
    color: #db000c !important;
    text-decoration: none;
  }
  #newsletter {
    padding: 10px;
    width: 100%;
  }
  #newsletter label {
    color: #fff !important;
    font-family: "openSans";
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  #newsletter .input-group {
    width: 100%;
  }
  #newsletter input {
    width: 70%;
    border: none;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 10px;
  }
  #newsletter input::placeholder {
    padding: 10px;
  }
  #newsletter button {
    background-color: #db000c !important;
    color: #fff !important;
    font-family: "bebas";
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    transition: ease-in-out 0.35s;
  }
  #newsletter button:hover {
    background-color: #fff !important;
    color: #db000c !important;
  }
  .rrssFooter {
    display: inline-flex;
    padding: 10px !important;
    list-style: none;
  }
  .rrssFooter li {
    margin-right: 20px;
  }
  .rrssFooter i {
    color: #db000c !important;
  }
}
@media screen and (max-width: 375px) {
  .contenedorContacto {
    background-color: #30475e !important;
    min-height: 700px !important;
    z-index: 0;
  }
  .contenidoContacto {
    width: 80%;
    margin-top: 50px !important;
  }
  .contenidoContacto h2 {
    color: #fff !important;
    font-family: "bebas";
    font-size: 28px !important;
  }
  .contenidoContacto p {
    font-family: "openSans";
    font-size: 18px !important;
    color: #fff !important;
  }
  .contenidoContacto ul {
    color: #fff !important;
    font-size: 18px !important;
    list-style: none;
    margin-left: 0px;
    padding: 0px !important;
  }
  .contenidoContacto ul li {
    margin-left: 0px !important;
    margin-top: 10px;
    padding: 0px;
  }
  .formulario {
    min-height: 450px;
    width: 90%;
    margin-left: 5% !important;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
  }
  .formCase {
    padding: 10px;
    background-color: #fff !important;
    border-radius: 10px !important;
    min-height: 450px;
  }
  .form-group {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .form-group input {
    border-color: #db000c !important;
    border-width: 2px;
  }
  .form-group textarea {
    border-color: #db000c !important;
    border-width: 2px;
    margin-bottom: 10px !important;
  }
  .form-group label {
    color: #0d0d0d !important;
    font-family: "bebas";
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .btnEnviar {
    text-transform: capitalize;
    width: 50%;
    margin-left: 25%;
    margin-top: -20px;
    height: 40px;
    text-align: center;
    background-color: #db000c !important;
    color: #fff !important;
    font-family: "bebas";
    font-size: 16px !important;
    border-radius: 100px;
    transition: ease-in-out 0.35s;
  }
  .btnEnviar span {
    display: inline-block;
    transition: ease-in-out 0.35s;
    opacity: 0;
    transform: translateX(30px);
  }
  .btnEnviar:hover {
    background-color: #fff !important;
    color: #db000c !important;
    border-style: solid;
    border-width: 2px;
    border-color: #db000c !important;
  }
  .btnEnviar:hover span {
    display: inline-block;
    opacity: 1;
    transform: translateX(10px);
  }
  .contenedorFooter {
    overflow: hidden;
    background-color: #222831 !important;
    max-height: none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-top: -50px !important;
  }
  .logoFooter {
    background-color: #db000c !important;
    border-top-left-radius: 10px !important;
    padding: 25px;
  }
  .logoFooter img {
    width: 20%;
    margin-left: 40%;
  }
  .siteMap {
    list-style: none;
    padding: 5px;
    margin: 0px;
  }
  .siteMap li {
    margin-top: 5px;
  }
  .siteMap li a {
    color: #fff !important;
    font-family: "bebas";
    text-decoration: none;
    transition: ease-in-out 0.35s;
  }
  .siteMap li a:hover {
    color: #db000c !important;
    cursor: pointer;
  }
  .txtFooter {
    color: #fff !important;
    font-family: "openSans";
    font-size: 16px !important;
    text-align: center;
  }
  .txtFooter a {
    color: #db000c !important;
    text-decoration: none;
  }
  #newsletter {
    padding: 10px;
    width: 100%;
  }
  #newsletter label {
    color: #fff !important;
    font-family: "openSans";
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  #newsletter .input-group {
    width: 100%;
  }
  #newsletter input {
    width: 60%;
    border: none;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 10px;
  }
  #newsletter input::placeholder {
    padding: 10px;
  }
  #newsletter button {
    background-color: #db000c !important;
    color: #fff !important;
    font-family: "bebas";
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    transition: ease-in-out 0.35s;
  }
  #newsletter button:hover {
    background-color: #fff !important;
    color: #db000c !important;
  }
  .rrssFooter {
    display: inline-flex;
    padding: 10px !important;
    list-style: none;
  }
  .rrssFooter li {
    margin-right: 20px;
  }
  .rrssFooter i {
    color: #db000c !important;
  }
}
/*==============================================*/
/*                 MENÚ PRINCIPAL               */
/*==============================================*/
.menuTop {
  background-color: #db000c !important;
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw !important;
  height: 30px !important;
  padding: 9px !important;
}
.menuTop .alertaTop {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  width: 100% !important;
  color: #fff !important;
  font-family: "openSans";
}
@media screen and (max-width: 800px) {
  .menuTop {
    flex-direction: column;
    justify-content: space-around;
    height: fit-content !important;
  }
}

.rrssTop {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px;
  padding: 0px !important;
  list-style: none;
  width: fit-content !important;
  margin-right: 25px;
}
.rrssTop li {
  padding: 5px !important;
  margin-left: 10px;
}
.rrssTop i {
  color: #fff !important;
}

.menu {
  width: 100vw !important;
  padding: 9px;
  background-color: #0d0d0d !important;
  margin-top: 30px;
}

.navbar-brand {
  margin-left: 25px;
}

.navbar-nav {
  width: 100% !important;
}

.linkMenu {
  font-family: "bebas";
  font-size: 16px !important;
  color: #fff !important;
  transition: ease-in-out 0.35s;
  margin-left: 10px;
}
.linkMenu:hover {
  cursor: pointer;
  color: #db000c !important;
}

.activo {
  background-color: #fff !important;
  color: #db000c !important;
  transition: ease-in-out 0.35s;
}
.activo:hover {
  background-color: #db000c !important;
  color: #fff !important;
  cursor: pointer;
}

.navAccion {
  border-left-style: solid;
  border-left-color: #db000c !important;
  border-left-width: 4px;
}

.linkAccion {
  background-color: #db000c !important;
  color: #fff !important;
  margin-left: 50px !important;
  font-family: "bebas";
  font-size: 16px !important;
  width: 200px;
  text-align: center;
  transition: ease-in-out 0.35s;
}
.linkAccion:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  .menu {
    width: 100% !important;
    padding: 0px;
    background-color: #222831 !important;
    margin-top: 80px;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .navbar-brand {
    margin-left: 25px;
  }
  .navbar-nav {
    width: 50% !important;
    margin-bottom: 25px;
    margin-left: 25%;
  }
  .linkMenu {
    font-family: "bebas";
    font-size: 16px !important;
    color: #fff !important;
    transition: ease-in-out 0.35s;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
  }
  .linkMenu:hover {
    cursor: pointer;
    color: #db000c !important;
  }
  .activo {
    background-color: #fff !important;
    color: #db000c !important;
    transition: ease-in-out 0.35s;
  }
  .activo:hover {
    background-color: #db000c !important;
    color: #fff !important;
    cursor: pointer;
  }
  .navAccion {
    border-left-style: none;
    border-left-color: #db000c !important;
    border-left-width: 0px;
    border-top-style: solid;
    border-top-color: #db000c !important;
    border-top-width: 4px;
  }
  .linkAccion {
    background-color: #db000c !important;
    color: #fff !important;
    margin-left: 0% !important;
    margin-top: 10px;
    font-family: "bebas";
    font-size: 16px !important;
    width: 100% !important;
    text-align: center;
    transition: ease-in-out 0.35s;
  }
  .linkAccion:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
}
@media screen and (max-width: 375px) {
  .menu {
    width: 100% !important;
    padding: 0px;
    background-color: #222831 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .navbar-brand {
    margin-left: 25px;
  }
  .navbar-nav {
    width: 50% !important;
    margin-bottom: 25px;
    margin-left: 25%;
  }
  .linkMenu {
    font-family: "bebas";
    font-size: 16px !important;
    color: #fff !important;
    transition: ease-in-out 0.35s;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
  }
  .linkMenu:hover {
    cursor: pointer;
    color: #db000c !important;
  }
  .activo {
    background-color: #fff !important;
    color: #db000c !important;
    transition: ease-in-out 0.35s;
  }
  .activo:hover {
    background-color: #db000c !important;
    color: #fff !important;
    cursor: pointer;
  }
  .navAccion {
    border-left-style: none;
    border-left-color: #db000c !important;
    border-left-width: 0px;
    border-top-style: solid;
    border-top-color: #db000c !important;
    border-top-width: 4px;
  }
  .linkAccion {
    background-color: #db000c !important;
    color: #fff !important;
    margin-left: 0% !important;
    margin-top: 10px;
    font-family: "bebas";
    font-size: 16px !important;
    width: 100% !important;
    text-align: center;
    transition: ease-in-out 0.35s;
  }
  .linkAccion:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
}
@supports (-webkit-touch-callout: none) {
  .bannerAll {
    background-attachment: unset !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
}
.bannerT {
  min-height: 500px !important;
  background-image: url("../img/core-img/inicio/bannerTop.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.contenidoBannerT {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contenidoBannerT h1 {
  color: #fff !important;
  font-family: "bebas";
  font-size: 80px !important;
  text-align: center;
}
.contenidoBannerT p {
  font-size: 28px !important;
  font-family: "bebas";
  color: #db000c !important;
  background-color: #0d0d0d !important;
  width: 450px;
  text-align: center;
}

.contenedorCards {
  z-index: 2;
  margin-top: -100px !important;
}

.cardOferta {
  max-width: 350px !important;
  min-width: 300px !important;
  min-height: 450px !important;
  background-color: #0d0d0d !important;
  overflow: hidden;
}
.cardOferta .imgCard {
  overflow: hidden;
  max-height: 284px !important;
  min-height: 280px !important;
}
.cardOferta .imgCard img {
  transition: ease-in-out 0.35s;
}
.cardOferta .accionCard {
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cardOferta .accionCard p {
  font-family: "openSans";
  font-size: 18px !important;
  line-height: 22px !important;
  color: #fff !important;
  text-align: left;
  width: 80%;
  margin-left: 10%;
  min-height: 100px;
}
.cardOferta .accionCard a {
  display: block;
  padding: 15px;
  text-decoration: none;
  border-style: none;
  text-align: center;
  padding: 4px !important;
  background-color: #db000c !important;
  color: #fff !important;
  text-transform: capitalize;
  font-family: "bebas";
  font-size: 16px !important;
  transition: ease-in-out 0.35s;
  width: 80%;
  margin-left: 10%;
}
.cardOferta .accionCard a:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
}
.cardOferta:hover .imgCard img {
  transform: scale(1.1);
}

#servicios {
  margin-top: 100px !important;
}

.bannerServicios {
  min-height: 300px !important;
  background-image: url("../img/core-img/inicio/bannerServicios.jpg");
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerServicios h2 {
  text-align: center;
  font-family: "bebas";
  font-size: 60px !important;
  color: #fff !important;
}
.bannerServicios h2 span {
  display: inline-flex;
  color: #fff !important;
  background-color: #db000c !important;
  padding: 9px;
}

.contenedorCarruselS {
  min-height: 200px;
  background-color: #fff !important;
}

.carruselS {
  background-color: #fff !important;
  min-height: 200px;
  max-height: 200px !important;
  z-index: 2;
  overflow: hidden;
  padding: 0px !important;
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.carruselS img {
  z-index: -2;
  width: 100%;
}

.contenidoCarruselS {
  z-index: 5;
  padding: 10px !important;
  background-color: transparent;
  margin: 0px !important;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contenidoCarruselS h2 {
  font-size: 60px !important;
  font-family: "bebas";
  color: #fff !important;
}
.contenidoCarruselS a {
  display: block;
  text-decoration: none;
  border-style: none;
  text-align: center;
  background-color: #db000c !important;
  color: #fff !important;
  text-transform: capitalize;
  font-family: "bebas";
  font-size: 16px !important;
  transition: ease-in-out 0.35s;
  width: 250px;
  padding: 10px;
}
.contenidoCarruselS a:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
  border-style: solid;
  border-color: #db000c !important;
  border-width: 2px;
}

.servicioS {
  color: #db000c !important;
  transition: ease-in-out 0.35s;
}
.servicioS i {
  transition: ease-in-out 0.35s;
}
.servicioS:hover {
  cursor: pointer;
}
.servicioS:hover i {
  transform: scale(1.2);
}

.servicioA {
  color: #db000c !important;
  transition: ease-in-out 0.35s;
}
.servicioA i {
  transition: ease-in-out 0.35s;
}
.servicioA:hover {
  cursor: pointer;
}
.servicioA:hover i {
  transform: scale(1.2);
}

@media screen and (max-width: 426px) {
  .bannerT {
    min-height: 400px !important;
    background-image: url("../img/core-img/inicio/bannerTop.jpg");
    background-size: 250%;
    background-repeat: no-repeat;
    background-position-x: -200px;
    background-attachment: fixed;
  }
  .bannerT h1 {
    color: #fff !important;
    font-family: "bebas";
    font-size: 28px !important;
    width: 90%;
    margin-top: 125px !important;
    margin-left: 5%;
  }
  .bannerT p {
    font-size: 28px !important;
    width: 90%;
    margin-left: 5%;
    font-family: "bebas";
    color: #db000c !important;
  }
  .contenedorCards {
    z-index: 2;
    margin-top: -20px !important;
  }
  .cardOferta {
    margin-bottom: 25px;
    max-width: 350px !important;
    min-width: 300px !important;
    min-height: 450px !important;
    background-color: #222831 !important;
    overflow: hidden;
  }
  .cardOferta .imgCard {
    overflow: hidden;
    max-height: 284px !important;
    min-height: 280px !important;
  }
  .cardOferta .imgCard img {
    transition: ease-in-out 0.35s;
  }
  .cardOferta .accionCard {
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cardOferta .accionCard p {
    font-family: "openSans";
    font-size: 18px !important;
    line-height: 22px !important;
    color: #fff !important;
    text-align: left;
    width: 80%;
    margin-left: 10%;
    min-height: 100px;
  }
  .cardOferta .accionCard a {
    display: block;
    padding: 15px;
    text-decoration: none;
    border-style: none;
    text-align: center;
    padding: 4px !important;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    width: 80%;
    margin-left: 10%;
  }
  .cardOferta .accionCard a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
  .cardOferta:hover .imgCard img {
    transform: scale(1.1);
  }
  #servicios {
    margin-top: 100px !important;
  }
  .bannerServicios {
    min-height: 300px !important;
    background-image: url("../img/core-img/inicio/bannerServicios.jpg");
    background-size: 270%;
    background-repeat: no-repeat;
    background-position-x: -600px;
    background-position-y: 100px;
    background-attachment: fixed;
  }
  .bannerServicios h2 {
    font-family: "bebas";
    font-size: 28px !important;
    color: #fff !important;
    margin-top: 50px !important;
    margin-left: 50px !important;
  }
  .contenedorCarruselS {
    min-height: 200px;
    background-color: #30475e !important;
  }
  .carruselS {
    background-color: #fff !important;
    min-height: 200px;
    max-height: 500px !important;
    z-index: 2;
    overflow: hidden;
    padding: 0px !important;
    margin-top: -100px !important;
    margin-bottom: 50px;
  }
  .imgCarruselS {
    margin: 0px !important;
    padding: 0px !important;
  }
  .imgCarruselS img {
    height: 200px;
  }
  .contenidoCarruselS {
    padding: 10px !important;
    background-color: #fff !important;
    margin: 0px !important;
  }
  .contenidoCarruselS h2 {
    font-size: 28px !important;
    font-family: "bebas";
    color: #1e2e9e !important;
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }
  .contenidoCarruselS p {
    font-size: 18px !important;
    font-family: "openSans";
    color: #222831 !important;
    text-align: left;
    width: 100%;
  }
  .contenidoCarruselS a {
    display: block;
    text-decoration: none;
    border-style: none;
    text-align: center;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    width: 40%;
    margin-left: 60%;
    padding: 10px;
  }
  .contenidoCarruselS a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
    border-style: solid;
    border-color: #db000c !important;
    border-width: 2px;
  }
  .servicioS {
    color: #db000c !important;
    margin-top: -10%;
    transition: ease-in-out 0.35s;
  }
  .servicioS i {
    transition: ease-in-out 0.35s;
  }
  .servicioS:hover {
    cursor: pointer;
  }
  .servicioS:hover i {
    transform: scale(1.5);
  }
  .servicioA {
    color: #db000c !important;
    margin-top: -10%;
    transition: ease-in-out 0.35s;
  }
  .servicioA i {
    transition: ease-in-out 0.35s;
  }
  .servicioA:hover {
    cursor: pointer;
  }
  .servicioA:hover i {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 375px) {
  .bannerT {
    min-height: 400px !important;
    background-image: url("../img/core-img/inicio/bannerTop.jpg");
    background-size: 300%;
    background-repeat: no-repeat;
    background-position-x: -200px;
    background-attachment: fixed;
  }
  .contenedorCards {
    z-index: 2;
  }
  .cardOferta {
    margin-bottom: 25px;
    max-width: 350px !important;
    min-width: 300px !important;
    min-height: 450px !important;
    background-color: #222831 !important;
    overflow: hidden;
  }
  .cardOferta .imgCard {
    overflow: hidden;
    max-height: 284px !important;
    min-height: 280px !important;
  }
  .cardOferta .imgCard img {
    transition: ease-in-out 0.35s;
  }
  .cardOferta .accionCard {
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cardOferta .accionCard p {
    font-family: "openSans";
    font-size: 18px !important;
    line-height: 22px !important;
    color: #fff !important;
    text-align: left;
    width: 80%;
    margin-left: 10%;
    min-height: 100px;
  }
  .cardOferta .accionCard a {
    display: block;
    padding: 15px;
    text-decoration: none;
    border-style: none;
    text-align: center;
    padding: 4px !important;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    width: 80%;
    margin-left: 10%;
  }
  .cardOferta .accionCard a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
  .cardOferta:hover .imgCard img {
    transform: scale(1.1);
  }
  #servicios {
    margin-top: 100px !important;
  }
  .bannerServicios {
    min-height: 300px !important;
    background-image: url("../img/core-img/inicio/bannerServicios.jpg");
    background-size: 300%;
    background-repeat: no-repeat;
    background-position-x: -600px;
    background-position-y: 100px;
    background-attachment: fixed;
  }
  .bannerServicios h2 {
    font-family: "bebas";
    font-size: 24px !important;
    color: #fff !important;
    margin-top: 50px !important;
    margin-left: 50px !important;
  }
  .contenedorCarruselS {
    min-height: 200px;
    background-color: #30475e !important;
  }
  .carruselS {
    background-color: #fff !important;
    min-height: 200px;
    max-height: 500px !important;
    z-index: 2;
    overflow: hidden;
    padding: 0px !important;
    margin-top: -100px !important;
    margin-bottom: 50px;
  }
  .imgCarruselS {
    margin: 0px !important;
    padding: 0px !important;
  }
  .imgCarruselS img {
    height: 200px;
  }
  .contenidoCarruselS {
    padding: 10px !important;
    background-color: #fff !important;
    margin: 0px !important;
  }
  .contenidoCarruselS h2 {
    font-size: 24px !important;
    font-family: "bebas";
    color: #1e2e9e !important;
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }
  .contenidoCarruselS p {
    font-size: 18px !important;
    font-family: "openSans";
    color: #222831 !important;
    text-align: left;
    width: 100%;
  }
  .contenidoCarruselS a {
    display: block;
    text-decoration: none;
    border-style: none;
    text-align: center;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    width: 40%;
    margin-left: 60%;
    padding: 10px;
  }
  .contenidoCarruselS a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
    border-style: solid;
    border-color: #db000c !important;
    border-width: 2px;
  }
  .servicioS {
    color: #db000c !important;
    margin-top: -10%;
    transition: ease-in-out 0.35s;
  }
  .servicioS i {
    transition: ease-in-out 0.35s;
  }
  .servicioS:hover {
    cursor: pointer;
  }
  .servicioS:hover i {
    transform: scale(1.5);
  }
  .servicioA {
    color: #db000c !important;
    margin-top: -10%;
    transition: ease-in-out 0.35s;
  }
  .servicioA i {
    transition: ease-in-out 0.35s;
  }
  .servicioA:hover {
    cursor: pointer;
  }
  .servicioA:hover i {
    transform: scale(1.5);
  }
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
  padding: 0px;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}

.bannerQS {
  min-height: 500px !important;
  background-image: url("../img/core-img/quienesSomos/bannerTop.jpg");
  background-size: 100%;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerQS h1 {
  font-family: "bebas";
  text-align: center;
  font-size: 80px !important;
  color: #fff !important;
}

.contenedorQS {
  background-color: #0d0d0d !important;
}

.contenidoQS {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenidoQS h2 {
  color: #db000c !important;
  font-size: 60px !important;
  font-family: "bebas";
  text-align: center;
}
.contenidoQS p {
  color: #fff !important;
  font-size: 18px !important;
  font-family: "openSans";
  text-align: center;
  line-height: 22px !important;
}

.contenedorMVV {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  flex-direction: column;
}

.contenidoMVV {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.contenidoMVV li {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}
.contenidoMVV li h2 {
  color: #db000c !important;
  font-size: 60px !important;
  font-family: "bebas";
  text-align: center;
}
.contenidoMVV li p {
  width: 300px;
  color: #fff !important;
  font-size: 18px !important;
  font-family: "openSans";
  text-align: left;
  line-height: 22px !important;
}

.contenedorGaleriaQS {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0px;
}

.imgGaleria {
  transition: ease-in-out 0.35s;
}
.imgGaleria:hover {
  cursor: pointer;
  transform: scale(1.05);
}

@media screen and (max-width: 426px) {
  .bannerQS {
    min-height: 300px !important;
    background-image: url("../img/core-img/quienesSomos/bannerTop.jpg");
    background-size: 200%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: -150px;
    background-position-y: 50px;
  }
  .contenidoQS {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .contenidoQS h2 {
    color: #1e2e9e !important;
    font-size: 28px !important;
    font-family: "bebas";
    text-align: center;
  }
  .contenidoQS h1 {
    color: #222831 !important;
    font-size: 18px !important;
    font-family: "openSans";
    text-align: center;
    line-height: 22px !important;
    width: 80%;
    margin-left: 10%;
  }
  .imgMVV {
    width: 80%;
    margin-left: 10%;
    border-radius: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }
  .contenidoMVV {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }
  .contenidoMVV h2 {
    color: #1e2e9e !important;
    font-size: 28px !important;
    font-family: "bebas";
    text-align: center;
  }
  .contenidoMVV p {
    color: #222831 !important;
    font-size: 18px !important;
    font-family: "openSans";
    text-align: left;
    line-height: 22px !important;
    width: 70%;
    margin-left: 15%;
  }
  .contenedorGaleriaQS {
    margin-top: 50px !important;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px;
  }
  .imgGaleria {
    transition: ease-in-out 0.35s;
  }
  .imgGaleria:hover {
    cursor: pointer;
    transform: scale(1.05);
  }
}
.contenedorJT {
  min-height: 700px !important;
  background-image: url("../img/core-img/catalogos/jumbotron.jpg");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenidoJT {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenidoJT h1 {
  color: #fff !important;
  font-size: 80px !important;
  font-family: "bebas";
  text-align: center;
}
.contenidoJT p {
  color: #fff !important;
  font-size: 18px !important;
  font-family: "openSans";
  text-align: center;
  line-height: 22px !important;
  line-height: 22px !important;
}
.contenidoJT a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  width: 200px;
  padding: 10px;
  margin-top: 10px;
  height: 40px;
  text-align: center;
  background-color: #db000c !important;
  color: #fff !important;
  font-family: "bebas";
  font-size: 16px !important;
  transition: ease-in-out 0.35s;
  border-style: none;
}
.contenidoJT a span {
  display: inline-block;
  transition: ease-in-out 0.35s;
  opacity: 0;
  transform: translateX(30px);
}
.contenidoJT a:hover {
  background-color: #fff !important;
  color: #db000c !important;
  border-style: solid;
  border-width: 2px;
  border-color: #db000c !important;
}
.contenidoJT a:hover span {
  display: inline-block;
  opacity: 1;
  transform: translateX(10px);
}

.categorias {
  margin-bottom: 50px !important;
}

.contenidoCategorias {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.contenidoCategorias h1 {
  text-align: center;
  color: #db000c !important;
  font-family: "bebas";
  font-size: 60px !important;
}

.contenedorCategorias {
  background-color: #0d0d0d !important;
  width: 80%;
  padding: 10px;
}
.contenedorCategorias ul {
  list-style: none;
  display: inline-flex;
  padding: 0px;
  margin: 0px;
}
.contenedorCategorias ul li {
  margin-left: 25px;
  margin-right: 25px;
  padding: 0px;
}
.contenedorCategorias ul li img {
  width: 100px;
  transition: ease-in-out 0.35s;
}
.contenedorCategorias ul li P {
  color: #fff !important;
  font-family: "bebas";
  font-size: 16px !important;
  text-align: center;
  margin-top: 10px;
  transition: ease-in-out 0.35s;
}
.contenedorCategorias ul li:hover {
  cursor: pointer;
}
.contenedorCategorias ul li:hover img {
  width: 100px;
  transform: scale(1.1) rotate(45deg);
}
.contenedorCategorias ul li:hover P {
  color: #db000c !important;
}

.cardCatalogo {
  margin-bottom: 25px;
  background-color: #0d0d0d !important;
  padding: 10px;
  width: 80%;
}
.cardCatalogo .imgCardCatalogo {
  width: 80%;
}
.cardCatalogo .imgCardCatalogoInv {
  width: 80%;
  margin-left: 20%;
}
.cardCatalogo .cardCatalogoContenido {
  width: 80%;
  margin-left: 10%;
}
.cardCatalogo .cardCatalogoContenido h2 {
  color: #db000c !important;
  font-family: "bebas";
  font-size: 28px !important;
  text-align: left;
  margin-top: 50px !important;
}
.cardCatalogo .cardCatalogoContenido h3 {
  color: #db000c !important;
  font-family: "bebas";
  font-size: 28px !important;
  text-align: left;
}
.cardCatalogo .cardCatalogoContenido p {
  width: 100%;
  color: #fff !important;
  font-family: "openSans";
  line-height: 22px !important;
  text-align: left;
}
.cardCatalogo .cardCatalogoContenido .categoriasCard {
  display: inline-flex;
  list-style-type: none;
  padding: 0px;
}
.cardCatalogo .cardCatalogoContenido .categoriasCard img {
  width: 50px;
}
.cardCatalogo .cardCatalogoContenido .categoriasCard li {
  margin-right: 25px;
}

.accionesCatalogo {
  list-style: none;
  margin-top: 25px;
  padding: 0px;
}
.accionesCatalogo a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  border-style: none;
  text-align: center;
  padding: 4px !important;
  background-color: #db000c !important;
  color: #fff !important;
  text-transform: capitalize;
  font-family: "bebas";
  font-size: 16px !important;
  transition: ease-in-out 0.35s;
  width: 40%;
  margin-left: 60%;
}
.accionesCatalogo a:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
}
.accionesCatalogo li {
  margin-top: 10px;
}
.accionesCatalogo li .enlaceACatalogo {
  color: #fff !important;
  float: right;
  transition: ease-in-out 0.35s;
}
.accionesCatalogo li .enlaceACatalogo:hover {
  color: #db000c !important;
}

.accionesCatalogoInv {
  list-style: none;
  margin-top: 25px;
  padding: 0px;
}
.accionesCatalogoInv a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-style: none;
  text-align: center;
  padding: 4px !important;
  background-color: #db000c !important;
  color: #fff !important;
  text-transform: capitalize;
  font-family: "bebas";
  font-size: 16px !important;
  transition: ease-in-out 0.35s;
  width: 40%;
  margin-left: 0%;
}
.accionesCatalogoInv a:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
}
.accionesCatalogoInv li {
  margin-top: 10px;
}
.accionesCatalogoInv li .enlaceACatalogo {
  color: #fff !important;
  float: left;
  transition: ease-in-out 0.35s;
}
.accionesCatalogoInv li .enlaceACatalogo:hover {
  color: #db000c !important;
}

.fondoAzulCatalogo {
  min-height: 200px;
  background-color: #db000c !important;
  margin-top: -250px;
  z-index: -1;
}

@media screen and (max-width: 426px) {
  .contenedorJT {
    min-height: 700px !important;
    background-image: url("../img/core-img/catalogos/jumbotron.jpg");
    background-size: 450%;
    background-repeat: no-repeat;
  }
  .contenidoJT {
    margin-top: 150px;
    margin-bottom: 25px !important;
  }
  .contenidoJT h1 {
    color: #fff !important;
    font-size: 28px !important;
    font-family: "bebas";
    text-align: left;
    width: 80%;
    margin-left: 10%;
  }
  .contenidoJT p {
    color: #fff !important;
    font-size: 18px !important;
    font-family: "openSans";
    text-align: left;
    line-height: 22px !important;
    width: 80%;
    margin-left: 10%;
    line-height: 22px !important;
  }
  .contenidoJT a {
    text-transform: capitalize;
    width: 40%;
    margin-left: 40%;
    margin-top: 10px;
    height: 40px;
    text-align: center;
    background-color: #db000c !important;
    color: #fff !important;
    font-family: "bebas";
    font-size: 16px !important;
    border-radius: 100px;
    transition: ease-in-out 0.35s;
    border-style: none;
  }
  .contenidoJT a span {
    display: inline-block;
    transition: ease-in-out 0.35s;
    opacity: 0;
    transform: translateX(30px);
  }
  .contenidoJT a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    border-style: solid;
    border-width: 2px;
    border-color: #db000c !important;
  }
  .contenidoJT a:hover span {
    display: inline-block;
    opacity: 1;
    transform: translateX(10px);
  }
  .imgJT {
    width: 80%;
    margin-left: 10%;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    border-radius: 10px !important;
  }
  .categorias {
    margin-bottom: 50px !important;
  }
  .contenidoCategorias {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .contenidoCategorias h1 {
    text-align: center;
    color: #0d0d0d !important;
    font-family: "bebas";
    font-size: 28px !important;
  }
  .contenedorCategorias {
    background-color: #0d0d0d !important;
    border-radius: 10px !important;
    width: 80%;
    padding: 10px;
  }
  .contenedorCategorias ul {
    list-style: none;
    display: inline-flex;
    padding: 0px;
    margin: 0px;
  }
  .contenedorCategorias ul li {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
  }
  .contenedorCategorias ul li img {
    width: 50px;
    margin-left: 5px;
    transition: ease-in-out 0.35s;
  }
  .contenedorCategorias ul li P {
    color: #fff !important;
    font-family: "bebas";
    font-size: 16px !important;
    text-align: center;
    margin-top: 10px;
    transition: ease-in-out 0.35s;
  }
  .contenedorCategorias ul li:hover {
    cursor: pointer;
  }
  .contenedorCategorias ul li:hover img {
    width: 100px;
    transform: scale(1.001) rotate(45deg);
  }
  .contenedorCategorias ul li:hover P {
    color: #db000c !important;
  }
  .cardCatalogo {
    margin-bottom: 25px;
    background-color: #0d0d0d !important;
    border-radius: 10px !important;
    padding: 10px;
    width: 80%;
  }
  .cardCatalogo .imgCardCatalogo {
    width: 100%;
    border-radius: 10px !important;
  }
  .cardCatalogo .imgCardCatalogoInv {
    width: 100%;
    margin-left: 0%;
    border-radius: 10px !important;
  }
  .cardCatalogo .cardCatalogoContenido {
    width: 80%;
    margin-left: 10%;
  }
  .cardCatalogo .cardCatalogoContenido h2 {
    color: #db000c !important;
    font-family: "bebas";
    font-size: 28px !important;
    text-align: left;
    margin-top: 50px !important;
  }
  .cardCatalogo .cardCatalogoContenido h3 {
    color: #db000c !important;
    font-family: "bebas";
    font-size: 28px !important;
    text-align: left;
  }
  .cardCatalogo .cardCatalogoContenido p {
    width: 100%;
    color: #fff !important;
    font-family: "openSans";
    line-height: 22px !important;
    text-align: left;
  }
  .cardCatalogo .cardCatalogoContenido .categoriasCard {
    display: inline-flex;
    list-style-type: none;
    padding: 0px;
  }
  .cardCatalogo .cardCatalogoContenido .categoriasCard img {
    width: 50px;
  }
  .cardCatalogo .cardCatalogoContenido .categoriasCard li {
    margin-right: 25px;
  }
  .accionesCatalogo {
    list-style: none;
    margin-top: 25px;
    padding: 0px;
  }
  .accionesCatalogo a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    border-style: none;
    text-align: center;
    padding: 4px !important;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    border-radius: 100px !important;
    width: 100%;
    margin-left: 0%;
  }
  .accionesCatalogo a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
  .accionesCatalogo li {
    margin-top: 10px;
  }
  .accionesCatalogo li .enlaceACatalogo {
    color: #fff !important;
    float: left;
    transition: ease-in-out 0.35s;
  }
  .accionesCatalogo li .enlaceACatalogo:hover {
    color: #db000c !important;
  }
  .accionesCatalogoInv {
    list-style: none;
    margin-top: 25px;
    padding: 0px;
  }
  .accionesCatalogoInv a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    border-style: none;
    text-align: center;
    padding: 4px !important;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    border-radius: 100px !important;
    width: 100%;
    margin-left: 0%;
  }
  .accionesCatalogoInv a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
  .accionesCatalogoInv li {
    margin-top: 10px;
  }
  .accionesCatalogoInv li .enlaceACatalogo {
    color: #fff !important;
    margin-bottom: 10px;
    float: left;
    transition: ease-in-out 0.35s;
  }
  .accionesCatalogoInv li .enlaceACatalogo:hover {
    color: #db000c !important;
  }
  .fondoAzulCatalogo {
    min-height: 200px;
    background-color: #30475e !important;
    margin-top: -250px;
    z-index: -1;
  }
}
@media screen and (max-width: 375px) {
  .contenedorJT {
    min-height: 700px !important;
    background-image: url("../img/core-img/catalogos/jumbotron.jpg");
    background-size: 450%;
    background-repeat: no-repeat;
  }
  .contenidoJT {
    margin-top: 150px;
    margin-bottom: 25px !important;
  }
  .contenidoJT h1 {
    color: #fff !important;
    font-size: 28px !important;
    font-family: "bebas";
    text-align: left;
    width: 80%;
    margin-left: 10%;
  }
  .contenidoJT p {
    color: #fff !important;
    font-size: 18px !important;
    font-family: "openSans";
    text-align: left;
    line-height: 22px !important;
    width: 80%;
    margin-left: 10%;
    line-height: 22px !important;
  }
  .contenidoJT a {
    text-transform: capitalize;
    width: 40%;
    margin-left: 40%;
    margin-top: 10px;
    height: 40px;
    text-align: center;
    background-color: #db000c !important;
    color: #fff !important;
    font-family: "bebas";
    font-size: 16px !important;
    border-radius: 100px;
    transition: ease-in-out 0.35s;
    border-style: none;
  }
  .contenidoJT a span {
    display: inline-block;
    transition: ease-in-out 0.35s;
    opacity: 0;
    transform: translateX(30px);
  }
  .contenidoJT a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    border-style: solid;
    border-width: 2px;
    border-color: #db000c !important;
  }
  .contenidoJT a:hover span {
    display: inline-block;
    opacity: 1;
    transform: translateX(10px);
  }
  .imgJT {
    width: 80%;
    margin-left: 10%;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    border-radius: 10px !important;
  }
  .categorias {
    margin-bottom: 50px !important;
  }
  .contenidoCategorias {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .contenidoCategorias h1 {
    text-align: center;
    color: #0d0d0d !important;
    font-family: "bebas";
    font-size: 28px !important;
  }
  .contenedorCategorias {
    background-color: #0d0d0d !important;
    border-radius: 10px !important;
    width: 90%;
    padding: 10px;
  }
  .contenedorCategorias ul {
    list-style: none;
    display: inline-flex;
    padding: 0px;
    margin: 0px;
  }
  .contenedorCategorias ul li {
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
  }
  .contenedorCategorias ul li img {
    width: 50px;
    margin-left: 5px;
    transition: ease-in-out 0.35s;
  }
  .contenedorCategorias ul li P {
    color: #fff !important;
    font-family: "bebas";
    font-size: 8px !important;
    text-align: center;
    margin-top: 10px;
    transition: ease-in-out 0.35s;
  }
  .contenedorCategorias ul li:hover {
    cursor: pointer;
  }
  .contenedorCategorias ul li:hover img {
    width: 100px;
    transform: scale(1.001) rotate(45deg);
  }
  .contenedorCategorias ul li:hover P {
    color: #db000c !important;
  }
  .cardCatalogo {
    margin-bottom: 25px;
    background-color: #0d0d0d !important;
    border-radius: 10px !important;
    padding: 10px;
    width: 90%;
  }
  .cardCatalogo .imgCardCatalogo {
    width: 100%;
    border-radius: 10px !important;
  }
  .cardCatalogo .imgCardCatalogoInv {
    width: 100%;
    margin-left: 0%;
    border-radius: 10px !important;
  }
  .cardCatalogo .cardCatalogoContenido {
    width: 80%;
    margin-left: 10%;
  }
  .cardCatalogo .cardCatalogoContenido h2 {
    color: #db000c !important;
    font-family: "bebas";
    font-size: 28px !important;
    text-align: left;
    margin-top: 50px !important;
  }
  .cardCatalogo .cardCatalogoContenido h3 {
    color: #db000c !important;
    font-family: "bebas";
    font-size: 28px !important;
    text-align: left;
  }
  .cardCatalogo .cardCatalogoContenido p {
    width: 100%;
    color: #fff !important;
    font-family: "openSans";
    line-height: 22px !important;
    text-align: left;
  }
  .cardCatalogo .cardCatalogoContenido .categoriasCard {
    display: inline-flex;
    list-style-type: none;
    padding: 0px;
  }
  .cardCatalogo .cardCatalogoContenido .categoriasCard img {
    width: 50px;
  }
  .cardCatalogo .cardCatalogoContenido .categoriasCard li {
    margin-right: 25px;
  }
  .accionesCatalogo {
    list-style: none;
    margin-top: 25px;
    padding: 0px;
  }
  .accionesCatalogo a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    border-style: none;
    text-align: center;
    padding: 4px !important;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    border-radius: 100px !important;
    width: 100%;
    margin-left: 0%;
  }
  .accionesCatalogo a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
  .accionesCatalogo li {
    margin-top: 10px;
  }
  .accionesCatalogo li .enlaceACatalogo {
    color: #fff !important;
    float: left;
    transition: ease-in-out 0.35s;
  }
  .accionesCatalogo li .enlaceACatalogo:hover {
    color: #db000c !important;
  }
  .accionesCatalogoInv {
    list-style: none;
    margin-top: 25px;
    padding: 0px;
  }
  .accionesCatalogoInv a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    border-style: none;
    text-align: center;
    padding: 4px !important;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    border-radius: 100px !important;
    width: 100%;
    margin-left: 0%;
  }
  .accionesCatalogoInv a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
  .accionesCatalogoInv li {
    margin-top: 10px;
  }
  .accionesCatalogoInv li .enlaceACatalogo {
    color: #fff !important;
    margin-bottom: 10px;
    float: left;
    transition: ease-in-out 0.35s;
  }
  .accionesCatalogoInv li .enlaceACatalogo:hover {
    color: #db000c !important;
  }
  .fondoAzulCatalogo {
    min-height: 200px;
    background-color: #30475e !important;
    margin-top: -250px;
    z-index: -1;
  }
}
.banner-top-franquicias {
  height: 70vh;
  background-image: url("../img/core-img/inicio/bannerTop.jpg");
  background-size: 100%;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .banner-top-franquicias {
    height: 100vh;
  }
}

.contenido-top-franquicias {
  position: relative;
  width: 70vw;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.contenido-top-franquicias img {
  width: 150px;
}
@media screen and (max-width: 800px) {
  .contenido-top-franquicias {
    height: 70vh;
    flex-direction: column;
  }
}

.copy-top-franquicias {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.copy-top-franquicias h1 {
  color: #fff !important;
  font-family: "bebas";
  font-size: 80px !important;
  text-align: center;
}
.copy-top-franquicias img {
  width: 200px;
  height: auto;
}
.copy-top-franquicias h2 {
  margin-top: 18px;
  font-size: 28px !important;
  font-family: "bebas";
  color: #db000c !important;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .copy-top-franquicias h1 {
    font-size: 60px !important;
  }
}

.contenedor-cta {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cta-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20%;
  background-color: #0d0d0d !important;
}
.cta-top h3 {
  font-family: "bebas";
  font-size: 28px !important;
  color: #fff !important;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .cta-top {
    text-align: center;
  }
  .cta-top h3 {
    font-size: 28px !important;
    width: 70%;
  }
}

.modelo-negocio {
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.modelo-negocio h3 {
  font-family: "bebas";
  font-size: 28px !important;
  color: #db000c !important;
  text-transform: uppercase;
}
.modelo-negocio img {
  width: 30vw;
}
.modelo-negocio p {
  font-family: "bebas";
  font-size: 18px !important;
  color: #0d0d0d !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  .modelo-negocio {
    height: 100vh;
  }
  .modelo-negocio img {
    width: 70vw;
  }
  .modelo-negocio p {
    width: 70%;
    text-align: center;
  }
}

.conetenedor-beneficios {
  height: 70vh;
  background-color: #db000c !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .conetenedor-beneficios {
    height: fit-content;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.copy-beneficios {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-align: center;
  margin-bottom: 18px;
  flex-direction: column;
}
.copy-beneficios h3 {
  font-family: "bebas";
  font-size: 80px !important;
  text-transform: uppercase;
}
.copy-beneficios p {
  font-family: "bebas";
  font-size: 18px !important;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  .copy-beneficios {
    width: 100vw;
  }
  .copy-beneficios h3 {
    text-align: center;
    width: 70%;
    font-size: 28px !important;
  }
  .copy-beneficios p {
    width: 70%;
  }
}

.listado-beneficios {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 70vw;
}
.listado-beneficios ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.listado-beneficios ul li {
  margin-bottom: 9px;
  padding: 9px;
  font-size: 18px !important;
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .listado-beneficios {
    width: 100vw;
    flex-direction: column;
    height: 100vh;
    justify-content: space-evenly;
  }
  .listado-beneficios ul {
    width: 70%;
  }
}

.condiciones-beneficios {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.condiciones-beneficios p {
  font-family: "bebas";
  font-size: 18px !important;
  letter-spacing: 2px;
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .condiciones-beneficios p {
    width: 70%;
    text-align: center;
  }
}

.contenedor-rentabilidad {
  height: 80vh;
  width: 100vw;
  background-color: #0d0d0d !important;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
  padding-top: 100px;
  margin: 0px;
  overflow: hidden;
}
.contenedor-rentabilidad img {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .contenedor-rentabilidad {
    height: fit-content;
    flex-direction: column;
  }
  .contenedor-rentabilidad img {
    width: 70%;
    order: 2;
  }
}

.contenido-rentabilidad h3 {
  font-size: 60px !important;
  color: #db000c !important;
  font-family: "bebas";
}
.contenido-rentabilidad ul {
  color: #fff !important;
  margin: 0px;
  padding: 0px;
}
.contenido-rentabilidad ul li {
  letter-spacing: 2px;
  padding: 4px;
  font-size: 18px !important;
}
@media screen and (max-width: 800px) {
  .contenido-rentabilidad h3,
  .contenido-rentabilidad ul {
    width: 70vw;
  }
  .contenido-rentabilidad h3 {
    text-align: center;
  }
}

.contenedor-modelo-inversion {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 80vh;
}
@media screen and (max-width: 800px) {
  .contenedor-modelo-inversion {
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

.top-modelo-inversion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-modelo-inversion h2 {
  font-size: 28px !important;
  color: #db000c !important;
  font-family: "bebas";
}
.top-modelo-inversion p {
  letter-spacing: 2px;
  font-family: "bebas";
  font-size: 18px !important;
}
@media screen and (max-width: 800px) {
  .top-modelo-inversion h2,
  .top-modelo-inversion p {
    width: 70%;
    text-align: center;
  }
}

.contenido-modelo {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 75px;
  padding-top: 75px;
}
.contenido-modelo img {
  width: 30%;
}
.contenido-modelo ul {
  list-style: none;
  font-size: 18px !important;
  font-family: "bebas";
  padding: 0px;
  margin: 0px;
}
.contenido-modelo ul li {
  padding: 9px;
}
.contenido-modelo ul li span {
  font-size: 28px !important;
  color: #db000c !important;
}
@media screen and (max-width: 800px) {
  .contenido-modelo {
    flex-direction: column;
    justify-content: space-around;
  }
  .contenido-modelo img {
    width: 50vw;
  }
  .contenido-modelo ul {
    margin-top: 25px;
  }
}

.condiciones-modelo-inversion {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.condiciones-modelo-inversion p {
  text-align: center;
  font-family: "bebas";
  font-size: 18px !important;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  .condiciones-modelo-inversion p {
    width: 70%;
  }
}

.contenedor-contacto-franquicia {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  height: 80vh;
  overflow: hidden;
  width: 100vw;
  background-color: #0d0d0d !important;
}
.contenedor-contacto-franquicia img {
  width: 20vw;
}
.contenedor-contacto-franquicia .contenido-contacto-franquicia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenedor-contacto-franquicia .contenido-contacto-franquicia img {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 200px;
}
.contenedor-contacto-franquicia .contenido-contacto-franquicia h2 {
  font-family: "bebas";
  color: #fff !important;
}
.contenedor-contacto-franquicia .contenido-contacto-franquicia a {
  text-decoration: none;
  background-color: #db000c !important;
  font-family: "bebas";
  color: #fff !important;
  font-size: 18px !important;
  letter-spacing: 2px;
  padding: 9px;
  border-radius: 2px;
}
.contenedor-contacto-franquicia .contenido-contacto-franquicia h2 {
  text-align: center;
  width: 70vw;
}
@media screen and (max-width: 800px) {
  .contenedor-contacto-franquicia {
    padding-top: 70px;
    height: fit-content;
    flex-direction: column;
  }
  .contenedor-contacto-franquicia img {
    order: 2;
    width: 70vw;
  }
}

.bannerSucursales {
  min-height: 400px !important;
  background-image: url("../img/core-img/contacto/sucursalesBanner.jpg");
  background-size: 100%;
  background-position: top;
  margin-top: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerSucursales h2 {
  font-family: "bebas";
  font-size: 80px !important;
  color: #fff !important;
  text-align: center;
}

.contenedorSucursales {
  margin-top: 50px !important;
  margin-bottom: 100px !important;
}

.cardSucursal {
  background-color: #0d0d0d !important;
  padding: 0px !important;
  max-height: 250px !important;
  overflow: hidden;
  margin-top: 25px !important;
}
.cardSucursal .contenedorImgSucursal {
  overflow: hidden;
  padding: 0px;
}
.cardSucursal .contenedorImgSucursal img {
  padding: 0px !important;
}
.cardSucursal .contenidoSucursal {
  width: 100%;
  padding: 10px !important;
  vertical-align: middle;
}
.cardSucursal .contenidoSucursal h3 {
  font-family: "bebas";
  color: #db000c !important;
  font-size: 18px !important;
  text-align: left;
}
.cardSucursal .contenidoSucursal ul {
  list-style: none;
  color: #fff !important;
  padding: 0px !important;
  font-family: "openSans";
}
.cardSucursal .contenidoSucursal ul li {
  margin-left: 0px !important;
  margin-top: 10px;
}
.cardSucursal .contenidoSucursal ul a {
  text-decoration: none;
}
.cardSucursal .contenidoSucursal a {
  display: block;
  border-style: none;
  text-align: center;
  padding: 4px !important;
  background-color: #db000c !important;
  color: #fff !important;
  text-transform: capitalize;
  font-family: "bebas";
  font-size: 16px !important;
  transition: ease-in-out 0.35s;
  width: 40%;
  margin-left: 0%;
  padding: 4px;
  text-decoration: none;
  width: 150px !important;
  float: right;
}
.cardSucursal .contenidoSucursal a:hover {
  background-color: #fff !important;
  color: #db000c !important;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  .bannerContacto {
    min-height: 300px !important;
    background-image: url("../img/core-img/contacto/bannerContacto.jpg");
    background-size: 300%;
    background-attachment: fixed;
    background-position-x: -300px;
  }
  .contenidoContactoP {
    margin-top: 200px !important;
    margin-bottom: 50px !important;
  }
  .contenidoContactoP h1 {
    color: #0d0d0d !important;
    font-size: 60px !important;
    font-family: "bebas";
    text-align: center;
    line-height: 22px !important;
    width: 80%;
    margin-left: 10%;
    text-transform: uppercase;
  }
  .formPage {
    margin-top: -200px !important;
  }
  .contenidoContactoPage {
    width: 80%;
    margin-top: 50px !important;
    margin-left: 10%;
  }
  .contenidoContactoPage p {
    font-family: "openSans";
    font-size: 18px !important;
    color: #0d0d0d !important;
  }
  .contenidoContactoPage ul {
    color: #0d0d0d !important;
    font-size: 18px !important;
    list-style: none;
    margin-left: 0px;
    padding: 0px !important;
  }
  .contenidoContactoPage ul li {
    margin-left: 0px !important;
    margin-top: 10px;
    padding: 0px;
  }
  .bannerSucursales {
    min-height: 200px !important;
    background-image: url("../img/core-img/contacto/sucursalesBanner.jpg");
    background-size: 100%;
    background-position: top;
    margin-top: 50px !important;
  }
  .bannerSucursales h2 {
    font-family: "bebas";
    font-size: 80px !important;
    color: #fff !important;
    text-align: center;
    margin-top: 50px !important;
  }
  .contenedorSucursales {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
  }
  .cardSucursal {
    background-color: #0d0d0d !important;
    border-radius: 10px !important;
    padding: 0px !important;
    max-height: unset !important;
    overflow: hidden;
    margin-top: 25px !important;
  }
  .cardSucursal .contenedorImgSucursal {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    overflow: hidden;
    padding: 0px;
  }
  .cardSucursal .contenedorImgSucursal img {
    padding: 0px !important;
  }
  .cardSucursal .contenidoSucursal {
    width: 100%;
    padding: 10px !important;
    vertical-align: middle;
  }
  .cardSucursal .contenidoSucursal h3 {
    font-family: "bebas";
    color: #db000c !important;
    font-size: 18px !important;
    text-align: left;
  }
  .cardSucursal .contenidoSucursal ul {
    list-style: none;
    color: #fff !important;
    padding: 0px !important;
    font-family: "openSans";
  }
  .cardSucursal .contenidoSucursal ul li {
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .cardSucursal .contenidoSucursal ul a {
    text-decoration: none;
  }
  .cardSucursal .contenidoSucursal a {
    margin-bottom: 25px;
    display: block;
    border-style: none;
    text-align: center;
    padding: 4px !important;
    background-color: #db000c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "bebas";
    font-size: 16px !important;
    transition: ease-in-out 0.35s;
    border-radius: 100px !important;
    width: 40%;
    margin-left: 0%;
    padding: 4px;
    text-decoration: none;
    width: 150px !important;
    float: right;
  }
  .cardSucursal .contenidoSucursal a:hover {
    background-color: #fff !important;
    color: #db000c !important;
    cursor: pointer;
  }
}
/* styles.css */
#menuSuperior {
  top: 0;
  margin: 0 !important;
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: #0d0d0d !important;
  color: white;
  display: flex;
  padding: 9px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#menuSuperior p {
  text-transform: uppercase;
  margin: 0;
  padding: 0px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

#btnCerrarSesion {
  margin-right: 20px;
}

#menuLateral {
  top: 50px;
  width: 20%;
  height: 100vh;
  position: fixed;
  left: 0;
  /* height of #barraSuperior */
  background-color: #f5f5f5;
  padding: 0px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#menuLateral ul {
  list-style-type: none;
  padding: 0;
}
#menuLateral li {
  padding: 9px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "bebas";
  font-size: 16px !important;
}
#menuLateral li:hover {
  background-color: #db000c !important;
  color: #fff !important;
}

#areaPrincipal {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 20%;
  padding: 15px;
}

/* Catálogo*/
/* ... */
.btnCarrito {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 1000px;
  background-color: #db000c !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: 0.35s ease-in-out;
}
.btnCarrito i {
  display: block;
  color: #fff !important;
}
.btnCarrito:hover {
  background-color: #0d0d0d !important;
  cursor: pointer;
}

#carrito {
  height: 250px;
  border-bottom: solid 3px;
  background-color: #b9b9b9;
  border-bottom-color: #db000c !important;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}

#contenidoCarrito {
  padding: 2px;
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}
#contenidoCarrito p {
  margin: 0px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

#accionesCarrito {
  padding: 2px;
  background-color: #0d0d0d !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 20%;
}
#accionesCarrito h4 {
  width: 100%;
  padding: 2px;
  font-size: 16px !important;
  color: #db000c !important;
}
#accionesCarrito h5 {
  width: 100%;
  padding: 2px;
  color: #fff !important;
  font-size: 16px !important;
}

.product {
  margin: 4px;
  background-color: #0d0d0d !important;
  width: 100%;
  height: auto;
  padding: 2px;
  display: flex;
  flex-direction: row;
}

.item {
  width: 100%;
  border: solid 2px #fff;
  padding: 2px;
  text-align: center !important;
  font-size: 12px !important;
}
.item th {
  border: solid 2px #fff;
  color: #db000c !important;
}
.item td {
  border: solid 2px #fff;
  color: #fff !important;
}

.filtrosCatalogo {
  width: 100%;
  height: 80px;
  margin-top: 20px;
}

#catalogoC {
  width: 100%;
}

#cardsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.card {
  width: 300px;
  border: 2px solid #0d0d0d;
  border-radius: 2px;
  margin: 10px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.card-header {
  padding: 0px;
}
.card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 9px;
  background-color: #0d0d0d !important;
}
.card-body p {
  font-family: "openSans";
  margin: 0;
  margin-bottom: 4px;
  color: #db000c !important;
}
.card-body p span {
  color: #fff !important;
}
.card-body ul {
  color: #fff !important;
}

.card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-footer input {
  width: 50%;
}
.card-footer button {
  width: 45%;
  padding: 5px;
  background-color: #db000c !important;
  color: white;
  border: none;
  font-family: "bebas";
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.card-footer button:hover {
  color: #db000c !important;
  background-color: #fff !important;
  border: 2px solid #db000c !important;
}

.pagination-btn {
  margin-right: 5px;
}

.pagination-btn.active {
  background-color: #ddd;
}

/* Administrador de usuarios */
/* ... */
#adminUsuarios {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
#adminUsuarios h3 {
  font-size: 28px !important;
  color: #db000c !important;
  font-weight: bold;
}
#adminUsuarios p {
  font-size: 18px !important;
}

#contenedorForm {
  padding: 9px;
}

#listadoDeUsuarios {
  padding: 9px;
}
#listadoDeUsuarios table {
  width: 100%;
  padding: none;
}
#listadoDeUsuarios table th {
  background-color: #db000c !important;
  color: #0d0d0d !important;
  text-transform: uppercase;
  border: solid 2px;
  border-color: #0d0d0d !important;
  text-align: center;
}
#listadoDeUsuarios table td {
  color: #0d0d0d !important;
  border: solid 2px #000000;
}

#contenedorAlerta {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.cajaAlerta {
  min-width: 300px;
  width: auto;
  max-width: 500px;
  max-height: 80%;
  background-color: #0d0d0d !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow: auto;
}
.cajaAlerta p {
  padding: 9px;
  text-align: left;
  color: #fff !important;
  font-size: 16px !important;
}
.cajaAlerta p span {
  color: #db000c !important;
}

.tituloAlerta {
  background-color: #db000c !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.tituloAlerta p {
  margin: 0;
  padding: 2px;
  color: #fff !important;
  font-size: 16px !important;
  width: 100%;
}
.tituloAlerta i {
  margin-right: 4px;
  color: #fff !important;
  display: flex;
}

#totales {
  width: 100%;
}
#totales p {
  text-align: right;
  width: 100%;
  color: #fff !important;
  font-size: 16px !important;
  font-family: "openSans";
}
#totales p span {
  color: #db000c !important;
  font-size: "bebas";
}

#pedidosContainer {
  width: 100%;
}

.pedido {
  background-color: #0d0d0d !important;
  padding: 4px;
  width: 100%;
  margin: 10px;
}
.pedido h3 {
  color: #fff !important;
  font-size: 18px !important;
}
.pedido h3 span {
  color: #db000c !important;
}
.pedido p {
  text-align: right;
  width: 100%;
  color: #fff !important;
  font-size: 16px !important;
  font-family: "openSans";
}
.pedido p span {
  color: #db000c !important;
  font-size: "bebas";
}

.tablaPedidos {
  color: #fff !important;
  border: solid 2px;
  border-color: #fff !important;
}
.tablaPedidos th {
  background-color: #db000c !important;
  text-align: center;
  border: solid 2px;
  border-color: #fff !important;
}
.tablaPedidos td {
  border: solid 2px;
  border-color: #fff !important;
}

/* styles.css */
.contenedorRegistro {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.tituloLogin h2 {
  font-family: "bebas";
  font-size: 60px !important;
}
.tituloLogin p {
  font-size: 18px !important;
  color: #db000c !important;
}

#pieAdmin {
  height: 50px;
  bottom: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d0d0d !important;
}
#pieAdmin p {
  margin: 0;
  padding: 0;
  font-family: "openSans";
  font-size: 16px !important;
  color: #fff !important;
}
#pieAdmin a {
  text-decoration: none;
  font-family: "bebas";
  color: #db000c !important;
  letter-spacing: 1px;
}
#pieAdmin a:hover {
  color: #1e2e9e !important;
}

/*# sourceMappingURL=main.css.map */
