:root{
    --primario: #ffb25a;
    --primario_fuerte: #F0A146;
    --secundario: #6290db;
    --secundario_fuerte: #4E7ECC;
    --secundario_muy_fuerte: #3b5faa;
    --transparencia: #f3fcfd;
    --transparencia_pri: #fcf0e1;
    --familia_fuente: 'Ubuntu', sans-serif;
}

/* ejemplo: var(--primario) */
/* ejemplo: var(--familia_fuente) */


@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 {cursor: pointer;}

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

p{

    color: #333333;
    font-size: 16px; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 24px;
    text-align: justify; 
}


body{ 
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
}


h1.h1{
    color:  #393939;
    font-size: 52px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 14px;
    position: relative;
    margin: 0px;
    z-index: 1;
}

h1.h1>span{
    color: #89dfee;
}

h2.h2 {
    color: #393939;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 0px;
    line-height: 49px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.destacado h2.h2 {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

.testimonios h2.h2, .titulo_interior h2.h2{
    text-align: center;
}



.simbolos {
    height: 72px;
    position: absolute;
    top: -25px;
    left: -46px;
}

.simbolos.s_h2 {
    position: absolute;
    top: -21px;
}

.testimonios .simbolos, .titulo_interior .simbolos{
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.interiores .caja_testimonios {
    /* border: 1px solid red; */
    padding: 94px 100px 50px 200px;
}


/* - -- - -- - -- - -- - -- 
-- - Estilo botones - --
- -- - -- - -- - -- - -- - */
/* Original */
.boton .btn{
    width: 188px;
    height: 55px;
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 12px;
    background: #ffb25a;
}



/* Botón Menú */
.navbar .boton{
    margin-left: 42px;
    position: relative;
    /* z-index: 30; */
    float: right;
    /*	height: 114px;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.barra_reducida .navbar .boton {
    /*	height: 104px;*/
}

.caja_img{
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 12px;
}

.boton .btn img{
    height: 20px;
}

.barra_reducida .boton .btn img{
    /*	height: 30px;*/
    /*	margin-right: 12px;*/
}


.boton.boton_menu .btn {
    width: 188px;
    height: 55px;
    color: #fff;
    background: #ffb25a;
    border: 0;
    padding: 5px 5px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 10px;
    white-space: normal;
    text-align: left;
}

.barra_reducida .boton.boton_menu .btn {
    /*	width: 270px;*/
    /*	height: 57px;*/
    /*	font-size: 13px;*/
}



/* Botones destacados */
.caja_descarga{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.descarga .btn {
    width: 290px;
    height: 60px;
    padding: 6px 12px;
    color: #393939;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    border: 0px solid #8465a1;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #89dfee;

}

.descarga.dos .btn{
    background-color: #fff;
}

.descarga.uno .btn{
    margin-right: 20px;
}

.descarga img{
    height: 20px;
    padding-right: 8px;
    transition: all .2s ease;
}

.descarga:hover .btn{
    transform: translateY(-10px);
}

.testimonios.noticias {
    padding: 0px;
}

.testimonios.noticias .boton {
    margin-top: 70px;
}

/* Boton testimonios */
.testimonios .boton {
    margin-top: 100px;
    text-align: center;

}

.testimonios .btn {
    width: 290px;
    height: 60px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    border: 0px solid #8465a1;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ffb25a;

}

/* Fin Boton testimonios */


/* 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: #6290db;
    border-radius: 10px;
    -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: #3d6bb6;
}

.zona_destacado .boton.boton_menu .hvr-shutter-out-horizontal:before {
    background: #5780bc;
}

.boton.color_blanco .hvr-shutter-out-horizontal:before{
    background: #fff;
}

/*
.banner .boton .hvr-shutter-out-horizontal:before {
background: #fff;
}
*/

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

/*
.banner .boton .hvr-shutter-out-horizontal:hover,
.boton.color_blanco .hvr-shutter-out-horizontal:hover,
.banner .boton .hvr-shutter-out-horizontal:focus, 
.boton.color_blanco .hvr-shutter-out-horizontal:focus, 
.banner .boton .hvr-shutter-out-horizontal:active,
.boton.color_blanco .hvr-shutter-out-horizontal:active {
color: #004a9d;
}
*/

.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!important;
    -webkit-transition: all 300ms linear!important;
    -moz-transition: all 300ms linear!important;
    -ms-transition: all 300ms linear!important;
    -o-transition: all 300ms linear!important;
}

.limitar{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limitar_1{
    -webkit-line-clamp: 1; /* number of lines to show */
}

.limitar_2{
    -webkit-line-clamp: 2; /* number of lines to show */
}

.limitar_3{
    -webkit-line-clamp: 3; /* number of lines to show */
}

.limitar_4{
    -webkit-line-clamp: 4; /* number of lines to show */
}

.limitar_5{
    -webkit-line-clamp: 5; /* number of lines to show */
}

.limitar_6{
    -webkit-line-clamp: 6; /* number of lines to show */
}

.limitar_7{
    -webkit-line-clamp: 7; /* number of lines to show */
}

.limitar_8{
    -webkit-line-clamp: 8; /* number of lines to show */
}

.limitar_9{
    -webkit-line-clamp: 9; /* number of lines to show */
}

.limitar_10{
    -webkit-line-clamp: 10; /* number of lines to show */
}

.caja{
    overflow: hidden;
}



/* --- --- --- 
--- HEADER ---
--- --- --- ---*/





/* --- --- --- 
--- 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: 90;
    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: 90;
    top: 0;
}

.navbar-fixed-top {
    background-color: transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    /*
    -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);
    */
}

.barra_reducida .navbar-fixed-top {
    background-color: transparent;
    -webkit-box-shadow: 4px 4px 16px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 16px 8px rgba(0, 0, 0, 0.3)
}

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


/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.total_menu {
    background-color: transparent;
    margin-top: 14px;
    /*
    -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);
    */
}

.barra_reducida .total_menu {
    margin-top: 0px;
}

.forma_logo {
    width: 360px;
    height: 115px;
    border-bottom-right-radius: 30px;
    background-color: #fff;
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: 5;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 0.5s;
    animation-delay: 0s;
}

.barra_reducida .forma_logo {
    width: 330px;
    height: 115px;
    filter: drop-shadow(0px 9px 8px rgba(0, 0, 0, 0.1));
}

.forma_logo img {
    height: 80px;
    z-index: 2;
    position: relative;
    left: -10px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1.2s;
    animation-delay: 0s;
}

.barra_reducida .forma_logo img {
    height: 68px;
    top: 2px;
}

.linea_baja_menu{
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #ffb25a
}

.menu_principal{
    background: -moz-linear-gradient(left,  rgba(98,144,219,0) 0%, rgba(98,144,219,1) 63%, rgba(98,144,219,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(98,144,219,0) 0%,rgba(98,144,219,1) 63%,rgba(98,144,219,1) 100%);
    background: linear-gradient(to right,  rgba(98,144,219,0) 0%,rgba(98,144,219,1) 63%,rgba(98,144,219,1) 100%);
}

.barra_reducida .menu_principal{
    background-color: #6290DB;
}

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


/* -- -- -- barra inferior contacto -- -- -- */
.cabecera {
    padding-bottom: 0;
    position: absolute;
    right: -0px;
    top: calc(100% + 16px);
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*	border-bottom: 1px solid red;*/
    z-index: -1;

    /*
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    */
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    animation-duration: 1.2s;
    animation-delay: 0.3s;

}

.barra_reducida .cabecera {
    transform: translateX(calc(100% + 0px));
}

.alineado_alejado {
    /*	height: 40px;*/
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    width: max-content;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.cabecera .icono_texto {
    margin-right: 18px;
    height: 40px;
}

/*
.cabecera .icono_texto:last-child {
margin-right: 36px;
}
*/

.cabecera .icono_texto img {
    height: 14px;
    margin-right: 8px;
}

.cabecera .redes_cabecera .icono_texto img {
    height: 12px;
    margin: 0 5px;
}

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

.redes_cabecera {
    margin-left: 30px;
    margin-right: 24px;
}

.cabecera .icono_texto p{
    color: #585858;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* -- -- -- Menu Principal -- -- -- -- */
.navbar {
    border-radius: 12px;
    border: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*
.navbar-brand {
height: inherit;
padding: 0;
display: inline-flex;
justify-content: center;
align-items: center;
}


.navbar-brand>img {
display: initial;
display: inherit;
}

.navbar-brand>img {
height: 92px;
padding-left: 20px; 
position: relative;
top: 13px;
left: 30px;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
animation-duration: 1.2s;
animation-delay: 0s;	
}


.barra_reducida .navbar-brand>img {
height: 80px;
}
*/

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 18px 16px;
    margin: 16px 1px;
}

/*
.barra_reducida .navbar-default .navbar-nav>li>a {
padding: 22px 28px;
margin: 23px 4px;
}
*/

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

.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: 500;
}


/* Shutter Out Horizontal */
.menu_principal .navbar-nav>li>a.hover-horizontal,
.menu_principal .navbar-nav>li.dropdown li>a.hover-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: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu_principal .navbar-nav>li>a.hover-horizontal:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4b7bc8;
    border-radius: 10px;
    -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;
}

.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:before {
    background: #3766b0;
    border-radius: 0px;
}

.menu_principal .navbar-nav>li>a.hover-horizontal:hover, 
.menu_principal .navbar-nav>li>a.hover-horizontal:focus,
.menu_principal .navbar-nav>li>a.hover-horizontal:active,
.menu_principal .navbar-nav>li.active .hover-horizontal,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:hover,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:focus,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:active{
    color: #fff;
}

.menu_principal .navbar-nav>li>a.hover-horizontal:hover:before, 
.menu_principal .navbar-nav>li>a.hover-horizontal:focus:before, 
.menu_principal .navbar-nav>li>a.hover-horizontal:active:before,
.menu_principal .navbar-nav>li.active .hover-horizontal:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:hover:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:focus:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:active:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.nav>li>a>img {
    max-width: none;
    height: 20px;
}

.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: 0px 0;
    margin: 0px 0 0;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
}

.dropdown-menu>li {
    border-bottom: 1px dotted #3766b0;
    background-color: #4b7bc8;
}

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

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    margin-top: -10px;
    border-radius: 5px;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    padding: 15px 20px;
    width: 100%;
}

/*
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
color: #313131;
background-color: #f2f7fa;
}
*/



/* - -  section Whatsapp - - */

.bola_whatsapp {
    position: fixed;
    bottom: 30px;
    right: 16px;
    z-index: 99;
}

.fondo_verde{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1bd741;
}

.bola_whatsapp img{
    height: 35px;
}
/* - - fin section Whatsapp - - */


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

.banner {
    width: 100%;
    height: 100vh;
    position: relative; 
    background-color: #fff;
    overflow: hidden;
    margin-top: 0;
}


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


.corte_cabecera {
    position: relative;
    /* top: 0px; */
    width: calc(100% + 20px);
    left: -10px;
}

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


.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.color_superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.35;
    z-index: 1;
}

.superpuesto .container {
    height: 100%;
    position: relative;
    z-index: 3;
}

/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    /* margin: 346px auto; */
    height: 100%;
    padding-top: 98px;
    padding-bottom: 84px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.texto_banner>div {
    /*	width: 620px;*/
    position: relative;
}

.texto_banner p {
    color: #fff;
    font-size: 64px;
    line-height: 68px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Permanent Marker', sans-serif;
    margin-bottom: 0px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 55%);
    padding: 15px;
}

.simbolo {
    height: 420px;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: -1;
}

/* - -- fin texto banner -- -*/


/* - -- ratón -- -*/
.superpuesto_baja {
    height: auto;
    bottom: 0px;
    top: inherit;
}

.baja{
    width: 100%;
    position: relative;
    bottom: 18px;
    text-align: center;
}

.baja img{
    height: 44px;
    margin: 0 10px;
    /*    filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.35));*/
    position: relative;
    z-index: 2;
}

.forma_boton_cabecera {
    height: 82px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
/* - -- fin ratón -- -*/

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




/* -- -- -- numeros -- -- -- */
.numeros {
    padding: 190px 0px 125px;
}

.numeros.numeros_bajo {
    padding: 125px 0px 190px;
}

.numeros .row{
    margin: 0 -10px;
}

.numeros .row>div{
    padding: 0 10px;
}

/*
.caja_enunciado {
margin-bottom: 27px;
}
*/

.numeros .texto_numeros>p{
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: left;
}

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

.columna_fotos.impar {
    justify-content: flex-start;
}

.medjugorje {
    height: 780px;
    position: absolute;
    left: inherit;
    right: calc(100% - 556px);
    z-index: 3;
    bottom: calc(-190px - 25px);
}

.degradado_blanco{
    width: 100%;
    height: 170px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 4;
}



/* -- -- -- fin numeros -- -- -- */


.cuadro_slider{
    border-radius: 80px;
    overflow: hidden;
}

.cuadro_slider,
.contenedor_slider_new_new,
.circulo_cara{
    width: 500px;
    height: 470px;
}

.degradado_slider{
    width: 100%;
    height: 48px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.padre_cara{
    height: 100%;
    width: 100%;
    position: relative;
}

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

.splide__pagination__page {
    width: 10px;
    height: 10px;
    background: #eeeeee;
    margin: 7px;
    opacity: 1;
}

.splide__pagination__page.is-active {
    transform: none;
    background: #ffb25a;
}




/* -.- Descargar -.- */
.destacado{
    /*    border-bottom: 8px solid #79ae8d;*/
    /*	background-color: #e16b79;*/
    z-index: 4;
}

.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: rgba(98, 144, 219, 0.9);
    position: absolute;
    top: 0px;

}

.destacado .caja_magica_forma_parallax_superior {
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0px;
    /* border: 1px solid red; */
    overflow: hidden;
    z-index: 3;
}

.destacado .caja_magica_forma_parallax_inferior {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0px;
    /* border: 1px solid red; */
    overflow: hidden;
    z-index: 4;
}

.destacado .imagen_magica {
    position: relative;
    /* top: 0px; */
    width: calc(100% + 20px);
    left: -10px;
}

.caja_ancianos{
    position: absolute;
    width: 100%;
    height: 100%;
    width: 1400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
    /*	background-color: red;*/
}

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

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

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

.destacado .padding_all {
    padding-top: 90px;
    padding-bottom: 115px;
}

.texto_destacado .padding {
    padding-left: 82px;
}

.texto_destacado .caja_info {
    margin-top: 21px;
}

.texto_destacado p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    padding-right: 0px;
}

.cartel {
    background-color: #ffb25a;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 10px;
    position: relative;
    left: -13px;
    margin-bottom: 12px;
}

.pre_titulo{
    font-size: 18px;
    text-transform: uppercase;

}



/*
.texto_destacado p.bajo_h2 {
color: #fff;
font-size: 26px;
font-family: 'Ubuntu', sans-serif;
font-weight: 300;
font-style: italic;
line-height: 30px;
margin-bottom: 30px;
padding: 0px;
text-align: center;
}
*/
/*

.caja_destacado .descarga_app:hover .btn{
transform: translateY(-10px);
}
*/


/*
.inclinado{
transform: skew(-20deg);

overflow: hidden;
}
*/

.destacado .padre_imagen{
    width: 470px;
    height: 470px;
    overflow: hidden;
    position: relative;
    border-radius: 70px;
    position: relative;
    left: 35px;
}

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

.cajon_precios{
    width: 100%;
    height: 70px;
    background-color: #6290db;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 50px;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.cajon_precios p{
    text-transform: uppercase;
}

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




/* -- -- -- Testimonios -- -- -- */
.testimonios{
    padding-top: 130px;
    padding-bottom: 116px;
}

.virgen {
    height: 850px;
    position: absolute;
    left: calc(100% - 106px);
    bottom: -120px;
}

.testimonios .container{
    padding: 0px;
    position: relative;
}

.testimonios .texto_inicio>p {
    color: #585858;
    text-align: center;
    margin-top: 35px;
}

.autoria{
    color: #6290db;
    text-align: center;
    margin-top: 18px;
}

.caja_testimonios {
    /*    border: 1px solid red;*/
    padding: 94px 100px 100px 200px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;

    background-color: #6290db;
}

.nombre{
    color: #ffb25a;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    padding-left: 100px;
    padding-left: 120px;
    margin-bottom: 25px;
}

.caja_comentario {
    background-color: #f8f8f8;
    border-radius: 14px;
    padding: 40px 75px 40px 100px;
    height: 220px;
}

.caja_comentario .comentario{
    color: #585858;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
    text-align: left;
    margin-bottom: 0px;
}

.caja_comentario .comentario a{
    color: #6290db;
    font-weight: 700;
}

.caja_comentario .comentario a:hover{
    color: #ffb25a;
}

.caja_comentario.detalle .comentario p{
    color: #585858;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
    text-align: left;
    margin-bottom: 0px;
}

.detalle.caja_comentario {
    height: auto;
}

.comillas{
    height: 90px;
    position: absolute;
    top: -128px;
    left: 8px;
}

.equipo_splide {
    margin-top: 58px;
}

.equipo_splide .splide__pagination {
    bottom: 36px;
}

.equipo_splide  .splide__track {
    overflow: inherit;
}



/* -- -- -- efecto del botón -- -- -- */
.padre_portada_imagen {
    height: 200px;
    width: 200px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: -70px;
    left: -135px;
}

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

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

.play{
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: rgba(98, 144, 219, 0.5);
    margin-right: 20px;
    -webkit-transition: all 1s cubic-bezier(0, 0, .2, 1) !important;
    transition: all 1s cubic-bezier(0, 0, .2, 1) !important;
    position: relative;
}

.play img {
    height: 18px;
    /*    transition: all .2s ease-in-out;*/
}

.play_video p{
    color: #363636;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    transition: all .2s ease-in-out;
}

.play_video a:hover p{
    color: #d1db43;
}

.play_video:hover .play {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15)
}

@-webkit-keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px
    }
    40% {
        opacity: .5;
        border-width: 2px
    }
    65% {
        border-width: 1px
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 0
    }
}

@keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px
    }
    40% {
        opacity: .5;
        border-width: 2px
    }
    65% {
        border-width: 1px
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 0
    }
}

.tm-popup-video {
    position: absolute;
    text-align: center;
}

.tm-popup-video .video-text {
    margin-top: 28px
}

.tm-popup-video .video-play {
    position: relative;
    -webkit-transition: all 1s cubic-bezier(0, 0, .2, 1) !important;
    transition: all 1s cubic-bezier(0, 0, .2, 1) !important;
    border-radius: 12px;
    color: #fff
}

.tm-popup-video .video-play:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15)
}

.tm-popup-video.group-button-style-01 .video-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tm-popup-video.group-button-style-01 .video-play-wrap {
    position: relative;
    width: 60px;
    height: 60px;
}

.tm-popup-video.group-button-style-01 .video-play {
    width: 60px;
    height: 60px;
}

.tm-popup-video.group-button-style-01 .video-play-icon {
    z-index: 9
}

.tm-popup-video.group-button-style-01 .video-play-icon:before {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px
}

.tm-popup-video.group-button-style-01 .video-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.tm-popup-video.group-button-style-01 .wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto
}

.tm-popup-video.group-button-style-01 .wave-pulse:before,
.tm-popup-video.group-button-style-01 .wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    border: 3px solid #ee7455;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
}

.tm-popup-video.group-button-style-01 .wave-pulse:before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.tm-popup-video.style-button-03 .video-text {
    margin-top: 0;
    margin-left: 20px;
    color: #363636;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
}

.tm-popup-video.style-button-03 .video-play {
    background: rgba(98, 144, 219, 0.5);
    border: 0px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tm-popup-video.style-button-03 .video-play img {
    height: 30px;
}

.tm-popup-video.style-button-03 .wave-pulse:before,
.tm-popup-video.style-button-03 .wave-pulse:after {
    border-color: rgba(255, 255, 255, 0.5);
}

/* -- -- -- fin efecto del botÃ³n -- -- -- */



/* -- -- -- fin Testimonios -- -- -- */




/* -- -- -- Blog -- -- -- */
.noticias_portada {
    background-color: #f3fcfd;
    padding-top: 170px;
    padding-bottom: 200px;
    z-index: 2;
    position: relative;
}

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

.forma_noticias{
    position: relative;
    /* top: 0px; */
    width: calc(100% + 20px);
    left: -10px;
}

.noticias_portada .row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 80px;
}

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

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

.noticias_portada .col_superior {
    margin-bottom: 15px;
}

.noticias_portada .col_inferior {
    margin-top: 15px;
}

.caja_entrada {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    height: 604px;
}


.caja_entrada.entrada_corta {
    height: 288px;
}

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

.entrada_corta .padre_imagen_noticia {
    width: 270px;
    height: 288px;
}

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

/*
.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%;
    }
}

.informacion {
    background-color: #ffffff;
    height: calc(100% - 464px);
}

.entrada_corta .informacion {
    background-color: #ffffff;
    width: calc(100% - 270px);
    height: 288px;
}

.informacion .padding {
    padding: 20px 45px 20px;
    height: 100%;
}

.entrada_corta .informacion .padding {
    padding: 54px 30px 20px;
    height: 100%;
}

.fecha_y_linea {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.entrada_corta .fecha_y_linea{
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
}

.fecha_imagen {
    margin-top: 16px;
}

.fecha_imagen img {
    height: 18px;
    margin-right: 14px;
}

.fecha_imagen p{
    color: #909090;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;

}

.caja_titular{
    height: 44px;
    margin-bottom: 16px;
}

.entrada_corta .caja_titular{
    height: 40px;
}

.informacion .titular{
    color: #393939;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    line-height: 22px;
}

.entrada_corta .informacion .titular {
    font-size: 16px;
    line-height: 20px;
}

.caja_resumen {
    height: 72px;
}


.informacion .resumen {
    color: #272727;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0px;
}

.linea_blanca_separa{
    height: 1px;
    width: 100%;
    background-color: rgba(255, 178, 90, 0.3);
}

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





/* -- -- -- Section Instagram -- -- -- */
.instagram  {
    background-color: #f3fcfd;
    margin-bottom: 7px;
}


.instagram .row {
    margin: 0 0px;
    margin-top: -5px;
}

.instagram .row>div{
    padding: 0;
}

.padre_instagram{
    height: 100%;
    width: 100%;
}

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

.padre_instagram .imagen:after {
    content: "";
    padding-top: 100%;
    display: block;
}

.top_instagram{
    background-color: rgb(98 144 219 / 10%);
    /*    height: 162px;*/
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.linea_blanca_error {
    width: 100%;
    height: 12px;
    background-color: #f3fcfd;
    position: absolute;
    top: 0px;
    left: 0px;
}

.linea_naranja {
    width: 100%;
    height: 7px;
    background-color: #ffb25a;
    position: absolute;
    top: calc(100% - 0px);
    left: 0px;
    z-index: 21;
}

.top_instagram p {
    color: #f3fcfd;
    font-size: 126px;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    /* top: 13px; */
    line-height: 100px;
}

/* -- -- -- fin Instagram -- -- -- */






/* -- -- -- Newsletter -- -- -- */
.newsletter{
    background-color: #6290db;
    margin: 0 auto;
    border-bottom: 1px solid #4b7bc8;
}

.newsletter .container {
    padding: 0px;
}

.textura{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.3;
}

.newsletter .padding {
    padding: 30px 0px 34px;
    position: relative;
    z-index: 2;
}

.newsletter .alineado {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.texto_sobre {
    width: 560px;
    letter-spacing: 1px;
}

.texto_sobre p.titulo{
    color: #fff;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 50px;
    margin-bottom: 0px;
}

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

.newsletter .form-control {
    width: 390px!important;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7d7d7d;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-style: normal;
}

.newsletter .btn {
    width: 162px;
    height: 44px;
    position: relative;
    left: -6px;
    border: 0px solid #fff;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    background: #ffb25b;
    letter-spacing: 0px;
    color: #fff;
}
.newsletter .btn-default:hover {
    color: #e9b438;
    background-color: #000;
    border-color: transparent;
}

.newsletter .form-control:focus {
    border-color: transparent;
    box-shadow: 0;
}

.newsletter .form-control::placeholder { color: #7d7d7d; }

/* -- -- -- fin Newsletter -- -- -- */






/* FOOTER */

footer{
    background-color: #6290db;
}

.padre_fondo_pie {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

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

.filtro_pie{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #6290db;
    opacity: 0.8;
}


.degradado_pie{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(top,  rgba(98,144,219,1) 0%, rgba(98,144,219,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(98,144,219,1) 0%,rgba(98,144,219,0) 100%);
    background: linear-gradient(to bottom,  rgba(98,144,219,1) 0%,rgba(98,144,219,0) 100%);
}

footer .container{
    text-align: left;
}

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

.pie_superior {
    z-index: 2;
    padding-top: 74px;
    padding-bottom: 44px;
}

.separa_linea_verde {
    height: 125px;
    width: 1px;
    background-color: #89dfee;
    opacity: 0.4;
}

.resumen_pie{
    /*	    width: 290px;*/
    padding-right: 0px;

}


.resumen_pie.resumen_lg{
    display: inline-flex!important;

}

.sedes.menu_info {
    /*    width: 290px;*/
}

.sedes.contacto {
    margin-left: 0px;
    width: 236px;
}

.sedes.contenido {
    /*	width: 170px;*/
    margin-left: 0px;
    /*    width: min-content;*/
}


.logo_pie img {
    height: 96px;
}

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

.menu_vertical p.titular, 
.sedes p.titular {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 26px;
}

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



.icono_texto_pie {
    width: 100%;
    justify-content: flex-start;
    margin-right: 35px;
}

.redes{
    display: inline-block;
}

.redes>div>div.icono_texto_pie:last-child {
    /*	background-color: red;*/
    margin-right: 0px;
}

.redes>div {
    width: 100%;
}

.redes>div:last-child .icono_texto_pie .centrado{
    margin-bottom: 0px;
}

.menu_vertical img,
.redes img{
    height: 22px;
    margin-right: 14px;
}

.menu_vertical .centrado,
.icono_texto_pie .centrado{
    margin-bottom: 20px;
    justify-content: flex-start;
    text-align: left;
    display: flex;
    /*    width: 100%;*/
}

.sedes .icono_con_texto:last-child {
    margin-bottom: 0;
    /*	background-color: red;*/
}




.final{
    padding-top: 0px;
    z-index: 2;
}

.final  .forma_final{
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0px;
    width: 100%;
}

.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: 20px 0px;
    line-height: 28px;

}

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

.pie_inferior{
    background-color: #ffb25a;
}

.pie_inferior .container{
    position: relative;
    z-index: 2;
}

.pie_inferior .centrado {
    width: 100%;
}

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

.copi{
    margin-right: 48px;
}

.desarrollo a:hover{
    color: #6290db;
}

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







/*-- 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;
}


/*********************************
*        MENU DESPLEGABLE        *
*********************************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*********************************
*            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%);
}
/* -- -- -- Peregrinajes -- -- -- */
.bloque_peregrinaciones .panel-heading {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    height: 95px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
.bloque_peregrinaciones .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    padding: 25px;
}
.bloque_peregrinaciones .panel-default>.panel-heading+.panel-collapse>.panel-body>div {
    column-gap: 15px;
    display: inline-flex;
    justify-content: center;
}

.bloque_peregrinaciones .panel-default>.panel-heading+.panel-collapse>.panel-body>div.contenedor_explicacion_botones {text-align: center; width: 100%; column-gap: 0px;     display: block;}

.bloque_peregrinaciones .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    margin: 0;
}

.bloque_peregrinaciones .btn{
    margin: auto;
    display: block;
    width: fit-content;
}

.bloque_peregrinaciones img{
    height: 30px;
}

.bloque_peregrinaciones .panel-title {
    font-family: var(--familia_fuente);
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.bloque_peregrinaciones .panel-default>.panel-heading {
    color: #333;
    background-color: rgb(98 144 218 / 10%);
    border-color: #ddd;
}
.bloque_peregrinaciones .panel-default>.panel-heading.collapsed {
    border-radius: 13px;
}
.bloque_peregrinaciones .panel-heading .arrow-bottom {
    width: 3em;
    height: 3em;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background-color: var(--secundario);
}
.bloque_peregrinaciones .arrow-bottom>span>img {
    object-fit: cover;
    width: 20px;
    transform: rotate(0deg);
    transition: ease transform 0.5s;
}
.arrow-bottom>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bloque_peregrinaciones .panel-group .panel {
    margin-bottom: 0;
    border-radius: 15px;
    background: white;
    margin-bottom: 30px;
}
.bloque_peregrinaciones .panel-heading[aria-expanded="true"] .arrow-bottom>span>img {
    transform: rotate(180deg);
}

/* -- -- -- Productos -- -- -- */
.productos {
    padding-top: 90px;
    padding-bottom: 140px;
}

.productos .splide {
    padding: 0 106px;
    padding-top: 90px;
    /* padding-bottom: 40px; */
}

/*
.productos .row {
margin-right: -20px;
margin-left: -20px;
margin-top: 50px;
}

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

.caja_producto {
    background-color: #fff;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    width: calc(100% - 30px);
    margin: 0px 15px;
}

.padre_imagen_coleccion {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.padre_imagen_coleccion .imagen:after {
    content: "";
    padding-top: 126%;
    display: block;
}

.caja_estado{
    background: #4b7bc8;
    padding: 20px;
    margin: 15px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.caja_estado p{
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    margin: 0;
}
.caja_estado.caja_cerrada p{
    color: #ffb25a;
}

.cuadro_info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    top: calc(100% - 106px);
    left: 0px;
    z-index: 1;
    background: rgb(98,144,218);
    background: linear-gradient(0deg, rgba(98,144,218,1) 0%, rgba(98,144,218,0.70) 95%, rgba(98,144,218,0.20) 100%);
}


.splide__slide:nth-child(even) .caja_producto .cuadro_info {
    background-color: rgba(129, 153, 62, 0.9);
}

.forma_flor{
    position: absolute;
    height: 214px;
    opacity: 0;
}

.cuadro_info .padding {
    padding: 30px 25px 36px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.cuadro_info .titulo{
    color: #fff;
    font-size: 20px;
    font-family: var(--familia_fuente);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 22px;
}

.caja_titulo hr{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 75%;
}

.cuadro_info .caja_informacion{
    margin-bottom: 40px;
    padding: 0 10px;
}

.cuadro_info .boton{
    width: 100%;
    display: flex;
    justify-content: center;
}

.cuadro_info .informacion2{
    color: #fff;
    font-size: 18px;
    font-family: var(--familia_fuente);
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    line-height: 26px;
    opacity: 0;
}



.caja_producto:hover {
    /*	box-shadow: 0px 0px 10px 0px rgba(0, 00, 00, 0.3);*/
}

.caja_producto:hover .padre_imagen_coleccion .imagen{
    filter: blur(5px);
}

.caja_producto:hover .cuadro_info{
    top: 0px;
}

.caja_producto:hover .cuadro_info .padding {
    bottom: 0px;
}

.caja_producto:hover .cuadro_info .informacion2,
.caja_producto:hover .forma_flor {
    opacity: 1;
}


.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: var(--primario)}
.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: var(--transparencia);justify-content: center;align-items: center
}

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

.tag_bloque.active{background-color: var(--primario);}
.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 var(--primario);
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label{
    display: inline-block;
    padding: 0 20px;
    color: var(--secundario);
}

.quantity-controls .fa{
    color: var(--secundario);
}

.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;
}
.lista_productos_sin_stock{
    border: 2px solid red;
    padding: 20px 20px;
    list-style-type: none;
}

.lista_productos_sin_stock li{
    color: #f4573a;
    font-weight: 600;
}
#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: var(--primario); font-weight: 500;font-family: var(--familia_fuente)}

.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: var(--secundario);
}

.descarga.dos:hover .btn{
    color: var(--secundario);
    background-color: #e8d6fb;
}
.mayorista{
    color: var(--secundario);background-color: #e8d6fb;border: 2px solid var(--secundario);padding: 16px 14px;
    text-align: center;font-weight: 600;
}
.viajes .textaco{
    text-align: center;
}

.table-striped>thead>tr:nth-of-type(odd) {
    background-color: rgb(98 144 218 / 10%);
    color: var(--secundario);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.btn-corporativo{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    border: 0px;
    border-radius: 12px;
    background-color: var(--primario);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-lg.btn-corporativo{
    padding: 18px 30px;

}
#solicitar{
    font-size: 20px;
    padding: 15px 35px;
}
.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-grandes2{padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1px;}
.btn-corporativo2{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    border: 0px;
    border-radius: 12px;
    background-color: var(--primario);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px}
.btn-corporativo3{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    border: 0px;
    border-radius: 12px;
    background-color: var(--primario);
    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;
}
*/

.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: var(--primario);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 var(--primario);
}

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

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

h1#title_prod{
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    font-weight: 400;color: var(--primario);
    font-size: 24px;margin-top: 0px
}
h3.categoria{
    font-size: 18px;text-transform: uppercase;font-weight: 300;
    font-family: var(--familia_fuente);margin-top: 0px
}

span.precio{font-size: 24px;font-family: 'Open Sans',sans-serif;color: var(--primario);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: var(--secundario);}

.mini_icono_text .fa-download{
    color: var(--secundario);
}


.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}
.swipebox .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;}

.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;}

.bx-wrapper .bx-viewport{
    box-shadow: none;
    border:none;
}

/**************************
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:var(--primario)}

#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: var(--secundario);color: #fff!important}

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

.condiciones a{color: var(--primario);}


.panel-gente ul {list-style: none; padding: 0px;}
.panel-gente li {margin-bottom: 10px;}


::placeholder {
    color: #898989;
}

@media (max-width: 767px) {
    .menu-cesta{width: 100vw; transform: translate(110vw, 0px);}
    .menu-cesta .cabecera-cesta {padding-top: 15px;height: 50px}
    .menu-cesta .cabecera-cesta h3 {font-size: 20px}
    .cerrar-cesta{top: 10px;right: 10px}
    .cerrar-cesta img {height: 30px;width: 30px}
    .cuerpo-cesta{height: calc(100vh - 225px);padding: 30px;overflow: scroll}
    #manto-cesta.toogled, #manto-movil.toogled {z-index: 9;opacity: 0.6;background-color: #0d0d0d;}
}


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

.tipografia, .titulo-contenido{text-align: left;color: #505050;text-transform: uppercase;font-family: var(--familia_fuente); font-size: 22px; font-weight: 400;margin-top: 0;}

.titulo-contenido{color: #000;}
.tipografia i{color: var(--secundario)}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: var(--transparencia);}
.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: var(--secundario);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:var(--secundario)}
.bloque_cabecera .bloque_titulo{background-color:var(--secundario);padding:15px}
.bloque_cabecera .bloque_interior{background-color:var(--transparencia);padding:30px 15px}
.bloque_cabecera .bloque_titulo h3{margin:0;color:#fff;text-transform:uppercase;font-family:var(--familia_fuente);font-weight:300}
.bloque_cabecera .imagen{width:100%}
.bloque_cabecera h4{text-transform:uppercase;font-size:22px;font-family:var(--familia_fuente);color:var(--primario)}
.bloque_cabecera .texto{font-size:18px;font-weight:300}
.bloque_imagen_lista .imagen{width:100%;object-fit:cover;margin-bottom:30px}
.bloque_imagen_lista h4{text-transform:uppercase;margin:0;margin-bottom:10px;font-family:var(--familia_fuente);color:var(--primario);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:var(--secundario)}
.bloque_contenido .titulo{background-color:var(--secundario);padding:15px 10px}
.bloque_contenido .titulo h4{color:#fff;margin:0;text-transform:uppercase;font-size:16px;font-family:var(--familia_fuente);font-weight:300}
.bloque_contenido .bloque{padding:0 10px}
.bloque_desplegable .fondo,.bloque_documentos .fondo{background-color:var(--transparencia);padding:20px;margin-bottom:40px}
.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:var(--familia_fuente);color:var(--secundario)}
.bloque_desplegable h2 .fa{color:var(--secundario)}
.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}
.bloque_imagenes img{width:100%}
.bloque_imagenes .flexible{display:flex;align-items:center}

.bloque_desplegable .panel-default>.panel-heading {
    background-color: var(--secundario); border-color: var(--secundario); color: #fff;
}
.bloque_desplegable .panel-default>.panel-heading a {color: #fff;}
.bloque_desplegable .panel-default {border-color: var(--secundario);}


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

.row_persona {padding: 10px 0px; }
.row_persona:nth-child(odd) { background-color: var(--transparencia_pri)}
.row_persona .fa {}

/************************************
*              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}
#modal-cita .form-control{
    color: var(--primario);
    border-radius: 10px!important;
    background: #f8fbff;
    padding: 6px 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    border: 1px solid var(--primario);
}
#modal-cita input::-webkit-input-placeholder,
#modal-cita textarea::-webkit-input-placeholder { 
    color: var(--primario); 
} 

#modal-cita input:-moz-placeholder, /* Firefox 18- */ 
#modal-cita textarea:-moz-placeholder { /* Firefox 18- */ 
    color: var(--primario); 
} 

#modal-cita input::-moz-placeholder, /* Firefox 19+ */ 
#modal-cita textarea::-moz-placeholder { /* Firefox 19+ */ 
    color: var(--primario);
} 

#modal-cita input:-ms-input-placeholder, 
#modal-cita textarea:-ms-input-placeholder { 
    color: var(--primario); 
}

#modal-cita input::placeholder, #modal-cita textarea::placeholder{
    color: var(--primario);
}

#modal-cita .form-control{
    height: 50px;
}

#modal-cita p{
    color: var(--primario);
}

#modal-cita textarea.form-control{
    height: 120px;
}
.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:var(--familia_fuente);}
.noticia .post_details{color:#fff;background-color:var(--secundario);padding:10px;border-bottom:solid 5px var(--primario);text-align:right;font-size:13px}
.post_details li{font-family:var(--familia_fuente);font-size:13px;font-weight:300;color:#fff}
.noticia-detalle-fecha small{font-family:var(--familia_fuente);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:var(--transparencia)}
.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:var(--primario);font-family:var(--familia_fuente);}
.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 var(--primario);background-color:var(--primario);color:#fff}
.widget-noticias .input-group-btn i{font-size:16px}
.widget-noticias2{  position: sticky;
    position: -webkit-sticky;top: 20px;}
.popular{font-size:13px}
.mini-noticia a{font-family:var(--familia_fuente);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:var(--transparencia); max-width:400px;float:left;margin: 0px 20px 12px 0px;}

.titulo_noticia {color: var(--primario);font-size: 30px;text-transform: uppercase;font-family: var(--familia_fuente);margin: 0; }

#busqueda{border-color: var(--primario);}

.marco-contacto{
    background-color: var(--transparencia);padding: 20px;}
.marco-contacto h3{margin-top: 0px}
.widget-noticias{background-color: var(--transparencia)}
.marco-contacto .input-group-addon{background-color: var(--primario); border-color: var(--primario);color: #fff}
.marco-contacto .form-control{border-color: var(--primario);}
.input-group .form-control {
    z-index: 0;
}

.ocultorobots {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}
/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {font-weight: 400; background-color: var(--primario); color: #fff}
#tabla_stocks_resultados .row:nth-child(even) { background-color: var(--transparencia) }
.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: var(--primario);
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: var(--transparencia);
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: var(--primario);
    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: var(--primario);
}

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

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

.filtros{
    height: 112px;
    background-color: var(--transparencia);
    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}
.wow{
    opacity: 0;
}
.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:var(--primario);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: var(--primario);
    color: #fff;
}
.modal-content{border: 0;}
.modal-header .close{color: #FFFFFF; opacity: 1}

/************************************
*             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: var(--primario); 
    border-color: var(--primario); 
} 

.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: var(--familia_fuente);
    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);
}

/***FLOATING 2**/
.floating-icons_2 {
    position: fixed;
    bottom: 1.5rem;
    left: 0;
    z-index: 99;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
}

.floating-icons_2 a {color: #fff!important}
.floating-icons_2>div { 
    font-size: 20px;
    padding: 5px;
    position: relative;
    left: 0px;
    
/*
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
*/
}
.floating-icons_2 .sobre{
    background-color: #ffb25a;
}
.floating-icons_2 .whatsapp{
    background-color: #25D366;
}
.floating-icons_2 .telefono{
    background-color: #6290db;
}
.floating-icons_2 .flecha{
    background-color: #444444;     padding: 0px 5px;
}
.floating-icons_2.timi .sobre, .floating-icons_2.timi .whatsapp, .floating-icons_2.timi .telefono{
    left: -50px;
}
.floating-icons_2.timi .flecha {
    border-top-right-radius: 5px;
}

.zona_button_final {text-align: center}
.titulo_contrato {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 22px;
    margin-bottom: 30px;
}

.contrato_total, .contrato_total p {font-size: 14px;}
.texto_primero_contrato {text-align: center;}
.contrato_total h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}
.contrato_total .explicacion_punto{
    background-color: #f1f1f1;
    padding: 5px 10px;
}

.celda_coloreada{
    background-color: #f1f1f1;
    color: var(--secundario);
    text-transform: uppercase;
}

.puntos_aceptar {padding: 0px;}
.titular_final {text-transform: uppercase}

.lista_precios_texto li { margin-bottom: 10px; }

.caja_logueo {max-width: 800px; background-color: #e9e9e9; margin: 0 auto; padding: 20px;}

.elbot {position: absolute; width: 0px; height: 0px; opacity: 0;}


/***INTERIOR***/
.caja_menu {background-color: var(--secundario); border-radius: 10px; padding: 30px 55px; margin-bottom: 30px; cursor: pointer; text-align: center}
.caja_menu:hover, .caja_menu:focus { background-color: var(--secundario_fuerte); }
.caja_menu .img { width: 100%; fill:#fff; height: 70px }
.caja_menu p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
    color: #d4d0d0;
}

.elemento_galeria {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    background-position: center;
    background-size: cover;
    border: 1px solid #dedede
}

.elemento_galeria:after{content:'';padding-top:66.66%;display:block}

.titulos_archivos {font-size: 20px; margin: 20px 0px;}

.zona_inicio h2 { color: var(--secundario); margin: 0px; }
.zona_inicio h3 { color: var(--primario); font-size: 18px; margin: 10px; }

.linea_total {display: flex;
    align-content: center;
    justify-content: center;}
.linea_total .circulo { 
    width: 50px;
    height: 50px;
    border: 3px solid #000;
    border-radius: 50px;
    position: relative;
    background-size: 60% 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.linea_total .circulo p {    position: absolute;
    top: calc(100% + 17px);
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}
.linea_total .linea { 
    height: 3px;
    width: 30%;
    background-color: #bbbbbb;
    margin: 23px 0px;
}

.alert-grande {font-size: 18px}

.opacidad_suave {opacity: 0.5}

.barra_pagos { line-height: 50px; font-size: 20px; background-color: var(--secundario) }
.btn-gigante {
    padding: 15px 85px;
    font-size: 21px;
    letter-spacing: 1px;
    max-width: 100%;
}

.contenedor_botones {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0px 27%;
}

.explicacion_pago {margin: 15px 0px}

.botones_elecciones .btn {
    margin-bottom: 20px;
}
.botones_elecciones .btn-azul.active {
    /*
    border-width: 4px;
    border-color: var(--primario);
    */
    background-color: var(--primario_fuerte);
    border-color: var(--primario_fuerte);
    box-shadow: none;
}

.btn-name {text-align: left;     padding: 10px 20px;}

.precio_total {font-size: 20px; font-weight: 600;}

.botones_elecciones .btn-azul .check_zone {position: absolute; right: 30px;}
.botones_elecciones .btn-azul .check_visual_ok {display: none;}
.botones_elecciones .btn-azul.active .check_visual {display: none;}
.botones_elecciones .btn-azul.active .check_visual_ok {display: inline;}

.botones_elecciones input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.botones_pagar .btn {margin-bottom: 20px;}

/***BANNER VIDEO***/
.video_banner {    height: 100vh; position: relative; width: 100%; object-fit: cover;}
.banner>.hijo_banner {position: relative}
.pagado{
    color: #fff;
    background-color: var(--primario);
    border-radius: 5px;
    padding: 15px;
}

/***DATOS Y TABS***/

.tabs_distintos .nav-tabs {border: 0px;
    display: flex;
    justify-content: space-around;}
.tabs_distintos .nav-tabs>li {float: none}
.tabs_distintos .nav-tabs>li>a {float: none; background-color: var(--secundario);color: #fff;     border-radius: 10px; border: 0px;}
.tabs_distintos .nav-tabs>li.active>a, .tabs_distintos .nav-tabs>li.active>a:focus, .tabs_distintos .nav-tabs>li.active>a:hover {float: none; background-color: var(--secundario_muy_fuerte);color: #fff;     border-radius: 10px; border: 0px;}

.select_controlado .bootstrap-select {max-width: 230px;}

/**MARCAS NUEVAS**/
.marcas_apartados .marca_apartado { width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat}
.marcas_apartados .marca_apartado:after{content:'';padding-top:66.66%;display:block}


/** FORO **/
.mensaje_foro{ padding: 15px 0px 10px; border-bottom: 1px solid var(--transparencia_pri)}
.mensaje_foro:last-child{ border-bottom: 0px;}

/***AVISO****/

.tira {
    background-color: var(--primario);
    position: absolute;
    padding: 38px 104px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transform: rotate(319deg);
    top: -15px;
    left: -100px;
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 5px;
}

.btn-file {height: 34px}

.caja_tabla {overflow: auto;}


/* ACTUALIZACIÖN DE PAGOS */

.grupo-usuario {
    display: flex;
    /* flex-wrap: wrap; */

    margin-bottom: 20px;
    max-height: 100%;
}

.botones_elecciones .grupo-usuario .btn {
    margin: 0;
}

.botones_elecciones .grupo-usuario .btn:not(.fuerte) {
    width: fit-content;
    min-width: 100%;
    padding-right: 60px;
    border-radius: 0;

    display: flex;
    align-items: center;
}

.botones_elecciones .grupo-usuario .btn.fuerte {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    display: flex;
    align-items: center;
    text-wrap: auto;
    width: calc(100% - 150px);
}

.botones_elecciones .grupo-usuario input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.grupo-usuario .mini-pago-container {
    /* width: 100%; */
    display: flex;
    justify-content: flex-end;
}

.grupo-usuario .mini-pago {
    width: 300px;

    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.botones_elecciones .grupo-usuario .mini-pago label:first-child {
    border-top-right-radius: 4px;
}

.botones_elecciones .grupo-usuario .mini-pago label:last-child {
    border-bottom-right-radius: 4px;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- RResponsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (max-width: 1550px){ /* perfeccionar código - Virginia */

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

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


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .total_menu .container-fluid {
        padding-right: 30px;
    }

    .navbar .boton {
        margin-left: 24px;
    }


    .forma_logo {
        width: 330px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 18px 13px;
        margin: 16px 1px;
    }


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner {
        padding-top: 105px;
    }

    .texto_banner p {
        font-size: 62px;
        line-height: 66px;
    }

    .simbolo {
        height: 415px;
    }

    /* -- -- -- destacado -- -- -- */
    .destacado .caja_magica_forma_parallax_superior {
        top: -4px;
    }

    /* -- -- -- noticia -- -- -- */
    .noticias_portada {
        padding-top: 130px;
        padding-bottom: 140px;
    }

    .caja_magica_noticias {
        bottom: calc(100% - 3px);
    }

    .noticias_portada .row {
        margin-top: 50px;
    }


    /* -- -- -- instagram -- -- -- */
    .top_instagram p {
        font-size: 116px;
        line-height: 94px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .pie_superior {
        padding-top: 64px;
    }





}


@media (max-width: 1450px){ /* perfeccionar código - Virginia */

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

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


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .total_menu .container-fluid {
        padding-right: 15px;
    }

    .navbar .boton {
        margin-left: 15px;
    }

    .forma_logo {
        width: 300px;
        height: 110px;
    }

    .barra_reducida .forma_logo {
        width: 295px;
        height: 110px;
    }

    .forma_logo img {
        height: 68px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 16px 10px;
        margin: 14px 1px;
    }



    .boton.boton_menu .btn {
        width: 178px;
        height: 50px;
        font-size: 14px;
    }

    .caja_img {
        width: 33px;
        height: 33px;
    }

    .boton .btn img {
        height: 18px;
    }


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner p {
        font-size: 60px;
        line-height: 64px;
        padding: 0 20px;
    }

    .simbolo {
        height: 405px;
    }

    /* -- -- -- destacado -- -- -- */
    .destacado .caja_magica_forma_parallax_superior {
        top: -10px;
    }

    .destacado .padre_imagen {
        width: 450px;
        height: 450px;
    }

    .cajon_precios {
        height: 67px;
        margin-top: 40px;
    }

    .texto_destacado .caja_info {
        margin-top: 19px;
    }

    .destacado .caja_magica_forma_parallax_inferior {
        bottom: -3px;
    }


    /* -- -- -- noticias -- -- -- */
    .noticias_portada {
        padding-top: 115px;
        padding-bottom: 125px;
    }


    /* -- -- -- instagram -- -- -- */
    .top_instagram p {
        font-size: 110px;
        line-height: 91px;
    }

    .texto_sobre p.titulo {
        font-size: 37px;
        line-height: 47px;
    }

    .texto_sobre p {
        font-size: 15px;
    }

    /* -- -- -- footer -- -- -- */
    .pie_superior {
        padding-top: 58px;
    }


}



@media (max-width: 1350px){ /* perfeccionar código - Virginia */

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

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


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .total_menu .container-fluid {
        padding-right: 15px;
    }

    .navbar .boton {
        margin-left: 15px;
    }

    .forma_logo {
        width: 250px;
        height: 110px;
    }

    .forma_logo img {
        height: 60px;
        left: -8px;
    }

    .barra_reducida .forma_logo img {
        height: 55px;
        top: 4px;
    }


    .navbar-default .navbar-nav>li>a {
        padding: 16px 8px;
        margin: 14px 1px;
        font-size: 13px;
    }

    .barra_reducida .forma_logo {
        width: 250px;
        height: 106px;
    }


    .boton.boton_menu .btn {
        width: 160px;
        height: 50px;
        font-size: 14px;
    }

    .caja_img {
        width: 30px;
        height: 30px;
    }

    .boton .btn img {
        height: 18px;
    }


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner p {
        font-size: 58px;
        line-height: 62px;
        padding: 0px 25px;
    }

    .simbolo {
        height: 390px;
    }

    .texto_banner {
        padding-top: 95px;
    }

    /* -- -- -- destacado -- -- -- */
    .destacado .caja_magica_forma_parallax_inferior {
        bottom: -4px;
    }

    .destacado .row {
        padding: 0;
        margin: 0;
    }

    .destacado .padre_imagen {
        width: 420px;
        height: 420px;
        left: 18px;
    }

    .texto_destacado .padding {
        padding-left: 50px;
        padding-right: 30px;
    }

    .caja_descarga {
        justify-content: space-between;
        width: 100%;
    }

    .descarga .btn {
        width: 274px;
    }



    /* -- -- -- testimonios -- -- -- */
    .testimonios {
        padding-top: 120px;
        padding-bottom: 116px;
    }

    .caja_comentario .comentario {
        font-size: 21px;
        line-height: 34px;
    }

    .caja_comentario {
        padding: 38px 75px 38px 100px;
        height: 216px;
    }


    .testimonios .boton {
        margin-top: 90px;
    }


    /* -- -- -- noticias_portada -- -- -- */


    /* -- -- -- instagram -- -- -- */
    .top_instagram p {
        font-size: 90px;
        line-height: 79px;
        font-weight: 800;
    }


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

    .texto_sobre {
        width: 526px;
    }

    .newsletter .form-control {
        width: 370px!important;
    }

    .newsletter .alineado {
        justify-content: space-evenly;
    }


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

    .logo_pie img {
        height: 90px;
    }

    .pie_superior {
        padding-top: 42px;
        padding-bottom: 38px;
    }

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



}




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

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

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


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

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .simbolo {
        height: 300px;
    }

    /* -- -- -- Bienvenida -- -- -- */

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

}



/*  Ipad Pro horizontal */
@media only screen 
    and (max-width: 1367px) 
    and (max-height: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1.5){

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

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

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

        /* -- -- -- MAIN -- -- -- */
        /* -- -- -- Banner -- -- -- */
        /* -- -- -- Bienvenida -- -- -- */

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

}

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

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 42px;
        line-height: 43px;
    }

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

    .testimonios .btn {
        height: 55px;
    }

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


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .total_menu {
        background-color: transparent;
        margin-top: 0px;
        -webkit-box-shadow: 4px 4px 16px 8px rgb(0 0 0 / 30%);
        box-shadow: 4px 4px 16px 8px rgb(0 0 0 / 30%)
    }

    .forma_logo {
        width: 200px;
        height: 70px;
        top: 0px;
        filter: drop-shadow(0px 9px 8px rgba(0, 0, 0, 0.1));
    }

    .forma_logo img {
        height: 43px;
        left: -8px;
    }

    .menu_principal {
        background-color: #6290DB;
    }

    header.barra_ampliada {
        z-index: 910;
    }

    header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

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

    .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: #4b7bc8; border-radius: 0;}
    .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: 12px 20px;
        background-color: rgba(0, 0, 0, 0.25);
        white-space: initial;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }


    .dropdown-menu {
        border-radius: 0;
    }

    /* 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: 190px;
        height: 55px;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        margin-left: 0px;
    }

    .boton .btn img {
        height: 18px;
        margin-right: 0px;
    }

    /* fin botón menú */


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

    }

    .sidebar-nav li a .fa {
        margin-right: 12px;
    }

    .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;
        font-weight: 500;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .sidebar-nav li {
        border-bottom: 1px dotted rgb(64 105 170);
    }

    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: #4b7bc8;
    }

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


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner {
        padding-top: 55px;
    }

    .texto_banner p {
        font-size: 55px;
        line-height: 58px;
        padding: 0px 25px;
        -webkit-line-clamp: initial;
    }


    .simbolo {
        height: 374px;
    }


    /* -- -- -- numeros -- -- -- */
    .numeros {
        padding: 140px 0px 80px;
    }

    .numeros.numeros_bajo {
        padding: 80px 0px 150px;
    }

    .cuadro_slider, 
    .contenedor_slider_new_new, 
    .circulo_cara {
        width: 410px;
        height: 380px;
    }

    .simbolos {
        height: 67px;
    }


    .medjugorje {
        height: 650px;
        right: calc(100% - 486px);
        bottom: calc(-150px - 25px);
    }




    /* -- -- -- destacado -- -- -- */
    .destacado .row {
        padding: 0;
        margin: 0 -15px;
    }

    .destacado .padre_imagen {
        width: 390px;
        height: 390px;
        left: 0px;
    }

    .texto_destacado p {
        font-size: 15px;
    }

    .cartel {
        padding: 6px 13px;
        left: -13px;
        margin-bottom: 10px;
    }

    .texto_destacado .caja_info {
        margin-top: 17px;
    }

    .cajon_precios {
        height: 63px;
        margin-top: 30px;
    }

    .caja_descarga {
        padding-top: 38px;
    }


    .descarga .btn {
        width: 225px;
        height: 54px;
    }


    /* -- -- -- testimonios -- -- -- */
    .caja_testimonios {
        padding: 80px 80px 85px 170px;
    }

    .padre_portada_imagen {
        height: 190px;
        width: 190px;
        top: -65px;
        left: -130px;
    }

    .caja_comentario {
        padding: 30px 47px 30px 81px;
        height: 190px;
    }

    .caja_comentario .comentario {
        font-size: 18px;
        line-height: 29px;
    }

    .comillas {
        height: 80px;
        top: -116px;
    }

    .virgen {
        height: 738px;
        left: calc(100% - 116px);
    }

    .testimonios {
        padding-top: 120px;
        padding-bottom: 106px;
    }

    .equipo_splide .splide__pagination {
        bottom: 30px;
    }


    /* -- -- -- noticias_portada -- -- -- */
    .noticias_portada {
        padding-top: 90px;
        padding-bottom: 120px;
    }

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

    .caja_magica_noticias {
        bottom: calc(100% - 5px);
    }


    /* -- -- -- noticias_portada -- -- -- */
    .caja_entrada {
        height: 504px;
    }

    .padre_imagen_noticia {
        height: 364px;
    }

    .informacion {
        height: calc(100% - 364px);
    }


    .caja_entrada.entrada_corta {
        height: 237px;
    }

    .noticias_portada .col_superior, 
    .noticias_portada .col_inferior {
        height: 237px;
    }

    .entrada_corta .padre_imagen_noticia {
        width: 200px;
        height: 237px;
    }

    .entrada_corta .informacion {
        width: calc(100% - 200px);
        height: 237px;
    }


    .informacion .padding {
        padding: 20px 22px 20px;
    }

    .informacion .titular {
        font-size: 17px;
    }

    .entrada_corta .informacion .padding {
        padding: 30px 20px 20px;
    }


    /* -- -- -- Instagram -- -- -- */
    .top_instagram p {
        font-size: 84px;
        line-height: 75px;
        font-weight: 700;
    }



    /* -- -- -- Newsletter -- -- -- */
    .texto_sobre p.titulo {
        font-size: 30px;
        line-height: 38px;
    }

    .texto_sobre p {
        font-size: 13px;
    }

    .texto_sobre {
        width: 450px;
    }

    .newsletter .form-control {
        width: 250px!important;
    }

    .newsletter .btn {
        width: 120px;
        font-weight: 500;
        font-size: 14px;
    }

    .logo_pie img {
        height: 77px;
    }

    .pie_superior {
        padding-top: 30px;
        padding-bottom: 35px;
    }


    /* -- -- -- Footer -- -- -- */


    .caja_menu { padding: 20px; }

    .grupo-usuario .mini-pago {
        width: 250px;
    }
}

/*  Ipad Pro vertical */
@media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2) 
    and (orientation: portrait){

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

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


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

        /* -- -- -- MAIN -- -- -- */
        /* -- -- -- Banner -- -- -- */
        /* -- -- -- Bienvenida -- -- -- */

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

}


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

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 38px;
        line-height: 38px;
        text-align: center;
    }

    h2.h2 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }

    .destacado h2.h2 {
        line-height: 30px;
    }

    .simbolos {
        height: 63px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .simbolos.s_h2 {
        position: absolute;
        top: -19px;
        height: 60px;
    }

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


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .texto_banner p {
        font-size: 46px;
        line-height: 50px;
        padding: 0px 48px;
    }

    .simbolo {
        height: 340px;
    }

    /* -- -- -- numeros -- -- -- */
    .numeros {
        padding: 120px 0px 26px;
    }

    .numeros.numeros_bajo {
        padding: 60px 0px 40px;
    }

    .infor_macion {
        margin-top: 35px;
        text-align: center;
    }

    .cuadro_slider{
        margin: 0 auto;
        margin-top: 30px;
    }


    .cuadro_slider, 
    .contenedor_slider_new_new, 
    .circulo_cara {
        width: 410px;
        height: 380px;

    }

    .numeros .container {
        text-align: center;
    }

    .medjugorje {
        height: 450px;
        right: 0;
        bottom: 0;
        top: 50px;
        position: relative;
        left: 0;
        margin: 0 auto;
    }

    /* -- -- -- destacado -- -- -- */
    .destacado .caja_magica_forma_parallax_superior {
        top: -6px;
    }

    .destacado .padding_all {
        padding-top: 100px;
        padding-bottom: 115px;
    }

    .cartel {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .texto_destacado .cartel p {
        font-size: 13px;
    }

    .texto_destacado p {
        font-size: 15px;
        text-align: center;
    }

    .texto_destacado .padding {
        padding-left: 100px;
        padding-right: 100px;
    }

    .destacado .padre_imagen {
        width: 350px;
        height: 350px;
        right: 0;
        margin: 0 auto;
        margin-top: 0px;
    }

    .descarga .btn {
        width: 258px;
    }

    .cajon_precios {
        height: 60px;
    }

    .destacado .caja_magica_forma_parallax_superior {
        top: -8px;
    }

    .destacado .caja_magica_forma_parallax_inferior {
        bottom: -6px;
    }

    .destacado .padding_all {
        padding-top: 100px;
        padding-bottom: 100px;
    }




    /* -- -- -- testimonio -- -- -- */
    .testimonios {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .testimonios .boton {
        margin-top: 80px;
    }

    .caja_testimonios {
        padding: 60px 60px 60px 140px;
    }

    .padre_portada_imagen {
        height: 160px;
        width: 160px;
        top: -45px;
        left: -104px;
    }
    .tm-popup-video.group-button-style-01 .video-play {
        width: 55px;
        height: 55px;
    }

    .tm-popup-video.style-button-03 .video-play img {
        height: 26px;
    }


    .nombre {
        font-size: 16px;
        padding-left: 80px;
        margin-bottom: 12px;
        color: #ffb25a;
    }

    .comillas {
        height: 60px;
        top: -79px;
    }

    .virgen {
        height: 638px;
        left: calc(100% - 98px);
    }

    .equipo_splide .splide__pagination {
        bottom: 18px;
    }


    .nombre {
        font-size: 18px;
        padding-left: 80px;
        margin-bottom: 12px;
        padding-right: 30px;
        text-align: left;
        -webkit-line-clamp: 1;
    }

    .caja_comentario .comentario {
        font-size: 16px;
        line-height: 25px;
    }

    .caja_comentario {
        padding: 20px 36px 24px 76px;
        height: 190px;
    }

    .testimonios .boton {
        margin-top: 70px;
    }

    .testimonios .container {
        padding: 0px 15px;
        position: relative;
    }


    /* -- -- -- noticias_portada -- -- -- */
    .noticias_portada {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .noticias_portada .row {
        margin-top: 30px;
        margin-right: 0px;
        margin-left: 0px;
    }


    /* -- -- -- noticias_portada -- -- -- */
    .padre_imagen_noticia {
        height: 300px;
    }

    .caja_entrada {
        height: auto;
        margin-bottom: 30px;
    }

    .informacion {
        height: auto;
    }

    .noticias_portada .col_superior,
    .noticias_portada .col_inferior,
    .caja_entrada.entrada_corta {
        height: 230px;
    }


    .entrada_corta .padre_imagen_noticia {
        width: 300px;
        height: 230px;
    }

    .entrada_corta .informacion {
        width: calc(100% - 300px);
        height: 230px;
    }

    .entrada_corta .fecha_y_linea {
        left: 20px;
        width: calc(100% - 40px);
    }


    /* -- -- -- instagram -- -- -- */
    .top_instagram p {
        font-size: 74px;
        line-height: 69px;
        font-weight: 700;
    }

    .texto_sobre p {
        font-size: 13px;
    }

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



    /* -- -- -- Newsletter -- -- -- */

    .newsletter .alineado {
        justify-content: center;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .texto_sobre {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 30px;
    }




    /* -- -- -- footer -- -- -- */
    .resumen_pie.resumen_lg {
        display: none!important;
    }

    .pie_superior {
        padding-top: 10px;
        padding-bottom: 35px;
        text-align: center;
    }

    .logo_pie img {
        height: 85px;
        margin-bottom: 40px;
    }


    .select_controlado {width: 100%;}
    .compartir_input {margin-top: 30px!important;}
    #fact_nombre {margin-top: 30px!important;}

}

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

    .wow {visibility: visible; opacity: 1}

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 28px;
        line-height: 30px;
    }

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

    .simbolos {
        height: 56px;
    }

    .simbolos.s_h2 {
        position: absolute;
        top: -14px;
        height: 54px;
    }




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


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

    .forma_logo {
        width: 158px;
        height: 62px;
    }

    .forma_logo img {
        height: 36px;
        left: -5px;
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- whatsApp -- -- -- */
    .fondo_verde {
        width: 50px;
        height: 50px;
    }

    .bola_whatsapp img {
        height: 27px;
    }

    /* -- -- -- Banner -- -- -- */
    .texto_banner p {
        font-size: 32px;
        line-height: 38px;
        padding: 0px 50px;
    }



    .simbolo {
        height: 230px;
    }

    .forma_boton_cabecera {
        height: 60px;
    }

    .baja {
        bottom: 11px;
    }

    .baja img {
        height: 36px;
    }


    /* -- -- -- Numeros -- -- -- */
    .cuadro_slider, 
    .contenedor_slider_new_new, 
    .circulo_cara {
        width: 320px;
        height: 300px;
    }

    .numeros .row {
        margin: 0 -15px;
    }

    .numeros .row>div {
        padding: 0 15px;
    }

    .infor_macion {
        margin-top: 27px;
        font-size: 15px;
        line-height: 23px;
    }

    .medjugorje {
        width: 100%;
        height: auto;
    }



    /* -- -- -- destacado -- -- -- */
    .descarga{
        width: 47%;
    }

    .descarga .btn {
        width: 100%;
    }

    .texto_destacado .padding {
        padding-left: 70px;
        padding-right: 70px;
    }

    /* -- -- -- testimonios -- -- -- */

    .caja_testimonios {
        padding: 36px 25px 60px 25px;
        text-align: center;
    }


    .testimonios .boton {
        margin-top: 54px;
    }

    .testimonios {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .entrada_texto {
        margin-top: 20px;
    }


    .caja_comentario {
        padding: 50px 30px 24px 30px;
        height: auto;
        display: block;
    }

    .padre_portada_imagen,
    .padre_portada_imagen.padre-xs{
        top: 20px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        position: relative;
        position: relative;
        z-index: 2;
    }

    .padre_portada_imagen.padre-xs{
        display: inline-flex!important;
    }


    .nombre {
        font-size: 16px;
        padding-left: 0px;
        margin-bottom: 12px;
        padding-right: 0px;
        height: auto;
        line-height: 17px;
    }

    .comillas {
        z-index: 3;
        height: 53px;
        top: -176px;
        left: 127px;
        right: 0;
        margin: 0 auto;
    }

    .virgen {
        height: 340px;
        left: calc(100% - 70px);
    }

    .testimonios .btn {
        height: 50px;
        font-size: 12px;
        width: 220px;
    }


    /* -- -- -- noticias_portada -- -- -- */
    .noticias_portada {
        padding-top: 75px;
        padding-bottom: 60px;
    }

    .caja_magica_noticias {
        bottom: calc(100% - 9px);
    }

    .padre_imagen_noticia {
        height: 210px;
    }

    .caja_titular {
        height: 66px;
        margin-bottom: 14px;
    }

    .informacion .titular {
        font-size: 15px;
        -webkit-line-clamp: 3;
    }

    .fecha_imagen {
        margin-top: 12px;
    }

    .noticias_portada .col_superior, .noticias_portada .col_inferior, .caja_entrada.entrada_corta{
        height: auto;

    }

    .caja_entrada.entrada_corta {
        display: block;
        height: auto;
        margin-bottom: 0;
    }

    .caja_entrada.entrada_corta a{
        display: block;
    }

    .entrada_corta .padre_imagen_noticia {
        width: 100%;
        height: 180px;
    }

    .entrada_corta .informacion {
        width: 100%;
        height: auto;
    }

    .entrada_corta .fecha_y_linea {
        position: relative;
        bottom: 0;
        left: 0;
        left: 0px;
        width: 100%;
    }

    .caja_resumen {
        margin-bottom: 14px;
    }

    /* -- -- -- instagram -- -- -- */
    .top_instagram p {
        font-size: 54px;
        line-height: 53px;
        font-weight: 700;
    }

    /* -- -- -- Newsletter -- -- -- */
    .form-inline{
        display: inline-flex;
    }

    .newsletter .padding {
        padding: 30px 0px 24px;
    }

    .logo_pie img {
        height: 78px;
        margin-bottom: 40px;
    }

    .pie_superior {
        padding-bottom: 26px;
    }


    /* -- -- -- FOOTER -- -- -- */
    .pie_inferior .centrado {
        display: block;
    }

    .pie_inferior {
        padding: 10px 0px;
    }

    .copi {
        margin-right: 0px;
    }

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

    .btn {
        white-space:normal !important;
        word-wrap: break-word; 
    }

    .cuadro_info .titulo {font-size: 16px;}
    .cuadro_info .informacion2 { font-size: 14px; margin-top: 15px;}
    .boton .btn {font-size: 14px; height: 36px;}
    .caja_estado p {font-size: 18px;}
    .bloque_peregrinaciones .panel-title {font-size: 15px;}

    .form-style-5 {padding: 15px!important;}
    .form-style-5 .centrado {display: block}
    .tplazas {    margin-bottom: 5px;
        display: block;}
    .select_controlado .bootstrap-select { max-width: none; }
    .form-style-5 .btn-corporativo2 {font-size: 15px!important; max-width: 100%!important}

    .interiores .caja_testimonios {padding: 15px;}

    .botones_elecciones .grupo-usuario .btn.fuerte {
        width: 100%;
    }
    .grupo-usuario .mini-pago-container, .grupo-usuario .mini-pago {
        width: 100%;
    }
    .grupo-usuario {
        flex-wrap: wrap;
    }
    .botones_elecciones .grupo-usuario .btn.fuerte {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .botones_elecciones .grupo-usuario .mini-pago label:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .botones_elecciones .grupo-usuario .mini-pago label:last-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}


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

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

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


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


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner p {
        font-size: 25px;
        line-height: 34px;
        padding: 0px 20px;
    }

    .simbolo {
        height: 180px;
    }




    /* -- -- -- Destacado -- -- -- */
    .destacado .caja_magica_forma_parallax_superior {
        top: -10px;
    }

    .destacado .caja_magica_forma_parallax_inferior {
        bottom: -7px;
    }

    .texto_destacado .padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .destacado .padding_all {
        padding-top: 70px;
        padding-bottom: 91px;
    }


    .destacado .padre_imagen {
        width: 300px;
        height: 300px;
    }


    /* -- -- -- instagram -- -- -- */
    .top_instagram p {
        font-size: 40px;
        line-height: 42px;
        font-weight: 700;
    }

    .linea_blanca_error {
        height: 9px;
    }

    /* -- -- -- footer -- -- -- */
    .texto_sobre p.titulo {
        font-size: 23px;
        line-height: 30px;
    }

    .texto_sobre p {
        font-size: 13px;
        line-height: 16px;
    }

    .newsletter .form-control {
        width: 180px!important;
    }

    .newsletter .btn {
        width: 110px;
        font-size: 13px;
    }


    .logo_pie img {
        height: 64px;
        margin-bottom: 32px;
    }


    footer .pie_superior_info {
        align-items: center;
        justify-content: center;
        width: 100%;
        display: block;
        text-align: center;
    }


    .separa_linea_verde {
        height: 1px;
        width: 125px;
        margin: 24px auto;
    }

    .menu_vertical p.titular, .sedes p.titular {
        text-align: center;
    }

    .menu_vertical p.titular, .sedes p.titular {
        margin-bottom: 20px;
    }

    .sedes.contacto {
        margin: 0 auto;
    }

    .menu_vertical .centrado, .icono_texto_pie .centrado {
        justify-content: center;
    }


}

@media (max-width: 380px){ /* móviles */
    .caja_descarga {
        display: inline-block;
        justify-content: center;
    }

    .descarga {
        width: 100%;
    }

    .descarga.uno {
        margin-bottom: 20px;
    }

}


/*//ESTILOS GENERALES//*/
@media (max-width: 1200px){
    .dropdown-submenu>a:after {
        display: none;
    }
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: var(--secundario);
        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: 20px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.left .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: var(--primario);
        border: 1px solid var(--primario);
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-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}
    .marco-contacto{margin-top: 40px;}
    .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: var(--secundario);
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid var(--primario);
        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;
        flex-wrap: wrap;
    }
    .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: 25px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .left .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: 260px;
    }
    h3.categoria {
        text-align: center;
    }
    span.precio {
        font-size: 48px;
        font-family: var(--familia_fuente);
        font-weight: 400;
    }
    span.tachado {
        font-size: 24px;
        font-family: var(--familia_fuente);
        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;}
}


.btn-azul { 
    color: #ffffff; 
    background-color: var(--secundario); 
    border-color: var(--secundario); 
} 

.btn-azul:hover, 
.btn-azul:focus, 
.btn-azul:active, 
.btn-azul.active, 
.open .dropdown-toggle.btn-azul { 
    color: #ffffff; 
    background-color: var(--secundario_fuerte); 
    border-color: var(--secundario); 
} 

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

.btn-azul.disabled, 
.btn-azul[disabled], 
fieldset[disabled] .btn-azul, 
.btn-azul.disabled:hover, 
.btn-azul[disabled]:hover, 
fieldset[disabled] .btn-azul:hover, 
.btn-azul.disabled:focus, 
.btn-azul[disabled]:focus, 
fieldset[disabled] .btn-azul:focus, 
.btn-azul.disabled:active, 
.btn-azul[disabled]:active, 
fieldset[disabled] .btn-azul:active, 
.btn-azul.disabled.active, 
.btn-azul[disabled].active, 
fieldset[disabled] .btn-azul.active { 
    background-color: var(--secundario); 
    border-color: var(--secundario); 
} 

.btn-azul .badge { 
    color: var(--secundario); 
    background-color: #ffffff; 
}

.btn-azul.fuerte {
    background-color: var(--secundario_muy_fuerte);
}

.btn-amarillo { 
    color: #ffffff; 
    background-color: var(--primario); 
    border-color: var(--primario); 
} 

.btn-amarillo:hover, 
.btn-amarillo:focus, 
.btn-amarillo:active, 
.btn-amarillo.active, 
.open .dropdown-toggle.btn-amarillo { 
    color: #ffffff; 
    background-color: var(--primario_fuerte); 
    border-color: var(--primario_fuerte); 
} 

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

.btn-amarillo.disabled, 
.btn-amarillo[disabled], 
fieldset[disabled] .btn-amarillo, 
.btn-amarillo.disabled:hover, 
.btn-amarillo[disabled]:hover, 
fieldset[disabled] .btn-amarillo:hover, 
.btn-amarillo.disabled:focus, 
.btn-amarillo[disabled]:focus, 
fieldset[disabled] .btn-amarillo:focus, 
.btn-amarillo.disabled:active, 
.btn-amarillo[disabled]:active, 
fieldset[disabled] .btn-amarillo:active, 
.btn-amarillo.disabled.active, 
.btn-amarillo[disabled].active, 
fieldset[disabled] .btn-amarillo.active { 
    background-color: var(--primario_fuerte); 
    border-color: var(--primario_fuerte); 
} 

.btn-amarillo .badge { 
    color: var(--primario_fuerte); 
    background-color: #ffffff; 
}

