@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600|Nunito:400,600,700,800&display=swap');
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  font-family: sans-serif;
}
html {
  color: #222222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   FUENTES::::
   ========================================================================== */
/** Generated by FG **/
@font-face {
  font-family: 'Conv_Helvetica';
  src: url('fonts/Helvetica.eot');
  src: local('☺'), url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf') format('truetype'), url('fonts/Helvetica.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_Helvetica-Bold';
  src: url('fonts/Helvetica-Bold.eot');
  src: local('☺'), url('fonts/Helvetica-Bold.woff') format('woff'), url('fonts/Helvetica-Bold.ttf') format('truetype'), url('fonts/Helvetica-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.dosis_l {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
}
.dosis_sb {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}
.nunito_r {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
.nunito_sb {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}
.nunito_b {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.nunito_eb {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
}
.helv {
  font-family: 'Conv_Helvetica';
}
.helv_b {
  font-family: 'Conv_Helvetica-Bold';
}
/* ==========================================================================
   GENERALES
   ========================================================================== */
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
}
.cargador_rutas {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
}
.cargador_rutas .enmedio {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cargador_rutas .enmedio .lds-ellipsis {
  margin: auto;
}
.cargador_rutas .enmedio span {
  display: block;
  font-size: 28px;
  color: #000;
}
.fix-top {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  z-index: 999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.fix-top i {
  font-size: 30px;
  color: #FFE341;
}
@keyframes shimmy {
  0% {
    left: 45%;
  }
  50% {
    left: 55%;
  }
  100% {
    left: 45%;
  }
}
.soloenmoviles,
.enelmovil {
  display: none;
}
/* ==========================================================================
   COLORES
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button,
.inps-sb,
header,
img,
span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
p,
h1,
h2 {
  margin: 0;
  font-weight: normal;
}
.lf {
  float: left;
}
.rg {
  float: right;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
section {
  width: 100%;
  padding: 10px 0px;
}
.parallax {
  background-attachment: fixed;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.pop_formularios {
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.pop_formularios .cuadro {
  background-color: #ffffff;
  margin: 8% auto;
  /* 15% from the top and centered */
  padding: 20px;
  max-width: 640px;
  width: 100%;
  /* Could be more or less, depending on screen size */
  position: relative;
}
.pop_formularios .cuadro a.cerrar {
  position: absolute;
  right: 5px;
  top: 0px;
  color: #000;
  display: block;
  padding: 15px;
  font-size: 18px;
}
.pop_formularios .cuadro .info {
  text-align: center;
  padding: 30px 10px;
}
.pop_formularios .cuadro .info p {
  color: #000;
}
.pop_formularios .cuadro .info p.tt2 {
  font-size: 24px;
  padding-top: 40px;
}
.pop_formularios .cuadro .info p.par2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.pop_formularios .cuadro .info form {
  max-width: 444px;
  width: 100%;
  margin: auto;
}
.pop_formularios .cuadro .info form input::-webkit-input-placeholder,
.pop_formularios .cuadro .info form textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.pop_formularios .cuadro .info form input:-moz-placeholder,
.pop_formularios .cuadro .info form textarea:-moz-placeholder {
  color: #000;
  font-size: 14px;
}
.pop_formularios .cuadro .info form input:-ms-input-placeholder,
.pop_formularios .cuadro .info form textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
.pop_formularios .cuadro .info form .inps {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ddd;
  margin-bottom: 10px;
  padding: 0px 0px 0px 10px;
  color: #000;
}
.pop_formularios .cuadro .info form .inps-txt {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ddd;
  margin-bottom: 10px;
  padding: 10px 0px 0px 10px;
  color: #000;
}
.pop_formularios .cuadro .info form .inps-sb {
  border: 0;
  background-color: #000;
  margin: 50px 0px 20px;
  color: #fff;
  font-size: 22px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  padding: 5px 42px;
}
.pop_formularios .cuadro .info form .inps-sb2 {
  border: 0;
  background-color: #000;
  font-size: 22px;
  color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  padding: 5px 42px;
}
.pop_formularios .cuadro .info form .btn_dorado {
  margin-top: 40px;
  border: 0;
}
.pop_formularios .cuadro .info form .btn_dorado span {
  font-size: 25px;
  padding: 7px 80px;
}
.pop_formularios .cuadro.bgc_form {
  background-image: url(../img/capa.jpg);
}
.pop_formularios .cuadro.bgc_form a.cerrar {
  color: #fff;
}
.pop_formularios .cuadro.bgc_form .info p {
  color: #fff;
}
.pop_formularios .cuadro.bgc_form .info input::-webkit-input-placeholder,
.pop_formularios .cuadro.bgc_form .info textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.pop_formularios .cuadro.bgc_form .info input:-moz-placeholder,
.pop_formularios .cuadro.bgc_form .info textarea:-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.pop_formularios .cuadro.bgc_form .info input:-ms-input-placeholder,
.pop_formularios .cuadro.bgc_form .info textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.pop_formularios .cuadro.bgc_form .info .inps {
  background-color: rgba(255, 255, 255, 0.5);
}
body {
  background-position: center 0px;
  background-repeat: no-repeat;
  width: 100%;
}
.center {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
/* Botones */
.btn {
  padding: 16px 72px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: transparent;
  color: #474747;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 0;
}
.btn-naranja {
  background-color: #ff5609;
  color: #fff;
}
.btn-naranja:hover {
  background-color: #000;
}
.btn-blanco {
  color: #fff;
  border: 1px solid #fff;
}
.btn-blanco:hover {
  background-color: #fff;
  color: #333;
}
/* PAGINATION */
#pagination {
  float: right;
  display: inline-block;
  padding: 30px 0px 0px;
}
#pagination a,
#pagination strong {
  font-family: 'Conv_Gotham-book';
  position: relative;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
}
#pagination strong {
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
#pagination a {
  background-color: #ee3834;
  border: 1px solid #ee3834;
  color: #fff;
}
/* HEADER  */
header {
  padding: 15px 0px 18px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header .center .logo {
  padding: 0px 0px 0px 24px;
  float: left;
}
header .center ul {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0px;
}
header .center ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 5px;
  padding: 14px 0px 0px 20px;
}
header .center ul li a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 1px;
  border-width: 0px 0px 3px 0px;
  border-style: solid;
  border-color: transparent;
}
header .center ul li a:hover {
  color: #000;
  border-color: #000;
}
header .center ul li a.activo {
  color: #000;
  border-color: #000;
}
header.head_styk {
  padding: 10px 0px;
  background-color: #ffe341;
  -webkit-box-shadow: 1px 1px 5px #333333;
  box-shadow: 1px 1px 5px #333333;
}
header.head_styk .center .logo img {
  max-width: 170px;
}
header.head_styk .center ul li {
  padding: 6px 0px 0px 20px;
}
header.head_styk .center ul li a {
  font-size: 15px;
}
/*  FOOTER */
footer {
  padding: 60px 0px 50px;
  background-color: #ffe341;
}
footer .center .row .col {
  width: 100%;
  display: inline-block;
}
footer .center .row .col p {
  color: #000;
}
footer .center .row .col p.tt {
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
footer .center .row .col p.tt2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
footer .center .row .col p.tt2 i {
  margin-right: 5px;
}
footer .center .row .col p.par {
  font-size: 20px;
  line-height: 25px;
}
footer .center .row .col p.par a {
  display: block;
  margin-bottom: 22px;
  color: #000;
}
footer .center .row .col p.par a i {
  position: relative;
  font-size: 32px;
  top: -18px;
}
footer .center .row .col p.diseno {
  text-align: right;
  font-size: 14px;
}
footer .center .row .col p.diseno a {
  color: #000;
}
footer .center .row .cl1 {
  max-width: 396px;
}
footer .center .row .cl2 {
  max-width: 406px;
}
footer .center .row .cl3 {
  max-width: 362px;
}
/* HOME */
.bg1 {
  padding: 140px 0px;
  position: relative;
  height: 790px;
  background-color: #ffe341;
}
.bg1 .center {
  position: relative;
}
.bg1 .center .row .col {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.bg1 .center .row .col .espectacular {
  max-width: initial;
  display: block;
}
.bg1 .center .row .col .info {
  width: 100%;
  padding: 72px 0px 0px 0px;
}
.bg1 .center .row .col .info h1 {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 62px;
  color: #000;
  text-align: right;
  letter-spacing: 10px;
  padding-right: 157px;
}
.bg1 .center .row .col .info h2 {
  padding: 25px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 94px;
  letter-spacing: 10px;
  line-height: 94px;
  text-align: right;
  color: #000;
}
.bg1 .center .row .col .info p.par {
  padding: 0px 0px 0px 88px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 22px;
}
.bg1 .center .row .col .info p.boton {
  padding: 21px 0px 0px 88px;
}
.bg1 .center .row .col .info p.boton .btn {
  padding: 16px 72px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.bg1 .center .row .col .info p.boton .btn i {
  font-size: 22px;
  font-weight: normal;
  margin-right: 5px;
}
.bg1 .center .row .cl1 {
  max-width: 873px;
  margin: 0px -122px 0px -214px;
  z-index: 1;
}
.bg1 .center .row .cl2 {
  z-index: 2;
  max-width: 640px;
  margin: 0px -8px 0px 0px;
}
.bg2 {
  background-color: #fff;
  padding: 135px 0px 152px;
  position: relative;
}
.bg2 .center .row {
  margin-top: 129px;
}
.bg2 .center .row .owl-carousel .item {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0.5px solid rgba(0, 0, 0, 0.1);
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 27px 15px;
  min-height: 360px;
  position: relative;
  z-index: 1;
}
.bg2 .center .row .owl-carousel .item .imagen {
  width: 100%;
  height: 153px;
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
}
.bg2 .center .row .owl-carousel .item .tt {
  color: #3b3b3b;
  font-size: 24px;
  text-align: left;
  display: block;
}
.bg2 .center .row .owl-carousel .item .desc {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  display: block;
}
.bg2 .center .row .owl-carousel .item:hover {
  background-color: #ff5609;
}
.bg2 .center .row .owl-carousel .item:hover .tt {
  color: #fff;
}
.bg2 .center .row .owl-carousel .item:hover .desc {
  color: #fff;
}
.bg2 .center .row .owl-nav {
  display: block;
}
.bg2 .center .row .owl-nav button {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -20px;
  border: 0;
  -webkit-box-shadow: 1px 1px 10px #333333;
  box-shadow: 1px 1px 10px #333333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  display: block;
  padding: 10px 10px;
  background-color: #fff;
  color: #ff5609;
}
.bg2 .center .row .owl-nav button span {
  display: block;
  line-height: 20px;
  font-size: 20px;
}
.bg2 .center .row .owl-nav button span i {
  font-size: 18px;
}
.bg2 .center .row .owl-nav button:hover {
  background-color: #ff5609;
  color: #fff;
}
.bg2 .center .row .owl-nav .owl-prev {
  left: 0;
}
.bg2 .center .row .owl-nav .owl-next {
  right: 0;
}
.bg3 {
  padding: 56px 0px 20px;
  height: 656px;
  background-color: #ffe341;
}
.bg3 .center .row .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.bg3 .center .row .col p {
  color: #3b3b3b;
}
.bg3 .center .row .col p.tt {
  text-transform: uppercase;
  font-size: 24px;
  text-align: left;
  letter-spacing: 8px;
}
.bg3 .center .row .col p.par {
  font-size: 16px;
  line-height: 22px;
  padding: 16px 0px 0px 6px;
}
.bg3 .center .row .col p.par2 {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 33px;
}
.bg3 .center .row .col p.par2 span {
  display: block;
  font-size: 42px;
  margin-left: 39px;
  letter-spacing: 8px;
}
.bg3 .center .row .col p.par3 {
  padding-left: 106px;
}
.bg3 .center .row .cl1 {
  max-width: 470px;
}
.bg3 .center .row .cl2 {
  max-width: 473px;
  padding: 22px 0px 0px 0px;
}
.bg3 .center .row .image_bk {
  position: relative;
  z-index: 1;
  top: -121px;
}
.bg4 {
  padding: 212px 0px 20px;
  background-color: #fff;
}
.bg4 .linea {
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
}
.bg4 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.bg4 .center .row {
  padding: 27px 0px 0px;
}
.bg4 .center .row .owl-carousel {
  margin-bottom: 46px;
}
.bg4 .center .row .owl-carousel .owl-item .item {
  width: 100%;
  height: 130px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.bg4 .center .row .owl-dots {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -100px;
}
.bg4 .center .row .owl-dots button span {
  width: 15px;
  height: 15px;
  margin: 5px 2px;
}
.bg4 .center .row .owl-dots button:hover span {
  background: #ffe341;
}
.bg4 .center .aviso {
  padding: 50px 0px;
}
.bg4 .center .aviso p {
  color: #000;
}
.bg4 .center .aviso p.par {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 10px;
}
.bg5 {
  padding: 116px 0px 70px;
  background-color: #fff;
}
.bg5 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.bg5 .center .grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px 10px;
}
.bg5 .center .grid .item p.par {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #3b3b3b;
  padding: 22px 0px 0px;
}
.bg6 {
  padding: 101px 0px 100px;
  background-image: url(../img/bg6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.bg6 .center .row .col p.tt {
  font-size: 50px;
  color: #3b3b3b;
  letter-spacing: 13px;
  line-height: 61px;
  margin-bottom: 29px;
}
.bg6 .center .row .col p.par {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  max-width: 472px;
}
.bg7 {
  padding: 54px 0px 121px;
  background-color: #fff;
  background-image: url(../img/fondo_bg7.jpg);
  background-position: center 525px;
  background-repeat: no-repeat;
}
.bg7 .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px 25px;
}
.bg7 .center .grid .item {
  width: 100%;
  height: 253px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.bg7 .center .grid .item-2 {
  height: 286px;
  grid-column: span 2;
}
.bg7 .center .grid .item-4 {
  height: 286px;
  grid-column: span 4;
}
.bg7 .center .avisos {
  margin-top: 88px;
}
.bg7 .center .avisos p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 26px;
}
.bg7 .center .avisos .grid .item {
  height: auto;
}
/* CONTACTO */
.bg8 {
  padding: 137px 0px 87px;
  background-color: #ffe341;
}
.bg8 .center h1 {
  font-size: 97px;
  letter-spacing: 15px;
  text-align: center;
}
.bg9 {
  background-color: #fff;
  padding: 0;
}
.bg9 .row {
  height: 881px;
}
.bg9 .row .col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.bg9 .row .col .info {
  max-width: 485px;
  width: 100%;
  float: left;
  padding: 64px 0px 0px 115px;
}
.bg9 .row .col .info p {
  text-align: left;
  color: #3b3b3b;
}
.bg9 .row .col .info p.tt {
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 11px;
}
.bg9 .row .col .info p.par {
  font-size: 16px;
  margin-bottom: 32px;
}
.bg9 .row .col .info p.tt2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.bg9 .row .col .info p.tt2 a {
  font-size: 30px;
}
.bg9 .row .col .info form {
  margin-bottom: 26px;
}
.bg9 .row .col .info form .inps {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  padding: 0px 0px 0px 10px;
  font-size: 16px;
  margin-bottom: 17px;
}
.bg9 .row .col .info form .inps-txt {
  height: 105px;
  margin-bottom: 18px;
}
.bg9 .row .col .info form .inps-sb {
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 105px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.bg9 .row .col .info a {
  color: #000;
}
.bg9 .row .col .info a.avis_p {
  font-size: 14px;
  display: block;
  margin-bottom: 51px;
}
.bg9 .row .col .info a.phone {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.bg9 .row .col .info a.phone i {
  display: inline-block;
  margin-right: 10px;
}
.bg9 .row .col .info a.mailto {
  font-size: 20px;
  display: block;
  margin-bottom: 52px;
}
.bg9 .row .col .info a.mailto i {
  display: inline-block;
  margin-right: 10px;
}
.bg9 .row .col .infor {
  float: right;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.bg10 {
  background-color: #56BEB7;
  background-image: url(../img/bg10.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 61px 0px 0px;
  height: 822px;
}
.bg10 .center p {
  color: #fff;
  text-align: center;
}
.bg10 .center p.tt {
  font-size: 37px;
  margin-bottom: 33px;
}
.bg10 .center p.par {
  font-size: 24px;
}
.bg11 {
  padding: 140px 0px 0px;
  background-color: #ffe341;
}
.bg11 .center .info h1 {
  color: #000;
  font-size: 56px;
  text-transform: uppercase;
  letter-spacing: 11px;
}
.bg11 .center .info h1 span {
  display: block;
}
.bg11 .center .info h1 span.sp1 {
  font-size: 94px;
  margin-left: 107px;
  line-height: 78px;
  letter-spacing: 19px;
}
.bg11 .center .info h1 span.sp2 {
  font-size: 56px;
  text-align: right;
}
.bg11 .center .info p.par {
  max-width: 650px;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 20px;
  margin: auto;
  padding-left: 141px;
  letter-spacing: 1px;
}
.bg11 .center .info p.par a.btn {
  padding: 16px 72px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  margin-top: 15px;
}
.bg11 .center .info .imagen {
  text-align: center;
  padding-top: 23px;
}
.bg12 {
  padding: 72px 0px 20px;
}
.bg13 {
  background-color: #fff;
  padding: 90px 0px 90px;
}
.bg13 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.bg13 .center .row {
  margin-top: 37px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px 32px;
  grid-template-rows: 408px;
}
.bg13 .center .row .col {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  padding: 0px 25px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.bg13 .center .row .col .icono {
  width: 100%;
  height: 174px;
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
.bg13 .center .row .col .icono img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bg13 .center .row .col p {
  color: #3b3b3b;
}
.bg13 .center .row .col p.tt {
  text-align: center;
  letter-spacing: initial;
  margin-bottom: 6px;
}
.bg13 .center .row .col p.par {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
.bg13 .center .row .col:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
.bg13 .center .row .pro2 {
  background-color: #56beb7;
}
.bg13 .center .row .pro2 p {
  color: #fff;
}
.bg13 .center .infos {
  max-width: 972px;
  width: 100%;
  margin: 85px auto 0px;
  position: relative;
  padding: 5px 0px 0px 200px;
}
.bg13 .center .infos span.ico {
  position: absolute;
  left: 0;
  top: 0;
}
.bg13 .center .infos p.par {
  font-size: 24px;
  line-height: 31px;
  color: #3b3b3b;
}
.bg14 {
  padding: 144px 0px 231px;
  background-color: #fff;
  background-image: url(../img/bg14.jpg);
  background-position: center 21px;
  background-repeat: no-repeat;
}
.bg14 .center .row .col p {
  color: #3b3b3b;
}
.bg14 .center .row .col p.tt {
  max-width: 859px;
  font-size: 50px;
  letter-spacing: 13px;
  line-height: 61px;
  margin-bottom: 17px;
}
.bg14 .center .row .col p.tt span {
  display: block;
  text-align: right;
}
.bg14 .center .row .col p.par {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 35px;
  max-width: 472px;
}
.bg14 .center .row .col p.par2 {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 30px;
  max-width: 472px;
}
.bg14 .center .row .col p.boton {
  padding: 11px 0px 0px;
}
.bg14 .center .row .col p.boton a.btn {
  padding: 19px 90px;
}
.bg15 {
  background-color: #ffe341;
}
.bg15 .row {
  height: 711px;
}
.bg15 .row .col .info {
  padding: 89px 0px 0px 115px;
}
.bg15 .row .col .info p.par {
  font-size: 16px;
  margin-bottom: 37px;
  line-height: 19px;
}
.bg15 .row .col .info form .inps-txt {
  height: 158px;
}
/* MEDIOS */
.bg16 {
  padding: 158px 0px;
  position: relative;
  height: 765px;
  background-color: #ffe341;
  overflow: hidden;
}
.bg16 .center {
  position: relative;
}
.bg16 .center .row .col {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.bg16 .center .row .col .espectacular {
  max-width: initial;
  display: block;
}
.bg16 .center .row .col p.tt {
  color: #000;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
.bg16 .center .row .col p.par {
  padding: 0px 0px 0px 0px;
  color: #000;
  font-size: 17px;
  line-height: 22px;
}
.bg16 .center .row .col p.boton {
  padding: 18px 0px 0px 0px;
}
.bg16 .center .row .col p.boton .btn {
  padding: 16px 72px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.bg16 .center .row .col p.boton .btn i {
  font-size: 22px;
  font-weight: normal;
  margin-right: 5px;
}
.bg16 .center .row .cl1 {
  max-width: 445px;
  margin: 0px -20px 0px 0px;
  z-index: 2;
  padding: 80px 0px 0px 102px;
}
.bg16 .center .row .cl2 {
  z-index: 1;
  max-width: 739px;
  margin: 0px 0px 0px 0px;
}
.bg17 {
  padding: 0px 0px;
  background-color: #ffe341;
  position: relative;
}
.bg17 .barra {
  height: 25px;
  background-color: #FFDE21;
}
.bg17 .center .menu_desktop {
  text-align: center;
  margin: 0px auto 0px;
  top: -81px;
  position: relative;
  z-index: 3;
  max-width: 977px;
  width: 100%;
  padding: 15px 0px 19px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.bg17 .center .menu_desktop a {
  display: inline-block;
  vertical-align: top;
  margin: 1px 1px;
  max-width: 125px;
  width: 100%;
}
.bg17 .center .menu_desktop a span {
  display: block;
}
.bg17 .center .menu_desktop a span.ico {
  position: relative;
  height: 92px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg17 .center .menu_desktop a span.mpi_1 {
  background-image: url(../img/iconos/esp1.png);
}
.bg17 .center .menu_desktop a span.mpi_2 {
  background-image: url(../img/iconos/bus.png);
}
.bg17 .center .menu_desktop a span.mpi_3 {
  background-image: url(../img/iconos/taxi.png);
}
.bg17 .center .menu_desktop a span.mpi_4 {
  background-image: url(../img/iconos/led.png);
}
.bg17 .center .menu_desktop a span.mpi_5 {
  background-image: url(../img/iconos/valla.png);
}
.bg17 .center .menu_desktop a span.mpi_6 {
  background-image: url(../img/iconos/valla2.png);
}
.bg17 .center .menu_desktop a span.mpi_7 {
  background-image: url(../img/iconos/parabus.png);
}
.bg17 .center .menu_desktop a span.tt {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.bg17 .center .menu_desktop a:hover span.tt {
  font-weight: 600;
}
.bg17 .center .menu_desktop a.activado span.tt {
  font-weight: 600;
}
.bg18 {
  margin-top: 51px;
  padding: 35px 0px 0px;
  background-color: #ffe341;
  background-image: url(../img/bg18.png);
  background-position: center 61px;
  background-repeat: no-repeat;
}
.bg18 .center .row .col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.bg18 .center .row .col .info {
  width: 100%;
  padding: 64px 0px 0px 13px;
}
.bg18 .center .row .col .info p {
  text-align: left;
  color: #000;
}
.bg18 .center .row .col .info p.tt {
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bg18 .center .row .col .info p.par {
  font-size: 21px;
  margin-bottom: 29px;
}
.bg18 .center .row .col .info p.par2 {
  font-size: 16px;
  margin-bottom: 24px;
}
.bg18 .center .row .col .info form {
  margin-bottom: 15px;
}
.bg18 .center .row .col .info form .inps {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  padding: 0px 0px 0px 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.bg18 .center .row .col .info form .md {
  width: 49%;
}
.bg18 .center .row .col .info form .inps-txt {
  height: 105px;
  margin-bottom: 18px;
}
.bg18 .center .row .col .info form .inps-sb {
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 105px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.bg18 .center .row .col .info a {
  color: #000;
}
.bg18 .center .row .col .info a.avis_p {
  font-size: 14px;
  display: block;
  margin-bottom: 51px;
}
.bg18 .center .row .col .infor {
  float: right;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.mp1 {
  padding: 150px 0px 0px;
  position: relative;
  height: 630px;
  background-color: #ffe341;
  overflow: hidden;
}
.mp1 .center {
  position: relative;
}
.mp1 .center .row .col {
  position: relative;
  width: 100%;
  display: inline-block;
  display: inline-block;
  vertical-align: top;
}
.mp1 .center .row .col .espectacular {
  max-width: initial;
  display: block;
}
.mp1 .center .row .col p.tt {
  color: #000;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.mp1 .center .row .col p.par {
  padding: 0px 0px 0px 0px;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 13px;
}
.mp1 .center .row .col p.boton {
  padding: 18px 0px 0px 0px;
}
.mp1 .center .row .col p.boton .btn {
  padding: 16px 72px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.mp1 .center .row .col p.boton .btn i {
  font-size: 22px;
  font-weight: normal;
  margin-right: 5px;
}
.mp1 .center .row .cl1 {
  max-width: 365px;
  z-index: 2;
  padding: 114px 0px 0px 0px;
}
.mp1 .center .row .cl2 {
  z-index: 1;
  max-width: 771px;
  margin: 0px 0px 0px 0px;
}
.mp1_1 {
  background-color: #fff;
}
.mp1_1 .barra {
  background-color: #ffe341;
}
.mp2 {
  padding: 120px 0px 145px;
  background-image: url(../img/mp2.jpg);
  background-position: center -21px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.mp2 .center .row .col p.tt {
  font-size: 24px;
  line-height: 30px;
  color: #3b3b3b;
  margin-bottom: 22px;
}
.mp2 .center .row .col p.par {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
  max-width: 369px;
}
.mp3 {
  padding: 45px 0px 136px;
  background-color: #fff;
}
.mp3 .linea {
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
}
.mp3 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.mp3 .center p.par {
  padding: 57px 0px 0px;
  font-size: 18px;
  line-height: 27px;
  color: #3b3b3b;
  text-align: center;
}
.mp3 .center .row {
  margin-top: 71px;
  background-image: url(../img/taxi_mp3.png);
  background-position: center 2px;
  background-repeat: no-repeat;
}
.mp3 .center .row .col {
  width: 100%;
  vertical-align: top;
}
.mp3 .center .row .col p {
  color: #3b3b3b;
}
.mp3 .center .row .col p.tt2 {
  font-size: 18px;
  margin-bottom: 6px;
}
.mp3 .center .row .col p.par2 {
  font-size: 16px;
  line-height: 31px;
}
.mp3 .center .row .cl1 {
  max-width: 269px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}
.mp3 .center .row .cl2 {
  max-width: 270px;
  padding: 43px 0px 0px 0px;
  text-align: left;
}
.mp4 {
  padding: 66px 0px 32px;
  background-color: #ffe341;
}
.mp4 .center .row .col {
  width: 100%;
  vertical-align: top;
}
.mp4 .center .row .col p.tt {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 8px;
  color: #3b3b3b;
  margin-bottom: 44px;
}
.mp4 .center .row .col p.par {
  font-size: 18px;
  margin-bottom: 6px;
}
.mp4 .center .row .col ul {
  margin: 0px 0px 37px 0px;
  padding: 0px 0px 0px 10px;
  list-style: none;
}
.mp4 .center .row .col ul li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
  position: relative;
  padding: 0px 0px 0px 29px;
}
.mp4 .center .row .col ul li span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.mp4 .center .row .col ul li.especial {
  margin-bottom: 30px;
}
.mp4 .center .row .cl1 {
  max-width: 410px;
}
.mp4 .center .row .cl2 {
  max-width: 666px;
  padding: 61px 0px 0px 0px;
  text-align: left;
}
.mp5 {
  padding: 69px 0px 0px 0px;
}
.mp5 .linea {
  margin-bottom: 56px;
}
.mp5 .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.mp5 .owl-carousel .owl-dots {
  background-color: #fff;
  margin-top: 5px !important;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.mp5 .owl-carousel .owl-dots button span {
  width: 15px;
  height: 15px;
  margin: 5px 2px;
}
.mp5 .owl-carousel .owl-dots button:hover span {
  background: #ffe341;
}
.mp6 {
  background-color: #fff;
}
.mp7 {
  padding: 128px 0px 0px;
}
.mp7 .center .row .cl1 {
  padding: 69px 0px 0px 0px;
}
.mp7 .center .row .cl2 {
  max-width: 653px;
}
.mp8 {
  background-image: url(../img/mp8.jpg);
}
.mp8 .center .row .col p.tt {
  line-height: 26px;
  max-width: 381px;
}
.mp9 {
  padding: 112px 0px 128px;
  background-color: #fff;
}
.mp9 .linea {
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
}
.mp9 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.mp9 .center .row {
  margin-top: 62px;
}
.mp9 .center .row .col {
  width: 100%;
  vertical-align: top;
}
.mp9 .center .row .col p {
  text-align: left;
}
.mp9 .center .row .col p.t1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}
.mp9 .center .row .col p.spans {
  display: inline-block;
  background-color: #ffe341;
  padding: 3px 81px 5px 10px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 37px;
}
.mp9 .center .row .col p.part {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.mp9 .center .row .col p.par {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.mp9 .center .row .cl1 {
  max-width: 735px;
}
.mp9 .center .row .cl2 {
  max-width: 370px;
  padding: 24px 0px 0px 0px;
}
.mp9 .center .row .cl3 {
  max-width: 735px;
  text-align: right;
}
.mp9 .center .row .cl4 {
  max-width: 370px;
  padding: 118px 0px 0px 0px;
}
.mp10 {
  margin-top: 0;
  background-color: #fff;
}
.mp11 {
  background-image: url(../img/autobuses.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  height: 790px;
}
.mp11 .center .row .cl1 {
  padding: 82px 0px 0px 0px;
}
.mp11 .center .row .soloenmoviles {
  display: none;
}
.mp1_2 {
  height: 91px;
}
.mp1_3 .barra {
  background-color: transparent;
}
.mp1_3 .center .menu_desktop {
  top: -96px;
}
.mp12 {
  padding: 45px 0px 106px;
}
.mp12 .center .row {
  background-image: none;
  margin-top: 33px;
  padding-bottom: 0;
}
.mp12 .center .row .cl1 {
  max-width: 100%;
  text-align: center;
  padding: 73px 0px 0px;
}
.mp12 .center .row .cl2 {
  padding: 73px 0px 0px 0px;
}
.mp13 {
  padding: 58px 0px 35px;
}
.mp13 .center .row {
  background-position: center top;
  background-repeat: no-repeat;
}
.mp13 .center .row .col ul li {
  margin-bottom: 5px;
}
.mp13 .center .row .cl1 {
  padding: 49px 0px 0px;
}
.mp13 .center .row .cl2 img {
  opacity: 1;
}
.mp14 {
  background-image: url(../img/mp14.jpg);
  background-position: center 120px;
  background-color: transparent;
  padding: 294px 0px 200px;
}
.mp14 .center .row .col p.tt {
  max-width: 387px;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}
.mp15 {
  padding: 70px 0px 128px;
  background-color: #fff;
}
.mp15 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.mp15 .center .row .col {
  width: 100%;
  vertical-align: top;
}
.mp15 .center .row .col p {
  text-align: left;
}
.mp15 .center .row .col p.t1 {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 28px;
}
.mp15 .center .row .col p.par {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.mp15 .center .row .cl1 {
  max-width: 666px;
  text-align: right;
}
.mp15 .center .row .cl2 {
  max-width: 477px;
  padding: 193px 99px 0px 0px;
}
.mp16 {
  background-image: url(../img/mp16.jpg);
  background-position: center 43px;
  padding: 223px 0px 278px;
}
.mp16 .center .row .col p.tt {
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 33px;
}
.mp16 .center .row .col p.par2 {
  font-size: 23px;
}
.mp17 {
  background-color: #ffe341;
  padding: 19px 0px 60px;
  background-position: center 78px;
}
.mp17 .center .row .col .info {
  padding: 64px 104px 0px 112px;
}
.mp17 .center .row .col .info p.tt {
  margin-bottom: 10px;
}
.mp17 .center .row .col .info p.par {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 37px;
}
.mp17 .center .row .col .info form {
  margin-bottom: 25px;
}
.mp17 .center .row .col .info form .inps {
  margin-bottom: 17px;
}
.mp18 {
  padding: 120px 0px 50px;
  height: 666px;
}
.mp18 .center .row .col p.tt {
  margin-bottom: 17px;
}
.mp18 .center .row .col p.boton {
  padding: 35px 0px 0px 0px;
}
.mp18 .center .row .cl1 {
  max-width: 453px;
  padding: 91px 0px 0px 98px;
}
.mp18 .center .row .cl2 {
  max-width: 735px;
}
.mp19 {
  position: relative;
  z-index: 3;
  padding: 24px 0px 80px;
  background-color: #fff;
}
.mp19 .linea {
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
}
.mp19 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.mp19 .center p.tt2 {
  font-size: 24px;
  line-height: 25px;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 20px;
}
.mp19 .center p.t2 {
  font-size: 18px;
  line-height: 29px;
  color: #3b3b3b;
  text-align: center;
  margin-top: 33px;
}
.mp19 .center p.ts {
  font-size: 24px;
  color: #3b3b3b;
  padding-bottom: 11px;
}
.mp19 .center p.enlace {
  text-align: left;
}
.mp19 .center p.enlace a {
  color: #3b3b3b;
  font-size: 16px;
  text-decoration: underline;
}
.mp19 .center form {
  max-width: 573px;
  width: 100%;
  margin: 25px auto 55px;
}
.mp19 .center form .inps-select {
  width: 100%;
  height: 56px;
  border: 1px solid #D2D2D2;
  padding: 0px 0px 0px 10px;
  color: #3b3b3b;
  font-size: 18px;
}
.mp19 .center .content {
  width: 100%;
  padding: 0px;
}
.mp19 .center .content .col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.mp19 .center .content .col .subform {
  margin: 0 auto;
  text-align: center;
}
.mp19 .center .content .col .subform .inps-select {
  height: 41px;
  margin-bottom: 19px;
}
.mp19 .center .content .col .subform .inps-sb {
  margin: 17px 0px 0px;
  padding: 8px 70px;
}
.mp19 .center .content .col .asesoria {
  padding-top: 60px;
}
.mp19 .center .content .col .asesoria .its {
  position: relative;
  width: 100%;
  padding: 8px 0px 0px 39px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
.mp19 .center .content .col .asesoria .its span.ico {
  position: absolute;
  left: 0;
  top: 10px;
  color: #000;
}
.mp19 .center .content .col .asesoria .its a {
  color: #000;
}
.mp19 .center .content .col #listadoM .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
  height: 316px;
}
.mp19 .center .content .col #listadoM .item .featured {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 54%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mp19 .center .content .col #listadoM .item .featured .detalle {
  display: block;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0px;
  text-align: center;
  color: #ffe341;
  font-size: 18px;
}
.mp19 .center .content .col #listadoM .item .featured:hover .detalle {
  bottom: 0;
}
.mp19 .center .content .col #listadoM .item .informacion {
  display: block;
  width: 46%;
  height: 100%;
  border-width: 1px 1px 1px 0px;
  border-color: #D2D2D2;
  border-style: solid;
  padding: 30px 28px 0px 28px;
  position: relative;
  overflow: hidden;
}
.mp19 .center .content .col #listadoM .item .informacion a.titulo {
  font-size: 24px;
  color: #3b3b3b;
  display: block;
  margin-bottom: 19px;
}
.mp19 .center .content .col #listadoM .item .informacion a.titulo:hover {
  color: #ffe341;
}
.mp19 .center .content .col #listadoM .item .informacion ul.detalles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp19 .center .content .col #listadoM .item .informacion ul.detalles li {
  position: relative;
  display: block;
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 0px 32px;
  font-size: 16px;
}
.mp19 .center .content .col #listadoM .item .informacion ul.detalles li span.ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
.mp19 .center .content .col #listadoM .item .informacion ul.detalles li span.ico i {
  font-size: 15px;
  color: #3b3b3b;
}
.mp19 .center .content .col #listadoM .item .informacion ul.detalles li a {
  color: #333;
}
.mp19 .center .content .col #listadoM .item .informacion ul.detalles li a:hover {
  color: #ffe341;
}
.mp19 .center .content .col #listadoM .item .informacion a.download {
  position: absolute;
  bottom: 20px;
  display: block;
  text-align: right;
  font-size: 16px;
  color: #3b3b3b;
  text-decoration: underline;
  right: 30px;
}
.mp19 .center .content .col #listadoM .item .informacion a.download:hover {
  color: #ffe341;
}
.mp19 .center .content .cl1 {
  max-width: 871px;
}
.mp19 .center .content .cl2 {
  max-width: 270px;
}
.mp1_4 {
  height: auto;
}
.mp1_4 .barra {
  display: none;
}
.mp1_4 .center .menu_desktop {
  top: 0;
}
.mp20 {
  position: relative;
  z-index: 2;
  padding: 51px 0px 80px;
  background-color: #fff;
}
.mp20 .linea {
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
  margin-bottom: 12px;
}
.mp20 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.mp20 .center p.tt2 {
  font-size: 24px;
  line-height: 25px;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 20px;
}
.mp20 .center .content {
  width: 100%;
  padding: 31px 0px 0px;
}
.mp20 .center .content .col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.mp20 .center .content .col .detalle h2 {
  font-size: 36px;
  line-height: 36px;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 25px;
}
.mp20 .center .content .col .detalle .slider {
  margin-bottom: 32px;
}
.mp20 .center .content .col .detalle .slider .galas {
  width: 100%;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .cdo {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .cdo a {
  display: block;
  width: 100%;
  height: 100%;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .cdo a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-nav {
  display: block;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-nav button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 70px;
  margin: -35px 0px 0px;
  border: 0;
  text-align: center;
  display: block;
  padding: 10px 10px;
  background-color: #fff;
  color: #3b3b3b;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-nav button span {
  display: block;
  line-height: 20px;
  font-size: 20px;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-nav button span i {
  font-size: 18px;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-nav button:hover {
  background-color: #ffe341;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-nav .owl-prev {
  left: 0;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-nav .owl-next {
  right: 0;
}
.mp20 .center .content .col .detalle .slider .galas #ficha_owl .owl-dots {
  display: none;
}
.mp20 .center .content .col .detalle .detalle2 {
  width: 100%;
  border-width: 1px 1px 1px 1px;
  border-color: #D2D2D2;
  border-style: solid;
  padding: 38px 28px 68px 28px;
  position: relative;
  margin-bottom: 28px;
}
.mp20 .center .content .col .detalle .detalle2 ul.detalles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp20 .center .content .col .detalle .detalle2 ul.detalles li {
  position: relative;
  display: block;
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 0px 32px;
  font-size: 16px;
}
.mp20 .center .content .col .detalle .detalle2 ul.detalles li span.ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
.mp20 .center .content .col .detalle .detalle2 ul.detalles li span.ico i {
  font-size: 15px;
  color: #3b3b3b;
}
.mp20 .center .content .col .detalle .detalle2 a.download {
  position: absolute;
  bottom: 20px;
  display: block;
  text-align: right;
  font-size: 16px;
  color: #3b3b3b;
  text-decoration: underline;
  right: 30px;
}
.mp20 .center .content .col .detalle .detalle2 a.download:hover {
  color: #ffe341;
}
.mp20 .center .content .col .detalle .detalle2 .description {
  font-size: 16px;
  line-height: 23px;
}
.mp20 .center .content .col .detalle .detalle2 .mapa {
  width: 100%;
  height: 400px;
}
.mp20 .center .content .col .detalle .sinborde {
  border: 0;
}
.mp20 .center .content .col .detalle .mapa_s {
  padding: 38px 0px 20px 0px;
}
.mp20 .center .content .col .asesoria .its {
  position: relative;
  width: 100%;
  padding: 8px 0px 0px 39px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
.mp20 .center .content .col .asesoria .its span.ico {
  position: absolute;
  left: 0;
  top: 10px;
  color: #000;
}
.mp20 .center .content .col .asesoria .its a {
  color: #000;
}
.mp20 .center .content .cl1 {
  max-width: 871px;
}
.mp20 .center .content .cl2 {
  max-width: 270px;
}
.mp21 {
  padding: 86px 0px 50px;
  height: 666px;
  background-image: url(../img/vallas_fijas.png);
  background-position: center 143px;
  background-repeat: no-repeat;
}
.mp21 .center .row .col p.tt {
  margin-bottom: 17px;
}
.mp21 .center .row .col p.boton {
  padding: 35px 0px 0px 0px;
}
.mp21 .center .row .cl1 {
  max-width: 363px;
  padding: 91px 0px 0px 0px;
}
.mp21 .center .row .cl2 {
  max-width: 573px;
}
.mp21 .center .row .cl2 img {
  opacity: 0;
}
.mp22 {
  padding: 135px 0px 50px;
  height: 829px;
  background-image: url(../img/led_sytem.png);
  background-position: center 116px;
  background-repeat: no-repeat;
}
.mp22 .center .row .col p.tt {
  font-size: 37px;
  margin-bottom: 21px;
}
.mp22 .center .row .col p.par {
  font-size: 18px;
  margin-bottom: 55px;
}
.mp22 .center .row .col p.boton {
  padding: 35px 0px 0px 0px;
}
.mp22 .center .row .col .grid {
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px 27px;
  display: grid;
  margin-bottom: 55px;
}
.mp22 .center .row .col .grid .itm {
  width: 100%;
  position: relative;
  padding: 7px 0px 0px 100px;
  color: #000;
}
.mp22 .center .row .col .grid .itm span.ico {
  position: absolute;
  left: 0;
  top: 5px;
  width: 67px;
  text-align: center;
}
.mp22 .center .row .col .grid .itm span.ico i {
  font-size: 50px;
}
.mp22 .center .row .cl1 {
  max-width: 760px;
  padding: 91px 0px 0px 0px;
}
.mp22 .center .row .cl2 {
  display: none;
}
.mp22 .center .row .cl2 img {
  opacity: 0;
}
.mp23 {
  padding: 10px 0px 65px;
  background-color: #fff;
}
.mp23 .center .table {
  max-width: 775px;
  width: 100%;
  margin: auto;
}
.mp23 .center .table .titulo {
  background-color: #ffe341;
  text-align: center;
  padding: 14px 0px;
  font-size: 24px;
}
.mp23 .center .bgc1 {
  background-color: #ECECEC;
}
.mp23 .center .bgc2 {
  background-color: #fff;
}
.mp23 .center .bgc3 {
  background-color: #E2E2E2;
}
.mp23 .center .bgc4 {
  background-color: #D1D1D1;
}
.mp23 .center .tabla thead tr.bgnegro {
  background-color: #000;
}
.mp23 .center .tabla thead tr.bgnegro th {
  color: #fff;
}
.mp23 .center .tabla thead tr th {
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
}
.mp23 .center .tabla tbody tr td {
  padding: 20px 0px;
  text-align: center;
}
.mp24 {
  padding: 143px 0px 0px;
  height: 790px;
}
.mp24 .center .row .cl1 {
  padding: 94px 0px 0px 100px;
  max-width: 457px;
}
.mp24 .center .row .cl2 {
  max-width: 621px;
}
.mp25 {
  height: 165px;
}
.mp26 {
  position: relative;
  z-index: 3;
  padding: 24px 0px 80px;
  background-color: #fff;
}
.mp26 .linea {
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
}
.mp26 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.mp26 .center p.t2 {
  font-size: 18px;
  line-height: 29px;
  color: #3b3b3b;
  text-align: center;
  margin-top: 33px;
}
.mp26 .center p.ts {
  font-size: 24px;
  color: #3b3b3b;
  padding-bottom: 11px;
}
.mp26 .center .separador {
  height: 50px;
}
.mp26 .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px 25px;
  margin-top: 50px;
  margin-bottom: 80px;
}
.mp26 .center .grid .item img {
  width: 100%;
}
.mp26 .center .grid span {
  display: block;
  padding: 10px 25px;
  width: 100%;
  font-size: 18px;
  color: #3b3b3b;
  background-color: #ffe341;
  text-align: center;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++ END MEDIOS +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* OTROS SERVICIOS */
.bg19 {
  padding: 118px 0px;
  height: 790px;
}
.bg19 .center .row .col p.tt {
  margin-bottom: 16px;
}
.bg19 .center .row .cl1 {
  max-width: 472px;
  margin: 0px 0px 0px 0px;
  padding: 129px 100px 0px 5px;
}
.bg19 .center .row .cl2 {
  max-width: 600px;
}
.bg20 {
  background-color: #fff;
  height: 45px;
  margin-bottom: 0px;
}
.bg20 .center .menu_desktop {
  top: -82px;
  max-width: 770px;
}
.bg20 .center .menu_desktop a {
  max-width: 185px;
}
.bg20 .center .menu_desktop a span.ico {
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
}
.bg20 .center .menu_desktop a.servicio1 span.ico {
  background-image: url(../img/iconos/ser1.png);
}
.bg20 .center .menu_desktop a.servicio2 span.ico {
  background-image: url(../img/iconos/ser2.png);
}
.bg20 .center .menu_desktop a.servicio3 span.ico {
  background-image: url(../img/iconos/ser3.png);
}
.bg20 .center .menu_desktop a.servicio4 span.ico {
  background-image: url(../img/iconos/ser4.png);
}
.bg21 {
  padding: 0px;
}
.bg21 .item {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: calc(33.33333333%);
}
.os1 {
  background-color: #ffe341;
  padding: 131px 0px 0px;
  height: 791px;
}
.os1 .center p.tt {
  font-size: 36px;
  color: #000;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.os1 .center p.par {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 24px;
}
.os1 .center p.boton {
  text-align: center;
  padding: 23px 0px 0px;
}
.os1 .center img.img_os1 {
  margin: auto;
}
.os2 {
  padding: 144px 0px 0px;
  height: 712px;
}
.os2 .center .row .col {
  width: 100%;
}
.os2 .center .row .col p.tt {
  text-align: left;
  margin-bottom: 29px;
}
.os2 .center .row .col p.par {
  text-align: left;
  margin-bottom: 12px;
}
.os2 .center .row .col p.boton {
  text-align: left;
}
.os2 .center .row .cl1 {
  max-width: 400px;
  padding: 81px 0px 0px 0px;
}
.os2 .center .row .cl2 {
  max-width: 673px;
}
.os3 {
  padding: 87px 0px 68px;
  background-color: #fff;
}
.os3 .center p {
  text-align: center;
}
.os3 .center p.tt {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.os3 .center p.par {
  max-width: 749px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  line-height: 22px;
}
.os3 .center .grid {
  margin-top: 32px;
  margin-bottom: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px 10px;
}
.os3 .center .grid .item {
  text-align: center;
}
.os3 .center .grid .item p.par {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #3b3b3b;
  padding: 13px 0px 0px;
}
.os3 .center .grid .item p.par2 {
  font-size: 24px;
  line-height: 28px;
}
.os3 .center .grid2 {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px 30px;
}
.os3 .center .grid2 .item {
  min-height: 318px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 27px 0px 0px 0px;
}
.os3 .center .grid2 .item span {
  display: block;
}
.os3 .center .grid2 .item span.t1 {
  font-size: 36px;
  line-height: 37px;
  color: #12110c;
}
.os3 .center .grid2 .item span.t2 {
  font-size: 36px;
  color: #3e3e3e;
  margin-bottom: 16px;
}
.os3 .center .grid2 .item span.t3 {
  font-size: 18px;
  color: #12110c;
  margin-bottom: 5px;
}
.os3 .center .grid2 .item:hover {
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
}
.os3 .center .grid2 .item_ama {
  background-color: #ffe341;
}
.os4 {
  padding: 120px 0px 0px;
  height: 790px;
}
.os4 .center .row .col {
  width: 100%;
}
.os4 .center .row .col p.tt {
  text-align: left;
  margin-bottom: 42px;
}
.os4 .center .row .col p.par {
  text-align: left;
  margin-bottom: 12px;
  line-height: 22px;
}
.os4 .center .row .col p.par2 {
  line-height: 28px;
  font-size: 24px;
  margin-bottom: 19px;
}
.os4 .center .row .col p.boton {
  text-align: left;
}
.os4 .center .row .cl1 {
  max-width: 370px;
  padding: 114px 0px 0px 0px;
}
.os4 .center .row .cl2 {
  max-width: 771px;
}
.os5 {
  padding: 124px 0px 128px;
}
.os5 .center p.tt {
  font-size: 24px;
  color: #3b3b3b;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.os5 .center .row .col p.t1 {
  line-height: 26px;
}
.os5 .center .row .col p.par {
  line-height: 22px;
}
.os5 .center .row .col p.par2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.os5 .center .row .cl1 {
  max-width: 767px;
  text-align: center;
}
.os5 .center .row .cl2 {
  max-width: 368px;
  padding: 42px 0px 0px 0px;
}
.os6 {
  background-image: url(../img/parallax.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 145px 0px 182px;
}
.os6 .center p.tt {
  max-width: 790px;
  width: 100%;
  margin: auto;
  font-size: 36px;
  text-align: center;
  color: #fff;
  line-height: 41px;
}
.os7 {
  height: 116px;
  background-color: #ffe341;
}
.os8 {
  height: auto;
}
.os8 .center .menu_desktop {
  top: 0;
}
.os9 {
  padding: 43px 0px 43px 0px;
  background-color: #fff;
}
.os9 .center p {
  text-align: center;
  color: #000;
}
.os9 .center p.tt {
  font-size: 36px;
  margin-bottom: 6px;
  letter-spacing: 4px;
}
.os9 .center p.tt3 {
  font-size: 24px;
  line-height: 31px;
}
.os9 .center p.boton {
  padding: 21px 0px 0px;
}
.os9 .center .row {
  margin-top: 28px;
}
.os9 .center .row .col {
  width: 100%;
  vertical-align: top;
}
.os9 .center .row .col p {
  text-align: left;
}
.os9 .center .row .col p.tt2 {
  font-size: 18px;
  margin-bottom: 0px;
}
.os9 .center .row .col p.par2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.os9 .center .row .cl1 {
  max-width: 185px;
  padding: 0px 0px 0px 0px;
}
.os9 .center .row .cl3 {
  max-width: 800px;
  text-align: center;
  padding: 79px 0px 0px 0px;
}
.os9 .center .row .cl2 {
  max-width: 185px;
  padding: 0px 0px 0px 14px;
}
.os10 {
  height: 151px;
  background-color: #fff;
}
.bg35 .center p.tt {
  font-size: 24px;
  color: #000;
}
.bg35 .center p.tt span {
  font-size: 20px;
  display: block;
  padding: 10px 0px 40px;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 1114px) {
  div.sticky {
    position: initial;
  }
  .soloenmoviles {
    display: block;
  }
  /* HEADER  */
  header {
    z-index: 99;
    width: 100%;
    left: 0;
    padding: 0;
    background-color: #ffe341;
  }
  header .center {
    max-width: 100%;
    padding: 0px 10px;
  }
  header .center .logo {
    float: left;
    padding: 8px 0px;
  }
  header .center .logo img {
    max-width: 129px;
  }
  header .center ul {
    float: none;
    text-align: center;
  }
  header .center ul li {
    display: block;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  header .center ul li a {
    display: block;
    font-size: 17px;
    padding: 13px 0px;
    border-bottom: 1px solid #333;
  }
  header .center ul li.last-car {
    display: none;
  }
  header .center .menu_movi {
    float: right;
    padding-right: 0px;
    padding-top: 0px;
  }
  header .center .menu_movi a {
    text-decoration: none;
    color: #000;
    font-size: 40px;
  }
  header .center .menu_movi a .fa-times {
    display: none;
  }
  header .center .menu_movi a.fabas img {
    margin: -10px 3px 0px 0px;
    max-width: 40px;
  }
  header.head_styk {
    padding: 0px;
  }
  header.head_styk .center .logo img {
    max-width: 129px;
  }
  header.head_styk .center ul li {
    padding: 0px;
  }
  header.head_styk .center ul li a {
    padding: 13px 0px;
    font-size: 17px;
  }
  header.mostrando .center .menu_movi .fa-bars {
    display: none;
  }
  header.mostrando .center .menu_movi .fa-times {
    display: inline-block;
  }
  main {
    margin-top: 61px;
  }
  .center {
    max-width: 640px;
    padding: 0px 10px;
  }
  .bg1 {
    padding: 40px 0px;
    height: 860px;
  }
  .bg1 .center .row .col {
    margin: 0px 0px 20px 0px;
  }
  .bg1 .center .row .col .info {
    padding: 10px 0px 0px;
  }
  .bg1 .center .row .col .info h1 {
    font-size: 50px;
    line-height: 51px;
  }
  .bg1 .center .row .col .info h2 {
    font-size: 72px;
    line-height: 80px;
    padding: 0px 0px 0px 0px;
  }
  .bg1 .center .row .col .espectacular {
    max-width: 100%;
  }
  .bg2 {
    padding: 40px 0px 50px;
  }
  .bg2 .center .row {
    margin-top: 100px;
  }
  .bg2 .center .row .owl-carousel .item {
    min-height: 380px;
  }
  .bg2 .center .row .owl-carousel .item .tt {
    font-size: 20px;
  }
  .bg2 .center .row .owl-carousel .item .desc {
    font-size: 16px;
  }
  .bg3 {
    height: auto;
  }
  .bg3 .center .row .image_bk {
    position: initial;
  }
  .bg4 {
    padding: 40px 0px;
  }
  .bg4 .center p.tt {
    font-size: 20px;
  }
  .bg4 .center .row {
    padding: 0px;
  }
  .bg4 .center .row .owl-carousel {
    margin-bottom: 0;
  }
  .bg4 .center .row .owl-dots {
    position: initial;
    margin-bottom: 20px;
  }
  .bg5 {
    padding: 40px 0px;
  }
  .bg5 .center p.tt {
    font-size: 20px;
  }
  .bg5 .center p.par br {
    display: none;
  }
  .bg5 .center .grid .item p.par {
    font-size: 15px;
    line-height: 20px;
  }
  .bg5 .center .grid .item p.par2 {
    font-size: 15px;
    line-height: 20px;
  }
  .bg6 {
    background-image: none;
    padding: 40px 0px;
  }
  .bg6 .center .row .col {
    background-color: #F0F0F0;
  }
  .bg6 .center .row .col p.tt {
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 6px;
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  .bg6 .center .row .col p.par {
    max-width: 100%;
    text-align: center;
    padding: 0px 20px 20px;
    margin: auto;
  }
  .bg7 {
    padding: 20px 0px 50px;
  }
  .bg7 .center .grid .item {
    height: 200px;
  }
  .bg7 .center .grid .item-2 {
    height: 200px;
  }
  .bg7 .center .avisos p.tt {
    padding-top: 30px;
  }
  /* CONTACTO */
  .bg8 {
    padding: 40px 0px;
  }
  .bg8 .center h1 {
    font-size: 85px;
    letter-spacing: 10px;
  }
  .bg9 .row {
    height: auto;
  }
  .bg9 .row .col {
    width: 100%;
  }
  .bg9 .row .col .info {
    max-width: 485px;
    margin: auto;
    float: none;
    padding: 50px 0px;
  }
  .bg9 .row .col .infor {
    display: none;
  }
  .bg10 {
    height: 720px;
  }
  .bg10 .center p.par br {
    display: none;
  }
  .bg11 {
    padding: 40px 0px;
  }
  .bg11 .center .info h1 {
    font-size: 46px;
    letter-spacing: 8px;
  }
  .bg11 .center .info h1 span.sp1 {
    text-align: center;
    font-size: 90px;
    margin: auto;
  }
  .bg11 .center .info h1 span.sp2 {
    font-size: 40px;
  }
  .bg11 .center .info p.par {
    max-width: 500px;
    margin: auto;
    padding-left: 0;
  }
  .bg13 {
    padding: 40px 0px;
  }
  .bg13 .center p.tt {
    text-align: center;
  }
  .bg13 .center .row {
    margin-top: 10px;
    grid-template-columns: 1fr;
    grid-gap: 20px 0px;
    grid-template-rows: auto;
  }
  .bg13 .center .row .col {
    padding: 30px 25px;
  }
  .bg13 .center .row .col .icono {
    height: 127px;
  }
  .bg13 .center .infos {
    max-width: 600px;
    margin: 60px auto 0px;
    padding: 5px 0px 0px 144px;
  }
  .bg13 .center .infos p.par {
    font-size: 22px;
    line-height: 28px;
  }
  .bg14 {
    padding: 40px 0px;
    background-image: none;
  }
  .bg14 .center .row .col {
    background-color: #F0F0F0;
  }
  .bg14 .center .row .col p.tt {
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 6px;
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  .bg14 .center .row .col p.tt span {
    text-align: center;
  }
  .bg14 .center .row .col p.par {
    max-width: 100%;
    text-align: center;
    padding: 0px 20px 20px;
    margin: auto;
  }
  .bg14 .center .row .col p.par2 {
    margin: auto;
    text-align: center;
  }
  .bg14 .center .row .col p.boton {
    text-align: center;
    padding-bottom: 40px;
  }
  .bg15 .row {
    height: auto;
  }
  .bg15 .row .col .info {
    padding: 50px 0px 20px 0px;
  }
  /* MEDIOS */
  .bg16 {
    padding: 50px 0px;
  }
  .bg16 .center {
    position: relative;
  }
  .bg16 .center .row .col .espectacular {
    max-width: 100%;
  }
  .bg16 .center .row .col p.tt {
    text-align: center;
    margin-bottom: 14px;
  }
  .bg16 .center .row .col p.par {
    text-align: center;
  }
  .bg16 .center .row .col p.boton {
    text-align: center;
  }
  .bg16 .center .row .cl1 {
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
  }
  .bg16 .center .row .cl2 {
    max-width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .bg17 .barra {
    display: none;
  }
  .bg17 .center .menu_desktop {
    position: initial;
  }
  .bg18 {
    margin-top: 0px;
    padding: 40px 0px 20px;
    background-image: none;
  }
  .bg18 .center .row .col {
    width: 100%;
  }
  .bg18 .center .row .col .info {
    padding: 0px 20px;
  }
  .bg18 .center .row .col .infor {
    display: none;
  }
  .mp1 {
    padding: 50px 0px 20px;
    height: auto;
  }
  .mp1 .center .row .col .espectacular {
    max-width: 100%;
  }
  .mp1 .center .row .col p.tt {
    text-align: center;
  }
  .mp1 .center .row .col p.tt br {
    display: none;
  }
  .mp1 .center .row .col p.par {
    text-align: center;
  }
  .mp1 .center .row .col p.boton {
    text-align: center;
    padding-bottom: 20px;
  }
  .mp1 .center .row .cl1 {
    max-width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .mp1 .center .row .cl2 {
    max-width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .mp1_2 {
    height: auto;
    padding: 10px 0px;
  }
  .mp2 {
    padding: 40px 0px;
    background-image: none;
  }
  .mp2 .center .row .col {
    background-color: #F0F0F0;
  }
  .mp2 .center .row .col p.tt {
    padding: 20px 20px 0px;
  }
  .mp2 .center .row .col p.tt br {
    display: none;
  }
  .mp2 .center .row .col p.par {
    margin-bottom: 0px;
    padding: 0px 20px 20px;
    max-width: 100%;
  }
  .mp3 {
    padding: 40px 0px;
  }
  .mp3 .center .row {
    margin-top: 20px;
    background-image: none;
  }
  .mp3 .center .row .col {
    max-width: 100%;
    padding: 20px 20px;
    text-align: center;
  }
  .mp4 {
    padding: 40px 0px;
  }
  .mp4 .center .row .col {
    max-width: 100%;
  }
  .mp4 .center .row .col p.tt {
    text-align: center;
  }
  .mp4 .center .row .col p.par {
    text-align: center;
  }
  .mp4 .center .row .col ul {
    margin: 0px 0px 37px 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
  }
  .mp4 .center .row .col ul li {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
    position: relative;
    padding: 0px 0px 0px 29px;
  }
  .mp4 .center .row .col ul li span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mp4 .center .row .col ul li.especial {
    margin-bottom: 30px;
  }
  .mp7 {
    height: auto;
  }
  .mp7 .center .row .cl2 {
    max-width: 653px;
  }
  .mp8 .center .row .col p.tt {
    max-width: 100%;
  }
  .mp9 {
    padding: 4px 0px;
  }
  .mp9 .center .row {
    margin-top: 20px;
  }
  .mp9 .center .row .cl1 {
    max-width: 300px;
  }
  .mp9 .center .row .cl2 {
    max-width: 300px;
  }
  .mp9 .center .row .cl3 {
    max-width: 300px;
  }
  .mp9 .center .row .cl4 {
    max-width: 300px;
    padding: 50px 0px 0px 0px;
  }
  .mp11 {
    background-image: none;
    height: 590px;
  }
  .mp11 .center .row .col {
    text-align: center;
  }
  .mp11 .center .row .cl1 {
    padding: 0px 0px 0px 0px;
  }
  .mp11 .center .row .soloenmoviles {
    display: inline-block;
  }
  .mp12 {
    padding: 150px 0px 40px;
  }
  .mp12 .center .row {
    background-image: none;
    padding-bottom: 0px;
  }
  .mp13 {
    padding: 40px 0px;
  }
  .mp13 .center .row {
    background-image: none;
  }
  .mp13 .center .row .col {
    padding: 0;
  }
  .mp13 .center .row .cl2 {
    display: none;
  }
  .mp14 {
    background-image: none;
    padding: 50px 0px;
  }
  .mp15 {
    padding: 50px 0px 40px;
  }
  .mp15 .center .row .col {
    text-align: center;
  }
  .mp15 .center .row .col img {
    max-width: 300px;
  }
  .mp15 .center .row .col p {
    text-align: center;
    padding: 0px 50px;
  }
  .mp15 .center .row .cl1 {
    max-width: 100%;
    padding: 0;
  }
  .mp15 .center .row .cl2 {
    max-width: 100%;
    padding: 0;
  }
  .mp16 {
    background-image: none;
  }
  .mp17 {
    background-color: #ffe341;
    padding: 19px 0px 60px;
    background-position: center 78px;
  }
  .mp17 .center .row .col .info {
    padding: 64px 104px 0px 112px;
  }
  .mp17 .center .row .col .info p.tt {
    margin-bottom: 10px;
  }
  .mp17 .center .row .col .info p.par {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 37px;
  }
  .mp17 .center .row .col .info form {
    margin-bottom: 25px;
  }
  .mp17 .center .row .col .info form .inps {
    margin-bottom: 17px;
  }
  .mp18 {
    height: auto;
  }
  .mp18 .center .row .col {
    max-width: 100%;
    padding: 0px 0px 20px;
  }
  .mp18 .center .row .col .espectacular {
    margin: auto;
    max-width: 400px;
  }
  .mp19 {
    padding: 40px 0px;
  }
  .mp19 .center p.tt {
    text-align: center;
  }
  .mp19 .center p.t2 br {
    display: none;
  }
  .mp19 .center .content .col {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .mp19 .center .content .col #listadoM .item {
    height: 285px;
  }
  .mp19 .center .content .col #listadoM .item a.featured {
    width: 45%;
  }
  .mp19 .center .content .col #listadoM .item a.featured span.detalle {
    bottom: 0;
  }
  .mp19 .center .content .col #listadoM .item .informacion {
    width: 55%;
    padding: 15px 15px;
  }
  .mp19 .center .content .col #listadoM .item .informacion a.titulo {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .mp19 .center .content .col #listadoM .item .informacion ul.detalles li {
    padding: 0px 0px 0px 24px;
  }
  .mp19 .center .content .col #listadoM .item .informacion ul.detalles li span.ico {
    width: 17px;
  }
  .mp19 .center .content .col #listadoM .item .informacion ul.detalles li span.ico i {
    font-size: 13px;
  }
  .mp19 .center .content .col #listadoM .item .informacion a.download {
    bottom: 15px;
    right: 15px;
  }
  .mp1_4 {
    height: auto;
  }
  .mp1_4 .barra {
    display: none;
  }
  .mp1_4 .center .menu_desktop {
    top: 0;
  }
  .mp20 {
    padding: 40px 0px;
  }
  .mp20 .center .content {
    padding: 0px 0px 0px;
  }
  .mp20 .center .content .col {
    max-width: 100%;
  }
  .mp20 .center .content .col .detalle .detalle2 .description {
    line-height: 23px;
  }
  .mp21 {
    background-image: none;
  }
  .mp21 .center .row .col {
    max-width: 100%;
    padding: 0px 0px 20px;
  }
  .mp21 .center .row .cl2 img {
    opacity: 1;
  }
  .mp22 {
    background-image: none;
    height: auto;
  }
  .mp22 .center .row .col {
    float: none;
  }
  .mp22 .center .row .col .espectacular {
    max-width: 400px;
    margin: auto;
  }
  .mp22 .center .row .cl1 {
    max-width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .mp22 .center .row .cl2 {
    display: inline-block;
    text-align: center;
  }
  .mp22 .center .row .cl2 img {
    opacity: 1;
  }
  .mp23 {
    padding: 10px 0px 65px;
    background-color: #fff;
  }
  .mp23 .center .table {
    max-width: 775px;
    width: 100%;
    margin: auto;
  }
  .mp23 .center .table .titulo {
    background-color: #ffe341;
    text-align: center;
    padding: 14px 0px;
    font-size: 24px;
  }
  .mp23 .center .bgc1 {
    background-color: #ECECEC;
  }
  .mp23 .center .bgc2 {
    background-color: #fff;
  }
  .mp23 .center .bgc3 {
    background-color: #E2E2E2;
  }
  .mp23 .center .bgc4 {
    background-color: #D1D1D1;
  }
  .mp23 .center .tabla thead tr.bgnegro {
    background-color: #000;
  }
  .mp23 .center .tabla thead tr.bgnegro th {
    color: #fff;
  }
  .mp23 .center .tabla thead tr th {
    padding: 20px 0px;
    text-align: center;
    font-size: 18px;
  }
  .mp23 .center .tabla tbody tr td {
    padding: 20px 0px;
    text-align: center;
  }
  .mp24 .center .row {
    text-align: center;
  }
  .mp24 .center .row .col {
    float: none;
    text-align: center;
  }
  .mp24 .center .row .col .espectacular {
    max-width: 100%;
    margin: auto;
  }
  .mp24 .center .row .cl1 {
    padding: 0px 0px 0px 0px;
    max-width: 80%;
    margin: auto;
  }
  .mp24 .center .row .cl2 {
    max-width: 100%;
  }
  .mp25 {
    height: auto;
    padding: 10px 0px;
  }
  .mp26 {
    position: relative;
    z-index: 3;
    padding: 24px 0px 80px;
    background-color: #fff;
  }
  .mp26 .linea {
    width: 100%;
    height: 1px;
    background-color: #D2D2D2;
  }
  .mp26 .center p.tt {
    font-size: 24px;
    color: #3b3b3b;
    letter-spacing: 7px;
    text-transform: uppercase;
    padding-bottom: 14px;
  }
  .mp26 .center p.t2 {
    font-size: 18px;
    line-height: 29px;
    color: #3b3b3b;
    text-align: center;
    margin-top: 33px;
  }
  .mp26 .center p.ts {
    font-size: 24px;
    color: #3b3b3b;
    padding-bottom: 11px;
  }
  .mp26 .center .separador {
    height: 50px;
  }
  .mp26 .center .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px 25px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .mp26 .center .grid .item img {
    width: 100%;
  }
  .mp26 .center .grid span {
    display: block;
    padding: 10px 25px;
    width: 100%;
    font-size: 18px;
    color: #3b3b3b;
    background-color: #ffe341;
    text-align: center;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++ END MEDIOS +++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* OTROS SERVICIOS */
  .bg19 {
    padding: 50px 0px 0px;
    height: auto;
  }
  .bg19 .center .row .col {
    max-width: 100%;
    padding: 0px 0px 20px;
  }
  .bg19 .center .row .col p.tt br {
    display: none;
  }
  .bg19 .center .row .cl2 {
    padding-bottom: 0px;
  }
  .bg20 {
    height: auto;
  }
  .bg20 .center .menu_desktop a {
    max-width: 140px;
  }
  .bg21 {
    padding: 0px;
  }
  .bg21 .item {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: calc(33.33333333%);
  }
  .os1 {
    height: auto;
    padding: 50px 0px;
  }
  .os1 .center p.tt br {
    display: none;
  }
  .os1 .center p.par br {
    display: none;
  }
  .os2 .center .row .col {
    max-width: 100%;
    padding: 0px 0px 20px;
  }
  .os2 .center .row .col p.tt {
    text-align: center;
  }
  .os2 .center .row .col p.par {
    text-align: center;
  }
  .os2 .center .row .col p.boton {
    text-align: center;
  }
  .os2 .center .row .cl2 {
    padding: 0px;
  }
  .os3 {
    padding: 50px 0px;
  }
  .os3 .center .grid .item p.par {
    font-size: 18px;
  }
  .os3 .center .grid2 {
    grid-template-columns: 1fr;
    grid-gap: 10px 0px;
  }
  .os3 .center .grid2 .item {
    min-height: auto;
    padding: 27px 0px 20px 0px;
  }
  .os4 .center .row .col {
    max-width: 100%;
    padding: 0px 0px 20px;
  }
  .os4 .center .row .col p.tt {
    text-align: center;
  }
  .os4 .center .row .col p.par {
    text-align: center;
  }
  .os4 .center .row .col p.boton {
    text-align: center;
  }
  .os4 .center .row .cl2 {
    padding-bottom: 0px;
  }
  .os5 {
    padding: 40px 0px;
  }
  .os5 .center p.tt {
    font-size: 24px;
    color: #3b3b3b;
    letter-spacing: 7px;
    text-transform: uppercase;
    padding-bottom: 14px;
  }
  .os5 .center .row .col {
    max-width: 100%;
    padding: 0px 0px 10px;
  }
  .os5 .center .row .col p.t1 br {
    display: none;
  }
  .os6 {
    padding: 100px 0px;
  }
  .os7 {
    height: 0;
  }
  .os8 {
    height: auto;
  }
  .os8 .center .menu_desktop {
    top: 0;
  }
  .os9 {
    padding: 40px 0px;
  }
  .os9 .center p.tt br {
    display: none;
  }
  .os9 .center p.tt3 br {
    display: none;
  }
  .os9 .center p.boton {
    padding: 21px 0px 0px;
  }
  .os9 .center .row .col {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
  .os10 {
    height: 50px;
  }
  /*  FOOTER */
  footer {
    padding: 30px 0px;
  }
  footer .center .row .col {
    max-width: 100%;
    width: 50%;
  }
  footer .center .row .col p.tt {
    text-align: center;
  }
  footer .center .row .col p.tt br {
    display: none;
  }
  footer .center .row .cl1 {
    width: 100%;
    padding: 10px 0px 20px;
  }
}
@media all and (max-width: 639px) {
  .center {
    max-width: 320px;
    padding: 0px 10px;
  }
  header .center .logo img {
    max-width: 115px;
  }
  header.head_styk .center .logo img {
    max-width: 115px;
  }
  footer .center .row .col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .center .row .col p.diseno {
    text-align: center;
  }
  main {
    margin-top: 56px;
  }
  .bg1 {
    padding: 20px 0px;
    height: 532px;
  }
  .bg1 .center .row .col .info h1 {
    font-size: 30px;
    line-height: 40px;
    margin: auto;
    padding: 0;
    text-align: center;
  }
  .bg1 .center .row .col .info h1 br {
    display: none;
  }
  .bg1 .center .row .col .info h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .bg1 .center .row .col .info p.par {
    padding: 10px 0px;
    text-align: center;
  }
  .bg1 .center .row .col .info p.par br {
    display: none;
  }
  .bg1 .center .row .col .info p.boton {
    padding: 0px 0px;
    text-align: center;
  }
  .bg2 .center .row .owl-nav {
    display: none;
  }
  .bg3 {
    padding: 20px 0px;
  }
  .bg3 .center .row .col {
    max-width: 100%;
  }
  .bg3 .center .row .col p {
    text-align: center;
  }
  .bg3 .center .row .col p.tt {
    text-align: center;
    font-size: 20px;
  }
  .bg3 .center .row .col p.par {
    padding: 16px 0px 0px 0px;
  }
  .bg3 .center .row .col p.par2 {
    font-size: 25px;
  }
  .bg3 .center .row .col p.par2 span {
    font-size: 30px;
    margin: auto;
  }
  .bg3 .center .row .col p.par3 {
    padding: 10px 0px 0px;
  }
  .bg4 {
    padding: 20px 0px;
  }
  .bg4 .center p.tt {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .bg5 {
    padding: 20px 0px;
  }
  .bg5 .center p.tt {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .bg5 .center .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 30px;
  }
  .bg6 .center .row .col p.tt {
    font-size: 25px;
    line-height: 30px;
  }
  .bg7 .center .grid {
    grid-template-columns: 1fr 1fr;
  }
  .bg7 .center .grid .item {
    height: 100px;
  }
  .bg7 .center .grid .item-2 {
    grid-column: span 1;
  }
  .bg7 .center .avisos {
    margin-top: 30px;
  }
  .bg7 .center .avisos .grid {
    grid-template-columns: 1fr;
    grid-gap: 20px 0px;
  }
  .bg7 .center .avisos .grid .item-4 {
    grid-column: span 1;
  }
  .bg8 {
    padding: 20px 0px;
  }
  .bg8 .center h1 {
    font-size: 30px;
  }
  .bg9 .row .col {
    float: none;
    padding: 10px 10px;
  }
  .bg9 .row .col .info {
    padding: 0px 0px;
  }
  .bg9 .row .col .info p.tt {
    text-align: center;
    font-size: 25px;
  }
  .bg10 {
    padding: 40px 0px;
    background-image: none;
    height: auto;
  }
  .bg10 .center p.tt {
    font-size: 25px;
  }
  .bg10 .center p.par {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .bg11 {
    padding: 20px 0px;
  }
  .bg11 .center .info h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
  }
  .bg11 .center .info h1 span.sp1 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 12px;
  }
  .bg11 .center .info h1 span.sp2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
  }
  .bg11 .center .info p.par {
    text-align: center;
    padding: 10px 0px 0px;
  }
  .bg13 {
    padding: 20px 0px;
  }
  .bg13 .center .infos {
    padding: 0px 0px 0px;
  }
  .bg13 .center .infos span.ico {
    position: initial;
    display: block;
    text-align: center;
    width: 100%;
  }
  .bg13 .center .infos p.par {
    padding: 10px 0px 0px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
  }
  .bg14 {
    padding: 20px 0px;
  }
  .bg14 .center .row .col p.tt {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .bg14 .center .row .col p.par {
    font-size: 18px;
    line-height: 22px;
  }
  .bg14 .center .row .col p.par2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0px 20px 20px;
  }
  .bg16 {
    padding: 20px 0px 0px;
    height: auto;
  }
  .bg16 .center .row .col p.tt {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .bg16 .center .row .col p.par {
    font-size: 19px;
  }
  .bg16 .center .row .cl1 {
    margin-bottom: 20px;
  }
  .bg18 {
    padding: 20px 0px;
  }
  .bg18 .center .row .col .info {
    padding: 0px 0px;
  }
  .bg18 .center .row .col .info p.tt {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .bg18 .center .row .col .info p.tt br {
    display: none;
  }
  .bg18 .center .row .col .info p.par {
    font-size: 18px;
  }
  .bg18 .center .row .col .info form .md {
    width: 100%;
  }
  .mp1 {
    padding: 20px 0px;
    height: auto;
  }
  .mp1 .center .row .col p.tt {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 5px;
  }
  .mp1 .center .row .cl1 {
    max-width: 100%;
  }
  .mp3 {
    padding: 20px 0px;
  }
  .mp3 .center p.par {
    padding: 20px 0px 0px;
  }
  .mp3 .center p.par br {
    display: none;
  }
  .mp5 .center p.tt {
    font-size: 19px;
  }
  .mp9 .center p.tt {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .mp15 .center .row .col p.t1 {
    padding: 0px 0px;
  }
  .mp15 .center .row .col p.par {
    padding: 0px 0px;
  }
  .mp24 .center .row .col .espectacular {
    max-width: 200px;
  }
  .mp19 {
    padding: 20px 0px;
  }
  .mp19 .center p.tt {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .mp19 .center p.t2 {
    margin-top: 10px;
  }
  .mp19 .center .content .col #listadoM .item {
    height: auto;
  }
  .mp19 .center .content .col #listadoM .item a.featured {
    width: 100%;
    height: 200px;
  }
  .mp19 .center .content .col #listadoM .item .informacion {
    width: 100%;
    border-width: 0px 1px 1px 1px;
  }
  .mp19 .center .content .col #listadoM .item .informacion a.titulo {
    font-size: 20px;
  }
  .mp19 .center .content .col #listadoM .item .informacion a.download {
    position: initial;
    margin: 20px 0px 0px;
  }
  .mp22 {
    padding: 20px 0px;
  }
  .mp22 .center .row .col .grid {
    grid-template-columns: 1fr;
  }
  .mp22 .center .row .col .espectacular {
    max-width: 200px;
  }
  .mp23 .center .table .titulo {
    font-size: 20px;
    padding: 14px 10px;
  }
  .mp23 .center .tabla tbody tr td {
    padding: .625em;
    text-align: right;
  }
  .mp18 .center .row .col .espectacular {
    max-width: 200px;
  }
  .bg19 .center .row .col {
    margin-bottom: 0px;
  }
  .bg19 .center .row .col .espectacular {
    max-width: 200px;
    margin: auto;
  }
  .os1 {
    padding: 20px 0px;
  }
  .os1 .center p.tt {
    font-size: 25px;
    line-height: 30px;
  }
  .os3 .center .grid2 .item {
    padding: 20px;
  }
  .os3 .center .grid2 .item span.t1 {
    font-size: 26px;
  }
  .os3 .center .grid2 .item span.t1 br {
    display: none;
  }
  .os6 .center p.tt {
    font-size: 26px;
    line-height: 31px;
  }
  .os9 .center p.tt {
    font-size: 25px;
    line-height: 30px;
  }
  .os9 .center p.tt3 {
    font-size: 20px;
  }
}
