html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 0px;
}

body {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
}

em {
    font-style: italic;
}

a {
    transition: all .4s ease-in-out;
}

a:hover {
    transition: all .4s ease-in-out;
    opacity: .6;
}

#video-1 > div.seccion-contenido > div > p:nth-child(2) > span {
    font-weight: 900;
    text-transform: uppercase;
} 

.mainiconMovil {
    display: none;
}

/*header {
    position: fixed;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 1;
}*/

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 4rem;
    box-sizing: border-box;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    transition: all .5s ease-in-out;

}

header h1 {
    margin-top: -1.5rem;
    padding-top: 1rem;
}

header ul {
    display: flex;
    margin-top: 1rem;
    transition: all .4s ease-in-out;
}

header ul li a {
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-direction: column-reverse;
    /* font-size: 1.1em; */
    justify-content: center;
    transition: all .5s ease-in-out;
    align-items: center;
    text-align: center;
    width: 100px;
}

header ul li a:hover span {
    transition: all .5s ease-in-out;
    opacity: 1;
}

header ul li a span {
    opacity: 0;
    font-size: .85em;
}

header ul li a>span {
    margin-top: 8px;
    width: 100%;
}

.brCite {
    display: block;
    margin-top: 5px;
}

header ul li a svg {
    fill: #fff;
    transition: all .5s ease-in-out;
    width: 23px;
    height: 23px;
}

svg#arrow-mwnu {
    display: none;
}

.icon-menu,
.cerrar-menu {
    display: none;
}


header svg {
    height: auto;
    width: 220px;
}

header.mod-header {
    background: #fff;
    transition: all .5s ease-in-out;
}

header.mod-header h1 svg .mae-l {
    fill: #000;
}

header.mod-header ul li a {
    color: #000;
    transition: all .5s ease-in-out;
}

header.mod-header ul li a svg {
    fill: #000;
    transition: all .5s ease-in-out;
}

header.mod-header svg#puerta-s .pue-1 {
    fill: #000;
}


header.mod-header .puertayl1 {
    fill: #000;
}

header.mod-header .puertayl3 {
    fill: #000;
}


footer {
    background: #ebebeb;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
}

footer .correo-home {
    padding: 0 4rem;
}

footer .correo-home p {
    color: #000;
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

footer .correo-home>div {
    margin: 0 10rem;
    color: #000;
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 400;
}

footer .correo-home strong {
    display: block;
    font-size: 13px;
    margin-top: 0.7rem;
    font-style: italic;
}

footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer ul h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 1rem;
}

footer ul li a {
    display: inline-block;
    color: #555;
    font-size: 1.1em;
    padding: .3rem 0;
}

section {
    height: 100vh;
    width: 100%;
    background-color: #d8d8d8;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    box-sizing: border-box;
}

section.active {
    visibility: visible;
}

section .wrapperText {
    color: #fff;
    width: 97%;
    padding: 3rem 5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 2rem;
}

.linkyoutube {
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    background: #9f0000;
    margin-left: auto;
    padding: .6rem 1rem;
    width: 85%;
    border-radius: 3px;
    display: block;
    margin-bottom: 1rem;
}

.wrapperTextButton {
    color: #fff;
    margin-top: 2rem;
}

.wrapperTextButton p {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.3em;
}

.wrapperTextButton h1 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.3em;
}

a.refresh {
    color: #fff;
    font-weight: 700;
    display: flex;
    text-align: center;
    padding: .4rem 1.5rem;
    border-radius: 4px;
    margin-top: .5rem;
    justify-content: center;
    align-items: center;
    background-color: #d29b00;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    position: absolute;
    right: 5%;
    bottom: 5%;
}

a.refresh svg {
    fill: #fff;
    width: 16px;
    height: auto;
    margin-right: 7px;
}

.wrapperTextButton p:nth-child(2) {
    margin-bottom: .7rem;
}

.wrapperTextButton p strong {
    display: block;
    margin-top: .5rem;
}

section .wrapperText span {
    display: block;
    margin-bottom: .2rem;
}

#portada>div>p {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}

section .wrapperText h2 {
    font-weight: 500;
    font-size: 2em;
    padding-bottom: 3rem;
    line-height: 1.3;
}

section .wrapperText p {
    font-size: 1.5em;
    text-align: right;
    line-height: 1.3;
}

#portada>div>div>p:nth-child(3)>span {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}

.wrappP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#video-1 .wrapperVideo .wrappP p {
    margin: 0 !important;
    line-height: 1.3;
    width: 60% !important;
    text-align: justify;
}


section .wrapperText+.link_1 {
    display: flex;
    align-items: center;
    color: #fff;
    /* font-size: 1.3em; */
    font-weight: 600;
    margin-top: 1.5rem;
    background: red;
    padding: .5rem 1rem;
    border-radius: 7px;
}

section .wrapperText+.link_1 svg {
    width: 40px;
    height: 100%;
    margin-right: 1rem;
}

.wrapperImgVideo {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 2rem 0;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#video-1>div>div.wrappP>p:nth-child(1) {
    font-weight: 600;
}

#portada,
#presentacion {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#portada {
    background-image: url(img/sec-01.jpg);
    flex-direction: column;
}

#presentacion {
    background-image: url(img/sec-03.jpg);
}

#video {
    background-image: url(img/sec-culto.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: row;
    padding: 6rem 5rem 0 5rem;
    box-sizing: border-box;
}

.textRepr {
    color: #fff;
    /* font-size: 1.6em; */
    font-weight: 500;
    line-height: 1.3;
}

.textRepr strong {
    display: block;
    margin-top: 1rem;
}

section>div {
    width: 50%;
    padding: 0 3rem;
    box-sizing: border-box;
}

.transmisiones .texto-intro-sec p:last-child {
    margin-top: 2.5rem;
}

.transmisiones .btn__provisorio {
    background-color: rgb(156, 28, 28);
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 1rem;
    padding: .6rem 1rem;
}

.seccion-contenido {
    text-align: right;
}

.biblioteca .seccion-contenido {
    text-align: left;
}

.biblioteca .texto-intro-sec {
    border: 0;
    border-left: 1px solid #fff;
}

.biblioteca .texto-intro-sec p {
    text-align: right !important;
}

.biblioteca #video .seccion-contenido {
    width: 60%;
}

.biblioteca #video .texto-intro-sec {
    width: 40%;
}

.texto-intro-sec {
    border-right: 1px solid #fff;
    padding-left: 1rem;
}

#video-1 {
    background-image: url(img/sec-culto-2.jpg);
    background-size: cover;
    padding-top: 3rem;
}

#video>div.seccion-contenido>div>p>span {
    font-weight: 600;
    font-size: .95em;
    display: inline-block;
    margin-top: .4rem;
}

#contacto {
    background-image: url(img/puerta-entreabierta.jpg);
    background-position: center;
    background-size: cover;
}

#ofrenda {
    background-image: url(img/sec-culto-trigo.jpg);
}

svg#rollo {
    width: 39px;
    height: 27px;
}

svg#nest {
    width: 68px;
    height: 30px;
    margin-top: -6px;
}

#ofrenda ul li {
    margin: .2rem 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff !important;
}

#ofrenda>div.wrapperTextC>div>p {
    /* font-size: 1.5em; */
    margin-bottom: 15px;
}

.ofrenda ul h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.ofrenda-text ul {
    color: #fff;
}

#presentacion .juan8 {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 60%;
    margin-top: 2rem;
    text-align: center;
    justify-content: space-between;
    color: #fff;
}

#presentacion .juan8 .textSec1 {
    padding-top: 2rem;
    border-top: 1px solid;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.3;
}

#presentacion .juan8 .textSec1 p:nth-child(2) {
    margin-top: 1rem;
}

#presentacion .juan8 .textSec2 p {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.3;
}

#presentacion .juan8 .textSec2 p em {
    font-style: italic;
}

#presentacion .juan8 .textSec2 p span:first-child em {
    font-size: 1.3em;
}

#presentacion .juan8 .textSec2 p span:last-child {
    display: block;
}

#presentacion .juan8 .textSec2 q {
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    margin-top: 1rem;
}

#video>div.wrapperVideo>p {
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.3rem;
}

#ofrenda>p>strong {
    display: block;
    margin-top: .7rem;
    font-size: .9em !important;
}

.biblioteca .wrapperVideo {
    height: 70vh;
    overflow-y: scroll;
    margin-top: 5rem !important;
}

.biblioteca .wrapperVideo ul.list::-webkit-scrollbar {
    width: 12px !important;
    background: rgb(255 255 255 / 0.6);
    display: block !important;
}

.biblioteca .wrapperVideo ul.list::-webkit-scrollbar-thumb {
    background: rgb(146 146 146 / 58%);
    border-radius: 9px;
    height: 63px;
    border: 2px solid rgb(255 255 255 / 0.6);
    display: block !important;
}

.biblioteca .wrapperVideo>p {
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 1.5rem;
}

.wrapperActualizar-limkoutube a {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.wrapperActualizar-limkoutube a span {
    display: inline-block;
    padding: .3rem 1.2rem;
    background-color: red;
    color: #fff;    
    border-radius: 4px;
    margin-left: .5rem;
} 

.imgYoutuube {
    display: flex;
    position: absolute;
    bottom: 5%;
    align-items: center;
    left: 5%;
}

.imgYoutuube > span {
    color: #fff;
    font-weight: 500;
    font-size: 1.7em;
    margin-left: .5rem;
    display: inline-block;
}

.imgYoutuube img {
    width: 50px;
}
/* .wrapperVideo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
} */

.container-sec {
    margin: 0 10rem;
}

#ofrenda>div>div>p:nth-child(2) {
    font-size: 1.3em;
    font-weight: 600;
}

.texto-intro {
    text-align: center;
    width: 70%;
    margin: 2.5rem 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    /* font-size: 1.5em; */
}

p.texto-intro strong {
    display: block;
    /* font-size: .9em; */
    margin-top: .7rem;
}

body.contacto>footer>div p {
    /* font-size: 1.3em !important; */
}

body.contacto>footer>div p>strong {
    font-size: 1.2em !important
}

#ofrenda>div.texto-intro>p:nth-child(2)>strong {
    display: block;
    margin-top: .7rem;
    font-size: .9em;
}

.wrapperVideo img {
    width: 50%;
}

#video-1>div>p:nth-child(4) {
    margin-top: .2rem;
}

/* #video-1>div>p {
    font-size: 1.7em !important;
} */

#video-1>div>p strong {
    display: block;
    font-size: .8em;
    margin-top: .4rem;
}

#video-1>div>p:nth-child(4) strong {
    display: block;
    margin-top: .5rem;
}

.wrapperVideo p span {
    display: inline-block;
    text-align: center;
    font-weight: 800;
    /* font-size: 1.1em; */
}

.rojoEsc {
    font-weight: 700;
    color: #930000
}

/* #video-1 .wrapperVideo p,
#video .wrapperVideo p {
    display: block;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    margin-top: 1.5rem;
    text-align: center;
    width: 70%;
} */

#video-1 .wrapperVideo p img,
#video .wrapperVideo p img {
    width: 30px;
    height: auto;
    display: inline-block;
    margin: 0 .3rem;
}

.arrow__down {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 50px;
}

.wrapperTextC {
    color: #fff;
    text-align: center;
    width: 70%;
    border-top: 1px solid;
}

body.presentacion h2 {
    font-size: .9em;
    font-weight: 600;
    margin-top: 1.2rem;
}

.wrapperTextC>div {
    padding: 2rem 0;
    border-bottom: 1px solid;
}

.ofrenda .ofrenda-text p {
    color: #fff;
    font-weight: 600;
    text-align: right;
    font-size: 1.3em;
    margin-bottom: 2rem;
}

#contacto h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

#contacto li {
    margin: .7rem 0;
    font-size: 1.1em;
    font-weight: 600;
}

#contacto li a {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#contacto li a svg {
    width: 15px;
    fill: #fff;
    margin-left: 7px;
}

svg#mail-c {
    height: auto !important;
    width: 20px !important;
    margin-left: 10px !important;
}

svg#celu {
    margin-left: 15px !important;
}

svg#tel-casa {
    width: 20px !important;
    height: auto !important;
    margin-left: 12px !important;
}

.arrow__down svg {
    width: 20px;
    height: auto;
}

#video-1>div>p:nth-child(3) {
    margin-bottom: 1rem;
}

.arrow__down.arrow__down--mod svg {
    transform: rotate(180deg);
}

body.portada>header>nav>ul>li:nth-child(2)>a span {
    opacity: 1;
}

body.presentacion>header>nav>ul>li:nth-child(3)>a span {
    opacity: 1;
}

body.contacto>header>nav>ul>li:nth-child(4)>a span {
    opacity: 1;
}

body.transmisiones>header>nav>ul>li:nth-child(5)>a span {
    opacity: 1;
}

body.biblioteca>header>nav>ul>li:nth-child(6)>a span {
    opacity: 1;
}

body.ofrenda>header>nav>ul>li:nth-child(7)>a span {
    opacity: 1;
}

/* .contacto .texto-intro {
    font-size: 1.7em;
} */

svg#nido-2 {
    width: 76px;
    height: 32px;
    margin-top: -5px;
}

svg#vela-2 {
    width: 40px;
    height: auto;
    margin-top: -8px;
}

.texto-intro-sec p {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    font-size: 1.3em;
}

.texto-intro-sec p:first-child {
    margin-bottom: 2.5rem;
}

.ofrenda .texto-intro-sec p span {
    display: block;
    margin: .3rem 0;
}

.texto-intro-sec p strong {
    display: block;
    margin-top: 1.3rem;
    font-size: .9em;
}

.ofrenda .texto-intro-sec p {
    margin: 0;
}

.ofrenda .texto-intro-sec p strong {
    margin-top: 1rem;
}

body > footer > div > div > p:nth-child(2) {
    margin-top: 1rem;
}

svg#puertayl {
    height: auto;
    width: 27px;
}

audio {
    width: 100%;
}

audio::-internal-media-controls-download-button {
    display: none !important;
}

audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    /* Adjust as needed */
}

.botonCanal {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    background: red;
    font-style: 1.1em;
    padding: .4rem 1rem;
    border-radius: 3px;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

svg#loud {
    height: auto;
    width: 40px;
    margin-top: -9px;
}

.biblioteca div.texto-intro-sec>p span {
    display: block;
    margin-top: .4rem;
}


.popUp {
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.popUp .wrapperPopUp {
    position: absolute;
    padding: 2.5rem 1.5rem;
    /* background-image: url(img/fondo-pop.jpg); */
    background-color: #f7f7f7;
    width: 50vw;
    height: 75vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.popUp .wrapperPopUp .closePop {
    cursor: pointer;
    position: absolute;
    right: 4%;
    top: 4%;
}

.popUp .wrapperPopUp .closePop svg {
    width: 16px;
    height: auto;
}

.popUp .wrapperPopUp .text {
    margin-top: 1.5rem;
    text-align: center;
    height: 90%;
    overflow-y: scroll;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

/* .popUp .wrapperPopUp .text::before {
    content: '';
    width: 100%;
    height: 35px;
    bottom: 0;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

} */

.popUp .wrapperPopUp .text h3 {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.popUp .wrapperPopUp .text p {
    font-weight: 500;
    color: #555;
    margin-bottom: .5rem;
    line-height: 1.3;
    font-size: 1.1em;
}

.popUp .wrapperPopUp .text h3 span {
    display: block;
}

.popUp .wrapperPopUp .text cite {
    display: block;
    margin-top: 1rem;
    font-weight: 600;
}


/* Lista de Reproducción */
.itemLista {

    padding: 1rem .5rem;
    border-top: 1px solid #fff;
    cursor: pointer;
}

.itemLista:last-child {
    border-bottom: 1px solid #fff;
}

.itemLista .wrapperMainList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.itemLista img {
    width: 80px;
}

.itemLista .textLista {
    text-align: left !important;
    color: #fff;
    margin: 0 1rem 0 3rem;
}

.itemLista .textLista h3 {
    font-weight: 700;
    margin-bottom: .7rem;
}

.itemLista svg {
    height: auto;
    width: 35px;
    transition: all -5s ease-in-out;
}


ul.list {
    margin-top: 1.3rem;
    text-align: left !important;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 2rem;
    display: none;
    height: 40vh;
    overflow-y: scroll;
}

ul.list>li {
    border-bottom: 1px solid #fff;
    padding: 1rem;
}

.wrapperTextList {
    margin-bottom: 1rem;
}

.wrapperTextList h4 {
    margin-bottom: .5rem;
    font-weight: 700;
}

li.itemLista.active > div > svg {
    transform: rotate(-180deg);
    transition: all -5s ease-in-out;
}


/* Solo Cultos */

.cultos header>nav>ul>li:nth-child(3)>a span {
    opacity: 1;
}

.cultos header svg#hazLuz {
    width: 35px;
    height: auto;
    margin-top: -3px;
}

.cultos header.mod-header svg#hazLuz .haz {
    fill: #000;
}


.cultos section {
    background-image: url(img/siloe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.cultos .cultos__col-left {
    padding-right: 4rem;
    border-right: 2px solid #fff;
}

.cultos .cultos__col-left h2 {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cultos .cultos__col-left ul {

}

.cultos .cultos__col-left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #fff;
}

.cultos .cultos__col-left ul li > div {
    display: flex;
    align-items: center;
}

.cultos .cultos__col-left ul li img {
    width: 70px;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cultos .cultos__col-left ul li > div .cultos__text {
    margin-left: 2rem;
}

.cultos .cultos__col-left ul li > div .cultos__text h3 {
    margin-bottom: .3rem;
    font-weight: 700;
    font-size: 1.1em;
}

.cultos .cultos__col-left ul li .cultos__link {
    color: #fff;
    border: 1px solid #fff;
    padding: .4rem 1rem;
    text-align: center;
}

.cultos .cultos__col-right {
    padding-left: 4rem;
    text-align: right;
    font-weight: 700;
    font-size: 1.1em;
}

.cultos .cultos__col-right p {
    margin-bottom: 1.4rem;
    line-height: 1.3;
}

.cultos .cultos__col-right p >span {
    display: block;
    margin-bottom: .6rem;
} 

.cultos footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 400;
}

.cultos footer > div > span {
    display: block;
    margin-top: 1.3rem;
    font-size: .9em;
    font-style: italic;
}

a.link_img {
    display: block;
    margin-top: 3rem;
}

a.link_img img {
    max-width: 100%;
    width: 350px;
    display: block;
    margin-left: auto;
}

.transmisiones a.link_img {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.wrapperActualizar {
    padding: 1rem;
    margin: .5rem 0;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    display: inline-block;
}


/* Solo Cultos */

.cultos header>nav>ul>li:nth-child(3)>a span {
    opacity: 1;
}

.cultos svg#culto-c {
    width: 85px;
    height: auto;
    margin-top: -6px;
}

.cultos header.mod-header svg#hazLuz .haz {
    fill: #000;
}


.cultos section {
    background-image: url(img/siloe2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 4rem;
}

.cultos .cultos__col-left {
    padding: 0 4rem 0 0;
    border-right: 2px solid #fff;
    width: 40%;
}

.cultos .cultos__col-left h2 {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.cultos .cultos__col-left h2 cite {
    display: block;
    margin-top: 7px;
    font-size: .9em;
    font-weight: 500;
}

.cultos .cultos__col-left ul {
    height: 55vh;
    overflow-y: scroll;
}

.cultos .cultos__col-left ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #fff;
}

.cultos .cultos__col-left ul li > div {
    display: flex;
    align-items: center;
}

.cultos .cultos__col-left ul li img {
    width: 70px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.cultos .cultos__col-left ul li > div .cultos__text {
    margin: 0 1rem;
}

.cultos .cultos__col-left ul li > div .cultos__text h3 {
    margin-bottom: .3rem;
    font-weight: 700;
    font-size: 1.1em;
}

.cultos .cultos__col-left ul li .cultos__link {
    color: #fff;
    border: 1px solid #fff;
    padding: .6rem .7rem;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    display: block;
    margin-top: .6rem;
}

.cultos .cultos__col-right {
    padding: 0 0 0 4rem;
    text-align: left;
    font-weight: 700;
    font-size: 1.1em;
    width: 60%;
}

.cultos .cultos__col-right p {
    margin-bottom: 1.4rem;
    line-height: 1.3;
    text-align: left;
}

.cultos  .cultos__col-right > div > p:nth-child(2) {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.cultos .cultos__col-right p >span {
    display: block;
    margin-bottom: .6rem;
} 

.cultos footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 400;
}

.cultos footer > div > span {
    display: block;
    margin-top: 1.3rem;
    font-size: .9em;
    font-style: italic;
}

.bold {
    font-weight: 800;
    font-size: 1.1em;
}

#video-1 > div.seccion-contenido > div > div.wrapperActualizar.wrapperActualizar-limkoutube > p {
    font-weight: 500;
    font-size: 1.1em;
    padding-top: .3rem;
    text-align: left;
}

.disclaimer-reunion {
    width: 80% !important; 
}

.disclaimer-reunion span {
    text-align: center;
    display: block;
    margin: 3rem 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.radioEsperanza h1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.2rem;
    font-weight: 400;
}

.radioEsperanza h1 span:nth-child(2) {
    font-weight: 800;
}
a.esperanzaImg.link_img img {
    width: 190px;
}


@media (max-width: 991.1px) {

    body {
        margin-bottom: 55px;
        background: #ebebeb;
    }

.imgYoutuube img {
    width: 35px;
}

    .icon-menu,
    .cerrar-menu {
        display: block;
    }

    header {
        padding: 1rem;
    }


    header h1 svg {
        width: 180px;
    }

    span.icon-menu {
        display: flex;
        color: #fff;
        font-weight: 600;
        align-items: center;
        cursor: pointer;
    }

    header.mod-header span.icon-menu {
        display: flex;
        color: #000;
        font-weight: 600;
        align-items: center;
        cursor: pointer;
    }

    span.icon-menu svg {
        width: 22px;
        height: 100%;
        fill: #fff;
        margin-left: 8px;
    }

    header.mod-header span.icon-menu svg {
        width: 22px;
        height: 100%;
        fill: #000;
        margin-left: 8px;
    }


    section .wrapperText {
        padding: 2rem 1rem;
        margin-top: 1rem;
    }

    header ul {
        display: flex;
        position: fixed;
        justify-content: center;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: -150%;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 1) 82%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#000000', GradientType=1);

    }

    header ul li {
        margin: 0;
    }

    header ul .cerrar-menu {
        display: flex;
        color: #fff;
        font-weight: 600;
        align-items: center;
        cursor: pointer;
        position: absolute;
        top: 27px;
        right: 1rem;
    }

    header ul .cerrar-menu svg {
        width: 18px;
        fill: #fff;
        margin-left: 8px;
    }

    header ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        width: 100%;
        padding: 1.2rem;
        border-top: 1px solid #fff;
        flex-direction: row-reverse;
        padding-left: 3rem;
    }

    header.mod-header ul li a {
        color: #fff;
        transition: all .5s ease-in-out;
    }

    header.mod-header ul li a svg {
        fill: #fff;
        transition: all .5s ease-in-out;
    }

    header ul li a span {
        opacity: 1;
        text-align: left;
    }

    header ul li a>span {
        margin-top: 0px;
        transition: all .5s ease-in-out;
        width: 100%;
        margin-left: 1rem;
    }

    header ul li:last-child a {
        border-bottom: 1px solid #fff;
    }

    footer {
        background: #ebebeb;
        padding: 3rem 0;
        display: flex;
        justify-content: center;
    }

    footer ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    svg#arrow-mwnu {
        display: block !important;
        fill: #fff;
        width: 14px;
        height: 100%;
    }

    iframe {
        width: 250px;
        height: auto;
    }

    section .wrapperText h2 {
        text-align: center;
        font-size: 1.5em;
        padding-bottom: 1rem;
    }

    section .wrapperText p {
        font-size: 1.2em;
        text-align: center;
    }

    .botonCanal {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    #video .wrapperVideo p {
        font-size: 1.2em;
        display: block;
        line-height: 1.3 !important;
        text-align: center;
        font-weight: 600;
    }

    #video .wrapperVideo p img {
        width: 20px;
    }

    #presentacion .juan8 {
        width: 100%;
        margin-top: -1rem;
    }

    #presentacion .juan8 .textSec1 {
        padding-top: 1rem;
        font-size: 1.2em;
    }

    #presentacion .juan8 span:nth-child(1) em:nth-child(1) {
        font-size: 1.3em;
    }

    #presentacion .juan8 .textSec2 p span:first-child em {
        font-size: 1.3em;
    }

    #presentacion .juan8 .textSec2 p {
        font-size: 1.2em;
        font-weight: 600;
    }

    .textSec2 {
        margin-top: 3rem;
    }

    #presentacion .juan8 .textSec2 q {
        font-size: 1.2em;
    }

    #portada>div>p {
        font-size: .9em;
    }

    section .wrapperText {
        color: #fff;
        width: 90%;
    }

    .wrapperVideo img {
        width: 85%;
    }

    .itemLista img {
        width: 65px !important;
    }

    ul.list {
        padding: 0;
    }

    .itemLista svg {
        display: none;
    }

    .itemLista .textLista {
        margin: 0 0 0 1rem;
    }

    .itemLista .textLista h3 {
        font-size: 1.1em;
        margin-bottom: .4rem;
    }

    .itemLista .textLista p {
        font-size: 1em !important;
        font-weight: 500 !important;
        text-align: left !important;
    }

    .wrapperTextC {
        color: #fff;
        text-align: center;
        width: 95%;
    }

    .ofrenda p {
        font-size: 1.2em;
        font-weight: 800;
        font-style: italic;
        margin-bottom: 1rem;
    }

    .wrapperTextC>div {
        padding: 1rem 0;
        border-bottom: 1px solid;
    }

    #contacto h3 {
        /* font-size: 1.2em; */
        /* font-weight: 600; */
        /* margin-bottom: .5rem; */
        text-align: center;
    }

    #contacto li {
        margin: .7rem 0;
        font-size: 1em;
        font-weight: 600;
        overflow-y: scroll;
        text-align: center;
    }

    .right0 {
        right: 0 !important;
        transition: all .4s ease-in-out;
        margin: 0;
    }

    footer .correo-home>div {
        margin: 0;
        font-size: 1em;
    }



    footer .correo-home {
        padding: 0 2rem;
    }

    header h1 {
        margin-top: 0;
        padding-top: .5rem;
    }

    #video-1 .wrapperVideo .wrappP p {
        width: 85% !important;
    }

    .wrapperImgVideo {
        width: 85%;
    }

    #video-1 {
        height: 100% !important;
        padding: 6rem 0 !important;
        flex-direction: column-reverse;
    }

    #video {
        padding: 6rem 0 !important;
        flex-direction: column;
        height: 100% !important;
    }

    .biblioteca #video .wrapperVideo p {
        font-size: 1.4em;
        display: block;
        line-height: 1.2 !important;
        text-align: left;
        font-weight: 800;
    }

    .biblioteca #video .wrapperVideo p span {
        font-size: .9em;
        display: block;
        text-align: left;
    }

    #video>div {
        width: 100%;
    }

    .textRepr {
        font-size: 1.4em;
        text-align: center;
    }

    section {
        height: 100%;
        padding: 6rem 0 !important;
        flex-direction: column;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    section#portada {
    height: 100vh;
}

    section>div {
        width: 85% !important;
        padding: 0;
        padding: 3rem 0;
        box-sizing: border-box;
    }

    .biblioteca section>div {
        padding: 1rem 0;
    }

    #contacto {
        background-position: center left;
        background-size: cover;
        height: 100%;
        padding: 4rem 0 1rem 0 !important;
    }

    #presentacion {
        background-image: url(img/sec-03.jpg);
        height: 100%;
        padding-top: 7rem !important;
    }

    .wrapperTextButton {
        color: #fff;
        margin-top: 2rem;
        text-align: center;
    }

    svg#nido-2 {
        width: 45px;
        height: auto;
        margin-top: 0;
        margin-left: -12px;
    }

    svg#vela-2 {
        width: 41px;
        height: auto;
        margin-top: 0;
        margin-left: -10px;
    }

    svg#rollo {
        width: 39px;
        height: 27px;
        margin-left: -9px;
    }

    svg#esca {
        height: auto;
        width: 16px;
    }

    .ofrenda .ofrenda-text p {
        color: #fff;
        font-weight: 600;
        text-align: center;
        font-size: 1.3em;
        margin-bottom: 2rem;
    }

    .seccion-contenido {
        text-align: center;
    }

    .texto-intro-sec p {
        line-height: 1.3;
        text-align: center !important;
    }

    .biblioteca .texto-intro-sec p {
        text-align: center !important;
    }

    .biblioteca .texto-intro-sec {
        border: 0;
    }

    .biblioteca .wrapperVideo {
        height: auto;
        overflow-y: scroll;
        margin-top: 0 !important;
    }

    header.mod-header svg#puerta-s .pue-1,
    header.mod-header .puertayl1,
    header.mod-header .puertayl3 {
        fill: #fff;
    }

    header.mod-header 

    footer .correo-home strong {
        display: block;
        margin-top: 0.7rem;
        font-style: italic;
        font-size: inherit;
    }

    .popUp .wrapperPopUp {
        padding: 2.5rem 1.5rem;
        width: 90vw;
        height: 90vh;
    }

    .popUp .wrapperPopUp .text {
        height: 90%;
        width: 100%;
    }

    a.refresh {
        margin: 0;
    }

    .texto-intro-sec {
        border-bottom: 1px solid #fff;
        border-right: 0;
        padding-left: 0;
    }

    body.transmisiones .seccion-contenido {
        padding-top: 0;
        border-bottom: 1px solid #fff;
    }

    .mainiconMovil {
        display: flex;
        padding: 0;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        position: fixed;
        color: #fff;
        z-index: 2;
        bottom: 0;
        width: 100vw !important;
        padding: 2rem 1rem 1rem 1rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    }

    .contacto .mainiconMovil,
    .biblioteca .mainiconMovil,
    .ofrenda .mainiconMovil {
        padding: 3rem 1rem 1rem 1rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    }

    .mainiconMovil span {
        font-weight: 700;
        font-size: .9em;
        display: inline-block;
    }

    .mainiconMovil span>span {
        margin-left: 7px;
    }

    .mainiconMovil svg {
        width: 20px;
        fill: #fff;
        margin-right: 15px;
    }

    .mainiconMovil.mod-mainiconMovil {
        background: #fff;
        padding: 1rem;
    }

    .mainiconMovil.mod-mainiconMovil span {
        color: #000;
    }

    .mainiconMovil.mod-mainiconMovil svg {
        fill: #000000;
    }

    .mainiconMovil.mod-mainiconMovil svg .puertayl1 {
        fill: #000;
    }

    .mainiconMovil.mod-mainiconMovil svg .puertayl3 {
        fill: #000;
        stroke: #000;
    }

    audio::-internal-media-controls-download-button {
        display: none !important;
    }

    .cultos section {
        background-image: url(img/siloe2-movil.jpg);
    }

    .cultos .cultos__col-left {
        border: 0;
        border-bottom: 2px solid #fff;
        padding-left: 0;
        padding-right: 0;
        padding-top: 3rem;
    }

    .cultos .cultos__col-right {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        padding-top: 4rem;
    }

    .cultos .cultos__col-left ul li {
        padding: 1rem 0;
    }

    .cultos .cultos__col-left ul li img {
        display: none;
    }

    .cultos .cultos__col-left ul li > div .cultos__text {
        margin-left: 0;
        margin-right: 0rem;
    }

    .cultos .cultos__col-left ul li .cultos__link {
        padding: .4rem 0rem;
        font-size: .9em;
    }

    .cultos section {
        padding: 4rem 0 !important;
    }
    
    .cultos .mod-mainiconMovil svg#hazLuz .haz {
        fill: #000;
    }

    .cultos  .mainiconMovil svg {
        width: 30px;
        height: auto;
    }

    .cultos .mainiconMovil {
        padding: 3rem 1rem 1rem 1rem;
        background: -moz-linear-gradient (bottom, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient (bottom, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    }

    .cultos .mainiconMovil.mod-mainiconMovil {
        background: #fff !important;
        padding: 1rem !important;
    }

    .cultos footer {
        padding: 3rem 2rem;
    }


    a.link_img {
        padding: 0 2rem;
        margin: 0 0 3rem 0;
    }

    .wrapperTextButton p:nth-child(2) span {
        display: block;
    }

    .transmisiones a.link_img {
        padding: 0;
    }

    .transmisiones a.link_img img {
        margin: 0 auto;
    }

    #portada .wrapperText {
    padding-top: 2rem !important;
    }
    
    #portada .disclaimer-reunion span {
        margin: 0 !important;
    }
    
    #portada section>div {
        padding: 2rem 0 !important;
    }
    
    #portada a.refresh {
        margin: -1rem auto 1rem auto;
    }
}