@font-face {
  font-family: 'Druk Text Web Bold';
  src: url('../druk/DrukText-Bold-Web.eot');
  src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
    url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
    url('../druk/DrukText-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Text Web Medium';
  src: url('../druk/DrukText-Medium-Web.eot');
  src: url('../druk/DrukText-Medium-Web.eot?#iefix') format('embedded-opentype'),
    url('../druk/DrukText-Medium-Web.woff2') format('woff2'),
    url('../druk/DrukText-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-3_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-5_Plain.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-7_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-9_Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansCdC4s';
  src: url('../thesans/TheSansCd-3_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansCdC4s';
  src: url('../thesans/TheSansCd-5_Plain.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansCdC4s';
  src: url('../thesans/TheSansCd-7_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

body {
  font-size: 1rem;
  color: #000000 !important;
  background-color: #ed1c24 !important;
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  background-size: 100%;
}


.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  color: #ffffff !important;
  text-decoration: none !important;
}

a:hover {
  color: #ffffff;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Druk Text Web Medium', sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}

p {
  font-family: 'Georgia' !important;
  line-height: 1.5 !important;
  font-size: 20px;
  color: #000000;
}


/* estilos mobile y desk */
.mobile {
  display: none;
}

.desk {
  display: block;
}

/* estilos mobile y desk */


.apertura {
  margin-top: 57px;
  display: block;
  width: 100%;
  height: auto;

  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

.sumario {
  margin-top: 45px;
}

.sumario h2 {
  text-align: center;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 300 !important;
  text-transform: none;
  color: #ffffff;
}

.tarjeta {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  margin: 2em auto;
  max-width: 700px;

}

.tarjeta h2 {
  background-color: #ed1c24;
  text-align: center;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  color: #ffffff;
  text-transform: uppercase;
  width: fit-content;
  padding: 2px 11px;
  font-size: 3em;
  margin: auto;
}

.tarjeta h3 {
  color: #000000;
  text-align: center;
  font-size: 4em;
  max-width: 700px;
  margin: 0.7em auto 0;
}

.tarjeta h4 {
  background-color: #ed1c24;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  color: #ffffff;
  text-align: center;
  max-width: 500px;
  margin: 1em auto;
  padding: 20px 30px;
  line-height: 1.1;
  font-weight: 300;
}

.tarjeta h4 b {
  font-weight: 600;
  font-size: 0.7em;
}

.tarjeta .texto h5 {
  font-family: 'Druk Text Web Medium', sans-serif !important;
  border-top: solid #000000 10px;
  max-width: 600px;
  margin: 30px auto;
  padding-top: 10px;
  width: fit-content;
  font-size: 2.9em;
}

.tarjeta .disclaimer h2 {
  border-bottom: solid #000000 10px;
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 400;
  background-color: #e6e5d8;
  color: #000000;
  max-width: 800px;
  margin: 1em auto 0;
  padding: 1em;
  text-transform: none;
  line-height: 1.1;
}

.tarjeta .texto h6 {
  font-family: 'Druk Text Web Medium', sans-serif !important;
  max-width: 600px;
  margin: 30px auto;
  padding-top: 10px;
  font-size: 2.7em;
}

.tarjeta .texto p {
  font-family: 'Georgia' !important;
  max-width: 600px;
  margin: 2em auto;
  text-align: left;
}

.tarjeta .texto .recuadro-beige {
  background-color: #e6e5d8;
  max-width: 600px;
  margin: 2em auto;
  padding: 2em;
}


.tarjeta p {
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.3em;
  text-align: center;
  margin: 1em auto 0;
  max-width: 600px;
}

.tarjeta img {
  align-items: center;
  margin: 2em auto;
  display: block;
}

.tarjeta-int {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  margin: 9em auto;
  z-index: -10000;
}

.tarjeta-int h2 {
  background-color: #ed1c24;
  text-align: center;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  color: #ffffff;
  text-transform: uppercase;
  width: fit-content;
  padding: 2px 11px;
  font-size: 3em;
  margin: auto;
}

.tarjeta-int h3 {
  color: #000000;
  text-align: center;
  font-size: 4em;
  max-width: 700px;
  margin: 0.7em auto 0;
}

.tarjeta-int h4 {
  background-color: #ed1c24;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  color: #ffffff;
  text-align: center;
  max-width: 500px;
  margin: 1em auto;
  padding: 20px 30px;
  line-height: 1.1;
  font-weight: 300;
}

.tarjeta-int h4 b {
  font-weight: 600;
  font-size: 0.7em;
}

.tarjeta-int .texto h5 {
  font-family: 'Druk Text Web Medium', sans-serif !important;
  border-top: solid #000000 10px;
  max-width: 600px;
  margin: 30px auto;
  padding-top: 10px;
  width: fit-content;
  font-size: 2.9em;
}

.tarjeta-int .disclaimer h2 {
  border-bottom: solid #000000 10px;
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 400;
  background-color: #e6e5d8;
  color: #000000;
  max-width: 800px;
  margin: 1em auto 0;
  padding: 1em;
  text-transform: none;
  line-height: 1.1;
}

.tarjeta-int .texto h6 {
  font-family: 'Druk Text Web Medium', sans-serif !important;
  max-width: 600px;
  margin: 30px auto;
  padding-top: 10px;
  font-size: 2.7em;
}

.tarjeta-int .texto p {
  font-family: 'Georgia' !important;
  max-width: 600px;
  margin: 2em auto;
  text-align: left;
}

.tarjeta-int .texto .recuadro-beige {
  background-color: #e6e5d8;
  max-width: 600px;
  margin: 2em auto;
  padding: 2em;
}


.tarjeta-int p {
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.3em;
  text-align: center;
  margin: 1em auto 0;
  max-width: 600px;
}

.tarjeta-int img {
  align-items: center;
  margin: 2em auto;
  display: block;
}


.flotantes {
  width: 90%;
  align-content: center;
  margin: 4em 0;
}

.flotantes img {
  display: block;
  margin: auto;
  text-align: center
}

.boton-listado {
  padding-top: 0;
}

.boton-listado h6 {
  font-size: 1.8em !important;
}

.boton-listado p {
  color: #fff !important;
}

.boton-listado hr {
  background-color: #fff !important;
}

.boton-listado :hover {
  transform: scale(1.025);
}


.agregados {
  transition: transform .7s;
  text-align: center;
}

.agregados h6 {
  padding: 0.8em 0.3em;
  border-radius: 12px;
  color: #fff;
  background-color: #000000;
  margin: 10px auto;
  position: relative;
}

.metodologia {
  align-content: center;
  margin: 4em 0;
}

.metodologia h2 {
  background-color: black;
  text-align: center;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  color: #ffffff;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 30px;
  font-size: 3em;
  margin: auto;
}

.metodologia p {
  color: #ffffff;
  margin: 2em;
  text-align: center;
}

.metodologia p a {
  background-color: #c61d23;
  color: #ffffff;
  padding: 3px 8px;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.8;
}

.firma {
  padding-top: 20px;
  padding-bottom: 1em;
}


.firma p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
}

.firma p b {
  font-weight: 600;
}

.img-debajo-header {
  display: block;
  width: 400px;
  margin: 0 auto -8em;
  padding: 52px 0 0 20px;
  z-index: 10000;
}

/* Botonera lateral para desktop */
.botonera-lateral {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background-color: rgba(255, 255, 255, 0.2); */
  padding: 10px 15px;
  border-radius: 8px;
  z-index: 9995;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
  /* Animación inicial */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: auto;

  /* Transiciones */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.botonera-lateral a {
  color: #fff;
  text-decoration: none;
  font-family: 'TheSansC4s', sans-serif;
  font-size: 14px;
  background-color: transparent;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background-color 0.3s, transform 0.3s;
  text-align: right;
}

.botonera-lateral a:hover {
  background-color: #000000;
  transform: scale(1.05);
}

.botonera-lateral.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Menú hamburguesa para mobile */
.botonera-hamburguesa {
  display: none;
  /* oculto por defecto */
  position: fixed;
  top: 80px;
  left: 15px;
  z-index: 10020;
  cursor: pointer;
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
}

.botonera-hamburguesa div {
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  margin-bottom: 4px;
}

/* Menú desplegable */
.menu-desplegable {
  position: fixed;

  top: 60px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 10015;
}

.menu-desplegable.visible {
  display: flex;
}

.menu-desplegable a {
  color: #ffffff !important;
  text-decoration: none;
  font-family: 'TheSansC4s', sans-serif;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: left;
}

.menu-desplegable a:hover {
  background-color: #ed1c24;
}

/**************** BUTTON***********/
.material-icons {
  font-family: 'Material Icons';
  font-size: 13px !important;
  vertical-align: middle !important;
}

/* .buttonMov {
  padding-bottom: 6em;
} */
.buttonMov .col-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.buttonMov a {
  padding: 0;
  font-weight: 400;
  color: #F5F1DF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin: 0;
}

.buttonMov a.transparent:hover>p {
  color: #000000;
}

.buttonMov a.transparent>p {
  background: none;
  color: #000000;
}

.buttonMov a.transparent>p span.base {
  border: none;
}

.buttonMov a:after,
.buttonMov a:before {
  width: 1px;
  position: absolute;
  height: 8px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.buttonMov a p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  z-index: 1;
  left: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.buttonMov a p span.base {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  border: none;
  /* border: 2px solid #F5F1DF; */
}

.buttonMov a p span.base:before {
  width: 2px;
  height: 2px;
  left: -1px;
  top: -1px;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
}

.buttonMov a p span.bg {
  left: -5%;
  position: absolute;
  background: #ed1c24;
  width: 0;
  height: 100%;
  z-index: 3;
  transition: 0.3s ease-out all;
  transform: skewX(-20deg);
}

.buttonMov a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.buttonMov a p span.text:after {
  width: 4px;
  height: 4px;
  right: 0;
  bottom: 0;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
  z-index: 5;
}

.buttonMov a:hover {
  color: #61abeb;
}

.buttonMov a:hover span.bg {
  width: 110%;
}

.buttonMov a:hover span.text:after {
  background: #61abeb;
}

/**************** BUTTON***********/


.s-1 {
  padding-top: 2em;
  padding-bottom: 2em;
}


.redes {
  opacity: 1;
  max-width: 30px !important;
  margin: 10px 5px 0;
  transition: transform .3s;
  /* Animation */
}

.redes:hover {
  opacity: 0.8;
  transform: scale(1.2);
}


.text-center button {
  font-family: "Open Sans", sans-serif !important;
  padding: 2px;
  margin: 4px;
  text-transform: uppercase;
  font-size: 0.8em;
}

label {
  font-size: 1.1em !important;
  color: #000;
  font-weight: 400 !important;
  line-height: 0.9em;
  padding: 14px 14px 5px 14px;
}

label input {
  border-style: none !important;
  margin: 2px;

}

label select {
  color: #000000;
  border-radius: 0px !important;
  border-style: none !important;
  margin: 2px;
  font-family: 'Lato' !important;
  font-weight: 900;
}

table img {
  max-width: 50px;
}

.head_table {
  background-color: #b3b3b3 !important;
}

.head_exp {
  top: 0px;
  background-color: #ed1c24;
  padding: 0.7em;
  left: 0px;
  position: fixed;
  display: block;
  width: 100%;
  border-bottom-color: #000;
  border-right-width: 2px;
  border-bottom-style: solid;
  z-index: 99;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition:
    background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.head_exp_modal {
  top: 0px;
  background-color: #ed1c24;
  padding: 0.7em;
  left: 0px;
  position: fixed;
  display: block;
  width: 100%;
  border-right-width: 2px;
  z-index: 99;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition:
    background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.head_table {
  background-color: #b3b3b3 !important;
}

.head_exp {
  top: 0px;
  background-color: #ed1c24;
  padding: 0.7em;
  left: 0px;
  position: fixed;
  display: block;
  width: 100%;
  border-bottom-color: #000;
  border-right-width: 2px;
  border-bottom-style: solid;
  z-index: 99;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition:
    background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.head_exp:hover {
  background-color: #000;
}

.creditos h6 {
  font-size: 0.9em;
  padding-bottom: 7px;
  color: #ffffff !important;
}

.creditos p {
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-size: 14px;
  color: #ffffff !important;
}

.creditos strong {
  font-family: 'Roboto', sans-serif;
}

/* -------------------------------
   TABLA: ESTILOS
--------------------------------*/
label {
  font-size: 1.1em !important;
  color: #000;
  font-weight: 400 !important;
  line-height: 0.9em;
  padding: 14px 14px 5px 14px;
}

label input {
  border-style: none !important;
  margin: 2px;

}

label select {
  color: #000000;
  border-radius: 0px !important;
  border-style: none !important;
  margin: 2px;
  font-family: 'Lato' !important;
  font-weight: 900;
}

table img {
  max-width: 50px;
}

.head_table {
  background-color: #b3b3b3 !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 0.8em;
  font-weight: 300 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.dataTables_wrapper .dataTables_info {
  color: #346671 !important;
  opacity: 0.5;
  font-size: 0.6em;
  font-weight: 400 !important;

}

tr {
  background-color: #000 !important;
  color: #ffffff !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.throjo {
  background-color: #e33530 !important;
  color: #ffffff !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.trgris {
  background-color: #000 !important;
  color: #ffffff !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.trgris2 {
  background-color: #000 !important;
  color: #ffffff !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}


table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
  background-color: #ffffff !important;

}

/* table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff !important;

} */
table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #faf2e9 !important
}

.head_table {
  font-size: .8em;
  font-weight: 500 !important;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  background-color: #fff !important;
}


.head_table:hover {
  font-size: .8em;
  font-weight: 300 !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;

}

.fila1 {
  font-size: .9em;
  color: #fff !important;
  background-color: #000 !important;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.telm {
  font-weight: 300;
  font-size: .9em;
  letter-spacing: 0.7px;
  width: 300px;
  text-align: left;
  color: #000000 !important;
  background-color: #d6d8d6 !important;
}

.telm2 {
  font-weight: 300;
  font-size: .9em;
  letter-spacing: 0.7px;
  min-width: 170px;
  text-align: left;
  color: #000000 !important;
  background-color: #fff !important;
}

.telm3 {
  font-weight: 300;
  font-size: .9em;
  letter-spacing: 0.7px;
  min-width: 170px;
  text-align: left;
  color: #000000 !important;
  background-color: #f7f7f5 !important;
}

.brdrb.telm {
  min-width: 100px;
}

.filterDiv {

  display: none;
}

.show_table {
  display: table-row;
  text-align: left;
  visibility: inherit !important;
}

.container_t {
  overflow: hidden;
}

/* Style the buttons */
.btn_table {
  font-size: 1em;
  font-family: Georgia, Times, "Times New Roman" !important;
  border-style: none !important;
  outline: none !important;
  background-color: #cbd2cf;
  cursor: pointer !important;
  color: #ffffffb5;
  border-bottom: solid 1px !important;
  border-color: #cbd2cf !important;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}

.btn_table:hover {
  color: #000 !important;
  border-radius: 0px !important;
  border-color: #fff;
  border-bottom: solid 1px !important;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.btn_table.active {
  color: #fff;
  border-radius: 0px !important;
  border-color: #fff;
  border-bottom: solid 1px !important;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}




/*    Termina CSS Filtrado */

/* -------------------------------
   MEDIA QUERY: max-width 550px
--------------------------------*/
@media only screen and (max-width: 550px) {
  .hide_element {
    display: none !important;
  }
}

/* -------------------------------
   MEDIA QUERY: 200px – 770px
--------------------------------*/
@media (min-width: 200px) and (max-width: 770px) {
  body {
    background: #ed1c24;
    background-image: none;
    background-attachment: scroll;
  }

  .row,
  .col-12 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  .title-txt-m h1 {
    text-align: left;
    padding: 60px 0 15px 0;
    font-size: 57px;
  }

  .sumario {
    margin-top: 0px;
    margin-bottom: 1em;
  }

  .sumario h2 {
    font-size: 23px;
    line-height: 1.4;
  }

  .firma p {
    font-size: 0.9em;
  }

  .texto img {
    width: 120px;
    left: 29% !important;
  }

  .numeralia-azul h2,
  .numeralia-naranja h2 {
    font-size: 5em;
    padding: 0 40px;
  }

  .numeralia-azul h3,
  .numeralia-naranja h3 {
    font-size: 1.6em;
    padding: 0 40px;
  }

  .frase img {
    padding-right: 0;
  }

  .frase h3 {
    font-size: 1.6em;
  }

  .frase h3 span {
    font-size: 3em;
  }

  .mobile h4 {
    padding: 0px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #cacaca;
    margin: 5px auto 15px auto;
    position: relative;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-6 h4 {
    font-size: 1em;
    font-weight: 700;
    padding-top: 10px;
  }


  .apertura-mobile {
    display: block;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
  }

  .content {
    padding: 20px;
  }

  .tarjeta,
  .tarjeta-int {
    margin: 2em 0;
    padding: 40px 10px;
  }

  .tarjeta h2,
  .tarjeta-int h2 {
    font-size: 2em;
  }

  .tarjeta-int h3 {
    font-size: 3em;
    max-width: 700px;
    margin: 0 auto;
  }

  .tarjeta p,
  .tarjeta-int p {
    font-size: 1.2em;
    padding: 0 20px;
    line-height: 1.1;
  }

  .tarjeta h4 {
    font-size: 1em;
    padding: 15px 20px;
  }

  .tarjeta h4 b {
    font-size: 0.8em;
  }

  .tarjeta .texto p {
    line-height: 1.3;
    padding: 0.2em 0.2em 0;
  }

  .tarjeta-int .disclaimer h2 {
    font-size: 1.6em;
  }

  .tarjeta .texto h5 {
    margin: 1em auto;
    font-size: 1.6em;
    text-align: center;
  }

  .tarjeta-int .texto h5 {
    margin: 1em auto;
    font-size: 1.8em;
    text-align: center;
  }

  .tarjeta-int .texto h6 {
    font-size: 2em;
    text-align: center;
  }

  .tarjeta-int .texto .recuadro-beige {
    max-width: 600px;
    margin: 1em auto;
    padding: 2em 1em 2em 0em;
  }

  .flotantes {
    width: 100%;
  }

  .metodologia p {
    font-size: 14px;
  }

  .metodologia h2 {
    font-size: 2em;
  }

  .texto-secundario {
    padding: 2px;
    max-width: 90%;
  }

  .img-debajo-header {
    width: 300px;
    margin: 0 auto -9px;
    padding: 52px 0 0;

  }
}

/* -------------------------------
   MEDIA QUERY: max-width 770px
--------------------------------*/
@media (max-width: 770px) {
  .botonera-lateral {
    display: none;
  }

  .botonera-hamburguesa {
    display: flex;
  }
}

/* -------------------------------
   MEDIA QUERY: min-width 771px
--------------------------------*/
@media (min-width: 771px) {
  .botonera-hamburguesa {
    display: none;
  }

  .botonera-lateral {
    display: flex;
  }

  .menu-desplegable {
    display: none !important;
  }
}