/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #232d5a; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #232d5a; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #e9484c; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  /*--surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  /*--contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
body, html {
  height: 100%;  
}

.wrapper {
      min-height: 100%;
      display: flex;
      flex-direction: column;
}

.content {
  flex: 1;
}

a {
  text-decoration: none;
  color: var(--default-color);
}

.custom-logo {
    max-width: 45px; /* Ajustar al ancho definido */
    height: auto; /* Mantener la proporción */
    margin-right: 10px;
}

.nav-scrolled {
  background-color: #232d5a !important; /* Ejemplo: blanco */
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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


#menu{
  --bs-navbar-nav-link-padding-x: 1.5rem; 
  background-color: #fafafa; 
}
.hrcolor {
  color: #fff;
}

/*--------------------------------------------------------------
# topbar
--------------------------------------------------------------*/

#topbar {
  background: #232d5a;
  /*padding: 10px 0;*/
  font-size: 14px;
  color: #f8f8f8;
}

.icons-topbar {
  margin-left: 220px;
}
.translate {
  margin-right: 220px;
}

#topbar .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.2rem;
}
#topbar .social-links i{
  color: #BFBFBF;
}

#topbar .social-links a:hover {
  color: white;
}

#topbar .contact-info i{
  color: #BFBFBF;
}
#topbar .contact-info i{
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1rem;
}

#topbar .contact-info .topcontact {
  color: white;
}

#topbar .contact-info a:hover {
  font-weight: bold;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}



/*--------------------------------------------------------------
# navbar logo
--------------------------------------------------------------*/

.txt-logo{
  /*font-weight: bold;
  font-family: "Helvetica Neue";
  font-size: 28px;
  color: #e51c20;*/

  font-size: 30px;
  font-weight: bold;
  /*font-family: Helvetica Neue;*/
  color: #232d5a;
}

.blogname {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--default-color);
}

.nav-link{
  /*display: block;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  color: #575656;
  font-weight: bold;*/
  border-radius: 8px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: #e51c20cc;
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
}

.nav-item a:hover {
  /*background: #e51c20cc;
  color: #fff;*/
}

.navbar-nav {
  --bs-nav-link-color: #232d5a ;
}
/*.navbar-brand{
  /*display: ruby;
  font-size: 30px;
  font-weight: bold;
  /*font-family: Helvetica Neue;
  color: #232d5a;
}*/

.navlinkscroll {
  color: #fff;
}

/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
/* Desktop Navigation */
/*.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}*/

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
/*

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: #ef6603;
  text-decoration: none;
}*/

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  /*left: 0;
  top: calc(100% - 30px);*/
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 15px;
  margin-top: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: auto;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2c39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #e9484c;
  background: none;
  font-weight: bold;
  text-decoration: underline;
}

.nav-menu .drop-down > a:after {
  /*content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;*/
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/*--------------------------------------------------------------
# Hero Waves
--------------------------------------------------------------*/

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}



/*--------------------------------------------------------------
# carrusel de imagenes
--------------------------------------------------------------*/
.carousel-item img {
    width: 100%; /* Ajusta el ancho al contenedor */
    height: auto; /* Ajusta la altura según necesidad */
    object-fit: cover; /* Recorta la imagen para llenar el espacio */
}

/*------
texto sobre imagen slide
-------*/

/*#slideSuizo .carousel-item::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}*/

#slideSuizo .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 450px;
}

#slideSuizo .carousel-content {
  text-align: center;
}

#slideSuizo h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#slideSuizo h2 span {
  color: #e96b56;
}

#slideSuizo p {
  width: 50%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  /*font-family: var(--heading-font);*/
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  #slideSuizo .carousel-container {
    padding-top: 120px;
  }
}

/*--------------------------------------------------------------
# servicios
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  /*border: 1px solid #ededed;*/
  border-radius: 10px;
  padding: 60px 20px;
  transition: all ease-in-out 0.3s;
  width: 100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #e956561c;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 45px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #545454;
}

.services .icon-box a { /*el h4*/
  color: #545454;
  font-size: 24px;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 2rem;
}

.services .icon-box:hover {
  
  /*background: #e96b56;
  border-color: #e96b56;*/
  background: #e84a4a;
  border-color: #e84a4a;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #e96b56;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4, .services .icon-box:hover p { /*elemento <a>*/
  color: #fff;
}

.services .icon-box:hover a {
  color: #fff;
  /*font-weight: 700;*/
  font-size: 24px;
}

.link-service {
  display: inline-block;
  transition: transform 0.3s ease;
}

.link-service:hover {
  transform: scale(1.4);
}


/*--------------------------------------------------------------
# enlaces de interes
--------------------------------------------------------------*/
.enlaces .nav-menu-i, .nav-menu-i * {
  /*margin: 0;
  padding: 0;*/
  list-style: none;
}

/*.enlaces .nav-menu-i .icon-box li {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #f4ce70;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}*/


.enlaces .icon-box {
  text-align: center;
  /*border: 1px solid #ededed;*/
  border-radius: 10px;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  width: 100%;
}

.enlaces .icon-box .icon {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #f4ce70; /*#e9cb56d1;*/
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.enlaces .icon-box .icon i {
  color: #fff;
  font-size: 45px;
}

.enlaces .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f7e5af; 
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.enlaces .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.enlaces .icon-box h4{
  color: #545454;
}

/*.enlaces .icon-box:hover h4{
  color: #e51c20;
}*/

.enlaces .icon-box:hover .icon {
  background: #faffff;
}

.enlaces .icon-box:hover .icon i {
  color: #f4ce70;
}


/*--------------------------------------------------------------
# NewsLetter
--------------------------------------------------------------*/
.bg-newsletter {
  background: #232d5a;
}

/*--------------------------------------------------------------
# Noticias
--------------------------------------------------------------*/
.noticias-item .noticias-img img {
  width: 100%; /* Ajusta el ancho al contenedor */
  height: 220px; /* Ajusta la altura según necesidad */
  object-fit: cover; /* Recorta la imagen para llenar el espacio */
}

.noticias-item .noticias-img img {
  transition: all 0.4s ease-in-out;
}

.noticias-item:hover .noticias-img img {
  transform: scale(1.1);
}

.noticias .badge a{
  color: #fff;
}

/*--------------------------------------------------------------
# Aliados
--------------------------------------------------------------*/
.clients{
  /*padding: 100px 0 80px 0;*/
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #232d5a;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #232d5a;
}

.clients .swiper-slide img {
  /*opacity: 0.5;*/
  transition: 0.3s;
  /*filter: grayscale(100);*/
  /*filter:  brightness(0) invert(1);*/
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  /*padding: 40px 0 20px 0;*/
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e96b56;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e96b56;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ec7f6d;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e96b56;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e96b56;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #e96b56;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e96b56;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e96b56;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e96b56;
  background: #e96b56;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #fff;*/
  padding: 0 0 30px 0;
  color: #212529;
  /*font-size: 14px;*/
  background: #232d5a;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  /*color: #4e4039;*/
  color: #fff;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /*background: #f2f2f2;*/
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
  /*color: #5c5c5c;*/
  color: #fff;
}
#footer .footer-top .footer-contact a {
  color: white;
}
#footer .footer-top .footer-contact a:hover {
  font-weight: bold;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  /*color: #212529;*/
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  /*color: #5c5c5c;*/
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  /*color: #eb5d1e;*/
  color: #e51c20;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e51c20;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #232d5a;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #fff;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #eb5d1e;
}

@media (max-width: 575px) {
  #footer .copyright, #footer .credits {
    float: none;
    /*-moz-text-align-last: center;*/
    text-align-last: center;
    padding: 3px 0;
  }
}

@media (max-width: 575px) {
  #footer .space-px{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.logo-footer {
  padding-left: 50px;
  padding-bottom: 30px;
}

.logo-footer img {
  width: 120px;
}

.screen-reader-text{
  display: none;
}

/*--------------------------------------------------------------
# Modal < 480px
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .modal-content{
    width: 95%;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Calendario */
/* calendar widget */
.widget_calendar {float: left;width: 100%;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* Lista Menu */

.bluu_wi ul {
  list-style-type: none;
  padding-left: 0px;
}
.bluu_wi .menu li {
  margin-top: 0.5rem;
}
.bluu_wi .menu li a {
  padding-left: 10px;
}
.bluu_wi .menu li a:hover {
  font-weight: bold;
}

/* Buscar*/

.bluu_wi input {
  border-radius: 5px;
}

.bluu_wi button {
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: 5px;
}