* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    text-shadow: none;
}

ul {
    padding: 0;
}

/************************* VARIABLES  ***************************/

:root {
    --color-gastronomia: #C82323;
    --color-aventura: #EBAC00;
    --color-bienestar: #D4539D;
    --color-escapadas: #0E9E13;
    --color-variedades: #5F2DF9;
    --bg-gastronomia: #FFF1EF;
    --bg-aventura: #FFF7EF;
    --bg-bienestar: #FCEDFF;
    --bg-escapadas: #E7FFE7;
    --bg-variedades: #EAE3FF;
    --color-gris-nav: #4B4B4B;
    --color-gris-text: #2D2D2D;
    --color-gris-bg: #F2F2F2;
    --color-gris-redes: #B9B9B9;
    --color-verde-news: #039C9C;
    --bg-verde-news: #F9FFFF;
    --color-modal: #0094BF;
    --bg-modal: #E5F9FF;
    --color-titulo-h1: #0094BF;
    --color-titulo-h3: #039C9C;
    --color-titulo-h4: #B9B9B9;
    --color-texto: #2d2d2d;
    --bg-footer: #EBEBEB;
}

/*********  ELEMENTOS DE TEXTO *********/

html,
body,
header,
main,
footer {
    margin: 0 auto;
    width: 100%;
}

h1 {
    color: var(--color-titulo-h1);
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}

h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 10px 0 15px;
}

h3 {
    color: var(--color-titulo-h3);
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 15px;
}

h4 {
    color: var(--color-titulo-h4);
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 30px;
}

h5 {
    color: var(--color-texto);
    font-size: 1.4em;
    font-weight: 700;
    margin: 15px 0;
}

p,
article {
    color: var(--color-texto);
    line-height: 1.4em;
}

li {
    list-style: none;
}

a {
    color: #292929;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

/************************* buttons ***************************/

.button {
    border: 1px solid var(--color-texto);
    border-radius: 6px;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    padding: 5px 10px;
    transition: ease-in-out 0.3s;
}

.button-gastronomia {
    background-color: var(--color-gastronomia);
    border-color: var(--color-gastronomia);
}

.button-gastronomia:hover {
    background-color: var(--bg-gastronomia);
    color: var(--color-gastronomia);
}

.button-aventura {
    background-color: var(--color-aventura);
    border-color: var(--color-aventura);
}

.button-aventura:hover {
    background-color: var(--bg-aventura);
    color: var(--color-aventura);
}

.button-escapadas {
    background-color: var(--color-escapadas);
    border-color: var(--color-escapadas);
}

.button-escapadas:hover {
    background-color: var(--bg-escapadas);
    color: var(--color-escapadas);
}

.button-bienestar {
    background-color: var(--color-bienestar);
    border-color: var(--color-bienestar);
}

.button-bienestar:hover {
    background-color: var(--bg-bienestar);
    color: var(--color-bienestar);
}

.button-variedades {
    background-color: var(--color-variedades);
    border-color: var(--color-variedades);
}

.button-variedades:hover {
    background-color: var(--bg-variedades);
    color: var(--color-variedades);
}

.button-blue {
    background-color: var(--color-modal);
    border-color: var(--color-modal);
}

.button-blue:hover {
    background-color: var(--bg-modal);
    color: var(--color-modal);
}

.button-black {
    background-color: var(--color-texto);
    border-color: var(--color-texto);
}

.button-black:hover {
    background-color: var(--bg-texto);
    color: var(--color-texto);
}

.carousel-indicators {
    margin-bottom: 0.5rem !important;
}


.input-alert {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #c00000;
    margin-top: 0.45rem;
}

.input-alert i {
    font-size: 0.8rem;
    margin-right: 0.3125rem;
}

.form-control.--error, input.--error {
    background-color: #ffe6e6;
}

.info-text {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.75rem;
    border: 0.0625rem solid #434040;
    color: #434040;
    font-weight: 600;
    border-radius: 0.5rem;
    margin-top: 0.75rem;
    width: fit-content;
  }

  .info-text span {
    font-size: 0.90rem;
    line-height: 1.05rem;
  }

  .info-text .--icon {
    font-size: 1.15rem;
    color: #434040;
    margin-right: 0.6rem;
  }

  .info-text strong {
    color: #434040;
  }

  .info-text--sucess {
    border-color: #b6ffba;
    background-color: #e8ffe9;
  }

  .info-text--sucess .--icon, .info-text--sucess span {
    color: #0eb914;
  }

  .info-text--error {
    border-color: #ffedbb;
    background-color: #fff7e4;
  }

  .info-text--error .--icon, .info-text--error span {
    color: #e4a700;
   }


  @media (min-width: 768px) {
    .input-alert {
        font-size: 0.85rem;
    }
    
    .input-alert i {
        font-size: 0.85rem;
    }
    
      .info-text span {
        font-size: 1rem;
        line-height: 1.2rem;
      }
    
      .info-text .--icon {
        font-size: 1.25rem;
      }
  }


/************************* TAGS ***************************/

.tag {
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 3px 10px;
    display: inline-block;
}

.tag.--big {
    font-size: 1.2rem;
    padding: 6px 12px;
}

.tag-gastronomia {
    background-color: var(--bg-gastronomia);
    color: var(--color-gastronomia);
}

.tag-aventura {
    background-color: var(--bg-aventura);
    color: var(--color-aventura);
}

.tag-bienestar {
    background-color: var(--bg-bienestar);
    color: var(--color-bienestar);
}

.tag-escapadas {
    background-color: var(--bg-escapadas);
    color: var(--color-escapadas);
}

.tag-variedades {
    background-color: var(--bg-variedades);
    color: var(--color-variedades);
}

.tag-search {
    background-color: var(--bg-modal);
    color: var(--color-modal) !important;
}

/************************* modal ***************************/

header {
    background-color: #ffffff;
    position: sticky;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.modal-top {
    /*
    background-color: #E5F9FF;
    color: #0094BF; */
    background-color: var(--color-titulo-h3);
    color: #ffffff;
    font-size: 0.7em;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 5;
}

.modal-title {
    margin: 0px;
}

.modal-top a {
    background-color: #ffffff;
    border: 1px solid var(--color-modal);
    border-radius: 6px;
    color: var(--color-modal);
    display: inline-block;
    margin: 5px 0 5px 10px;
    text-align: center;
    padding: 5px 10px;
    opacity: 1;
    transition: ease-in-out 0.3s;
    font-size: 15px;
}

.modal-top a:hover {
    opacity: 0.6;
}

/************************* HEADER  ***************************/

a.logo {
    opacity: 1;
    text-align: left;
    transition: ease-in-out 0.3s;
}

a.logo img {
    transform: translate(0px, -3px);
}

a.logo:hover {
    opacity: 0.8;
}

.header-content-nav {
    background-color: #ffffff;
    box-shadow: 0 5px 10px #9E9E9E66;
}

.header-nav {
    background-color: #ffffff;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 4.5em;
    line-height: 4em;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    z-index: 1002;
    transition: ease-in-out 0.5s;
}

.header {
    transition: ease-in-out 0.5s;
    width: 100%;
}

/************************* NAVIGATION PPAL ***************************/

nav {
    text-align: right;
    width: 75%;
}


.search {
    text-align: right;
    width: 5%;
    display: block;
    position: relative;
}

.search a i {
    font-size: 0.7em;
    margin-top: 20px;
    padding: 0;
}

nav a,
.search a {
    border-bottom: 2px solid #ffffff;
    color: var(--color-gris-nav);
    font-weight: 600;
    line-height: 1em;
    margin: 0 10px;
    padding: 0.7em;
    transition: ease-in-out 0.3s;
}

/*
nav a.active {
    color: var(--color-gris-redes);
} */

nav a.active:nth-child(1) {
    color: var(--color-gastronomia);
}

nav a.active:nth-child(2) {
    color: var(--color-aventura);
}

nav a.active:nth-child(3) {
    color: var(--color-bienestar);
}

nav a.active:nth-child(4) {
    color: var(--color-escapadas);
}

nav a.active:nth-child(5) {
    color: var(--color-variedades);
}


nav a:hover,
.search a:hover {
    border-bottom: 2px solid #6e6e6e;
    color: #6e6e6e;
   
}

nav a.gastronomia:hover {
    border-color: var(--color-gastronomia);
}

nav a.aventura:hover {
    border-color: var(--color-aventura);
}

nav a.escapadas:hover {
    border-color: var(--color-escapadas);
}

nav a.bienestar:hover {
    border-color: var(--color-bienestar);
}

nav a.variedades:hover {
    border-color: var(--color-variedades);
}

.search a:hover {
    border-color: #ffffff;
}


/************************* BUSCADOR ***************************/


/* The overlay effect with black background */
.overlay {
    z-index: 6;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-verde-news);
    background-color: rgba(0, 0, 0, 0.9);
    /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 46%;
    width: 90%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #4a4949;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: var(--color-titulo-h3);
    color: white;
}

.search .openBtn {
    background: transparent;
    border: none;
}

.search .openBtn i {
    font-size: 1.4em;
}



/************************* HAMBURGUESA ***************************/


.hamburguer {
    color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    display: none;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

.hamburguer>i {
    border: 1px solid #ffffff;
    border-radius: 999px;
    cursor: pointer;
    color: #ffffff;
    font-size: 1em;
    padding: 8px 10px;
    transition: color 0.5s, border 0.5s, background 0.5s;
}

/************************* BANNER ***************************/

.banner {
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
}

.banner .carousel-caption {
    background: #ffffffc5;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    left: 20%;
    right: 20%;
    bottom: 11%;
}

.banner .carousel-caption a {
    display: inline-block;
    margin-top: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}


/************************* BLOQUE NOTAS ***************************/

.nota-info.nota-enc .actions {
    display: flex;
    align-items: center;
}

.nota-info.nota-enc .actions:first-child {
    flex-wrap: wrap;
    grid-gap: 12px;
}

.nota-info.nota-enc .actions form {
    display: none;
}

.nota-info .actions a i span {
    margin-left: 5px;
}

section.bloque-notas {
    border-top: 1px solid white;
    background: white;
    padding: 30px 0 60px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #ededed;
}

section.bloque-notas.--result {
    border-top: 1px solid white;
    background: var(--color-gris-bg);
    padding: 20px 15px 60px 15px;
    text-align: center;
    margin: 0 auto;
    border-bottom: none;
}

.bloque-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 1400px;
    grid-row-gap: 15px;
    grid-column-gap: 40px;
}

.mas-contenido .bloque-container {
    align-items: stretch;
}

.bloque-container.--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px;
}

.bloque-container.--grid article {
    width: 100%;
}

.bloque-container article {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 10px #9E9E9E66;
    margin-bottom: 20px;
    opacity: 1;
    padding: 15px 15px 25px;
    position: relative;
    text-align: left;
    transition: ease-in-out 0.2s;
    width: 30%;

}

.bloque-container article:hover {
    box-shadow: 0 5px 10px #9E9E9E88;
    opacity: 0.7;
}

.bloque-container article img {
    border-radius: 8px;
    height: auto;
    width: 100%;
    transition: ease-in-out 0.2s;
}

.border {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0;
}

.nota-info {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
    width: 100%;
}

.nota-info .actions a {
    color: var(--color-gris-nav);
    position: relative!important;
    z-index: 555!important;
}


/************************* TABS ***************************/

.tabs .bloque-container {
    margin: 30px auto 0;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
}

.tabs h1 {
    color: var(--color-texto);

}


.nav-tabs,
.nav-link {
    border: none !important;
    color: var(--color-texto);
}

.nav-link:hover {
    color: var(--color-gris-redes);
}

.nav-item .active {
    background: transparent !important;
    border-bottom: 2px solid var(--color-texto) !important;
    color: var(--color-gris-nav);
}


/************************* PAGINACION ***************************/

.page-link {
    background: transparent !important;
    border: none !important;
    color: var(--color-texto);
}

.page-link:hover {
    color: var(--color-modal)
}

.page-item .active {
    background: var(--bg-modal) !important;
    color: var(--color-modal);
    font-weight: 600;
}

/************************* NEWSLETTER ***************************/

.img-illustration img  {
    max-width: 300px;
    margin-bottom: 25px;
}

.suscribite-newsletter {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.newsletter-container {
    background-color: var(--bg-verde-news);
    border: 1px solid var(--color-verde-news);
    border-radius: 8px;
    padding: 40px 25% 40px 40px;
    position: relative;
    margin: 100px auto 140px;
    width: 100%;
}

.newsletter-container img {
    position: absolute;
    top: -50px;
    right: 20px;
}

.newsletter-container form {
    margin: 15px 0 0;
    width: 80%;
}

.newsletter-container .button {
    background: #000 !important;
    border: 1px solid #000 !important;
}

.newsletter-container .button i {
    display: none;
}

.newsletter-container .button:hover {
    background: #5e5e5e !important;
    border: 1px solid #5e5e5e !important;
    color: #fff !important;
}


/************************* REDES SOCIALES ***************************/

.redes {
    margin: 0 auto 100px;
    width: 100%;
    max-width: 1400px;
    text-align: center;
}

.redes a i {
    color: var(--color-titulo-h4);
    font-size: 2em;
    margin: 0 12px;
    transition: ease-in-out 0.3s;
}

.redes a i:hover {
    color: #949494;
}


/************************* FOOTER ***************************/

footer {
    background-color: var(--bg-footer);
    padding: 30px 80px;
    width: 100%;
}

.footer-content,
.footer-menu,
.footer-menu-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-content {
    margin: 0 auto 13px;
    width: 100%;
    max-width: 1400px;
}

.footer-menu li a,
.footer-menu-sec li a {
    border-bottom: 2px solid var(--bg-footer);
    color: var(--color-gris-nav);
    font-size: 0.9em;
    font-weight: 600;
    transition: ease-in-out 0.2s;
}

.footer-menu li a:hover,
.footer-menu-sec li a:hover {
    color: #949494;
    border-bottom: 2px solid #949494;
}

.footer-menu {
    width: 500px;
}

.footer-logo {
    margin-top: -13px;
}

.footer-logo,
.footer-menu-sec {
    width: 25%;
}

footer .copy {
    border-top: 1px solid #DEDEDE;
    color: var(--color-gris-nav);
    font-size: 0.7em;
    padding: 20px 0;
    text-align: right;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

footer .copy a {
    font-weight: 600;
    font-size: 1.3em;
    color: var(--color-gris-nav);
}

/*********  BUTTON UP *********/

p.up a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 556;
}

p.up a i {
    color: #fff;
    font-size: 3em;
    text-shadow: 0 0 10px #a0a0a0;
    border-radius: 999px;
}


/*********  HAMBURGUESA *********/


nav .hamburguer {
    color: var(--color-gris-text);
    display: none;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

nav .hamburguer>i {
    border: 1px solid #ffffff;
    border-radius: 999px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    transition: color 0.5s, border 0.5s, background 0.5s;
}



/*********  NOTAS: INTERIOR *********/


.nota .banner img {
    margin: 0 auto;
    max-width: 992px;
    width: 100%;
}

.interior-nota {
    border-top: 1px solid white;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.nota-enc {
    margin: 0 auto;
    padding: 0px 20px;
    max-width: 992px;
    width: 100%;
}

.cuerpo-nota {
    display: block;
    text-align: left;
    padding: 20px;
    max-width: 992px;
    width: 100%;
}

.cuerpo-nota h1 {
    font-size: 2.7em;
    line-height: 1.25em !important;
}

.cuerpo-nota h2 {
    font-size: 1.4em;
    line-height: 1.3em !important;
}

.cuerpo-nota strong,
.cuerpo-nota em,
.cuerpo-nota a {
    font-size: 1em;
}

.cuerpo-nota a {
    font-size: 1em;
    font-weight: 600;
}

.cuerpo-nota h1,
.cuerpo-nota h2,
.cuerpo-nota h3,
.cuerpo-nota h4 {
    color: var(--color-gris-text);
    line-height: 1.5em;
    margin: 10px auto 50px;
    text-align: left;
}

.cuerpo-nota p {
    color: var(--color-gris-text);
    line-height: 1.45em;
    margin: 10px auto 50px;
    text-align: left;
}

.cuerpo-nota h2 {
    margin: 0px auto 15px;
}

.cuerpo-nota h3 {
    line-height: 1.3em;
    font-size: 1.15rem;
    padding: 18px 18px;
    border-radius: 6px;
    margin: 35px auto 35px;
}

.nota-gastronomia .cuerpo-nota h3 {
    background-color: var(--bg-gastronomia);
}

.nota-aventura .cuerpo-nota h3 {
    background-color: var(--bg-aventura);
}

.nota-bienestar .cuerpo-nota h3 {
    background-color: var(--bg-bienestar);
}

.nota-escapadas .cuerpo-nota h3 {
    background-color: var(--bg-escapadas);
}

.nota-variedades .cuerpo-nota h3 {
    background-color: var(--bg-variedades);
}

.cuerpo-nota li {
    font-size: 1.1em;
    margin: 0 auto 0px;
}

.cuerpo-nota li::before {
    color: var(--color-gris-nav);
    content: '>';
    font-size: 1.4em;
    margin-right: 5px;
}

.interior-nota a:hover {
    opacity: 0.8;
}

.cuerpo-nota p {
    font-size: 1.1em;
}

.cuerpo-nota img {
    border-radius: 6px;
    display: block;
    margin: 60px auto 70px;
    width: 55%;
    height: auto;
}

blockquote {
    border-radius: 6px;
    font-size: 1.1em;
    margin: 50px 0;
    padding: 20px;
}

blockquote p {
    margin: 0px !important;
}

.nota-gastronomia .cont-banner {
    background-color: var(--bg-gastronomia);
}

.nota-aventura .cont-banner {
    background-color: var(--bg-aventura);
}

.nota-bienestar .cont-banner {
    background-color: var(--bg-bienestar);
}

.nota-escapadas .cont-banner {
    background-color: var(--bg-escapadas);
}

.nota-variedades .cont-banner {
    background-color: var(--bg-variedades);
}

.nota-gastronomia a {
    color: var(--color-gastronomia);
}

.nota-gastronomia blockquote {
    border-left: 8px solid var(--color-gastronomia);
}

.nota-gastronomia blockquote p {
    color: var(--color-gastronomia);
}

.nota-aventura a {
    color: var(--color-aventura);
}

.nota-aventura blockquote {
    border-left: 8px solid var(--color-aventura);
}

.nota-aventura blockquote p {
    color: var(--color-aventura);
}

.nota-bienestar a {
    color: var(--color-bienestar);
}

.nota-bienestar blockquote {
    border-left: 8px solid var(--color-bienestar);
}

.nota-bienestar blockquote p {
    color: var(--color-bienestar);
}

.nota-escapadas a {
    color: var(--color-escapadas);
}

.nota-escapadas blockquote {
    border-left: 8px solid var(--color-escapadas);
}

.nota-escapadas blockquote p {
    color: var(--color-escapadas);
}

.nota-variedades a {
    color: var(--color-variedades);
}

.nota-variedades blockquote {
    border-left: 8px solid var(--color-variedades);
}

.nota-variedades blockquote p {
    color: var(--color-variedades);
}

blockquote a {
    color: var(--color-gris-text) !important;
}


/*********  NOTAS: EXPERIENCIAS *********/



.experiencias {
    background: #F6F6F6;
    padding: 40px 40px 10px;
}

.experiencias .bloque-container {
    width: 100%;
    max-width: 992px;
}

.experiencias h1 {
    font-size: 2.2em;
    text-align: left !important;
    margin-bottom: 30px;
}

.experiencias p {
    font-size: 1.2em;
}

.experiencias .actions a {
    color: #fff;
    display: inline-block;
    margin: 30px 0 0;
}

.experiencias img {
    border-radius: 6px;
    margin: 0 0 0 40px;
}

.nota-gastronomia .experiencias h1 {
    color: var(--color-gastronomia);
}

.nota-aventura .experiencias h1 {
    color: var(--color-aventura);
}

.nota-bienestar .experiencias h1 {
    color: var(--color-bienestar);
}

.nota-escapadas .experiencias h1 {
    color: var(--color-escapadas);
}

.nota-variedades .experiencias h1 {
    color: var(--color-variedades);
}

.nota-gastronomia .button {
    background-color: var(--color-gastronomia);
    border-color: var(--color-gastronomia);
}

.nota-gastronomia .button:hover {
    background-color: var(--bg-gastronomia);
    color: var(--color-gastronomia);
}

.nota-aventura .button {
    background-color: var(--color-aventura);
    border-color: var(--color-aventura);
}

.nota-aventura .button:hover {
    background-color: var(--bg-aventura);
    color: var(--color-aventura);
}

.nota-escapadas .button {
    background-color: var(--color-escapadas);
    border-color: var(--color-escapadas);
}

.nota-escapadas .button:hover {
    background-color: var(--bg-escapadas);
    color: var(--color-escapadas);
}

.nota-bienestar .button {
    background-color: var(--color-bienestar);
    border-color: var(--color-bienestar);
}

.nota-bienestar .button:hover {
    background-color: var(--bg-bienestar);
    color: var(--color-bienestar);
}

.nota-variedades .button {
    background-color: var(--color-variedades);
    border-color: var(--color-variedades);
}

.nota-variedades .button:hover {
    background-color: var(--bg-variedades);
    color: var(--color-variedades);
}

/*********  NOTAS: MAS CONTENIDO RELACIONADO *********/


.mas-contenido {
    background: var(--color-modal);
    padding: 30px 0 10px;
}

.mas-contenido .bloque-container {
    width: 100%;
    max-width: 1040px;
}

.mas-contenido h1 {
    color: #fff;
    font-size: 2em;
}

.mas-contenido .tag {
    display: inline-block;
    padding: 2px 7px;
}

/********* MODAL RRSS *********/
.modal-body {
    background: #c9dbe5 url('../img/bg_share.png');
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    }
    .modal-body a i {
    transition: all .3s ease-in-out;
    }
    .modal-body a:hover i {
    color: var(--color-modal);
    }
    .modal-body i {
    font-size: 3em;
    margin: 3em 0 2em;
    }


    .interior-nota .nota-info .actions a i {
        font-size: 1.4em;
    }
/******************************/
/********* RESPONSIVE *********/
/******************************/

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

    nav a,
    .search a {
        margin: 0 5px;
    }

    footer {
        padding: 30px 40px;
    }

    .footer-menu li {
        margin: 0 0 10px;
    }
}


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

    nav a,
    .search a {
        margin: 0 5px;
    }

    nav {
        width: auto;
    }

    .search {
        width: auto;
    }

    .search a {
        padding: 0;
    }

    .search a i {
        margin-top: 0;
        padding: 0;
    }

    .header-nav {
        padding: 0 15px;
        width: 100%;
        align-items: center;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer i {
        color: var(--color-gris-text);
        border-color: var(--color-gris-text);
    }

    .menu {
        position: fixed;
        background: var(--color-verde-news);
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        clip-path: circle(0.0% at 0 0);
        transition: ease-in-out 0.5s;
        z-index: 6;
        grid-gap: 25px;
    }

    .menudos {
        -webkit-clip-path: circle(139.7% at 1% 1%);
        clip-path: circle(139.7% at 1% 1%);
    }

    .menu a {
        color: #fff;
    }

    .menu a:hover {
        color: rgb(233, 233, 233);
    }

    .icon-hamb2 {
        display: block;
        height: 45px;
        width: 45px;
        content: url("../img/close.svg");
    }

    .icon-hamb2 i {
        display: none;

    }

    .bloque-container.--grid {
        grid-template-columns: repeat(2, 1fr);
    }
    

    .bloque-container article {
        margin: 10px;
        width: 45%;
    }

    .newsletter-container {
        padding: 30px;
        position: relative;
        margin: 50px auto 70px;
        width: 90%;
    }

    .newsletter-container img {
        display: none;
    }

    .newsletter-container form {
        width: 100%;
    }

    .redes {
        margin: 0 auto 65px;
    }

    .cuerpo-nota {
        padding: 30px;
    }

     .cuerpo-nota img {
        width: 85%;
    }

    .cuerpo-nota h1 {
        font-size: 2.4em;
        line-height: 1.2em;
    }

    .cuerpo-nota h2 {
        font-size: 1.6em;
        line-height: 1.2em;
    }

    .mas-contenido .bloque-container article:nth-child(3) {
        display: none;
    }

    .border {
        padding: 10px 0;
    }

    .footer-menu {
        width: 80%;
    }

    .footer-logo {
        width: 15%;
    }

}


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

    nav a,
    .search a {
        margin: 0 5px;
    }

    .modal-top span {
        font-size: 14px;
        display: block;
        width: 80%;
        margin: 0 auto;
        line-height: 1.35;
    }

    .modal-top a {
        margin: 5px 0px;
        font-size: 13px;
    }

    .banner .carousel-caption {
        display: block !important;
        left: 10%;
        right: 10%;
        transform: translate(0px, -50%);
        top: 50% !important;
        bottom: auto !important;
        padding: 12px;
    }

    .banner .carousel-caption p {
        display: none
    }

    .banner .carousel-caption a {
        margin-top: 0px;
        font-size: 12px;
        padding: 4px 8px;
    }

    .banner .carousel-caption h5 {
        font-size: 1.4em;
        font-weight: bold;
    }

    .tabs .bloque-container {
        display: block;
    }

    .bloque-container {
        grid-gap: 15px;
    }

    .nav-tabs {
        margin: 0 auto;
    }

    .nav-item {
        margin: 0 auto 20px;
    }

    .nav-item button {
        padding: 0
    }

    .tabs h1 span {
        display: inline-block;
    }

    .nota-info .actions a span {
        display: none;
    }

    .nota-info .actions a i {
        font-size: 1.3em;
    }

    .nota h2 {
        font-size: 1.2rem;
    }

    .nota p {
        font-size: 0.90rem;
    }

    .cuerpo-nota p {
        font-size: 0.95rem;
    }

    .cuerpo-nota li {
        font-size: 0.95em;
    }

    .experiencias .actions a {
        display: inline-block;
        margin: 30px 0 0;
    }

    .experiencias img {
        margin: 40px 0 40px 40px;
        width: 40%;
    }

    .experiencias h1 {
        font-size: 1.7em;
    }

    .experiencias p {
        font-size: 1em;
    }

    footer {
        padding: 30px;
    }

    .footer-menu {
        flex-direction: column;
    }

    footer .copy {
        text-align: center;
    }

    #Destacados .carousel-inner {
        height: 290px;
    } 

    #Destacados .carousel-item {
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

    #Destacados .carousel-item img {
        display: none !important;
    }
}



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

    h1 {
        font-size: 1.45em;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.15em;
    }

    .bloque-container.--grid {
        display: flex;
        padding: 0px;
    }

    .bloque-container article {
        flex-direction: column;
        margin: 10px 20px;
        width: 100%;
    }

    .cuerpo-nota h3 {
        line-height: 1.2em;
        font-size: 1rem;
        padding: 15px 15px;
    }

    .cuerpo-nota h1 {
        font-size: 1.9em;
        line-height: 1.2em;
    }

    .banner .carousel-caption {
        bottom: 5%;
    }

    .banner .carousel-caption .tag {
        display: none;
    }

    .banner .carousel-caption h5 {
        font-size: 1.1em;
    }

    #Destacados .carousel-inner {
        height: 260px;
    } 

    .redes a i {
        font-size: 1.8em;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-menu,
    .footer-logo,
    .footer-menu-sec {
        width: 100%;
        flex-direction: column;
        margin: 10px auto 30px;
    }

    .nota-enc {
        padding: 5px 20px;
    }

    .cuerpo-nota {
        padding: 20px;
    }

    /* .cuerpo-nota img {
        width: 100%;
    } */

    .img-illustration img {
        max-width: 170px;
    }

    .nota-info-footer {
        display: block;
    }

    .nota-info-footer .actions a span {
        display: inline;
    }

    .nota-info-footer .actions {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .nota-info-footer .actions i {
        margin: 30px auto 0;
    }

    .experiencias img {
        display: none;
    }

    .mas-contenido h1 {
        font-size: 1.8em;
    }

    .border {
        padding: 10px 0;
    }

    .newsletter-container .button i {
        display: block;
    }

    .newsletter-container .button span {
        display: none;
    }

    .nota-info .tag.--big {
        font-size: 0.9rem;
        padding: 5px 10px;
    }

}
