@charset "UTF-8";
/*
 Theme Name:   Aramon Blog
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Tema base de Aramon Blog
 Author:       Hiberus Digital Business
 Author URI:   https://www.hiberus.com
 Template:     wp-bootstrap-starter
 Version:      1.0.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Bootstrap 4, Responsive
 Text Domain:  wp-bootstrap-starter
*/
@font-face {
  font-family: "Mont Regular";
  src: url("/blog/wp-content/themes/aramon/assets/fonts/Mont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont SemiBold";
  src: url("/blog/wp-content/themes/aramon/assets/fonts/Mont-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mont Bold";
  src: url("/blog/wp-content/themes/aramon/assets/fonts/Mont-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mont Heavy";
  src: url("/blog/wp-content/themes/aramon/assets/fonts/Mont-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* Extra small devices (phones < 768px) */
/* Small devices (tablets > 768px ) */
/* Medium devices (desktops > 992px) */
/* Large devices (desktops > 1200px) */
/* Extra large devices (desktop > 1400px)*/
body {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  opacity: 1;
}

#blogs-menu.dropdown {
  margin: 0.5rem 2rem;
  display: block;
}
#blogs-menu.dropdown a.btn {
  font: normal normal 400 0.9rem "Roboto", sans-serif;
  justify-content: space-between;
  padding: 1rem;
  color: #212129;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
#blogs-menu.dropdown #items.dropdown-menu {
  padding: 0;
  border: 0;
  margin: 0;
  z-index: 1;
  top: 1rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#blogs-menu.dropdown #items.dropdown-menu ul {
  width: 100%;
  border-radius: 0 0 20px 20px;
  margin: 0;
  padding: 0;
  display: block;
}
#blogs-menu.dropdown #items.dropdown-menu ul li {
  list-style: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
#blogs-menu.dropdown #items.dropdown-menu ul li .nav-link {
  color: #212129;
  font-size: 0.8rem;
  display: none;
}
#blogs-menu.dropdown #items.dropdown-menu ul li:hover, #blogs-menu.dropdown #items.dropdown-menu ul li.current-menu-item {
  font-weight: bold;
  background: whitesmoke;
}

#masthead.site-header {
  background-color: #fff;
  margin: 1.5rem 2rem 2rem 2rem;
  border-radius: 50px;
}
#masthead.site-header .container {
  margin: 0;
  max-width: none;
}
#masthead.site-header .navbar.principal {
  justify-content: space-around;
  height: fit-content;
}
#masthead.site-header .navbar .navbar-brand img {
  min-height: 50px;
  padding: 29px 0;
}
#masthead.site-header #main-nav {
  height: auto;
}
#masthead.site-header #main-nav .navbar-nav .menu-item {
  align-items: center;
  display: flex;
  margin-left: 1rem;
}
#masthead.site-header #main-nav .navbar-nav .menu-item:hover ul {
  display: flex;
  flex-direction: column;
}
#masthead.site-header #main-nav .navbar-nav .menu-item.active {
  border-top: 6px solid #CA3865;
}
#masthead.site-header #main-nav .navbar-nav .menu-item.active a {
  padding-top: 1px;
  font: normal normal bold 0.9rem "Roboto", sans-serif;
}
#masthead.site-header #main-nav .navbar-nav a {
  color: black;
  text-align: center;
  /* Para que desaparezca el icono de flecha de submenú cuando estas en una estación en concreto */
}
#masthead.site-header #main-nav .navbar-nav a .dropdown-toggle {
  display: none;
}
#masthead.site-header #main-nav .navbar-nav a::after {
  display: none;
}
@media (max-width: 1199px) {
  #masthead.site-header #main-nav .navbar-nav a {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
  }
}
#masthead.site-header #main-nav .navbar-nav .menu-item-has-children {
  flex-direction: column;
}
#masthead.site-header #main-nav .navbar-nav .menu-item-has-children .dropdown-menu {
  right: auto;
  left: 40%;
  -webkit-transform: translate(-40%, 0);
  -o-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  padding: 0;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  #masthead.site-header #main-nav .navbar-nav .menu-item-has-children .dropdown-menu {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
}
#masthead.site-header #main-nav .navbar-nav .menu-item-has-children .dropdown-menu li {
  margin-left: 0 !important;
  border-top: none !important;
}
#masthead.site-header #main-nav .navbar-nav .menu-item-has-children .dropdown-menu li a {
  font: 1rem "Mont Bold", sans-serif !important;
  padding: 20px 20px;
}
#masthead.site-header #main-nav .navbar-nav .menu-item-has-children .dropdown-menu li:hover {
  background-color: #f5f5f5;
  /* El primer y último elemento del submenú tiene border radius arriba (primer elemento) y abajo (último elemento) */
}
#masthead.site-header #main-nav .navbar-nav .menu-item-has-children .dropdown-menu li:hover:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#masthead.site-header #main-nav .navbar-nav .menu-item-has-children .dropdown-menu li:hover:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 991px) {
  #masthead.site-header #main-nav.active a {
    font-weight: 500 !important;
  }
}
@media (max-width: 1199px) {
  #masthead.site-header {
    order: 3;
  }
}

.navbar-collapse {
  width: 100%;
}

.header1 {
  display: flex;
}

/*
  .header2 {
    //display: flex;
    //display: none !important;
    max-width: 190px;
  }
*/
.navbar-right {
  display: flex;
  margin-left: 2rem;
}

.navbar-left {
  display: flex;
  position: relative;
  align-items: center;
}
.navbar-left .header1-widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.navbar-left .header1-widget .menu .menu-item {
  padding: 0.2rem 0.7rem;
  flex: 0 0 4.4rem;
}
.navbar-left .header1-widget .menu .menu-item a {
  font-family: "Roboto", sans-serif;
  width: 160px;
  height: 3rem;
  display: flex;
  border-radius: 43px;
  text-align: center;
  background: #CA3865 0 0 no-repeat padding-box;
  color: white;
  justify-content: center;
  align-items: center;
}
.navbar-left .header1-widget .menu .menu-item a:hover {
  border: 1px solid #CA3865;
  background: #FFF;
  color: #CA3865;
  text-decoration: none;
}
.navbar-left .header1-widget .menu .forfait a {
  background: #212129 0 0 no-repeat padding-box;
}
.navbar-left .header1-widget .menu .forfait a:hover {
  border: 1px solid #000;
  background: #FFF;
  color: #000 !important;
  text-decoration: none;
}
.navbar-left .h2w-widget .menu-javalambre {
  font-family: "Roboto", sans-serif;
  background: #212129 0 0 no-repeat padding-box;
  width: 160px;
  height: 3rem;
  display: flex;
  border-radius: 43px;
  justify-content: center;
  align-items: center;
}
.navbar-left .h2w-widget .menu-javalambre a {
  color: #FFF !important;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}
.navbar-left .h2w-widget .menu-javalambre a .dropdown-toggle {
  display: none;
}
.navbar-left .h2w-widget .menu-javalambre:hover {
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  text-decoration: none;
}
.navbar-left .h2w-widget .menu-javalambre:hover a {
  color: #000 !important;
  align-items: center;
  justify-content: center;
  font-weight: normal !important;
}
.navbar-left .h2w-widget .menu-javalambre:hover a .dropdown-toggle {
  display: none;
}
.navbar-left .h2w-widget .forfait {
  font-family: "Roboto", sans-serif;
  background: #212129 0 0 no-repeat padding-box;
  width: 160px;
  height: 3rem;
  display: flex;
  border-radius: 43px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #212129;
}
.navbar-left .h2w-widget .forfait a {
  color: #FFF;
  display: flex;
  align-items: center;
  margin: auto;
}
.navbar-left .h2w-widget .forfait:hover {
  background-color: #FFF;
  color: #000;
}
.navbar-left .h2w-widget .forfait:hover a {
  color: #FFF;
  display: flex;
  align-items: center;
  margin: auto;
  color: #000;
  text-decoration: none;
}
.navbar-left .h2w-widget .menu {
  list-style: none;
  margin: 0 16px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.navbar-left .h2w-widget .menu .menu-item {
  padding: 0.1rem 0.5rem;
  flex: 0 0 4.4rem;
  max-width: 60px;
}
.navbar-left .h2w-widget .menu .menu-item a {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #2B2525;
  text-decoration: none !important;
}
.navbar-left .h2w-widget .menu .menu-item a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #2B2525;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.navbar-left .h2w-widget .menu .menu-item a:hover:before {
  color: #CA3865;
}
.navbar-left .h2w-widget .menu .menu-item a:hover {
  border-color: #CA3865;
}

@media (max-width: 1184px) {
  .container {
    margin: auto auto !important;
  }
  .navbar-left {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
  }
  .navbar-brand {
    flex-grow: 1;
  }
  .navbar-brand img {
    max-height: 50px;
    min-height: 0 !important;
    padding: 0 !important;
  }
  .navbar-toggler {
    border: none !important;
  }
  .navbar.principal {
    justify-content: space-around;
    height: fit-content;
  }
  .navbar-nav {
    height: auto;
    align-items: center;
    margin: 15px 0;
  }
  .navbar-nav li {
    padding: 0 !important;
  }
  #main-nav {
    order: 3;
  }
  #main-nav .menu-item.active {
    border-top: 0 !important;
    padding: 0 !important;
  }
  #main-nav .menu-item.active a {
    padding: 6px !important;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    margin: 1rem 2rem;
  }
  .navbar-brand img {
    max-height: 50px;
    min-height: 0 !important;
  }
}
@media (max-width: 575px) {
  .navbar-brand {
    margin: 1rem 1rem;
  }
  .navbar-brand img {
    max-height: 44px;
    min-height: 0 !important;
  }
  .header1 {
    display: none;
  }
}
#footer-widget {
  padding: 5rem 0 !important;
  background: #fcfcfc;
  background-image: url(/blog/wp-content/uploads/2021/10/fondo-footer-aramon.png);
}
#footer-widget .container .row {
  justify-content: space-between;
}
#footer-widget .container .row .footer-1 {
  padding: 2rem;
  flex: 0 0 50.333333%;
  max-width: 50.333333%;
}
#footer-widget .container .row .footer-1 .widget {
  margin: 0 !important;
}
#footer-widget .container .row .footer-1 .widget .footer1, #footer-widget .container .row .footer-1 .widget .footer2 {
  text-align: left;
  font: normal normal 900 5.5rem/5rem "Mont Heavy", sans-serif !important;
  color: #212129;
  margin-bottom: 1rem;
}
#footer-widget .container .row .footer-3, #footer-widget .container .row .footer-2 {
  flex: 0 0 18.3333333%;
  max-width: 18.3333333%;
}
#footer-widget .container .row .footer-3 section, #footer-widget .container .row .footer-2 section {
  margin: 0 0 -8px;
}
#footer-widget .container .row .footer-3 p, #footer-widget .container .row .footer-3 a, #footer-widget .container .row .footer-2 p, #footer-widget .container .row .footer-2 a {
  text-align: left;
  font: normal normal normal 0.75rem/1.125rem "Roboto", sans-serif;
  color: #2B2525;
}
#footer-widget .container .row .footer-3 .titleFooter, #footer-widget .container .row .footer-2 .titleFooter {
  color: #CA3865;
  margin: 0 0 2em;
}
#footer-widget .container .row .footer-3 .widget_nav_menu .widget-title, #footer-widget .container .row .footer-2 .widget_nav_menu .widget-title {
  color: #CA3865;
  font: normal normal normal 0.75rem/1.125rem "Roboto", sans-serif;
}
#footer-widget .container .row .footer-3 .widget_nav_menu .menu-menu-enlaces-container .menu a, #footer-widget .container .row .footer-2 .widget_nav_menu .menu-menu-enlaces-container .menu a {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 0.89rem/1.725rem "Roboto", sans-serif;
  color: #2B2525;
  padding: 0 !important;
  text-decoration: none;
}
#footer-widget .container .row .footer-3 .widget_nav_menu .menu-menu-enlaces-container .menu a:hover, #footer-widget .container .row .footer-2 .widget_nav_menu .menu-menu-enlaces-container .menu a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#footer {
  border-top: 1px solid #eee;
}
#footer .site-info {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem !important;
}
#footer .site-info .footer4 .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#footer .site-info .footer4 .menu .menu-item {
  padding: 0.2rem 0.7rem;
  max-width: 4.4rem;
}
#footer .site-info .footer4 .menu .menu-item a {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  display: block;
  text-decoration: none !important;
}
#footer .site-info .footer4 .menu .menu-item a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #212129;
  width: 100%;
  height: 100%;
  line-height: 1;
}
#footer .site-info .footer4 .menu .menu-item a:hover:before {
  color: #CA3865;
}
#footer .site-info .footer5 .f5w-widget {
  display: flex;
}
#footer .site-info .footer5 .f5w-widget .app-store {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-right: 3rem;
}
#footer .site-info .footer5 .f5w-widget .app-store .menu-app-store {
  border-right: 0.031rem solid #E0E0E0;
}
#footer .site-info .footer5 .f5w-widget .app-store .p-app-store {
  border-left: 0.031rem solid #E0E0E0;
  width: 130px;
  height: 70px;
}
#footer .site-info .footer5 .f5w-widget .app-store .p-app-store p {
  margin: auto !important;
}
#footer .site-info .footer5 .f5w-widget .google-play {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}
#footer .site-info .footer5 .f5w-widget .google-play .menu-google-play {
  border-right: 0.031rem solid #E0E0E0;
}
#footer .site-info .footer5 .f5w-widget .google-play .p-google-play {
  border-left: 0.031rem solid #E0E0E0;
  width: 130px;
  height: 70px;
}
#footer .site-info .footer5 .f5w-widget .google-play .p-google-play p {
  margin: auto !important;
}
#footer .site-info .footer5 .f5w-widget .wp-block-column {
  margin-left: 0rem !important;
  flex-basis: auto !important;
}
#footer .site-info .footer5 .f5w-widget .menu-app-store, #footer .site-info .footer5 .f5w-widget .menu-google-play {
  width: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .site-info .footer5 .f5w-widget .p-app-store, #footer .site-info .footer5 .f5w-widget .p-google-play {
  width: 6.825rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .site-info .footer5 .f5w-widget .p-app-store a, #footer .site-info .footer5 .f5w-widget .p-google-play a {
  text-decoration: none !important;
  color: #0a0b0d;
}
#footer .site-info .footer5 .f5w-widget .widget {
  margin: 0 0 0 !important;
}
#footer .site-info .footer5 .f5w-widget .menu a {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  display: block;
  text-decoration: none !important;
}
#footer .site-info .footer5 .f5w-widget .menu a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #212129;
  width: 100%;
  height: 100%;
  line-height: 1;
}

@media (max-width: 991px) {
  #footer-widget .container .row {
    flex-direction: column !important;
    align-content: space-around;
  }
  #footer-widget .container .row .footer-1 {
    max-width: 100%;
  }
  #footer-widget .container .row .footer-1 .widget .footer1 {
    font: normal normal 900 3rem/5rem "Mont Heavy", sans-serif !important;
  }
  #footer-widget .container .row .footer-1 .widget .footer2 {
    display: none;
  }
  #footer-widget .container .row .footer-2 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  #footer-widget .container .row .footer-3 {
    max-width: 100%;
  }
  #footer-widget .container .row .footer-3 .widget_nav_menu .menu-menu-enlaces-container .menu a {
    text-decoration: underline;
  }
  #footer .site-info {
    flex-direction: column;
  }
  #footer .site-info .footer4 {
    margin-bottom: 2rem;
  }
  #footer .site-info .footer4 .container .row {
    justify-content: center;
  }
  #footer .site-info .footer5 .container .row {
    justify-content: center;
  }
  #footer .site-info .footer5 .container .row .f5w-widget {
    flex-direction: column;
  }
  #footer .site-info .footer5 .container .row .f5w-widget .footer5_widget .app-store {
    margin-right: 0 !important;
  }
  #footer-widget .footer-2 *,
  #footer-widget .footer-3 * {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    text-decoration: inherit !important;
  }
}
#moove_gdpr_cookie_info_bar {
  max-width: 100%;
  font-size: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px !important;
  background: #CA3865 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  color: #FFF !important;
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
  text-align: left;
  margin-bottom: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.change-settings-button:hover {
  color: #000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button.mgbutton {
  background-color: transparent !important;
  font-weight: 400 !important;
  border: 1px solid !important;
  border-radius: 150px !important;
  transition: all 0.15s ease-in-out;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button.mgbutton:hover {
  background-color: #FFF !important;
  color: #CA3865 !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  border-radius: 5px !important;
  padding-top: 25px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: 0;
  right: 0;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  border-radius: 5px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  background-color: #FFF !important;
  padding-top: 0;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-company-logo-holder img {
  display: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  background-color: #FFF !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 0 !important;
  transition: all 0.15s ease-in-out;
  transform: none !important;
  font-weight: 400 !important;
  font-size: 16px;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
  background-color: #FFF !important;
  color: var(--color-primary);
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding-cnt {
  display: none !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content p {
  margin-right: 60px;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content #privacy_overview .moove-gdpr-tab-main-content p {
  margin-right: 60px;
}

div.lity.lity-opened.lity-inline.moove_gdpr_cookie_modal_open {
  background: rgba(0, 0, 0, 0.7) !important;
}

@media (max-width: 575px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    background-color: #FFF !important;
    padding-top: 29px !important;
    border-radius: 5px !important;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    border-radius: 5px !important;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content button.mgbutton {
    font-size: 13px !important;
    padding: 10px;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(80vh - 70px);
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .moove-gdpr-modal-right-content {
    padding-bottom: 70px;
  }
}
.error404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.error404 .site-main .page-header .page-title {
  font-size: 2rem;
  font-weight: 400;
  color: #CA3865;
  margin-bottom: 1rem;
}
.error404 .btn-outline {
  text-align: center;
  display: inline-flex;
  border-radius: 50px;
  background: #CA3865 0% 0% no-repeat padding-box;
  color: white;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 1rem;
  text-decoration: none;
  padding: 1rem 2rem;
}
.error404 .btn-outline:hover {
  background-color: #0a0b0d;
}

@media (max-width: 767px) {
  .error404 .site-main > .container {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .error404 .site-main .page-header .page-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.restaurant h2 {
  color: #0a0b0d;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font: normal normal 900 2.3rem/3.5rem "Mont Heavy", sans-serif !important;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-palette: normal;
  padding-top: 2rem;
}

.restaurant h3 {
  color: #0a0b0d;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font: normal normal 900 1.4rem/1.6rem "Mont Heavy", sans-serif !important;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-palette: normal;
  padding-top: 0rem;
  margin-top: -10px;
  margin-bottom: 3rem;
}

.restaurant p {
  text-align: center;
  font: normal normal 300 1.3rem/2rem "Roboto", sans-serif;
}

.sub-comida p {
  font-size: 1.4rem;
}

.sub-comida {
  margin-bottom: 3rem;
}

.restaurant p strong {
  font: normal normal bold 1.3rem/2rem "Roboto", sans-serif;
}

.line-menu hr {
  margin-top: 5rem;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.post-text-2 {
  margin: auto;
}

.restaurant {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 80%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.price-menu p strong {
  font-size: 1.8rem !important;
  margin-top: 2rem;
}

.price-menu {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .restaurant {
    /*border-radius: 10px;*/
    padding: 15px;
    width: calc(100% - 30px);
  }
  .logo-thumbnail {
    height: 245px !important;
  }
  .restaurant p {
    font: normal normal 300 1.5rem "Roboto", sans-serif !important;
    line-height: 1.5 !important;
  }
}
.logo-thumbnail {
  /*width: 400px;
  margin: auto;*/
  height: 340px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logo-thumbnail img {
  display: block;
  margin: auto;
}

.content-menu {
  margin-top: 5rem;
}

#page-sub-header {
  background: none !important;
  margin-bottom: 4rem;
}
#page-sub-header h1 {
  max-width: 500px;
  margin: 0 auto !important;
  color: #212129 !important;
  line-height: normal !important;
  font-family: "Mont Heavy", sans-serif !important;
}

.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
  grid-auto-rows: minmax(100px, auto);
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.0509803922) !important;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .card-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .card-image img {
  display: none;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item time {
  color: #CA3865;
  font: normal normal bold 1rem/1.125rem "Roboto", sans-serif;
  text-transform: capitalize;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .entry-title {
  margin-top: 1rem;
  text-align: left;
  font: normal normal bold 1rem/1.3rem "Mont Bold", sans-serif !important;
  color: #212129;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .entry-title a {
  text-decoration: none;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .entry-title a:hover {
  color: #0a0b0d;
  text-decoration: none;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .wp-block-latest-posts__post-excerpt {
  margin-top: 1.2rem !important;
  text-align: left;
  font: normal normal 300 0.85rem/1.4rem "Roboto", sans-serif;
  color: #2B2525;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .see-more {
  text-align: center;
  margin-top: 6rem;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .see-more a {
  width: 162px;
  height: 3rem;
  display: flex;
  border-radius: 50px;
  text-align: center;
  background: #CA3865 0% 0% no-repeat padding-box;
  color: white;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-decoration: none;
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .see-more a:hover {
  background-color: #0a0b0d;
}
@media (max-width: 991px) {
  .wp-block-aramon-blocks-nested-last-posts .related-posts-content .see-more a {
    font-size: 1.5rem;
    width: auto;
    height: auto;
    display: inline-flex;
    padding: 1rem 2rem;
  }
}
.wp-block-aramon-blocks-nested-last-posts .related-posts-content .see-more.oculto {
  display: none;
}

@media (max-width: 991px) {
  .wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .wp-block-latest-posts__post-excerpt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts .item .entry-title a {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .wp-block-aramon-blocks-nested-last-posts .related-posts-content .related-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-aramon-blocks-nested-related {
  margin-top: 7rem;
}
.wp-block-aramon-blocks-nested-related .line {
  width: 30px;
  height: 10px;
  background: #CA3865 0% 0% no-repeat padding-box;
  margin: 1rem auto;
}
.wp-block-aramon-blocks-nested-related .has-text-align-center {
  text-align: center;
  font: normal normal bold 1.5rem/2rem "Mont Bold", sans-serif !important;
  margin-bottom: 3rem;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
  grid-auto-rows: minmax(100px, auto);
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.0509803922) !important;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .card-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .card-image img {
  display: none;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item time {
  color: #CA3865;
  font: normal normal bold 1rem/1.125rem "Roboto", sans-serif;
  text-transform: capitalize;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .entry-title {
  margin-top: 1rem;
  text-align: left;
  font: normal normal bold 1rem/1.3rem "Mont Bold", sans-serif !important;
  color: #212129;
  border: 0;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .entry-title a {
  text-decoration: none;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .entry-title a:hover {
  color: #0a0b0d;
  text-decoration: none;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .wp-block-latest-posts__post-excerpt {
  margin-top: 1.2rem !important;
  text-align: left;
  font: normal normal 300 0.85rem/1.4rem "Roboto", sans-serif;
  color: #2B2525;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .see-more {
  text-align: center;
  margin-top: 6rem;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .see-more a {
  width: 162px;
  height: 3rem;
  display: flex;
  border-radius: 50px;
  text-align: center;
  background: #CA3865 0% 0% no-repeat padding-box;
  color: white;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-decoration: none;
}
.wp-block-aramon-blocks-nested-related .related-posts-content .see-more a:hover {
  background-color: #0a0b0d;
}
@media (max-width: 991px) {
  .wp-block-aramon-blocks-nested-related .related-posts-content .see-more a {
    font-size: 1.5rem;
    width: auto;
    height: auto;
    display: inline-flex;
    padding: 1rem 2rem;
  }
}
.wp-block-aramon-blocks-nested-related .related-posts-content .see-more.oculto {
  display: none;
}

@media (max-width: 991px) {
  .wp-block-aramon-blocks-nested-related .related-posts-content .related-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .wp-block-latest-posts__post-excerpt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .wp-block-aramon-blocks-nested-related .related-posts-content .related-posts .item .entry-title a {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .wp-block-aramon-blocks-nested-related .related-posts-content .related-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .wp-block-aramon-blocks-nested-related {
    margin-top: 7rem;
  }
  .wp-block-aramon-blocks-nested-related .related-posts-content .related-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.widget-partners .container {
  max-width: 80%;
}
.widget-partners .container .partners-title {
  display: block;
}
.widget-partners .container .partners-title h3 {
  position: relative;
  padding-top: 2rem;
  margin-bottom: 7.5rem;
  font-size: 1.5rem;
  font-family: "Mont Bold", sans-serif !important;
  text-align: center;
}
.widget-partners .container .partners-title h3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 10px;
  width: 42px;
  background-color: #CA3865;
}
.widget-partners .container .partners-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.widget-partners .container .partners-items .items-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-partners .container .partners-items .items-top ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-partners .container .partners-items .items-top ul li {
  width: 14.28%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  border: 1px solid #b9b9b9;
  padding: 0.6rem;
}
.widget-partners .container .partners-items .items-top ul li a {
  display: block;
}
.widget-partners .container .partners-items .items-top ul li a img.img-desktop {
  display: block;
}
.widget-partners .container .partners-items .items-top ul li a img.img-hover {
  display: none;
}
.widget-partners .container .partners-items .items-top ul li:hover img.img-desktop {
  display: none;
}
.widget-partners .container .partners-items .items-top ul li:hover img.img-hover {
  display: block;
}
.widget-partners .container .partners-items .items-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-partners .container .partners-items .items-bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-partners .container .partners-items .items-bottom ul li {
  display: flex;
  width: 11.11%;
  align-items: center;
  justify-content: center;
  list-style: none;
  border: 1px solid #b9b9b9;
  padding: 1rem;
}
.widget-partners .container .partners-items .items-bottom ul li a {
  display: block;
}
.widget-partners .container .partners-items .items-bottom ul li a img.img-desktop {
  display: block;
}
.widget-partners .container .partners-items .items-bottom ul li a img.img-hover {
  display: none;
}
.widget-partners .container .partners-items .items-bottom ul li:hover img.img-desktop {
  display: none;
}
.widget-partners .container .partners-items .items-bottom ul li:hover img.img-hover {
  display: block;
}

@media (max-width: 991px) {
  .partners-title h3 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .container .partners-title h3 {
    margin-bottom: 3.75rem !important;
  }
  .container .partners-items .items-top ul {
    justify-content: space-between !important;
  }
  .container .partners-items .items-top ul li {
    width: 33.3% !important;
  }
  .container .partners-items .items-top ul li:nth-child(n+4) {
    width: 25% !important;
  }
  .container .partners-items .items-bottom ul {
    justify-content: space-between !important;
  }
  .container .partners-items .items-bottom ul li {
    width: 25% !important;
  }
  .container .partners-items .items-bottom ul li:nth-child(n+5) {
    width: 33.3% !important;
  }
}
@media (max-width: 575px) {
  .container .partners-title h3 {
    text-align: left !important;
    margin-bottom: 1.5rem !important;
  }
  .container .partners-title h3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: inherit !important;
    margin: 0 auto;
    height: 6px !important;
    width: 16px !important;
    background-color: #CA3865;
  }
  .container .partners-items .items-top ul {
    justify-content: space-between !important;
  }
  .container .partners-items .items-top ul li {
    width: 50% !important;
  }
  .container .partners-items .items-top ul li:nth-child(n+5) {
    width: 33.3% !important;
  }
  .container .partners-items .items-bottom ul {
    justify-content: space-between !important;
  }
  .container .partners-items .items-bottom ul li {
    width: 33.3% !important;
  }
  .container .partners-items .items-bottom ul li:nth-child(n+4) {
    width: 25% !important;
  }
}
.weather a:before {
  content: " ";
  background-image: url("/wp-content/themes/aramon/assets/images/snow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.camera a:before {
  content: " ";
  background-image: url("/wp-content/themes/aramon/assets/images/webcam.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}

.user a:before {
  content: " ";
  background-image: url("/wp-content/themes/aramon/assets/images/user.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.social-facebook a:before {
  content: "\f39e";
}

.social-twitter a:before {
  content: "\f099";
}

.social-instagram a:before {
  content: "\f16d";
}

.social-app-store a:before {
  content: "\f179";
}

.social-google-play a:before {
  content: "\f3ab";
}

.social-instagram a:before {
  content: "\f16d";
}

.social-youtube a:before {
  content: "\f167";
}

.social-linkedin a:before {
  content: "\f0e1";
}

.site-content {
  padding-top: 0 !important;
  padding-bottom: 5rem !important;
}
.site-content .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.site-content .container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}
.site-content .container-fluid .row .content-area {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.site-content .container-fluid .row .content-area .post {
  margin-bottom: 0 !important;
}
.site-content .container-fluid .row .content-area .post .post-title {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}
.site-content .container-fluid .row .content-area .post .post-title .title {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-radius: 150px;
  position: relative;
  top: 6rem;
  padding-bottom: 3rem;
  width: 80%;
  margin: -6rem auto 0 auto;
}
.site-content .container-fluid .row .content-area .post .post-title .title .date {
  font: normal normal bold 1.8rem "Mont Bold", sans-serif !important;
  color: #CA3865;
  text-transform: capitalize;
}
.site-content .container-fluid .row .content-area .post .post-title .title .entry-title {
  font: normal normal 900 4.3rem/5.5rem "Mont Heavy", sans-serif !important;
  color: #212129;
  margin: 3rem 0 4.5rem 0;
  border-bottom: 0px;
}
.site-content .container-fluid .row .content-area .post .post-title .title .entry-title a {
  text-decoration: none;
}
.site-content .container-fluid .row .content-area .post .post-title .title .entry-title a:hover {
  color: #0a0b0d;
  text-decoration: none;
}
.site-content .container-fluid .row .content-area .post .post-title .title p {
  text-align: center;
  font: normal normal 300 1.3rem/2rem "Roboto", sans-serif;
  width: 32rem;
  margin: auto;
}
.site-content .container-fluid .row .content-area .post .post-title .post-thumbnail img {
  max-height: 780px;
  width: 100%;
  object-fit: cover;
}
.site-content .container-fluid .row .content-area .post .post-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  width: 80%;
  margin: auto;
  padding-top: 7rem;
}
.site-content .container-fluid .row .content-area .post .post-content .post-text {
  margin: auto;
}
.site-content .container-fluid .row .content-area .post .post-content .post-text p {
  font: normal normal 300 1.3rem/2rem "Roboto", sans-serif;
}
.site-content .container-fluid .row .content-area .post .post-content .post-text p strong {
  font: normal normal 1.3rem/2rem "Roboto", sans-serif;
}

.site-content .container-fluid .row .content-area .post .post-content .post-text p strong {
  font-weight:bold;
  font-size: 20px;
}

.site-content .container-fluid .row .content-area .post .post-content .post-text p a {
  color: #CA3865;
}
.site-content .container-fluid .row .content-area .post .post-content .post-text p a:hover {
  color: #9a264a;
}
.site-content .container-fluid .row .content-area .post .post-content .post-text img {
  max-width: 100%;
}
.site-content .container-fluid .row .content-area .shareBlog {
  margin: auto;
  padding: 5rem 0 10rem 0;
}
.site-content .container-fluid .row .content-area .shareBlog .ssba-share-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font: normal normal bold 1.25rem/2rem "Mont Bold", sans-serif !important;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .site-content .container-fluid .row .content-area .post .post-title .title {
    background: none;
    top: 0;
    margin-top: 2rem;
  }
  .site-content .container-fluid .row .content-area .post .post-title .title .date {
    font: normal normal bold 1.8rem "Mont Bold", sans-serif !important;
  }
  .site-content .container-fluid .row .content-area .post .post-title .title .entry-title {
    font: normal normal 900 3.3rem/4.5rem "Mont Heavy", sans-serif !important;
  }
  .site-content .container-fluid .row .content-area .post .post-title p {
    font: normal normal 300 1.6rem "Roboto", sans-serif;
    line-height: 1.5 !important;
    max-width: 100% !important;
  }
  .site-content .container-fluid .row .content-area .post .post-content {
    border-radius: 10px;
    padding: 15px;
    width: calc(100% - 30px);
  }
  /*.site-content .container-fluid .row .content-area .post .post-content .post-text * {
    font: normal normal 300 20px "Roboto", sans-serif;
    line-height: 1.5 !important;
  }*/
  .site-content .container-fluid .row .content-area .post .post-content .post-text a {
    color: #CA3865;
  }
}
.wp-block-button__link {
  background: #CA3865 !important;
  color: white;
  text-decoration: none !important;
  border: 1px solid #CA3865;
}
.wp-block-button__link:hover {
  background: #FFF !important;
  color: #CA3865;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wp-block-button__link {
    color: white !important;
  }
  .wp-block-button__link:hover {
    color: #CA3865 !important;
  }
}