/* diseño,montaje html y front-end UX/UI por Rafael Olea contacto@rafelolea.cl www.rafaelolea.cl */
@import url("font-awesome/css/font-awesome.min.css");
/* icons FontAwesome 4 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.header {
    border-bottom: 1px solid #ddd;
}
.ancho-menu {
    width: 250px !important;
}
.header-contenido {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.menu-header {
    margin-top: 20px;
    width: 100%;
}

.container-fluid {
    padding: 0;
}

.container-fluid .row {
    width: 100%;
    margin: 0 auto;
}

.btn {
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 400;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn-dark {
    background-color: #363739;
    border-color: #363739;
}

.btn-dark:hover {
    background-color: #E00011;
    border-color: #E00011;
}

.btn-danger {
    background-color: #E00011;
    border-color: #E00011;
}

.btn-danger:hover {
    background-color: #000;
    border-color: #000;
}

.btn-info.disabled {
    background-color: #b4bcc2;
    border-color: #b4bcc2;
}

.form-check {
    margin: .5em 0;
}

.form-control {
    font-size: .9em;
    height: 35px;
}

.form-group label {
    font-size: 1em;
}

.form-group label span {
    color: #000;
    font-size: .8em;
}
.carrusel-buttom{
    bottom: 100px;
}
a {
    color: #E00011; display: inline-block;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

p {
    font-weight: 400;
    font-size: .9em;
    color: #666;
    line-height: 25px;
}

p strong {
    font-weight: 500;
    color: #E00011;
}
.logos-header a {margin-right: 10px;}
.logos-header p {display: inline-block; margin-bottom: 5px;}
.footer-derechos {
    border-top: 2px solid #777;
    padding-top: 10px;
}

.text-warning {
    color: #beb7b7 !important;
}

.list-group-item {
    padding: 8px 15px;
    font-size: 1em;
}

.list-group-item.active {
    background-color: #E00011;
    border-color: #E00011;
}

.datos-header {
    display: flex;
    justify-content: flex-end;
}

.datos-header a {
    font-weight: 600;
    margin-left: 5px;
}

.login {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.paginador-center {
    display: flex;
    justify-content: center;
}

.bg-portada {
    background: #fff;
}

.info-portada {
    background: #f8f8f8;
    padding: 50px;
}

.info-portada img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.foto-presidente {
    display: block;
    margin: 10px;
    float: left;
}

.foto-presidente img {
    min-width: 300px;
}

.sec-azul {
    display: flex;
    margin: 0px 0 10px 0;
    justify-content: center;
    background: #08618d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px 20px;
    border: 3px solid #08618d;
    transition: all 300ms;
}

.sec-azul:hover {
    background-color: #0b77b0;
    border: 3px solid #0b77b0;
}

.sec-azul h2 {
    font-size: 18px;
    color: #fff;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
}

.sec-light-blue {
    display: flex;
    margin: 0px 0 10px 0;
    justify-content: center;
    background: #0b8fd7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px 20px;
    border: 3px solid #0b8fd7;
    transition: all 300ms;
}

.sec-light-blue:hover {
    border: 3px solid #0982c4;
    background-color: #0982c4;
}

.sec-light-blue h2 {
    font-size: 18px;
    color: #fff;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
}

.sec-light-grey {
    display: flex;
    margin: 0px 0 10px 0;
    justify-content: center;
    background: #929598;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px 20px;
    border: 3px solid #929598;
    transition: all 300ms;
}

.sec-light-grey:hover {
    border: 3px solid #717375;
    background-color: #717375;
}

.sec-light-grey h2 {
    font-size: 18px;
    color: #fff;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
}

.sec-grey {
    display: flex;
    margin: 0px 0 10px 0;
    justify-content: center;
    background: #403f40;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px 20px;
    border: 3px solid #403f40;
    transition: all 300ms;
}

.sec-grey:hover {
    border: 3px solid #363536;
    background-color: #363536;
}

.sec-grey h2 {
    font-size: 18px;
    color: #fff;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
}

.seccion-amarillo {
    background: #FDD004;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}

.seccion-light-blue {
    background: #0982c4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}

.seccion-light-grey {
    background: #929598;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}

.seccion-grey {
    background: #403f40;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
    color:white;
}

.colores-secciones {
    text-align: center;
    font-size: 14px;
}

.colores-secciones a {color: #fff;}
.colores-secciones a:hover {color: #000;}

.galeria-fotos {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.contenedor-buscar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.contenedor-buscar a {
    color: #000;
    text-decoration: underline;
    display: block;
    margin: 5px 20px;
    padding: 10px;
}

.contenedor-buscar a:hover {
    color: #E00011;
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.contacto-contenedor {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.portada-calendario-listas ul li {
    list-style: none;
    font-size: 14px;
}

.portada-calendario-listas ul li a {
    color: #000;
}

.portada-calendario-listas ul li a:hover {
    color: #888;
}

.portada-calendario-listas ul {
    padding-left: 0;
}

.portada-calendario-listas h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 21px;
}
.center-item{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.cta-contactar {
    margin-top: 30px;
    padding: 20px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #47474c;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.cta-contactar h3 {
    font-size: 25px;
    font-weight: 200;
    color: #fff;
}

.red-emprendedor-buscador {
    max-width: 400px;
    margin: 2em auto;
}

.areas-categorias {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.areas-categorias-vistas h4 {
    font-size: 16px;
    margin: 10px 0;
}

.areas-categorias-vistas h3 {
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.areas-categorias-vistas img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.areas-categorias-vistas img:hover {
    opacity: .7;
}

.areas-categorias a {
    display: block;
    margin: 10px 0;
}

.sedes-aleman a {display: block !important;}

.info-sedes {
    margin-bottom: 15px;
}

.info-sedes h2 {
    font-size: 24px;
}

.info-sedes p {
    margin: 0;
}

.info-sedes p strong {
    color: #000;
}

.slider-estilos h3 {
    font-size: 60px;
}

.slider-estilos p {
    font-size: 20px;
    color: #ffffff;
}

/* Efectos animación imágenes Hover */
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

/* >> HEADER << */
.header {
    padding: 10px 0 20px 0;
}

.h-menu div {
    padding: 0;
}

.container-menu {
    background: #E00011;
    padding: 0;
}

.h-redes-sesion {
    display: flex;
    justify-content: right;
}

.h-logo-menu {
    text-align: center;
}

.h-logotipo img {
    width: 170px;
    height: auto;
    display: inline-block;
}

.h-derecha {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
    justify-content: flex-end;
}

.h-buscar {
    max-width: 250px;
    margin-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.h-buscar {
    background: #fff;
    display: block;
}

.h-buscar .form-control {
    border: none;
}

.h-buscar .btn {
    padding: .4rem .9rem;
    background: #fff;
}

.h-buscar .btn:hover {
    background: #ddd;
}

.h-buscar i {
    font-size: 22px;
    color: #3F434E;
}

.menu-de-productos {
    background: #000;
    height: 50px;
    display: flex;
    align-items: center;
}

.menu-de-productos a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
}

.menu-de-productos a:hover {
    color: #E00011;
    font-weight: 600;
}

.datos-sesion-enlaces {
    margin-right: 10px;
    margin-top: 0;
}

.datos-sesion-enlaces {
    margin-right: 10px;
    margin-top: 0;
}

.datos-sesion-enlaces .btn {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.datos-sesion-enlaces a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.datos-sesion-enlaces a:hover {
    color: #E00011;
}

.datos-sesion {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin-top: 5px;
}

.modal-header {
    display: flex;
    background: #E00011;
    border-bottom: none;
    border-radius: 0;
}

.modal-avisame .modal-header {
    display: inline-block;
}

.modal-avisame .sv-producto-titulo {
    height: auto;
}

/* POP-UP PORTADA */
.pop-up-portada .modal-body {
    padding: 0;
}

.pop-up-portada button.close {
    padding: 10px 15px;
    position: absolute;
    right: 0;
    background: #fff;
}

.card-header {
    padding: 5px;
}

.card-user .card {
    border: none;
    padding: 1em 2em;
    background: #ffffff;
}

.card-user .card-header {
    color: #256aa5;
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: none;
    background: #ffffff;
    font-weight: 500;
}

/* >> BODY << */
.titulos-home {
    margin: 2em 0 1em 0;
    text-align: center;
    background: url(../images/black-line.png) center bottom no-repeat;
    padding-bottom: 10px;
}

.titulos-home h1,
.titulos-home h2 {
    font-size: 35px;
    font-weight: 400;
    color: #000;
}

.titulos-home2 {
    margin: 2em 0;
    text-align: center;
    background: url(../images/black-line.png) center bottom no-repeat;
    padding-bottom: 10px;
}

.titulos-home2 h2 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}

.portada-eventos-detacados {
    color: #000;
    background: #fff;
    margin-bottom: 25px;
    padding: 15px 0;
}

.portada-eventos-detacados p {
    font-size: 20px;
    color: #000;
}

.portada-eventos-detacados a:hover p {
    color: #E00011;
}

.portada-eventos-detacados span {
    color: #000;
    letter-spacing: 3px;
    font-weight: 200;
}

.contenido-portada img {
    margin-bottom: 20px;
}

.contenido-portada h2 {
    font-size: 25px;
    color: #fff;
    margin: 10px 0;
}

.contenido-portada span {
    color: #fff;
    letter-spacing: 3px;
    font-weight: 200;
}

.contenido-portada p {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 200;
}

.contenido-portada p a {
    color: #FDD004;
    text-decoration: none;
}

.contenido-portada p a:hover {
    color: #E00011;
}

.contenido-portada a p {
    color: #fff;
    text-decoration: none;
}

.contenido-portada a:hover p {
    color: #FDD004;
}

.banner-de-portada {
    background: #ddd;
    padding: 30px 0;
}

.fondo-eventos-1 {
    background: #fff url(../images/linea-vertical-roja.jpg) left no-repeat;
}

.fondo-eventos-2 {
    background: #fff url(../images/linea-vertical-negro.jpg) left no-repeat;
}

.fondo-eventos-3 {
    background: #fff url(../images/linea-vertical-amarillo.jpg) left no-repeat;
}

.contenedor-categorias {
    background: #eaeaea;
    padding: 10px 0;
    text-align: center;
}

.categorias-item img {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottom-left: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    display: block;
}

.categorias-item {
    display: inline-block;
    vertical-align: top;
    max-width: 160px;
    margin: 12px;
}

.categorias-item a {
    color: #002367;
}

.categorias-item a:hover {
    color: #256aa5;
}

.categorias-item h3 {
    font-size: .9em;
    font-weight: 600;
    margin: 10px 0;
    height: 30px;
    max-width: 90%;
}

.titulo-interiores {position: relative;}
.titulo-bandera {position:absolute; right: 0;}

.titulo-interiores .breadcrumb {
    margin: 1.5em 0 2.5em 0;
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    padding: 10px;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: .8em;
}

.deportista-destacado {
    background: #E00011;
    color: #fff;
    padding: 15px;
}

.deportista-destacado p {
    color: #fff;
}

.deportista-destacado h3 {
    color: #000;
    font-size: 22px;
}

.calendario-actividades-portada {
    border: 1px solid #eee;
    padding: 25px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.noticia-calendario-portada h4 {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    color: #777;
}

.noticia-calendario-portada p strong {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.noticia-calendario-portada p {
    font-size: 14px;
    margin: 0;
}

.noticia-calendario-portada img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.formas-pago {
    margin-top: 30px;
}

.formas-pago h3 {
    font-size: 15px;
}

.marcas-portada {
    max-width: 80%;
    margin: 0 auto;
}

.servicios-cont {
    margin-top: 15px;
}

.capacitacion-datos {
    background: #f9f9f9;
    padding: 10px;
    text-align: right;
}

.capacitacion-datos h4 {
    margin-top: 1em;
}

.portada-news {
    background: #E00011;
    text-align: center;
}

.portada-news p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.portada-news img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.datos-noticia {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #444;
    margin-bottom: 5px;
}

.datos-noticia span {
    font-size: 15px;
    margin: 0 5px;
}

.seccion-rojo {
    background: #E00011;
    padding:10px;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-marron {
    background: #99433c;
    padding:10px;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-azul{
    background: #08618d;
    padding:10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-purpura{
    background: #544d75;
    padding:10px;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-amarillo{
    background: #fede00;
    padding:10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-verde{
    background: #707c2a;
    padding:10px;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-naranja{
    background: #ff8b37;
    padding:10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-light-blue{
    background: #0982c4;
    padding:10px;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.seccion-light-grey{
    background: #929598;
    padding:10px;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}

.seccion-grey a,
.seccion-rojo a,
.seccion-marron a,
.seccion-azul a,
.seccion-purpura a,
.seccion-amarillo a,
.seccion-verde a,
.seccion-naranja a,
.seccion-light-blue a,
.seccion-light-grey a {
    color:white;
}

.seccion-font-reset {
    padding: 5px 10px;
    font-size: 13px;
}
.card-relevant {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 300ms;
}
.redes h4 {
    font-size: 20px;
}

.contenido-act-portada {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 300ms;
}

.contenido-act-portada img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.contenido-act-portada h2 {
    font-size: 14px;
}

.contenido-act-portada a p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.contenido-act-portada:hover {
    background-color: #f6f6f6;
    cursor: pointer;
    margin-top: -5px;
}
.items-center{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.resultado-busqueda {
    max-width: 500px;
    margin: 1em auto 2em auto;
    display: block;
    padding: 15px 30px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.resultado-busqueda h2 {
    font-size: 1em;
    margin: 0;
}

.resultado-busqueda h2 strong {
    color: #E00011;
}

.resultado-buscar {
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

.resultado-buscar h2 {
    color: #000;
    font-size: 18px;
}

.resultado-buscar a p {
    color: #696d71;
}

.resultado-buscar a:hover p {
    color: #E00011;
}

.campo-facebook {
    margin: 0 auto;
    text-align: center;
}

.menu-responsive {
    display: none;
}

.sub-sub-c label {
    margin-left: 10px;
    font-weight: normal;
}

.noticias-detalle p {
    margin: .8em 0;
}

.noticias-detalle img {
    margin: 1em 0;
}

.noticias-detalle h2 {
    font-weight: 500;
    font-size: 1.8em;
    color: #E00011;
    text-transform: uppercase;
}

.noticias-detalle h4 {
    color: #000;
    margin: 0;
    padding: 0;
}

.noticias-horizontal {
    margin: 0 0 3em 0;
}

.noticias-horizontal h2 {
    color: #E00011;
    font-size: 1.5em;
}
.noticias-horizontal img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.noticias-horizontal-2 {
    margin-bottom: 20px;
}

.noticias-horizontal-2 h2 {
    color: #E00011;
    font-size: 1.4em;
    margin-top: 15px;
}

/* menu BLOG noticias */
.menu-noticias-c a {
    font-size: 1.3em;
    color: #000;
}

.menu-noticias-mini a {
    color: #696d71;
    font-weight: 300;
}

.menu-noticias-mini a:hover {
    color: #000;
}

.menu-noticias-mini a span {
    color: #E00011;
    font-weight: 600;
}

.menu-noticias-mini a:hover span {
    color: #000;
}

.menu-noticias-mini h2 {
    padding: 10px;
    font-size: 1.2em;
    background: #fff;
    color: #000;
}

/* FILTROS */
.ws-tienda-menu-izq {
    width: 21%;
    float: left;
}

.ws-card .custom-control-input:checked~.custom-control-label::before {
    border-color: #2293A2;
    background-color: #2293A2;
}

.ws-card .card {
    border: none;
    margin: 0 8px 0 0;
    color: #909091;
}

.ws-card .card p {
    font-size: .8em;
}

.ws-card .card-header {
    background-color: #fff;
}

.ws-card .card .icon-control {
    color: #909091;
}

.ws-card .card .title {
    color: #2293A2;
    font-size: 1.1em;
    margin-top: 10px;
}

.ws-card .btn {
    padding: 5px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ws-card .card .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ws-card .custom-control-label {
    font-size: .8em;
    color: #000;
}

.ws-card a {
    color: #2293A2;
    font-size: .8em;
}

.ws-card a:hover {
    color: #1e3662;
}

.ws-card-titulo-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 10px;
    padding: 0 10px;
    border-bottom: 1px solid #1e3662;
    padding-bottom: 7px;
}

.ws-card-titulo-menu h2 {
    color: #1e3662;
    font-size: 1em;
    margin: 3px 0 0 0;
    font-weight: 400;
}

.ws-card-titulo-menu img {
    width: 20px;
    height: 20px;
}

.ws-card-titulo {
    display: flex;
    justify-content: space-between;
    margin: 0 10px 10px 10px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.ws-card-titulo h2 {
    color: #000;
    font-size: 1em;
    margin: 3px 0 0 0;
    font-weight: 300;
}

.ws-card-titulo img {
    width: 20px;
    height: 20px;
}


/* MI MENU LATERAL */
.modal-menu i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.modal-menu .modal-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.modal-menu .mofal-body {
    padding: 0 15px;
}

.modal-menu-categorias .modal-body {
    padding: 0;
    margin-top: 10px;
}

.modal-menu-categorias .modal-header {
    padding: 5px 10px;
}

.modal-menu-categorias .modal-header h5 {
    font-size: .8em;
    margin: 10px 0;
}

.modal-menu-categorias .modal-content {
    width: 85% !important;
}

.modal-menu-categorias .modal-header img {
    width: 65px;
    height: auto;
    padding: 5px !important;
}

.modal-menu-categorias .close {
    line-height: 45px;
}

/* MODAL LATERAL IZQUIERDO */
.modal .modal-dialog-aside {
    width: 350px;
    max-width: 80%;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform .2s;
}

.modal .modal-dialog-aside .modal-content {
    height: inherit;
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog-aside .modal-content .modal-body {
    overflow-y: auto;
    background: #fff;
}

.modal.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.modal.fixed-right .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%);
}

.modal.show .modal-dialog-aside {
    transform: translateX(0);
    z-index: 30000;
}

.modal-open .modal {
    z-index: 100000;
}

/* contacto */
.r-form-contacto,
.r-contacto-info {
    padding: 1em 0 4em 0;
}

.r-form-contacto,
.r-contacto-info p {
    margin: 0;
}

.r-form-contacto h2 {
    margin: 1em 0;
    font-size: 1.5em;
    color: #000000;
}

.r-contacto-info h2 {
    margin: 1em 0;
    font-size: 1.5em;
    color: #000000;
}

.r-contacto-info a {
    color: #000;
}

.r-contacto-info a:hover {
    color: #E00011;
}

.r-contacto-info i {
    color: #E00011;
}

.titulo-registro {
    display: block;
    width: 100%;
}

.titulo-registro h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 20px;
    color: #000;
}

.p-list {
    min-width: 200px;
    display: flex;
}

.p-list .form-control {
    height: 30px;
}

.p-paginas a {
    color: #868585;
}

.p-paginas a:hover {
    color: #000000;
}

.p-paginas .page-link {
    padding: 7px 13px;
    font-size: .8em;
}

.nav-tabs .nav-link.active {
    color: #eb0c0c;
    background: #eeee;
}

.tab-portada .nav-tabs .nav-link.active {
    color: #000;
    background: #eee;
}

.tab-portada .nav-tabs .nav-link {
    color: #000;
    background: #fff;
    margin: 0 2px;
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-enviar {
    display: block;
    margin: 1em auto;
}

.btn-enviar a {
    color: #fff;
    padding: 5px 15px;
}

.cuadro-linea {
    border-top: 2px solid #d8d8d8;
    margin-top: 1.5em;
    padding-top: .5em;
}

.cuadro-linea p {
    margin: 0;
}

/* contacto */
.r-form-contacto,
.r-contacto-info {
    padding: 10px 15px;
    background: #ffffff;
}

.r-form-contacto,
.r-contacto-info p {
    margin: 0;
}

.r-form-contacto h2 {
    margin: 1em 0;
    font-size: 1.1em;
    color: #000;
}

.r-contacto-info h2 {
    margin: 1em 0;
    font-size: 1.1em;
    color: #000;
}

/* swiper carrusel */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* CARD */
.card a:hover {
    text-decoration: none;
}

.card .icon-control {
    float: right;
}

/* color: #ddd; */
.card .checkbox-btn input:checked~.btn {
    border-color: #3167eb;
    background-color: #3167eb;
    color: #fff;
}

.card .checkbox-btn {
    position: relative;
}

.card .checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.card .filter-group .card-header {
    border-bottom: 0;
}

.card .filter-group {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 10px;
}

.card .btn-light {
    background-color: #fff;
    border-color: #e4e4e4;
}

.card .title {
    color: #444444;
    text-decoration: none;
}

/* >> FOOTER << */
#footer {
    background: #f5f5f5 url(../images/colores-aleman.jpg) repeat-x top;
    padding: 4em 1em 1em 1em;
}

#footer a {
    color: #000;
    font-size: .9em;
    font-weight: 300;
}

#footer a:hover {
    color: #E00011;
}

#footer p {
    margin: 0;
    font-size: .9em;
    font-weight: 300;
}

#footer ul {
    padding-left: 0;
}

#footer ul li {
    font-weight: 300;
    list-style: none;
    padding-left: 0;
}

#footer h2 {
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-logo {
    display: flex;
}

.footer-derechos {
    border-top: 2px solid #777;
    padding-top: 10px;
}

.footer-derechos p {
    font-size: .9em;
    font-weight: 300 !important;
}

.f-redes a {
    margin-right: 5px;
}

.visual {
    text-align: right;
    margin-top: 20px;
    padding-top: 15px;
}

.visual a {
    color: #000;
    font-size: 12px;
    margin: 1em 0;
}

.visual a:hover {
    color: #E00011;
}

.ws-suscripcion {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}

.ws-suscripcion input {
    margin: 0;
}

.ws-suscripcion .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
}

.ws-suscripcion a:hover {
    color: #000 !important;
}

.ws-suscripcion .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 20px;
}

.ws-suscripcion .btn-danger {
    color: #fff !important;
}

.ws-suscripcion .btn-danger:hover {
    background-color: #000;
    border-color: #000;
    color: #fff !important
}

.datos-footer p {
    color: #fff;
    font-size: 15px;
}

.datos-footer a {
    color: #000;
}

.pag-interiores p strong {
    font-weight: 700;
}

iframe {
    width: 100% !important;
    height: 450px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab-head {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav-item a:focus {
    outline: unset;
}

.nav-item a:hover {
    border: 1px solid #fff !important;
}

.nav-tabs .nav-item {
    font-size: 15px;
}

.nav-item a {
    color: #444 !important;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 18px;
    max-width: 220px;
    text-align: center;
    line-height: 17px;
    height: auto;
}

.nav-item .active {
    color: #256aa5 !important;
    border: none !important;
    border-bottom: 2px solid #f9f9f9 !important;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
}

.nav-item .active:hover {
    border: none !important;
}

.nav-tabs {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 1px;
}

/* >>> >>> MEDIA QUERIES <<< <<< */
@media (max-width: 1400px) {
    .btn {
        font-size: 15px;
        padding: 0.375rem 1rem;
    }

    .sv-f-informacion a img {
        max-width: 200px;
    }

    .sw-footer ul {
        margin-right: 24.5%;
    }

    .sw-footer h2 {
        margin-top: 1em;
    }
}

@media (max-width: 1200px) {
    .banner-de-portada {
        padding: 0;
    }

    .h-buscador {
        margin-top: 15px;
        margin-left: 0;
    }

    .informativo-item {
        height: 100%;
    }

    .nav-tabs .nav-item {
        font-size: 12px;
    }

    .nav-item .active {
        font-size: 12px;
    }
    .slider-estilos h3 {font-size: 40px !important;}

}

@media (max-width: 992px) {
    .h-logo-menu {
        margin-top: 0;
    }

    .sv-header {
        flex-direction: column;
        align-items: center;
    }

    .h-redes-sesion {
        margin: 5px 0;
    }

    .mi-canasta {
        justify-content: center;
    }

    .sw-footer ul {
        margin-right: 15.5%;
    }

    .f-logo-menu img {
        max-width: 300px;
        height: auto;
        margin: 0 auto 1em auto;
        display: inline-block;
    }

    .f-form {
        margin: 0 10px;
    }

    .h-menu-der {
        text-align: center;
    }

    .sv-logo {
        text-align: center;
    }

    .sv-logo img {
        margin: 0 auto;
    }

    .card-user .card {
        padding: 1em;
    }

    .portada-blog {
        height: auto;
    }

    .prod-mod-horiz {
        margin: 0;
    }

    .contenedor-carro {
        margin-top: 10px;
    }

    .f-informacion-item {
        padding: 1em 0;
    }

    .titulos-home h1,
    .titulos-home h2 {
        font-size: 30px;
    }

    .datos-noticia {
        justify-content: flex-start;
        align-items: center;
    }

    .datos-noticia span {
        margin-right: 10px;
    }

    .noticias-horizontal-2 h2 {
        font-size: 17px;
    }

    .slider-estilos h3 {font-size: 30px !important;}
    .carousel-caption {top: 30px;}

    .h-logo { text-align: center;}
    .header-contenido {align-items: center;}
}

@media (max-width: 768px) {
    #header {
        padding: 0;
    }

    .h-derecha {
        justify-content: space-between;
        margin-top: 5px;
    }

    .h-micarro {
        margin: 0 auto;
    }

    .h-buscador {
        margin: 10px auto;
        float: none;
        width: 300px;
    }

    .h-redes-sesion {
        align-items: flex-end;
    }

    .sv-redes {
        display: block;
        float: none;
    }

    .list-group {
        margin-bottom: 2em;
    }

    .h-info-derecha {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
    }

    .datos-sesion {
        text-align: left;
        justify-content: center;
    }

    .datos-sesion a {
        display: inline-block;
    }

    .visual {
        text-align: center;
        margin-top: 10px;
    }

    .p-titulo2 {
        text-align: center;
    }
    .slider-estilos p {font-size: 14px; line-height: 18px;}
}

@media (max-width: 576px) {
    .menu-header {margin-top: 0;}

    .h-contenido {
        flex-direction: column;
        text-align: center;
    }

    .btn {
        font-weight: 500;
    }

    p {
        font-weight: 500;
    }

    .sv-logo img {
        margin: 10px auto;
        display: block;
    }

    .portada-blog {
        flex-direction: column;
    }

    .portada-blog img {
        margin-bottom: 20px;
    }

    .categorias-portada-item {
        max-width: 45%;
        margin: 5px;
    }

    .h-informacion span {
        margin-top: 5px;
        display: inline-block;
    }

    .h-derecha {
        flex-direction: column;
    }

    .h-logo-menu {
        justify-content: center;
    }

    .h-logo-menu a {
        font-weight: 600;
    }

    .h-buscar {
        width: 220px;
        margin-top: 0;
    }

    .datos-header {
        display: none;
    }

    .nav-item a {
        max-width: 100%;
    }

    .nav-tabs .nav-link {
        border: 1px solid #ddd;
    }

    .nav-tabs .nav-link.active {
        font-weight: 500;
        text-transform: uppercase;
    }

    .mi-cuenta-ordenes span {
        display: block;
        width: 110px;
    }

    .tabs-mi-cuenta .nav-item {
        width: 100%;
    }

    .card-body {
        padding: 1em;
    }

    .card-body p {
        font-weight: 500 !important;
    }

    .sv-datos-grupo {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .portfolio-item .item {
        width: 100%;
    }

    .titulo-interiores h1 {
        font-size: 1.2em;
    }

    .titulo-interno h1 {
        font-size: 1.2em;
    }

    .tab-portada .nav-tabs .nav-item {
        width: 100%;
    }

    .tab-portada .nav-tabs .nav-link {
        text-align: center;
    }

    .tab-portada .nav-tabs .nav-link.active {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ddd;
    }

    .sv-e-redes {
        display: block;
    }

    .imagen {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .portada-ofertas-izq {
        margin-right: 0;
    }

    .r-form-contacto,
    .r-contacto-info {
        padding: 1em;
    }

    #footer {
        padding: 1em 0;
    }

    #footer h2 {
        font-weight: 500;
    }

    #footer p {
        font-size: 13px;
        font-weight: 300;
    }

    .visual {
        text-align: center;
        margin-top: 10px;
    }

    .menu-flotante-izq {
        text-align: center;
    }

    .h-buscador {
        margin: 10px auto;
        float: none;
        width: 280px;
    }

    .p-titulo-2 h2 {
        font-size: 1.3em;
        font-weight: 300;
        color: #47474c;
        background: url(../images/line-2.png) center bottom no-repeat;
        padding-bottom: 10px;
        text-align: center;
    }

    .ws-suscripcion .form-control {
        margin-left: 0;
        margin-bottom: 10px;
        min-width: 200px;
    }

    .p-titulo {
        text-align: center;
    }

    .p-titulo h1 {
        font-size: 1.2em;
        padding: 5px 20px 0 0;
    }

    .p-titulo2 h2 {
        font-size: 1.2em;
        padding: 5px 20px 0 20px;
    }

    .p-titulo2 h3 {
        font-size: 1.2em;
        padding: 5px 20px 0 20px;
    }

    .p-titulo3 h2 {
        font-size: 1.2em;
        padding: 5px 20px 0 0;
    }

    .p-titulo h2 {
        font-size: 1.2em;
        padding-top: 5px 20px 0 0;
    }

    .titulo-interiores h1 {
        font-size: 1.2em;
        padding: 5px 20px 0 0;
    }

    .info-portada {
        max-width: 100%;
    }

    .info-portada-item p {
        font-size: 13px;
    }

    .portada-arriendo-vehiculos {
        max-width: 100%;
    }

    .p-titulo2 {
        margin: 1em auto;
    }

    .f-suscripcion p {
        font-size: 13px;
    }

    .f-logotipo {
        margin-bottom: 10px;
    }

    .portada-eventos-detacados p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .ws-suscripcion {
        flex-direction: column;
    }

    .header-contenido {align-items: flex-start;}
    .info-portada {
        background: #f8f8f8;
        padding: 30px 10px;
    }
    .titulos-home h1,
    .titulos-home h2,
    .titulos-home2 h2 {
        font-size:25px;
    }
    .portada-calendario-listas h2, .info-portada h2 {font-size: 25px;}

    .sec-light-grey, .sec-grey, .sec-light-blue, .sec-azul {padding: 10px; margin: 10px 0; -webkit-border-radius: 10px -moz-border-radius: 10px; border-radius: 10px;}
}
