/***********************************************************************************/
/************************************ Main *****************************************/
/***********************************************************************************/

:root {
    --color2: rgba(212, 175, 55, 1); /* #ffd615 */
    --color2-80: rgba(212, 175, 55, 0.8);
    --color2-svg: rgb(212, 175, 55);
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
}

.btn-custom1 {
    background: var(--color2);
    border: 1px solid var(--color2) !important;
    color: #fff !important;
}

.btn-custom2 {
    background: transparent;
    border: 1px solid var(--color2) !important;
    color: var(--color2) !important;
}

.btn-custom2:hover {
    background: var(--color2);
    border: 1px solid var(--color2) !important;
    color: #fff !important;
}

.enlace_custom1 {
    text-decoration: none;
    color: var(--color2);
}

.enlace_custom1:hover {
    text-decoration: none;
    color: var(--color2);
}

/***********************************************************************************/
/********************************** Carrusel ***************************************/
/***********************************************************************************/

.header-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag,
.header-carousel .owl-stage-outer,
.header-carousel .owl-stage,
.header-carousel .owl-item,
.header-carousel .item,
.header-carousel .owl-item,
.header-carousel .img-responsive,
.owl-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
}

.owl-stage-outer {
    z-index: -1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -50px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color2);
}

.titulo_banner {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 10px;
    font-family: lora, Georgia, serif;
}


@media only screen and (min-width: 768px) {

    .titulo_banner {
        font-size: 40px;
    }

}

@media only screen and (min-width: 992px) {

    .titulo_banner {
        font-size: 44px;
    }
}

/* ----IBCC---- */

.subheading {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.subheading span {
    color: #fff;
    position: relative;
}

.subheading span:before {
    position: absolute;
    top: 49%;
    right: -170px;
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
}

.subheading span:after {
    position: absolute;
    top: 49%;
    left: -170px;
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
}

@media only screen and (min-width: 768px) {

    .subheading span:before {
        width: 150px;
    }

    .subheading span:after {
        width: 150px;
    }
}

/***********************************************************************************/
/*********************************** Navbar ****************************************/
/***********************************************************************************/

.navbar-light{
    background-color:white;
    transition: all 0.5s ease;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    display: block;
    font-size: 12px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-weight: 400;
    opacity: 1 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media only screen and (min-width: 768px) {
    .navbar-light{
    background-color:transparent;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-nav > .nav-item > .nav-link span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}


.navbar-light .navbar-nav > .nav-item > .nav-link span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--color2);
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav > .nav-item > .nav-link:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-light .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .custom-toggler.navbar-toggler {
    border-color: rgb(0, 0, 0);
}

@media only screen and (min-width: 768px) {
    .navbar-light .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-light .custom-toggler.navbar-toggler {
        border-color: rgb(255, 255, 255);
    }
}


/**********************************************************************************/

.navbar-light2{
    background-color:white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: all 0.5s ease;
}

.navbar-light2 .navbar-nav .nav-link,
.navbar-light2 .navbar-nav .nav-link:hover {
    display: block;
    font-size: 12px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-weight: 400;
    opacity: 1 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-light2 .navbar-nav .nav-link:hover,
.navbar-light2 .navbar-nav .nav-link:focus {
    text-decoration: none;
}

.navbar-light2 .navbar-nav .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.navbar-light2 .navbar-nav > .nav-item > .nav-link span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}


.navbar-light2 .navbar-nav > .nav-item > .nav-link span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--color2);
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-light2 .navbar-nav > .nav-item > .nav-link:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-light2 .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light2 .custom-toggler.navbar-toggler {
    border-color: rgb(0, 0, 0);
}

/**********************************************************************************/




/***********************************************************************************/
/********************************** Nosotros ***************************************/
/***********************************************************************************/

#nosotros .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#nosotros .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.heading {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    font-family: lora, Georgia, serif;
    line-height: 40px;
}

.heading span {
    color: var(--color2);
}

.nosotrostexto {
    width: 100%;
}


.nosotrostexto2 {
    width: 100%;
}

@media only screen and (min-width: 1200px) {

    .nosotrostexto {
        width: 570px;
        padding-left: 35px;
    }
    
    .nosotrostexto2 {
        width: 570px;
        padding-right: 35px;
    }

}

@media only screen and (min-width: 1400px) {

    .nosotrostexto {
        width: 635px;
        padding-left: 35px;
    }
    
    .nosotrostexto2 {
        width: 635px;
        padding-right: 35px;
    }

}

/***********************************************************************************/
/********************************* Distintivos *************************************/
/***********************************************************************************/

#distintivos .section_header {
    font-size: 32px;
    margin-bottom: 60px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    font-family: lora, Georgia, serif;
}

@media only screen and (min-width: 768px) {
    #distintivos .section_header {
        font-size: 40px;
    }
}


#distintivos .section_header span:before {
    position: absolute;
    top: 49%;
    transform: translateX(-130%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

#distintivos .section_header span:after {
    position: absolute;
    top: 49%;
    transform: translateX(30%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

@media only screen and (min-width: 768px) {

    #distintivos .section_header span:before,
    #distintivos .section_header span:after {
        width: 150px;
    }
}

#distintivos .title {
    font-size: 20px;
    font-weight: 500;
    font-family: lora, Georgia, serif;
    padding-bottom: 15px;
}

/***********************************************************************************/
/********************************* Predicacion *************************************/
/***********************************************************************************/

#predicacion{
    background: #eeeeee!important;
}

#predicacion .section_header {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    font-family: lora, Georgia, serif;
}

@media only screen and (min-width: 768px) {
    #predicacion .section_header {
        font-size: 40px;
    }
}


#predicacion .section_header span:before {
    position: absolute;
    top: 49%;
    transform: translateX(-130%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

#predicacion .section_header span:after {
    position: absolute;
    top: 49%;
    transform: translateX(30%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

@media only screen and (min-width: 768px) {

    #predicacion .section_header span:before,
    #predicacion .section_header span:after {
        width: 90px;
    }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************************************************************/
/********************************* Ministerios *************************************/
/***********************************************************************************/

#ministerios .section_header {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    font-family: lora, Georgia, serif;
}

@media only screen and (min-width: 768px) {
    #ministerios .section_header {
        font-size: 40px;
    }
}


#ministerios .section_header span:before {
    position: absolute;
    top: 49%;
    transform: translateX(-130%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

#ministerios .section_header span:after {
    position: absolute;
    top: 49%;
    transform: translateX(30%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

@media only screen and (min-width: 768px) {

    #ministerios .section_header span:before,
    #ministerios .section_header span:after {
        width: 150px;
    }
}

#ministerios .row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
#ministerios .row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


#ministerios .title {
    font-size: 20px;
    font-weight: 500;
    font-family: lora, Georgia, serif;
    padding-bottom: 15px;
}

#ministerios .time {
    background: var(--color2);
    color: #fff;
    margin-left: -35px;
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

#ministerios .time:after {
    position: absolute;
    bottom: -11px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 11px 0;
    border-color: transparent #9b8d03 transparent transparent;
}

/***********************************************************************************/
/************************************* Blog ****************************************/
/***********************************************************************************/

#blog{
    background: #f5f5f5!important;
}

#blog .section_header {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    font-family: lora, Georgia, serif;
}

@media only screen and (min-width: 768px) {
    #blog .section_header {
        font-size: 40px;
    }
}


#blog .section_header span:before {
    position: absolute;
    top: 49%;
    transform: translateX(-130%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

#blog .section_header span:after {
    position: absolute;
    top: 49%;
    transform: translateX(30%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

@media only screen and (min-width: 768px) {

    #blog .section_header span:before,
    #blog .section_header span:after {
        width: 90px;
    }
}


/***********************************************************************************/
/********************************** Contactanos ************************************/
/***********************************************************************************/

#contacto{
    background: #ffffff!important;
}

#contacto .section_header {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    font-family: lora, Georgia, serif;
}

@media only screen and (min-width: 768px) {
    #contacto .section_header {
        font-size: 40px;
    }
}


#contacto .section_header span:before {
    position: absolute;
    top: 49%;
    transform: translateX(-130%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

#contacto .section_header span:after {
    position: absolute;
    top: 49%;
    transform: translateX(30%);
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
}

@media only screen and (min-width: 768px) {

    #contacto .section_header span:before,
    #contacto .section_header span:after {
        width: 150px;
    }
}

#contacto .title {
    font-size: 20px;
    font-weight: 500;
    font-family: lora, Georgia, serif;
    padding-bottom: 15px;
}

