@font-face {
    font-family: 'GillSansMT-Regular';
    src: url("../fonts/GillSansMT_gdi.eot");
    src: url("../fonts/GillSansMT_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSansMT_gdi.woff") format("woff"), url("../fonts/GillSansMT_gdi.ttf") format("truetype"), url("../fonts/GillSansMT_gdi.svg#GillSansMT-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

@font-face {
    font-family: 'avantgargotitcteedemregular';
    src: url("../fonts/avantgargotitcteedem-webfont.eot");
    src: url("../fonts/avantgargotitcteedem-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avantgargotitcteedem-webfont.woff2") format("woff2"), url("../fonts/avantgargotitcteedem-webfont.woff") format("woff"), url("../fonts/avantgargotitcteedem-webfont.ttf") format("truetype"), url("../fonts/avantgargotitcteedem-webfont.svg#avantgargotitcteedemregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'MiHelvetica';
    src: url("../fonts/HelveticaLT-Condensed-Black_gdi.eot");
    src: url("../fonts/HelveticaLT-Condensed-Black_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLT-Condensed-Black_gdi.woff") format("woff"), url("../fonts/HelveticaLT-Condensed-Black_gdi.ttf") format("truetype"), url("../fonts/HelveticaLT-Condensed-Black_gdi.svg#HelveticaLT-Condensed-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    font: 100% /1.5 "Raleway", sans-serif
}

img {
    max-width: 100%;
    height: auto
}

figure {
    margin: 0
}

.h2-azul {
    font-family: 'MiHelvetica';
    font-size: 3.75em;
    color: #3a466f;
    padding: 1rem 0;
    text-shadow: 1px 1px 2px #000;
    text-align: center
}

.mini-h2-azul {
    font-family: 'MiHelvetica';
    color: #3a466f;
    text-shadow: 0 0 #000
}

.h2-blanco {
    font-family: 'MiHelvetica';
    font-size: 3.75em;
    color: #ffffff !important;
    padding: 1rem 0;
    text-shadow: 1px 1px 2px #000;
    text-align: center
}

.borde-inferior {
    padding-bottom: 1.5625em
}

header.encabezado {
    position: relative;
    padding: 0.625em 0;
    background: -webkit-radial-gradient(25% 20%, 280px, #80bff7, #0460ad);
    background: radial-gradient(280px at 25% 20%, #80bff7, #0460ad)
}

.encabezado .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banderacover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bandera_venezuela.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    opacity: .8;
    filter: alpha(opacity=10);
    z-index: 0
}

header.encabezado .container {
    z-index: 9999
}

a.logo {
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 0.4em
}

a.logo img {
    max-width: 85%
}

.letra-encabezado {
    display: inline-block;
    color: #fff;
    font-family: 'GillSansMT-Regular';
    text-align: center;
    padding: 0 0.6329113924050633em 0 0em;
    vertical-align: top;
    font-size: 1.9em;
    line-height: 1.265822784810127em;
    text-shadow: 0.0632911392405063em 0.0632911392405063em 0.3164556962025316em #000
}

.mmm {
    font-family: 'avantgargotitcteedemregular';
    font-size: 1.487341772151899em
}

div.bandera {
    display: inline-block;
    vertical-align: top;
    width: 13.5%;
    margin-left: 0.3125em
}

div.bandera img {
    max-width: 100%
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    position: relative
}

#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    width: auto
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right > ul > li {
    float: right
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #fff
}

#cssmenu > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 99999
}

#cssmenu ul ul li:first-child a {
    border-left: 1px solid #023A69
}

#cssmenu ul ul li:last-child a {
    border-right: 1px solid #012644
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu.align-right li:hover > ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    display: block;
    height: 0;
    z-index: 1;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

#cssmenu ul li:hover > ul > li {
    height: auto
}

#cssmenu ul ul li a {
    width: 215px;
    font-size: 12px;
    background: #012644;
    text-decoration: none;
    color: #FFF;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    background: #0A7DDC
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff
}

.menu-principal {
    background: -webkit-linear-gradient(bottom, #012644, #023A69);
    background: linear-gradient(to top, #012644, #023A69)
}

.menu-principal ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.menu-principal ul li {
    display: table-cell;
    vertical-align: top
}

.menu-principal ul li .separator,
.menu-principal ul li a {
    display: block;
    padding: 0.8em 0.4em;
    color: white;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 10px #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.menu-principal ul li:first-child .separator,
.menu-principal ul li:first-child a {
    border-left: none
}

.menu-principal ul li:last-child .separator,
.menu-principal ul li:last-child a {
    border-right: none
}

.menu-principal ul li .separator:hover,
.menu-principal ul li a:hover,
.menu-principal ul li.active a,
.menu-principal ul li.active .separator {
    background: #0A7DDC
}

section.slider {
    height: 100%
}

section.noticias {
    background: -webkit-linear-gradient(bottom, #d7d7d7, #f6f6f6);
    background: linear-gradient(to top, #d7d7d7, #f6f6f6)
}

section.noticias-nacionales div.k2ItemsBlock ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.noticias-nacionales .gkTitle {
    font-size: 1rem;
    left: 0.5rem
}

section.noticias-nacionales .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage1 .gkTitle {
    background: rgba(39, 123, 194, 0.85);
    font-size: 1.5rem;
    padding: 20px 20px
}

section.noticias-nacionales a {
    color: #000;
    font-size: 1em;
    text-decoration: none
}

section.noticias-nacionales a h3 {
    margin: 0 0 0.4545454545454545em 0;
    font-size: 1.3rem;
    font-weight: bold
}

section.noticias-nacionales .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage1,
section.noticias-nacionales .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage2,
section.noticias-nacionales .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage3 {
    border-right: 1px solid #fff
}

section.noticias-nacionales .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage3,
section.noticias-nacionales .gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage5 {
    border-top: 1px solid #fff
}

section.noticias-internacionales .bt-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.noticias-internacionales a.bt-title {
    color: #000000 !important;
    font-size: 1rem;
    font-weight: bold !important;
    text-shadow: none;
    text-align: left;
    text-transform: none !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

section.noticias-internacionales .bt-introtext {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

section.noticias-cristianas {
    background: -webkit-linear-gradient(bottom, #692001, #A23000);
    background: linear-gradient(to top, #692001, #A23000);
    box-shadow: 1px 1px 5px #000
}

.bt-cs .bt-row {
    background: #fff
}

section.noticias-cristianas .gkNspPM-Highlights {
    padding: 0
}

section.noticias-cristianas h2 {
    color: white;
    font-size: 1.5em;
    margin: 1rem 0 1rem 0
}

section.noticias-cristianas .gkNspPM-Highlights li:after {
    left: 23px
}

section.noticias-cristianas .gkNspPM-Highlights li:before {
    left: 0px
}

section.noticias-cristianas .gkNspPM-Highlights li h3:before {
    left: 23px
}

section.noticias-cristianas li {
    color: white;
    padding-bottom: 1em !important;
    margin: 0 !important;
    padding-left: 1.8rem;
    padding-right: 0
}

section.noticias-cristianas li a {
    color: white;
    text-decoration: none;
    padding-left: 0.5882352941176471em;
    display: inline-block;
    text-transform: uppercase
}

section.noticias-cristianas li a h3 {
    font-size: 0.9375em;
    font-weight: normal;
    margin: 0;
    line-height: 1.5em
}

section.noticias-cristianas li a:hover {
    text-decoration: underline
}

section.conocenos {
    background: url(../images/conocenos-fondo.jpg) no-repeat center top;
    background-size: cover
}

section .bloque-conocenos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.conocenos article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 31.25%;
    min-width: 273px;
    background: white;
    border-radius: 0.3125em;
    margin-bottom: 1.5em;
    overflow: hidden
}

section.conocenos article a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0.5rem 0;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

section.conocenos article a:hover {
    background: #0A7DDC;
    border-radius: 0.3125em
}

section.conocenos article figure {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

section.conocenos article figure img {
    float: left;
    max-width: 100%;
    padding: 0 0.3125em
}

section.conocenos article figure figcaption {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

section.conocenos article figure figcaption h3 {
    font-size: 1.625em;
    text-align: center
}

section.lema {
    background: -webkit-linear-gradient(bottom, #d2d2d2, #eaeaea);
    background: linear-gradient(to top, #d2d2d2, #eaeaea)
}

section.lema .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

section.lema a {
    padding: 0 0 1rem 0
}

section.lema img {
    box-shadow: 1px 1px 25px 5px #000;
    max-width: 100%
}

section.proximo-evento {
    background: url(../images/proximo-evento-fondo.jpg) no-repeat center top;
    background-size: cover;
    font-family: 'Arial'
}

section.proximo-evento .container {
    padding-bottom: 2rem
}

section.proximo-evento .evento {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0
}

section.proximo-evento time {
    width: 170px;
    font-size: 1.75em;
    line-height: 1.357142857142857em;
    text-align: center;
    text-transform: capitalize
}

section.proximo-evento time span {
    font-size: 1.714285714285714em;
    font-weight: bold;
    color: #313232;
    border-bottom: 1px solid #000
}

section.proximo-evento img {
    padding: 0 0.9375em
}

section.proximo-evento h3 {
    font-size: 1.875em;
    text-align: center;
    margin: 0;
    font-weight: bold
}

section.proximo-evento p {
    float: right
}

section.proximo-evento p a {
    text-decoration: none;
    color: #313232
}

section.proximo-evento p a:hover {
    text-decoration: underline
}

section.directorio-nacional div.cck_forms.cck_search .boton_enviar,
form div[id*="r_mainbody"] div.cck_forms.cck_search .boton_enviar {
    font-size: 1.4em !important;
    height: 3.5rem;
    background: #023A69;
    color: #fff;
    padding: 0.6em 1em;
    border-radius: 5px;
    border: 1px solid #cccccc;
    text-shadow: 1px 1px 0 #000
}

section.directorio-nacional div.cck_forms.cck_search .boton_enviar:hover,
form div[id*="r_mainbody"] div.cck_forms.cck_search .boton_enviar:hover {
    background: #1B17E2
}

input#dn_iglesia,
select#dn_estado,
select#dn_zona {
    border-radius: 5px;
    height: 56px
}

div.horizontal div.cck_forms {    
    margin-right: 1rem;
}

.directorio-resultados {
    font-size: 2.5em !important;
    margin-right: 0.15em;
    color: #cc382a
}

section.directorio-nacional {
    background: -webkit-linear-gradient(bottom, #054d88, #0A7DDC);
    background: linear-gradient(to top, #054d88, #0A7DDC)
}

section.directorio-nacional form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.directorio-nacional a {
    font-size: 1.5em;
    display: block;
    border-radius: 0.2083333333333333em;
    box-shadow: 1px 1px 3px 1px #000;
    text-decoration: none;
    color: #000;
    padding: 0.5em 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

section.directorio-nacional a:hover {
    background: #fffe9e
}

section.mensajes {
    background: url("../images/mensajes-fondo.jpg") no-repeat center top;
    background-size: cover
}

section.mensajes div {
    text-align: center
}

section.mensajes div div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -0.27em
}

section.mensajes div div a {
    display: block;
    position: relative;
    float: left;
    background: rgba(0, 0, 0, 0.53);
    width: 240px;
    height: 220px;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

section.mensajes img {
    position: absolute;
    background: #000;
    display: block;
    float: left
}

section.mensajes a:hover {
    background: transparent
}

.mensajes-before:hover:before {
    position: relative;
    top: 190px;
    background: rgba(0, 0, 0, 0.42);
    padding: 5px
}

section.medios {
    background: -webkit-linear-gradient(bottom, #737373, #fff);
    background: linear-gradient(to top, #737373, #fff)
}

section.medios .container {
    padding-bottom: 1rem
}

section.medios .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video {
    box-shadow: 1px 1px 25px 5px #000
}

section .video iframe {
    max-width: 100%
}

section.emisora-rsdstereo {
    height: 467px;
    background: url("../images/emisora-fondo.jpg") no-repeat center top;
    background-size: cover
}

section.emisora-rsdstereo a {
    display: block;
    text-align: center
}

section.emisora-rsdstereo a div {
    background: url("../images/logo-rsdstereo.png") no-repeat center top;
    height: 307px
}

.unavoz2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.unavozimgcont {
    background: url("../images/UVD.jpg") no-repeat center top;
    background-size: cover
}

.unavoztextcont {
    padding: 1rem 2.5rem
}

.unavozimgcont,
.unavoztextcont {
    width: 50%
}

.unavoz2 a {
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 1.2em;
    padding: 0.3571428571428571em 1.071428571428571em;
    border: 0.25em solid rgba(255, 255, 255, 0.42);
    border-radius: 0.2857142857142857em;
    background-color: #023A69;
    background-clip: padding-box;
    text-decoration: none;
    margin: 0.7142857142857143em 0 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.unavoz2 a:hover {
    border: 0.25em solid rgba(255, 255, 255, 0.87);
    background-color: #1B17E2
}

main.contenido-principal {
    background: -webkit-linear-gradient(bottom, #fff, #F1F1F1);
    background: linear-gradient(to top, #fff, #F1F1F1);
    border-bottom: 1px solid #474747;
    padding: 1rem 0 2rem 0;
    font-size: 1rem
}

div.itemHeader h2.itemTitle,
div.item-page h2 {
    font-family: 'MiHelvetica';
    padding: 1rem 0;
    font-size: 2.2em;
    line-height: 1em;
    color: #3a466f;
    text-align: center
}

div.item-page img.box-image {
    display: block;
    margin: 0 0 0 5px;
    margin-bottom: 1.875em;
    background: #fff;
    border-radius: 2px;
    padding: 8px;
    box-shadow: 1px 2px 1px #d1d1d1
}

footer {
    background: -webkit-linear-gradient(bottom, #012644, #023A69);
    background: linear-gradient(to top, #012644, #023A69);
    background: url(../images/fondo_contacto.jpg) no-repeat center top;
    background-size: cover
}

footer .contactenos {
    width: 100%;
    font-size: 1.25em;
    color: white;
    text-shadow: 1px 1px 1px #0C0C0C;
    overflow: hidden
}

footer .contactenos p {
    text-align: center
}

footer .contactenos p a {
    text-decoration: none;
    color: white
}

footer .contactenos p a:hover {
    text-decoration: underline
}

footer .contactenos form {
    float: left;
    width: 46.5%
}

footer .contactenos form input,
footer .contactenos form textarea,
footer .contactenos form button {
    width: 100%;
    height: 2em;
    color: #000;
    border-radius: 0.25em !important;
    border: none;
    box-shadow: 1px 2px 5px #000;
    margin-bottom: 1em !important
}

footer .contactenos form input[placeholder],
footer .contactenos form textarea[placeholder] {
    padding-left: 0.5em
}

footer .contactenos form textarea {
    height: 15em
}

footer .contactenos form textarea[placeholder] {
    padding-bottom: 9em
}

footer .contactenos form input#fc_enviar,
.boton-contacto {
    background: #D33F00;
    color: #fff !important;
    padding: 0 1em;
    border: 1px solid #cccccc;
    text-shadow: 1px 1px 0 #000
}

footer .contactenos form input#fc_enviar:hover,
.boton-contacto:hover {
    background: #FF6929
}

footer .contactenos div.info {
    width: 41.7%;
    float: right
}

footer .contactenos div.info ul {
    margin-right: 2.3em;
    margin-bottom: 0;
    float: right
}

footer .contactenos div.info div.phocamaps {
    height: 100%
}

footer .contactenos div.info li {
    position: relative;
    list-style: none;
    padding-bottom: 1.25em
}

footer .contactenos .horario-left {
    float: left
}

footer .contactenos .horario-right {
    float: right;
    margin-left: 1.75em
}

footer .contactenos div.info li i {
    line-height: 1.25em
}

footer .contactenos div.info li i::before {
    position: absolute;
    left: -1.75em;
    margin-top: 0.3333333333333333em
}

footer .contactenos div.info li i.fa-map-marker::before {
    font-size: 4.5em;
    left: -0.7444444444444444em;
    color: #cc382a
}

footer .contactenos div.info li i.fa-phone-square::before {
    font-size: 3em;
    left: -1.133333333333333em;
    color: #dda51f;
    margin-top: 0.25em
}

footer .contactenos div.info li i.fa-envelope::before {
    font-size: 2.65em;
    left: -1.30188679245283em;
    color: #fff;
    margin-top: 0.1886792452830189em
}

footer .contactenos div.info li i.fa-clock-o::before {
    font-size: 3em;
    left: -1.116666666666667em;
    color: #02cf9c;
    margin-top: 0.25em
}

.facebook {
    float: left;
    font-size: 3em;
    padding-bottom: 0.5em !important
}

.facebook a,
.twitter a {
    text-decoration: none;
    display: block;
    border-radius: 15%;
    width: 1.25em;
    height: 1.25em;
    text-align: center;
    line-height: 1.4em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.facebook a {
    color: #425F9C;
    background: #FFFFFF;
    box-shadow: 1px 1px 3px #000
}

.facebook .fa-facebook:hover {
    color: #fff;
    background: #425F9C;
    box-shadow: 1px 1px 10px #fff
}

.twitter a {
    background: #FFFFFF;
    color: #44e2f5;
    box-shadow: 1px 1px 3px #000
}

.twitter .fa-twitter:hover {
    background: #44e2f5;
    color: #FFFFFF;
    box-shadow: 1px 1px 10px #fff
}

.twitter {
    float: left;
    font-size: 3em;
    margin-left: 0.5em;
    padding-bottom: 0.5em !important
}

footer img {
    width: 13%;
    margin: 0 auto;
    display: block;
    padding: 2em 0 0 0
}

footer small {
    text-align: center;
    display: block;
    color: white;
    text-shadow: 1px 1px 1px #000;
    padding-bottom: 1rem
}

.ir-arriba {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 3rem;
    color: #000;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.ir-arriba:hover,
.ir-arriba:focus {
    outline: 0;
    text-decoration: none;
    color: #fff
}

@media screen and (max-width: 76.875em) {
    .letra-encabezado {
        font-size: 2em
    }

    section.directorio-nacional ul {
        width: 70%
    }

    section.directorio-nacional #cck2r_mainbody,
    form div#cck1r_mainbody #cck2r_mainbody {
        width: 85%
    }

    div.catItemReadMore {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 75em) {
    .emisora-negrita {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 73.75em) {

    .menu-principal ul li a,
    .menu-principal ul li .separator {
        padding: 0.8em 0
    }

    section.directorio-nacional ul {
        width: 85%
    }

    footer .contactenos div.info {
        width: 50%
    }
}

@media screen and (max-width: 70.0625em) {
    .letra-encabezado {
        font-size: 1.8em
    }

    section.directorio-nacional #cck2r_mainbody,
    form div#cck1r_mainbody #cck2r_mainbody {
        width: 95%
    }
}

@media screen and (max-width: 65.625em) {
    .letra-encabezado {
        font-size: 1.7em
    }

    footer .contactenos div.info iframe {
        width: 90%
    }
}

@media screen and (max-width: 62em) {
    body {
        font-size: 87.5%
    }

    .ayuno-dias {
        width: 30% !important
    }

    #cssmenu {
        width: 100%
    }

    .menu-principal ul li a {
        border-left: none;
        border-right: none
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left
    }

    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15)
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%
    }

    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block
    }

    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #FF9400;
        background: #7889c6
    }

    #cssmenu ul ul ul li a {
        padding-left: 40px
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }

    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none
    }

    #menu-line {
        display: none
    }

    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase
    }

    #cssmenu #menu-button:hover {
        background: #FFA300;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

    #cssmenu #menu-button:hover:before {
        content: '';
        border-top: 0.2857142857142857em solid #2E3A64;
        border-bottom: 0.8571428571428571em double #2E3A64
    }

    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 0.8571428571428571em;
        right: 0.8571428571428571em;
        display: block;
        width: 2.142857142857143em;
        height: 1.45em;
        border-top: 0.2857142857142857em solid #FFFFFF;
        border-bottom: 0.8571428571428571em double white;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer
    }

    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99
    }

    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99
    }

    #cssmenu .submenu-button.submenu-opened:after {
        display: none
    }

    #cck2r_dn_iglesia,
    #cck1r_dn_iglesia,
    #cck3r_dn_iglesia {
        width: 280px !important
    }

    #cck2r_dn_estado,
    #cck1r_dn_estado,
    #cck3r_dn_estado {
        width: 200px !important
    }

    #cck2r_dn_zona,
    #cck1r_dn_zona,
    #cck3r_dn_zona {
        width: 155px !important
    }

    section.directorio-nacional div.cck_forms.cck_search .boton_enviar,
    form div#cck1r_mainbody div.cck_forms.cck_search .boton_enviar,
    form div#cck3r_mainbody div.cck_forms.cck_search .boton_enviar {
        padding: 0.4em 1em
    }

    section.directorio-nacional #cck2r_mainbody,
    form div#cck1r_mainbody #cck2r_mainbody {
        width: 100%
    }
}
.text_video {
    height: 100vh;
    position: relative;
    width: 100%;
}
.box_text_video {
    bottom: 20%;
    color: #fff !important;
    position: absolute;
}

.lema__ {
    background-image: url(../../../images/kyrios_lema2020.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

#video_lema1, #video_lema2, #video_lema3 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: 3s;
    width: 50%;
}

.scroll_video {
    height: 100vh !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.ParallaxVideo {
    height: 100vh;
}
.videoWrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 54.1%;
    padding-top: 30px;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 54.375em) {

    .lema__ {        
        height: 50vh;
    }

    .letra-encabezado {
        font-size: 1.5em
    }

    section.mensajes {
        background: url("../images/mensajes-fondo-mediano.jpg") no-repeat center top;
        background-size: cover
    }

    footer .contactenos {
        font-size: 1.5em
    }

    footer .contactenos p {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px
    }

    footer .contactenos form {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    footer .contactenos div.info {
        width: 90%;
        margin: 0 auto;
        float: none
    }

    footer .contactenos div.info ul {
        margin-left: 45px;
        float: left
    }

    footer .contactenos form input {
        height: 3em
    }

    footer .contactenos div.info iframe {
        width: 100%;
        height: 300px
    }

    div.catItemHeader h3 {
        font-size: 1.6em !important
    }

    section.emisora-rsdstereo {
        background: url("../images/emisora-fondo.jpg") no-repeat center top;
        background-size: cover
    }

    section.emisora-rsdstereo a {
        margin: 7.5em 0
    }
}

@media screen and (max-width: 48em) {
    .letra-encabezado {
        font-size: 1.3em
    }

    .h2-azul {
        font-size: 3em
    }

    .h2-blanco {
        font-size: 3em
    }

    section.proximo-evento h3,
    section.proximo-evento time {
        font-size: 1.5em
    }

    section.proximo-evento img {
        padding: 0
    }

    .unavoz2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .unavoztextcont {
        padding: 1rem 1rem
    }

    .unavozimgcont,
    .unavoztextcont {
        width: 100%
    }

    .unavozimgcont {
        height: 350px
    }

    .emisora {
        width: 100% !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .emisora-negrita {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .table {
        max-width: 100% !important
    }
}

@media screen and (max-width: 42.8125em) {
    .letra-encabezado {
        font-size: 1.25em
    }

    a.logo {
        margin-right: 0.8em
    }

    div.catItemImageBlock {
        float: none !important
    }

    div.catItemHeader h3 {
        font-size: 1.4em !important
    }

    .emisora {
        width: 100% !important
    }

    .emisora-imagen {
        width: 250px;
        height: 250px
    }
}

@media screen and (max-width: 35.625em) {
    .letra-encabezado {
        font-size: 1.1em
    }
}

@media screen and (max-width: 34.0625em) {
    header.encabezado {
        padding: 0.625em 0 0 0
    }

    section.mensajes {
        background: url("../images/mensajes-fondo-chico.jpg") no-repeat center top;
        background-size: cover
    }

    div.horizontal div.cck_forms {
        float: none;
        padding-bottom: 70px
    }

    #cck2r_dn_iglesia,
    #cck1r_dn_iglesia,
    #cck3r_dn_iglesia,
    div.cck_forms.cck_search div.cck_form,
    input#dn_iglesia,
    select#dn_estado,
    select#dn_zona {
        width: 100% !important
    }

    #cck2r_dn_estado,
    #cck1r_dn_estado,
    #cck3r_dn_estado,
    div.cck_forms.cck_search div.cck_form {
        width: 100% !important
    }

    #cck2r_dn_zona,
    #cck1r_dn_zona,
    #cck3r_dn_zona,
    div.cck_forms.cck_search div.cck_form {
        width: 100% !important
    }

    section.directorio-nacional div.cck_forms.cck_search .boton_enviar,
    form div#cck1r_mainbody div.cck_forms.cck_search .boton_enviar,
    form div#cck3r_mainbody div.cck_forms.cck_search .boton_enviar {
        width: 100%
    }

    #cck2r_mainbody.seb_css3.horizontal div.cck_forms {
        width: 100%
    }

    .ayuno-dias {
        width: 40% !important
    }
}

@media screen and (max-width: 30.625em) {
    .letra-encabezado {
        font-size: 0.95em
    }

    .borde-inferior {
        padding-bottom: 0
    }

    section.noticias-cristianas li a {
        position: absolute
    }

    section.noticias-cristianas li {
        padding-bottom: 2.8em !important
    }

    section.proximo-evento .evento {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 1rem 0
    }
}

@media screen and (max-width: 28.25em) {
    a.logo {
        margin-right: 0.5em
    }

    .h2-blanco {
        font-size: 2em
    }

    .h2-azul {
        font-size: 2em
    }

    section.directorio-nacional li {
        width: 100%
    }

    section.mensajes div div {
        margin-right: 0
    }

    footer .contactenos {
        font-size: 1.3em
    }

    footer .contactenos form button {
        height: 3em
    }

    footer .contactenos div.info ul {
        margin-left: 20px
    }

    footer .contactenos .horario-left {
        float: none;
        display: block;
        margin-bottom: 5px
    }

    footer .contactenos .horario-right {
        float: none;
        margin-left: 0
    }
}

@media screen and (max-width: 27.5em) {
    .letra-encabezado {
        font-size: 0.85em
    }
}

@media screen and (max-width: 24.375em) {
    .letra-encabezado {
        font-size: 0.75em
    }

    section.mensajes {
        background: url("../images/mensajes-fondo-mas-chico.jpg") no-repeat center top;
        background-size: cover
    }

    section.emisora-rsdstereo {
        background: url("../images/emisora-fondo-mas-chica.jpg") no-repeat center top;
        background-size: cover
    }

    footer .contactenos {
        font-size: 1.1em
    }

    footer .contactenos div.info ul {
        margin-left: 12px
    }

    .emisora-negrita {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 21.5625em) {
    .letra-encabezado {
        font-size: 0.68em
    }

    footer .contactenos {
        font-size: 1em
    }
}

@media screen and (min-width: 112.5em) {
    body {
        font-size: 100%
    }

    .letra-encabezado {
        font-size: 1.7em
    }
}

@media screen and (min-width: 131.25em) {
    body {
        font-size: 100%
    }

    .letra-encabezado {
        font-size: 1.98em;
        margin: 0
    }
}

/*# sourceMappingURL=estilos.css.map */
