.container {
  max-width: 1200px !important;
}

.menu-servicios a {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
  line-height: 1 !important;
  position: relative;
}
.menu-servicios a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  font-weight: 900;
  background-color: transparent !important;
  opacity: 1 !important;
}

.navegador {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navegador.scrolled {
  background-color: #262B3E;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.box-servicios {
  position: relative;
  z-index: 0;
}
.box-servicios::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DB9600;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  z-index: -1;
}
.box-servicios:hover::after {
  height: 100%;
}
.box-servicios:hover a {
  fill: #fff !important;
  color: #fff !important;
}
.box-servicios:hover p {
  color: #fff !important;
}

.bg-title {
  background-image: url(../img/pagina-titulo.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  height: 510px;
  margin-top: -147px;
  padding-top: 100px;
}
.bg-title::before {
  content: "";
  background-color: rgba(38, 43, 62, 0.6392156863);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-title h1 {
  color: #fff;
  font-family: "Playfair Display", Sans-serif;
  font-size: clamp(30px, 3vw, 60px);
  margin-bottom: 25px;
}
.bg-title .breadcrumb-nav {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
}
.bg-title .breadcrumb-nav a {
  color: #fff;
}
.bg-title .breadcrumb-nav a:hover {
  text-decoration: none;
  color: #DB9600;
}
.bg-title .breadcrumb-nav .breadcrumb-separator {
  position: relative;
  top: 1px;
  margin: 0 5px;
}

.bg-section {
  padding: 100px 0 50px;
}

.blog-posts .blog-post {
  margin-bottom: 50px;
}
.blog-posts .blog-post .img {
  position: relative;
}
.blog-posts .blog-post .img .thumb-background {
  width: 100%;
  height: 425px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-posts .blog-post .img span {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.blog-posts .blog-post .img span a {
  background-color: #DB9600;
  font-size: 13px;
  font-family: "Poppins", Sans-serif;
  display: inline-block;
  padding: 2px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
}
.blog-posts .blog-post .contenido {
  padding: 30px;
}
.blog-posts .blog-post .contenido .fecha p {
  font-size: 14px;
  color: #415674;
  font-weight: 400;
  font-family: "Poppins", Sans-serif;
}
.blog-posts .blog-post .contenido h2 {
  position: relative;
  font-size: 21px;
  line-height: 29px;
  margin: 15px 0;
  font-weight: 600;
  font-family: "Playfair Display", Sans-serif;
}
.blog-posts .blog-post .contenido h2 a {
  color: #1b2336;
}
.blog-posts .blog-post .contenido h2 a:hover {
  color: #DB9600;
  text-decoration: none;
}
.blog-posts .blog-post .contenido .excerpt p {
  font-size: 15px;
  line-height: 1.86;
  color: #415674;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
}
.blog-posts .blog-post .contenido .conteido-blog h2, .blog-posts .blog-post .contenido .conteido-blog h3, .blog-posts .blog-post .contenido .conteido-blog h4, .blog-posts .blog-post .contenido .conteido-blog h5, .blog-posts .blog-post .contenido .conteido-blog h6 {
  font-family: "Playfair Display", Sans-serif;
  color: #1b2336;
}
.blog-posts .blog-post .contenido .conteido-blog h2 {
  font-size: 2rem;
  line-height: 1.3;
}
.blog-posts .blog-post .contenido .conteido-blog h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}
.blog-posts .blog-post .contenido .conteido-blog h4 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.blog-posts .blog-post .contenido .conteido-blog h5 {
  font-size: 1.25rem;
  line-height: 1.6;
}
.blog-posts .blog-post .contenido .conteido-blog h6 {
  font-size: 1rem;
  line-height: 1.7;
}
.blog-posts .blog-post .contenido .conteido-blog ul, .blog-posts .blog-post .contenido .conteido-blog ol, .blog-posts .blog-post .contenido .conteido-blog p {
  font-size: 15px;
  line-height: 1.86;
  color: #415674;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
}
.blog-posts .blog-post .contenido .conteido-blog a {
  color: #DB9600;
}
.blog-posts .blog-post .contenido a.read-more {
  font-size: 14px;
  color: #262b3e;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
  font-family: "Poppins", Sans-serif;
}
.blog-posts .blog-post .contenido a.read-more:hover {
  color: #DB9600;
}

.box-sidebar {
  padding: 0 20px 40px;
  margin-bottom: 20px;
}
.box-sidebar h4 {
  font-size: 18px;
  color: #262b3e;
  font-weight: 600;
  font-family: "Playfair Display", Sans-serif;
}
.box-sidebar .search-form {
  border: 1px solid #e9e9e9;
}
.box-sidebar .search-form input {
  color: #a5a5a5;
  font-size: 15px;
  font-family: "Playfair Display", Sans-serif;
  border: none;
  background-color: transparent;
}
.box-sidebar .search-form .search-submit {
  border: none;
  background-color: transparent;
  color: #000;
}
.box-sidebar .search-form .search-submit:hover {
  color: #DB9600;
}
.box-sidebar .category-list {
  list-style: none;
  padding: 0;
  padding: 0;
}
.box-sidebar .category-list li {
  border-bottom: 1px solid #eaeaea;
}
.box-sidebar .category-list li a {
  font-size: 14px;
  padding: 15px 0;
  line-height: 15px;
  color: #a5a5a5;
  font-family: "Poppins", Sans-serif;
}
.box-sidebar .category-list li a:hover {
  text-decoration: none;
  color: #DB9600;
}
.box-sidebar .sidebar-post {
  margin-bottom: 20px;
}
.box-sidebar .sidebar-post .post-thumbnail {
  width: 100%;
  max-width: 60px;
  margin-right: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.box-sidebar .sidebar-post .post-date {
  color: #c89d66;
  line-height: 0.8;
  display: block;
  font-size: 12px;
  padding-bottom: 8px;
  font-family: "Poppins", Sans-serif;
}
.box-sidebar .sidebar-post h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.box-sidebar .sidebar-post h4 a {
  color: #000;
}
.box-sidebar .sidebar-post h4 a:hover {
  color: #DB9600;
  text-decoration: none;
}

.titulo-single {
  font-size: 2rem !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.related-posts h3 {
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 30px;
}
.related-posts .related-post .post-thumb-background {
  background-repeat: no-repeat;
  background-size: cover;
  height: 208px;
}
.related-posts .related-post p {
  font-size: 14px;
  color: #415674;
  font-weight: 400;
  font-family: "Poppins", Sans-serif;
}
.related-posts .related-post h4 {
  font-size: 18px;
  font-family: "Playfair Display", Sans-serif;
}
.related-posts .related-post h4 a {
  color: #262b3e;
}
.related-posts .related-post h4 a:hover {
  color: #DB9600;
  text-decoration: none;
}

.pagination .navigation {
  justify-content: start;
  margin: 20px 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-links .page-numbers {
  display: inline-block;
  text-align: center;
  color: #262b3e;
  font-weight: 600;
  font-size: 14px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  margin-right: 2px;
  border: 1px solid #eaeaea;
  font-family: "Poppins", Sans-serif;
}
.nav-links .page-numbers:hover {
  color: #fff;
  background-color: #c89d66;
  border-color: #c89d66;
  text-decoration: none;
}
.nav-links .page-numbers.current {
  color: #fff;
  background-color: #c89d66;
  border-color: #c89d66;
}
.nav-links a.prev,
.nav-links a.next {
  width: 100px !important;
}/*# sourceMappingURL=estilos.css.map */