/*--------------------- HEADER -----------------------*/

body {
  height: 100%;
  /*    overflow-x: hidden;*/
}

header {
  margin: 0 auto;
  padding: 20px 10%;
  width: 80%;
  position: relative;
  /*   background: #ffec00 url(../images/grunge.png) no-repeat; */
  background: #ffec00;
  background-size: 100%;
}

.logo_header {
  margin-bottom: 20px;
}

.MP-common-red-CDl {
  width: 335px;
}
.MP-common-green-CDl {
  width: 335px;
}

nav {
  background: #000;
  width: calc(100% - 20%);
  position: absolute;
  border-bottom: 2px solid #ffec00;
}

nav ul {
  padding: 20px;
}

nav ul li {
  display: inline-block;
  margin-right: 30px;
}

nav ul li a,
nav ul li a:visited,
nav ul li a:active {
  color: white;
  font-family: "sansL";
  font-size: 18px;
}

nav ul li a:hover {
  color: #ffec00;
}

/*----------- SUBMENU ---------------*/

#submenu {
  display: inline-block;
  margin-right: 30px;
  line-height: 11px;
}

#submenu ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#submenu ul a {
  display: block;
  /*    font-family: 'avL';*/
}

#submenu ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#submenu ul li.current-menu-item {
  /*	background:#ddd*/
}

#submenu ul li ul li:hover {
  background: #000;
}

#submenu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  background: rgba(17, 17, 17, 0.8);
  padding: 0;
  margin-top: 28px;
  z-index: 999999999999999999;
}

#submenu ul ul:before {
  content: "\00a0";
  width: 100px;
  height: 47px;
  background: rgba(0, 0, 255, 0);
  position: absolute;
  top: -47px;
  left: 0;
}

#submenu ul ul li {
  float: none;
  width: 210px;
  /*    height: 50px;*/
}

#submenu ul ul a {
  line-height: 18px;
  padding: 10px 15px;
  color: #fff;
  font-family: "sansL";
  /*    font-size: 12px;*/
  margin: 0 10px;
  border-bottom: 1px solid #695d4d;
  /*        text-align: left;*/
}

#submenu ul li:hover > ul {
  display: block;
}

.phone_header {
  float: right;
}

.phone_header img {
  float: right;
  margin-left: 10px;
}

.text_phone_header {
  float: left;
}

.text_phone_header p {
  font-family: "sansR";
}

.text_phone_header h2 {
  font-family: "sansB";
  font-size: 25px;
  color: black;
  text-align: right;
}

.text_phone_header p {
  text-align: right;
}

/*--------------------- MAIN -----------------------*/

.cover {
  background: url("../images/bg.jpg") 50% -160px no-repeat;
  float: left;
  width: 80%;
  padding: 100px 10% 30px 10%;
  background-size: 100%;
}

.col_1x2 {
  width: calc(50% - 40px);
  float: left;
  margin: 30px 20px;
}

.col_1x2 article {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid #ffec00;
  float: left;
  width: 100%;
  padding: 20px;
  max-width: 560px;
}

.cover_tip {
  width: 100%;
  float: left;
  padding: 10px;
}

.cover_tip img {
  float: left;
}

.cover_tip p {
  color: white;
  float: left;
  margin-left: 10px;
  font-size: 18px;
}

.section {
  padding: 20px 10%;
  width: 80%;
  float: left;
  text-align: center;
}

.headline {
  text-align: center;
  position: relative;
  margin: 50px 0;
}

.headline h1 {
  border-bottom: 5px #ffec00 solid;
  display: inline-block;
}

.headline h1:before {
  background: url(../images/ribb.png);
  width: 25px;
  left: 50%;
  height: 23px;
  position: absolute;
  content: "";
  margin-left: -12px;
  top: 66px;
}

/*--------------------- PLANES -----------------------*/

.planes article {
  display: inline-block;
  border: 10px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 29%;
  margin: 100px 0;
}

.planes article:nth-of-type(1) {
  float: left;
}

.planes article:nth-of-type(2) {
  margin: 100px auto;
}

.planes article:nth-of-type(3) {
  float: right;
}

.planes article:nth-of-type(1) .plan_title {
  background: url(../images/bg-plan1.jpg);
  background-size: 100%;
}

.planes article:nth-of-type(2) .plan_title {
  background: url(../images/bg-plan2.jpg);
  background-size: 100%;
}

.planes article:nth-of-type(3) .plan_title {
  background: url(../images/bg-plan3.jpg);
  background-size: 100%;
}

.planes article > p {
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

.planes article > p:first-of-type {
  margin-top: 15px;
}

.planes article > p:last-of-type {
  border-bottom: none;
  margin-bottom: 15px;
}

.plan_title {
  background-size: 100%;
  text-align: center;
}

.plan_title h2 {
  font-family: "sansB";
  font-size: 36px;
  color: white;
  text-align: center;
  padding: 30px 30px 10px 30px;
}

.plan_title p {
  font-family: "sansL";
  font-size: 22px;
  color: white;
  text-align: center;
  padding: 10px;
  display: inline-block;
  width: calc(100% - 50px);
  height: 10px;
  border-bottom: 1px solid #fff;
  line-height: 0.1em;
  margin-bottom: 40px;
}

.plan_title p span {
  font-family: "sansL";
  background: black;
  font-size: 22px;
  color: white;
  text-align: center;
  padding: 20px;
  display: inline-block;
}

.plan_boton {
  background: #e2001a;
  font-family: "sansL";
  font-size: 20px;
  padding: 10px 0;
  color: white;
}

.plan_boton:hover {
  background: #e3364a;
}

/*--------------------- SOMO HOME -----------------------*/

.somos_home {
  background-color: black;
  background-size: 100%;
  padding: 50px 10%;
}

.col_1x3 {
  float: left;
  width: 30%;
}

.col_2x3 {
  float: right;
  width: calc(70% - 50px);
  padding-left: 50px;
}

.col_2x3 p {
  color: white;
  text-align: left;
}

.col_2x3 h3 {
  color: white;
  text-align: left;
  font-family: "sansB";
  font-size: 27px;
  margin-bottom: 20px;
}

/*--------------------- COBERTURA -----------------------*/

.cobertura {
  background: #ffec00;
  margin-top: 260px;
}

.cobertura .headline {
  margin-top: -210px;
}

.cobertura article {
  display: inline-block;
  border: 10px solid rgba(0, 0, 0, 0.3);
  padding: 0;
  width: 20%;
  margin: 100px 15px;
  position: relative;
  min-height: 150px;
  vertical-align: top;
}

.cobertura h3:before {
  content: "";
  background: url(../images/pin.png) no-repeat;
  height: 52px;
  width: 52px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: -30px;
}

.cobertura article h3 {
  background: black;
  color: white;
  font-family: "sansB";
  padding: 10px 0;
  font-size: 26px;
}

.cobertura article p {
  background: white;
  padding: 10px 0 30px 0;
  min-height: 60px;
}

/*--------------------- FOOTER -----------------------*/

footer {
  padding: 20px 10%;
  background: #030303;
  width: 80%;
  float: left;
  text-align: center; 
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
}

footer article {
  /* display: inline-block;
  width: 29%;
  vertical-align: top; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer {
    flex-direction: column !important;
  }
  
  footer article {
    align-items: flex-start;
  }
}

footer article h3 {
  color: #ffec00;
  font-family: "sansL";
  font-size: 22px;
  text-align: left;
}

footer article h2 {
  color: #fff;
  font-family: "sansB";
  font-size: 22px;
  text-align: right;
  margin: 10px 0;
}

footer article p {
  color: #fff;
  text-align: left;
  margin: 10px 0;
}

footer article p img {
  vertical-align: sub;
}

/* footer article:nth-of-type(1) {
  float: left;
}

footer article:nth-of-type(2) {
  margin: 0 auto;
}

footer article:nth-of-type(2) h3 {
  text-align: center;
}

footer article:nth-of-type(2) p {
  text-align: center;
}

footer article:nth-of-type(3) {
  float: right;
}

footer article:nth-of-type(3) h3 {
  text-align: right;
} */

/*--------------------- INTERNA -----------------------*/

.interna {
  padding: 50px 10% 20px 10%;
}

.rounded_img {
  border-radius: 360px;
  max-width: 240px;
}

.interna .col_2x3 {
  width: calc(70% - 50px);
  float: left;
  padding: 0;
  margin-top: 50px;
  margin-right: 50px;
}

.interna .col_1x3 {
  width: 30%;
  margin-top: 50px;
  float: left;
  padding: 0;
}

.interna .col_1x3 form h2 {
  font-family: "sansB";
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.interna .col_1x3 form input,
.interna .col_1x3 form textarea {
  background: #ffec00;
}

.interna .col_2x3 h1 {
  font-family: "sansB";
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.interna .col_2x3 h2 {
  font-family: "sansB";
  font-size: 25px;
  text-align: left;
  margin: 30px 0 10px 0;
}

.wrap_interna {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.interna .col_2x3 p {
  text-align: left;
  color: black;
  font-size: 18px;
}

.interna .col_2x3 p a,
.interna .col_2x3 p a:active,
.interna .col_2x3 p a:visited {
  font-family: "sansB";
  color: dodgerblue;
}

.interna .col_2x3 p a:hover {
  color: #0156aa;
}

.interna .col_2x3 ul {
  font-family: "sansL";
  font-size: 18px;
  text-align: left;
  margin: 10px 0 15px 30px;
}

.interna .col_2x3 ul li {
  list-style: square;
}

.interna .col_2x3 p span {
  font-family: "sansB";
  color: #e3364a;
}

.wrap_items {
  margin: 20px 0;
}

.interna_items {
  display: inline-block;
  margin: 0 10px;
}

.interna_items p {
  font-family: "sansB";
  font-size: 14px !important;
  text-align: center !important;
}

/*--------------------- HORARIOS -----------------------*/
.mashorarios {
  border-top: 8px solid #ccc;
  padding: 10px 0;
  border-bottom: 8px solid #ccc;
  float: left;
}

.mashorarios h2 {
  font-family: "sansB";
  font-size: 22px;
  color: #222;
  float: left;
}

.mashorarios p {
  font-family: "sansL";
  font-size: 22px;
  color: #222;
  float: right;
}

.row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  padding: 5px 0;
}

.row:last-of-type {
  border-bottom: none;
}

.horarios h3 {
  color: black;
  text-align: center;
  padding: 10px;
  display: inline-block;
  width: calc(100% - 50px);
  height: 10px;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin-bottom: 20px;
  width: 640px;
}

.horarios h3 span {
  font-family: "sansB";
  background: white;
  font-size: 32px;
  color: black;
  text-align: center;
  padding: 20px;
  display: inline-block;
}

/*--------------------- HEADLINES -----------------------*/

h1 {
  font-family: "din";
  font-size: 50px;
  text-transform: uppercase;
}

.c_yellow {
  color: #ffec00;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

p {
  font-family: "sansL";
  font-size: 16px;
}

/*--------------------- FORM -----------------------*/

.col_1x2 form {
  width: 300px;
  float: right;
}

.col_1x2 form p {
  font-family: "sansB";
  font-size: 38px;
  color: black;
  text-align: right;
  padding: 10px 20px 10px 10px;
  background: rgba(255, 236, 0, 0.88);
  line-height: 30px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.28);
}

.col_1x2 form p span {
  font-size: 18px;
  font-family: "sansL";
}

input {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  color: black;
  margin: 0;
  font-family: "sansL";
  font-size: 18px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #989898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:required {
  box-shadow: none;
}

::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: black;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

::-ms-input-placeholder {
  /* Edge */
  color: white;
}

:placeholder-shown {
  /* Standard one last! */
  color: white;
}

textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-family: "sansL";
  font-size: 18px;
  color: black;
  margin: 0;
  border: none;
  height: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form_button {
  background: #6dcff6;
  height: 35px;
  float: right;
  font-family: "sansB";
  font-size: 16px;

  width: 80px;
  margin: 0 auto;
  box-shadow: 0 5px #224c5d;
  line-height: 27px;
  /*    float: left;*/
}

.form_button:hover {
  background: #6dcff6;
  height: 35px;
  width: 80px;
  box-shadow: 0 0 #224c5d;
  margin: 5px auto 0 auto;
  line-height: 27px;
}

.boton1 {
  background: #fbb51a;
  font-family: "sansB";
  height: 35px;
  font-size: 16px;
  padding: 0 10px;
  width: auto;
  margin: 0 auto;
  box-shadow: 0 5px #c18c16;
  line-height: 35px;
  float: left;
  color: #333;
  border-radius: 4px;
}

.boton1:hover {
  background: #fbb51a;
  height: 35px;
  width: auto;
  box-shadow: 0 0 #c18c16;
  margin: 5px auto 0 auto;
  line-height: 35px;
}

.modalBody {
  padding: 10px;
}

.boton2 {
  background: #f7032f !important;
  font-family: "sansB";
  height: 35px;
  font-size: 16px;
  padding: 0 10px;
  width: auto;
  margin: 0 auto;
  float: right;
  color: #fff;
  border: 0px;
}

.boton2:hover {
  background: #ff4869;
  box-shadow: 0 0 #c18c16;
}

.prendido{
  display: block;
}
.apagado{
  display: none;
}

/*--------------------- SITEMAP -----------------------*/

.wrap_sitemap {
  margin-top: 70px;
}

.siteurl {
  background: #fbb51a;
  color: black;
  display: inline-block;
  padding: 5px;
  margin: 5px;
}

.siteurl a:visited,
.siteurl a:active,
.siteurl a:link {
  font-family: "sansB";
  font-size: 18px;
  color: black;
}

.siteurl a:hover {
  color: white;
}

/*--------------------- FUENTES -----------------------*/

@font-face {
  font-family: "din";
  src: url("fonts/din-webfont.eot");
  src: url("fonts/din-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/din-webfont.woff") format("woff"),
    url("fonts/din-webfont.ttf") format("truetype"),
    url("fonts/din-webfont.svg#din") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "aleoR";
  src: url("fonts/aleo-regular-webfont.eot");
  src: url("fonts/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/aleo-regular-webfont.woff2") format("woff2"),
    url("fonts/aleo-regular-webfont.woff") format("woff"),
    url("fonts/aleo-regular-webfont.ttf") format("truetype"),
    url("fonts/aleo-regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "aleoB";
  src: url("fonts/aleo-bold-webfont.eot");
  src: url("fonts/aleo-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/aleo-bold-webfont.woff2") format("woff2"),
    url("fonts/aleo-bold-webfont.woff") format("woff"),
    url("fonts/aleo-bold-webfont.ttf") format("truetype"),
    url("fonts/aleo-bold-webfont.svg#aleobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "aleoL";
  src: url("fonts/aleo-light-webfont.eot");
  src: url("fonts/aleo-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/aleo-light-webfont.woff2") format("woff2"),
    url("fonts/aleo-light-webfont.woff") format("woff"),
    url("fonts/aleo-light-webfont.ttf") format("truetype"),
    url("fonts/aleo-light-webfont.svg#aleolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sansR";
  src: url("fonts/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/sourcesanspro-regular-webfont.woff2") format("woff2"),
    url("fonts/sourcesanspro-regular-webfont.woff") format("woff"),
    url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype"),
    url("fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sansB";
  src: url("fonts/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/sourcesanspro-bold-webfont.woff2") format("woff2"),
    url("fonts/sourcesanspro-bold-webfont.woff") format("woff"),
    url("fonts/sourcesanspro-bold-webfont.ttf") format("truetype"),
    url("fonts/sourcesanspro-bold-webfont.svg#source_sans_probold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sansL";
  src: url("fonts/sourcesanspro-light-webfont.eot");
  src: url("fonts/sourcesanspro-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/sourcesanspro-light-webfont.woff2") format("woff2"),
    url("fonts/sourcesanspro-light-webfont.woff") format("woff"),
    url("fonts/sourcesanspro-light-webfont.ttf") format("truetype"),
    url("fonts/sourcesanspro-light-webfont.svg#source_sans_prolight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/*--------------------- RESPONSIVENESS -----------------------*/
.celonly {
  display: none;
  text-align: center;
  width: 100%;
  margin: 11px auto;
}

@media (max-width: 600px) {
  .celonly {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .cobertura article {
    width: 30%;
    margin: 70px 10px 30px 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  h1 {
    text-align: center;
  }

  .cover {
    background: url("../images/bg.jpg") 50% 0px no-repeat;
  }

  .col_1x2 article {
    margin-top: 30px;
    width: calc(100% - 40px);
  }

  h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  .cover {
    background-size: cover;
  }

  .headline h1:before {
    display: none;
  }

  .col_1x2,
  .col_1x2 form,
  .ventajas article {
    width: 100%;
    margin: 30px 0;
  }
  textarea {
    height: 62px;
  }
  .wrap_inversion {
    margin: 0;
  }

  .planes article {
    width: calc(100% - 20px);
    margin: 70px 0 30px 0;
  }

  .planes article:nth-of-type(2) {
    margin: 70px 0 30px 0;
  }

  .planes article:nth-of-type(3) {
    float: left;
  }

  .col_1x3 {
    width: 100%;
  }

  .col_2x3 {
    width: 100%;
    margin-top: 50px;
  }

  .logo_header,
  .phone_header {
    display: none;
  }

  header {
    background: none;
  }
  .prendido{
    display: none;
  }
  .apagado{
    display: block;
  }
  .img-covid {
    width: 100% !important;
    margin: 2% 0 0 !important;
  }
  .covid-texto p:last-child {
    margin-bottom: 3% !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
  .interna .col_2x3 {
    width: calc(100% - 50px);
  }

  .interna .col_1x3 {
    width: 100%;
  }

  .cobertura article {
    width: calc(100% - 20px);
    margin: 70px 0 30px 0;
  }

  .fixed_top_contact img {
    margin-top: 2px;
    width: 23px !important;
  }

  .horarios h3 {
    margin-bottom: 50px;
    width: auto;
    line-height: normal;
    border-bottom: none;
  }
  .horarios h3 span {
    padding: 0;
  }

  .headline h1:before {
    top: 91px;
  }

  .somos_home {
    background-size: cover;
  }

  footer article {
    width: 100%;
    margin-bottom: 20px !important;
  }

  footer article:nth-of-type(2) h3,
  footer article:nth-of-type(2) p,
  footer article:nth-of-type(3) h3,
  footer article:nth-of-type(3) h2 {
    text-align: left;
  }

  .fixed_top_contact > img {
    display: none;
  }

  .fixed_top_contact {
    width: 90%;
    padding: 10px 5%;
  }

  .phone_top {
    padding: 0 !important;
  }

  .cover {
    padding: 0 10% 30px 10%;
    background-size: cover;
    margin-top: -10px;
  }

  .cover_tip {
    width: calc(100% - 20px);
  }

  .cover_tip img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .cover_tip p {
    text-align: center;
  }
}

/* MODAL */

.modal {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);

  position: fixed;
  top: 0;
  left: 0;

  display: flex;

  animation: modal 2s 0s forwards;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
}

.cerrarModal {
  float: left;
  margin-left: 31px;
  width: 150px;
  margin: 10px 5px;
  border: 0px;
}
.contenido {
  margin: auto;
  width: 50%;
  height: auto;
  background-image: url(../images/popup1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border: 10px solid rgb(255, 236, 0);
  border-radius: 10px;*/
}

.contenido2 {
  margin: auto;
  width: 50%;
  height: auto;
  background-color: white;
  /*border: 10px solid rgb(255, 236, 0);*/
  border-radius: 10px;
  padding: 1%;
}

#cerrar {
  display: none;
}

#cerrar + label {
  position: fixed;
  color: #fff;
  font-size: 25px;
  z-index: 1002;
  background: #f7032f;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  cursor: pointer;
  text-align: center;
  animation: modal 2s 0s forwards;
  display: block;
  opacity: 0;
}

#cerrar:checked + label,
#cerrar:checked ~ .modal {
  display: none;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.w-100 {
  width: 100%;
  float: left;
  height: auto;
  background: rgba(255, 236, 0, 0.8);
  margin: 2% 0%;
  padding: 2% 0;
}

.w-30 {
  width: 32%;
  margin: 1% 0;
  float: left;
  height: auto;
}

.w-30:nth-child(2) {
  margin: 1% 2%;
}

.modal textarea {
  margin: 1% 0;
}

.w-100 p {
  text-align: center;
  font-size: 25px;
  padding: 1%;
  font-weight: 800;
  color: white;
}

.w-100 span {
  font-size: 30px;
  font-weight: 800;
}

.subtitle {
  margin: 2% 0;
  font-size: 25px;
  color: white;
  text-shadow: 3px 2px 2px #2d2d2d;
  text-transform: uppercase;
  font-family: sansB;
}

.btn-enviar {
  margin-left: 31px;
  width: 150px;
  margin: 10px 5px;
  border: 0px;
}

.contenido input {
  border-bottom: 1px solid rgba(255, 236, 0, 1);
}

.contenido input:focus {
  border: 1px solid #ffec00;
}

.citys {
  background-color: #f7032f !important;
  color: white;
  padding: 8px;
  text-align: center;
}

.contenido .c_yellow {
  font-size: 70px;
}

.img-popup {
  width: 50px;
  height: 50px;
}

.img-popup2 {
  width: 30px;
  height: 30px;
  margin: 0% 2% 0 0;
}

.yellow2 {
  font-size: 37px !important;
  text-align: center;
}

.covid {
  color: #444444;
}

.warning-img {
  width: 10% !important;
  float: left;
  margin: 0% 45% !important;
}

.img-covid {
  width: 80%;
  margin: 2% 10% 0;
}

.covid-texto {
  width: 70%;
  float: left;
  padding: 2%;
  text-align: justify;
  border-right: 5px #ffec00 solid;
}

.covid-contacto {
  width: 20%;
  float: left;
  padding: 2%;
  text-align: center;
  font-size: 22px;
}

.covid-contacto a {
  margin: 3% 0;
  font-size: 22px;
  font-weight: 800;
  width: 100%;
  color: #444444 !important;
}

.covid-contacto a:visited {
  color: #444444 !important;
}

.covid-lista li {
  height: auto;
  margin: 0% 0 5%;
  padding: 3%;
  border-radius: 10px;
  width: 100%;
  list-style: none;
  color: black;
  text-align: center;
  background-color: #ffec00;
}

.covid-texto p {
  font-size: 22px !important;
  font-weight: 700;
}

.covid-texto p:first-child {
  margin-bottom: 3%;
}

.txt-desc {
  margin-top: -34px;
}

.oferta {
  font-size: 75px !important;
  font-family: sansB !important;
}

@media screen and (max-width: 992px) {
  .contenido {
    width: 90%;
  }
  .contenido .c_yellow {
    font-size: 50px;
  }
  #cerrar + label {
    font-size: 20px;
    z-index: 1002;
    height: 25px;
    width: 25px;
    line-height: 24px;
    right: 4px;
  }
  .subtitle {
    font-size: 20px;
  }
  .contenido input {
    width: 100%;
  }
  .img-popup {
    width: 40px;
    height: 40px;
  }
  .img-popup2 {
    width: 25px;
    height: 25px;
  }
  .yellow2 {
    font-size: 25px !important;
    text-align: center;
  }
  .w-100 p {
    font-size: 20px;
  }
  #cerrar + label {
    top: 40px;
  }
  .w-30:nth-child(2) {
    margin: 1% 0%;
  }
  .text-center {
    text-align: center !important;
  }
  .warning-img {
    width: 25% !important;
    float: left;
    margin: 0% 37.5% !important;
  }

  .img-covid {
    width: 80%;
    margin: 2% 10% 0;
  }

  .covid-texto {
    width: 100%;
    float: left;
    padding: 2%;
    text-align: left;
    border-right: none;
    border-bottom: 5px #ffec00 solid;
  }

  .covid-contacto {
    width: 100%;
    float: left;
    padding: 2%;
    text-align: center;
    font-size: 18px;
  }

  .covid-contacto a {
    padding: 3%;
    border-radius: 10px;
    margin: 3% 0;
    font-size: 18px;
    font-weight: 800;
  }

  .covid-texto p {
    font-size: 18px !important;
    font-weight: 700;
  }

  .covid .headline {
    margin-bottom: 20px;
  }
  .covid .headline h1 {
    margin-top: 5%;
  }
  .covid-lista li {
    width: auto;
    margin: 5% 0;
  }
  .oferta {
    font-size: 45px !important;
  }
  .txt-desc {
    margin-top: -20px;
  }
  .boton2 {
    margin-top: -2%;
  }
}

@media screen and (max-width: 400px){
  .separacion-mobile{
    padding: 20px 10px !important;
  }
}
@media screen and (max-width: 372px){
  .separacion-mobile{
    padding: 20px 0px !important;
  }
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 60%;
	position: relative;
  margin: 10% 20%;
  float: left;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: rgb(255,236,0);
background: linear-gradient(135deg, rgba(255,236,0,1) 0%, rgba(255,255,255,1) 100%);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: rgb(255,236,0); }

.columnas-popup{
  width: 46%;
  float: left;
  margin: 0%;
  padding: 2%;
}
.columnas-popup h3{
  font-size: 30px;
  font-weight: 700;
  text-shadow: gray -1px -1px;
  margin-bottom: 2%;
  color: black !important;
}
.columnas-popup h4{
  font-size: 25px;
  margin: 5% 0 0% 0;
  font-weight: 600;
  color: black !important;
  color: white;
  padding: 2% 0 0;
}
.columnas-popup h5{
  font-size: 30px;
  font-weight: 700;
  color: black;
  text-shadow: white 1px 1px;
}
.columnas-popup h2{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2%;
  text-align: center;
  color: black !important;
}
.columnas-popup input{
  margin: 1% 0;
}
.columnas-popup .boton2{
  margin-top: 3%;
}
.linea-divisoria{
  background-color: #f7032f;
  height: 2px;
  width: 50%;
  margin: 1% 25% 3%;
}

@media screen and (max-width: 992px){
  .columnas-popup{
    width: 100%;
    margin: 0%;
    padding: 0;
  }
  .modalDialog > div {
    width: calc(80% - 40px);
    margin: 3% 10%;
  }
  .columnas-popup h2{
    margin-top: 5%;
  }
  .columnas-popup h3{
    margin-top: 3%;
  }
  .linea-divisoria{
    background-color: #f7032f;
    height: 2px;
    width: 80%;
    margin: 1% 10% 2%;
  }
}

.grecaptcha-badge{
  display: none !important;
}

.botones_pago1{
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    padding: 0px 20px;
    background: url(https://secure.mlstatic.com/mptools/assets/MP-payButton-red.png) rgb(193, 32, 32);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 27, 23);
    text-shadow: rgb(204 27 23) 1px 1px;
    font-family: Arial;
    border-radius: 20px;
    width: 330px;
}
.botones_pago2{
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    padding: 0px 20px;
    background: url("https://secure.mlstatic.com/mptools/assets/MP-payButton-green.png") rgb(7, 117, 116);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(11, 137, 139);
    text-shadow: rgb(11 137 139) 1px 1px;
    font-family: Arial;
    border-radius: 20px;
    width: 330px;
}
.botones_pago1:hover, .botones_pago2:hover{
  text-decoration: none;
  background-position: 0px -80px;
}
.botones_pago1:link, .botones_pago2:link, .botones_pago1:visited, .botones_pago2:visited{
  color: rgb(255, 255, 255);
}
.MP-arall{
    margin: 0px auto 0px;
    display: block;
    background: url(https://secure.mlstatic.com/mptools/assets/MP-payButton-logos.png) 0px -29px;
    width: 165px;
    height: 23px;
}
.w50{
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 1%;
}
.centrado{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1400px){
  .w50{
    width: 100%;
  }
  .botones_pago2, .botones_pago1{
    width: 330px;
  }
}

@media screen and (max-width: 440px){
  .botones_pago2, .botones_pago1{
    font-size: 12px;
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }
}

#modalPromo{
  .modal {
    display: none; /* Oculto por defecto */
    position: fixed; /* Fijo en toda la pantalla */
    z-index: 1; /* Encima de todo */
    left: 0;
    top: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Alto completo */
    overflow: auto; /* Habilitar desplazamiento si es necesario */
    background-color: rgba(0,0,0,0.4); /* Color de fondo */
}

/* Estilo del contenido del modal */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% desde la parte superior y centrado */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Podría ser más o menos, dependiendo del diseño */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Añadir un poco de animación */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
}

.divPromo{
  background-color: #ff2828;
  text-align: center;
  font-size: 26px;
  padding: 0.8%;
  color: white;
  font-weight: 700;
}

@media screen and (max-width: 776px){
  .divPromo{
    font-size: 15px !important;
    padding: 1.5%;
  }
  .divPromo h3{
    font-size: 15px !important;
  }
}


/* Instagram */

.instagram-card {
  max-width: 600px;
  margin: 40px auto;
  background-color: #f8f8f8;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  display: block;
}

.card-header {
  height: 8px;
  background: #ffec00;
  /* background: linear-gradient(to right, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6); */
}

.card-content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  padding: 25px;
  align-items: center;
}

/* Estilo para el logo de Instagram */
.instagram-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 16px; /* Cuadrado con bordes redondeados */
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.instagram-icon {
  width: 40px;
  height: 40px;
  color: #262626;
}

.instagram-text {
  color: #262626;
}

.instagram-text h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.instagram-text p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 15px;
}

.instagram-handle-container {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 8px 12px;
  width: fit-content;
}

.instagram-handle {
  font-weight: 600;
  font-size: 16px;
  color: #262626;
}

.instagram-dot {
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius: 50%;
  margin-right: 8px;
}

.card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 25px 20px;
}

.follow-text {
  font-size: 13px;
  color: #8e8e8e;
  display: flex;
  align-items: center;
}

.arrow-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.instagram-logo{
  width: 48px;
}

@media (max-width: 560px) {
  .card-content {
      grid-template-columns: 1fr;
      text-align: center;
      grid-gap: 15px;
  }
  
  .instagram-icon-wrapper {
      margin: 0 auto;
  }
  
  .instagram-handle-container {
      margin: 0 auto;
  }
  
  .card-footer {
      justify-content: center;
  }
}
