@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-Light.ttf') format('woff2'),
    url('fuentes/Montserrat-Light.ttf') format('woff'),
    url('fuentes/Montserrat-Light.ttf') format('tff'),
    url('fuentes/Montserrat-Light.ttf') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-Italic.ttf') format('woff2'),
    url('fuentes/Montserrat-Italic.ttf') format('woff'),
    url('fuentes/Montserrat-Italic.ttf') format('tff'),
    url('fuentes/Montserrat-Italic.ttf') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-SemiBold.ttf') format('woff2'),
    url('fuentes/Montserrat-SemiBold.ttf') format('woff'),
    url('fuentes/Montserrat-SemiBold.ttf') format('tff'),
    url('fuentes/Montserrat-SemiBold.ttf') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-BoldItalic.ttf') format('woff2'),
    url('fuentes/Montserrat-BoldItalic.ttf') format('woff'),
    url('fuentes/Montserrat-BoldItalic.ttf') format('tff'),
    url('fuentes/Montserrat-BoldItalic.ttf') format('svg');
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-Bold.ttf') format('woff2'),
    url('fuentes/Montserrat-Bold.ttf') format('woff'),
    url('fuentes/Montserrat-Bold.ttf') format('tff'),
    url('fuentes/Montserrat-Bold.ttf') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-ExtraBoldItalic.ttf') format('woff2'),
    url('fuentes/Montserrat-ExtraBoldItalic.ttf') format('woff'),
    url('fuentes/Montserrat-ExtraBoldItalic.ttf') format('tff'),
    url('fuentes/Montserrat-ExtraBoldItalic.ttf') format('svg');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-ExtraBold.ttf') format('woff2'),
    url('fuentes/Montserrat-ExtraBold.ttf') format('woff'),
    url('fuentes/Montserrat-ExtraBold.ttf') format('tff'),
    url('fuentes/Montserrat-ExtraBold.ttf') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratExtraBold';
  src: url('fuentes/Montserrat-ExtraBold.ttf') format('woff2'),
    url('fuentes/Montserrat-ExtraBold.ttf') format('woff'),
    url('fuentes/Montserrat-ExtraBold.ttf') format('tff'),
    url('fuentes/Montserrat-ExtraBold.ttf') format('svg');
  /* font-weight: 900;
  font-style: normal; */
}

@font-face {
  font-family: 'Montserrat';
  src: url('fuentes/Montserrat-Black.ttf') format('woff2'),
    url('fuentes/Montserrat-Black.ttf') format('woff'),
    url('fuentes/Montserrat-Black.ttf') format('tff'),
    url('fuentes/Montserrat-Black.ttf') format('svg');
  font-weight: 900;
  font-style: normal;
}

html {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  will-change: position;
}

/* body.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

body.modal-open {
  overflow: visible !important;
}

.modal {
  will-change: display;
}

.modal-dialog {
  will-change: transform;
}

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
}

p,
a,
li {
  color: #015172;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #015172;
}

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

[class^="section-"],
[class*=" section-"] {
  float: left;
}

span.f-800 {
  font-weight: 800 !important;
}

span.f-900 {
  font-family: 'MontserratExtraBold';
  /* font-weight: 900 !important; */
}

span.f-400 {
  font-weight: 400 !important;
}

span.f-300 {
  font-weight: 300 !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.v-top {
  vertical-align: top !important;
}

.v-middle {
  vertical-align: middle !important;
}

.float-center {
  float: left;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}

.p-absolute {
  position: absolute !important;
}

.p-relative {
  position: relative !important;
}

.p-fixed {
  position: fixed !important;
}

.list-inline {
  list-style: none;
  /*float: left;*/
  padding: 0px;
  display: inline-block;
  /*margin: 0px;*/
}

.list-inline li {
  float: left;
  display: inline;
}

/* header */
header {
  background: #fff;
  box-shadow: 0px 0px 18px rgba(28, 28, 28, 0.26);
  z-index: 114;
  position: fixed !important;
  top: 0;
  left: 0;
}

.menu .nav-link {
  /*color: rgb(96, 198, 197); anterior*/
  color: rgb(0, 77, 114);
  /*font-size: 0.75em;*/
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 1;
  font-weight: 600;
  float: left;
  padding: 0 5px 0 5px;
}

.logo img {
  float: left;
  max-width: 250px;
  width: 100%;
}

.logo-bid {
  max-height: 65px;
  padding-right: 15px;
}

/* cuerpo */
.section-cuerpo {
  padding-top: 110px;
}

.section-one {
  margin: 15px 0px 15px;
}

.titulo-carrusel {
  padding: 32px 0px 20px;
  font-size: 1.7rem;
}

/* nosotros */

.titular {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: Montserrat;
}

.bg-nosotros {
  position: absolute;
  background-image: url(../img/nosotros/fondo-playa.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: -webkit-fill-available;
  opacity: .8;
  top: 0;
  left: 0;
  margin-top: -115px;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}

.image2 {
  position: absolute;
  bottom: 1em;
  left: 0px;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: transparent;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 28%;
  left: 13%;
}

/* Bottom left text */
.bottom-left-2 {
  position: absolute;
  bottom: 41%;
  left: 21%;
}

/* Bottom left text */
.bottom-left-3 {
  position: absolute;
  bottom: 51%;
  left: 21%;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 25%;
  left: 36%;
  font-size: 1.3em;
}

/* Top left text */
.top-left-2 {
  position: absolute;
  top: 26%;
  left: 24%;
  font-size: 1.3em;
}

/* Top left text */
.top-left-3 {
  position: absolute;
  top: 34%;
  left: 24%;
  font-size: 1.3em;
}

/* Top left text */
.top-left-4 {
  position: absolute;
  top: 36%;
  left: 36%;
  font-size: 1.3em;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 28%;
  right: 20%;
  font-size: 1.2em;
}

/* Top right text */
.top-right-2 {
  position: absolute;
  top: 36%;
  right: 20%;
  font-size: 1.2em;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 28%;
  right: 5%;
}

/* Bottom right text */
.bottom-right-2 {
  position: absolute;
  bottom: 48%;
  right: 26%;
}

/* Bottom right text */
.bottom-right-3 {
  position: absolute;
  bottom: 39%;
  right: 26%;
}

/* Centered text */
.centered {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Centered text */
.centered-2 {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pf-nosotros {
  font-size: 15px;
  color: rgb(73, 73, 73);
  line-height: 1.6;
  font-family: "Montserrat";
  text-align: justify;
}

.c-b {
  background-color: #004e70;
}

.pdg-pf {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.pdg-titulo {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* componentes */
.bg-img {
  background-image: url(../img/componentes/marco.png);
  background-position: bottom center;
  background-size: cover
}

.fondo-componente {
  background-image: url(../img/componentes/marco-completo.png);
  background-size: 90% 85.2%;
  background-position: top;
  background-repeat: no-repeat;
  top: 3rem;
}

.fondo-componente.en {
  background-image: url(../img/componentes-en/marco-en.png);
  background-size: 90% 86.2%;
  top: 3rem;
}

.tit-posicion {
  position: relative;
}

.posicion-ab {
  position: absolute;
  bottom: 0;
}

.bg-lupa {
  background-color: #a8dfee;
  height: 94%;
  margin-top: 40px;
}

.bg-velocimetro {
  background-color: #93dfde;
  height: 94%;
  margin-top: 40px;
}

.bg-rayo {
  background-color: #b0e4c5;
  height: 94%;
  margin-top: 40px;
}

.bg-siguiente {
  background-color: #c6ecad;
  height: 94%;
  margin-top: 40px;
}

@media screen and (max-width: 1600px) {

  .en .bg-velocimetro {
    background-color: #93dfde;
    height: 40%;
    margin-top: 0px;
  }

  .en .bg-lupa {
    background-color: #a8dfee;
    height: 40%;
    margin-top: 0px;
  }

  .en .bg-rayo {
    background-color: #b0e4c5;
    height: 40%;
    margin-top: 0px;
  }
  
  .en .bg-siguiente {
    background-color: #c6ecad;
    height: 40%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1500px) {
  .en .bg-velocimetro {
    background-color: #93dfde;
    height: 45%;
    margin-top: 0px;
  }
  
  .en .bg-lupa {
    background-color: #a8dfee;
    height: 45%;
    margin-top: 0px;
  }

  .en .bg-rayo {
    background-color: #b0e4c5;
    height: 45%;
    margin-top: 0px;
  }
  
  .en .bg-siguiente {
    background-color: #c6ecad;
    height: 45%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1400px) {
  .en .bg-velocimetro {
    background-color: #93dfde;
    height: 56%;
    margin-top: 0px;
  }
  
  .en .bg-lupa {
    background-color: #a8dfee;
    height: 56%;
    margin-top: 0px;
  }

  .en .bg-rayo {
    background-color: #b0e4c5;
    height: 56%;
    margin-top: 0px;
  }
  
  .en .bg-siguiente {
    background-color: #c6ecad;
    height: 56%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1300px) {
  .en .bg-velocimetro {
    background-color: #93dfde;
    height: 56%;
    margin-top: 0px;
  }
  
  .en .bg-lupa {
    background-color: #a8dfee;
    height: 56%;
    margin-top: 0px;
  }

  .en .bg-rayo {
    background-color: #b0e4c5;
    height: 56%;
    margin-top: 0px;
  }
  
  .en .bg-siguiente {
    background-color: #c6ecad;
    height: 56%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .en .bg-velocimetro {
    background-color: #93dfde;
    height: 63%;
    margin-top: 0px;
  }
  
  .en .bg-lupa {
    background-color: #a8dfee;
    height: 63%;
    margin-top: 0px;
  }

  .en .bg-rayo {
    background-color: #b0e4c5;
    height: 63%;
    margin-top: 0px;
  }
  
  .en .bg-siguiente {
    background-color: #c6ecad;
    height: 63%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1100px) {
  .en .bg-velocimetro {
    background-color: #93dfde;
    height: 72%;
    margin-top: 0px;
  }
  
  .en .bg-lupa {
    background-color: #a8dfee;
    height: 72%;
    margin-top: 0px;
  }

  .en .bg-rayo {
    background-color: #b0e4c5;
    height: 72%;
    margin-top: 0px;
  }
  
  .en .bg-siguiente {
    background-color: #c6ecad;
    height: 72%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .en .bg-velocimetro {
    background-color: #93dfde;
    height: 81%;
    margin-top: 0px;
  }
  
  .en .bg-lupa {
    background-color: #a8dfee;
    height: 81%;
    margin-top: 0px;
  }

  .en .bg-rayo {
    background-color: #b0e4c5;
    height: 81%;
    margin-top: 0px;
  }
  
  .en .bg-siguiente {
    background-color: #c6ecad;
    height: 81%;
    margin-top: 0px;
  }
}

.img-componentes {
  cursor: pointer;
}

.ndc-b {
  color: #004e6f;
}

.ndc-bc {
  color: #00a3a8;
}

.ndc-v {
  color: #0ec564;
}

.ndc-vf {
  color: #6ddd25;
}

[class^="ndc-"],
[class*=" ndc-"] {
  font-weight: 800;
  font-size: 32px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  float: left;
  padding-right: 4px;
}

.text-ndc {
  color: rgb(55, 55, 54);
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.text-componente {
  font-size: 15px;
  color: rgb(55, 55, 54);
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
  min-height: 250px;
}

.modalr {
  padding-right: 0;
}

.modal-grad-programa {
  background: linear-gradient(90deg, #004e6f, #1b80be);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
}

.modal-grad-impulsa {
  background: linear-gradient(90deg, #0EC564, #24f887);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
}

.modal-grad-acelera {
  background: linear-gradient(90deg, #00A3A8, #4bdddb);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
}

.modal-grad-financia {
  background: linear-gradient(90deg, #6DDD25, #9afc59);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
}

.modal-grad {
  background: linear-gradient(90deg, #004e6f, #1b80be);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
}

.prog-modal {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 1rem;
  /*  margin-left: 2rem;*/
}

.modal-content,
.modal-header {
  border-radius: 0;
}

.modal-contenido {
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}

.modal-pdg {
  padding: 2rem 3rem;
  padding-top: 20px;
}

.tx-modal-componente {
  color: rgb(55, 55, 54);
  font-weight: 500;
  letter-spacing: -0.5px;
}

.x-modal {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 0.5;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
}

.boton-modal {
  background-color: #004e6f !important;
  position: absolute;
  bottom: 95px;
  right: 16px;
  padding: 5px !important;
  opacity: 1;
  display: flex;
  align-items: center;
}

button.bt-video {
  background-color: #56c3ef;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding: 5px 30px;
  position: relative;
  bottom: 89px;
  outline: none;
  z-index: 99;
  text-transform: uppercase;
}

button.bt-video:hover {
  cursor: pointer;
}

button.bt-video-en {
  background-color: #56c3ef;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding: 5px 30px;
  position: relative;
  bottom: 93px;
  outline: none;
  z-index: 99;
  text-transform: uppercase;
}

button.bt-video-en:hover {
  cursor: pointer;
}

button.bt-click {
  background-color: #56c3ef;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 7.5px;
  padding: 5px 30px;
  position: relative;
  bottom: -30px;
  outline: none;
  z-index: 99;
  text-transform: uppercase;
  width: 95%;
  margin-bottom: 30px;
}

button.bt-click:hover {
  cursor: pointer;
}

.div-hide {
  display: none;
}

@media screen and (max-width: 600px) {
  .div-hide {
    display: block;
  }
}

.icono_componente {
  width: 3rem;
}

/* Noticias */
.section-noticias {
  padding-bottom: 65px;
}

.text-noticia {
  color: #5c5c5c !important;
}

.button-noticias {
  padding: 5px 12px;
  border: 2px solid #004d72;
  color: #004d72;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;

  -webkit-border-radius: 0px;
}

a:link {
  text-decoration: none;
}

.medidas-not {
  height: 50px;
  margin-bottom: 20px;
}

.card-text {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-size: 13px;
  color: #000;
  display: block;
  display: -webkit-box;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-noticia {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
}

.image-noticia.big {
  height: 205px;
  background-position: top;
}

.button-todas {
  background-color: #5dc5c4;
  color: #ffffff;
  padding: 8px 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* footer */
footer {
  border-top: solid 4px #48babd;
  background-color: #fff;
}

.content-contact {
  background-color: #fff;
}

img.img-redes {

  max-height: 24px;
  padding-right: 20px;
  padding-left: 0;
}

.contact-form input {
  background: #f2f2f2;
  border-radius: 2px;
  outline: none !important;
  border: none;
}

.contact-form input:focus {
  outline: none !important;
}

.contact-form input::placeholder {
  color: rgb(132, 132, 132);
}

.mail-footer {
  justify-content: space-between;
  padding: 10px 0px 10px 10px;
  align-items: center;
  display: flex;
}

/* Home */
.buscador {
  float: left;
  border: solid 1px #dbdbdb;
  position: relative;
  margin-left: -14px;
}

.buscador input[type="text"] {
  width: 100%;
  border: none;
  background: none;
  outline: none;
  margin: 0px;
  padding: 4px 10px;
  padding-right: 38px;
}

.buscador button {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  border: none;
  background: #cbcbcb;
  width: 35px;
}

.section-two {
  box-shadow: 0px -5px 10px #ccc;
  background-color: #f1f1f1;
}

.card-folleto {
  margin-bottom: 40px;
  text-align: center;
}

.card-folleto .top-img img {
  cursor: pointer;
}

.card-folleto .bottom-texto p {
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.owl-dots {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 25px;
  text-align: center;
}

button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #e2e2e2 !important;
  margin: 10px;
  border-radius: 100%;
  outline: none;
}

button.owl-dot.active {
  background-color: #002a55 !important;
}

.image-video {
  min-height: 360px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.close-mod {
  position: absolute;
  top: -30px;
  width: 30px;
  height: 30px;
  right: 0;
  background-color: #60c6c5 !important;
  opacity: 1;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
  color: #fff;
  outline: none;
}

.franja-gris {
  background-color: #6c6c6c;
  width: 100%;
  height: 20px;
  margin: 10px 0px;
}

.modal-scr .modal-lg {
  max-width: 95%;
}

.carousel-banner-donantes {
  text-align: center;
  position: absolute;
  /* padding-top: 50px; */
  top: -12px;
  height: unset;
}


.donadores-acl {
  height: 4.76rem !important;
}

.row-donadores-desktop-top {
  margin-top: 3em;
}

.row-donadores-desktop {
  margin-left: 25px;
  margin-right: 25px;
}

/*
.carousel-banner-donantes img{
  cursor: pointer;
  padding-top: 15%;
  width: auto!important;
  margin-left: auto !important;
}
  margin-right: auto !important;
.carousel-banner-donantes div{
  height: 100%;
}*/
p.text-action {
  padding-bottom: 30px;
  padding-top: 20px;
}

img.lupa-white {
  width: 100%;
  transform: rotatey(180deg);
}


/* Extra Clases */
.border-l {
  border-left: 1px solid !important;
}

.border-r {
  border-right: 1px solid !important;
}

.border-t {
  border-top: 1px solid !important;
}

.border-b {
  border-bottom: 1px solid !important;
}

.border-cubierto {
  border: 1px solid !important;
}

.bolder {
  font-weight: bolder !important;
}

.bold {
  font-weight: bold !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.normal {
  font-weight: 500 !important;
}

.semi-light {
  font-weight: 400 !important;
}

.light {
  font-weight: 300 !important;
}

.extra-light {
  font-weight: 200 !important;
}

.thin {
  font-weight: 100 !important;
}

/** fondos **/

.bg-f {
  background-color: #fff;
}

/** colores de fuentes **/
.c-azul-oscuro {
  color: rgb(0, 77, 114) !important;
}

.c-proyect {
  color: rgb(0, 77, 114) !important;
}

.c-principal {
  color: rgb(96, 198, 197);
}

.c-gris {
  color: #6c6c6c !important;
}

/** tamaños de fuentes **/
.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.extra-title {
  font-size: 4vw !important;
}

/* Media Query Nosotros */

@media screen and (max-width: 425px) {
  .pdg-pf {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .card-text {
    margin: 0px 0px 24px 0px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .modal-ajuste {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative !important;
  } 
  
}

@media screen and (max-width: 1024px) {
  .modal-ajuste {
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    position: relative !important;
  }
}

@media screen and (max-width: 992px) {
  .modal-ajuste {
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    position: relative !important;
  }

  .img-prodapt {
    text-align: center;
    padding-bottom: 30px;
  }

  .mail-footer {
    padding: 10px 0px 10px 0px;
  }
}

@media screen and (max-width: 576px) {
  .modal-ajuste {
    max-width: 380px;
    margin: 20px auto;
    height: 100%;
    margin: 0 auto;
    position: relative !important;
  }
}

@media screen and (max-width: 375px) {
  .modal-ajuste {
    max-width: 330px !important;
    margin: 20px auto;
    height: 100%;
    margin: 0 auto;
    position: relative !important;
  }
}

/* Menu responsive */

.main-toggle {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  max-width: 35px;
}

.main-toggle span {
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  background-color: #48babd;
  float: left;
  transition: all .5s;
  opacity: 1;
  transform: rotate(0px);
  top: 0px;
  position: relative;
}

.main-toggle span:last-child {
  margin-bottom: 0px;
}

.main-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.main-toggle.active span:nth-child(2) {
  transform: rotate(-45deg) !important;
}

.main-toggle.active span:last-child {
  opacity: 0;
}

.lupa-header {
  max-width: 40px;
}

h3.ndc-b::after {
  background-image: url(../img/componentes/flecha1.png);
}

h3.ndc-bc::after {
  background-image: url(../img/componentes/flecha2.png);
}

h3.ndc-v::after {
  background-image: url(../img/componentes/flecha3.png);
}

h3.ndc-bc::before {
  background-image: url(../img/componentes/flecha1.png);
}

h3.ndc-v::before {
  background-image: url(../img/componentes/flecha2.png);
}

h3.ndc-vf::before {
  background-image: url(../img/componentes/flecha3.png);
}

@media (max-width: 574px) {
  .after-line::after {
    display: none;
  }

  .after-line::before {
    display: none;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .after-line::after {
    content: " ";
    width: 70%;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -20px;
    top: -2px;
    position: absolute;
  }

  .posicion-ab {
    text-align: right;
  }

  [class^="ndc-"],
  [class*=" ndc-"] {
    right: 0;
    float: right;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .carousel-banner-donantes .owl-stage-outer {
    height: 100%;
    padding-bottom: 50px;
  }

  .carousel-banner-donantes .owl-stage {
    height: 100%;
    display: table;
  }

  .carousel-banner-donantes .owl-item {
    display: table-cell;
    vertical-align: middle;
    float: inherit;
  }

  .fondo-componente {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .after-line::after {
    content: " ";
    width: 70%;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: -20px;
    top: 10px;
    position: absolute;
  }

  h3.ndc-b::after {
    background-image: url(../img/componentes/flecha1.png);
  }

  h3.ndc-bc::after {
    background-image: url(../img/componentes/flecha2.png);
  }

  h3.ndc-v::after {
    background-image: url(../img/componentes/flecha3.png);
  }
  
  .menu-centrado{
	  margin-top: 0;
  }
}

.main-toggle.v-2 {
  display: none;
}

.movil-twitter {
  display: none;
}
.desktop-twitter {
  display: inline;
}

@media screen and (max-width: 1600px) {
  .row-donadores-desktop-top {
    margin-top: 0em;
  }
  .componentes-top {
    margin-top: -0em!important;
  }
  
}

@media screen and (min-width: 1400px) {

  .componentes-top {
    margin-top: -3em!important;
  }

  .donadores-acl {
    height: 4.76rem !important;
  }

  .bg-nosotros {
    position: absolute;
    background-image: url(../img/nosotros/fondo-playa.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: -webkit-fill-available;
    opacity: .8;
    top: 0;
    left: 0;
    margin-top: -210px;
  }
  
  .menu-centrado{
	  margin-top: 1%;
  }
}

@media screen and (max-width: 767px) {
  .movil-twitter {
    display: inline;
  }
  .desktop-twitter {
    display: none;
  }

  .donadores-acl {
    height: 2.72rem !important;
  }

  .donadores-segundo {
    height: 2rem;
  }

  .pd-menu {
    padding: 0;
  }

  .carousel-banner-donantes {
    /* padding-top: 35px; */
  }

  .carousel-banner-donantes img {
    /* height: 50%;
    width: auto !important;
    margin: 5px auto; */
  }

  .lateral-movil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-donadores-desktop-top {
    margin-top: 0.5em;
  }

  .row-donadores-desktop {
    margin-left: 0px;
    margin-right: 0px;
  }

  .section-cuerpo {
    padding-top: 68px;
  }

  .px-xs-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .menu .nav-link {
    font-size: 14px;
  }

  .posicion-menu {
    position: fixed;
    width: 75%;
    top: 50px;
    background: #004d72;
    z-index: 999;
    overflow: auto;
    border-bottom: 0px solid #004d72;
    padding: 0px;
    transition: all .5s;
    opacity: 0;
    max-width: 360px;
    height: 100%;
    top: 0 !important;
    left: -100%;
  }

  .posicion-menu.active {
    opacity: 1;
    left: 0%;
  }

  .posicion-menu .menu li:first-child {
    border-top: 1px solid #5ec6c5;
  }

  .posicion-menu .menu li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #5ec6c5;
  }

  .posicion-menu .menu a {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 20px 10px;
    font-weight: 500;
  }

  .posicion-menu .menu a::after {
    content: " ";
    position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #5ec6c5;
    border-right: solid 2px #5ec6c5;
    transform: rotate(45deg);
  }

  .bg-nosotros {
    background-image: url(../img/nosotros/fondo-playa-movil.jpg);
    background-position: center 0px;
  }

  .w-100-xs {
    width: 100%;
  }

  footer h4 {
    font-size: 18px;
    margin: 20px 0px;
  }

  img.img-redes {
    max-height: 20px;
    padding-right: 20px;
    padding-left: 0;
  }

  .ml-xs-0 {
    margin-left: 0px !important;
  }

  .owl-dots {
    width: 100%;
  }

  .fondo-componente {
    background-image: url(../img/componentes/mobile/componentes-movil-flechas.png);
    background-size: 80% 85.5%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 30px;
  }

  .fondo-componente.en {
    background-image: url(../img/componentes/mobile/flechas-componentes-en.png);
    background-size: 86% 84%;
  }

  .ajuste-en {
    margin-top: -22px;
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }

  .componentes-top {
    margin-top: -3.5em!important;
  }

  button.bt-video {
    background-color: #56c3ef;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 30px;
    position: relative;
    bottom: -41px;
    outline: none;
    z-index: 99;
    text-transform: uppercase;
  }

  button.bt-video:hover {
    cursor: pointer;
  }

  .main-toggle.v-2 {
    display: block;
    top: 20px !important;
    right: 10px !important;
    width: 25px !important;
  }

  .main-toggle.v-2 span {
    background-color: #fff;
  }

  .buscador-2 input {
    width: 100%;
    border: none;
    padding: 5px 10px;
    padding-left: 30px;
    font-size: 14px;
  }

  .buscador-2::before {
    content: " ";
    position: absolute;
    left: 0;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../img/home/lupa-gris.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 5px;
    left: 5px;
  }
}

@media screen and (min-width: 565px) {
  .fondo-componente.en {
    background-image: url(../img/componentes/mobile/flechas-componentes-en.png);
    background-size: 89% 85%;
  }
}

@media screen and (min-width: 625px) {
  .fondo-componente.en {
    background-image: url(../img/componentes/mobile/flechas-componentes-en.png);
    background-size: 92% 86%;
  }
}

@media screen and (max-width: 414px) {
  .donadores-acl {
    height: 2.72rem !important;
  }

  .donadores-segundo {
    height: 1.5rem;
  }

  .carousel-banner-donantes img {
    /* height: 60%;
    width: auto !important;
    margin: 5px auto; */
  }

  .lateral-movil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ajuste-en {
    margin-top: -23px;
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }

  .fondo-componente.en {
    background-image: url(../img/componentes/mobile/flechas-componentes-en.png);
    background-size: 80% 81.5%;
    top: -1rem;
  }

  .componentes-top {
    margin-top: -0em!important;
  }

  .fondo-componente {
    background-image: url(../img/componentes/mobile/componentes-movil-flechas.png);
    background-size: 80% 84%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 30px;
    top: -1rem;
  }

  button.bt-video {
    background-color: #56c3ef;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 30px;
    position: relative;
    bottom: -25px;
    outline: none;
    z-index: 99;
    text-transform: uppercase;
  }

  button.bt-video:hover {
    cursor: pointer;
  }

  .ajustar-movil {
    width: 12em;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */

    .noticias-ajuste-movil {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: -webkit-fill-available;
      width: -webkit-fill-available !important;
    }

    .noticias-ajuste-movil-embed {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      top: 0 !important;
      bottom: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: -webkit-fill-available !important;
      max-width: 100%;
      border: 0 !important;
    }
  }

  @supports not (-webkit-overflow-scrolling: touch) {

    /* CSS specific to iOS devices */
    .noticias-ajuste-movil {
      height: -webkit-fill-available;
      width: 100% !important;
      max-width: 100%;
    }

    .noticias-ajuste-movil-embed {
      position: fixed !important;
      top: 0 !important;
      bottom: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: -webkit-fill-available !important;
      max-width: 100%;
      border: 0 !important;
    }
  }
}

@media screen and (max-width: 375px) {
  .donadores-acl {
    height: 2.72rem !important;
  }

  .donadores-segundo {
    height: 1.5rem;
  }

  .carousel-banner-donantes img {
    /* height: 50%;
    width: auto !important;
    margin: 5px auto; */
    padding: 1.5rem !important;;
    height: 10rem;
    width: auto !important;;
    margin: 0 auto;
  }

  .lateral-movil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ajuste-en {
    margin-top: -22px;
    margin-left: 0;
    width: 100%;
  }

  .ajustar-movil {
    width: 12em;
  }
}

@media screen and (max-width: 360px) {
  .donadores-acl {
    height: 2.72rem !important;
  }

  .donadores-segundo {
    height: 1.5rem;
  }

  .fondo-componente.en {
    background-image: url(../img/componentes/mobile/flechas-componentes-en.png);
    background-size: 77% 81%;
  }

  .fondo-componente {
    background-image: url(../img/componentes/mobile/componentes-movil-flechas.png);
    background-size: 77% 83.5%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 30px;
  }

  .ajustar-movil {
    width: 12em;
  }

  button.bt-video {
    background-color: #56c3ef;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 30px;
    position: relative;
    bottom: -25px;
    outline: none;
    z-index: 99;
    text-transform: uppercase;
  }

  button.bt-video:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 320px) {
  .donadores-acl {
    height: 0.68rem !important;
  }

  .donadores-segundo {
    height: 2rem;
  }

  .carousel-banner-donantes img {
    /* height: 50%;
    width: auto !important;
    margin: 5px auto; */
  }

  img.img-redes {
    max-height: 20px;
    padding-right: 15px;
    padding-left: 0;
  }

  .lateral-movil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ajuste-en {
    margin-top: -22px;
    margin-left: 0;
    width: 100%;
  }

  .fondo-componente.en {
    background-image: url(../img/componentes/mobile/flechas-componentes-en.png);
    background-size: 72% 79.5%;
  }

  .fondo-componente {
    background-image: url(../img/componentes/mobile/componentes-movil-flechas.png);
    background-size: 70% 81.5%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 30px;
  }

  .ajustar-movil {
    width: 12em;
  }

  button.bt-video {
    background-color: #56c3ef;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 30px;
    position: relative;
    bottom: -25px;
    outline: none;
    z-index: 99;
    text-transform: uppercase;
  }

  button.bt-video:hover {
    cursor: pointer;
  }
}

@-moz-document url-prefix() {
  .carousel-banner-donantes img {
    /* height: 89px;
    width: auto !important;
    margin: 5px auto; */
  }

  .lateral-movil {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 1900px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .carousel-banner-donantes img {
    /* height: 89px;
    width: auto !important;
    margin: 5px auto; */
  }

}

@media screen and (max-width: 1600px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .carousel-banner-donantes img {
    /* height: 70px;
    width: auto !important;
    margin: 5px auto; */
  }
  .donadores-acl {
    height: 4.76rem !important;
  }
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .carousel-banner-donantes img {
    /* height: 50px;
    width: auto !important;
    margin: 5px auto; */
  }
  .donadores-acl {
    height: 4.76rem !important;
  }
}

input.button-noticias:focus {
  -webkit-border-radius: 0px;
}


/* Correcciones  */


.pdg-top-30 {
  padding-top: 30px;
}

.mg-b-3por {
  margin-bottom: 3%;
}

.titulo-footer {
  font-size: 1.3rem;
  font-weight: 500 !important;
}

@media (min-width: 992px) and (max-width: 1025px) {
  .px-esp {
    padding-left: 1.5rem !important;
  }
}

@media screen and (max-width: 425px) {
  header {
    box-shadow: 0px 0px 20px rgba(28, 28, 28, 0.26);
  }

  .titulo-carrusel {
    font-size: 1.5rem;
  }

  .carousel-principal-home {
    padding-top: 0px !important;
  }
}

/* Extra css Julio's */
.folleto-enlace {
  position: relative;
  float: right;
}

.link-folleto {
  background-color: #fc305f;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: 0px;
  text-align: center;
  margin: 0px;
  padding: 10px 5px;
}

.contenedor-video {
  position: relative;
  text-align: center;
}

.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15% !important;
}

/* Donantes */


div.mapa_imagen {
  position: relative
}

ul.notas li {
  list-style: none;
  position: absolute;
}

div.mapa_imagen:hover ul.notas li {
  display: block;
}

ul.notas li p {
  margin: 10px 0 0 0;
  padding: .3em;
  display: none;
  background: #FFF;
  opacity: 0.65;
  position: absolute;
  top: 100%;
}

ul.notas li:hover p {
  display: block;
}

ul.notas li#nota1 {
  width: 35%;
  height: 30%;
  top: 25%;
  left: 13%;
}

ul.notas li#nota2 {
  width: 27%;
  height: 45%;
  top: 19%;
  left: 58%;
}

ul.notas li#nota3 {
  width: 50%;
  height: 25%;
  top: 65%;
  left: 27%;
}

ul.notas li#nota4 {
  width: 70%;
  height: 30%;
  top: 20%;
  left: 15%;
}

ul.notas li#nota5 {
  width: 40%;
  height: 40%;
  top: 55%;
  left: 10%;
}

ul.notas li#nota6 {
  width: 40%;
  height: 40%;
  top: 55%;
  left: 55%;
}

ul.notas li#nota7 {
  width: 65%;
  height: 25%;
  top: 70%;
  left: 20%;
}

ul.notas li#nota8 {
  width: 40%;
  height: 35%;
  top: 22%;
  left: 10%;
}

ul.notas li#nota9 {
  width: 40%;
  height: 35%;
  top: 22%;
  left: 55%;
}

.video-play {
  position: relative;
  /*border: 2px #ccc solid;
  border-radius: 10px;*/
  overflow: hidden;
}

.video-play::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/home/icon-play.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
}

.video-play.off::after {
  display: none;
}

.video-play-1 {
  position: relative;
  /*border: 2px #ccc solid;
  border-radius: 10px;*/
  overflow: hidden;
}

.video-play-1::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/home/icon-play.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
}

.video-play-1.off::after {
  display: none;
}

.video-play-2 {
  position: relative;
  /*border: 2px #ccc solid;
  border-radius: 10px;*/
  overflow: hidden;
}

.video-play-2::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/home/icon-play.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
}

.video-play-2.off::after {
  display: none;
}

.video-play-3 {
  position: relative;
  /*border: 2px #ccc solid;
  border-radius: 10px;*/
  overflow: hidden;
}

.video-play-3::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/home/icon-play.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
}

.video-play-3.off::after {
  display: none;
}

.video-play-4 {
  position: relative;
  /*border: 2px #ccc solid;
  border-radius: 10px;*/
  overflow: hidden;
}

.video-play-4::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/home/icon-play.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
}

.video-play-4.off::after {
  display: none;
}

.caja-noticia.twitter iframe {
  height: 100px !important;
  overflow: hidden;
}

@media (min-width:900px) {
  .text-componente {
    padding: 20px;
  }
}

@media (max-width:899px) {
  .text-componente {
    padding: 5px;
    font-size: 12px;
  }
}

/* Extra css Julio's */
.folleto-enlace {
  position: relative;
  float: right;
}

.link-folleto {
  background-color: #fc305f;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: 0px;
  text-align: center;
  margin: 0px;
  padding: 10px 5px;
}

.loader {
  float: left;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.fondo-planeta {
  background-image: url(../img/home/planeta.png);
  background-repeat: no-repeat;
  background-position: 70% 40px;
  background-size: 140px;
}

@media screen and (max-width: 374px) {
  .carousel-banner-donantes {
    padding-top: 25px;
  }
}

.publicacion_info {
  margin-top: 20px;
  height: 160px;
  line-height: 1.2;
}

.publicacion_info a {
  bottom: 0;
  position: absolute;
  font-size: 13px;
}

.publicacion_info h3 {
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.3;
}

#search_results {
  position: relative;
  bottom: 10px;
  width: 100%;
  right: 0;
  left: 0;
  padding-top: 33%;

}


#search_results .result img {
  max-width: 150px;
}

#search_results .result p {
  color: #fff;
}


#search_results .result h4 {
  /*font-size: 19px;*/
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 750px) {
    #search_results {
		position: relative;
		bottom: 10px;
		width: 100%;
		right: 0;
		left: 0;
		padding-top: 100%;
    }
}

@media (min-width: 751px) and (max-width: 767px) {
    #search_results {
		position: relative;
		bottom: 10px;
		width: 100%;
		right: 0;
		left: 0;
		padding-top: 95%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #search_results {
		position: relative;
		bottom: 10px;
		width: 100%;
		right: 0;
		left: 0;
		padding-top: 85%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    #search_results {
		position: relative;
		bottom: 10px;
		width: 100%;
		right: 0;
		left: 0;
		padding-top: 75%;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    #search_results {
		position: relative;
		bottom: 10px;
		width: 100%;
		right: 0;
		left: 0;
		padding-top: 50%;
    }
}

@media (min-width: 1300px) and (max-width: 2000px) {
    #search_results {
		position: relative;
		bottom: 10px;
		width: 100%;
		right: 0;
		left: 0;
		padding-top: 50%;
    }
}


.publicacion {
  padding: 20px;
}

.ajuste_publicaciones {
  padding-left: 55px;
  padding-right: 55px;
}

.publicacion_content {
  padding: 5px;
  height: 50em;
}
.nav-link {
  font-size: 12px;
}

.pointer{
	cursor: pointer;
}



@media (min-width: 320px) and (max-width: 480px) {

  .section-header .pb-4, .py-4 {
    padding-bottom: 1.8rem !important;
  }
  .ajuste_publicaciones {
    padding-left: 0;
    padding-right: 0;
  }

  .publicacion_info h3 {
    text-align: left;
    font-size: 14px;

  }

  .ajuste_publicaciones .button-noticias {
        font-size: 8px;
        padding: 9px;
  }

  .publicacion_info {
    height: 100px;
    line-height: 1.2;
  }

  .publicacion_content {
    padding: 5px;
    height: 55em;
  }

  .logo-bid {
    padding-right: 0;
    max-height: 50px;
  }
}


.vertical-align {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .publicacion_content {
    padding: 5px;
    height: 55em;
  }
}

@media screen and (max-width: 414px) {
  .publicacion_content {
    padding: 5px;
    height: 55em;
  }
}

@media screen and (max-width: 375px) {
  .publicacion_content {
    padding: 5px;
    height: 59em;
  }
}

@media screen and (max-width: 360px) {
  .publicacion_content {
    padding: 5px;
    height: 59em;
  }
}

@media screen and (max-width: 320px) {
  .publicacion_content {
    padding: 5px;
    height: 64em;
  }
}


@media (min-width: 600px) and (max-width: 1382px) {
  .list-inline li {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 1 0 17.666667%;
    max-width: 21.666667%;
  }
}

/* Etiqueta de componentes*/

button.bt-etiqueta {
  background-color: #56c3ef;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 15px;
  position: absolute;
  outline: none;
  z-index: 99;
  text-transform: uppercase;
  top: 10.2%;
  left: 57%;
}

button.bt-etiqueta-en {
  background-color: #56c3ef;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 15px;
  position: absolute;
  outline: none;
  z-index: 99;
  text-transform: uppercase;
  top: 10.2%;
  left: 37%;
}

@media screen and (max-width: 1800px) {

	button.bt-etiqueta {
		top: 9.4% !important;
		left: 70% !important;
	}
	
	button.bt-etiqueta-en {
		top: 9.5% !important;
		left: 56% !important;
	}
	
	
}

@media screen and (max-width: 1600px) {
	button.bt-etiqueta {
		top: 9.8% !important;
		left: 67% !important;
	}
	
	button.bt-etiqueta-en {
		top: 9.8% !important;
		left: 52% !important;
	}
	
	
}

@media screen and (max-width: 1500px) {    
  button.bt-etiqueta {
	top: 9.9% !important;
	left: 62% !important;
  }
  
  button.bt-etiqueta-en {
		top: 10.3% !important;
		left: 46% !important;
	}
  
  
}

@media screen and (max-width: 1400px) {  
  
  button.bt-etiqueta {
	top: 9.9%;
	left: 62%;
  }
  
  button.bt-etiqueta-en {
	top: 9.9%;
	left: 62%;
  }
  
  
}

@media screen and (max-width: 1300px) {
   
  button.bt-etiqueta {
	top: 10.2% !important;
	left: 57% !important;
  }
  
  button.bt-etiqueta-en {
	top: 10.2% !important;
	left: 38% !important;
  }
  
  
}


/*MENÚ*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .menu .nav-link {  
	  padding: 0 1px 0 1px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .menu .nav-link {  
	  padding: 0 1px 0 1px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .menu .nav-link {  
	  padding: 0 1px 0 1px;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .menu .nav-link {  
	  padding: 0 1px 0 1px;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .menu .nav-link {  
	  padding: 0 4px 0 4px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) {
  .menu .nav-link {  
	  padding: 0 10px 0 10px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .menu .nav-link {  
	  padding: 0 14px 0 14px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1700px) {
  .menu .nav-link {  
	  padding: 0 16px 0 16px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1800px) {
  .menu .nav-link {  
	  padding: 0 18px 0 18px;
  }
}




