@import 'fonts/circular/circular.css';
:root {
	/* Colors: */
	--primary-color: #384351;
	--ligth-primary-color: #505e73;
	--secundary-color: #079DEF;
	--ligth-secundary-color: #52DEFF;
	--third-color: #FF7150;
	--ligth-third-color: #FF9C9C;
	--fourth-color: #FF9FCF;
	--ligth-fourth-color: #FFBDDE;

	--skyblue-color: #2AB5DF;
	--wet-asphalt-color: #40516F;
	--light-color: #F0F6FD;
	--white-smoke-color: #F1F2F7;
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    /*font-family: MuseoSans, sans-serif !important;*/
    font-family: 'Circular', 'Arial', sans-serif !important;
    background: #fff;
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
    color: #fff;
}
a:hover {
    outline: 0;
    color: #40516f;
}
h1,
h2,
h3,
li,
p {
    cursor: default;
    /*font-family: MuseoSans, sans-serif !important;*/
    font-family: 'Circular', 'Arial', sans-serif !important;
}
a,
h1,
h2,
h3,
p {
    /*font-family: MuseoSans, sans-serif !important;*/
    font-family: 'Circular', 'Arial', sans-serif !important;
    color: #40516f;
    margin: 0 !important;
    line-height: normal;
}
.text-primary{
	color: var(--primary-color) !important; }
.bg-primary{
	background-color: var(--primary-color) !important; }
.border-primary{
	border-color: var(--primary-color) !important; }

.text-ligth-primary{
	color: var(--ligth-primary-color) !important; }
.bg-ligth-primary{
	background-color: var(--ligth-primary-color) !important; }
.border-ligth-primary{
	border-color: var(--ligth-primary-color) !important; }

.text-secundary{
	color: var(--secundary-color) !important; }
.bg-secundary{
	background-color: var(--secundary-color) !important; }
.border-secundary{
	border-color: var(--secundary-color) !important; }

.text-ligth-secundary{
	color: var(--ligth-secundary-color) !important; }
.bg-ligth-secundary{
	background-color: var(--ligth-secundary-color) !important; }
.border-ligth-secundary{
	border-color: var(--ligth-secundary-color) !important; }

.text-third{
	color: var(--third-color) !important; }
.bg-third{
	background-color: var(--third-color) !important; }
.border-third{
	border-color: var(--third-color) !important; }

.text-ligth-third{
	color: var(--ligth-third-color) !important; }
.bg-ligth-third{
	background-color: var(--ligth-third-color) !important; }
.border-ligth-third{
	border-color: var(--ligth-third-color) !important; }

.text-fourth{
	color: var(--fourth-color) !important; }
.bg-fourth{
	background-color: var(--fourth-color) !important; }
.border-fourth{
	border-color: var(--fourth-color) !important; }

.text-ligth-fourth{
	color: var(--ligth-fourth-color) !important; }
.bg-ligth-fourth{
	background-color: var(--ligth-fourth-color) !important; }
.border-ligth-fourth{
	border-color: var(--ligth-fourth-color) !important; }

.text-skyblue{
	color: var(--skyblue-color) !important; }
.bg-skyblue{
	background-color: var(--skyblue-color) !important; }
.border-skyblue{
	border-color: var(--skyblue-color) !important; }

.text-wet-asphalt{
	color: var(--wet-asphalt-color) !important; }
.bg-wet-asphalt{
	background-color: var(--wet-asphalt-color) !important; }
.border-wet-asphalt{
	border-color: var(--wet-asphalt-color) !important; }

.text-light{
	color: var(--light-color) !important; }
.bg-light{
	background-color: var(--light-color) !important; }
.border-light{
	border-color: var(--light-color) !important; }

.text-white-smoke{
	color: var(--white-smoke-color) !important; }
.bg-white-smoke{
	background-color: var(--white-smoke-color) !important; }
.border-white-smoke{
	border-color: var(--white-smoke-color) !important; }
	
ul li {
    list-style: none;
}
input {
    color: #40516f;
    background-color: #fff;
    transition: background-color 0.3s;
}
input:focus {
    background-color: #ddd;
}
input:after {
    border-bottom: 1px solid red;
}
textarea {
    background-color: #fff;
    transition: background-color 0.3s;
}
textarea:focus {
    background-color: #ddd;
}
.codrops-top_2_Pruebas{
    transition: all .3s;
}
.menu-fixeado{
   margin-top: 237px!important;
}
.contenedorPreloader {
    display:none !important;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 10000 !important;
    top: 0;
}
.titleSOC {
    width: 800px;
    margin: auto;
}
.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}
.load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite;
}
.envivo{
    position: relative;
}
.envivo::after{
        content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 9999;
    background: #fff;
}

.load :first-child {
    background: #00b637;
    animation-delay: -2s;
}
.load :nth-child(2) {
    background: #00b637;
    animation-delay: -1.5s;
}
.load :nth-child(3) {
    background: #00b637;
    animation-delay: -1s;
}
.load :nth-child(4) {
    background: #00b637;
    animation-delay: -0.5s;
}
.load :last-child {
    background: #fff;
    position: absolute;
}
@keyframes spin {
    0%,
    100% {
        transform: translate(0);
    }
    25% {
        transform: translate(160%);
    }
    50% {
        transform: translate(160%, 160%);
    }
    75% {
        transform: translate(0, 160%);
    }
}
.codrops-top {
    width: 100%;
    height: 70px;
    z-index: 500;
    margin: auto;
    position: fixed;
    top: 0;
    background: #015694;
}
.codrops-top .Datos_contacto {
    position: absolute;
    right: 20px;
}
.codrops-top .Datos_contacto a {
    align-items: end;
}
.codrops-top .Datos_contacto a img {
    margin-right: 10px;
}
.codrops-top .Datos_contacto.leftMenu {
    left: 50px;
}
.codrops-top a {
    padding: 24px 10px;
    display: block;
    float: left;
    text-transform: none;
    font-size: 16px;
    color: #fff;
    display: flex;
}
.codrops-top a:hover {
    color: #fff;
}
.codrops-top a .bxl-whatsapp {
    font-size: 24px;
    padding-top: 9px;
}
.codrops-top #Productos {
    width: 95px;
}
.codrops-top a .Cerrar {
    margin: 12px -47px;
    opacity: 0;
    display: none;
}
.codrops-top a .Cerrar div {
    background: #4ba84f;
    width: 20px;
    height: 2px;
}
.codrops-top a .Cerrar .line2 {
    margin-top: -2px;
}
.codrops-top span a img {
    width: 30px;
}
.codrops-top span a p {
    color: #fff;
    margin-top: 3px;
}
.codrops-top div a .logoBlanco {
    width: 120px;
    margin: -13px 20px 0 0;
}
.BannerNFL {
    position: fixed;
    z-index: 5;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}
.BannerNFL .imgBanner {
    position: absolute;
    top: -100px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 600px;
    height: max-content;
    display: block;
    margin: auto;
    border-radius: 10px;
    opacity: 0;
    display: none;
}
.BannerNFL .imgBanner .cerrar span {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 460px;
    margin: auto;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 13px;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    transition: background 0.3s;
}
.BannerNFL .imgBanner .cerrar span:hover {
    background: red;
    color: #fff;
}
.BannerNFL .imgBanner a img {
    border-radius: 10px 10px;
    width: 100%;
}
.BannerNFL .imgBanner div {
    padding: 30px;
}
.BannerNFL .imgBanner div p {
    font-size: 20px;
    font-weight: 700;
}
.ComparadorNFL {
    background: rgb(0 0 0 / 0.8);
    height: 100%;
    position: fixed;
    z-index: 50;
    width: 100%;
    opacity: 0;
    display: none;
}
.ComparadorNFL div {
    width: 800px;
    height: 260px;
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
}
.ComparadorNFL div .casco {
    width: 300px;
    position: absolute;
    opacity: 0;
    display: none;
}
.ComparadorNFL div .casco.Izquierdo {
    left: 0;
}
.ComparadorNFL div .casco.Derecho {
    right: 0;
}
.ComparadorNFL div .versus {
    width: 300px;
    opacity: 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.ComparadorNFL div .textoNfl {
    width: 575px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -290px;
    opacity: 0;
    display: none;
}
.opciones_de_busqueda {
    position: fixed;
    width: 100%;
    background: #033a74;
    top: 80px;
    z-index: 2;
    display: flex;
    height: 0;
    display: none;
    left: 0;
}
.opciones_de_busqueda a{
    color: #fff!important;
}
.opciones_de_busqueda a span {
    position: absolute;
    top: 25px;
    right: 80px;
    font-size: 30px;
    color: #4aa84f;
    font-weight: 600;
}
.opciones_de_busqueda div {
    width: 100%;
    display: flex;
    margin: 15px 0 15px 427px;
}
#OficinaEmpresarial,
#OficinaSeguros,
.opciones_de_busqueda div #OficinaHipotecario {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    top: -20px;
    margin-right: 25px;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
}
.opciones_de_busqueda div a:hover {
    opacity: 1 !important;
}
.contenedorVideo {
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.contenedorVideo video {
    width: 120%;
    height: auto;
}
.OpProductos {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    background: rgb(0 0 0 / 85%);
    opacity: 0;
    display: none;
}
.OpcionesCredito {
    width: 100%;
    height: auto;
    padding: 20px 100px 30px;
    background: #033a74;
    display: flex;
    justify-content: space-around;
    opacity: 0;
    display: none;
    position: fixed;
    top: 109px;
    z-index: 3;
    left: 0;
}
.OpcionesCredito .Menu {
    display: none;
    opacity: 0;
    width: 100%;
}
.OpcionesCredito .Menu .title {
    font-weight: 600;
    font-size: 20px;
    opacity: 1;
    padding-left: 0 !important;
    cursor: default;
    color: #fff;
    border-bottom: 1px solid #035594;
    padding: 15px 0;
    background: 0 0;
}
.OpcionesCredito .Menu div {
    display: flex;
}
.OpcionesCredito ul {
    width: 300px;
    margin: 10px 0;
}
.OpcionesCredito ul li {
    padding: 7px 0;
}
.OpcionesCredito ul li a {
    color: #fff;
    font-weight: 100;
    opacity: 0.5;
    padding-left: 0;
    transition: padding-left 0.4s;
    padding: 0;
    float: none;
}
.OpcionesCredito ul li a:hover {
    opacity: 1;
    padding-left: 10px;
}
.OpcionesCredito ul li .Producto {
    font-weight: 600;
    font-size: 20px;
    opacity: 1;
    padding-left: 0 !important;
}
.OpcionesCredito .socialIcon li a {
    opacity: 1;
}
.OpcionesCredito .socialIcon li a img {
    width: 40px;
    margin-right: 10px;
}
.containerInfo {
    width: 100% !important;
    /*height: 60%;*/
    background-size: cover;
    position: relative;
    margin: 0;
    background-position: top;
    padding: 100px 50px;
    padding-top: 270px;
    
    
    padding:125px 50px 100px;
    margin-top: 0px !important;
    background-attachment:initial;
    background-position: center center;
    background-image:url(../img/ceoservices_home.jpg);
}

.containerInfoWeAre {
    background-image:url(../img/quienes_somos_head.avif);
}

.containerInfoHipotecario {
    background-image:url(../img/hipotecario_head.webp);
}

#contactoSOC {
    background: url(../img/producto/contacto.jpg) center fixed;
    background-size: cover;
}
.Info {
    width: 100%;
}
.Info.ContactoPage {
    top: 0;
    bottom: 200px;
    margin: auto;
    height: fit-content;
    left: 0;
    right: 0;
}
.welcome div p {
    /*color: #fff;
    font-size: 25px;
    font-weight: 100;*/
    color: #384351;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 30px;
}
.welcome div h1 {
    /*color: #fff;
    font-size: 25px;
    font-weight: 100;*/
    color: #384351;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 30px;
}
.welcome div h2 {
    padding-bottom: 30px;
    width: 795px;
    margin: auto !important;
    text-align: center;
    /*color: #fff;
    font-size: 40px;*/
    color: #4ED176;
    font-size: 35px;
    font-weight: 600;
}
.containerForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.containerForm div {
    width: 500px;
    padding: 25px 40px 0;
}
.containerForm div form {
    position: relative;
}
.containerForm div form input {
    width: 100%;
    border: none;
    outline: 0;
    font-size: 15px !important;
    padding: 15px 10px 15px 50px;
    margin: 5px auto;
    border-radius: 4px;
    background: #ffffff17;
    transition: background 0.3s;
    color: #fff;
    height: 63px;
}
.containerForm div form input:hover {
    background: rgba(0, 0, 0, 0.51);
}
.containerForm div form .send {
    background: #4aa84f;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.containerForm div form .send:hover {
    background: #4aa84f;
}
.containerForm div form textarea {
    width: 100%;
    border: none;
    outline: 0;
    font-size: 15px;
    padding: 15px 10px 15px;
    margin: 5px auto;
    border-radius: 4px;
    background: #ffffff17;
    transition: background 0.3s;
    color: #fff;
    font-size: 18px;
}
.containerForm div form textarea:hover {
    background: rgba(0, 0, 0, 0.51);
}
.containerForm div form div {
    display: flex;
    padding: 0;
}
.containerForm div form div .checkbox {
    width: auto;
    margin: 0 10px 0 0;
    height: 25px;
}
.containerForm div p {
    color: #fff;
}
.containerForm div h3 {
    color: #fff;
}
.containerForm div .adress {
    margin-top: 40px !important;
}
.containerForm div .schedule {
    font-weight: 700;
}
.containerForm div form div a {
    color: #fff;
}
.containerForm div form i {
    position: absolute;
    left: 13px;
    color: #fff;
}
.containerForm div form .ti-user {
    top: 26px;
}
.containerForm div form .ti-mobile {
    top: 92px;
}
.containerForm div form .ti-email {
    top: 160px;
}
.containerForm div .contacto {
    display: block;
    color: #fff;
    margin: 20px 0;
}
.containerForm div a span {
    margin-right: 15px;
}
.containerForm div .rs {
    justify-content: start;
}
.rs {
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}
.rs li {
    margin: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
}
.rs li a img {
    width: 40px;
    transition: width 0.5s;
}
.rs li a img:hover {
    width: 50px !important;
}
.ProductosSOC {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*margin: 170px 0 50px;*/
}
/* Ajustes oct - 2021 */
@media screen and (min-width:1024px){
    .ProductosSOC {
      margin: 185px 0 0 !important;
      flex-wrap: nowrap; }
}
.ServiciosComparador {
    margin: 5px !important;
}

.ProductosSOC #OneEmpresarial {
    background: url(../img/credito_empresarial.jpeg) no-repeat center;
    background-size: cover;
    background-position-x: -195px;
    background-position-y: -34px;
    background-size: 192%;
    margin-top: 20px;
    transition: margin-top 0.3s;
}
.ProductosSOC #OneEmpresarial:hover {
    margin-top: -10px;
}
.ProductosSOC #OneEmpresarial:hover > .SerInfo .ViewProducts {
    background: #e7e8ed;
}

.ProductosSOC #FourSeguros {
    background: url(../img/credito_empresarial.jpeg) no-repeat center;
    background-size: cover;
    background-position-x: -195px;
    background-position-y: -34px;
    background-size: 192%;
    margin-top: 20px;
    transition: margin-top 0.3s;
}
.ProductosSOC #FourSeguros:hover {
    margin-top: -10px;
}
.ProductosSOC #FourSeguros:hover > .SerInfo .ViewProducts {
    background: #e7e8ed;
}

.ProductosSOC #TwoHipotecario {
    background: url(../img/As-Hipotecario.avif) no-repeat center;
    background-size: cover;
    background-position-x: -195px;
    background-position-y: -34px;
    background-size: 192%;
    margin-top: 20px;
    transition: margin-top 0.3s;
}
.ProductosSOC #TwoHipotecario:hover {
    margin-top: -10px;
}
.ProductosSOC #TwoHipotecario:hover > .SerInfo .ViewProducts {
    background: #e7e8ed;
}

.ProductosSOC #ThreeAutomotriz {
    background: url(../img/credito_autp.png) no-repeat center;
    background-size: cover;
    background-position-x: -195px;
    background-position-y: -34px;
    background-size: 192%;
    margin-top: 20px;
    transition: margin-top 0.3s;
}
.ProductosSOC #ThreeAutomotriz:hover {
    margin-top: -10px;
}
.ProductosSOC #ThreeAutomotriz:hover > .SerInfo .ViewProducts {
    background: #e7e8ed;
}

.ProductosSOC #TwoEmpresarial {
    background: url(../img/home/As-Empresarial.webp) no-repeat center;
    background-size: cover;
    background-position-x: -331px;
    background-position-y: -60px;
    margin-top: 20px;
    transition: margin-top 0.3s;
}
.ProductosSOC #TwoEmpresarial:hover {
    margin-top: -10px;
}
.ProductosSOC #TwoEmpresarial:hover > .SerInfo .ViewProducts {
    background: #e7e8ed;
}
.ProductosSOC #ThreeSeguros {
    background: url(../img/As-Hipotecario.avif) no-repeat center;
    background-size: cover;
    background-position-x: -331px;
    background-position-y: -60px;
    margin-top: 20px;
    transition: margin-top 0.3s;
}
.ProductosSOC #ThreeSeguros:hover {
    margin-top: -10px;
}
.ProductosSOC #ThreeSeguros:hover > .SerInfo .ViewProducts {
    background: #e7e8ed;
}

@media screen and (min-width:1024px){
    .containerInfo {
        background-position: 25% center; }

    .ProductosSOC{
        background-size:contain;
        background-position:top center !important; }
}

.ProductosSOC #TwoEmpresarial{
    background-image:url('../img/home/imagenes-5-linead-de-negocio.jpg'); }

@media screen and (min-width:1024px){
    .ProductosSOC #TwoEmpresarial{
        background-size:contain;
        background-position:top center !important;  }
}

.ProductosSOC #ThreeSeguros{
    background-image:url('../img/home/Seguros.jpg'); }

@media screen and (min-width:1024px){
    .ProductosSOC #ThreeSeguros{
        background-size:contain;
        background-position:top center !important; }
}

.ProductosSOC #FourSeguros{
    background:url('../img/seguros/asesoria.jpeg') no-repeat center;
    background-size: cover; }

@media screen and (min-width:1024px){
    .ProductosSOC #FourSeguros{
        background-size:contain;
        background-position:top center !important; }
}

.ProductosSOC .serviciossoc {
    width: 370px;
    height: 530px;
    background: red;
    border-radius: 30px;
    margin: 20px;
    position: relative;
    padding-top: 0;
    transition: padding-top 0.3s;
    border: 1px solid #ececec;
}
.ProductosSOC .serviciossoc .SerInfo {
    position: absolute;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 30px 30px;
    height: 230px;
    padding: 30px;
    width: 100%;
    left: 0px;
}
.ProductosSOC .serviciossoc .SerTitle {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 34%);
    border-radius: 30px;
    display: block;
    cursor: auto;
}
.ProductosSOC .serviciossoc .SerTitle h2 {
    /*font-size: 25px;*/
    font-size: 23px;
    color: #fff;
    padding-top: 10px;
    font-weight: 300;
    position: absolute;
    top: 60px;
    left: 31px;
    right: 0;
    text-shadow: 5px 5px 7px #0000007a;
    margin: 0;
}
.ProductosSOC .serviciossoc .SerTitle h2 span {
    font-weight: 700;
    /*font-size: 36px;*/
    font-size: 30px;
}
.ProductosSOC .serviciossoc .SerInfo p {
    font-size: 18px;
    font-weight: 700;
    color: #40516f;
}
.ProductosSOC .serviciossoc .SerInfo .ViewProducts {
    color: #015694;
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 40px;
    background: #fff;
    transition: background 0.3s;
    font-size:12px;
}
.ProductosSOC .serviciossoc .SerInfo .ViewProducts i {
    font-weight: 700;
    /*margin-left: 20px;*/
    margin-left: 8px;
    transition: margin-left 0.2s;
}
.ProductosSOC .serviciossoc .SerInfo .ViewProducts:hover > i {
    /*margin-left: 40px;*/
    margin-left: 20px;
}
.ProductosSOC .serviciossoc .SerInfo .callCard {
    color: #4aa84f;
    margin-left: 20px;
    font-weight: 700;
    bottom: 30px;
    padding: 13px 11px 11px 11px;
    border-radius: 40px;
    position: absolute;
    /*width: 55px;*/
    width:46px;
    /*height: 55px;*/
    height:46px;
    right: 20px;
    border: 1px solid #ddd;
    background: #fff;
    transition: background 0.3s;
}
.ProductosSOC .serviciossoc .SerInfo .callCard .bxl-whatsapp {
    font-size: 24px;
    margin-left: 0;
    transition: margin-left 0.2s;
}
.ProductosSOC .serviciossoc .SerInfo .callCard:hover {
    background: #4aa84f;
    color: #fff;
    border: 1px solid #4aa84f;
}
.ProductosSOC .serviciossoc .SerInfo .callCard span {
    font-size: 20px;
    transition: color 0.3s;
    padding: 0 2px;
}
.ProductosSOC .serviciossoc .SerInfo .callCard:hover > span {
    color: #fff;
}
.swiper-pagination-bullet-active {
    background: #4aa84f !important;
}
.tipoCredito {
    padding: 200px 0 0 0;
    background: #fff;
    margin-top: -10px;
}
.tipoCredito .Bancos {
    text-align: center;
    position: relative;
    font-size: 25px;
    width: 100%;
    margin: 90px 0 0;
    padding: 70px 0 10px;
    color: #40516f;
}
.tipoCredito .carruselLogos {
    padding: 50px 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: max-content;
}
.tipoCredito h2 {
    text-align: center;
    width: 770px;
    margin: auto !important;
    font-weight: 600;
    color: #015694;
    color: #384351;
}
.tipoCredito p {
    text-align: center;
    font-size: 20px;
}
.tipoCredito .pregunta {
    text-align: center;
    font-size: 23px;
    margin: 50px 0;
}
.tipoCredito .questionBox {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.tipoCredito .questionBox .div {
    margin: 15px 15px;
    height: 440px;
    width: 370px;
    border-radius: 30px;
    transition: margin 0.3s;
}
.tipoCredito .questionBox .div .backGradient {
    width: 100%;
    height: 100%;
    background: 0 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 100%);
    background-size:1px 880px;
    transition: background 0.3s;
    border-radius: 30px;
}
.tipoCredito .questionBox .div .backGradient:hover {
    /*background: rgb(0 0 0 / 54%);*/
    background-position:880px;  
}
.tipoCredito .questionBox .div .backGradient:hover > a {
    background: #4aa84f;
    background: #4ED176;
    color: #fff;
}
.tipoCredito .questionBox .div:hover {
    margin: 5px 15px;
}
.tipoCredito .questionBox .div.One {
    /*background: url(../img/home/compra-casa.jpg) no-repeat center;*/
    background: url(../img/home/herramientas/comprartucasa.jpg) no-repeat center;
    background-size: cover;
}
.tipoCredito .questionBox .div.Two {
    /*background: url(../img/home/credito-empresa.avif) no-repeat center;*/
    background: url(../img/home/herramientas/eligetucredito.jpg) no-repeat center;
    background-size: cover;
}
.tipoCredito .questionBox .div.Three {
    /*background: url(../img/home/alcance-credito.jpg) no-repeat center;*/
    background: url(../img/home/herramientas/alcancedecredito.jpg) no-repeat center;
    background-size: cover;
}
.tipoCredito .questionBox .div.Four {
    /*background: url(../img/home/precalifica.avif) no-repeat center;*/
    background: url(../img/home/herramientas/precalificatucredito.jpg) no-repeat center;
    background-size: cover;
}
.tipoCredito .questionBox .div.One.PyMEImg {
    background: url(../img/home/credito-empresa.avif) no-repeat center;
    background-size: cover;
}
.tipoCredito .questionBox .div h3 {
    font-size: 24px;
    color: #fff;
    text-shadow: 5px 5px 5px #0000008a;
    text-align: center;
    margin-bottom: 30px !important;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    padding: 0 35px;
}
.tipoCredito .questionBox .div a {
    transition: background 0.3s;
    background: #fff;
    color: #015694;
    color: #079DEF;
    padding: 15px;
    font-weight: 700;
    border-radius: 40px;
    position: absolute;
    bottom: 40px;
    width: 216px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto !important;
}
.tipoCredito .questionBox .div a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 1s ease;
    border-radius: 40px;
    background: rgba(114, 216, 119, 0.22);
}
.tipoCredito .questionBox .div a:hover:before {
    width: 100%;
}
.tipoCredito.Comparador div a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 1s ease;
    border-radius: 40px;
    background: rgba(114, 216, 119, 0.22);
}
.tipoCredito.Comparador div a:hover:before {
    width: 100%;
}
.tipoCredito .swiper-container.bancos {
    padding: 50px 50px 0;
    height: 235px;
    background: #f1f2f7;
    margin: 0 0 50px;
}
.tipoCredito .swiper-container.bancos .swiper-wrapper img {
    margin: auto;
    display: block;
    height: 50px;
}
.tipoCredito .swiper-container.bancos .swiper-pagination {
    bottom: 60px;
}
.contenedorAvisoTerminos {
    padding: 100px 20px;
    margin-top: 120px;
}
.contenedorAvisoTerminos div {
    width: 800px;
    margin: auto;
    display: block;
}
.contenedorAvisoTerminos div h1 {
    color: #035594;
    font-weight: 600;
}
.contenedorAvisoTerminos div h4 {
    color: #40516f;
    font-weight: 600;
}
.contenedorAvisoTerminos div p {
    text-align: justify;
    margin: 20px 0;
}
.contenedorAvisoTerminos div ul li {
    list-style: disc;
    margin: 10px 40px;
    color: #40516f;
}
.error {
    width: 100%;
    height: 770px;
    background: url(../img/error/error.jpg) no-repeat fixed;
    background-size: cover;
    background-position-y: center;
    position: relative;
}
.error div {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    padding: 50px;
    border-radius: 20px;
}
.error div img {
    width: 500px;
    margin: 20px auto;
    display: block;
}
.error div p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.error div ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.error div ul li {
    margin: 10px;
}
.error div a {
    width: 290px;
    background: #4ba84f;
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 40px;
    transition: background-color 0.3s;
    font-size: 18px;
}
.error div a:hover {
    background: #0f8214;
}
.buzon {
    font-size: 33px;
    font-weight: 700;
    color: #035594;
    position: absolute;
    top: 115px !important;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
    top: 110px;
}
.quejas {
    width: 100%;
    margin-top: 100px;
    height: 795px;
    background: url(../img/home/7.jpg) no-repeat fixed;
    background-size: cover;
    background-position-y: center;
    position: relative;
}
.quejas div {
    width: 500px;
    margin: auto;
    position: absolute;
    top: 115px;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
.quejas div .title {
    font-size: 20px;
    font-weight: 700;
    background: 0 0;
}
.quejas div a {
    background: #4aa84f;
    color: #fff;
    padding: 15px;
    width: 300px;
    display: block;
    text-align: center;
    border-radius: 40px;
    margin: 30px auto !important;
}
.menuMobiles {
    display: none;
}
.cajaMenu {
    display: none;
}
.cajaMenu .socialIcon {
    display: flex;
    justify-content: space-evenly;
}
.cajaMenu .socialIcon li a img {
    width: 40px;
    margin: 20px 0;
}
.ServiciosSOC {
    /*padding: 0 100px 100px !important;*/
}
.titulos {
    font-size: 40px !important;
    text-align: center;
    font-weight: 700;
    margin: 0 0 40px !important;
    color: #015694;
    color: #384351;
}
.ServiciosSOC .proceso {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.ServiciosSOC .proceso li {
    margin: 30px 10px 0;
    width: 300px;
    background: #dbe4ef;
    border-radius: 10px;
    position: relative;
}
.ServiciosSOC .proceso li img {
    background: red;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    border: none;
}
.ServiciosSOC .proceso li div p {
    text-align: center;
    font-size: 16px;
    padding: 20px;
}
.ServiciosSOC .proceso li div .number {
    font-size: 25px;
    border-radius: 50%;
    border: 2px solid #4aa84f;
    width: 50px;
    height: 50px;
    margin: 10px auto !important;
    display: block;
    background: #fff;
    padding: 3px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}
.CardsServices {
    padding: 0 50px 100px !important;
}
footer {
    background: #f0f2f6;
    width: 100%;
    position: relative;
}
footer .derechos {
    text-align: center;
    background: #025594;
    background: #384351;
    color: #fff;
    padding: 21px;
    margin-top: 25px !important;
    margin-bottom: 0;
}
footer .direccion {
    text-align: center;
    font-size: 16px;
}
footer .containerFooter {
    width: 1000px;
    margin: auto;
}
footer .containerFooter hr {
    margin: 2rem 0;
}
footer .containerFooter .footerSocial {
    width: 100%;
    height: 120px;
    position: relative;
    padding: 50px 0 0;
}
footer .containerFooter .footerSocial .logoFooter {
    width: 150px;
}
footer .containerFooter .footerSocial .esr {
    width: 170px;
    margin-left: 40px;
}
footer .containerFooter .footerSocial .veinte {
    width: 165px;
    margin-left: 30px;
}
footer .containerFooter .footerSocial div {
    position: absolute;
    top: 30px;
    right: 0;
}
footer .containerFooter .footerSocial div p {
    margin: 10px;
    text-transform: uppercase;
}
footer .containerFooter .footerSocial div ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
footer .containerFooter .footerSocial div ul li {
    padding: 0 10px;
}
footer .containerFooter .footerSocial div ul li a img {
    width: 30px;
}
footer .containerFooter .InfoFooter {
    display: flex;
}
footer .containerFooter .InfoFooter div {
    width: 333.333333px;
}
footer .containerFooter .InfoFooter2 div {
    width: 250px;
}
footer .containerFooter .InfoFooter2 div:not(:first-child) {
    padding-left:15px;
}
footer .containerFooter .InfoFooter div h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
footer .containerFooter .InfoFooter div ul {
    padding: 25px 0 0;
    margin-left: 0;
}
footer .containerFooter .InfoFooter div ul li a {
    font-size: 16px;
    color: #40516f;
}
@media screen and (max-width: 1680px) {
    .ProductosSOC {
        margin: 50px 0;
    }
}
@media screen and (max-width: 1440px) {
    .ProductosSOC {
        margin: 5px 0;
    }
    .ProductosSOC .serviciossoc {
        height: 390px;
        background-position-y: -110px !important;
        background-position-x: 60% !important;
    }
    .ProductosSOC .serviciossoc .SerTitle h2 {
        /*top: 20px;*/
        top: 50px;
    }
    .ProductosSOC .serviciossoc .SerInfo {
        height: 215px;
        height: 245px;
    }
    .Info.ContactoPage {
        position: relative;
    }
    .search {
        padding: 5px 0 200px;
    }
}
@media screen and (max-width: 1380px) {
    .codrops-top span a p {
        display: none;
    }
}
@media screen and (max-width: 1330px) {
    .ProductosSOC .serviciossoc {
        width: 330px;
    }
    .ProductosSOC .serviciossoc .SerInfo p {
        font-size: 16px;
        font-weight: 400;
    }
}
@media screen and (max-width: 1024px) {
    .comparador-float {
        float: none;
        transition: background 0.3s;
        position: absolute;
        background: #4aa84f;
        top: -15px;
        right: 10px;
        color: #fff!important;
        padding: 15px!important;
        margin-top: 19px!important;
        border-radius: 7px;
        padding: 10px 15px!important;
        text-align: center;
    }
    body .asesoria-menu {
        color: #fff!important;
        display: inline-block;
        position: absolute;
        right: 3px;
        background: transparent!important;
        top: 154px;
        margin: 0!important;
    }
    .cajaMenu.cajaMenu_2 {
        top: 95px;
    }
    .codrops-top.codrops-top_3 a {
        padding: 10px!important;
        margin-right: 10px!important;
    }
    .codrops-top .Datos_contacto.leftMenu {
        left: 5px;
    }
    .codrops-top a {
        font-size: 13px;
    }
    .menuMobiles.menuMobiles_2 a:nth-child(2){
            display: block!important;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .menuMobiles.menuMobiles_2 .lnr-menu{
        position: inherit!important;

    }
    .menuMobiles.menuMobiles_2 a:nth-child(1){
        display: block;
        width: 100%;
        background: #fff;
    }
    .menuMobiles.menuMobiles_2 {
        padding: 0;
    }
    .menuMobiles_2 .asesoria-menu {
        margin-top: -120px!important;
        margin-right: 10px!important;
    }
    .menuMobiles.menuMobiles_2 .sub-menu-asesoria a{
        color: #576680;
    }
    .menuMobiles.menuMobiles_2 .sub-menu-asesoria{
        right: 10px;
        top: 51px;
    }
    .menuMobiles.menuMobiles_2 .herramientas-mobile a{
       color: #40516F;
    display: inline-block!important;
    margin-bottom: 8px!important;
    padding: 10px!important;
    background: #F1F2F7!important;
    border-radius: 20px!important;
}
.herramientas_link {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 90px!important;
}
    .menuMobiles {
        width: 100%;
        background: #015694;
        background: #505e73;
        padding: 20px;
        display: block;
        position: fixed;
        top: 24px;
        z-index: 15 !important;
    }
    .menuMobiles .headlogo a .logoBlancocel {
        width: 150px;
    }
    .menuMobiles .headlogo a .lnr-menu {
        color: #fff;
        font-size: 40px;
        position: absolute;
        top: 30px;
        right: 50px;
    }
    .cajaMenu {
        width: 100%;
        background: #033a74;
        background: #efefef;
        padding: 20px 0 0;
        position: fixed;
        top: 95px;
        z-index: 2;
        overflow-y: scroll;
        height: 100%;
        padding-bottom: 97px;
        display: none;
        opacity: 0;
    }
    .cajaMenu .SucursalCel .VerSucursales {
        color: #fff;
        padding: 15px 25px;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725490196);
        position: relative;
        font-size: 18px;
    }
    .cajaMenu .SucursalCel .VerSucursales .lnr-magnifier {
        position: absolute;
        right: 30px;
        font-size: 23px !important;
        margin-right: 0;
        top: 18px;
        color: #2ab6df;
    }
    .cajaMenu .BtnSearch {
        background: #00265f;
        padding: 0 0 10px;
    }
    .cajaMenu .BtnSearch div {
        display: block;
        opacity: 1;
        position: relative;
        left: 0;
        width: 310px;
        padding: 6px;
        top: 0;
        margin: 0 auto 10px;
    }
    .cajaMenu .BtnSearch div input {
        padding: 5px 10px;
        border-radius: 50px;
    }
    .cajaMenu .OpSucursalesHE {
        display: flex;
        background: #00265f;
    }
    .cajaMenu .OpSucursalesHE a {
        color: #fff;
        padding: 15px 25px;
        display: block;
        width: 50%;
        position: relative;
        font-size: 18px;
        text-align: center;
    }
    .cajaMenu #search {
        display: block;
        top: 260px;
        z-index: 1;
    }
    .cajaMenu .opA {
        color: #fff;
        color: #384351;
        padding: 15px 20px;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725490196);
        position: relative;
        font-size: 18px;
    }
    .cajaMenu .opA span {
        color: #2ab6df;
        color: #4ED176;
        font-size: 22px;
        margin-right: 20px;
    }
    .cajaMenu .opA .lnr-chevron-right {
        position: absolute;
        right: 30px;
        font-size: 15px;
        margin-right: 0;
        top: 23px;
    }
    .cajaMenu .celProductos {
        color: #fff;
        color: #384351;
        padding: 15px 25px;
        display: block;
        width: 100%;
        /*background: #00265f;*/
        border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725490196);
        position: relative;
        font-size: 18px;
    }
    .cajaMenu .celProductos i {
        position: absolute;
        right: 30px;
        top: 20px;
        color: #4aa84f;
    }
    .cajaMenu .celProductos .ti-minus {
        display: none;
    }
    .subcatego {
        display: none;
        opacity: 0;
        height: auto!important;
    }
    .subcatego ul {
        margin: 0;
    }
    .subcatego ul li {
        padding: 15px 25px;
        display: block;
        width: 100%;
        background: #051a3b;
        border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725490196);
        position: relative;
        font-size: 18px;
    }
    .subcatego ul li a {
        color: #fff;
    }
    .contactocel a {
        color: #fff;
        padding: 15px 25px;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725490196);
        position: relative;
        font-size: 18px;
    }
    .contactocel ul {
        display: flex;
        justify-content: center;
    }
    .contactocel ul li a {
        border: none;
        padding: 15px 10px;
    }
    .contactocel ul li a img {
        width: 40px;
    }
    .Head {
        margin-top: 95px;
    }
    .codrops-top {
        display: none;
    }
    .OpcionesCredito {
        flex-wrap: wrap;
        justify-content: start;
        height: auto !important;
    }
    .creditoPersonal .divMenu {
        display: none;
    }
    .creditoPersonal .divMenu ul {
        width: 100% !important;
    }
    .creditoPersonal .divMenu ul li div {
        width: auto !important;
    }
    .creditoPersonal .divMenu ul li div a {
        padding: 15px 0 !important;
    }
    .Preguntas .panel-group {
        width: 100% !important;
    }
    .tipoCredito h2 {
        font-size: 30px;
        width: 90%;
    }
    .tipoCredito .questionBox {
        flex-wrap: wrap;
    }
    .tipoCredito .questionBox .div h3 {
        font-size: 40px;
    }
    .tipoCredito .questionBox .div a {
        padding: 15px 50px;
    }
    .tipoCredito .questionBox .div {
        width: 300px;
    }
    .containerInfo {
        /*height: 100%;*/
        padding: 170px 0 20px;
    }
    .contenedorVideo {
        height: 100%;
    }
    .contenedorVideo video {
        height: 100%;
        width: auto;
    }
    .creditoPersonal .SlideProduct .swiper-container {
        width: 90% !important;
    }
    .creditoPersonal .ImageBack .BTNoptions .Title {
        margin: 20px !important;
        font-size: 50px !important;
    }
    .containerForm div {
        width: 440px;
    }
    .contenedorAvisoTerminos {
        padding: 170px 20px !important;
    }
    .contenedorAvisoTerminos div {
        width: 90% !important;
    }
    .Preguntas {
        padding: 100px 50px !important;
    }
    .buzon {
        top: 150px;
    }
    .quejas {
        margin-top: 95px;
        background-position-x: center;
    }
    .ProductosSOC {
        margin: 155px 0;
    }
    .ProductosSOC .serviciossoc {
        margin: 10px;
        width: 303px;
    }
    .ProductosSOC .serviciossoc .SerInfo {
        padding: 21px;
    }
    footer .containerFooter {
        width: 780px;
    }
    footer .containerFooter {
        width: 570px;
    }
    footer .containerFooter .InfoFooter {
        flex-wrap: wrap;
    }
    footer .containerFooter .InfoFooter div {
        width: 280px;
    }
    footer .containerFooter .footerSocial div {
        display: none;
    }
}
@media screen and (max-width: 870px) {
    .contenedorAvisoTerminos{
        margin-top: 0!important;
    }
    .welcome div h1 {
        font-size: 29px;
        width: 560px;
    }
    .welcome div h2 {
        font-size: 29px;
        width: 560px;
    }
    .Info.ContactoPage {
        margin-top: 120px;
    }
}
@media screen and (max-width: 800px) {
    .welcome div p {
        font-size:25px;
        width: 100%;
    }
    .containerInfo {
        padding: 130px 0 20px;
    }
    .creditoPersonal .divMenu ul {
        display: none;
    }
    .ProductosSOC {
        margin: 0;
    }
    .ProductosSOC .serviciossoc {
        height: 250px;
    }
    .ProductosSOC {
        width: 600px;
        background-position-x: 0 !important;
        background-size: 100%;
    }
    .ProductosSOC #TwoEmpresarial,
    .ProductosSOC #ThreeSeguros,
    .ProductosSOC #FourAuto{
        background-position-y: 0;
        /*background-position-x: -57px !important;*/
        background-position-x: 0 !important;
    }
    /*.ProductosSOC #ThreeSeguros {
        background-position-y: 0;
        background-position-x: -57px !important;
    }*/
    .ProductosSOC .serviciossoc .SerInfo {
        background: 0 0;
        width: 100%;
    }
    .ProductosSOC .serviciossoc .SerInfo p {
        display: none;
    }
    .ProductosSOC .serviciossoc .SerInfo .ViewProducts {
        width: 200px;
        background: #4aa84f;
        border: none;
        color: #fff;
    }
    .tipoCredito {
        padding: 100px 0 0 0;
    }
    .tipoCredito .questionBox .div h3 {
        font-size: 20px;
    }
    .tipoCredito .questionBox .div {
        height: 350px;
    }
    #productos .boxProdcut {
        padding: 100px 15px;
    }
    #productos .boxProdcut .grid {
        width: 315px;
    }
    .tipoCredito.Comparador {
        background-position-y: 30px;
        background-position-x: -460px;
    }
}
@media screen and (max-width: 590px) {
    .BannerNFL .imgBanner {
        width: 90%;
    }
    .BannerNFL .imgBanner .cerrar span {
        bottom: 320px;
    }
    .ComparadorNFL div {
        width: 100%;
    }
    .ComparadorNFL div .casco {
        width: 150px;
    }
    .ComparadorNFL div .versus {
        width: 180px;
        bottom: 110px;
    }
    .ComparadorNFL div .casco.Derecho {
        margin-right: -80px;
    }
    .ComparadorNFL div .casco.Izquierdo {
        margin-left: -80px;
    }
    .ComparadorNFL div .textoNfl {
        width: 85%;
        top: -220px;
    }
    .comparadorsocIframe {
        margin-top: 75px !important;
    }
    .menuMobiles {
        padding: 10px 20px;
    }
    .menuMobiles .headlogo a .logoBlancocel {
        width: 135px;
    }
    .menuMobiles .headlogo a .lnr-menu {
        color: #fff;
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .cajaMenu .opA {
        font-size: 16px;
    }
    .cajaMenu {
        top: 58px;
        padding-bottom: 59px;
        padding-top: 0;
    }
    .rs {
        margin: 10px 0;
    }
    .ProductosSOC .serviciossoc .SerInfo {
        display: none;
    }
    .ProductosSOC .serviciossoc {
        height: 160px;
        border-radius: 20px;
        /*width: 167px;*/
        width:600px;
    }
    .ProductosSOC {
        background-position-y: 0;
    }
    .ProductosSOC .serviciossoc .SerTitle {
        border-radius: 20px;
        background: 0 0;
    }
    .ProductosSOC .serviciossoc .SerTitle h2 {
        font-size: 18px;
        left: 18px;
        top: 40px;
    }
    .ProductosSOC .serviciossoc .SerTitle h2 span {
        font-size: 22px;
    }
    .Head {
        margin-top: 58px;
    }
    .infoProducto .descripcion div {
        margin: 0 0 30px !important;
    }
    .convenio img {
        height: 50px !important;
        margin: 50px auto 0 !important;
    }
    .creditoPersonal .divMenu ul {
        display: none !important;
    }
    .creditoPersonal .ImageBack .BTNoptions {
        padding: 72px 20px !important;
    }
    .creditoPersonal .ImageBack .BTNoptions .Title {
        font-size: 35px !important;
    }
    .creditoPersonal .ImageBack .BTNoptions h2 {
        font-size: 18px !important;
    }
    .creditoPersonal .ImageBack .BTNoptions div {
        width: 100% !important;
    }
    .BoxVideo video {
        height: 100% !important;
        width: auto !important;
    }
    .creditoPersonal .SlideProduct .swiper-container .pro {
        font-size: 22px !important;
    }
    .BtnContacto p {
        font-size: 18px !important;
    }
    .BtnContacto div {
        width: 100% !important;
    }
    .BtnContacto div a {
        margin: 20px auto !important;
        display: block;
        text-align: center;
        width: 300px;
    }
    .creditoPersonal .SlideProduct .swiper-wrapper .swiper-slide .tile__details a .ti-arrow-right {
        margin-left: 0 !important;
    }
    .creditoPersonal .ImageBack .BTNoptions h3 {
        font-size: 18px !important;
    }
    .Preguntas {
        padding: 100px 15px !important;
    }
    .buzon {
        top: 120px;
        font-size: 30px;
    }
    .quejas {
        margin-top: 58px;
    }
    .quejas div {
        width: 90%;
        padding: 30px;
    }
    .quejas div a {
        width: 80%;
    }
    #SucursalesBack .Head .ImageBack .BTNoptions div input {
        width: 100% !important;
    }
    #SucursalesBack .Head .ImageBack .BTNoptions div img {
        right: 7px !important;
    }
    #SucursalesBack .Head .ImageBack .BTNoptions {
        padding: 0 20px !important;
    }
    #SucursalesBack .Head .ImageBack .BTNoptions h2 {
        font-size: 16px !important;
    }
    #SucursalesBack .Head .ImageBack .BTNoptions div {
        margin: 10px auto;
    }
    .search {
        width: 100%;
        top: 0px;
    }
    .search-table tbody td .modal-body {
        width: 80% !important;
    }
    #productos .boxProdcut {
        padding: 30px 15px;
    }
    #productos .boxProdcut .grid {
        height: 230px;
        box-shadow: none;
    }
    #productos .boxProdcut .grid .textoProducto {
        display: none;
    }
    #productos .boxProdcut .grid .ViewProducts {
        color: #2fa933;
        border: none;
        bottom: 0;
    }
    #productos .boxProdcut .grid .imageBack {
        background-size: cover !important;
        border-radius: 15px;
    }
    #productos .boxProdcut .grid .imageBack h2 {
        top: 115px;
    }
    #productos .boxProdcut .grid .callCard {
        border: none;
        bottom: 0;
        background: #4aa84f;
        color: #fff;
    }
    #productos .boxProdcut .grid a .ti-arrow-right {
        font-size: 16px;
    }
    .Preguntas .panel-group {
        margin: 0 !important;
    }
    .buzon {
        top: 100px !important;
    }
    #SucursalesBack .Head .ImageBack .BTNoptions div img {
        top: 15px !important;
    }
    .Info.ContactoPage {
        margin-top: 30px;
        position: relative;
    }
    .tipoCredito.InfoServicio {
        padding: 100px 0;
    }
    footer .containerFooter .footerSocial .veinte {
        display: none;
    }
    footer .containerFooter .footerSocial .logoFooter {
        margin: 0 5px;
    }
    footer .containerFooter .footerSocial .esr {
        margin: 0 5px;
    }
}
@media screen and (max-width: 500px) {
    .codrops-top .Datos_contacto.leftMenu {
        display: none;
    }
    .codrops-top .Datos_contacto {
        display: none;
    }
    .welcome div h1 {
        font-size: 20px;
        width: 100%;
        padding-bottom: 0;
    }
    .welcome div h2 {
        font-size: 20px;
        width: 100%;
        padding-bottom: 0;
    }
    .welcome div p {
        /*font-size: 17px;*/
        padding: 20px;
    }
    .containerInfo {
        /*padding: 60px 0;*/
    }
    .tipoCredito h2 {
        font-size: 20px;
    }
    .tipoCredito .pregunta {
        font-size: 18px;
    }
    .tipoCredito .questionBox .div {
        margin: 0 30px 30px;
        height: 310px;
    }
    .containerForm div {
        width: 100% !important;
        padding: 0;
    }
    .Respuesta {
        padding: 75px 20px !important;
    }
    .Respuesta .RespuestaInfo div h3 {
        font-size: 22px !important;
        margin: 10px !important;
    }
    .Respuesta .RespuestaInfo div p {
        font-size: 18px !important;
    }
    .Respuesta .RespuestaInfo div a {
        margin: 40px auto 30px !important;
    }
    .error div img {
        width: 100%;
    }
    #contactoSOC {
        height: auto;
        padding: 60px 30px 30px;
    }
    #contactoSOC .rs li {
        width: 55px;
    }
    .InfoSocContacto {
        margin-top: 30px;
    }
    footer .containerFooter .footerSocial {
        height: auto;
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }
    footer .containerFooter .footerSocial div {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
    footer .containerFooter {
        width: 100%;
    }
    footer .containerFooter .InfoFooter {
        width: 240px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {
    .ProductosSOC .serviciossoc {
        /* width: 160px; */
        margin-top: 10px !important;
    }
    .widget-app-container {
        display: none !important;
    }
    .containerInfo {
        /*padding: 60px 0 30px;*/
    }
    .contenedorVideo video {
        position: absolute;
        left: -350px;
    }
    .ServiciosComparador .serviciossoc {
        margin: 5px;
    }
}


.codrops-top_2{
    background: #fff;
    height: 110px;
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
}
.codrops-top.codrops-top_2 a {
    color: #576680;
}
.codrops-top.codrops-top_2 .OpcionesCredito ul li a {
    color: #fff;
}
.comparador-float{
    float: right!important;
    transition: background 0.3s;
    background: #4aa84f;
    color: #fff!important;
    padding: 15px!important;
    margin-top: 19px!important;
    border-radius: 7px;
    padding: 10px 15px!important;
    text-align: center;
}

.asesoria-menu{
    float: right!important;
    transition: background 0.3s;
    background: #fff;
    color: #4aa84f!important;
    padding: 15px!important;
    margin-top: 19px!important;
    border-radius: 7px;
    padding: 10px 15px!important;
    text-align: center;
    
}
.sub-menu-asesoria{
    position: absolute;
    width: 320px;
    background: #fff;
    padding: 10px;
    z-index: 999999999;
    border-radius: 20px;
    right: 0;
    top: 83px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.sub-menu-asesoria a{
    display: inline-block;
    width: auto;
    margin: 0!important;
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 2rem;
}
.sub-menu-asesoria a img{
    margin: 0;
}
.sub-menu-asesoria p{
    color: #576680;
    padding: 0rem 2rem;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem!important;
}
.sub-menu-asesoria p b{
    display: inline-block;
    order: -1;
    font-size: 20px;
}
.formulario-asesoria p img{
    width: 25px;
}
.formulario-asesoria form input, .formulario-asesoria form select{
    background: #F1F2F7;
    border-radius: 10px;
    border: 0;
}
.formulario-asesoria form input[type="submit"]{
    background: #4AA84F;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    width: 65%;
    margin: 0 auto;
    display: block;
}
.hs-form-required{
    color: red;
}
.formulario-asesoria form label{
    margin-left: 10px;
    color: #40516f
}
@media screen and (max-width: 590px){
    .envivo-2-container{
        position: fixed;
        z-index:15 !important;
    }
    .envivo-2{
    position: relative;
}
.envivo-2::after{
        content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 9999;
    background: #fff;
}
    .herramientas_link {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 65px!important;
}
    .cajaMenu.cajaMenu_2 {
        /*top: 95px;*/
        top: 130px;
        z-index: 100;
    }
    .menuMobiles.menuMobiles_2 a:nth-child(2){
        /* display: block!important; */
        display: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menuMobiles.menuMobiles_2 .lnr-menu{
        position: inherit!important;

    }
    .menuMobiles.menuMobiles_2 a:nth-child(1){
        display: block;
        width: 100%;
        background: #fff;
        padding:5px 10px;
    }
    .menuMobiles.menuMobiles_2 {
        padding: 0;
    }
    .menuMobiles_2 .asesoria-menu {
        /*margin-top: -98px!important;*/
        margin-top: -93px!important;
        margin-right: 10px!important;
    }
    .menuMobiles.menuMobiles_2 .sub-menu-asesoria a{
        color: #576680;
    }
    .menuMobiles.menuMobiles_2 .sub-menu-asesoria{
        right: 10px;
        top: 104px;
    }
    .menuMobiles.menuMobiles_2 .herramientas-mobile a{
       color: #40516F;
    display: inline-block!important;
    margin-bottom: 8px!important;
    padding: 10px!important;
    background: #F1F2F7!important;
    border-radius: 20px!important;
}


}
.codrops-top_3{
    top: 80px;
    background-color: #F1F2F7!important;
    z-index: 2;
}
.codrops-top_3 .herramienta_1{
    background: #fff!important;
    border-radius: 20px!important;
    padding: 10px!important;
    margin-right: 3 0px!important;
}
.codrops-top.codrops-top_3 a{
    padding: 10px!important;
    margin-right: 40px!important;
}
.codrops-top.codrops-top_3 .Datos_contacto.leftMenu{
    top: 1rem;
}
.menuMobiles_2 .button_nav span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #fff;
}
.herramientas_link{
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 65px;
}
.herramientas-mobile a{
    color: #40516F;
    display: inline-block!important;
    margin-bottom: 8px!important;
    padding: 10px!important;
    background: #F1F2F7!important;
    border-radius: 20px!important;
}
.herramientas-mobile{
    padding: 20px 10px;
    background-color: #fff;
}
.herramientas-arrow{
    transition: all .3s;
    padding-right: 10px;
}
.rotate_190{
    transform: rotate(180deg);
}
.opacity_0{
    opacity: 0;
    pointer-events: none;
}
.owl-carousel .owl-item img{
    object-fit:contain;
    object-position:center;
}
#OficinaEmpresarial, #OficinaHipotecario{
	color: #fff!important;
}
#superbowl_banner{
    line-height:0;width:100%;overflow:hidden;margin:130px 0 -130px;position:relative;z-index:1
}
@media screen and (min-width:768px){
    #superbowl_banner{
        margin:80px 0 0;
    }
}
@media screen and (min-width:736px){
    #superbowl_banner{
        margin:105px 0 -105px;
    }
}
@media screen and (min-width:1025px){
    #superbowl_banner{
        margin:80px 0 -80px;
    }
}
#preloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 10000 !important;
    top: 0;
}
.load-spiner{
    height: 150px;
    width: 150px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.load-spiner span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation-name: loading;
            animation-name: loading;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    margin-left: -15px;
    margin-top: -15px;
    opacity: .35;
    transform: scale(.25);
}
.load-spiner span:nth-child(1){-webkit-animation-delay:200ms;animation-delay:200ms;top: 0;left: 75px;}
.load-spiner span:nth-child(2){-webkit-animation-delay:400ms;animation-delay:400ms;top: 14.325px;left: 119.1px;}
.load-spiner span:nth-child(3){-webkit-animation-delay:600ms;animation-delay:600ms;top: 51.82px;left: 146.32px;}
.load-spiner span:nth-child(4){-webkit-animation-delay:800ms;animation-delay:800ms;top: 98.18px;left: 146.32px;}
.load-spiner span:nth-child(5){-webkit-animation-delay:1000ms;animation-delay:1000ms;top: 135.675px;left: 119.1px;}
.load-spiner span:nth-child(6){-webkit-animation-delay:1200ms;animation-delay:1200ms;top: 150px;left: 75px;}
.load-spiner span:nth-child(7){-webkit-animation-delay:1400ms;animation-delay:1400ms;top: 135.675px;left: 30.9px;}
.load-spiner span:nth-child(8){-webkit-animation-delay:1600ms;animation-delay:1600ms;top: 98.18px;left: 3.68px;}
.load-spiner span:nth-child(9){-webkit-animation-delay:1800ms;animation-delay:1800ms;top: 51.82px;left: 3.68px;}
.load-spiner span:nth-child(10){top: 14.325px;left: 30.9px;}
@-webkit-keyframes loading {
0%{
        opacity: 1;
        transform: scale(1);
}
100%{
        opacity: .35;
        transform: scale(.25);
}
}
@keyframes loading {
0%{
        opacity: 1;
        transform: scale(1);
}
100%{
        opacity: .35;
        transform: scale(.25);
}
}

.slick-slide img{
    height:50px;
    max-width:100%;
    display:block;
    margin:0 auto;
    object-fit:contain;
    object-position:center;
}


/* HOME */
        .Home .welcome-section{
            font-size:.65em; }
            
        .Home .containerInfo{
            /*background:none !important;*/
        }
        .Home .banner-btn{
            margin-top:2rem;
        }
        
        .Home .slick-main{
            margin-top:20px;
        }
        
        .Home .slick-main figure img{
            height:auto; }
        
        .Home .banner-btn a{
            color:white;
            background-color:#4ED176;
            border-radius:9999px;
            display:inline-block;
            padding:.5em 1.5em;
            font-weight:bold;
        }
        .Home .gradient-bg {
            display:none;
            position:absolute;top:0;left:0;height:100%;width:100%;
            background: rgb(255,255,255,.5); }
            
        .Home .navigation > a.comparador-float{
            border:2px solid var(--secundary-color);
            background:#FFFFFF !important;
            color:var(--secundary-color) !important;
            font-weight:bold;
            text-decoration:underline;
        }
            
        @media screen and (min-width:768px){
            .Home .welcome-section{
                font-size:1em;
            }
            .Home .containerInfo{
                display:flex;
            }
            .Home .slick-main{
                position:absolute !important;
                top:80px;
                left:0;
                width:100%;
                height:100%;
                margin-top:0px;
            }
            .Home .slick-main figure,
            .Home .slick-main figure img{
                height:100%;
            }
            .Home .slick-main figure img{
                width:100%;
                object-fit:cover;
                min-height:100vh;
            }
            .Home .containerInfo{
                /*min-height:100vh;*/
            }
            .Home .banner-btn{
                margin-top:auto;
            }
            .Home .gradient-bg {
                display:block;
                background: -moz-linear-gradient(90deg, rgba(255,255,255,0.75) 33.334%, rgba(255,255,255,0) 66.667%);
                background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.75) 33.334%, rgba(255,255,255,0) 66.667%);
                background: linear-gradient(90deg, rgba(255,255,255,0.75) 33.334%, rgba(255,255,255,0) 66.667%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        } }
        
        .Home .ProductosSOC #FourAuto,
        .Home .ProductosSOC #FiveInversion{
            transition: margin-top 0.3s;
        }

        .Home .ProductosSOC #FourAuto:hover {
            margin-top: -10px;
        }
        @media screen and (min-width: 990px){
            .Home .ProductosSOC{
                flex-wrap: wrap;
            }
            .Home .ProductosSOC .serviciossoc .SerInfo {
                height: 280px;
            }
            .Home .ProductosSOC .serviciossoc {
                width: 335px;
                height: 410px;
            }
        }
        .Home .ViewProducts{
            background: transparent !important;
            text-align: center;
            font-size: 1rem !important;
            padding: 0.25rem 0.25rem !important;
            display: block !important;
            width: 180px !important;
            border: 2px solid var(--secundary-color) !important;
            color: var(--secundary-color) !important;
            left: 50%;
            margin-left: -90px !important;
        }

        .Home .herramientas-digitales{
            padding-top: 120px;
            padding-bottom: 20px;
        }

        .Home .herramientas-digitales > div{
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .Home .herramientas-digitales a{
            display: block;
            transition: all ease-in-out .3s;
            border-radius: 30px;
            border: 1px solid #ececec;
            position: relative;
            overflow: hidden;
            padding: 10px;
            max-width: 300px;
            margin: 0 auto;
        }

        .Home .herramientas-digitales a:hover{
            transform: translateY(-10px);
            box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
        }

        .Home .herramientas-digitales h4{
            color: var(--secundary-color);
            text-align: center;
            font-size: 1em;
            font-weight: 600;
            line-height: 1.15;
            margin: 25px 0 15px;
        }

        .Home .herramientas-digitales figure{
            margin: 0;
        }

        .Home .herramientas-digitales figure img{
            border-radius: 20px;
        }

        .Home .carruselLogos{
            display: block;
            max-width: 768px;
            margin: 0 auto 24px;
        }

        .Home .carruselLogos .item{
            padding: 0 15px;
        }

        .menu .d-flex{
            padding:20px;
        }
        .menu .d-flex ul{
            padding:10px;
        }



        header#header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            /*background: var(--primary-color);*/
            background: #fff;
            color: var(--primary-color);
          }
          .header-logo.show-movil {
            display: none !important;
          }
          .header-logo {
            line-height: 0;
            /*width: 120px;*/
            display: inline-block !important;
          }
          @media screen and (max-width: 767px) {
            .header-logo {
              margin: 14px 0px -10px 15px !important;
            }
          }
          @media screen and (max-width: 400px) {
            .header-logo img {
              height: auto;
              max-height: 45px !important;
              max-width: 100%;
            }
            .header-logo.show-movil {
              display: block !important;
            }
            .hide-movil {
              display: none !important;
            }
            .header-logo {
              /*width: 90px;*/
              padding-top: 5px;
              width: 140px;
              margin: 10px 5px 0px 5px !important;
            }
          }
          .header-logo img {
            height: auto;
            max-height: 35px;
            max-width: 100%;
          }
          #nfl-banner {
            margin: 0;
          }
          .en-vivo-container {
            text-align: center;
            background: #eff6fe;
          }
          .en-vivo-container a {
            display: inline-block;
            background: #ff4f6b;
            color: #fff;
            padding: 0.2rem 1rem;
          }
          .en-vivo-container a:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            margin-bottom: 5px;
            width: 12px;
            height: 12px;
            border-radius: 100%;
            background: #fff;
          }
          .navigation {
            display: block;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
          }
          .navigation > a,
          .navigation > div {
            vertical-align: middle;
            display: none;
          }
          .navigation > a.comparador-float {
            display: inline-block;
            position: static;
            margin-top: 0px !important;
          }
    
          @media screen and (max-width: 767px) {
            .navigation > a.comparador-float {
              margin-top: 14px !important;
            }
          }
          .menuMobiles {
            position: relative !important;
          }
          .button_nav {
            width: auto !important;
            display: inline-block !important;
            background: transparent !important;
          }
    
          @media screen and (max-width: 590px) {
            .cajaMenu.cajaMenu_2 {
              top: 125px;
              bottom: 0px;
              height: auto !important;
            }
          }
    
          .navigation > a,
          .navigation > div > a {
            /*color: #fff;*/
            color: var(--primary-color);
          }
    
          @media screen and (min-width: 1025px) {
            .navigation > a,
            .navigation > div {
              padding: 0px 10px;
              display: inline-block;
            }
    
            .navigation > a {
              padding: 24px 10px;
            }
          }
    
          .toggle-submenu {
            padding: 32px 0;
          }
    
          .new-submenu {
            display: none;
            position: absolute;
            z-index: 100;
            top: 100%;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.65);
            min-height: 100vh;
            min-height: calc(100vh - 82px);
          }
    
          .new-submenu .Menu:before {
            /*
            content: "";
            position: absolute;
            top: -12px;
            left: 23.5%;
            border-width: 0px 10px 12px;
            border-color: transparent transparent #fff transparent;
            border-style: solid;
            */
          }
    
          .new-submenu .Menu {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            color: var(--primary-color);
            background: #fff;
            border-radius: 20px;
          }
    
          .new-submenu .Menu .title {
            color: #333;
            background: #fff;
            font-weight: bold;
            text-transform: uppercase;
            padding: 25px 17.66px 25px;
            border-radius: 20px 20px 0px 0px;
          }
    
          .new-submenu .Menu ul > li .Producto {
            font-weight: bold;
            margin-top: 15px !important;
            margin-bottom: 15px !important;
            display: block;
          }
    
          .new-submenu .Menu ul > li:first-child .Producto {
            margin-top: 0 !important;
          }
    
          .new-submenu a {
            color: var(--primary-color);
          }
    
          header#header .menuMobiles_2 .asesoria-menu {
            position: relative !important;
            top: auto;
            bottom: 40px;
            margin-top: 0 !important;
            margin-bottom: -15px !important;
          }
          @media screen and (min-width: 768px) {
            .InfoFooter.InfoFooter2 > div {
              width: 20%;
            }
          }
    
          @media screen and (max-width: 767px) {
            footer .containerFooter .InfoFooter2 div {
              padding-left: 0 !important;
            }
          }
    
          #productos .boxProdcut .grid .callCard {
            display: none !important;
          }

          html.hs-messages-widget-open.hs-messages-mobile,
          html.hs-messages-widget-open.hs-messages-mobile body {
            overflow: hidden !important;
            position: relative !important;
          }
          html.hs-messages-widget-open.hs-messages-mobile body {
            height: 100% !important;
            margin: 0 !important;
          }
          #hubspot-messages-iframe-container {
            display: initial !important;
            z-index: 2147483647;
            position: fixed !important;
            bottom: 0 !important;
          }
          #hubspot-messages-iframe-container.widget-align-left {
            left: 0 !important;
          }
          #hubspot-messages-iframe-container.widget-align-right {
            right: 0 !important;
          }
          #hubspot-messages-iframe-container.internal {
            z-index: 1016;
          }
          #hubspot-messages-iframe-container.internal iframe {
            min-width: 108px;
          }
          #hubspot-messages-iframe-container .hs-shadow-container {
            display: initial !important;
            z-index: -1;
            position: absolute;
            width: 0;
            height: 0;
            bottom: 0;
            content: "";
          }
          #hubspot-messages-iframe-container .hs-shadow-container.internal {
            display: none !important;
          }
          #hubspot-messages-iframe-container .hs-shadow-container.active {
            width: 400px;
            height: 400px;
          }
          #hubspot-messages-iframe-container iframe {
            display: initial !important;
            width: 100% !important;
            height: 100% !important;
            border: none !important;
            position: absolute !important;
            bottom: 0 !important;
            right: 0 !important;
            background: transparent !important;
          }
          .hs-drag-handle {
            position: absolute;
            bottom: 16px;
            cursor: grab;
            height: 60px;
            display: none;
            align-items: center;
          }
          .hs-drag-handle--right {
            right: 76px;
          }
          .hs-drag-handle--left {
            left: 76px;
          }
          .hs-drag-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            user-select: none;
            z-index: 999;
            display: none;
          }