html {
  font-size: 15px; }

body {
  background: white;
  color: #111111;
  font-family: 'El Messiri', sans-serif; }

.bienvenidos {
  background: url(../images/fondo_principal.jpg) no-repeat center top;
  height: 100vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.encabezado {
  background: #fff;
  padding: 1.2rem 0rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.encabezado .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.encabezado .logo img {
  width: 160px;
  height: auto; }

.boton-buscar,
.boton-menu {
  border: 0;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 .3rem;
  background: transparent;
  color: #111111;
  text-decoration: none; }

.boton-buscar:focus,
.boton-menu:focus {
  outline: 0; }

.boton-buscar:hover,
.boton-menu:hover {
  color: #861010; }

.boton-buscar {
  margin-left: auto;
  margin-right: .4rem; }

#menu-principal {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }

#menu-principal ul {
  margin: 1rem 0;
  list-style: none;
  padding: 0;
  text-align: center; }

#menu-principal ul a {
  display: block;
  padding: .9rem 0;
  color: black;
  text-transform: uppercase;
  border-top: 1px solid white;
  text-decoration: none; }

#menu-principal ul a:hover {
  color: #fff;
  background: #861010; }

#menu-principal ul li.active a {
  color: #fff;
  background: #861010; }

/*********************************

_____________Carrusel_____________

**********************************/
.centralizado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.slider-centenario {
  max-height: 100%;
  max-width: 100%; }

.slider-centenario .container {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #fff; }

.encabezado-nofixed {
  padding: 2.5rem 0; }

#carrusel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.slider-centenario .owl-prev,
.slider-centenario .owl-next {
  color: #861010;
  font-size: 2.7rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.slider-centenario .owl-prev:hover,
.slider-centenario .owl-next:hover {
  color: #794c3c; }

/***********************************************************
                                     Empresa Pagina Mobile
***********************************************************/
.agencia {
  background: #794c3c;
  color: white; }

.agencia .container {
  position: relative; }

.agencia-lt img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #005a77; }

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #097700; }

.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background: #e5610e; }

.aqui:hover .overlay {
  opacity: 1; }

.aqui2:hover .overlay2 {
  opacity: 1; }

.aqui3:hover .overlay3 {
  opacity: 1; }

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.aqui2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.aqui2 img {
  max-width: 65%;
  max-height: 70%; }

.grilla3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/***********************************************************
                                     Pie Pagina Mobile
***********************************************************/
.pie-depagina {
  background: #101010;
  color: white;
  text-align: center;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pie-depagina .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.pie-depagina img {
  max-width: 50%;
  -ms-flex-item-align: center;
      align-self: center; }

.pie-depagina .texto-info {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .9rem; }

.pie-depagina .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }

.pie-depagina .redes a {
  color: white;
  font-size: 4rem;
  margin: 0 .8rem;
  opacity: .5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.pie-depagina .redes a:hover {
  opacity: 1;
  color: rgb(18, 126, 59);
  font-size: 3.5rem; }

.ir_arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #861010;
  text-decoration: none;
  z-index: 999;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.ir_arriba:hover,
.ir_arriba:focus {
  outline: 0;
  text-decoration: none;
  color: #794c3c;
  font-size: 3.5rem; }

/****************************************************************************************************
                                           ESTILOS NOSOTROS
*******************************************************************************************************/
.pagina-acercade .bienvenidos {
  background: url(../images/fondo_hd.jpg) no-repeat center top;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagina-acercade .bienvenidos .text-encabezado {
  -webkit-animation: texto-animado 2s ease-in-out infinite;
          animation: texto-animado 2s ease-in-out infinite; }

.pagina-acercade .bienvenidos .text-encabezado h1 {
  font-size: 3.5rem; }

@-webkit-keyframes texto-animado {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes texto-animado {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.pagina-acercade .agencia {
  background: #861010; }

.pagina-acercade .agencia hr {
  background: #794c3c;
  height: 2px; }

.pagina-acercade .agencia_dos .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pagina-acercade .agencia_tres .row h3,
.pagina-acercade .agencia_tres .row h1 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  font-family: 'Satisfy', sans-serif; }

.pagina-acercade .agencia_tres .container .row img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }

.pagina-acercade .agencia_tres .container .row img:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/****************************************************************************************************
                                           ESTILOS CATALOGO
*******************************************************************************************************/
.pagina-catalogo .bienvenidos {
  background: #fff;
  height: 40vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.pagina-catalogo .encabezado-nofixed {
  padding: 2.5rem 0; }

.pagina-catalogo .slider-catalogo {
  max-height: 100%;
  max-width: 100%; }

.pagina-catalogo .slider-catalogo .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.pagina-catalogo .agencia {
  background: #fff;
  color: #111111; }

.pagina-catalogo .agencia .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem; }

.pagina-catalogo .agencia_dos .container .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagina-catalogo .agencia_dos .container .row button {
  margin-top: .5rem; }

.pagina-catalogo .buscado .container-fluid .row .r1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pagina-catalogo .pie-depagina .redes a:hover {
  opacity: 1;
  color: dodgerblue;
  font-size: 3.5rem; }

/****************************************************************************************************
                                           CATALOGO 2017
*******************************************************************************************************/
.pagina-catalogo-2017 .bienvenidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff; }

.pagina-catalogo-2017 .agencia {
  background: #fff;
  color: #111111; }

.pagina-catalogo-2017 .agencia .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pagina-catalogo-2017 .agencia_dos .container .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagina-catalogo-2017 .agencia_dos .container .row button {
  margin-top: .5rem; }

div.polaroid {
  padding: 5px 5px 15px 5px;
  background: #fff;
  width: 70%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border-bottom: 5px solid #861010;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

div.polaroid img {
  border: 1px solid #c7c7c7;
  text-align: center; }

div.polaroid:hover {
  opacity: .8;
  border: 4px solid rgba(134, 16, 16, 0.46);
  border-radius: 10px;
  -webkit-transform: scale(1.1, 1.1) rotate(4deg);
          transform: scale(1.1, 1.1) rotate(4deg); }

div.polaroid hr {
  background: #861010; }

.pagina-catalogo-2017 .buscado .container-fluid .row .r1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pagina-catalogo-2017 .pie-depagina .redes a:hover {
  opacity: 1;
  color: dodgerblue;
  font-size: 3.5rem; }

/****************************************************************************************************
                                           ESTILOS ENVIO
*******************************************************************************************************/
.pagina-envios .bienvenidos {
  background: url(../images/fondo_envios.jpg) no-repeat center top;
  background-size: cover;
  height: 60vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagina-envios .bienvenidos .text-encabezado h2 {
  -webkit-animation: texto-animado-envios 2s ease-in-out infinite;
          animation: texto-animado-envios 2s ease-in-out infinite;
  text-shadow: 4px 4px 4px #000000;
  font-size: 2.5rem; }

@-webkit-keyframes texto-animado-envios {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes texto-animado-envios {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.pagina-envios .agencia {
  background: #861010; }

.pagina-envios .agencia_dos .container .row img {
  max-width: 100%; }

.pagina-envios .agencia_dos .container .row article {
  max-width: 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }

.pagina-envios .agencia_dos .container .row article:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/****************************************************************************************************
                                           ESTILOS CONTACTO
*******************************************************************************************************/
.pagina-contacto .bienvenidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff; }

.pagina-contacto .agencia {
  background: #fff;
  color: #111111; }

.pagina-login .bienvenidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white; }

.pagina-login .bienvenidos .encabezado .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.pagina-login .encabezado .boton-buscar {
  margin-right: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.pagina-login .encabezado .logo {
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.pagina-login .container .centenar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.pagina-login .container .centenar .mx-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/****************************************************************************************************
                                           MEDIA QUERIES 




                                           MEDIA QUERIES
*******************************************************************************************************/
/********************************************************

******************Medidad para 768px PX******************

*********************************************************/
@media (min-width: 768px) {
  .encabezado {
    padding: .1rem 3rem; }

  .encabezado-nofixed {
    padding: 5rem 0; }

  .bienvenidos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .slider-centenario .container {
    max-width: 60%; }

  .encabezado .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .encabezado .logo img {
    margin: .3rem 0;
    width: 220px;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  #menu-principal {
    height: auto !important;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  #menu-principal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }

  #menu-principal ul li a {
    padding: 1.3rem;
    text-transform: capitalize;
    margin: 0 4px;
    font-size: 20px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease; }

  #menu-principal ul li.active a {
    color: white;
    background: #861010;
    font-weight: 700; }

  #menu-principal ul li a:hover {
    color: white;
    background: #861010; }

  .boton-buscar {
    margin-left: 1.2rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .servicios article {
    margin: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

  .servicios img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 0;
    margin-bottom: 1rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .servicios article:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

  .servicios h3 a::after {
    display: none; }

  .servicios h3 {
    font-size: 1.5rem;
    margin: 0 0 .5rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

  .btn-secondary {
    margin-top: auto; }

  .pie-depagina .redes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  .pie-depagina img {
    max-width: 15%; }

    /***********************************************************
                  Estilos Catalogos
***********************************************************/
  .pagina-catalogo .bienvenidos {
    height: 70vh; }

  .pagina-catalogo .slider-catalogo .container-fluid {
    padding-left: 8rem;
    padding-right: 8rem; }

  .pagina-catalogo .slider-catalogo .owl-carousel .item {
    height: 390px; }

  .pagina-catalogo .agencia_dos .container .btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .pagina-catalogo .agencia_dos .container .row button {
    margin-left: .5rem; }

  .pagina-catalogo-2017 .agencia_dos .container .btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .pagina-catalogo-2017 .agencia_dos .container .row button {
    margin-left: .5rem; } }
/********************************************************

******************Medidad para 992px PX******************

*********************************************************/
@media (min-width: 992px) {
  .bienvenidos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .encabezado-nofixed {
    padding: 5rem 0; }

  .slider-centenario .container {
    max-width: 50%; }

  .tu-mejoreleccion ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .tu-mejoreleccion ul li .fa {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 1rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .tu-mejoreleccion ul li:hover .fa {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    background: #861010; }

  .tu-mejoreleccion ul li .contenedor-eleccion h4 {
    margin-top: 0;
    font-size: 1rem; }

  .contenedor-eleccion {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px; }

  .tu-mejoreleccion ul:first-child .fa {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 1rem;
    margin-right: 0; }

  .tu-mejoreleccion ul li p {
    font-size: .85rem; }

    /***********************************************************
                  Estilos Nosotros
***********************************************************/
  .pagina-acercade .bienvenidos .text-encabezado h1 {
    font-size: 6.5rem; }

    /***********************************************************
                  Estilos Catalogos
***********************************************************/
  .pagina-catalogo .bienvenidos .text-encabezado h1 {
    margin-top: 15rem;
    text-shadow: 4px 4px 4px #000000;
    font-size: 5rem; } }
/********************************************************

******************Medidad para 1240 PX******************

*********************************************************/
@media (min-width: 1240px) {
  .bienvenidos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .bloque-buscar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 1rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .encabezado-nofixed {
    padding: 2.5rem 0; }

  .encabezado .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .encabezado .logo img {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 220px;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  #menu-principal {
    height: auto !important;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 1rem; }

  .slider-centenario .container {
    max-width: 55%; }

    /***********************************************************
                  Estilos Catalogos
***********************************************************/
  .pagina-catalogo .bienvenidos .text-encabezado h1 {
    margin-top: 5rem;
    -webkit-animation: texto-animado 2s ease-in-out infinite;
            animation: texto-animado 2s ease-in-out infinite; }

  @-webkit-keyframes texto-animado {
    from {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

  @keyframes texto-animado {
    from {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .pagina-envios .bienvenidos .text-encabezado h2 {
    font-size: 3.5rem; }

  .aqui2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

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