/*
 Nombre del Proyecto: Coophel
 Autor: Eduardo Carballo
 Descripción: Theme de la Página Wed de Coophel
 Versión: 1.0
 Fecha: 02/10/2024
*/

/*==================================
[Tabla de contenido]
====================================
1. Configuraciones Generales
2. Index
3. Sobre Nosotros
4. Créditos y Ahorros (Plantilla 3)
5. Descripción de Servicios (Plantilla 2)
6. Clientes
7. Empleo
8. Noticias (Plantilla 4)
9. Contacto
*/

/*------------------------------------------------------
/ 1. Cofiguraciones generales
/------------------------------------------------------*/

/*-- Menu --*/
.header03{
    position: absolute;
    font-family: 'Montserrat';
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: calc(100% - 200px);
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    z-index: 3;
}
.header03 .container-fluid{
    padding: 0;
}
.header03 .navbar01{
    justify-content: flex-end;
    display: flex;
}
.header03 .logo {
    line-height: 62px;
    margin: 0;
    padding: 10px 0;
    position: relative;
}
.logo img{
    height: 85px;
    text-align: center;
    max-width: 100%;
}
.mainMenu{
    position: relative;
    padding: 0 0 0 32px;
}
.mainMenu ul{
    margin: 0;
    padding: 0;
}
.mainMenu ul li{
    line-height: .8;
    margin: 0 28px 0 0;
    padding: 51px 0;
    display: inline-block;
    position: relative;
}
.mainMenu ul li:last-child{
    margin-right: 0;
}
.mainMenu ul li a{
    font-size: 18px;
    color: var(--Principal);
    display: block;
    font-weight: bolder;
    position: relative;
    z-index: 2;
    padding: 0;
    line-height: .8;
}
.mainMenu > ul > li:before{
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 2px;
    content: '';
    margin: 0 auto;
    width: 0;
    background: var(--Principal);
    transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
}
.mainMenu > ul > li:hover:before {
    width: 100%;
    left: 0;
    right: auto;
    background: var(--Principal);
}
.mainMenu ul li.menu-item-has-children > a:after{
    content: "\f043";
    font-family: 'themewar' !important;
    display: inline-block;
    letter-spacing: 0;
    font-size: 14px;
    color: inherit;
    position: relative;
    top: 0;
    margin-left: 4px;
}
.mainMenu ul li:hover > a, 
.mainMenu ul li.current-menu-item > a {
    color: #fff;
}
.mainMenu > ul > li > ul, .mainMenu > ul > li > ul > li > ul{
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: -20px;
    pointer-events: none;
    min-width: 220px;
    border-radius: 0;
    background: var(--Secundario);
    border-bottom: 3px solid var(--Secundario);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 9px 52px -24px rgba(0, 0, 0, .17);
    z-index: 10;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: .4s;
    transition: .4s;
}
.mainMenu > ul ul li {
    padding: 0;
    display: block;
    width: 100%;
    padding: 5px 15px 5px;
    margin: 0;
}
.mainMenu > ul ul li:first-child{
    border-top: none;
}
.mainMenu > ul ul li.menu-item-has-children > a:after{
    float: right;
    font-size: 12px;
}

.mainMenu > ul ul li a:before {
    content: '';
    width: 0;
    left: auto;
    right: 0;
    border-bottom: 1px solid transparent;
    position: absolute;
    bottom: 3px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.mainMenu > ul ul li:hover > a:before {
    left: 0;
    right: auto;
    border-bottom: 1px solid currentColor;
    width: 100%;
}
.mainMenu > ul > li > ul > li > ul {
    left: calc(100% + 1px);
    top: 0;
    margin: 0;
}
.mainMenu > ul li:hover > ul{
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    transform: rotatex(0deg);
}
.header03 .mainMenu{
    margin-left: auto;
    padding: 0;
}
.header03 .mainMenu > ul > li{
    padding: 55px 0;
}
.header03 .mainMenu ul li a{
    color: var(--Principal);
}
.header03 .mainMenu > ul > li > ul{
    background: var(--Secundario);
}
.header03 .mainMenu > ul > li > ul > li > a{
    color: var(--Principal);
}
.header03 .navleft{
    margin-right: 0;
    display: flex;
    align-items: center;
}
.header03 .icon_box_04{
    position: relative;
    margin-left: 35px;
    padding-left: 32px;
    margin-top: 8px;
    margin: -8px 0 0 0;
    padding-right: 20px;
    border-left: 5px;
}
.header03 .icon_box_04 .ib_box{
    position: absolute;
    left: 30px;
    top: 7px;
    color: var(--Principal);
    font-size: 38px;
    line-height: 36px;
}
.header03 .navleft .icon_box_04 p{
    color: var(--Principal);
    font-size: 14px;
    margin: 0 0 -1px;
}
.header03 .navleft .icon_box_04 h3{
    color: var(--Principal);
    font-size: 23px;
    line-height: 1;
    margin: 0;
}
.header03 .mainMenu ul ul li a {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    position: relative;
    display: inline-block;
}
header .menuToggler{
    display: none;
}
/*-- Menu --*/

/*-- Menu Retraible --*/
.sidebarMenu {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.sidebarMenuOverlay {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
    transition: all .4s ease-in .8s;
}
.sidebarMenu.active .sidebarMenuOverlay {
    visibility: visible;
    left: 0;
    opacity: 1;
    transition: all .8s ease-out 0s;
}
.sidebarMenuOverlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 100%;
    content: '';
    background: var(--Secundario);
    z-index: 999;
}
.SMArea {
    width: 360px;
    height: 100%;
    z-index: 99;
    background: transparent;
    padding: 0;
    overflow-y: auto;
    background: var(--Secundario);
    position: fixed;
    left: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    transition: all .3s ease-in .3s;
}
.sidebarMenu.active .SMArea {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all .2s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.SMAHeader{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px 15px 30px;
    border-bottom: 1px solid var(--Secundario);
}
.SMAHeader h3{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--Principal);
    border-color: var(--Principal);
    margin: 0;
    line-height: 22px;
    text-transform: uppercase;
}
.SMAHeader h3 i{
    font-size: 16px;
    position: relative;
    top: -2px;
    margin-right: 6px;
}
.SMACloser {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 99;
    color: var(--Principal);
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-left: auto;
    border: 1px solid var(--Principal);
}
.SMACloser:hover {
    color: #fff;
    border-color: #fff;
}
.SMABody{
    margin: 0;
    padding: 0;
}
.SMABody ul{
    margin: 0;
    padding: 0;
}
.SMABody ul li{
    display: block;
    list-style: none;
}
.SMABody ul li a{
    font-size: 18px;
    font-weight: 500;
    color: var(--Principal);
    text-transform: capitalize;
    line-height: 1.1;
    display: block;
    padding: 14px 30px;
    border-bottom: 1px solid var(--Secundario);
    position: relative;
}
.SMABody ul li.active > a, .SMABody ul li:hover > a, .SMABody ul li.current-menu-item > a{
    color: #FFF;
}
.SMABody ul li ul.sub-menu{
    display: none;
}
.SMABody > ul > li > ul li a{
    padding-left: 45px;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
}
.SMABody > ul > li > ul > li > ul > li a{
    padding-left: 60px;
}
.SMABody ul li.menu-item-has-children > a:after{
    font-family: 'themewar' !important;
    content: "\f043";
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 29px;
    top: 13px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
/*-- Menu Retraible--*/

/*-- Baner --*/
.page_banner{
    position: relative;
    height: 350px;
    padding: 190px 0 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_banner:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #3c7639a7;
}
.page_banner .container{
    position: relative;
    z-index: 2;
}
.banner-title{
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin: 0 0 20px;
}
.breadcrumbs {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}
.breadcrumbs a{
    color: inherit;
    display: inline-block;
}
.breadcrumbs a i{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-right: 7px;
}
.breadcrumbs span{
    margin: 0 5px;
}
.breadcrumbs:hover a,
.breadcrumbs:hover a i{
    color: var(--Principal);
}
/*-- Baner --*/

/*-- Copyright --*/
.fcopyright{
    position: static;
    background: var(--Secundario);
    padding: 25px 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--Principal);
}
.fcopyright p{
    margin: 0;
}
/*-- Copyright --*/

.colorgl{
    color: var(--Principal);
}

.colorgf{
    background-color: var(--Principal);
}
.colorbla{
    color: #010101;
}

/*------------------------------------------------------
/ 2. Index
/------------------------------------------------------*/

/*-- Carrusel --*/
.slider_02{
    position: relative;
    margin: 0;
    overflow: hidden;
}
.slider_02 .tparrows.custom{
    color: var(--Principal);
}
.slider_02 .tparrows.custom:hover{
    color: #fff;
}
.slider_01{
    position: relative;
    height: 880px;
    margin: 0;
    overflow: hidden;
}
.ws_nowrap{
    white-space: normal !important;
}
.tparrows.custom{
    width: 80px;
    height: 80px;
    background: #fff;
    color: var(--Principal);
    line-height: 80px;
    border-radius: 50%;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.tparrows.custom:before{
    color: inherit;
    content: "\f56a";
    line-height: 80px;
    font-size: 18px;
    font-family: 'themewar' !important;
}
.tp-rightarrow.tparrows.custom:before {
    content: "\f56b";
}
.tparrows.custom:hover{
    background: var(--Principal);
    color: #FFF;
}
.tp-bannertimer{
    display: none !important;
}
.ws_nowrap {
    white-space: normal !important;
}
.tp-caption .qu_btn{
    font-size: 16px !important;
    line-height: 60px !important;
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}
.slider_01 .qu_btn:before,
.slider_03 .qu_btn:before{
    background: #fff;
}
.slider_01 .qu_btn:hover,
.slider_03 .qu_btn:hover{
    color: var(--Secundario);
}
.slider_01 .popup_video{
    height: 62px !important;
    width: 62px !important;
    line-height: 60px !important;
    background: transparent;
    border: 2px solid var(--Principal);
}
.slider_03{
    position: relative;
    margin: 0;
    overflow: hidden;
}
.tp-bullets .tp-bullet{
    background: transparent;
    width: 122px;
    height: 122px;
    text-align: center;
    border: 2px solid rgba(0, 128, 0, 0.100);
    border-radius: 50%;
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}
/*-- Carrusel --*/

/*-- Servicios --*/
.folioSlider01.owl-carousel{
    position: relative;
    overflow: hidden;
}
.folioItem01{
    position: relative;
    overflow: hidden;
}
.folioItem01:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.folioItem01:hover:after{
    visibility: hidden;
    opacity: 0;
}
.folioItem01:before{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    visibility: hidden;
    opacity: 0;
    background: #3c7639aa;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.folioItem01:hover:before{
    visibility: visible;
    opacity: 1;
}
.folioSlider01 .folioItem01 img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.folioItem01:hover img {
    transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -webkit-transform: scale(1.1) rotate(-1deg);
}
.folioContent{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 80px;
    z-index: 2;
    transform: translate3d(0,-47px, 0);
    -moz-transform: translate3d(0, -47px, 0);
    -webkit-transform: translate3d(0, -47px, 0);
}
.folioItem01:hover .folioContent{
    transform: translate3d(0, -137px, 0);
    -moz-transform: translate3d(0, -137px, 0);
    -webkit-transform: translate3d(0, -137px, 0);
}
.folioContent h3{
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin: 0 0 23px;
}
.folioContent h3 a{
    color: inherit;
}
.folioContent h3 a:hover{
    color: var(--Principal);
}
.folioItem01 .fm{
    position: absolute;
    left: 80px;
    bottom: 75px;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    display: inline-block;
    letter-spacing: .64px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -moz-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -webkit-transform: translate3d(-60px, 0, 0);
}
.folioItem01 .fm i{
    display: inline-block;
    width: 60px;
    color: #fff;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background: linear-gradient(270deg, var(--Principal) 0%, var(--Secundario) 100%);
    margin-right: 20px;
}
.folioItem01 .fm:hover{
    color: var(--Principal);
}
.folioItem01:hover .fm{
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
/*-- Servicios --*/

/*-- Empresas Hermanas --*/
.client-slider2.owl-carousel{
    position: relative;
}
.client-slider2.owl-carousel .owl-item {
    text-align: center;
}
.client-slider2.owl-carousel img {
    display: inline-block;
    text-align: center;
}
/*-- Empresas Hermanas --*/

/*------------------------------------------------------
/ 3. Sobre Nosotros
/------------------------------------------------------*/

 /*-- Pilares de Gestión --*/
 .processSection03 .col-lg-2{
    padding-right: 2px;
    padding-left: 2px;
}
.processSection03 .secTitle{
    margin: 40px 0;
}
.icon_box_03{
    position: relative;
    padding: 10px 15px ;
    margin: 0;
}
.icon_box_03 .ib_box{
    position: relative;
    z-index: 3;
    width: 152px;
    height: 152px;
    text-align: center;
    border: 3px solid var(--Secundario);
    border-radius: 50%;
    font-size: 65px;
    line-height: 145px;
    display: inline-block;
    color: var(--Secundario);
    margin: 0 0 30px;
}
.icon_box_03:hover .ib_box{
    border-color: var(--Principal);
    color: #fff;
}
.icon_box_03 .clase_titu{
    color: var(--Secundario);
}
.icon_box_03:hover .clase_titu{
    color: var(--Principal);
}
.icon_box_03 .ib_box:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    z-index: -2;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box_03 .ib_box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: var(--Principal);
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box_03:hover .ib_box:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.icon_box_03 h3{
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 14px;
}
.icon_box_03 p{
    font-size: 16px;
    font-weight: 500;
}
 /*-- Pilares de Gestión --*/

/*-- Sobre Coophel --*/
.quAccordion{
    position: relative;
}
.quAccordion .card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 50px;
    margin: 0 0 20px;
    padding: 12px 20px;
    border: none;
    -webkit-box-shadow: 0px 10px 34px 0px rgba(27, 35, 40, 0.02);
    -moz-box-shadow:    0px 10px 34px 0px rgba(27, 35, 40, 0.02);
    box-shadow:         0px 10px 34px 0px rgba(27, 35, 40, 0.02);
}
.accordion > .card:not(:first-of-type),
.accordion > .card:not(:last-of-type){
    border-radius: 50px;
}
.quAccordion .card .card-header {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.quAccordion .card .card-header h2 {
    margin: 0;
    padding: 0;
    border: none;
}
.quAccordion .card .card-header h2 button {
    border-radius: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: var(--Principal);
    line-height: 36px;
    display: flex;
    padding: 0;
    width: 100%;
    text-align: left;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.quAccordion .card .card-header h2 button span {
    width: 35px;
    height: 35px;
    background: linear-gradient(90deg, rgb(145, 190, 46) 0%, rgb(110, 145, 34) 100%);
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
.quAccordion .card .card-header h2 button span:before {
    content: '';
    width: 2px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.quAccordion .card .card-header h2 button span:after {
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.quAccordion .card .card-header h2 button:not(.collapsed) span:before{
    display: none;
}
.quAccordion .card .card-body {
    position: relative;
    padding: 15px 25px 25px 0;
    top: 0;
    font-size: 16px;
    line-height: 22px;
    border: none;
}
/*-- Sobre Coophel --*/

/*------------------------------------------------------
/ 4. Créditos y Ahorros (Plantilla 3)
/------------------------------------------------------*/

.shaff_size{
    z-index: -1;
}

/*------------------------------------------------------
/ 5. Descripción de Servicios (Plantilla 2)
/------------------------------------------------------*/

/*-- Galería de Servicios (Creditos Principales, Fidelización y Ahorros) --*/
.icon_box_09{
    position: relative;
    background: url(../images/bg/15.png) no-repeat right top var(--Secundario);
    padding: 20px 30px 7px;
    margin: 0 0 30px;
    line-height: 1.2;
    border-radius: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .3s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(27, 31, 37, 0.05);
    -moz-box-shadow:    0px 10px 40px 0px rgba(27, 31, 37, 0.05);
    box-shadow:         0px 10px 40px 0px rgba(27, 31, 37, 0.05);
}
.icon_box_09:hover{
    background-color: var(--Principal);
}
.icon_box_09 .ib_box{
    position: relative;
    z-index: 2;
    width: 100px;
    height: 100px;
    line-height: 102px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--Secundario);
    font-size: 45px;
}
.icon_box_09:hover .ib_box{
    color: var(--Principal);
}
.srThumb{
    position: relative;
    overflow: hidden;
    margin: -50px 0 0;
    border-radius: 10px;
}
.srThumb:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon_box_09:hover .srThumb:before{
    visibility: visible;
    opacity: 1;
}
.srThumb:after {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    bottom: -100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.icon_box_09:hover .srThumb:after {
    bottom: 0;
    opacity: 1;
}
.srThumb img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.icon_box_09 h3{
    font-size: 21.5px;
    font-weight: bold;
    line-height: 0.9;
    margin-top: 30px;
    padding-bottom: 2px;
}
.icon_box_09 h3 a{
    color: var(--Principal);
}
.icon_box_09 p{
    color: var(--Principal);
    font-size: 19px;
    line-height: 1.3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box_09:hover h3 a,
.icon_box_09:hover p,
.icon_box_09:hover .boton a{
    color: #ffffff;
}
.icon_box_09 h3 a:hover,
.icon_box_09 .boton a:hover{
    color: var(--Secundario);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box_09 .boton{
    text-align: center;
    padding-bottom: 20px;
}
.icon_box_09 .boton a{
    font-weight: bold;
    color: var(--Principal);
}
/*-- Galería de Servicios (Creditos Principales, Fidelización y Ahorros) --*/

/*-- Servicios --*/
.singleServicePage{
    position: relative;
    padding: 50px 0;
}
.ssThumb{
    position: relative;
}
.ssThumb img{
    max-width: 100%;
    height: auto;
}
.ssContent{
    position: relative;
}
.ssContent .secTitle{
    font-size: 40px;
    line-height: 1px;
    margin-bottom: 45px;
    color: var(--Principal);
}
.ssContent p{
    line-height: 28px;
    margin: 0 0 28px;
    font-size: 18px;
}
/*-- Servicios --*/

/*------------------------------------------------------
/ 6. Clientes
/------------------------------------------------------*/

.ssContent .secTitle.refe{
    padding-top: 40px;
}

/*------------------------------------------------------
/ 7. Empleo
/------------------------------------------------------*/
.empleo01{
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.empleo01 img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.empleo01:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(144, 190, 46, 0.8) 0%, rgb(110, 145, 34, 0.8) 100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.empleo01:hover:before{
    visibility: visible;
    opacity: .8;
}
.empleo01 .folioContent{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    bottom: auto;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 3;
}
.empleo01 .folioContent .cat{
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -moz-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transform: translate3d(0, 90px, 0);
    -moz-transform: translate3d(0, 90px, 0);
    -webkit-transform: translate3d(0, 90px, 0);
}
.empleo01 .folioContent .cat:before{
    display: none;
}
.empleo01 .folioContent .cat:hover{
    color: var(--Secundario);
}
.empleo01:hover .folioContent .cat{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.shaff_size{
    z-index: -1;
}
h3.emple {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 15px;
    color: var(--Secundario);
}
h3.emple a {
    color: inherit;
}
h3.emple a:hover{
    color: var(--Principal);
}

/*------------------------------------------------------
/ 8. Noticias
/------------------------------------------------------*/

/*-- Baner --*/
.page_banner1{
    position: relative;
    height: 380px;
    padding: 170px 0 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_banner1:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(92, 90, 91, 0.818);
}
.page_banner1 .container{
    position: relative;
    z-index: 2;
}
.page_banner1 .col-md-12.text-right{
    margin: 0 0 10px;
}
/*-- Baner --*/

/*-- Noticias --*/
.blogPage{
    position: relative;
    padding: 50px 0;
}
.blogItem03{
    position: relative;
}
.blogItem03 .blogContent{
    border: 2px solid #efefef;
    border-bottom: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blogItem03.bbrm{
    margin: 0 0 55px;
}
.bbrm .blogContent{
    border: 2px solid #efefef;
    border-bottom: none;
    padding-bottom: 51px;
    border-top: none;
}
.bbrm .blogContent .rm_more{
    height: 50px;
    background: #fff;
    border: 2px solid #efefef;
    border-bottom: none;
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
    padding: 0 29px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    -webkit-box-shadow: 0px 10px 25px 5px rgba(26, 26, 26, 0.09);
    -moz-box-shadow:    0px 10px 25px 5px rgba(26, 26, 26, 0.09);
    box-shadow:         0px 10px 25px 5px rgba(26, 26, 26, 0.09);
    position: absolute;
    bottom: -25px;
}
.bbrm .blogContent .rm_more:hover{
    color: #fff;
    background: var(--Principal);
    border-color: var(--Principal);
}
.blogThumb{
    position: relative;
}
.blogThumb img{
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blogContent{
    position: relative;
    padding: 34px 38px 36px;
}
.bmeta{
    display: flex;
    margin: 0 0 8px;
}
.bmeta span{
    display: inline-block;
    font-size: 14px;
    color: #74777c;
    margin-left: 10px;
    margin-right: 10px;
}
.bmeta span:first-child{
    margin-left: 0;
}
.bmeta i{
    display: inline-block;
    font-size: 12px;
    margin-right: 9px;
}
.blogContent h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.blogContent h3 a{
    color: inherit;
}
.blogContent h3 a:hover{
    color: var(--Principal);
}
/*-- Noticias --*/

/*-- Noticias (Plantilla 4) --*/
.singleBlog {
    position: relative;
    padding: 50px 0;
}
.sic_details{
    position: relative;
    padding: 50px 50px;
    border: 2px solid #f0f0f0;
    margin-right: -15px;
    border-radius: 20px;
}
.postThumb{
    position: relative;
    margin: 0 0 35px;
    text-align: center;
}
.postThumb img {
    max-width: 85%;
    height: auto;
    width: auto;
    border-radius: 20px;
}
.bordeBajo{
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
}
.sic_details .bmeta {
    color: #74777c;
    font-size: 14px;
    margin-bottom: 3px;
}
.sic_details .bmeta p{
    position: relative;
    margin-right: 27px;
}
.sic_details .bmeta i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.sic_the_content {
    position: relative;
}
.sic_the_content > p{
    margin: 0 0 27px;
}
/*-- Noticias (Plantilla 4) --*/

/*------------------------------------------------------
/ 9. Contacto
/------------------------------------------------------*/

/*-- Puntos de Pago --*/
.puntos_pago{
    position: relative;
    margin: 0 0;
}
/*-- Puntos de Pago --*/

/*-- Horarios --*/
.horarios{
    margin-top: 20px;
}
.horarios h1{
    text-align: center;
    color: var(--Principal);
    font-size: 55px;;
}
.horarios h2{
    text-align: center;
    color: var(--Principal);
    font-size: 45px;
}
/*-- Horarios --*/

/*-- Ubicaciones de Agencias --*/
.icon_box_10{
    position: relative;
    padding-left: 130px;
    padding-top: 35px;
    margin: 0;
    line-height: 1.2;
}
.icon_box_10 .ib_box{
    position: absolute;
    z-index: 3;
    left: 0;
    top: 40px;
    width: 102px;
    height: 102px;
    text-align: center;
    color: #fff;
    line-height: 102px;
    font-size: 36px;
    border: 2px solid var(--Secundario);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box_10:hover .ib_box{
    border-color: var(--Principal);
    color: #fff;
}
.icon_box_10 .colorgl{
    color: var(--Secundario);
}
.icon_box_10:hover .colorgl{
    color: var(--Principal);
}
.icon_box_10 .ib_box:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: var(--Secundario);
    border-radius: 50%;
    z-index: -2;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box_10 .ib_box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: var(--Principal);
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box_10:hover .ib_box:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.icon_box_10 h3{
    font-size: 27.5px;
    line-height: 37px;
    font-weight: 900;
    margin: 0 0 14px;
}
.icon_box_10 a{
    font-weight: bold;
}
.icon_box_10:hover a{
    color: var(--Secundario);
}
.icon_box_10 p{
    font-size: 18px;
}
iframe.map{
    width: 100%;
    height: 400px;
}
/*-- Ubicaciones de Agencias --*/


/*-- Extras --*/

.appointment_form {
    position: relative;
    padding: 14px 75px 80px;
}
.appointment_form > h3{
    color: var(--Secundario);
    font-size: 30px;
    line-height: 0.5;
    margin: 0 0 16px;
}
.input-field{
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}
.input-field i{
    color: #74777c;
    font-size: 14px;
    line-height: 60px;
    position: absolute;
    left: 40px;
    top: 0;
}
input[type="email"], 
input[type="text"], 
input[type="number"], 
input[type="url"], 
input[type="tel"], 
input[type="password"], 
textarea,
select,
.nice-select{
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 15px 0 52px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    line-height: 60px;
    margin: 0 0 15px;
    color: #74777c;
    -webkit-box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
    -moz-box-shadow:    0px 15px 55px 0px rgba(42, 46, 52, 0.06);
    box-shadow:         0px 15px 55px 0px rgba(42, 46, 52, 0.06);
}
textarea{
    height: 150px;
    padding-top: 12px;
    padding-left: 55px;
    line-height: 34px;
    border-radius: 30px;
    resize: none;
    margin-bottom: 30px;
}
input[type="email"]::-moz-placeholder, 
input[type="text"]::-moz-placeholder, 
input[type="number"]::-moz-placeholder, 
input[type="url"]::-moz-placeholder, 
input[type="tel"]::-moz-placeholder, 
input[type="password"]::-moz-placeholder, 
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: #74777c;
    opacity: 1;
}
input[type="email"]::-webkit-input-placeholder, 
input[type="text"]::-webkit-input-placeholder, 
input[type="number"]::-webkit-input-placeholder, 
input[type="url"]::-webkit-input-placeholder, 
input[type="tel"]::-webkit-input-placeholder, 
input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: #74777c;
    opacity: 1;
}
input[type="email"]::-ms-input-placeholder, 
input[type="text"]::-ms-input-placeholder, 
input[type="number"]::-ms-input-placeholder, 
input[type="url"]::-ms-input-placeholder, 
input[type="tel"]::-ms-input-placeholder, 
input[type="password"]::-ms-input-placeholder, 
textarea::-ms-input-placeholder,
select::-ms-input-placeholder{
    color: #74777c;
    opacity: 1;
}
textarea:focus{
    -webkit-box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
    -moz-box-shadow:    0px 15px 55px 0px rgba(42, 46, 52, 0.06);
    box-shadow:         0px 15px 55px 0px rgba(42, 46, 52, 0.06);
}
input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="checkbox"] ~ span {
    position: relative;
    padding-left: 28px;
    color: #74777c;
    font-size: 15px;
    line-height: 32px;
    font-style: italic;
    cursor: pointer;
    display: block;
    margin: 0 0 13px;
}
input[type="checkbox"] ~ span:before {
    content: '';
    font-family: 'themewar' !important;
    position: absolute;
    left: 0;
    top: 7px;
    background: transparent;
    border: 1px solid #74777c;
    height: 16px;
    width: 16px;
    line-height: 15px;
    font-style: normal;
    text-align: center;
    font-size: 10px;
    border-radius: 5px;
}
input[type="checkbox"]:checked ~ span:before {
    content: "\f024";
    color: var(--theme-color);
}

.nice-select{
    z-index: 55;
}
.input-field .nice-select:after{
    content: "\f043";
    font-family: 'themewar' !important;
    border: none;
    left: 32px;
    top: 3px;
    color: #74777c;
    transform: none;
    font-size: 14px;
}
.input-field.icRight .nice-select:after{
    left: auto;
    right: 50px;
    font-size: 16px;
}
.input-field .nice-select .list{
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    max-height: 361px;
    overflow: auto;
    -webkit-box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
    -moz-box-shadow:    0px 15px 55px 0px rgba(42, 46, 52, 0.06);
    box-shadow:         0px 15px 55px 0px rgba(42, 46, 52, 0.06);
}
.input-field .nice-select .option{
    font-size: 14px;
    color: #74777c;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 2px 25px;
}
.input-field .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background: transparent;
    color: var(--theme-color);
}
.input-field input.reqError, .input-field .reqError {
    border: 1px solid #f00;
}
.con_message {
    display: block;
    width: 100%;
    display: none;
    padding: 15px;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0;
}

.folioItem02{
    position: relative;
    overflow: hidden;
}
.folioSlider02 .folioItem02 img{
    width: 100%;
    border-top: solid 4px var(--Principal);
    border-bottom: solid 4px var(--Principal);
    border-right: solid 2px var(--Principal);
    border-left: solid 2px var(--Principal);
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.image-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 50px var(--Principal);
}
.image-thumbnail {
    cursor: pointer;
}
.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 50px;
    cursor: pointer;
    color: var(--Principal);
}

.capacitaciones{
    margin: 0 0 50px;
}
.capacitaciones .titulo{
    text-align: center;
    margin: 30px 40px;
    font-size: 45px;
}
.capacitaciones span{
    color: var(--Principal);
}