/* Actualización */
.dsn-nav-bar > .header-top > .header-container, .dsn-nav-bar .site-header {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.dsn-nav-bar.nav-bg > .header-top > .header-container, .dsn-nav-bar.nav-bg .site-header {
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #000;
}

.dsn-nav-bar.hide-nave > .header-top > .header-container, .dsn-nav-bar.hide-nave .site-header {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

/* Fin Actualización */


.mockup-mvl {
  display: none;
}

.header-top .header-container .logo img {
  width: 130px;
}

body.nav-active .nav__list-item:nth-child(n+1) a {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.google-resenas {
  color: rgba(241, 153, 80, 1);
  font-weight: bold;
}

.enlace-resenas {
  text-decoration: underline;
}

.one-title {
  width: 760px;
  margin-bottom: 50px;
}

/* .contenedor-ancho {
  max-width: 1250px;
} */

.brand-client .wapper-client .logo-box {
  width: calc(11.11111% - 2px);
  padding: 0 5px;
  min-height: 90px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.brand-client .wapper-client .logo-box img {
  max-width: 133px;
  filter: grayscale(100%);
  transition: all 1s ease;
}
.brand-client .wapper-client .logo-box img:hover {
  filter: none;
}

.v-light .brand-client .wapper-client .logo-box {
  background-color: transparent;
}

.nueva-img {
  width: auto !important;
  top: -0 !important;
  height: auto !important;
}

/* .cambio-de-color {
  background-color: #ca2323;
} */

.v-light .mask-bg {
  background-color: #f9f9f9;
}

/* body.v-light {
  background-color: #fff;
} */

.mask-bg {
  background-color: #000;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.txt-izquierda h2 {
  text-align: left !important;
  margin: 0 !important;
}

.txt-derecha h2 {
  text-align: left !important;
  margin: 0 !important;
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-margin-last {
  margin-top: 50px;
  margin-bottom: 50px;
}

footer {
  padding: 20px 50px 50px;
}

.logo-footer {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  margin-top: 5px;
}

footer a,
footer p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: none;
}

.txt-opiniones h2 {
  max-width: 100% !important;
}

.txt-opiniones {
  margin-bottom: 95px;
}

.ajuste-margen {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.play-img {
  position: absolute;
  top: 45%;
  left: 39%;
  z-index: 9999;
  font-size: 55px;
  color: #fff;
}

/* body {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
} */

.container-footer {
  max-width: 100%;
}

footer .contact-footer .phone {
  margin-right: 15px;
}

footer .contact-footer {
  display: inline-block;
}

.nosotros-footer {
  display: block;
  font-size: 21px;
  font-weight: bold;
}

.site-header .extend-container .main-navigation ul {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

body.nav-active .nav__list-item:nth-child(n+1) a {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav__list {
  padding-top: 0;
  margin-top: -80px;
}

.nav__list-item {
  font-size: 21px;
  font-weight: normal;
}

.v-light.nav-active .nav__list-item a {
  color: #fff;
}

.sub-menu {
  color: #fff;
  display: flex;
  width: 100%;
  padding: 0 50px;
  max-width: none;
  margin: 0 auto;
}

.sub-menu ul li a {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding: 10px 0;
    margin-top: -10px;
    -webkit-animation: shine 1s infinite;
    animation: shine 1s infinite;
    line-height: 15px;
}

.sub-menu ul {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 25px !important;
}

.sub-menu li {
    padding-right: 30px;
    font-weight: 600;
}

.navbar-responsive {
  background-color: #000;
}

.header-top .header-container .menu-icon {
  top: 21px;
}

.header-top .header-container .logo {
  top: 8px;
}

.navbar-pc {
  background-color: #000;
}

.site-header {
  padding-top: 15px;
  padding-bottom: 15px;
}













@media only screen and (max-width: 767px) {

.copyright-footer {
  font-size: 7px;
}

.copyright-footer a {
  font-size: 7px;
}

.mockup-pc {
  display: none;
}

.mockup-mvl {
  display: block;
  margin-top: -36px;
}

.brand-client .wapper-client .logo-box {
  width: calc(33.33333% - 2px);
}

.one-title {
  width: 100%;
}

.ajuste-img-mvl {
  height: 105% !important;
}

.ajuste-img-mvl-ipad {
  height: 105% !important;
  right: -12px;
}

footer {
  padding: 20px 50px 25px;
}

.section-margin-last {
  margin-bottom: 20px;
}

.play-img {
  top: 34%;
}

.nav .nav__list-item a, .nav-content .nav__list-item a {
    width: 96% !important;
    padding-left: 40px;
    padding-bottom: 10px;
    text-align: left;
  }



}
