@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: "Pirulen";
    src: url('fonts/pirulen/pirulen.ttf') format("truetype");
}
a{
    color: #ce1514;
}
a:hover, 
a:visited, 
a:link, 
a:active { 
    text-decoration: none;
}

p{
    text-align: justify; 
    font-size: 16px; 
    font-family: 'Open Sans'; 
    font-weight: 400; 
    color:#585858;
}

body{ 
    font-family: 'Open Sans'; 
    font-weight: 400; 
    color:#585858;
}


h1.h1 {
    color: #333333;
    font-size: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    line-height: 37px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 18px;
}

.caja.caja_h1{
    margin-bottom: 18px;
}

h2.h2{
    color: #333333;
    font-size: 40px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
}

.destacado h2.h2{
    color: #fff;
    font-size: 55px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 16px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


/* - -- - -- - -- - -- - -- 
-- - Estilo compartido - --
- -- - -- - -- - -- - -- - */

.caja_pretitulo{
    margin-bottom: 0px;	
}

.pretitulo {
    color: #e50e1c;
    font-size: 22px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 6px;
    line-height: 28px;
    margin-bottom: 0px;
}
.caja.fondo_boton{
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 0;
    width: 274px;
}
#zona_privada_adorno{
    margin: auto;
    width: 212px;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    color: #ebe35e;
}
#zona_privada_adorno img{
    height: 20px;
    margin-right: 5px;
}
.navbar-collapse{
    padding-right: 0;
    padding-left: 0;
}
.texto_cabecera {
    margin-left: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.dropdown-menu.inner>.active>a, .dropdown-menu.inner>.active>a:focus, .dropdown-menu.inner>.active>a:hover {
    color: #f4f445;
    text-decoration: none;
    background-color: #ce1514;
    outline: 0;
}
.dropdown-menu.inner>li>a:focus, .dropdown-menu.inner>li>a:hover {
    color: #f4f445;
    background-color: transparent;
}
.linea_degradado{
    width: 100%;
    height: 2px;
    background: rgb(208,41,47);
    background: -moz-linear-gradient(left,  rgba(208,41,47,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(208,41,47,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(208,41,47,1) 0%,rgba(255,255,255,1) 100%);
}

.actividad .linea_degradado{
    background: -moz-linear-gradient(left,  rgba(208,41,47,0.5) 0%, rgba(208,41,47,0.5) 1%, rgba(208,41,47,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(208,41,47,0.5) 0%,rgba(208,41,47,0.5) 1%,rgba(208,41,47,1) 100%);
    background: linear-gradient(to right,  rgba(208,41,47,0.5) 0%,rgba(208,41,47,0.5) 1%,rgba(208,41,47,1) 100%);
}

.actividad.actividad_replica .linea_degradado{
    background: -moz-linear-gradient(left,  rgba(208,41,47,1) 0%, rgba(208,41,47,0.5) 100%);
    background: -webkit-linear-gradient(left,  rgba(208,41,47,1) 0%,rgba(208,41,47,0.5) 100%);
    background: linear-gradient(to right,  rgba(208,41,47,1) 0%,rgba(208,41,47,0.5) 100%);
}

.relleno{
    height: 2px;
    width: calc((100vw - 1140px)/2);
    position: absolute;
    top: 0px;
}

.actividad .relleno{
    background: -moz-linear-gradient(left,  rgba(208,41,47,0) 0%, rgba(208,41,47,0.5) 100%);
    background: -webkit-linear-gradient(left,  rgba(208,41,47,0) 0%,rgba(208,41,47,0.5) 100%);
    background: linear-gradient(to right,  rgba(208,41,47,0) 0%,rgba(208,41,47,0.5) 100%);
    right: 100%;
}

.actividad.actividad_replica .relleno{
    background: -moz-linear-gradient(left,  rgba(208,41,47,0.5) 0%, rgba(208,41,47,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(208,41,47,0.5) 0%,rgba(208,41,47,0) 100%);
    background: linear-gradient(to right,  rgba(208,41,47,0.5) 0%,rgba(208,41,47,0) 100%);
    left: 100%;
}

/* - -- - -- - -- - -- - -- 
-- - Estilo botones - --
- -- - -- - -- - -- - -- - */
/* Original */
.boton .btn{
    width: 200px;
    height: 55px;
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 14px;
    background: #2a3793;
}

.actividad_replica .boton .btn{
    background: #d0292f;
}

/*
.boton.color_blanco {
text-align: center;
}

.boton.color_blanco .btn{
color: #fff;
border: 1px solid #fff;
}
*/


.destacado .boton {
    text-align: center;
}


.destacado .boton .btn {
    width: 370px;
    height: 80px;
    background-color: #ffffff;
    color: #2a3793;
}


/* Botón Menú */
.navbar .boton{
    margin-left: 34px;  
    position: relative;
    z-index: 30;
}

.boton .btn img{
    height: 22px;
    margin-right: 10px;
}

.barra_reducida .boton .btn img{
    height: 22px;
    margin-right: 10px;
}

.boton.boton_menu .btn {
    width: 166px;
    height: 48px;
    color: #2a3793;
    background: #fff;
    border: 0px solid #fff;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    text-transform: none;
    font-weight: 400;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 28px;
}

.boton.boton_menu.dropdown .btn {
    width: 85%;
    height: 48px;
    color: #2a3793;
    background: #fff;
    border: 0px solid #fff;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    text-transform: none;
    font-weight: 400;
    border-radius: 10px;
    margin: 0;
}

.boton.boton_menu .btn.amarillo {
    background: #f4f445;
}

/*
.barra_reducida .boton.boton_menu .btn {
width: 166px;
height: 48px;
}
*/
/* Botón Parallax */
.zona_destacado .boton.boton_menu .btn {
    width: 405px;
    height: 48px;
}


.zona_destacado .boton .btn img {
    height: 25px;
}

/* Efecto del botón - Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    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);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d0292f;
    border-radius: 14px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.boton.boton_menu .hvr-shutter-out-horizontal:before {
    border-radius: 10px;
    background: rgba(42, 55, 147, 0.3);
}

.actividad_replica .boton .btn.hvr-shutter-out-horizontal:before{
    background: #2a3793;
}

.destacado .boton .btn.hvr-shutter-out-horizontal:before{
    background: #ebe35e;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus, 
.hvr-shutter-out-horizontal:active {
    color: #fff !important;
}

.hvr-shutter-out-horizontal:hover:before, 
.hvr-shutter-out-horizontal:focus:before, 
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* - -- - -- - -- - -- - -- 
-- - Fin Estilo botones - --
- -- - -- - -- - -- - -- - */



/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}



.separa-5{
    height: 5px;
}

.separa-10{
    height: 10px;
}

.separa-20{
    height: 20px;
}

.separa-40{
    height: 40px;
}

.separa-30{
    height: 30px;
}

.separa-50{
    height: 50px;
}


.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.centrado{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.centrado.izquierda{
    justify-content: flex-start;
}

.centrado.derecha{
    justify-content: flex-end;
}

.animacion{
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.limitar_1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_7{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.caja{
    overflow: hidden;
}



/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.barra_ampliada{ 
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1000;
    top: 0;
}

.barra_reducida{ 
    position: fixed;
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1000;
    top: 0;
}

.navbar-fixed-top {
    background-color: rgb(0 0 0 / 80%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.barra_reducida .navbar-fixed-top {
    background-color: transparent;
}

.barra_reducida .navbar-fixed-top {
    transform: translateY(0px);
}


/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.total_menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
}

.total_menu .container-fluid {
    padding: 0px;
}

.forma_header {
    position: relative;
    top: 0px;
    left: calc(100% - 274px);
    height: 126px;
    z-index: 1;
}

.barra_reducida .forma_header {
    top: -10px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    left: calc(100% - 284px);
}

/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.fondo_amarillo_logo{
    height: 155px;
    top: 0px;
    position: absolute;
    right: calc(100% - 505px);
    z-index: 1;
}

.barra_reducida .fondo_amarillo_logo {
    top: -10px;
    right: calc(100% - 515px);
}

.fondo_logo {
    height: 156px;
    top: 0px;
    position: absolute;
    right: calc(100% - 494px);
    z-index: 2;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}

.barra_reducida .fondo_logo {
    top: -10px;
    right: calc(100% - 504px);
}

/* -- -- -- Menu Principal -- -- -- -- */
.navbar {
    border-radius: 12px;
    border: 0;
    background-color: #2a3793;
    position: relative;
    top: 0;
    margin: 0;
    border-radius: 0px;
    border-bottom: 1px solid white;
    padding: 0;
}

.navbar-right {
    margin-right: -0px;
}

.navbar-default .navbar-brand {
    color: #777;
    padding: 0px;
}

.navbar-brand>img {
    height: 70px;
    left: 36px;
    top: 26px;
    z-index: 3;
    position: relative;
}

.barra_reducida .navbar-brand>img {
    height: 65px;
    left: 46px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    padding: 47px 25px 36px;
    margin: 0 0px 9px;
}

.barra_reducida .navbar-default .navbar-nav>li>a {
    padding: 42px 25px 31px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
}

/* Underline From Center */
.menu_principal .navbar-nav>li>a.hover-center,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center {
    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);
    position: relative;
    overflow: hidden;
}
.boton.boton_menu li>a.hover-center,
.boton.boton_menu li.dropdown li>a.hover-center {
    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);
    position: relative;
    overflow: hidden;
}

.menu_principal .navbar-nav>li>a.hover-center:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ffffff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.boton.boton_menu li>a.hover-center:before,
.boton.boton_menu li.dropdown li>a.hover-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ffffff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.menu_principal .navbar-nav>li.dropdown li>a.hover-center:before {
    background: #ffffff
}
.boton.boton_menu li.dropdown li>a.hover-center:before {
    background: #ffffff
}

.menu_principal .navbar-nav>li>a.hover-center:hover, 
.menu_principal .navbar-nav>li>a.hover-center:focus,
.menu_principal .navbar-nav>li>a.hover-center:active,
.menu_principal .navbar-nav>li.active .hover-center,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center:hover,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center:focus,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center:active {
    color: white;
}

.menu_principal .navbar-nav>li>a.hover-center:hover:before, 
.menu_principal .navbar-nav>li>a.hover-center:focus:before, 
.menu_principal .navbar-nav>li>a.hover-center:active:before,
.menu_principal .navbar-nav>li.active .hover-center:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center:hover:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center:focus:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-center:active:before {
    left: 0;
    right: 0;
}

.menu_principal .navbar-nav>li.active .hover-center:before{
    left: 0;
    right: 0;
}
.boton.boton_menu li>a.hover-center:hover, 
.boton.boton_menu li>a.hover-center:focus,
.boton.boton_menu li>a.hover-center:active,
.boton.boton_menu li.active .hover-center,
.boton.boton_menu li.dropdown li>a.hover-center:hover,
.boton.boton_menu li.dropdown li>a.hover-center:focus,
.boton.boton_menuli.dropdown li>a.hover-center:active {
    color: white;
}

.boton.boton_menu li>a.hover-center:hover:before, 
.boton.boton_menu li>a.hover-center:focus:before, 
.boton.boton_menu li>a.hover-center:active:before,
.boton.boton_menu li.active .hover-center:before,
.boton.boton_menu li.dropdown li>a.hover-center:hover:before,
.boton.boton_menu li.dropdown li>a.hover-center:focus:before,
.boton.boton_menu li.dropdown li>a.hover-center:active:before {
    left: 0;
    right: 0;
}

.boton.boton_menu>li.active .hover-center:before{
    left: 0;
    right: 0;
}

/* menu desplegable */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu {
    top: calc(100% - 0px);
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-transform: none;
    font-family: 'Cairo', sans-serif;
    background-color: #2a3793;
    border: 0;
    border-radius: 4px;
}

.dropdown-menu>li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.dropdown-menu>li:last-child {
    border-bottom: 0px dotted #cfcfcf;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    width: 100%;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #1f1f1f;
    background-color: transparent;
}
/* fin menu desplegable */




/* -- -- -- Section banner -- -- -- */
#banner-slider ul{
    padding: 0;
    margin: 0;
}

.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 100%);
    z-index: 1;

}

.superpuesto .container {
    height: 100%;

}

.banner {
    width: 100%;
    height: 770px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 770px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.caja_magica_banner{
    position: absolute;
    width: calc(100% + 20px);
    bottom: -1px;
    left: -10px;
    overflow: hidden;
    z-index: 2;
}


.simbolo_banner {
    position: absolute;
    right: 0px;
    z-index: 0;
    height: 100%;
    left: calc(100% - 100px);
}

/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 112px;
    padding-bottom: 80px;
}

.texto_banner>div {
    width: 900px;
}

.texto_banner p {
    color: #fff;
    font-size: 65px;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 0px;
}

/* -- -- -- fin Section banner -- -- -- */








/* -- -- -- Blog -- -- -- */
.noticias_portada{
    margin-top: 110px;
    margin-bottom: 140px;
}

.noticias_portada .container{
    padding: 0px;	
}

/*
.caja_magica_noticia {
position: absolute;
width: 100%;
bottom: calc(100% - 1px);
left: 0px;
border: 1px solid red; 
overflow: hidden;
z-index: 2;
}

.caja_magica_noticia .imagen_noticia_magica {
position: relative;
top: 0px;
left: -10px;
z-index: 2;
width: calc(100% + 20px);
}
*/

.noticias_portada .row{
    padding-top: 60px;
    margin-right: -18px;
    margin-left: -18px;
}


.noticias_portada .row>div{
    /*	border: 1px solid red;*/
    padding: 0 18px;
}

.noticias_portada .row>div>div{
    padding: 0px;
}

.noticias_portada .col_superior,
.noticias_portada .col_inferior{
    padding: 0px;
    height: 197px;
}

.noticias_portada .col_superior .caja_entrada.caja_entrada{
    margin-bottom: 22px;
}

.noticias_portada .col_inferior .caja_entrada.caja_entrada{
    margin-top: 44px;
}

.caja_entrada {
    /* background-color: #ffffff; */
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #dfdddd;
    /*
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    */
    margin: 16px 0px;
}

.caja_entrada:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.padre_imagen_noticia {
    width: 100%;
    height: 240px;
}

.caja_entrada_enorme .padre_imagen_noticia {
    height: 604px;
}

.imagen_noticia{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cartel {
    width: 112px;
    height: 30px;
    background-color: #d0292f;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0px;
    z-index: 5;
}

.cartel p{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.caja_entrada .linea_degradado{
    position: absolute;
    top: 0px;
    background: -moz-linear-gradient(left,  rgba(208,41,47,1) 0%, rgba(208,41,47,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(208,41,47,1) 0%,rgba(208,41,47,0.99) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(208,41,47,1) 0%,rgba(208,41,47,0.99) 1%,rgba(255,255,255,0) 100%);
}

/*
.padre_imagen_noticia .imagen_noticia:after {
content: "";
padding-top: 73%;
display: block;
}
*/

/* Shine */
.padre_imagen_noticia {
    position: relative;
}
.shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.caja_entrada:hover .shine::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.caja_entrada .informacion{
    background-color: #ffffff;
}

.informacion .padding {
    padding: 24px 20px 24px;
    height: 125px;
}

.caja_entrada_enorme .informacion .padding {
    padding: 26px 28px 25px;
}

.informacion .titular {
    color: #232323;
    font-size: 21px;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: left;
}

.caja_entrada_enorme .informacion .titular {
    font-size: 40px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 0px;
    text-align: left;
}

.fecha_edicion{
    height: 35px;
    background-color: #fefef6;
}

.fecha_edicion img{
    height: 15px;
    margin-right: 7px;
}

.fecha_imagen {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    justify-content: flex-end;
    padding-right: 16px;
}

.fecha_imagen p{
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}


.caja_entrada:hover .fondo_color{
    transform: translateY(0%);
}

.caja_entrada:hover .boton .btn{
    color: #fff!important;
}

/* -- -- -- Fin Blog -- -- -- */





/* -- -- --  Actividad -- -- -- */
.actividad{
    background-color: #f4f5fb;
    padding-top: 110px;
    padding-bottom: 110px;
}

.actividad.actividad_replica{
    background-color: #fff;
    padding-top: 170px;
    padding-bottom: 210px;
}

.rectangulo_gris {
    margin-right: 82px;
    width: calc(100% + 119px);
    height: 300px;
    height: 50px;
    background-color: #f4f5fb;
    transform: rotate(-1deg);
    left: -31px;
    position: relative;
    position: absolute;
    bottom: calc(100% - 25px);
    z-index: -1;
}

.actividad .row>div{
    /*	padding: 0 0px;*/
}

.texto_actividad{
    margin-right: 60px;	
    margin-top: 40px;
}

.actividad_replica .texto_actividad{
    margin-right: 0px;	
    margin-left: 60px;
    margin-top: 0px;
}

.informacion_actividad{
    margin-bottom: 28px;
}

.actividad .informacion {
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 24px;
}

.cuadro_servicios{
    height: 250px;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 36px;
}

.actividad .row>div .cuadro_servicios:last-child{
    margin-bottom: 0px;
}

.actividad .padre_imagen{
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    right: 0px;
    border-radius: 24px;
}

.actividad.actividad_replica .padre_imagen{
    width: 500px;
    height: 440px;
    border-radius: 40px;
    -webkit-transform: skew(-4deg);
    -moz-transform: skew(-4deg);
    -ms-transform: skew(-4deg);
    -o-transform: skew(-4deg);
    transform: skew(-4deg);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.actividad .padre_imagen .imagen {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.actividad.actividad_replica .padre_imagen .imagen {
    width: calc(100% + 100px);
    left: -50px;
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -ms-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
    position: absolute;
}

.texto_imagen_actividad{
    width: 100%;
    height: 100%;
    background-color: rgba(208, 41, 47, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
}

.texto_imagen_actividad .padding {
    height: 100%;
    width: 100%;
    padding: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.texto_imagen_actividad p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
}

.texto_imagen_actividad p.aparece{
    opacity: 0;
}

.caja_informacion{
    height: 40px;
    overflow: hidden;
}

.texto_imagen_actividad p.titulo{
    font-size: 40px;
    margin-bottom: 8px;
}

.cuadro_servicios:hover .texto_imagen_actividad{
    background-color: rgba(208, 41, 47, 0.75);
}

.cuadro_servicios:hover .padre_imagen .imagen{
    filter: blur(4px);
}

.cuadro_servicios:hover .desaparece{
    opacity: 0;
    height: 0px;
}

.cuadro_servicios:hover .aparece{
    opacity: 1;
}

.cuadro_servicios:hover .caja_informacion{
    height: 100px;
}


.forma_pintadera {
    height: 214px;
    position: absolute;
    top: calc(100% - 170px);
    right: calc(100% - 135px);
}


/* -- -- -- fin Actividad -- -- -- */





/* -.- Descargar -.- */
.destacado{
    /*    border-bottom: 8px solid #79ae8d;*/
}

.caja_magica_parallax{
    position: absolute;
    width: calc(100% + 20px);
    top: -1px;
    left: -10px;
    overflow: hidden;
    z-index: 2;
}


.destacado .fondo{
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.filtro_azul {
    height: 100%;
    width: 100%;
    background-color: #2a3793;
    position: absolute;
    top: 0px;
    opacity: 0.70;
}

.simbolo_emalsa {
    position: absolute;
    bottom: 0px;
    right: calc(100% - 200px);
    height: 100%;
}

.caja_contenido {
    position: relative;
    overflow: hidden;
}

.texto_destacado{
    position: relative;
    z-index: 2;
}

.texto_destacado .padding {
    padding: 200px 90px 150px;
}

.texto_destacado p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.caja_destacado{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.forma_destacado_inferior {
    position: absolute;
    top: -2px;
    left: -20px;
    z-index: 2;
    width: calc(100% + 40px);
}

/* -- -- -- fin zona destacada -- -- -- */



/* FOOTER */

footer{
    background-color: #2a3793;
}

footer .container{
    text-align: left;
}

.caja_magica_footer{
    position: absolute;
    width: calc(100% + 20px);
    top: -1px;
    left: -10px;
    overflow: hidden;
    z-index: 2;
}


.cajon_imagen_fondo{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -124px;
    left: 0px;
}

.padre_imagen_fondo {
    height: 100%;
    width: 100%;
    opacity: 0.06;
}

.padre_imagen_fondo .forma_pie{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



footer .pie_superior_info {
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.pie_superior{
    z-index: 2;
    padding-top: 140px;
    padding-bottom: 50px;
}

.logo_pie{
    margin-bottom: 25px;
}

.logo_pie img {
    height: 55px;
}

.resumen_pie {
    width: 375px;
}

.resumen_pie p{
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}


.sedes {
    width: 270px;
}

.menu_vertical a,
.menu_vertical a p,
.menu_vertical p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
}

.cuadro_azul{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #000f73;
    margin-right: 20px;
}

.icono_con_texto img{
    height: 28px;
}

.icono_con_texto a:hover img{
    transform: scale(1.2);
}


.icono_con_texto {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
}

.sedes .icono_con_texto:last-child {
    margin-bottom: 0;
}


.menu_pie p, 
.menu_pie p a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    padding: 22px 0;
    line-height: 28px;

}

.menu_pie p a:active,
.menu_pie p a:hover{
    color: #ebe35e;
}


.final{
    z-index: 2;
}

.final  .forma_final{
    position: absolute;
    top: 0px;
    left: 0px;
    /*    z-index: 2;*/
}

.pie_inferior{
    background-color: #000f73;
}

.pie_inferior .centrado  {
    width: 100%;
}

.copi,
.desarrollo,
.desarrollo a{
    color: #93a0fc;
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
    margin: 19px 0px;
    padding: 0 20px;
}

.copi{
    font-weight: 300;
}

.desarrollo a:hover{
    color: #fff;
}

.menu_pie p a,
.desarrollo a{
    margin: 0;
    padding: 0;
}




.saber_mas .boton .btn {
    height: auto;
    width: 100%;
    font-size: 16px;
    white-space: initial;
    text-align: center;
    padding: 15px;
}





/*-- manto movil --*/
#manto-movil {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

#manto-movil.toogled {
    z-index: 30;
}
/*********************************
*            INTERIORES          *
*********************************/

.interiores {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
}

.textaco img{max-width: 100%;}

#swipebox-overlay {
    background: #0d0d0ddb;
}
#swipebox-bottom-bar, #swipebox-top-bar{
    background: transparent;
}
.ug-lightbox .ug-lightbox-overlay{background: #0d0d0ddb;}
/*Detalle producto*/
.breadcrumb>li {
    font-size: 13px;
}
.tag_option{margin: 5px;color: #000}
.tag-circle{
    height: 42px;width: 42px;border-radius: 100%;display: inline-block;justify-content: center;align-items: center;border: 2px solid #fff;overflow: hidden; border: 2px solid #f5f5f5;
}

.tag-circle img{height: 40px;width: 40px;border-radius: 40px; object-fit: contain;}

.tag_bloque{
    height: 40px;width: 70px;display: inline-flex;background-color: #f5f5f5;justify-content: center;align-items: center
}

.tag-circle.active{
    border: 2px solid #000;
}

.tag_bloque.active{background-color: #2a3793;}
.tag_option.active a{color: #fff;}

.foto_principal .imagen{width: 100%;background-position: center;background-size: contain;background-repeat: no-repeat;border: 1px solid #f5f5f5}
.foto_principal.mini .imagen{height: 444px; background-size: cover;}

.foto_principal .lupa{
    position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;transition: 300ms all linear;color: #fff;font-size: 40px
}

.foto_principal .lupa:hover{
    opacity: 1;
}

.quantity{
    border: 2px solid #2a3793;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label{
    display: inline-block;
    padding: 0 20px;
    color: #ce1514;
}

.quantity-controls .fa{
    color: #ce1514;
}

.quantity-controls{
    display: inline-block;
    position: relative;
}

.quantity-controls span{
    color: #888;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 26px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;

    color: #171717;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.quantity-controls span.right{
    right: 0;
    text-align: left;
}

#productos>div {
    padding-right: 23px;
    padding-left: 23px;
}

#cantidad{
    border: 0;
    font-family: inherit;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    margin: 0 26px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 40px;
    -webkit-appearance: none;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.otros_productos h2, .otros_productos h3{color: #2a3793; font-weight: 500;font-family: 'Oswald', sans-serif;}

.botones_carro{
    width: calc( 100% - 225px );
    float: right;
}
.botones_carro.grande{width: 100%;}

.btn_love img{height: 30px;width: 30px}

.btn-filtro{height: 34px; width: 100%; margin-bottom: 15px; border-radius: 4px;}

.botones_carro .btn-tam{height: 52px; width: 100%;}
transform: translateY(-10px);
}

.descarga.uno:hover .btn{
    color: #fff;
    background-color: #ce1514;
}

.descarga.dos:hover .btn{
    color: #ce1514;
    background-color: #e8d6fb;
}
.mayorista{
    color: #ce1514;background-color: #e8d6fb;border: 2px solid #ce1514;padding: 16px 14px;
    text-align: center;font-weight: 600;
}
.btn-corporativo{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 14px;
    background-color: #2a3793;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-lg.btn-corporativo{
    padding: 18px 30px;

}
.btn-corporativo .btn-carro_portada img{height: 20px;width: 20px;margin-right: 15px;border-radius: 0;}
.btn-comprar{border: 0;}

.btn-grandotes{padding: 15px}
.btn-corporativo2{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 14px;
    background-color: #2a3793;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px}
.btn-corporativo3{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 14px;
    background-color: #2a3793;
    display: inline-flex;
    justify-content: center;
    align-items: center;}
/*MENU VIEJO
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
width: 213px;
left: -15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
background-color: rgb(255 255 255 / 10%);
border-radius: 14px;
}
*/
/*
.btn-corporativo:hover, .btn-corporativo:focus, .btn-corporativo:active{background-color: #5c5b5b;color: #fff}

.btn-corporativo2:hover, .btn-corporativo2:focus, .btn-corporativo2:active{background-color: #5c5b5b;color: #fff}
.btn-corporativo3:hover, .btn-corporativo3:focus, .btn-corporativo3:active{background-color: #5c5b5b;color: #fff}
*/
.desactivado{
    opacity: 0.6;
}
.acceso a{
    color: #fff;
}
.lista_productos .btn_love img, .bienvenida .btn_love img{
    filter: brightness(0) invert(1);
    height: 22px;
    width: 22px;
}

.left .caja_redes a{
    width: 45px;
    height: 45px;
}
.btn-corp{background-color: #2a3793;color: #fff !important; border: 0;}

.btn-default-formulario{background-color: #c6c6c6;color: #fff !important}

.nav-botones{border: none;}

.nav-botones>li>a{
    background-color: #fff;border-radius: 0px;margin: 0px 10px;color: #78c74a;border: 2px solid #2a3793;
}

.nav-botones>li>a:focus, .nav-botones>li>a:hover{
    background-color: #f5f5f5;color: #78c74a;border: 2px solid #2a3793;
}

.nav-botones>li.active>a, .nav-botones>li.active>a:focus, .nav-botones>li.active>a:hover{
    background-color: #2a3793;color: #fff;border: 2px solid #2a3793;
}

h1#title_prod{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #2a3793;
    font-size: 24px;margin-top: 0px
}
h3.categoria{
    font-size: 18px;text-transform: uppercase;font-weight: 300;
    font-family: 'Poppins', sans-serif;margin-top: 0px
}

span.precio{font-size: 24px;font-family: 'Open Sans',sans-serif;color: #2a3793;font-weight: 400}

.titulotag{font-weight: 400}

.videos_responsive{
    width: 600px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;}

ul.columnas-detalle{
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.otras_fotos .imagen{
    height: 150px;width: 100%;background-size: cover;background-position: center;
}

.breadcrumb{margin: 0;background-color: transparent}
.breadcrumb li a{text-transform: capitalize;color: #000}

.precios .tachado{text-decoration-line: line-through;}

/***PROGRAMAS***/
/*
.cabecera {
background-color: #78c74a;
border: solid 0px #fff;
color: #fff;
padding: 5px;
font-size: 14px;
}
*/

.fila1 {
    background-color: #d9ebd9;
    border: solid 2px #fff;
    padding: 8px;
}

.fila2 {
    background-color: #fff;
    border: solid 2px #fff;
    padding: 8px;
}

.mini_icono_text {
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.lista_productos .fa{    color: #ce1514;}

.mini_icono_text .fa-download{
    color: #ce1514;
}


.fecha_archivos{
    font-size: 14px;margin: 5px;   
}

.elementos_desc>div:nth-child(even){ background-color: #d9ebd9 }
.elementos_desc .text_content {margin: 10px 0px}
.elementos_desc .text_content p {margin: 0px}
.elementos_desc p.fecha_archivos {text-align: center}
/**************************
SWIPEBOX
**************************/

.cuadro_fotos{
    padding-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal{background-color:#fff;margin-bottom:15px}
.cuadro_fotos .galeria{padding:30px 15px;background-color:#3b3b3b}
.swipebox .imagen{width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}
/*.swipebox .imagen:after{content:'';padding-top:66.66%;display:block}*/
.swipebox .imagen:after{content:'';padding-top:100%;display:block}
/*.padre_imagen .imagen{content:'';padding-top:100%;display:block}*/
.btn-precio{padding:0}
.foto_color .imagen{float:left;height:75px;width:75px;background-size:contain;background-position:center;background-repeat:no-repeat;margin:0 15px 30px 0}

.swipebox .imagen.secundaria{    background-size: contain; border: 1px solid #f5f5f5;}

.zona_galeria_mini .bx-wrapper .bx-prev { left: -45px; }
.zona_galeria_mini .bx-wrapper .bx-next { right: -45px; }
.bx-wrapper .bx-controls-direction a{z-index: 1000;}


/*DOCUMENTO INTERNOS*/

.cabecera {
    background-color: #2a3793;
    border: solid 0px #fff;
    color: #fff;
    padding: 15px;
    font-size: 14px;
}

.fila1 {
    background-color: #f3f3f3;
    border: solid 2px #fff;
    padding: 8px;
}

.fila2 {
    background-color: #fff;
    border: solid 2px #fff;
    padding: 8px;
}

.mini_icono_text {
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


/*
.lista_productos .fa{    color: #626262;}

.mini_icono_text .fa-download{
color: #1E2976;
}
*/

/* CUESTIONARIO */
div.card-header{
    background-color: #2a3793;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}

.card-body h4, .h4 {
    font-size: 22px;
}

.card-title{
    font-size: 18px;
}

input[name^="respuesta"]{
    opacity: 0;
    height: 0;
    pointer-events: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px;
    vertical-align: top;
    border-top: 1px solid #ecf0f1;

}

.fecha_archivos{
    font-size: 14px;margin: 5px;   
}

.elementos_desc>div:nth-child(even){ background-color: #ebe35e3b }
.elementos_desc .text_content {margin: 10px 0px}
.elementos_desc .text_content p {margin: 0px}
.elementos_desc p.fecha_archivos {text-align: center}

.cabecera div{
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
/**************************
NUEVA CESTA
**************************/

#cesta .articulo .padding{padding-right: 30px}

.resumen-cesta{padding: 20px}
.resumen-cesta .ancho-resumen{}
.resumen-cesta .label-resumen{float: right}
.resumen-cesta .label-resumen .cesta-bono{font-size: 24px;margin-right: 10px}
.resumen-cesta .label-resumen .precio_descuento{font-size: 24px;margin-left: 10px}
.resumen-cesta .label-resumen .bigger{font-size: 24px;}

.resumen-cesta .label-resumen p{margin: 0}

.resumen-cesta .aplicar_codigo{height: 52px;border-radius: 0;border-right: none}
.resumen-cesta .input-group-btn{border: 1px solid #ccc;border-radius: 0;border-left: none}
.resumen-cesta .btn-codigo{color:#fff;border:2px solid #fff;height:48px;cursor:pointer;display:flex;min-width:48px;align-items:center;justify-content:center;background-color:#2a3793}

#gastos .radio, #gastos label{margin: 0}
#gastos label{display: flex;align-items: center;justify-content: flex-start}
#gastos .radio .colocar{width: 0px;margin-bottom: 5px}
.marco-gasto{border: 1px solid #ccc;margin-bottom: 10px;padding: 10px 0px}

.resumen-total strong{text-transform: uppercase;position: relative;top: 10px;}

.metodos-pago .radio-inline{font-size: 18px;margin-left: 20px;}
.btn-borrartodo {border-radius: 0px;background-color: #ce1514;color: #fff!important}

.swal2-popup {font-size: 1.6rem !important;}

.condiciones a{color: #000}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia, .titulo-contenido{text-align: left;color: #505050;text-transform: uppercase;font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 400;margin-top: 0;}

.titulo-contenido{color: #000;}
.tipografia i{color: #ce1514}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: #fefef6;}
.listado li a, .listado li.alt a{font-size: 13px;font-family: 'Lato', sans-serif;font-weight: 300;}
.listado li.alt {background-color: transparent;}
.listado li.alt a {color: #000;text-decoration: none;}
.listado a {color: #000;text-decoration: none;}
.listado a:hover, .listado li.alt a:hover {color: #ce1514;text-decoration: none;}

.btn-gris{ color: #333; background-color: #fafafa}
.btn-gris:hover, .btn-gris:focus, .btn-gris:active{color: #333; background-color: #dedede}


/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul{list-style:none;padding:0}
.bloque_imagen_lista i{color:#ce1514}
.bloque_cabecera .bloque_titulo{background-color:#2a3793;padding:15px}
.bloque_cabecera .bloque_interior{background-color:#fefef6;padding:30px 15px}
.bloque_cabecera .bloque_titulo h3{margin:0;color:#fff;text-transform:uppercase;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_cabecera .imagen{width:100%}
.bloque_cabecera h4{text-transform:uppercase;font-size:22px;font-family:'Oswald',sans-serif;color:#313131}
.bloque_cabecera .texto{font-size:18px;font-weight:300}
.bloque_imagen_lista .imagen{width:100%;max-height:350px;object-fit:cover;margin-bottom:30px}
.bloque_imagen_lista h4{text-transform:uppercase;margin:0;margin-bottom:10px;font-family:'Oswald',sans-serif;color:#2a3793;font-size:22px}
.bloque_puntos ul{margin:0;padding:0;list-style:none}
.bloque_puntos ul li{margin-bottom:15px}
.bloque_puntos ul li>p>.fa{font-size:20px;color:#ce1514}
.bloque_contenido .titulo{background-color:#2a3793;padding:15px 10px}
.bloque_contenido .titulo h4{color:#fff;margin:0;text-transform:uppercase;font-size:16px;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_contenido .bloque{padding:0 10px}
.bloque_desplegable .fondo,.bloque_documentos .fondo{background-color:#fefef6;padding:20px;margin-bottom:40px;    border: 1px solid #dfdddd;
    border-radius: 10px;}
.bloque_desplegable .panel-group,.bloque_documentos .panel-group{margin:0}
.bloque_desplegable h2,.bloque_documentos h2{margin:0;margin-bottom:20px;font-size:23px;text-transform:uppercase;font-weight:400;font-family:'Oswald',sans-serif;color:#313131}
.bloque_desplegable .panel-default{border-color:#2a3793}
.bloque_desplegable .panel-default>.panel-heading{background-color:#2a3793;color:#fff;border-color:#2a3793}
.bloque_desplegable h2 .fa{color:#ce1514}
.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2a3793}
.bloque_imagenes img{width:100%}
.bloque_imagenes .flexible{display:flex;align-items:center}


.panel-body .btn-corporativo2{padding:8px 15px}
.bloque_imagenes img{width:100%;max-height:200px;object-fit:cover}

/************************************
*              IDIOMAS              *
************************************/

#idiomasside{
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 900;
}

#idiomasside li{
    padding: 10px;
    list-style-type:none;
}

#idiomasside img{
    height: 40px;
}

#idiomasside font{
    display: none;
}

.zona-idiomas-movil{height: 50px; width: 100%; display: flex; justify-content: space-around; align-items: center; padding: 20px; margin-top: 25px;}
.zona-idiomas-movil .flag{height: 50px; width: 30px;}

/************************************
*               BLOG                *
************************************/
.alergenos {display: flex;justify-content: space-evenly;align-content: space-evenly;flex-wrap: wrap}
.alergenos .padre_fondo {margin: 0}
.alergenos .caja_alergenos{ padding: 0 10px    }
.alergenos .caja_alergenos:hover {transform: translateY(0)}
.bloque.principal.noticia {display: inherit}
.noticias,.post_details ul,.popular{list-style:none;padding:0;margin:0}
.noticia a{font-family:'Lato',sans-serif;text-decoration:none;text-transform:uppercase;color:#333333}
.noticias .imagen{background-size:cover;background-position:center center;background-repeat:no-repeat}
.noticias .imagen:after{content:"";padding-top:50%;display:block}
.not-imagen{background-color:#ededed}
.full-width{width:100%}
.noticia .titular{margin-bottom:0;border-bottom:solid 1px #f3f3f3}
.noticia .titular h1{color:#1e1f1d;margin-bottom:10px}
.noticia .titular a>h3{margin-bottom:17px;font-size:24px;text-transform:uppercase;text-align:left;color:#333333;font-family:'Oswald',sans-serif;}
.noticia .post_details{color:#fff;background-color:#2a3793;padding:10px;border-bottom:solid 5px #2a3793;text-align:right;font-size:13px}
.post_details li{font-family:"Oswald",sans-serif;font-size:13px;font-weight:300;color:#fff}
.noticia-detalle-fecha small{font-family:"Oswald",sans-serif;font-weight:300;color:#302224}
.post_details i{color:#fff}
.noticia-detalle-fecha i{color:#2f3668}
.noticia .contenido{padding:5px 15px 10px;background-color:#fff;border:1px solid #ffefcc}
.contenido_noticia_lista{padding:0 20px;background-color:#fefef6}
.noticia-detalle-fecha{text-align:right;color:#2b2b2b}
.widget-noticias{background-color:#f3f3f3;padding:15px}
.widget-noticias h5{font-size:18px;text-transform:uppercase;color:#2a3793;font-family:'Oswald',sans-serif;}
.widget-noticias .input-group-btn{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}
.widget-noticias .input-group-btn button{height:100%;border:1px solid #2a3793;background-color:#2a3793;color:#fff}
.widget-noticias .input-group-btn i{font-size:16px}
.popular{font-size:13px}
.mini-noticia a{font-family:"Oswald",sans-serif;font-weight:400;font-size:14px}
.popular li{padding:10px 0;border-bottom:dotted 1px rgb(129, 97, 159)}
.popular .imagen{width:50px;height:50px;float:left;margin-right:10px;border-radius:3px;background-size:cover;background-position:center center}
.popular a.title{color:#070707;}
.popular a.texto-breve{color:#707070;font-weight:300;font-family:"Lato",sans-serif;font-size: 12px}
.popular a.title:hover,.popular a.title:focus,.popular a.title:active{color:#070707}
.bloque.noticia{margin-bottom:40px}

.cuadro_noticia{background-color:#fefef6; max-width:400px;float:left;margin: 0px 20px 12px 0px;}

.titulo_noticia {color: #2a3793;font-size: 30px;text-transform: uppercase;font-family: 'Oswald', sans-serif;margin: 0; }

#busqueda{border-color: #2a3793;}

.marco-contacto{
    background-color: #fefef6;padding: 20px;    border: 1px solid #dfdddd;
    border-radius: 10px;}
.marco-contacto h3{margin-top: 0px}
.widget-noticias{background-color: #fefef6}
.marco-contacto .input-group-addon{background-color: #2a3793; border-color: #2a3793;color: #fff}
.marco-contacto .form-control{border-color: #2a3793;}
.input-group .form-control {
    z-index: 0;
}

.mapa iframe {
    width: 100%;
    height: 574px;
}
/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {font-weight: 400; background-color: #2a3793; color: #fff}
#tabla_stocks_resultados .row:nth-child(even) { background-color: #fefef6 }
.tabla_stocks .cell{padding: 15px}
.tabla_stocks .cell-btn{padding: 10px}
.avisono {margin: 10px 0px; font-size: 18px}

textarea {
    resize: vertical;
}

/*+++++++++++++++++++*/
/************************************
*             INTERIOR              *
************************************/
.fa-angle-down{
    padding-left: 5px;
}
/*MENU VIEJO
.navbar-default .dropdown-menu{
background-color: #fff;
color: #000;
top: 99%;
}

.navbar-default .dropdown-menu>li>a {
padding: 18px 20px;
color: #fff;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: #2a3793;
border-bottom: 1px dotted #4b4a4a;
}

.superior .dropdown-menu>li>a {
padding: 18px 20px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
border-bottom: 1px dotted #c6c6c6;
border-right:  1px dotted #c6c6c6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: #fefef6;
color: #2c2c2c
}
.dropdown-menu {
padding: 0;
}
.superior .open>.dropdown-menu {
width: 185px;
top: 32px;
}
.superior .dropdown-menu>.active>a, .superior .dropdown-menu>.active>a:focus, .superior .dropdown-menu>.active>a:hover, .superior .dropdown-menu>li>a:focus, .superior .dropdown-menu>li>a:hover {
background-color: #dddddd;;
color: #09090c;
font-weight: 700;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover, .navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
background-color: #000;
color: #fff;
font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: transparent;
}
.superior .open>a, .superior .open>a:focus, .superior .open>a:hover {
background-color: transparent;
}
*/
.acceso a p{
    color: #2a3793;
    font-weight: 600;
    margin: 0;
}

.noestavisibleparapersonas{
    display: none;
}
.banner_interior{
    width: 100%;
    height: 500px;
    background-size: cover;
    overflow: hidden;
    background-position: 0px 40%;
}

.corte_banner_interior{ 
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 1;
}

.banner_interior .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}

.banner_interior .texto{
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.banner_interior .texto img{
    margin-top: 20px;
}
.banner_interior.interior_azul .texto{
    background-color: rgba(69,183,245,0.5);
}
.banner_interior.interior_amarillo .texto{
    background-color: rgba(247,201,110,0.5);
}
.banner_interior.interior_rojo .texto{
    background-color: rgba(245,104,78,0.5);
}

.banner_interior p {
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1{
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2a3793;
}

.nav-pills>li>a{
    color:  #000;
    font-family: 'Open Sans'; 
    font-weight: 400;text-transform: uppercase;
}

/************************************
*              FILTROS              *
************************************/

.filtros{
    height: 112px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;padding: 0;
}

.producto-detalle .filtros{height: 44px;}

.filtros.interiores{
    background: #f9f9f9;
}

.filtros.gestion{
    height: 65px; display: flex; justify-content: center; align-items: center;
}
.filtros.gestion>div{
    width: 100%; margin-top: 15px;
}


.centrarflitros{
    display: flex;
    align-items: center;
}

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente{position:absolute;top:195px;width:100%;z-index:1000;transition:300ms all ease}
#buscador_emergente.oculto{visibility:hidden;opacity:0;top:0}
.buscador_emergente>div{background:#fff;border-bottom:1px solid #e4e9ef;box-shadow:0 0 3px #ccc;padding:15px}
.input_buscador{border-right:0;box-shadow:none;border-radius:0}
.boton_input_buscador{border-radius:0;padding:10px;border-left:0;border-right:0;color:rgba(0,0,0,.3);background-color:#fff!important}
.cerrar_input_buscador{border-right:0;border-right:1px #ccc solid;color:rgba(0,0,0,.3);padding:10px;border-radius:0;background-color:#fff!important}
#buscador{position:fixed;z-index:99999;height:100%;width:100%;display:flex;pointer-events:none}
#buscador.search-active{overflow:hidden;pointer-events:auto}
#buscador.search-active .search-input{opacity:1;transform:none;pointer-events:all}
#buscador.search-active .icon-close{opacity:1;transform:rotate(-90deg)}
#buscador.search-active .control{cursor:default}
#buscador.search-active .control .btn-material{transform:scale(70);right:1000px;top:0}
#buscador.search-active .control .icon-material-search{opacity:0}
.icon-close{position:fixed;top:30px;right:30px;color:#fff;cursor:pointer;font-size:70px;opacity:0;transition:all .3s ease-in-out}
.icon-close:hover{transform:rotate(0)}
.search-input{height:80px;position:absolute;top:50%;left:50px;margin-top:-40px;pointer-events:none;opacity:0;transform:translate(40px,0);transition:all .3s ease-in-out}
.search-input input{color:#fff;font-size:54px;border:0;background:transparent;-webkit-appearance:none;box-sizing:border-box;outline:0;font-weight:200;font-family: 'Open Sans'; }
.search-input i{color:#fff;font-size:50px;margin-right:15px}
.search-input ::-webkit-input-placeholder{color:#eee}
.search-input :-moz-placeholder{color:#eee;opacity:1}
.search-input ::-moz-placeholder{color:#eee;opacity:1}
.search-input :-ms-input-placeholder{color:#eee}
.full-width{width:100%}
.control{cursor:pointer}
.control .btn-material{position:absolute;top:-100px;width:60px;height:60px;right:0;border-radius:100%;box-sizing:border-box;background:#2a3793;outline:0;opacity:.9;transform-origin:50%;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);transition:all .7s cubic-bezier(0.4,0,0.2,1)}
.control .btn-material:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.control .icon-material-search{color:#fff;position:absolute;top:-10px;right:78px;transition:opacity .3s ease-in-out}

.navbar-img{display: none}
.modal-header{
    background-color: #2a3793;
    color: #fff;
}
.modal-content{border: 0;}
.modal-header .close{color: #FFFFFF;}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination { 
    color: #FFFFFF; 
    background-color: #565656; 
    border-color: #565656; 
} 

.btn-pagination:hover, 
.btn-pagination:focus, 
.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    color: #FFFFFF;
    background-color: #2a3793; 
    border-color: #2a3793; 
} 

.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    background-image: none; 
} 

.btn-pagination.disabled, 
.btn-pagination[disabled], 
fieldset[disabled] .btn-pagination, 
.btn-pagination.disabled:hover, 
.btn-pagination[disabled]:hover, 
fieldset[disabled] .btn-pagination:hover, 
.btn-pagination.disabled:focus, 
.btn-pagination[disabled]:focus, 
fieldset[disabled] .btn-pagination:focus, 
.btn-pagination.disabled:active, 
.btn-pagination[disabled]:active, 
fieldset[disabled] .btn-pagination:active, 
.btn-pagination.disabled.active, 
.btn-pagination[disabled].active, 
fieldset[disabled] .btn-pagination.active { 
    background-color: #3a39367a; 
    border-color: #3A3936; 
} 

.btn-pagination .badge { 
    color: #0977b2; 
    background-color: #FFFFFF; 
}

.btn-pagination {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 15px;
    border: 1px solid;
}

.proyecto .imagen{
    background-size: cover;
}
.proyecto h3{
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
    text-align: center;
}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}

/************************************
*           SELECT BONITO           *
************************************/

.selectbonito {
    position: relative;
}

.selectbonito:after {
    content: '\f078';
    font: normal normal normal 10px/1 FontAwesome;
    color: #ffffff;
    right: 0;
    position: absolute;
    pointer-events: none;

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectbonito select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    float: right;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
/* whatsapp */
.floating-icons {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 99;
}

.floating-icons a {
    display: inline-block;
    transition: all .2s ease-in-out;
}

a:hover, 
a:visited, 
a:link, 
a:active { 
    text-decoration: none;
}

.floating-icons img {
    max-width: 48px;
    height: auto;
}

.floating-icons a:hover {
    transform: scale(0.9);
}
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #eae6e6;
    }
#modal_pregunta label{
    margin-bottom: 10px;
}
#modal_pregunta button{
    padding: 10px 20px;
}

#modal_pregunta #radioset{
    width: 100%;
}

#modal_pregunta #radioset .ui-checkboxradio-icon,
#modal_pregunta #radioset .ui-checkboxradio-icon-space {
  display: none !important;
}

#modal_pregunta input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (max-width: 1400px){

    .navbar-default .navbar-nav>li>a {
        padding: 42px 20px 31px;
        margin: 0 0px 9px;
    }

    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 37px 20px 26px;
    }

    .barra_reducida .navbar-brand>img {
        height: 60px;
        left: 42px;
        top: 21px;
    }

    .forma_header {
        height: 110px;
    }

    .fondo_logo {
        height: 136px;
        right: calc(100% - 454px);
    }

    .barra_reducida .fondo_logo {
        top: -0px;
        right: calc(100% - 434px);
        height: 124px;
    }

    .fondo_amarillo_logo {
        height: 135px;
        right: calc(100% - 465px);
    }

    .barra_reducida .fondo_amarillo_logo {
        height: 123px;
        top: -0px;
        right: calc(100% - 445px);
    }

}

@media (max-width: 1300px){

    .boton.boton_menu .btn {
        margin-left: 30px;
        margin-right: 18px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 37px 15px 26px;
        margin: 0 0px 9px;
    }

    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 32px 15px 21px;
    }

    .navbar-brand>img {
        height: 60px;
        left: 25px;
        top: 20px;
    }

    .barra_reducida .navbar-brand>img {
        height: 55px;
        left: 25px;
        top: 20px;
    }

    .forma_header {
        height: 100px;
        left: calc(100% - 258px);
    }

    .barra_reducida .forma_header {
        top: 0px;
        left: calc(100% - 248px);
        height: 90px;
    }


    .fondo_logo {
        height: 120px;
        right: calc(100% - 400px);
    }

    .barra_reducida .fondo_logo {
        top: -0px;
        right: calc(100% - 370px);
        height: 114px;
    }

    .fondo_amarillo_logo {
        height: 121px;
        right: calc(100% - 408px);
    }

    .barra_reducida .fondo_amarillo_logo {
        height: 113px;
        top: -0px;
        right: calc(100% - 378px);
    }

}


@media (max-height: 768px){ /* alto portatil */

    h1.h1 {
        font-size: 45px;
        line-height: 33px;
    }

    h2.h2 {
        font-size: 37px;
        line-height: 47px;
    }

    .caja.caja_h1 {
        margin-bottom: 14px;
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */

    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .navbar-default .navbar-nav>li>a {
        padding: 42px 20px 31px;
        margin: 0 0px 9px;
    }

    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 37px 20px 26px;
    }

    .barra_reducida .navbar-brand>img {
        height: 60px;
        left: 42px;
        top: 21px;
    }

    .forma_header {
        height: 110px;
    }

    .fondo_logo {
        height: 136px;
        right: calc(100% - 454px);
    }

    .barra_reducida .fondo_logo {
        top: -0px;
        right: calc(100% - 434px);
        height: 124px;
    }

    .fondo_amarillo_logo {
        height: 135px;
        right: calc(100% - 465px);
    }

    .barra_reducida .fondo_amarillo_logo {
        height: 123px;
        top: -0px;
        right: calc(100% - 445px);
    }


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .banner, .slider {
        height: 600px;
    }

    .texto_banner {
        padding-top: 102px;
        padding-bottom: 52px;
    }

    .texto_banner p {
        font-size: 60px;
        line-height: 59px;
    }

    .simbolo_banner {
        left: calc(100% - 300px);
    }

    /* -- -- -- noticias -- -- -- */
    .noticias_portada {
        margin-top: 80px;
        margin-bottom: 120px;
    }

    .padre_imagen_noticia {
        height: 200px;
    }

    .caja_entrada_enorme .padre_imagen_noticia {
        height: 524px;
    }
    .informacion .titular {
        font-size: 19px;
        line-height: 26px;
    }

    .caja_entrada_enorme .informacion .titular {
        font-size: 37px;
        line-height: 47px;
    }

    .noticias_portada .row {
        padding-top: 40px;
    }

    .noticias_portada .row {
        padding-top: 30px;
    }


    /* -- -- -- Actividad -- -- -- */
    .actividad {
        padding-top: 90px;
    }

    .actividad.actividad_replica {
        padding-top: 130px;
        padding-bottom: 150px;
    }

    .cuadro_servicios {
        height: 230px;
        margin-bottom: 30px;
    }

    .texto_imagen_actividad .padding {
        padding: 36px;
    }

    .texto_imagen_actividad p.titulo {
        font-size: 36px;
    }



    .caja_padre_imagen {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .actividad.actividad_replica .padre_imagen {
        width: 450px;
        height: 390px;
    }

    .forma_pintadera {
        height: 180px;
        top: calc(100% - 150px);
        right: calc(100% - 190px);
    }

    /* -- -- -- Destacado -- -- -- */
    .texto_destacado .padding {
        padding: 140px 90px 110px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .pie_superior {
        padding-top: 100px;
        padding-bottom: 20px;
    }


    .menu_pie p, 
    .menu_pie p a {
        padding: 16px 0;
    }

    .cajon_imagen_fondo {
        width: calc(100% + 100px);
        bottom: -90px;
        left: -50px;
    }


}



@media (max-width: 1200px){ /* monitores normales y tablet horizontal */

    h1.h1 {
        font-size: 40px;
        line-height: 28px;
    }

    h2.h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .destacado h2.h2 {
        font-size: 45px;
        line-height: 53px;
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    .boton .btn {
        width: 190px;
        height: 50px;
    }

    .relleno {
        width: calc((100vw - 940px)/2);
    }

    .destacado .boton .btn {
        width: 300px;
        height: 60px;
    }
    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-brand>img {
        height: 40px;
        left: 15px;
        top: 9px;
    }

    .fondo_logo {
        height: 74px;
        right: calc(100% - 260px);
    }

    .fondo_amarillo_logo {
        height: 73px;
        right: calc(100% - 266px);
    }

    .navbar-header {float: none; height: 52px;border-bottom: 0px solid #002ba6;}
    .navbar-toggle {display: block;}
    .navbar-toggle {margin: 0px; padding: 19px 15px; border: 0px;    background-color: #000f73; border-radius: 0;}
    .navbar-toggle2 {
        margin: 0px;
        padding: 15px 15px;
        border: 0px;
        background-color: #fff;
        border-radius: 0;
        display: block;
        position: relative;
        right: 0;
        float: right;
    }
    .navbar-toggle2 img{
        height: 20px
    }
    .navbar-collapse {border-top: 0px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin: 7.5px 15px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-text {float: none;margin: 15px 0;}
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}


    /* menu_despegale */

    .sidebar-wrapper{opacity: 1}
    /*    .sidebar-nav .dropdown-backdrop{z-index: -1}*/

    .sidebar-nav .open>.dropdown-menu {
        position: static;
        background-color: transparent;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-nav .dropaco .dropdown-menu>li>a {
        text-align: right;
        /* padding: 0; */
        padding: 8px 20px;
        background-color: rgba(0, 0, 0, 0.25);
        white-space: initial;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Cairo', sans-serif;
        font-weight: 400;
    }


    /* menu_despegale */

    /* botón menú */
    .caja_boton {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        margin: 50px 0px 20px;
    }

    .boton.boton_menu .btn {
        width: 176px;
        height: 48px;
        font-size: 17px;
        font-weight: 400;
        margin-left: 0px;
        margin: 0;
    }

    .boton .btn img {
        height: 22px;
        margin-right: 10px;
    }

    /* fin botón menú */


    .sidebar-nav li a {
        color: #fff;
        font-size: 18px;
        font-family: 'Cairo', sans-serif;
        font-weight: 400;
        text-align: right; 
        padding: 10px 20px 10px;
        text-transform: initial;

    }

    /*
    .sidebar-nav li a .fa {
    margin-right: 12px;
}
    */    .multi-level li a{
        font-size: 16px;
    }


    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .sidebar-nav li.active>a {
        text-decoration: none;
        color: #ffffff;
        background-color: rgb(207 26 25);
        font-weight: 700;
    }
    .multi-level li.active>a{
        background-color: #ac0807;
    }
    .sidebar-nav li {
        border-bottom: 1px dotted rgb(42, 55, 147);
    }

    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: #000f73;
    }

    .sidebar-wrapper.right {
        background-color: #000f73;
        height: calc(100% - 52px);
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .banner, .slider {
        height: 550px;
    }
    .texto_banner>div {
        width: 800px;
    }

    .texto_banner p {
        font-size: 55px;
        line-height: 54px;
    }

    .texto_banner {
        padding-top: 102px;
        padding-bottom: 40px;
    }

    /* -- -- -- Noticicas -- -- -- */
    .noticias_portada .container {
        padding: 0 15px;
    }

    .informacion .padding {
        padding: 18px 10px 18px;
    }

    .caja_entrada_enorme .padre_imagen_noticia {
        height: 509px;
    }

    .informacion .titular {
        font-size: 17px;
        line-height: 22px;
    }
    .caja_entrada_enorme .informacion .padding {
        padding: 20px 20px 20px;
    }

    .caja_entrada_enorme .informacion .titular {
        font-size: 34px;
        line-height: 40px;
    }

    .cartel {
        width: 104px;
        height: 28px;
    }

    .fecha_edicion img {
        height: 14px;
        margin-right: 6px;
    }

    /* -- -- -- Actividad -- -- -- */
    .actividad {
        padding-top: 70px;
    }

    .actividad.actividad_replica {
        padding-top: 130px;
        padding-bottom: 110px;
    }

    .texto_imagen_actividad p.titulo {
        font-size: 30px;
    }

    .texto_imagen_actividad .padding {
        padding: 36px;
    }

    .cuadro_servicios {
        height: 220px;
    }

    .actividad .informacion {
        -webkit-line-clamp: 8;
    }

    .texto_imagen_actividad .padding {
        padding: 30px;
    }

    .actividad.actividad_replica .informacion {
        -webkit-line-clamp: 9;
    }

    .actividad.actividad_replica .padre_imagen {
        width: 400px;
        height: 370px;
    }

    .forma_pintadera {
        height: 150px;
        top: calc(100% - 130px);
        right: calc(100% - 140px);
    }

    /* -- -- -- destacado -- -- -- */
    .texto_destacado .padding {
        padding: 110px 90px 90px;
    }
    /* -- -- -- FOOTER -- -- -- */

    footer .pie_superior_info {
        justify-content: space-between;
    }

    .resumen_pie {
        width: 330px;
    }

    .cuadro_azul {
        width: 50px;
        height: 50px;
        margin-right: 14px;
    }

    .sedes {
        width: 250px;
    }

    .logo_pie img {
        height: 50px;
    }

    .sedes.contacto {
        width: 180px;
    }


}


@media (max-width: 992px){ /* tablet vertical */

    h1.h1 {
        font-size: 34px;
        line-height: 22px;
        margin-top: 14px;
    }

    .caja.caja_h1 {
        margin-bottom: 12px;
    }

    h2.h2 {
        -webkit-line-clamp: 1;
    }

    .destacado h2.h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .relleno {
        width: calc((100vw - 720px)/2);
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */

    .actividad .boton {
        margin-bottom: 50px;
    }

    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .banner, .slider {
        height: 600px;
    }

    .texto_banner>div {
        width: 100%;
    }

    .texto_banner p {
        text-align: center;
    }

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 30px;
    }

    .texto_banner p {
        font-size: 50px;
        line-height: 49px;
    }

    .simbolo_banner {
        left: calc(100% - 280px);
    }

    /* -- -- -- Noticias -- -- -- */
    .noticias_portada .row {
        padding-top: 20px;
    }

    .caja_entrada_enorme .padre_imagen_noticia {
        height: 300px;
    }

    .caja_entrada_enorme .informacion .titular {
        font-size: 30px;
        line-height: 40px;
    }

    .caja_entrada_enorme .informacion .padding {
        padding: 26px 20px 26px;
    }

    .padding_izquierdo{
        padding-left: 15px!important;
    }

    .padding_derecho{
        padding-right: 15px!important;
    }
    /* -- -- -- Bienvenida -- -- -- */
    .texto_actividad,
    .actividad_replica .texto_actividad{
        margin: 0;
    }

    .texto_imagen_actividad .padding {
        padding: 40px;
    }

    .caja_informacion {
        height: 20px;
    }

    .cuadro_servicios:hover .caja_informacion {
        height: 80px;
    }

    .actividad.actividad_replica .padre_imagen {
        right: 0px;
        left: 0px;
        margin: 0 auto;
    }

    .forma_pintadera {
        right: calc(0px + 362px);
        left: 0px;
        margin: 0 auto;
    }

    /* -- -- -- destacado -- -- -- */
    .texto_destacado .padding {
        padding: 110px 50px 90px;
    }

    .texto_destacado p {
        -webkit-line-clamp: 3;
    }
    /* -- -- -- FOOTER -- -- -- */

    .resumen_pie {
        width: 100%;
        text-align: center;
        padding: 0 100px;
        margin-bottom: 40px;
    }

    .resumen_pie p {
        text-align: center;
    }

    .pie_superior {
        padding-top: 80px;
        padding-bottom: 10px;
    }

    footer .pie_superior_info {
        justify-content: space-evenly;
    }

    .pie_inferior {
        padding: 10px 0;
    }

    .pie_inferior .centrado {
        display: block;
    }

    .copi, .desarrollo, .desarrollo a {
        margin: 10px 0px;
    }


}

@media (max-width: 767px){ /* móviles */

    h1.h1 {
        font-size: 24px;
        line-height: 18px;
        margin-top: 14px;
    }

    .pretitulo {
        font-size: 18px;
        margin-bottom: 3px;
        line-height: 15px;
    }

    h2.h2 {
        font-size: 28px;
        line-height: 34px;
        -webkit-line-clamp: 2;
    }

    .destacado h2.h2 {
        font-size: 28px;
        line-height: 34px;
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    .boton .btn {
        width: 170px;
        height: 50px;
        font-size: 16px;
    }

    .destacado .boton .btn {
        width: 200px;
        height: 50px;
    }
    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .sidebar-nav li a img {
        margin-left: 10px;
        height: 20px;
        margin-right: 0px;
    }

    .navbar-brand>img {
        height: 35px;
        left: 10px;
        top: 9px;
    }

    .fondo_logo {
        height: 69px;
        right: calc(100% - 230px);
    }

    .fondo_amarillo_logo {
        height: 68px;
        right: calc(100% - 236px);
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .banner, .slider {
        height: 500px;
    }

    .simbolo_banner {
        left: calc(100% - 230px);
    }

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 16px;
    }

    .texto_banner p {
        font-size: 35px;
        line-height: 40px;
    }

    .texto_banner>div {
        width: 100%;
    }

    .texto_banner p {
        text-align: center;
    }

    /* -- -- -- Noticias -- -- -- */
    .padding_derecho,
    .padding_izquierdo {
        padding: 0px!important;
    }


    /* -- -- -- Actividad -- -- -- */
    .actividad .informacion {
        -webkit-line-clamp: 9;
    }

    .texto_imagen_actividad p.titulo {
        font-size: 24px;
    }

    .texto_imagen_actividad .padding {
        padding: 22px;
    }

    .caja_informacion {
        height: 40px;
    }

    .cuadro_servicios:hover .caja_informacion {
        height: 100px;
    }

    .actividad.actividad_replica .padre_imagen {
        width: 290px;
        height: 290px;
    }

    .forma_pintadera {
        right: calc(0px + 275px);
        height: 100px;
        top: calc(100% - 84px);
    }

    .actividad.actividad_replica {
        padding-top: 80px;
    }

    /* -- -- -- Destacado -- -- -- */
    .texto_destacado .padding {
        padding: 80px 0px 70px;
    }

    .texto_destacado p {
        font-size: 16px;
        -webkit-line-clamp: 4;
        margin-bottom: 40px;
    }






    /* -- -- -- FOOTER -- -- -- */

    .caja_magica_footer {
        top: -4px;
    }

    .pie_superior {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .resumen_pie {
        padding: 0 10px;
    }
    .logo_pie img {
        height: 44px;
    }

    footer .pie_superior_info {
        display: block;
        justify-content: center;
        text-align: center;
    }

    .icono_con_texto {
        margin-bottom: 20px;
    }

    .sedes,
    .sedes.contacto{
        width: 100%;
        margin-bottom: 20px;
    }

    .sedes.contacto .icono_con_texto {
        margin: 0 15px;
    }

    .sedes.contacto  .cuadro_azul {
        margin-right: 0px;
    }




}

/*//ESTILOS GENERALES//*/
@media (max-width: 1200px){
    .sidebar-wrapper.right .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #ce1514;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #91a22f;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img {
        height: 28px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.right .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #2a3793;
        border: 1px solid #2a3793;
    }
    .sidebar-wrapper.right .sidebar-nav .primero {
        padding: 10px 20px 15px;
        text-indent: 0px;
    }
    .right .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .right .sidebar-nav .multi-level li:first-child a{
        text-indent: 0;
    }
    .banner_interior {
        height: 250px;
    }
    .fijar{
        position: fixed;
        width: 100%;
    }
}
@media (max-width: 992px){ /* móviles */
    /* whatsapp */
    .floating-icons {
        bottom: 1rem;
        right: 1rem;
    }
    .videos_responsive{width: 100%;float: none}

    .botones_carro{width: 100%;margin-top: 20px}
    .otras_fotos .imagen{height: 100px;}
    .foto_principal .imagen {width: 100%}
    .zona_galeria_mini .bx-wrapper .bx-prev { display: none;}
    .zona_galeria_mini .bx-wrapper .bx-next { display: none;}


    .instagram-widget>div{position:relative; padding-top:calc(100vw / 3);}
    .instagram-widget iframe{width:200% !important;}
    .padre_imagen .imagen {background-size: contain;}
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #ce1514;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #2a3793;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img {
        height: 24px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.right .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
    }
    .right .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .right .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    /*
    .right .sidebar-nav .multi-level li.active a{
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.30);
    font-weight: 400;
}
    */
    .quantity{width: 100%; display: flex; align-items: center; justify-content: space-between;}
    .quantity label{margin-bottom: 0;}
}
@media (max-width: 767px){ /* móviles */
    .marco-izq .col-xs-10{
        margin-left: 0px;
    }
    .filtros{
        height: 213px;
    }
    .caja_magica_parallax {
        width: calc(100% + 135px);
    }
    .caja_magica_banner {
        width: calc(100% + 30px);
    }
    .bloque_imagen_lista p, .bloque_puntos p{
        text-align: left;
    }
    h3.categoria {
        text-align: center;
    }
    span.precio {
        font-size: 48px;
        font-family: 'Oswald',sans-serif;
        font-weight: 400;
    }
    span.tachado {
        font-size: 24px;
        font-family: 'Oswald',sans-serif;
        font-weight: 400;
    }
    .precios_estilos {
        text-align: center;
        width: 100%;
    }
    .banner_interior {
        height: 200px;
    }
    .otras_fotos{margin-bottom: 30px}
    .nav-botones>li{float: none;width: 100%;margin-bottom: 10px}
    .nav-botones>li>a{margin: 0;}
    .btn-pagination {
        padding: 6px 12px;
        font-size: 12px;
        margin: 0 7px;
        border: 1px solid;
    }
    h3{
        font-size: 20px;
    }
    .proyecto .imagen {
        background-size: cover;
    }
    .cuadro_noticia {
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
    }

    .instagram-widget>div{position:relative; padding-top:calc(100vw / 2);}
    .instagram-widget iframe{width:300% !important;}
}