/*
    Theme Name: miituoblog
    Theme URI: 
    Author: Iohan Ramón Céspedes Ramírez
    Author URI: https://www.linkedin.com/in/iohan-cespedes-1a2908a9/
    Description: Tema Diseñado para www.miituo.com/blog
    Version: 4.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Seguros, Autos, Flexbox, Css grid, Mobile first, Bootstrap
    Text Domain: miituoblog
*/

/*Fuentes*/
@font-face {
  font-family: 'din next rounded lt pro';
  src: url('fonts/32F61C_1_0.eot');
  src: url('fonts/32F61C_1_0.eot?#iefix') format('embedded-opentype'),
       url('fonts/32F61C_1_0.ttf') format('truetype'),
       url('fonts/32F61C_1_0.woff') format('woff'),
       url('fonts/32F61C_1_0.woff2') format('woff2');
  font-weight: normal, bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --fuente-principal: 'din next rounded lt pro';
  --bluemiituo: #00C8FF;
  --yellowmiituo: #C8ff00;
  --pinkmiituo: #FF4BD2;
  --greenmiituo: #00FFC8;
  --graymiituo: #2F3033;
  --grismiituo: #D7D2CB;
}

/* Reescribir colores */
.bg-footer {
  background-color: #F7F6F4;
}

/* Box model y fuente principal */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: var(--fuente-principal);
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: var(--fuente-principal);
  line-height: 1.5;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

/*Headings*/

/*h1 h2 h3 h4 h5{
    margin: 0 0 5rem 0;
    line-height: 1.2;
}*/

/* Listas */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  font-family: var(--fuente-principal);
}

/* Imágenes */
img {
  max-width: 100%;
  height: auto;
}

/* Tipografía en enlaces y textos */
a, p, span {
  font-family: var(--fuente-principal);
}

/******************** Menú **********************/
.navbar {
  z-index: 100;
}
/*
Estilo duplicado de Bootstrap
.bg-blancomiituo {
  background-color: white;
}*/ 
.nav-link {
  font-size: 1.5rem;
  color: #8e8e8e;
  font-weight: 400;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-link a {
  font-family: var(--fuente-principal);
  font-weight: 400;
}
.nav-link:focus, .nav-link:hover {
  color: #2f3033;
}
@media (max-width: 991.98px) {
  .nav-link:hover {
    color: var(--bluemiituo);
  }
}

.container-fl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-fl {
  margin-left: 2rem;
  font-size: 15px;
  font-weight: bold;
  background-color: #00ffc8;
  box-shadow: 0 2px 17px -2px #00ffc8;
  border: none;
  padding: 8px 50px;
  padding-left: 5rem;
  padding-right: 5rem;
  border-radius: 30px;
  text-decoration: none;
  color: inherit !important;
}
.btn-fl:hover {
  color: white;
  text-decoration: none;
  border: none;
  background-color: #00ffc8;
  transform: translate3d(0,-2px,0)!important;
  -webkit-transform: translate3d(0,-2px,0);
  box-shadow: 0 2px 17px -2px #00ffc8;
}
@media (max-width:991.98px) {
  .btn-fl {
    margin-left: 5px;
  }
}
@media (max-width:450px) {
  .btn-fl {
    margin: 0;
    font-size: 12px;
    padding: 5px 30px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 991.98px) {
  .btn-fl {
    margin-bottom: 1rem;
  }
}

.logo-icon {
  margin-right: 2rem !important;
}
@media (max-width: 390px) {
  .logo-icon {
    max-width: 80px;
  }
}

/* Menú móvil */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 4rem;
    left: -100%;
    width: 65%;
    height: 100vh;
    z-index: 9999;
    overflow-y: auto;
    transition: all 0.3s ease;
  }
  .navbar-collapse.show {
    left: 0;
    background-color: white;
    margin-top: .5rem;
  }
  .navbar-collapse a {
    margin-left: 20%;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 3;
  }
  .d-lg-none.order-2 {
    margin-left: 10%;
  }
  .icon-menu {
    display: none;
  }
}

.navbar-toggler {
  border: none;
  margin-left: 5%;
}
.navbar-toggler:hover {
  border: none;
}
.navbar-toggler-icon {
  font-size: 2rem;
  line-height: .5;
}
.navbar-toggler .bi-list {
  font-size: 2rem;
  text-align: center;
  color: #212529 bold;
  transition: all 0.3s ease;
}
.navbar-toggler.animate-icon .bi-list {
  transform: rotate(90deg);
}
.navbar-toggler .bi-x {
  font-size: 2rem;
  text-align: center;
  color: #212529;
  display: none;
  transition: all 0.3s ease;
}
.navbar-toggler.show .bi-list {
  display: none;
}
.navbar-toggler.show .bi-x {
  display: block;
}

/****************** Buscador ******************/
.form-control {
  width: 100%;
  opacity: 0.4;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  flex: 1;
  border-radius: 15px;
  font-size: 16px;
  box-sizing: border-box;
}
.form-control:focus {
  background-color: #f5f8fa;
}
.form-container {
  background-color: #f5f8fa;
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-color: #cbd6e2;
}
@media (min-width:991.98px) {
  .form-container {
    width: 100%;
  }
}
.search-container {
  display: flex;
  position: relative;
}
.search-container input {
  background-color: #f5f8fa;
  border: 2px solid #cbd6e2;
  border-color: #cbd6e2;
}
.barra-lateral::-webkit-scrollbar {
  display: none;
}
.buscador-barra {
  margin-bottom: 10px;
}
.lupa-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .form-control {
    padding-left: 40px;
    width: 80%;
  }
  .lupa-icon {
    right: initial;
  }
}

/******************** SIDEBAR ******************/
.sidebar-container {
  z-index: 99;
  bottom: 0;
  right: 0;
}

.sidebar-container #sidebar {
  padding: 15px;
  border: 1px solid #00000029;
  border-radius: 20px;
  will-change: transform;
  min-height: 100%;
  /*transition: transform 0.1s linear;*/
}
.sidebar-container .btn-fixed {
  bottom: 0;
  right: 0;
  left: 0;
}
.img-sidebar {
  border-radius: 15px;
}
.txt-newsletter {
  text-align: left;
  font-family: var(--fuente-principal);
  font-weight: bold;
}
.formulario-hubspot {
  margin-bottom: 20px;
}
.articulos-recientes {
  margin: 2rem 0;
  min-height: 160px;
}
.articulos-recientes h2 {
  margin-bottom: 3rem;
}
.articulos-recientes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.articulos-recientes li {
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0;
}
.articulos-recientes li:last-child {
  border-bottom: none;
}
.articulos-recientes a {
  color: black;
  text-decoration: none;
  margin-bottom: 2rem;
}
.strong {
  font-weight: bold;
  font-family: var(--fuente-principal);
}
.fecha-sidebar {
  font-size: 12px;
  line-height: 1.2;
}
.titulo-sidebar {
  font-size: 18px;
  line-height: 1.2;
}

/* Landing Pages Botones */
.links-landing-pages h2 {
  text-align: center;
}
.links-landing-pages li {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.btn-sidebar-land button {
  width: 100%;
  color: black;
  font-size: 20px;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00000029;
  border: none;
  outline: none;
}
.btn-sidebar-land li button:hover {
  color: white;
  box-shadow: 0 2px 17px -2px #00000029;
  transform: translate3d(0,-2px,0);
}
.hide-at-footer {
  display: none;
}

@media (min-width: 992px) {
  .sidebar-container {
    right: 10rem;
    height: calc(100vh - 10rem);
  }
}


/****************** Boton Flotante ************************/
/*.btn-fl-land {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: left;
  position: fixed;
  bottom: 0px;
  padding: 10px 18px;
  z-index: 1000;
  background-color: #FF4BD2;
  border-radius: 15px 15px 0 0;
  box-shadow: none;
}
@media (min-width: 991.98px) {
  .btn-fl-land {
    flex-direction: row;
    align-items: normal;
    justify-content: space-evenly;
  }
*/
.boton-principal {
  font-weight: bold;
  padding-bottom: 40px;
  padding-top: 10px;
  border: none;
  border-radius: 15px 15px 0 0;
  margin-bottom: -20px;
  z-index: 100;
}
.boton-secundario {
  margin-top: -10px;
  border-radius: 15px 15px 0 0;
}
.boton-secundario button {
  padding: 5px 10px;
  border: none;
  z-index: 100;
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.boton-principal-hot {
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 0 !important;
  margin-bottom: 0px;
  z-index: 100;
  width: 100%;
}
@media (min-width: 1200px) {
  .boton-principal-hot {
    margin-bottom: -10px;
  }
}
@media (min-width: 1300px) {
  .boton-principal-hot {
    margin-bottom: -20px;
  }
}
.boton-secundario-hot {
  margin-top: -10px;
  border-radius: 15px 15px 0 0;
}
.boton-secundario-hot button {
  background-color: #00ffc8;
  color: black;
  padding-top: 10px !important;
  padding-bottom: 2px !important;
  border: none;
  z-index: 100;
  border-radius: 15px 15px 0 0;
}
.fsize-hot {
  font-size: 2.2rem !important;
}

/******************** BREADCRUMBS *************/
.breadcrumbs-style {
  font-size: 16px;
  font-family: var(--fuente-principal);
  text-decoration: none;
  color: #D7D2CB;
  font-weight: 400;
}
.breadcrumbs-style:hover {
  text-decoration: underline;
}
.category-breadcrumb {
  font-size: 16px;
  font-family: var(--fuente-principal);
  text-decoration: none;
  color: #D7D2CB;
  font-weight: 400;
}
.category-breadcrumb a {
  color: #D7D2CB;
}
@media (max-width: 768px) {
  .breadcrumbs-style {
    text-decoration: underline;
  }
}

/*************************** Buscador ***************************/
.breadcrumb-buscador {
  margin-top: 10%;
}
@media (max-width: 992px) {
  .breadcrumb-buscador {
    margin-top: 15%;
  }
}
@media (max-width: 540px) {
  .titulo-buscador {
    margin-top: 20%;
  }
}
@media (max-width: 390px) {
  .titulo-buscador {
    margin-top: 30%;
  }
}
.return-home {
  color: var(--bluemiituo);
}

/**************************Contenido de articulos*******************************/
.img-banner {
  border-radius: 20px;
}
.categories-post-title {
  font-size: 20px;
  text-decoration: none;
}
.categories-post-title a {
  color: #707070;
  font-weight: bold;
}
.categories-post-title:hover a {
  color: #2F3033;
  font-weight: bold;
}
p.categories-post-excerpt {
  max-width: 100ch;
  font-size: 14px;
  color: #707070;
  height: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.categories-post-item {
  display: block;
  margin-top: 20px;
  border-radius: 20px;
  color: #000000D8;
}
.categories-post-author {
  color: #000000D8;
  font-size: 12px;
}
.categories-post-item .categories-post-date {
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #0000004A;
  padding: 0 2rem 0 0;
}
.categories-author-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.categories-post-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.categories-featured-image {
  width: 100%;
  height: 250px;
  object-fit: cover !important;
  border-radius: 20px;
  margin-top: 0;
}
.categories-read-more {
  color: var(--bluemiituo);
}

/*********************** Pagina 404 ************************/
.errorentry {
  margin-top: 100px;
}
.botones a {
  margin: 10px;
  text-decoration: none;
}
.botones {
  padding: 10px 20px;
  background-color: #ffff;
  border-radius: 30px;
  cursor: pointer;
  border: 2px solid #00C8FF;
  opacity: 1;
  box-shadow: none;
  margin-bottom: 15px;
}
.cotizar {
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  background-color: #00FFC8;
  border: 2px solid #00FFC8;
  opacity: 1;
  box-shadow: none;
  margin-bottom: 15px;
  color: #2F3033;
}
.botones button:hover {
  touch-action: manipulation;
}
@media (max-width: 768px) {
  .contenedor-botones {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .contenedor-copy p {
    color: #2F3033;
    font-size: 20px;
    text-align: center;
    margin: 50px;
  }
}
@media (max-width: 540px) {
  .contenedor-copy p {
    color: #2F3033;
    font-size: 17px;
    text-align: center;
    margin: 50px;
  }
}
.pag404 {
  width: 100%;
  height: auto;
}
.contenedor-copy {
  color: #2F3033;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 50px;
}
.contenedor-botones {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.titulo-rosa {
  font-size: 41px;
  font-weight: bold;
  color: #FF4BD2;
  text-align: center;
}
.botones:hover {
  color: #00C8FF;
  border: 2px solid #00C8FF;
  transform: translate3d(0,-2px,0)!important;
  -webkit-transform: translate3d(0,-2px,0);
}
.cotizar:hover {
  background-color: #01ecba;
  color: white;
  box-shadow: 0 2px 17px -2px #00ffc8;
  transform: translate3d(0,-2px,0)!important;
  -webkit-transform: translate3d(0,-2px,0);
}

/*************************** Footer *******************************/
#footer {
  position: relative;
  z-index: 10;
}
.fb-icon, .ig-icon, .twi-icon, .you-icon, .lkdn-icon, .tik-icon, .whats-icon:hover {
  color: #D7D2CB;
}
.fb-icon:hover, .ig-icon:hover, .twi-icon:hover, .you-icon:hover, .lkdn-icon:hover, .tik-icon:hover, .whats-icon:hover {
  filter: invert(100%);
  transform: scale(1.5);
}
.link-foot {
  text-decoration: none;
  color: #000;
  transition: text-decoration 0.2s;
}
.link-foot:hover {
  text-decoration: underline;
}
.text-center.fs-5.py-5.direccion {
  margin-bottom: 0;
  padding: 3rem 0;
}
.end {
  padding-bottom: 15rem !important;
}
.text-google-starts {
  font-size: 12px;
}
.lh-stars {
  line-height: 1;
}
.text-custom-stars {
  font-size: 70px !important;
}

/************************** Single Page ************************/
.imagen-destacada {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
.single-post-details {
  display: flex;
  align-items: center;
}
.single-author-avatar {
  border-radius: 50%;
  margin-right: 10px;
}
.single-post-date {
  margin-bottom: 0;
  font-size: 10px;
}
.single-post-author {
  margin-bottom: 0;
  font-size: 14px;
}
.td {
  overflow-x: auto;
}
.entry-content {
  font-size: 16px;
  line-height: 1.5;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
  font-family: var(--fuente-principal);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700 !important;
}
.entry-content h2 {
  font-size: 22px;
}
.entry-content h3 {
  font-size: 18px;
}
.entry-content p, .entry-content li, .entry-content ul {
  line-height: 1.5;
}
.entry-content p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.excerpt-single {
  font-size: 20px;
}
.entry-content a {
  color: blue;
  font-family: var(--fuente-principal);
  text-decoration: underline;
  line-height: 1.5;
}
.ez-toc-title-container, .eztoc-title {
  font-weight: bold;
}
.entry-content table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  overflow-x: auto;
}
.entry-content td {
  line-height: 1.2;
  padding: 10px;
  border: 1px solid #ccc;
}
.entry-content ul {
  list-style: none;
}
.entry-content ul li {
  list-style-type: disc;
  color: black;
}
.entry-content li {
  margin: 0 0 20px 30px;
}
#related-posts h3 {
  margin-bottom: 10px;
  color: var(--bluemiituo);
}
.entry-content article h1 > span,
.entry-content article h2 > span,
.entry-content article h3 > span {
  font-weight: 700 !important;
}

/************* Formulario Propio *******************/
.form-hubspot {
  background-color: #ccc;
  border-radius: 10px;
}
.formulario {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.formulario input, .formulario select {
  width: 80%;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .formulario input, .formulario select {
    width: 60%;
  }
}
.formulario input[type="submit"] {
  width: auto;
  padding: 10px 40px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .formulario input[type="submit"] {
    padding: 10px 60px;
  }
}

/***Articulos relacionados***/
.rp4wp-related-posts ul li, .rp4wp-related-posts img {
  display: grid;
  grid-template-columns: 30% 70%;
}
@media (max-width:768px) {
  .rp4wp-related-posts ul li, .rp4wp-related-posts img {
    justify-content: space-around;
  }
}
.rp4wp-related-posts ul li {
  list-style-type: none;
  padding: 0;
}
.rp4wp-related-posts img {
  max-height: 40px;
  object-fit: cover;
}
.rp4wp-related-posts li {
  margin-left: 0;
}

/*************Form newsletter***************/
#_form_1_._inline-form ._form-title {
  text-align: center;
}
#_form_1_ ._form_element input[type="text"], #_form_1_ ._form_element input[type="date"], #_form_1_ ._form_element select, #_form_1_ ._form_element textarea:not(.g-recaptcha-response) {
  border-radius: 10px;
}
.button, select {
  word-wrap: normal;
  padding: 4px;
}
#_form_1_._inline-form ._submit {
  font-family: var(--fuente-principal) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/*************Form Ebook***************/
#_form_3_._inline-form ._form-title {
  text-align: center;
}
#_form_3_ ._form_element input[type="text"], #_form_3_ ._form_element input[type="date"], #_form_3_ ._form_element select, #_form_3_ ._form_element textarea:not(.g-recaptcha-response) {
  border-radius: 10px;
}
#_form_3_._inline-form ._submit {
  font-family: var(--fuente-principal) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/********************* Banners Modulo **************************/
.banner-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .desktop-banner {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-banner {
    display: none;
  }
}
.custom-preview-image {
  width: 300px;
  height: auto;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  margin-top: 10px;
}

/****************Author******************/
.btn-view {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}
.btn-get-more-articles {
  border-radius: 20px;
  border: solid 1px var(--bluemiituo);
  font-size: 12px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 200, 255, 0.4);
  padding: 10px 50px;
}
.btn-get-more-articles:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
}
@media (max-width:768px) {
  .btn-get-more-articles {
    font-size: 10px;
  }
}
.custom-tooltip {
  position: absolute;
  z-index: 999;
  background-color: #EFEDEA;
  color: #2F3033;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  width: 25rem;
  text-align: left;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.position-relative:hover .custom-tooltip {
  display: block;
  bottom: 150%;
  left: 110%;
}
.new-articles .col-lg-6 {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .new-articles .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/************************** Review ***********************/
.m-menu {
  margin-top: 5rem;
}
.back-desc {
  background-color: #EFEDEA;
  border-radius: 25px;
}
.back-author {
  background-color: #EFEDEA;
  border-radius: 15px;
}
.comments-container {
  column-count: 2;
  column-gap: 1rem;
}
@media (max-width:991.98px) {
  .comments-container {
    column-count: 1 !important;
    column-gap: 1rem !important;
  }
}
.comment {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  padding: 1rem;
}
.comment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 237, 234, 0.3);
  z-index: 1;
}
.comment > * {
  position: relative;
  z-index: 2;
}
.comment-header {
  margin-bottom: 0.5rem;
}
.comment-text {
  margin-top: 0.5rem;
}
.content-box {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 1rem;
}
.content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 237, 234, 0.3);
  z-index: 1;
}
.content-box > .col-10 {
  position: relative;
  z-index: 2;
}
.img-container {
  z-index: 3;
}

/******************************CINTILLO**********************/
.cintillo-container-mobile {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.cintillo-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: cintilloScroll 40s linear infinite;
}
@keyframes cintilloScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.social-icon {
  width: 25px;
  height: 25px;
  max-width: 100%;
  max-height: 100%;
}

/**********WIDGET PERSONALIZADO CUADRICULA*********/
.custom-grid-widget {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}
.custom-grid-widget .position-1 { grid-area: 1 / 1; }
.custom-grid-widget .position-2 { grid-area: 1 / 2; }
.custom-grid-widget .position-3 { grid-area: 2 / 1; }
.custom-grid-widget .position-4 { grid-area: 2 / 2; }
.custom-grid-widget a {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

/**********WIDGET COLUMNA REDES SOCIALES*********/
.redes-sociales-wrapper img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.redes-sociales-wrapper img:hover {
  filter: invert(100%);
  transform: scale(1.5);
  color: #D7D2CB;
}
.widget_nav_menu a {
  text-decoration: none;
}
.widget h3 {
  font-size: 2rem;
}

/**********IMAGENES********/
/* Footer columna 1 - Desktop */
@media (min-width: 992px) {
  .footer .col-12:first-child img {
    width: 12rem;
    height: auto;
  }
}
/* Footer columna 1 - Mobile */
@media (max-width: 991.98px) {
  .footer .col-12:first-child img {
    width: 12rem;
    height: auto;
  }
}
/* Footer Mobile - Desktop */
@media (min-width: 992px) {
  .footer-mobile-grid img {
    width: 10rem;
    height: auto;
  }
}
/* Footer Mobile - Mobile */
@media (max-width: 991.98px) {
  .footer-mobile-grid img {
    width: 12rem;
    height: auto;
  }
}
.margin-prueba {
  margin-top: 1rem;
}

/*******PAGE 404********/
.cotizar {
  color: #2F3033;
}
.contenedor-copy {
  color: #2F3033;
  font-weight: normal;
}

/*********MENU CATEGORIAS*****/
.category-btn {
  border: 1px solid #707a8d;
  color: #707a8d;
}
.category-btn.active {
  background-color: #707a8d;
}

/* Evitar que los enlaces aparezcan en azul al ser tocados en iOS */
a, button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: inherit;
}
.btn-fl {
  color: inherit !important;
}
/* Estilo para deshabilitar el outline de los botones en iOS */
button:focus, a:focus {
  outline: none;
  box-shadow: none;
}
a:active, button:active {
  color: inherit;
  text-decoration: none;
}

/*******************AUTHOR*************/
img.imagen-author {
  height: auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  img.imagen-author {
    height: 250px;
    object-fit: cover;
  }
}

/* Otros estilos personalizados... */
.mt-5.description-author-page a {
    color: blue;
}