/*Margenes Generales*/
* {
  padding: 0;
  margin: 0;
  font-family: 'Jura-Light' !important;
}

/*Fuentes*/
@font-face {
  font-family: 'Ubuntu-Light';
  src: url(../../recursos/fuentes/Ubuntu-Light.ttf);
}

@font-face {
  font-family: 'Jura';
  src: url(../../recursos/fuentes/Jura-Bold.ttf);
}

@font-face {
  font-family: 'Jura-Light';
  src: url(../../recursos/fuentes/Jura-Light.ttf);
}

@font-face {
  font-family: 'Questrial';
  src: url(../../recursos/fuentes/Questrial-Regular.ttf);
}

@font-face {
  font-family: 'BenchNine';
  src: url(../../recursos/fuentes/BenchNine-Regular.ttf);
}

@font-face {
  font-family: 'Orbitron';
  src: url(../../recursos/fuentes/Orbitron-Regular.ttf);
}

@font-face {
  font-family: 'Varela';
  src: url(../../recursos/fuentes/VarelaRound-Regular.ttf);
}

@font-face {
  font-family: 'Rotis';
  src: url(../../recursos/fuentes/RotisSansSerifStd-Bold.otf);
}

@font-face {
  font-family: 'Roboto';
  src: url(../../recursos/fuentes/Roboto-BoldCondensed.ttf);
}

@font-face {
  font-family: 'Monserrat';
  src: url(../../recursos/fuentes/Montserrat-ExtraBold.otf);
}

@font-face {
  font-family: 'Staatliches';
  src: url(../../recursos/fuentes/Staatliches-Regular.ttf);
}

@font-face {
  font-family: 'Acme';
  src: url(../../recursos/fuentes/Acme-Regular.ttf);
}

@font-face {
  font-family: 'Lexend';
  src: url(../../recursos/fuentes/Lexend-VariableFont_wght.ttf);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Monserrat' !important;
}

.display-1, .display-2, .display-3, .display-4 {
  font-family: 'Monserrat';
}

.parrafo {
  font-size: 16px;
  font-family: 'Jura-Light' !important;
  position: relative;
}

.parrafo2 {
  font-family: 'Jura-Light' !important;
  font-size: 17px !important;
}

.descripcion {
  width: 80%;
  margin: 0 auto;
}

.ir-arriba {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.ir-arriba i {
  font-size: 35px;
  display: block;
  line-height: 1;
  position: relative;
  right: 10px;
  bottom: 4px;
}

/*Lineas*/
.line {
  margin: 0 auto;
  background: #0063ff;
  background: -webkit-gradient(linear, left top, right top, from(#0063ff), color-stop(50%, #096079), to(#00d4ff));
  background: linear-gradient(90deg, #0063ff 0%, #096079 50%, #00d4ff 100%);
  opacity: 1;
  display: block;
  margin-bottom: 5px;
  border-radius: 5px;
}

.line-1 {
  width: 200px;
  height: 4px !important;
}

.line-2 {
  width: 100px;
  height: 4px !important;
}

.line-3 {
  width: 30px;
  height: 2px !important;
}

.line-4 {
  width: 90%;
  height: 3px !important;
  margin: 0;
}

.line-5 {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.line-6 {
  width: 90%;
  background: #0063ff;
  background: -webkit-gradient(linear, left top, right top, from(#0063ff), color-stop(50%, #096079), to(#00d4ff));
  background: linear-gradient(90deg, #0063ff 0%, #096079 50%, #00d4ff 100%);
  opacity: 1;
  display: block;
  height: 2px !important;
  margin-bottom: 5px;
  border-radius: 5px;
}

.line-7 {
  width: 100%;
  background-color: #A1C6EA;
  opacity: 0.1;
}

.f-30 {
  font-size: 30px !important;
}

header .header-menu {
  background-color: #04080F;
}

header .header-menu .header-contacto li a {
  color: #A1C6EA;
  font-size: 12px;
  border-bottom: 2px solid transparent;
  padding: 0 5px;
}

header .header-menu .header-contacto li a i {
  position: relative;
  top: 1px;
  margin-right: 2px;
}

header .header-menu .header-contacto li a:hover {
  color: #EAEAEA;
  border-color: #FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .redes-sociales-header li a {
  color: #fff;
  margin: 0 3px;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  text-decoration: none;
}

header .redes-sociales-header li a:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
}

header .redes-sociales-header li .icon-facebook {
  background-color: #3b5997;
}

header .redes-sociales-header li .icon-facebook:hover {
  color: #3b5997;
}

header .redes-sociales-header li .icon-instagram {
  background-color: #d10869;
}

header .redes-sociales-header li .icon-instagram:hover {
  color: #d10869;
}

header .redes-sociales-header li .icon-whatsapp {
  background-color: #25d366;
}

header .redes-sociales-header li .icon-whatsapp:hover {
  color: #25d366;
}

header .menu li {
  position: relative;
}

header .menu li a {
  color: #04080F;
  border-bottom: 2px solid transparent;
  font-family: 'Jura' !important;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

header .menu li a i {
  position: absolute;
  font-size: 30px;
  left: -20%;
  top: 25px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #7EE2EF;
}

header .menu li a:hover {
  color: #7EE2EF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

header .menu li a:hover > i {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  -webkit-animation: left_right .1s ease-in-out;
          animation: left_right .1s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@-webkit-keyframes left_right {
  from {
    left: -20%;
    opacity: 0;
  }
  to {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 1;
  }
}

@keyframes left_right {
  from {
    left: -20%;
    opacity: 0;
  }
  to {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 1;
  }
}

header .menu .redes-menu {
  display: none;
}

header .menu .submenu {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  border-radius: 5px;
  top: 60px;
  display: none;
}

header .menu .submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .menu .btn-submenu {
  color: #FFF;
  font-size: 20px;
  position: relative;
  right: 5px;
  top: 3px;
}

header .menu .nav-submenu:hover > i {
  color: red;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .menu .btn-cerrar {
  display: none;
}

header .slide-texto {
  background-color: #04080F;
  color: #A1C6EA;
  text-align: center;
  padding: 5px 0;
}

header .slide-texto .swiper-wrapper .swiper-slide p {
  margin: 0;
  font-family: 'Staatliches' !important;
  font-size: 18px;
  letter-spacing: 2px;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url(../../imagenes/background/background-footer.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../imagenes/background/background-footer.jpg);
  color: #BBD1EA;
  background-position: center;
  background-size: cover;
  font-size: 16px;
  font-family: 'Varela' !important;
}

footer .enlaces {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

footer .enlaces li a {
  color: #A1C6EA;
}

footer .redes-footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .redes-footer li span {
  letter-spacing: 1px;
}

footer .redes-footer li a {
  display: block;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  text-decoration: none;
  background-color: #507DBC;
  color: #04080F;
  width: 60px;
  height: 60px;
}

.jumbotron-index {
  position: relative;
}

.jumbotron-index .ante-triangulo {
  background: #04080F;
  padding-top: 50px;
  position: relative;
  width: 100%;
}

.jumbotron-index .contenedor-triangulo {
  position: relative;
}

.jumbotron-index .triangulo {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100px;
}

.valores-home {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.valores-home .valores.active {
  -webkit-animation: haciaArriba 2s;
          animation: haciaArriba 2s;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.valores-home .titulo.active {
  -webkit-animation: haciaDerecha 1s;
          animation: haciaDerecha 1s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.valores-home .ante-titulo.active {
  -webkit-animation: haciaIzquierda 1s;
          animation: haciaIzquierda 1s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.valores-home .line-1.active {
  -webkit-animation: expand 1s;
          animation: expand 1s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.valores-home .line-2.active {
  -webkit-animation: expand 1s;
          animation: expand 1s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.valores-home .valores .iconhome {
  font-size: 60px;
  padding: 12px;
  color: #507DBC;
}

.valores-home .valores .titulo {
  color: #04080F;
}

.background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.background-top {
  max-height: 350px !important;
  height: 350px !important;
  min-height: 350px !important;
}

.background-top .titulo_pagina {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.background-top .titulo_pagina h1 {
  font-family: 'Orbitron' !important;
  font-size: 60px;
}

.background-top .titulo_pagina i {
  position: relative;
  top: 1px;
}

.background-top .titulo_pagina li, .background-top .titulo_pagina a {
  font-size: 12px;
  font-family: 'Orbitron' !important;
}

.background-productos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(7, 27, 94, 0.7))), url(../../../imagenes/background/background-productos.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(7, 27, 94, 0.7)), url(../../../imagenes/background/background-productos.jpg);
}

.preview-servicios {
  background: url(../../imagenes/background/background-servicioshome.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.preview-servicios .card-servicios {
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 7px;
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  background-color: #FFF;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}

.preview-servicios .card-servicios i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #507DBC;
  color: #FFF;
  height: 75px;
  width: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 45px;
  position: relative;
  margin: 0 auto;
  border: 4px solid #FFF;
  outline: solid 4px #507DBC;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.preview-servicios .card-servicios h4 {
  display: block;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: 'Acme' !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: #04080F;
  font-size: 25px;
}

.preview-servicios .card-servicios p {
  text-align: justify;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.preview-servicios .card-servicios button {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.preview-servicios .card-servicios.active {
  background-color: #507DBC;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.preview-servicios .card-servicios.active i {
  background-color: #FFF;
  border-color: #507DBC;
  outline-color: #FFF;
  color: #507DBC;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.preview-servicios .card-servicios.active p {
  color: #FFF;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.preview-servicios .card-servicios.active h4 {
  color: #FFF;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.preview-servicios .card-servicios.active button {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nosotros-home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 8, 15, 0.7)), to(rgba(4, 8, 15, 0.7))), url(../../imagenes/banner4.jpg);
  background-image: linear-gradient(rgba(4, 8, 15, 0.7), rgba(4, 8, 15, 0.7)), url(../../imagenes/banner4.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.nosotros-home > div > div > div:last-child {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 100px 20px;
  color: #A1C6EA;
  position: relative;
}

.nosotros-home > div > div > div:last-child::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nosotros-home > div > div > div:last-child p {
  font-size: 18px;
}

.contacto {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 8, 15, 0.8)), to(rgba(4, 8, 15, 0.8))), url(../../imagenes/banner3.jpg);
  background-image: linear-gradient(rgba(4, 8, 15, 0.8), rgba(4, 8, 15, 0.8)), url(../../imagenes/banner3.jpg);
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

.contacto .formulario-contacto {
  background-color: #FFF;
  border-radius: 10px;
}

.contacto .icon-contacto {
  width: 55px;
  font-size: 40px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
}

.servicios {
  background-image: url(../../imagenes/background/background-detalleservicios.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.servicios .item {
  color: #FFF;
}

.servicios .item .numero {
  font-size: 100px;
  margin: 0;
  color: #DAE3E5;
  opacity: 0.5;
}

.servicios .item ul li {
  font-size: 22px;
}

.servicios .item .centro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.servicios .item .centro::after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #FFF;
}

.blog {
  background-color: #DAE3E5;
  padding: 70px 50px;
}

.blog .item {
  background-color: #FFF;
  border-radius: 7px;
  padding: 50px;
  margin: 20px 0;
}

.blog .item i {
  font-size: 25px;
  color: #507DBC;
}

@media (max-width: 1200px) {
  .logo {
    width: 250px;
  }
  .logo_invertido {
    width: 200px;
  }
  header .menu .enlaces li a {
    font-size: 13.5px;
  }
}

@media (max-width: 991px) {
  .pagina-activa {
    border-left: 3px solid red;
  }
  .pagina-activa::after {
    content: normal;
  }
  header .header-menu {
    display: none;
  }
  header .contenedor-menu {
    background-color: #04080F;
  }
  header .contenedor-botones button > i {
    color: #FFF;
    font-size: 20px;
  }
  header .contenedor-botones button:focus {
    outline: none !important;
  }
  header .contenedor-botones .btn-menu .icon-menu {
    font-size: 40px;
  }
  header .menu {
    background-color: #FFF;
    width: 350px;
    height: 100vh;
    left: -100%;
    top: 0;
    position: absolute;
    display: none;
    z-index: 1000 !important;
  }
  header .menu .btn-cerrar {
    position: absolute;
    top: 50%;
    right: -30px;
    padding: 25px;
    border-radius: 50%;
    background-color: #FFF !important;
    font-size: 30px;
    display: block;
  }
  header .menu li {
    display: block;
  }
  header .menu li a {
    padding: 20px;
    position: relative;
  }
  header .menu li a::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #898989;
    width: 120px;
    bottom: -2px;
    left: 20px;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s linear;
    transition: transform 0.4s ease-in-out, opacity 0.4s linear, -webkit-transform 0.4s ease-in-out;
  }
  header .menu li a:hover {
    color: #000;
  }
  header .menu li a:hover::before {
    -webkit-transform: translatex(0);
            transform: translatex(0);
    opacity: 1;
  }
  header .menu.active li:nth-child(1) a {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-animation: animacion 0.15s ease-in;
            animation: animacion 0.15s ease-in;
  }
  @-webkit-keyframes animacion {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes animacion {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  header .menu.active li:nth-child(2) a {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-animation: animacion 0.3s ease-in;
            animation: animacion 0.3s ease-in;
  }
  @keyframes animacion {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  header .menu.active li:nth-child(3) a {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-animation: animacion 0.45s ease-in;
            animation: animacion 0.45s ease-in;
  }
  @keyframes animacion {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  header .menu.active li:nth-child(4) a {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-animation: animacion 0.6s ease-in;
            animation: animacion 0.6s ease-in;
  }
  @keyframes animacion {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  header .menu.active li:nth-child(5) a {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-animation: animacion 0.75s ease-in;
            animation: animacion 0.75s ease-in;
  }
  @keyframes animacion {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  header .menu.active li:nth-child(6) a {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-animation: animacion 0.9s ease-in;
            animation: animacion 0.9s ease-in;
  }
  @keyframes animacion {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}

@media (max-width: 767px) {
  .card-container .img-producto {
    width: 200px;
  }
  .card-container .contenido {
    width: calc(100% - 200px);
  }
}

.background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.background-top {
  max-height: 350px !important;
  height: 350px !important;
  min-height: 350px !important;
}

.background-top .titulo_pagina {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.background-top .titulo_pagina h1 {
  font-family: 'Staatliches' !important;
  font-size: 90px;
  line-height: 0.9;
  letter-spacing: 5px;
}

.background-top .titulo_pagina i {
  position: relative;
  top: 1px;
}

.background-top .titulo_pagina li, .background-top .titulo_pagina a {
  font-size: 20px;
  font-family: 'Staatliches' !important;
  letter-spacing: 2px;
}

.background-nosotros {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(19, 41, 61, 0.7))), url(../../../imagenes/background/background-nosotros.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 41, 61, 0.7)), url(../../../imagenes/background/background-nosotros.jpg);
}

.background-servicios {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(19, 41, 61, 0.7))), url(../../../imagenes/background/background-servicios.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 41, 61, 0.7)), url(../../../imagenes/background/background-servicios.jpg);
}

.background-contacto {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(19, 41, 61, 0.7))), url(../../../imagenes/background/background-contacto.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 41, 61, 0.7)), url(../../../imagenes/background/background-contacto.jpg);
}

.background-blog {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(19, 41, 61, 0.7))), url(../../../imagenes/background/background-blog.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 41, 61, 0.7)), url(../../../imagenes/background/background-blog.jpg);
}

@media (max-width: 575px) {
  .recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipe .pizza-box {
    height: 300px;
  }
  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .card-container .img-producto {
    height: 300px;
    width: 100%;
  }
  .card-container .contenido {
    width: 100%;
  }
}
/*# sourceMappingURL=estilos.css.map */