/*   

Theme Name: VIERA V5.1
Theme URI: http://www.viera.info
Description: Custom made template - WordPress v6.4 - boostrap 5 - SASS
Author: DANIEL VIERA
Author URI: http://www.viera.info
Version: 5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viera
Domain Path: /languages
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 0; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a {
  border: none;
  color: #000000; }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  a img.alignnone {
    margin: 5px 20px 20px 0; }
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  a:focus {
    outline: none; }

img {
  border: none;
  color: #000000; }
  img:focus {
    outline: none; }

.wp-caption {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 1rem;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.wp-post-image {
  max-width: 100%;
  height: auto;
  width: auto; }

@media screen {
  * {
    margin: 0;
    padding: 0; }

  body {
    background: #FFFFFF;
    font: 14px/1.4 Georgia, Serif; }

  .screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px; }

  .clear {
    clear: both; }

  .group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  * html .group, *:first-child + html .group {
    zoom: 1; }

  /* First selector = IE6, Second Selector = IE 7 */
  #page-wrap {
    width: 960px;
    margin: 20px auto; }

  h1, h2, h3 {
    font-weight: 400;
    margin: 0 0 1rem 0; }

  p {
    margin: 0 0 1rem 0; }

  ul, ol {
    margin: 0 0 1rem 0; } }
/* END screen media */
@media print {
  .do-not-print {
    display: none; }

  #comments {
    page-break-before: always; }

  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000000;
    background: none;
    font-size: 12pt; }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif; }

  h1 {
    font-size: 19pt; }

  h2 {
    font-size: 17pt; }

  h3 {
    font-size: 15pt; }

  h4, h5, h6 {
    font-size: 12pt; }

  code {
    font: 10pt Courier, monospace; }

  blockquote {
    margin: 1.3em;
    padding: 1em; }

  img {
    display: block;
    margin: 1em 0; }

  a img {
    border: none; }

  table {
    margin: 1px;
    text-align: left; }

  th {
    border-bottom: 1px solid #333;
    font-weight: 700; }

  td {
    border-bottom: 1px solid #333; }

  th, td {
    padding: 4px 1rem 4px 0; }

  caption {
    background: #FFFFFF;
    margin-bottom: 2em;
    text-align: left; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  a {
    text-decoration: none;
    color: #000000; } }
/* END print media */
/*************************************************************************************/
body {
  background-color: #CCCCCC;
  font-family: "roboto", sans-serif, Arial;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  /* para que en mac se vea bien */
  -webkit-font-smoothing: antialiased !important; }

/* `Clear Floated Elements

----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0; }
  .clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both; }

/* ESPECIFICOS */
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden !important; }
  html > body {
    min-height: 100%;
    height: auto;
    height: 100%;
    color: #F9F9F9; }

/* MARGENES */
.mb-0 {
  margin-bottom: 0 !important; }

.mb-medio {
  margin-bottom: 0.5rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.p-3 {
  padding: 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pt-5 {
  padding-top: 10rem !important; }

.pb-5 {
  padding-bottom: 10rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-5 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.mb-5 {
  margin-bottom: 10rem !important; }

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-5 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

/* HEADER */
.el_header {
  color: #F9F9F9;
  /*LOGO*/ }
  .el_header .logo {
    height: 115px !important;
    margin: 1rem 0 0 !important;
    padding: 0 !important;
    background-image: url(images/logo_115.svg);
    background-size: 115px 115px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9; }
    .el_header .logo h1 {
      text-indent: -99999em;
      font-size: 0; }
    .el_header .logo a {
      height: 150px !important;
      width: 212px !important;
      display: block; }
  .el_header .menu a {
    font-size: 1.125em;
    color: #F9F9F9;
    padding: 0 1rem;
    text-decoration: none; }
    .el_header .menu a:hover {
      text-decoration: underline; }

.descripcion {
  padding: 1rem 2rem;
  font-size: .85em;
  line-height: 1.1em;
  text-transform: lowercase;
  font-weight: 300; }

.idiomas {
  align-self: flex-start;
  font-size: .8em;
  line-height: 1.125em; }
  .idiomas .wpml-ls-legacy-list-horizontal {
    padding: 0; }
  .idiomas ul {
    padding: 1rem; }
    .idiomas ul li a {
      font-weight: 400;
      color: #FFFFFF;
      padding: cuartoespacio 1rem; }
      .idiomas ul li a:hover {
        text-decoration: underline; }
    .idiomas ul li.wpml-ls-current-language a {
      cursor: default;
      font-weight: 700; }
      .idiomas ul li.wpml-ls-current-language a:hover {
        text-decoration: none; }

.main {
  color: #1F1F1F;
  background-color: #F9F9F9;
  padding-top: 30px; }

.location {
  font-size: .9em;
  padding-bottom: 0.75rem; }

.ver_mas {
  min-height: 40px;
  line-height: 20px;
  padding: 0.5rem 0;
  border-radius: 20px;
  border: 1px solid #F9F9F9 !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
  .ver_mas span {
    margin-left: 30px; }
  .ver_mas:before {
    background-image: url(images/circle-right-solid.svg);
    content: '';
    min-width: 30px !important;
    min-height: 20px !important;
    background-size: 20px 20px;
    margin: 0;
    padding: 0;
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute; }
  .ver_mas:hover {
    border: 1px solid #1F1F1F !important;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-radius: 20px;
    min-height: 40px; }

.btn, input[type=button], input[type=submit] {
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  min-height: 40px;
  border: 1px solid #1F1F1F !important;
  background-color: #FFFFFF !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
  .btn:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: #1F1F1F !important;
    color: #F9F9F9; }

input, textarea {
  padding: 0.5rem;
  border-radius: 5px;
  min-height: 20px;
  border: 1px solid #1F1F1F !important; }

/* TESTIMONIALS */
.testimonials {
  background-color: #1F1F1F;
  color: #F9F9F9; }

.texto_testimonial {
  line-height: 1.8em; }
  .texto_testimonial .title_slide {
    font-size: 1.1em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 100; }
  .texto_testimonial .the_title {
    font-size: .9em;
    font-weight: 100; }

/* CAROUSELS */
.carousel-indicators [data-bs-target] {
  margin-left: 1px !important;
  margin-right: 1px !important; }
  .carousel-indicators [data-bs-target].active {
    min-height: 8px;
    top: -2px;
    position: relative; }

.carousel-item {
  min-height: 400px; }

.icon {
  background-image: url("images/quote-icon.svg");
  background-size: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  min-width: 70px;
  min-height: 70px;
  opacity: .8; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  padding: 20px;
  background-size: 20px 20px;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
  .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    background-color: #3E3E3E; }

.carousel-control-next, .carousel-control-prev {
  top: 80%;
  height: 50px;
  width: 50px;
  opacity: 1 !important; }

.carousel-control-next {
  left: 60px; }

/* BIO */
.bio {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }

/* CONTACT */
.contact_bg {
  background-color: #D1D1D1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 450px; }

.footer {
  background-color: #1F1F1F;
  color: #F9F9F9;
  min-height: 40px; }
  .footer a {
    color: #F9F9F9;
    text-decoration: none; }

.theme {
  align-self: flex-start;
  font-size: .8em; }
  .theme ul {
    padding: 0 2rem !important;
    margin: 0 !important;
    list-style-type: none; }
    .theme ul li {
      margin: 0;
      list-style-type: none;
      display: inline-block;
      padding: 0 1rem 0 0; }
      .theme ul li a {
        color: #FFFFFF;
        font-weight: 400; }
      .theme ul li.active a {
        cursor: default;
        font-weight: 700; }
        .theme ul li.active a:hover {
          text-decoration: none; }
  .theme .wpnm-button.style-1 {
    height: 1em; }
    .theme .wpnm-button.style-1 .wpnm-slider:before {
      height: 0.8em;
      width: 0.8em;
      bottom: 0.1em; }

.wpnm-button {
  top: 0.3em !important; }
  .wpnm-button .wpnm-slider {
    top: -1px !important;
    background-color: #1F1F1F !important;
    border: 1px solid #F9F9F9 !important; }

/* SOCIAL */
.socialicons ul.menusocialicons {
  width: 100%;
  margin: 0;
  padding: 0; }
  .socialicons ul.menusocialicons li {
    display: inline-flex;
    width: 20px;
    max-width: 20px !important;
    border: none;
    list-style: none;
    font-size: 1.1em;
    background-color: transparent;
    overflow: hidden !important;
    opacity: 1;
    margin-right: 1rem !important;
    margin-left: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: relative;
    z-index: 1;
    color: #F9F9F9;
    line-height: 20px;
    text-align: center; }
    .socialicons ul.menusocialicons li:hover {
      opacity: .5; }
    .socialicons ul.menusocialicons li a {
      min-width: 20px;
      min-height: 20px;
      font-size: 0;
      position: absolute;
      z-index: 2;
      top: 0 !important;
      left: 0;
      line-height: 1em; }
      .socialicons ul.menusocialicons li a:hover {
        border-bottom-color: transparent !important; }
  .socialicons ul.menusocialicons li:hover {
    cursor: pointer; }

.fa-linkedin:before {
  content: "";
  background-image: url("images/linkedin-in.svg");
  min-height: 20px;
  min-width: 20px;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat; }

.fa-instagram:before {
  content: "";
  background-image: url("images/instagram.svg");
  min-height: 20px;
  min-width: 20px;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat; }

.pagination-color {
  background-color: #999 !important; }

.pagination {
  display: flex; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
    width: 100%;
    justify-content: center; }
    .pagination ul li {
      padding: 0 15px; }
  .pagination .nav-links {
    width: 100%;
    display: flex; }
  .pagination .page-numbers {
    display: flex;
    align-items: center; }

.testimonials .carousel-next {
  background-image: url("images/next_white.svg");
  background-color: rgba(255, 255, 255, 0);
  min-height: 44px !important;
  min-width: 44px !important;
  content: "" !important;
  margin-left: 10px !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-size: 44px 44px !important;
  background-position: center right !important;
  font-size: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
  .testimonials .carousel-next:hover {
    background-color: rgba(255, 255, 255, 0.25) !important; }
.testimonials .carousel-prev {
  min-height: 44px !important;
  min-width: 44px !important;
  font-size: 0 !important;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-size: 44px 44px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-right: 10px;
  background-image: url("images/prev_white.svg");
  background-color: rgba(255, 255, 255, 0); }
  .testimonials .carousel-prev:hover {
    background-color: rgba(255, 255, 255, 0.25); }

.prev {
  background-image: url("images/prev.svg");
  min-height: 44px !important;
  min-width: 44px !important;
  font-size: 0 !important;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-size: 44px 44px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-right: 10px; }
  .prev:hover {
    background-image: url("images/prev_white.svg");
    background-color: rgba(0, 0, 0, 0.75); }

.next {
  background-image: url("images/next.svg") !important;
  min-height: 44px !important;
  min-width: 44px !important;
  content: "" !important;
  margin-left: 10px !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-size: 44px 44px !important;
  background-position: center right !important;
  font-size: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
  .next:hover {
    background-image: url("images/next_white.svg") !important;
    background-color: rgba(0, 0, 0, 0.75) !important; }

/* SINGLE */
.derecha a, .izquierda a {
  align-items: center;
  display: flex;
  text-decoration: none; }

.visit_url {
  text-decoration: none; }
  .visit_url:after {
    margin-left: 5px;
    content: "";
    background-image: url("images/arrow-up-right-from-square-solid.svg");
    min-height: 20px;
    min-width: 20px;
    display: inline-flex;
    background-position: center center;
    background-repeat: no-repeat; }

/* LIGHT THEME */
body.wp-night-mode-on {
  /* HEADER */
  /*LOGO*/
  /* TESTIMONIALS */
  /* CONTACT */ }
  body.wp-night-mode-on .wpnm-button.active.active .wpnm-slider {
    top: -1px !important;
    background-color: #F9F9F9 !important;
    border: 1px solid #1F1F1F !important; }
    body.wp-night-mode-on .wpnm-button.active.active .wpnm-slider::before {
      background-color: black !important; }
  body.wp-night-mode-on .el_header {
    color: #F9F9F9; }
    body.wp-night-mode-on .el_header .bg-dark {
      background-color: #3E3E3E !important;
      color: #F9F9F9 !important; }
    body.wp-night-mode-on .el_header .menu .current_page_item a {
      font-weight: 700; }
    body.wp-night-mode-on .el_header .menu a {
      color: #F9F9F9 !important; }
  body.wp-night-mode-on .logo {
    background-image: url(images/logo_115_light.svg); }
  body.wp-night-mode-on .theme ul li {
    background-color: transparent; }
    body.wp-night-mode-on .theme ul li a {
      color: #1F1F1F;
      background-color: transparent; }
  body.wp-night-mode-on .main {
    background-color: #1F1F1F !important;
    color: #F9F9F9 !important; }
    body.wp-night-mode-on .main a {
      color: #F9F9F9 !important; }
  body.wp-night-mode-on .ver_mas {
    border: 1px solid #1F1F1F !important;
    position: relative; }
    body.wp-night-mode-on .ver_mas:before {
      background-image: url(images/circle-right-solid-dark.svg);
      top: 10px; }
    body.wp-night-mode-on .ver_mas:hover {
      border: 1px solid #F9F9F9 !important; }
  body.wp-night-mode-on .btn, body.wp-night-mode-on input[type=button], body.wp-night-mode-on input[type=submit] {
    border: 1px solid #F9F9F9 !important;
    background-color: #1F1F1F !important;
    color: #F9F9F9 !important; }
    body.wp-night-mode-on .btn:hover, body.wp-night-mode-on input[type=button]:hover, body.wp-night-mode-on input[type=submit]:hover {
      background-color: #F9F9F9 !important;
      color: #1F1F1F !important; }
  body.wp-night-mode-on .testimonials {
    background-color: #3E3E3E;
    color: #F9F9F9; }
  body.wp-night-mode-on .icon {
    opacity: 1; }
  body.wp-night-mode-on .title_slide,
  body.wp-night-mode-on .the_title {
    font-weight: 300; }
  body.wp-night-mode-on .carousel-control-prev-icon:hover, body.wp-night-mode-on .carousel-control-next-icon:hover {
    background-color: #1F1F1F; }
  body.wp-night-mode-on .next {
    background-image: url("images/next_white.svg");
    background-color: rgba(255, 255, 255, 0); }
    body.wp-night-mode-on .next:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  body.wp-night-mode-on .prev {
    background-image: url("images/prev_white.svg");
    background-color: rgba(255, 255, 255, 0); }
    body.wp-night-mode-on .prev:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  body.wp-night-mode-on input, body.wp-night-mode-on textarea {
    border: 1px solid #1F1F1F !important;
    background-color: #3E3E3E !important; }
  body.wp-night-mode-on .footer {
    background-color: #3E3E3E; }
  body.wp-night-mode-on .avatar-night {
    display: flex; }
  body.wp-night-mode-on .avatar-day {
    display: none; }

/* END LIGHT THEME */
/* Scss Document */
/* Scss Document */
/***************************/
/* PHONE SM */
/***************************/
@media (max-width: 767px) {
  .testimonials {
    min-height: 890px; }

  .carousel-item {
    height: 590px; }

  .carousel-control-next, .carousel-control-prev {
    position: relative; }

  .carousel-control-next {
    left: 0;
    right: 0; }

  .carousel-control-prev {
    right: 0;
    left: auto; }

  .icon {
    background-position: top left; }

  .theme {
    margin-bottom: 20px; } }
/* Scss Document */
/***************************/
/* TABLET MD */
/***************************/
@media (max-width: 767px) {
  body {
    font-size: 16px; }

  .logo {
    margin: 20px; }

  header {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    header.fixeado {
      display: flex;
      flex-direction: column;
      height: 100vh;
      justify-content: center;
      position: fixed !important;
      top: 0 !important;
      z-index: 1;
      width: inherit; }
    header .menu {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      width: 100% !important; }
    header .navbar, header .navbar-collapse {
      flex-direction: column; }

  .grid .grid-item:hover figure {
    margin: 0;
    opacity: 1 !important; }
  .grid .grid-item:hover .leyenda {
    opacity: 1 !important; } }
/* Scss Document */
/* NAV PARA MOBILE HASTA 991 */
/***************************/
@media (max-width: 991px) {
  .main {
    margin-top: 60px; }

  .pt-5 {
    padding-top: 5rem !important; }

  .pb-5 {
    padding-bottom: 5rem !important; }

  .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .navbar {
    position: fixed;
    top: 0;
    background-color: #1F1F1F !important;
    color: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    min-height: 60px;
    width: 100%;
    z-index: 999999;
    padding: 0 !important; }
    .navbar .navbar-collapse {
      padding-bottom: 1rem;
      max-height: calc( 100vh - 60px);
      overflow-y: scroll; }
    .navbar .top {
      padding: 10px 20px;
      min-height: 40px; }
    .navbar .logo_mobile {
      background-image: url(images/logo_mobile.svg);
      background-size: 150px 40px;
      width: 150px;
      height: 40px;
      background-repeat: no-repeat; }
    .navbar .navbar-toggler {
      position: absolute;
      right: 10px;
      top: 15px;
      border: none;
      border-radius: 0;
      outline: none; }
    .navbar .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
    .navbar .menu {
      padding: 1rem; }
      .navbar .menu .menu-item {
        margin-bottom: 1rem; }
    .navbar .idiomas {
      margin-top: 2rem; }

  .grilla {
    margin-top: 70px; }

  .wp-night-mode-on .navbar {
    background-color: #F9F9F9 !important;
    color: #1F1F1F;
    border-bottom: 1px solid #1F1F1F; } }
/* Scss Document */
/***************************/
/* DESKTOP LARGE LG */
/***************************/
@media (min-width: 992px) {
  body {
    font-size: 16px; }

  .grid .grid-item {
    width: 50%; }
  .grid:hover figure {
    opacity: .4; }
  .grid:hover .leyenda {
    opacity: .40; } }
/* Scss Document */
/***************************/
/* DESKTOP EXTRA LARGE XL */
/***************************/
@media (min-width: 1200px) {
  .icon {
    background-position: top right; } }
/* Scss Document */
/***************************/
/* DESKTOP EXTRA LARGE XXL */
/***************************/
@media (min-width: 1500px) {
  body {
    font-size: 18px; } }
/* Scss Document */
/* HEADER */
.dropdown-toggle::after {
  width: 20px;
  max-width: 20px;
  min-height: 20px;
  background-image: url("images/caret.svg");
  background-size: 60px 20px;
  background-repeat: no-repeat;
  background-position: -20px 0;
  border: 0;
  position: relative;
  top: 5px;
  vertical-align: unset !important; }
.dropdown-toggle:hover::after {
  background-position: -40px 0; }
.dropdown-toggle.show::after {
  background-position: 0 0; }
.dropdown-toggle.show:hover::after {
  background-position: 0 0; }

/* NAVBAR */
.navbar-nav .nav-link.show {
  color: #F9F9F9 !important; }

.navbar-nav .navbar {
  padding: 0; }
.navbar-nav ul li:hover a.nav-link,
.navbar-nav ul li a.show {
  opacity: 1; }
.navbar-nav .dropdown-menu {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #D1D1D1;
  margin-top: 1px !important;
  padding: 0 !important;
  max-height: calc( 100vh - 302px );
  overflow-y: auto; }
  .navbar-nav .dropdown-menu li {
    margin: 1px 0;
    max-height: 45px;
    min-height: 45px;
    line-height: 45px; }
    .navbar-nav .dropdown-menu li:hover {
      opacity: 1; }
      .navbar-nav .dropdown-menu li:hover a {
        background-color: transparent;
        color: #1F1F1F !important;
        opacity: 1; }
    .navbar-nav .dropdown-menu li a {
      color: #1F1F1F !important;
      background-color: transparent;
      line-height: unset !important;
      cursor: pointer;
      display: block;
      width: 100%;
      white-space: nowrap; }

.dropdown-menu {
  border: 0;
  background-color: transparent; }
  .dropdown-menu li a {
    background-image: none !important; }

.avatar-night {
  display: none; }

.avatar-day {
  display: flex; }

.avatar {
  max-width: 100%;
  height: auto;
  width: auto; }
