/* MANTENER */
.note-editor{border:1px solid #CCC;}
.form-group textarea{width:100%;}
.desactivado{color:#ccc;}
/* MANTENER */

/* ANIADIDO DOCUMENT */
body, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 5px;
}

#header a {
    text-decoration: none;
    color: #B77218;
}
#header .feature-box-info .text-2{
    font-size: 1.2em !important;
}

a:hover {
    text-decoration: underline;
}

/* PAGE */
.custom-main {
    background-color: #000000;
}

.review_image {
    height: 40px;
    max-height: 40px;
    max-width: 40px;
}

.blog_image{
    height: 220px;
    max-height: 240px;
    /*width: auto !important;*/
}

.icon-banner-size{
    font-size: xx-large;
}

.ia_logo {
    max-width: 60px;
}


.texto_equipo{
    background-color: #80808080;
    color: #000000;
}

.texto_equipo h4, .texto_equipo p{
    color: #000000 !important;
}
.imagen-en-grises {
    filter: grayscale(100%);
    opacity:0.1;
}
.nav-pills > li.active > a:hover, .nav-pills .nav-link.active:hover, .nav-pills > li.active > a:focus, .nav-pills .nav-link.active:focus {
    background-color: #e36159;
}
.ampliaciones_imagen{max-width:100%;}
.bloqueContenido img{max-width:100%;}
.comercio_aliado .bloqueContenido{padding:10px;border:1px #CCC solid;}
.comercio_aliado .row{margin-bottom:20px;}
.textoContenido img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    width: 100%;
}
.imagenContenido img{
    max-width:100%;
    margin: 15px 0;
}
.formulario-blog{
    border:1px solid #EEE;
    padding:10px;
}
.categoria-blog{
    width:100%;
    margin:20px 0px 0px 0px;
}
.bloque-banners-blog {
    background-color: #E3A126;
    border-radius: 10px;
    margin-top: 20px;
    float: left;
    padding: 20px;
}
.inner a.btlink.blue {
    padding: 5px 24px;
    margin-top: 20px;
}
a.btlink.blue:hover {
    background: #E3A126;
    transition: all 0.6s;
}
a.btlink.blue {
    background: #178FC9;
    font-size: 18px;
    color: white;
    padding: 9px 22px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Regular";
    display: inline-block;
    width:100%;
}
.descubre_como p{
    font-size: 20px;
    line-height: 1.25em;
    margin-bottom: 0;
    font-family: Medium;
    color: #FFF;
}
.descubre_como strong {
    color: #000;
}
.descubre_como {
    text-align: center;
}
.descubre_como img.responsive {
    width: 40%;
}
.descubre_como .svg_container {
    margin-bottom: 24px;
    margin-top: 20px;
}
#header .header-nav-main nav > ul > li > a{font-size:18px;}
#whatsapp-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366; /* Color verde de WhatsApp */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

#whatsapp-link:hover {
    background-color: #20B45B; /* Un verde un poco más oscuro para el hover */
}

#whatsapp-link svg {
    width: 40px; /* Ajusta el tamaño del ícono dentro del círculo */
    height: 40px;
}
.footer-copyright a{color:#FFF !important;}
.columns-container iframe {
    margin-bottom: 3%;
    width: 100%;
    height: 400px;
}
.logo_footer img{max-width:100%;}
.logo-mobile img {max-width: 100%;}
.imagenContenidoCentrado img{max-width:100%;}