@charset "UTF-8";
body,
html {
  overflow-x: hidden;
}

body iframe {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.dropdown-menu.open, .dropdown-menu.inner {
  width: 100%;
  margin-left: 0;
}

#mensajeMailing {
  height: 100vh;
}
#mensajeMailing #mensajeMail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 99;
  padding: 30px 40px;
  color: white;
  border: 1px solid white;
  cursor: pointer;
}
#mensajeMailing #mensajeMail.correctoDivMsj {
  background-color: green;
}
#mensajeMailing #mensajeMail.erroneoDivMsj {
  background-color: red;
}

/*Navbar*/
.navbar-default {
  position: absolute;
  width: 98%;
  margin: 15px;
  background-color: transparent;
  z-index: 1;
  border: none;
}
.navbar-default .container-fluid .dropdown-menu ul,
.navbar-default .container-fluid .dropdown-menu2 ul {
  list-style-type: none;
  padding-left: 10px;
}
.navbar-default .container-fluid .dropdown-menu ul i,
.navbar-default .container-fluid .dropdown-menu2 ul i {
  color: #76c7ef;
  font-size: 9px;
  margin-top: -2px;
}
.navbar-default .container-fluid .dropdown-menu ul a,
.navbar-default .container-fluid .dropdown-menu2 ul a {
  color: black !important;
}
.navbar-default .container-fluid .dropdown-menu .submenuAnchor,
.navbar-default .container-fluid .dropdown-menu2 .submenuAnchor {
  font-weight: normal;
}
.navbar-default .container-fluid .dropdown-menu {
  display: none;
}
.navbar-default .container-fluid ul.nav li.dropdown:hover > div.dropdown-menu {
  display: block !important;
}
.navbar-default .container-fluid .dropdown-menu.busqueda,
.navbar-default .container-fluid .dropdown-menu.busqueda2 {
  max-width: 380px;
  margin-left: -225px;
}
.navbar-default .container-fluid .dropdown-menu.busqueda #livesearch,
.navbar-default .container-fluid .dropdown-menu.busqueda #livesearch2,
.navbar-default .container-fluid .dropdown-menu.busqueda2 #livesearch,
.navbar-default .container-fluid .dropdown-menu.busqueda2 #livesearch2 {
  max-height: 210px;
  overflow-y: auto;
  margin-top: 10px;
}
.navbar-default .container-fluid .dropdown-menu.busqueda #livesearch .divLinkUrl,
.navbar-default .container-fluid .dropdown-menu.busqueda #livesearch2 .divLinkUrl,
.navbar-default .container-fluid .dropdown-menu.busqueda2 #livesearch .divLinkUrl,
.navbar-default .container-fluid .dropdown-menu.busqueda2 #livesearch2 .divLinkUrl {
  padding: 5px;
}
.navbar-default .container-fluid .dropdown-menu.busqueda #livesearch .divLinkUrl:hover,
.navbar-default .container-fluid .dropdown-menu.busqueda #livesearch2 .divLinkUrl:hover,
.navbar-default .container-fluid .dropdown-menu.busqueda2 #livesearch .divLinkUrl:hover,
.navbar-default .container-fluid .dropdown-menu.busqueda2 #livesearch2 .divLinkUrl:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-default .container-fluid .dropdown-menu.busqueda2 {
  margin-left: 25px;
  width: 60%;
}
.navbar-default .container-fluid .dropdown-menu.busqueda2:hover {
  margin-top: 2px;
}
.navbar-default .container-fluid div.dropdown-menu.busqueda:hover {
  margin-top: 0 !important;
}
.navbar-default .container-fluid .dropdown-menu2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  width: 52%;
  z-index: 16;
  overflow-y: auto;
  font-size: 12px;
  border-radius: 8px;
  margin-top: 8px;
  height: 431px;
}
.navbar-default .container-fluid .dropdown-menu2 ul li,
.navbar-default .container-fluid .dropdown-menu2 h5 strong {
  font-size: 11px;
}

.navbar-default #navLogo {
  padding-left: 25px;
}

.navbar-default .indexLogo {
  width: 75%;
}
.navbar-default .otherLogo {
  width: 60%;
}

.navbar-header {
  width: 30%;
}

.navbar-default a {
  color: white !important;
}

.navbar-default .dropdown-menu a {
  color: black !important;
}

.navbar-nav {
  float: right;
}

.navbar-default .navbar-nav > li > a.mainProd:hover {
  border: 8px solid #000000;
  -o-border-image: url("../img/box.png") 34% repeat;
     border-image: url("../img/box.png") 34% repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7px;
  margin-top: 5px;
}

.navbar-nav > li > a.searchA i {
  color: #115899;
}
.navbar-nav > li > a.searchA i:hover {
  color: #76c7ef !important;
}

.navbar-default .navbar-nav > li > a.searchA:hover {
  color: #76c7ef !important;
}

.navbar-default .navbar-nav > li > a.redesNav > i:hover {
  color: #76c7ef !important;
}

.navbar-default .navbar-nav > li > a.redesNav:hover > .facebookIcoNav {
  display: none;
}

.navbar-default .navbar-nav > li > a.redesNav:hover > .facebookIco2Nav {
  display: inline-block;
}

li.active a.mainProd {
  border: 8px solid #000000;
  -o-border-image: url("../img/box.png") 34% repeat;
     border-image: url("../img/box.png") 34% repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7px;
  margin-top: 5px;
}

.navbar-default .navbar-nav > .active > a:hover {
  /*border:2px solid transparent;*/
  background-color: transparent;
}

.hoverProductNav {
  background-color: #76c7ef !important;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
  padding: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

ul.nav li.dropdown:hover > div.dropdown-menu {
  display: block;
}

div.dropdown-menu:hover {
  margin-top: -9px;
}

.dropdown-menu {
  width: 800px;
  margin-left: -350px;
  padding: 15px;
  border-radius: 8px !important;
}
.dropdown-menu .list {
  margin-top: 30px;
}

/*Carousel main*/
.main-carousel .carousel-caption {
  position: absolute;
  height: 180px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0 !important;
  left: 0 !important;
}
.main-carousel .carousel-caption h2 {
  letter-spacing: 5px;
  font-size: 40px;
}
.main-carousel .carousel-caption h1 {
  letter-spacing: 10px;
  font-size: 58px;
}
.main-carousel .carousel-inner .item img {
  max-height: 100vh;
  width: 100%;
}
.main-carousel .carousel-control:focus,
.main-carousel .carousel-control:hover {
  opacity: 0.6;
}

/*Info Centro*/
#sectionInfoCentro {
  margin: 25px 0;
}
#sectionInfoCentro .container h2 {
  font-weight: bold;
}
#sectionInfoCentro .container p {
  font-size: 17px;
}

/*Imagenes Centro*/
#sectionImagenesCentro {
  background-color: #eef4fe;
  padding: 25px 15px;
  /*Flex*/
}
#sectionImagenesCentro .containerItem {
  margin: 5px;
  padding: 5px;
}
#sectionImagenesCentro .containerItem .boxItem {
  background-color: white;
  margin: 5px 0;
  padding: 15px;
}
#sectionImagenesCentro .containerItem .boxItem .imgBoxItem {
  width: 100%;
}
#sectionImagenesCentro .containerItem .boxItem h3 {
  font-weight: bold;
  margin-bottom: 0;
}
#sectionImagenesCentro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sectionImagenesCentro .row > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*Banner*/
#sectionBanner #bannerImg .carousel-control {
  background: transparent;
  width: 7%;
}
#sectionBanner #bannerImg .left.carousel-control {
  opacity: 1;
}
#sectionBanner #bannerImg .left.carousel-control:hover > .flechaIzqBanner {
  opacity: 0.5;
}
#sectionBanner #bannerImg .left.carousel-control .flechaIzqBanner {
  color: #75c8f2;
}

/*Contacto*/
#sectionContacto {
  color: white;
  position: relative;
}
#sectionContacto .imgContacto {
  width: 100%;
}
#sectionContacto .textContacto {
  position: absolute;
  height: 100px;
  width: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#sectionContacto .textContacto h1 {
  margin-bottom: 30px;
  letter-spacing: 8px;
}

/*Footer*/
.footer {
  color: white;
  background-color: #303030;
}
.footer .container {
  position: relative;
  padding: 25px 15px;
}
.footer .container .siguenos {
  font-size: 15px;
}
.footer .container a {
  color: white;
}

/*Navbar_OrdenaAqui y productNav*/
.ordenaAquiNav,
.productNav {
  position: relative;
  color: black !important;
  /*i{
  	color: #115899;
  }*/
}
.ordenaAquiNav .navbar-brand,
.productNav .navbar-brand {
  height: auto;
  padding: 5px 15px;
}
.ordenaAquiNav a,
.productNav a {
  color: black !important;
  font-weight: bold;
}

/*Ver tutorial*/
#sectionVerTuto {
  position: relative;
}
#sectionVerTuto .verTutoImg {
  width: 100%;
}
#sectionVerTuto .btnVerTutoDiv {
  position: absolute;
  bottom: 80px;
  left: 60px;
}
#sectionVerTuto .btnVerTutoDiv .btnSvg {
  min-width: 250px;
  max-width: 600px;
}
#sectionVerTuto .btnVerTutoDiv .btnSvg svg {
  width: 120%;
}
#sectionVerTuto .btnVerTutoDiv .btnTutorial {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  padding: 10px;
  border-radius: 8px;
  line-height: 35px;
}
#sectionVerTuto .btnVerTutoDiv .btnTutorial svg {
  width: 90px;
  float: right;
}
#sectionVerTuto .btnVerTutoDiv .btnTutorial .btnTutoText {
  font-weight: bold;
}
#sectionVerTuto .btnVerTutoDiv .btnTutorial span.proxi {
  font-size: 25px;
}
#sectionVerTuto .btnVerTutoDiv .btnTutorial p {
  margin: 0;
  font-size: 35px;
  letter-spacing: 2px;
}
#sectionVerTuto .btnVerTutoDiv .btnTutorial i.fa {
  font-size: 7em;
}
#sectionVerTuto .btnVerTutoDiv .btnTutorial p,
#sectionVerTuto .btnVerTutoDiv .btnTutorial i {
  font-style: normal;
  display: inline-block;
}

/*Sucursal*/
#sectionSucursal .carousel-control {
  background-image: none;
  background-color: transparent;
  width: 10%;
  color: #75c8f2;
  opacity: 0.9;
}
#sectionSucursal .carousel-control.left:hover {
  opacity: 0.5;
}
#sectionSucursal .carousel-control.right:hover {
  opacity: 0.5;
}
#sectionSucursal .container {
  text-align: center;
}
#sectionSucursal .container .paso .btnsOrdenar {
  margin-top: 20px;
}
#sectionSucursal .container .paso .iconPaso {
  margin: -15px 10px 0 0;
  width: 35px;
}
#sectionSucursal .container .paso .pasoText {
  font-family: MARKPRO;
  color: #003366;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 600px) {
  #sectionSucursal .container .paso .pasoText {
    font-family: MARKPRO;
    color: #003366;
    font-size: 18px;
    font-weight: bold;
  }
}
#sectionSucursal .container .paso .pasoText,
#sectionSucursal .container .paso .iconPaso {
  display: inline-block;
}
#sectionSucursal .container .paso .seleccionaSucursal {
  font-family: MARKPRO;
  color: #003366;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 600px) {
  #sectionSucursal .container .paso .seleccionaSucursal {
    font-family: MARKPRO;
    color: #003366;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
  }
}
#sectionSucursal .container .paso .btnsSucursales .btnSucursal {
  color: white;
  background-color: #f77a62;
  border: 1px solid #ea6352;
  border-radius: 8px;
  padding: 5px 10px;
  margin: 5px 0;
  width: 95%;
  cursor: pointer;
}
#sectionSucursal .container .paso .btnsSucursales .btnSucursal .sucursal {
  font-size: 20px;
}
#sectionSucursal .container .paso .btnsSucursales .btnSucursal .municipio {
  font-weight: bold;
  font-size: 25px;
}
#sectionSucursal .container .paso .btnsSucursales .btnSucursal .enviosForaneos {
  margin-top: -5px;
  font-size: 15px;
  letter-spacing: 3px;
}
#sectionSucursal .container .paso .btnsSucursales .btnSucursal p {
  line-height: 25px;
  margin-bottom: 0;
}
#sectionSucursal .container .paso .btnsSucursales .btnSucursal i {
  font-style: normal;
}
#sectionSucursal .container .paso .plataformas .down-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
#sectionSucursal .container .paso .plataforma {
  width: 85%;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #sectionSucursal .container .paso .plataforma {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #sectionSucursal .container .paso .plataforma {
    width: 80%;
  }
}
#sectionSucursal .container .paso .reqText {
  cursor: pointer;
  display: inline-block;
  margin: 40px auto 0;
  font-size: 14px;
  text-decoration: underline;
  color: black !important;
}
#sectionSucursal .container .paso .ram {
  font-size: 16px;
  color: #7690df;
  display: none;
}
#sectionSucursal .container.paso2 {
  margin-bottom: 23px;
}
#sectionSucursal .container.paso2 .paso {
  margin-top: 25px;
}

.soporte-title {
  background-color: #AFDDF2;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}
.soporte-title .btnCTASoporte {
  padding: 10px 20px 15px;
  border: 2px solid black;
  border-radius: 8px;
  background-color: white;
}
.soporte-title .btnCTASoporte strong {
  font-size: 25px;
  margin-top: 10px;
  display: inline-block;
}
.soporte-title .btnCTASoporte .iconSoporte {
  width: 50px;
  margin-top: -10px;
}

#sectionSoporte {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 899px) {
  #sectionSoporte {
    width: 100%;
  }
}
@media (min-width: 900px) {
  #sectionSoporte {
    padding-left: 50px;
    background-color: #AFDDF2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
  }
}
#sectionSoporte .imgSoporte {
  width: 100%;
}
@media (min-width: 900px) {
  #sectionSoporte .textoSoporte {
    width: 800px;
  }
}
@media (max-width: 899px) {
  #sectionSoporte .textoSoporte {
    width: 100%;
  }
}
#sectionSoporte .textoSoporte .card-body {
  text-align: left;
  letter-spacing: 0px;
  line-height: 15px;
}
#sectionSoporte .textoSoporte h4 {
  margin-bottom: 0;
}
#sectionSoporte .textoSoporte h1 {
  margin-top: 0;
}

/*FondoProd*/
#sectionFondoProd .fondoProd {
  width: 100%;
  max-height: 70vh;
}
@media (max-width: 998px) {
  #sectionFondoProd .fondoProd {
    padding-top: 60px;
  }
}

/*ProdYServ*/
#sectionProdYServ .container p {
  margin-bottom: 0;
}
#sectionProdYServ .container h1 {
  font-weight: bold;
}
#sectionProdYServ .container .infoProdServ {
  font-size: 18px;
}

/*Impresion Fotográfica*/
#sectionImpresionFoto .tituloSeccion,
#sectionMontaje .tituloSeccion,
#sectionEnmarcado .tituloSeccion,
#sectionEncuadernado .tituloSeccion,
#sectionTabloides .tituloSeccion,
#sectionGranFormato .tituloSeccion,
#sectionArtPublicitarios .tituloSeccion,
#sectionVentaEquipo .tituloSeccion,
#sectionCamarasYPeliculas .tituloSeccion {
  padding-left: 10px;
}
#sectionImpresionFoto .container,
#sectionMontaje .container,
#sectionEnmarcado .container,
#sectionEncuadernado .container,
#sectionTabloides .container,
#sectionGranFormato .container,
#sectionArtPublicitarios .container,
#sectionVentaEquipo .container,
#sectionCamarasYPeliculas .container {
  margin: 25px auto;
}
#sectionImpresionFoto .container .departamento,
#sectionMontaje .container .departamento,
#sectionEnmarcado .container .departamento,
#sectionEncuadernado .container .departamento,
#sectionTabloides .container .departamento,
#sectionGranFormato .container .departamento,
#sectionArtPublicitarios .container .departamento,
#sectionVentaEquipo .container .departamento,
#sectionCamarasYPeliculas .container .departamento {
  color: #333;
}
#sectionImpresionFoto .container .departamento:hover,
#sectionMontaje .container .departamento:hover,
#sectionEnmarcado .container .departamento:hover,
#sectionEncuadernado .container .departamento:hover,
#sectionTabloides .container .departamento:hover,
#sectionGranFormato .container .departamento:hover,
#sectionArtPublicitarios .container .departamento:hover,
#sectionVentaEquipo .container .departamento:hover,
#sectionCamarasYPeliculas .container .departamento:hover {
  text-decoration: underline !important;
}
#sectionImpresionFoto .container a,
#sectionMontaje .container a,
#sectionEnmarcado .container a,
#sectionEncuadernado .container a,
#sectionTabloides .container a,
#sectionGranFormato .container a,
#sectionArtPublicitarios .container a,
#sectionVentaEquipo .container a,
#sectionCamarasYPeliculas .container a {
  text-decoration: none;
}
#sectionImpresionFoto .container a .itemProd,
#sectionMontaje .container a .itemProd,
#sectionEnmarcado .container a .itemProd,
#sectionEncuadernado .container a .itemProd,
#sectionTabloides .container a .itemProd,
#sectionGranFormato .container a .itemProd,
#sectionArtPublicitarios .container a .itemProd,
#sectionVentaEquipo .container a .itemProd,
#sectionCamarasYPeliculas .container a .itemProd {
  background-color: white;
  padding: 10px 10px 15px;
  color: black;
  position: relative;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
#sectionImpresionFoto .container a .itemProd .imgProdDiv,
#sectionMontaje .container a .itemProd .imgProdDiv,
#sectionEnmarcado .container a .itemProd .imgProdDiv,
#sectionEncuadernado .container a .itemProd .imgProdDiv,
#sectionTabloides .container a .itemProd .imgProdDiv,
#sectionGranFormato .container a .itemProd .imgProdDiv,
#sectionArtPublicitarios .container a .itemProd .imgProdDiv,
#sectionVentaEquipo .container a .itemProd .imgProdDiv,
#sectionCamarasYPeliculas .container a .itemProd .imgProdDiv {
  position: relative;
}
#sectionImpresionFoto .container a .itemProd .imgProdDiv .imgProdServ,
#sectionMontaje .container a .itemProd .imgProdDiv .imgProdServ,
#sectionEnmarcado .container a .itemProd .imgProdDiv .imgProdServ,
#sectionEncuadernado .container a .itemProd .imgProdDiv .imgProdServ,
#sectionTabloides .container a .itemProd .imgProdDiv .imgProdServ,
#sectionGranFormato .container a .itemProd .imgProdDiv .imgProdServ,
#sectionArtPublicitarios .container a .itemProd .imgProdDiv .imgProdServ,
#sectionVentaEquipo .container a .itemProd .imgProdDiv .imgProdServ,
#sectionCamarasYPeliculas .container a .itemProd .imgProdDiv .imgProdServ {
  width: 100%;
  margin-bottom: 10px;
  background-color: #4c9ec7;
}
#sectionImpresionFoto .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionMontaje .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionEnmarcado .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionEncuadernado .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionTabloides .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionGranFormato .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionArtPublicitarios .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionVentaEquipo .container a .itemProd .imgProdDiv .opacidadAzul,
#sectionCamarasYPeliculas .container a .itemProd .imgProdDiv .opacidadAzul {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #4c9ec7;
  opacity: 0.4;
  margin-bottom: 10px;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
#sectionImpresionFoto .container a .itemProd span,
#sectionMontaje .container a .itemProd span,
#sectionEnmarcado .container a .itemProd span,
#sectionEncuadernado .container a .itemProd span,
#sectionTabloides .container a .itemProd span,
#sectionGranFormato .container a .itemProd span,
#sectionArtPublicitarios .container a .itemProd span,
#sectionVentaEquipo .container a .itemProd span,
#sectionCamarasYPeliculas .container a .itemProd span {
  font-size: 15px;
}
#sectionImpresionFoto .container a .itemProd:hover,
#sectionMontaje .container a .itemProd:hover,
#sectionEnmarcado .container a .itemProd:hover,
#sectionEncuadernado .container a .itemProd:hover,
#sectionTabloides .container a .itemProd:hover,
#sectionGranFormato .container a .itemProd:hover,
#sectionArtPublicitarios .container a .itemProd:hover,
#sectionVentaEquipo .container a .itemProd:hover,
#sectionCamarasYPeliculas .container a .itemProd:hover {
  color: white;
  background-color: #a3afde;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#a3afde, endColorstr=#e866b4);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#a3afde), to(#e866b4));
  background-image: linear-gradient(left top, #a3afde 0%, #e866b4 100%);
  background-image: -o-linear-gradient(left top, #a3afde 0%, #e866b4 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a3afde), color-stop(100%, #e866b4));
}
#sectionImpresionFoto .container a .itemProd:hover .opacidadAzul,
#sectionMontaje .container a .itemProd:hover .opacidadAzul,
#sectionEnmarcado .container a .itemProd:hover .opacidadAzul,
#sectionEncuadernado .container a .itemProd:hover .opacidadAzul,
#sectionTabloides .container a .itemProd:hover .opacidadAzul,
#sectionGranFormato .container a .itemProd:hover .opacidadAzul,
#sectionArtPublicitarios .container a .itemProd:hover .opacidadAzul,
#sectionVentaEquipo .container a .itemProd:hover .opacidadAzul,
#sectionCamarasYPeliculas .container a .itemProd:hover .opacidadAzul {
  opacity: 0;
}

#sectionFondoProdInd .fondoProdInd {
  width: 100%;
  max-height: 70vh;
}
@media (max-width: 998px) {
  #sectionFondoProdInd .fondoProdInd {
    padding-top: 60px;
  }
}

#sectionAlbums {
  margin: 15px 30px;
}
@media (max-width: 998px) {
  #sectionAlbums {
    padding-top: 60px;
  }
}

#sectionEstilos.specialItem .itemProdInd {
  min-height: 220px !important;
}

#sectionEstilos .btnTop {
  border-radius: 8px;
  background-color: #20b2bb;
  border: none;
  color: white;
  font-size: 18px;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#sectionEstilos .btnTop:hover {
  background-color: #27d7e2;
}
#sectionEstilos .imgProdDiv {
  position: relative;
}
#sectionEstilos .imgProdDiv .fondoColor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  opacity: 0;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
#sectionEstilos .imgProdDiv .fondoColor:hover {
  opacity: 100;
  background-color: rgba(32, 178, 187, 0.5);
}
#sectionEstilos .imgProdDiv .fondoColor a {
  color: white;
  text-decoration: none !important;
}
#sectionEstilos .imgProdDiv .fondoColor .textFondoColor {
  font-weight: bold;
  font-size: 23px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sectionEstilos .carousel-inner {
  margin-bottom: 50px;
}
#sectionEstilos .carousel-inner .container-carousel .itemProdInd {
  position: relative;
  padding: 10px 10px 15px;
  color: black;
  min-height: 345px;
}
#sectionEstilos .carousel-inner .container-carousel .itemProdInd .imgProdInd {
  width: 100%;
}
#sectionEstilos .carousel-inner .container-carousel .itemProdInd .tituloElemento {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}
#sectionEstilos .carousel-inner .container-carousel .itemProdInd .textElemento {
  font-size: 13px;
  margin-bottom: 35px;
}
#sectionEstilos .carousel-inner .container-carousel .itemProdInd .divMeInteresa {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
#sectionEstilos .carousel-inner .container-carousel .itemProdInd .divMeInteresa .meInteresaIco {
  float: right;
  width: 80px;
  cursor: pointer;
}
#sectionEstilos .carousel-inner .container-carousel .itemProdInd .divMeInteresa .interOn {
  width: 31px;
}
#sectionEstilos .carousel-control {
  background-image: none;
  width: 7%;
  color: #4a73a1;
}
#sectionEstilos .carousel-control:hover {
  color: #84beff;
}

#sectionCotizar {
  margin-bottom: 30px;
}
#sectionCotizar form#formCotizar {
  padding: 10px 30px;
}
#sectionCotizar .container .seleccion {
  font-weight: bold;
  font-size: 15px;
  color: #76c7ef;
}
#sectionCotizar .container #inputs .mensajeAdic {
  resize: none;
  width: 100%;
}
#sectionCotizar .container .btnCotizar {
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #f77a62;
  border: 1px solid #ea6352;
  padding: 5px 20px;
  font-size: 15px;
}

.bodyConocenos #sectionConocenos {
  margin-bottom: 40px;
}
.bodyConocenos #sectionConocenos .container {
  padding: 25px;
}
.bodyConocenos #sectionSucursales .specialRowSucursal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bodyConocenos #sectionSucursales .sucursal {
  padding: 0 50px 0 25px;
}
.bodyConocenos #sectionSucursales .sucursal .sucursalTitulo span.proximSpan {
  letter-spacing: 4px;
  font-size: 16px;
}
.bodyConocenos #sectionSucursales .sucursal .sucursalDir p.firstPartDir {
  margin-bottom: 0;
}
.bodyConocenos #sectionSucursales .sucursal .borderMap {
  border: 3px solid #93c1e8;
  border-radius: 3px;
}
.bodyConocenos #sectionSucursales .sucursal .borderMap.CumbresSpecial {
  width: 87%;
  position: absolute;
  bottom: 0;
}
.bodyConocenos #sectionSucursales .sucursal.m-b-30 {
  margin-bottom: 30px;
}

/*Varios*/
.hrCustom {
  width: 50px;
  border-color: #ff8e73;
}

body {
  position: relative;
}

.rombo {
  margin-top: -3px;
  margin: -3px 5px 0;
}

.btnCTADeg {
  border: none;
  padding: 15px 20px;
  color: white;
  background-color: #a3afde;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#a3afde, endColorstr=#e866b4);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#a3afde), to(#e866b4));
  background-image: linear-gradient(left top, #a3afde 0%, #e866b4 100%);
  background-image: -o-linear-gradient(left top, #a3afde 0%, #e866b4 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a3afde), color-stop(100%, #e866b4));
}

.facebookIco {
  width: 17px;
  margin-top: -2px;
}

#sectionSoporte .subtitleSoporte {
  color: #75c8f2;
  font-size: 22px;
}

/*Responsive*/
#indexBody,
#ordenaBody,
#prodIndBody,
#prodBody {
  /*Nav*/
}
@media (min-width: 768px) {
  #indexBody .busqueda2,
#ordenaBody .busqueda2,
#prodIndBody .busqueda2,
#prodBody .busqueda2 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #indexBody #sectionSucursales .sucursal .borderMap.CumbresSpecial,
#ordenaBody #sectionSucursales .sucursal .borderMap.CumbresSpecial,
#prodIndBody #sectionSucursales .sucursal .borderMap.CumbresSpecial,
#prodBody #sectionSucursales .sucursal .borderMap.CumbresSpecial {
    position: relative;
    width: 100%;
    bottom: auto;
  }
  #indexBody #sectionSucursales .specialRowSucursal,
#ordenaBody #sectionSucursales .specialRowSucursal,
#prodIndBody #sectionSucursales .specialRowSucursal,
#prodBody #sectionSucursales .specialRowSucursal {
    display: block;
  }
  #indexBody .busqueda,
#ordenaBody .busqueda,
#prodIndBody .busqueda,
#prodBody .busqueda {
    display: none !important;
  }
  #indexBody .navbar,
#ordenaBody .navbar,
#prodIndBody .navbar,
#prodBody .navbar {
    /*.facebookIco{
    	display: none;
    }

    .facebookIco2{
    	visibility: visible;
    	display: inline-block;
    }*/
  }
  #indexBody .navbar .redesNav,
#ordenaBody .navbar .redesNav,
#prodIndBody .navbar .redesNav,
#prodBody .navbar .redesNav {
    display: none;
  }
  #indexBody .navbar .container-fluid .widthMobile ul.nav,
#ordenaBody .navbar .container-fluid .widthMobile ul.nav,
#prodIndBody .navbar .container-fluid .widthMobile ul.nav,
#prodBody .navbar .container-fluid .widthMobile ul.nav {
    position: absolute;
    text-align: right;
    width: 143px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    border-top: none;
    right: 20px;
  }
  #indexBody .navbar .container-fluid .widthMobile ul.nav .mainSubmenu,
#ordenaBody .navbar .container-fluid .widthMobile ul.nav .mainSubmenu,
#prodIndBody .navbar .container-fluid .widthMobile ul.nav .mainSubmenu,
#prodBody .navbar .container-fluid .widthMobile ul.nav .mainSubmenu {
    display: none !important;
  }
  #indexBody .navbar .container-fluid .widthMobile ul.nav i,
#ordenaBody .navbar .container-fluid .widthMobile ul.nav i,
#prodIndBody .navbar .container-fluid .widthMobile ul.nav i,
#prodBody .navbar .container-fluid .widthMobile ul.nav i {
    color: white;
  }
  #indexBody .navbar .container-fluid .widthMobile ul.nav a,
#ordenaBody .navbar .container-fluid .widthMobile ul.nav a,
#prodIndBody .navbar .container-fluid .widthMobile ul.nav a,
#prodBody .navbar .container-fluid .widthMobile ul.nav a {
    color: white !important;
    text-align: center;
    padding: 5px;
    margin: 5px 0;
    border: none;
  }
  #indexBody .navbar .container-fluid .widthMobile ul.nav li.active > a,
#indexBody .navbar .container-fluid .widthMobile ul.nav li:hover > a,
#ordenaBody .navbar .container-fluid .widthMobile ul.nav li.active > a,
#ordenaBody .navbar .container-fluid .widthMobile ul.nav li:hover > a,
#prodIndBody .navbar .container-fluid .widthMobile ul.nav li.active > a,
#prodIndBody .navbar .container-fluid .widthMobile ul.nav li:hover > a,
#prodBody .navbar .container-fluid .widthMobile ul.nav li.active > a,
#prodBody .navbar .container-fluid .widthMobile ul.nav li:hover > a {
    background-color: #6fbce3;
    border-radius: 8px;
  }
  #indexBody .navbar #navLogo,
#ordenaBody .navbar #navLogo,
#prodIndBody .navbar #navLogo,
#prodBody .navbar #navLogo {
    width: 130px;
    padding: 0;
  }
  #indexBody #sectionAlbums h1,
#ordenaBody #sectionAlbums h1,
#prodIndBody #sectionAlbums h1,
#prodBody #sectionAlbums h1 {
    letter-spacing: 1px;
  }
}
@media (max-width: 1020px) {
  #indexBody .navbar .container-fluid ul.nav.navbar-nav li.prodNav.dropdown div.dropdown-menu,
#ordenaBody .navbar .container-fluid ul.nav.navbar-nav li.prodNav.dropdown div.dropdown-menu,
#prodIndBody .navbar .container-fluid ul.nav.navbar-nav li.prodNav.dropdown div.dropdown-menu,
#prodBody .navbar .container-fluid ul.nav.navbar-nav li.prodNav.dropdown div.dropdown-menu {
    width: 740px;
    margin-left: -210px;
  }
}

/*Index-Resp*/
#indexBody {
  /*Contacto*/
}
@media (max-width: 734px) {
  #indexBody {
    /*Main Carousel*/
  }
  #indexBody #sectionCarousel .carousel-indicators {
    display: none;
  }
  #indexBody #sectionCarousel .carousel-caption h1 {
    font-size: 48px;
  }
  #indexBody #sectionCarousel .carousel-caption h2 {
    font-size: 30px;
  }
  #indexBody #sectionInfoCentro p {
    text-align: center;
    font-size: 16px;
  }
  #indexBody #sectionInfoCentro p img.rombo {
    display: block;
    margin: 0 auto;
  }
  #indexBody #sectionInfoCentro p .romboEsp {
    display: block;
  }
  #indexBody #sectionInfoCentro p span.hiddenBr {
    display: none;
  }
}
@media (max-width: 525px) {
  #indexBody #sectionCarousel .carousel-caption h1 {
    font-size: 38px;
  }
  #indexBody #sectionCarousel .carousel-caption h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  #indexBody #sectionCarousel .carousel-caption h1 {
    margin-top: 5px;
    font-size: 18px;
  }
  #indexBody #sectionCarousel .carousel-caption h2 {
    margin-top: 50px;
    font-size: 8px;
    margin-bottom: 0;
  }
}
@media (max-width: 888px) {
  #indexBody #sectionContacto .textContacto {
    height: 110px;
  }
  #indexBody #sectionContacto .textContacto h1 {
    font-size: 26px;
  }
  #indexBody #sectionContacto .textContacto .btnCTADeg {
    font-size: 12px;
  }
}
@media (max-width: 629px) {
  #indexBody #sectionContacto .textContacto h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #indexBody #sectionContacto .textContacto .btnCTADeg {
    padding: 10px 10px;
  }
}
@media (max-width: 460px) {
  #indexBody #sectionContacto .textContacto {
    height: 75px;
  }
  #indexBody #sectionContacto .textContacto h1 {
    display: none;
  }
  #indexBody #sectionContacto .textContacto .btnCTADeg {
    margin-top: 15px;
    padding: 10px 10px;
  }
}

/*Ordena-Resp*/
@media (max-width: 1145px) {
  #ordenaBody #sectionSoporte .textoSoporte {
    left: 25px;
  }
  #ordenaBody #sectionSoporte .textoSoporte a {
    color: black !important;
  }
  #ordenaBody #sectionSoporte .textoSoporte a .btnCTASoporte .iconSoporte {
    width: 30px;
    margin-top: -5px;
  }
  #ordenaBody #sectionSoporte .textoSoporte a .btnCTASoporte strong {
    font-size: 18px;
  }
  #ordenaBody #sectionSoporte .textoSoporte h4 {
    font-size: 18px;
  }
  #ordenaBody #sectionSoporte .textoSoporte h1 {
    font-size: 32px;
  }
}
@media (max-width: 911px) {
  #ordenaBody #sectionSoporte .textoSoporte {
    height: 145px;
  }
  #ordenaBody #sectionSoporte .textoSoporte .btnCTASoporte .iconSoporte {
    width: 20px;
    margin-top: -5px;
  }
  #ordenaBody #sectionSoporte .textoSoporte .btnCTASoporte strong {
    font-size: 13px;
  }
  #ordenaBody #sectionSoporte .textoSoporte h4 {
    font-size: 13px;
  }
  #ordenaBody #sectionSoporte .textoSoporte h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #ordenaBody #sectionVerTuto .btnVerTutoDiv {
    left: 25%;
    top: 25%;
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv .btnSvg svg {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv .btnTutorial {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv .btnTutorial svg {
    width: 45px;
    float: none;
    display: block;
    margin: 0 auto;
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv .btnTutorial p {
    font-size: 20px;
    line-height: 24px;
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv .btnTutorial p span {
    font-size: 20px;
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv p {
    font-size: 25px;
  }
  #ordenaBody #sectionSucursal .paso2 .paso {
    margin-top: 25px;
  }
  #ordenaBody #sectionSucursal .paso .btnsSucursales .col-sm-4 {
    margin: 10px auto;
  }
  #ordenaBody #sectionSucursal .paso .plataformas .row {
    margin-top: 19px;
  }
  #ordenaBody #sectionSucursal .paso .plataformas .row .col-sm-6 {
    margin: 30px auto;
  }
  #ordenaBody #sectionSoporte .textoSoporte {
    left: 0;
    right: 0;
  }
  #ordenaBody #sectionSoporte .textoSoporte .whiteBg {
    padding: 15px 30px;
    border-radius: 8px;
    border: 1px solid black;
    display: inline-block;
    background-color: white;
  }
  #ordenaBody #sectionSoporte .textoSoporte .btnCTASoporte .iconSoporte {
    width: 20px;
    margin-top: 0;
  }
  #ordenaBody #sectionSoporte .textoSoporte .btnCTASoporte strong {
    font-size: 12px;
  }
  #ordenaBody #sectionSoporte .textoSoporte h4 {
    margin-top: 0px;
    font-size: 10px;
  }
  #ordenaBody #sectionSoporte .textoSoporte h1 {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  #ordenaBody #sectionVerTuto .btnVerTutoDiv {
    left: 20%;
    top: 15%;
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv svg {
    width: 36px;
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv p,
#ordenaBody #sectionVerTuto .btnVerTutoDiv span.proxi {
    font-size: 15px;
    line-height: 21px;
  }
  #ordenaBody #sectionVerTuto .btnVerTutoDiv i.fa {
    font-size: 2em;
  }
  #ordenaBody #sectionSucursal .paso .iconPaso {
    width: 30px;
  }
  #ordenaBody #sectionSucursal .paso .pasoText {
    font-size: 25px;
  }
  #ordenaBody #sectionSucursal .paso .seleccionaSucursal {
    font-size: 18px;
  }
  #ordenaBody #sectionSucursal .paso .btnsSucursales .btnSucursal .sucursal {
    font-size: 15px;
  }
  #ordenaBody #sectionSucursal .paso .btnsSucursales .btnSucursal .municipio {
    font-size: 15px;
  }
  #ordenaBody #sectionSucursal .paso .btnsSucursales .btnSucursal .enviosForaneos {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 2px;
  }
  #ordenaBody #sectionSucursal .paso .plataformas .row {
    margin-top: 19px;
  }
  #ordenaBody #sectionSucursal .paso .plataformas .row .col-sm-6 {
    margin: 30px auto;
  }
  #ordenaBody #sectionSoporte .textoSoporte {
    height: 85px;
  }
  #ordenaBody #sectionSoporte .textoSoporte .whiteBg {
    background-color: transparent;
    border: none;
  }
  #ordenaBody #sectionSoporte .textoSoporte h4,
#ordenaBody #sectionSoporte .textoSoporte h1 {
    display: none;
  }
}

/*All Carousel*/
div.mobileProducts {
  display: none;
}

@media (max-width: 767px) {
  #sectionEstilos .container .hideMobile {
    display: none !important;
  }
  #sectionEstilos .container div.mobileProducts {
    display: block;
  }
  #sectionEstilos .container div.mobileProducts .itemProdInd2 {
    min-height: 250px;
    text-align: left !important;
  }
  #sectionEstilos .carousel-control {
    display: none;
  }
}
@media (max-width: 417px) {
  #sectionAlbums h1 {
    font-size: 22px;
    font-weight: bold;
  }

  #sectionVerTuto .btnVerTutoDiv {
    left: 16% !important;
    top: 5% !important;
  }
  #sectionVerTuto .btnVerTutoDiv .btnTutorial {
    padding: 5px;
  }
  #sectionVerTuto .btnVerTutoDiv .btnTutorial svg {
    width: 25px !important;
  }
  #sectionVerTuto .btnVerTutoDiv .btnTutorial p {
    font-size: 10px !important;
    line-height: 14px !important;
  }
  #sectionVerTuto .btnVerTutoDiv .btnTutorial p span {
    font-size: 10px !important;
  }
}
#bannerAd img {
  display: none;
  width: 100%;
}

.div-whatsapp-fixed {
  position: fixed;
  bottom: 15px !important;
  right: 245px !important;
  left: auto !important;
  height: 48px !important;
  width: 48px !important;
  z-index: 2147483646 !important;
}
.div-whatsapp-fixed .div-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-control-prev-icon {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 30px;
  height: 30px;
}

.hide-arrow {
  display: none;
}

@media (max-width: 998px) {
  #sectionSucursal {
    padding-top: 50px;
  }
}

.instalacion-head {
  text-align: center;
  font-weight: bold;
  font-family: MARKPRO;
  color: #003366;
  font-size: 26px;
  font-weight: bold;
}

.software-logo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.software-text {
  text-align: center;
  font-family: MARKPRO;
  color: #003366;
  font-size: 18px;
}

.paso-head-contain {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.paso-head-contain .logo {
  max-width: 40px;
  margin-right: 5px;
}
.paso-head-contain .paso-txt {
  font-family: MARKPRO;
  color: #003366;
  font-size: 24px;
  font-weight: bold;
}
.paso-head-contain .selectsucursal {
  font-family: MARKPRO;
  color: #003366;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pink-blocks-contain {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pink-blocks-contain .p-block {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 560px) {
  .pink-blocks-contain .p-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .pink-blocks-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.descarga-block {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .descarga-block .p-block {
    display: block;
  }
  .descarga-block .p-block img {
    width: 220px;
  }
}
.descarga-block .bloque-1 {
  text-align: center;
  font-family: MARKPRO;
  color: #003366;
  font-size: 26px;
  font-weight: bold;
}
.descarga-block .bloque-2 {
  text-align: center;
  margin-top: 15px;
}

.soporte-head-block .tuerca {
  display: inline-block;
  margin-right: 20px;
}
.soporte-head-block .title {
  display: inline-block;
}
.soporte-head-block .title .t1 {
  font-family: MARKPRO;
  color: #003366;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 550px) {
  .soporte-head-block .title .t1 {
    font-size: 24px;
  }
}
.soporte-head-block .title .t2 {
  font-family: MARKPRO;
  color: #003366;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 550px) {
  .soporte-head-block .title .t2 {
    font-size: 16px;
  }
}

.contactanos-card {
  font-family: MARKPRO;
  color: #003366;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .contactanos-card {
    font-size: 18px;
  }
}
.contactanos-card .div-whatsapp {
  display: inline-block;
  margin-left: 20px;
}

.pink-box {
  border-radius: 20px;
  width: 250px;
  height: 250px;
  border-style: dotted;
  border-color: #135093;
  background-color: #EB97C1;
  padding-top: 5px;
  color: #135093;
  font-weight: bold;
  font-size: 45px;
  padding-left: 10px;
  padding-right: 10px;
}
.pink-box .zona {
  font-size: 19px;
  text: uppercase;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -15px;
}
.pink-box .zona-cercana {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.pink-box .cursor-zona {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.pink-box .cursor-zona:hover {
  text-decoration: underline;
}
.pink-box .mx-text {
  font-size: 19px;
  text: uppercase;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  margin-top: 25px;
}
.pink-box .mx-text:hover {
  text-decoration: underline;
}

.contain-center-block {
  JUSTIFY-CONTENT: center;
  TEXT-ALIGN: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 550px) {
  .contents-center-mob {
    display: contents;
  }
}

@media (max-width: 998px) {
  .banner-container {
    padding-top: 70px !important;
  }
}

@media (min-width: 769px) {
  .why img {
    width: 250px;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  .why img {
    width: 185px;
  }
}