@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
*{
	position: relative;
}
html{
	overflow-x: hidden;
}
@font-face {
    font-family: 'bebas_kairegular';
    src: url('bebaskai-webfont.woff2') format('woff2'),
         url('bebaskai-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_kairegular';
    src: url('bebaskai-webfont.woff2') format('woff2'),
         url('bebaskai-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	margin: 0;
	padding: 0;
	overflow-x: visible;
}

h3.title-cont-videos{
    margin: 50px 0 20px;
    padding: 0;
}

.row.videos {
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    /* margin-top: calc(-1* var(--bs-gutter-y)); */
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
    align-items: center;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.ytp-swatch-background-color {
  background-color: blue !important;
}
.navbar.bg-transparent {
    background: #FFFFFF !important;
    position: relative;
    z-index: 12;
}
.ef {
    position: relative;
    z-index: 10;
    background: url(../img/blue-bg-general.jpg) no-repeat #133263;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
    background: #113f8c;
    padding: 20px;
    box-shadow: 0 10px 15px #0000005e;
    margin-top: 0;
}
.menu-ef-nav {
    max-width: 100%;
	width: 100%;
    height: auto;
	margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}
.menu-ef-item {
	list-style: none;
	margin: 0 20px;
}
.menu-ef-link {
	margin: 0;
	padding: 0;
}
.menu-ef-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	font-family: 'bebas_kairegular';
    text-transform: uppercase;
    text-decoration: none;
	color: #efe8eb;
	transition: color ease-in-out .2s;
}
.menu-ef-link span{
    display: flex;
    display: inline-flex;
	margin: 2px 0 0;
    align-items: center;
    flex-direction: row;
	font-size: 19px;
}
.menu-ef-link:hover {
	color: #FFFFFF;
	transition: color ease-in-out .2s;
}
.menu-ef-link.active {
	color: #83d0ff;
	transition: color ease-in-out .2s;
}
.menu-ef-link.active span.nuevo{
	color: #FFF;
	/* transition: color ease-in-out .2s; */
}
.icono-menu-ef {
    width: auto;
    max-width: auto;
    height: 22px;
    display: inline-flex;
    margin-right: 8px;
    align-items: center;
    flex-direction: row;
}
.icono-menu-ef img {
    width: auto;
    height: 100%;
}
.hero-ef {
	padding-top: 0;
	background: url( "../img/bg-hero-d.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
.container {
	width: 90%;
    max-width: 1320px;
    margin: auto;
	z-index: 2;
}
.hero-efRow {
    display: flex;
    align-items: center;
	width: 90%;
    max-width: 1320px;
    margin: auto;
	z-index: 2;
}
.hero-ef h1 {
    color: #006ed2;
	font-size: 50px;
	line-height: 1.1em;
	text-align: left;
	margin: 0 0 30px;
	font-weight: 500;
	display: block;
}
.hero-ef h1.strong {
	font-weight: 900;
}
.hero-ef h1 span {
    color: #313131;
	margin-top: 10px;
	font-size: 24px;
	display: flex;
}
.hero-ef h1 .equifax {
    width: 160px;
    height: auto;
    bottom: 4px;
}
.hero-ef h2 {
    color: #313131;
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 15px;
	max-width: 85%;
	font-weight: 400;
}
.hero-ef h3 {
    color: #313131;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.6em;
	text-align: left;
	margin: 0 0 40px;
}
.efdlf-logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.hand {
    position: absolute;
    z-index: 2;
    width: 90%;
    right: -44.5%;
    bottom: -25%;
}
.btn-ef {
    background: #9e1b32;
    color: #FFF;
    text-align: center;
    padding: 10px 30px;
    border-radius: 25rem;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
	border: none;
	transition: background ease-in-out .3s;
}
.btn-ef:hover, .btn-ef:focus {
    background: #be1e2c;
    color: #FFF;
	transition: background ease-in-out .2s;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.lineas {
    position: absolute;
    right: 30%;
    top: -46%;
    width: 58%;
    height: auto;
    z-index: -1;
}
.tipsRow {
    display: flex;
    align-items: center;
    max-width: 1320px;
    width: 90%;
    margin: auto;
    padding: 40px 0 55px;
}
.flex-elements {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
}
.pigy {
    width: 66%;
    position: relative;
    left: -32%;
    z-index: 2;
    top: -139px;
}
.col-text {
    width: 90%;
    max-width: 68%;
    margin-left: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    right: auto;
    left: auto;
    top: 132px;
    bottom: -70px;
}
.pigy-title {
    width: 105%;
    max-width: 105%;
    height: auto;
    left: -20%;
    top: -34px;
}
.txtTitle {
    max-width: 100%;
    height: auto;
    position: relative;
    left: auto;
}
.txtCopy {
    max-width: 68%;
    margin: 20px 0 0;
}
.arriba {
	bottom: -2px;
}
.abajo {
	top: -2px;
}
.tips-section {
   background: url("../img/section-bg.png");
   background-size: cover;
   background-position: bottom center;
   background-repeat: no-repeat;
}
.tips h2 {
    font-family: 'bebas_kairegular';
    text-transform: uppercase;
    color: #313131;
    font-size: 41px;
    line-height: 1em;
    margin: 0 0 30px;
    max-width: 490px;
}
.tips h3 {
    color: #006ed2;
    font-size: 20px;
	font-weight: bold;
    margin: 0 0 25px;
}
.tips ul {
    margin: 0;
	padding: 0;
}
.tips ul li {
    margin-bottom: 15px;
	font-size: 17px;
	line-height: 1.5em;
	list-style: none;
	display: flex;
}
.tips ul li::before {
    content: '';
    display: inline-block;
    height: auto;
    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/bullet.svg);
    margin-right: 8px;
    margin-top: 5px;
}
.circulo-tr {
    position: absolute;
    top: 0;
    right: -100px;
    width: 300px;
    height: auto;
	opacity: .15;
	z-index: 0;
}
.circulo-lb {
    position: absolute;
    top: -79px;
    left: -180px;
    width: 550px;
    height: auto;
    opacity: .2;
    z-index: 0;
}
.productos {
    padding: 60px 0 80px;
}
.slider-productos {
    padding: 70px 0 80px;
}
.fondo-producto {
    background: url(../img/blue-bg-01.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 30px 0 0;
    min-height: 100%;
}
.fondo-producto.fondo1 {
    margin: 16px 0 47px;
}
.icono-producto {
    /*padding: 30px 20px;*/
	padding: 0;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}
.productor-section .fondo {
    padding: 30px 5% 36px;
    background: #FFFFFF;
}
.productos a.link {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}
.productor-section h3{
	color: #006ed2;
    font-size: 21px;
	font-weight: bold;
    margin: 10px 0 25px;
}
.productos .img-fluid {
    max-width: 100%;
    height: auto;
}
.productor-section p{
	color: #313131;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.3em;
	min-height: auto;
}
.productor-section ul li{
	color: #313131;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.3em;
}
.productor-section ul li:last-child{
	margin-bottom: 0;
}
.webinar {
    background: url("../img/section-bottom-bg.png") no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 100px 0 80px;
}
.producto-imagen{
	padding: 8px 0 0;
}
.webinar .flexible {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 0 30px;
}
.webinar .icon-video {
    width: 40px;
	height: auto;
	margin-right: 8px;
}
.webinar h2 {
    font-family: 'bebas_kairegular';
    text-transform: uppercase;
    color: #313131;
    font-size: 41px;
    line-height: 1em;
    margin: 0;
}
.webinar .titulo-videos {
    display: inline-flex;
}
.webinar .container {
    overflow: visible;
}
.webinar .caset {
	position: absolute;
    width: 250px;
	height: auto;
	top: -150px;
	right: -10%;
}
.accordion-button {
    color: #FFFF;
    background: url("../img/bg-test.png") repeat-x transparent;
	background-size: cover;
    border: 0;
    border-radius:6px !important;
	margin: 4px;
	font-family: 'bebas_kairegular';
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1em;
	box-shadow: none;
	outline: none;
}
.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: url("../img/bg-test2.png") repeat-x transparent;
	background-size: cover;
    box-shadow: none;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/plus.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/less.png");
    transform: rotate(-180deg);
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-item {
    background-color: #fff;
    border: none;
}
.colapsible-texto {
    padding-right: 0;
}
.menu-ef-link .hoverIcon{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
}
.menu-ef-link.active .hoverIcon{
    opacity: 1;
    transition: opacity ease-in-out .2s;
    z-index: 2;
    width: auto;
    height: 22px;
    position: absolute;
    left: 0;
}
.video-responsive h3 {
    margin: 0 0 20px;
    font-size: 20px;
    color: #313131;
    font-weight: 400;
}
/* NUEVO AGREGADO */

span.nuevo {
  display: block;
  padding: 3px;
  background-color: #9e1b32;
  margin-top: -2px;
  margin: 0 0 0 2px;
}
h2.title-sumate{
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform:none;
    color: #334c68;
}

.cont-webinar .productor-section{
    padding: 0 20px;    
}
.cont-webinar .productor-section .fondo{ 
    padding: 20px 40px 30px;    
}
.cont-webinar .productor-section h3{
    font-size: 25px;
}

@media (max-width: 1580px) {
	.efdlf-logo {
		width: 130px;
	}
	.hero-efRow, .tipsRow, .webinarRow, .container {
		width: 90%;
		max-width: 1200px;
	}
	.pig-col {
		width: 45%;
	}
	.tip-col {
		width: 55%;
	}
	.pigy-title {
		width: 118%;
		max-width: 118%;
		top: -35px;
	}
	.rowSlider .col-xl-9 {
        flex: 0 0 auto;
        width: 72%;
	}
	.rowSlider .col-xl-3 {
        flex: 0 0 auto;
        width: 28%;
	}
	.hero-ef h1 {
		margin: 0 0 20px;
	}
	.hero-ef h2 {
		font-size: 16px;
		max-width: 90%;
	}
	.hero-ef h3 {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.tips ul li {
		font-size: 16px;
	}
	.productor-section .fondo {
		padding: 30px 5% 30px;
	}
	.circulo-lb {
		width: 480px;
	}
}
@media (max-width: 1380px) {
	.efdlf-logo {
		width: 110px;
	}
	.hero-ef h1 {
		font-size: 42px;
		margin: 0 0 20px;
	}
	.hero-ef h1 .equifax {
        width: 140px;
        bottom: 1px;
        position: relative;
    }
	.hero-ef h2 {
		font-size: 15px;
		margin: 0 0 20px;
	}
	.hero-ef h3 {
		font-size: 15px;
		margin: 0 0 30px;
	}
	.btn-ef {
		padding: 8px 25px;
		font-size: 14px;
	}
	.tips h2 {
    	font-size: 30px;
		max-width: 400px;
		margin: 0 0 20px;
	}
	.tips h3 {
		font-size: 18px;
		margin: 0 0 15px;
	}
	.tips ul li {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.pigy-title {
        width: 110%;
        max-width: 110%;
        left: -15%;
    }
	.tipsRow {
		padding: 50px 0 65px;
	}
	.productor-section p {
		font-size: 15px;
	}
	.productor-section ul li {
		font-size: 15px;
	}
	.menu-ef-item {
		margin: 0 18px;
	}
	.menu-ef-link span {
		font-size: 18px;
	}
	.sticky-top {
		padding: 14px 20px;
	}
	.icono-menu-ef {
		height: 20px;
	}
	.menu-ef-link.active .hoverIcon {
		height: 20px;
	}
	.circulo-tr {
		width: 330px;
	}
	.circulo-lb {
        width: 420px;
    }
	.lineas {
		position: absolute;
		right: 39%;
		top: -47%;
		width: 44%;
		height: auto;
		z-index: -1;
	}
	.menu-ef-item {
        margin: 0 14px;
    }
	.webinar .caset {
        position: absolute;
        width: 200px;
        height: auto;
        top: -160px;
        right: -9%;
    }
}
@media (max-width: 1180px) {
	.efdlf-logo {
		width: 120px;
		margin-bottom: 10px;
	}
    .hero-ef h1 {
        font-size: 35px;
        margin: 0 0 20px;
		margin: 0 0 15px;
    }
	.hero-ef h2 {
        font-size: 15px;
        max-width: 94%;
        margin: 0 0 15px;
    }
	.tips ul li {
        font-size: 15px;
    }
	.hero-ef h3 {
        font-size: 15px;
		margin: 0 0 20px;
    }
	.btn-ef {
        font-size: 12px;
    }
   .tips h2 {
        font-size: 28px;
        max-width: 360px;
        margin: 0 0 20px;
    }
	.tips h3 {
        font-size: 15px;
        margin: 0 0 17px;
    }
	.tips h3 {
        font-size: 15px;
        margin: 0 0 15px;
    }
	.productor-section p {
		font-size: 13px;
		margin: 0 0 15px;
	}
	.productor-section ul li {
		font-size: 13px;
	}
	.productor-section h3 {
		font-size: 18px;
		margin: 10px 0 15px;
	}
	.accordion-button {
		font-size: 17px;
		padding: .8rem 1rem;
	}
	.menu-ef-item {
		margin: 0 12px;
	}
	.menu-ef-link span {
		font-size: 15px;
	}
	.circulo-lb {
		top: -40px;
		width: 340px;
	}
	.circulo-tr {
		width: 300px;
	}
}
@media (max-width: 1024px) {
	.hero-ef {
		background: url( "../img/bg-hero-m.jpg") no-repeat;
		background-size: cover;
		background-position: top center;
	}
    .hero-ef h2 {
        font-size: 13px;
        max-width: 100%;
    }
	.hero-ef h3 {
        font-size: 13px;
    }
	.tips ul li {
        margin-bottom: 10px;
        font-size: 13px;
    }
	.circulo-lb {
		top: -40px;
		width: 320px;
	}
	.circulo-tr {
		width: 260px;
	}
	.menu-ef-link span {
        font-size: 13px;
    }
	.webinar .caset {
		position: absolute;
		width: 180px;
		height: auto;
		top: -150px;
		right: -10%;
	}
}
@media (max-width: 992px) {
	.ef {
		background: url(../img/blue-bg-general-t.jpg) no-repeat #133263;
		background-position: center;
		background-size: cover;
	}
	.icono-menu-ef {
		margin-right: 5px;
	}
	.menu-ef-item {
		margin: 0 12px;
	}
	.hero-efRow {
		flex-direction: column-reverse;
	}
	.efdlf-logo {
		display: none;
    }
	.hero-info {
		padding: 40px 0 40px;
	}
	.hero-ef h2 {
        max-width: 90%;
	}
	.pigy-title {
        width: 120%;
        max-width: 120%;
        left: -20%;
        top: -10px;
    }
	.principal {
		max-width: 90%;
	}
	.hand {
		width: 80%;
		right: -29%;
		bottom: -24%;
	}
	.heroImg {
		padding: 0;
	}
	.pig-col {
        width: 35%;
    }
	.tip-col {
        width: 65%;
    }
	.tips h2 {
        font-size: 34px;
        max-width: 400px;
        margin: 0 0 20px;
    }
	.hero-ef h1 {
        font-size: 42px;
    }
	.hero-ef h2 {
        font-size: 15px;
    }
	.hero-ef h3 {
        font-size: 15px;
    }
	.tips ul li {
        font-size: 15px;
	}
	.productos {
		padding: 50px 0 60px;
	}
	.productor-section .fondo {
        padding: 20px 5% 20px;
    }
	.productos-colapsibles {
		margin-bottom: 4%;
	}
	.tipsRow {
        padding: 40px 0 55px;
    }
	.lineas {
		display: none;
	}
	.icono-menu-ef {
        height: 18px;
    }
	.menu-ef-link.active .hoverIcon {
        height: 18px;
    }
	.menu-ef-item {
        margin: 0px 10px;
    }
	.video-responsive h3 {
		font-size: 18px;
	}
}	
@media (max-width: 870px) {
	.menu-ef-link span {
			display: none;
	}
    .cont-webinar .productor-section{
        padding: 0px;    
    }
    .cont-webinar .productor-section .fondo{ 
        padding: 20px;    
    }
    .menu-ef-item.nuevo{
        padding: 2px;
        background-color: #9e1b32;
        border-radius: 5px;
    }
	.hero-ef h2 {
        max-width: 100%;
    }
	.tips h2 {
        font-size: 30px;
        max-width: 390px;
        margin: 0 0 20px;
    }
	.tips h3 {
        font-size: 20px;
        line-height: 1.2em;
    }
	.pigy-title {
        left: -18%;
    }
	.pig-col {
        width: 42%;
    }
	.tip-col {
        width: 58%;
        padding: 0;
    }
	.icono-menu-ef {
        height: 25px;
    }
	.menu-ef-link.active .hoverIcon{
		height: 25px;
	}
	.menu-ef-item {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
	.row.videos {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.menu-ef-link.active .hoverIcon{
		display: block;
		opacity: 1;
		transition: opacity ease-in-out .2s;
	}
	.icono-menu-ef {
        margin-right: 0;
    }
	.icono-menu-ef {
        height: 25px;
    }
	.menu-ef-link.active .hoverIcon{
		height: 25px;
	}
	.menu-ef-item {
        margin: 0 auto;
    }
	.rowSlider .col-xl-3 {
        flex: 0 0 auto;
        width: 100%;
    }
	.rowSlider .col-xl-9 {
        flex: 0 0 auto;
        width: 100%;
    }
	.productos .col-lg-4 {
        margin-bottom: 0;
    }
	.colapsible-texto {
		padding: 0;
	}
	.video-responsive h3 {
		font-size: 17px;
	}
}
@media (max-width: 640px) {
	.ef {
		background: url(../img/blue-bg-general-m.jpg) no-repeat #133263;
		background-position: center;
		background-size: cover;
	}
    .hero-ef h1 {
        font-size: 27px;
    }
	.hand {
        width: 80%;
        right: -29%;
        bottom: -22%;
    }
	.hero-ef h1 span {
		font-size: 20px;
		margin-top: 2px;
	}
	.hero-ef h1 .equifax {
        width: 120px;
    }
	.hero-ef h2 {
        font-size: 14px;
    }
	.hero-ef h3 {
        font-size: 14px;
        line-height: 1.2em;
        max-width: 60%;
    }
	.circulo-lb {
        top: -130px;
        width: 280px;
        right: -100px;
        left: auto;
    }
	 .pigy-title {
        width: 102%;
        max-width: 102%;
        top: -110px;
        left: 0 !important;
    }
	.pig-col {
        width: 100%;
        padding: 0;
    }
	.pig-col {
        width: 100%;
        padding: 0;
        min-height: auto;
        margin: 0 0 -110px;
    }
	.hero-info {
        padding: 35px 0 40px;
    }
	.tip-col {
        width: 100%;
    }
	.tips h2 {
        font-size: 26px;
        max-width: 100%;
        margin: 0 0 20px;
    }
	.tips h3 {
        font-size: 18px;
        line-height: 1.2em;
        max-width: 100%;
    }
	.tips ul li {
        font-size: 14px;
    }
	.tipsRow {
        padding: 35px 0 40px;
    }
	.productos .row {
		margin-top: 0;
	}
	.productos {
        padding: 25px 0 30px;
    }
	.webinar .caset {
		position: absolute;
		width: 200px;
		height: auto;
		top: -112px;
		right: -16%;
	}
	.video-responsive h3 {
		font-size: 17px;
	}
}
@media (max-width: 490px) {
.webinar .caset {
        position: absolute;
        width: 151px;
        height: auto;
        top: -171px;
        right: -12%;
    }
}
@media (max-width: 420px) {
    .tips h2 {
        font-size: 29px;
    }
}
@media (max-width: 390px) {
	.hero-ef h2 {
        font-size: 13px;
    }
    .hero-ef h3 {
        font-size: 13px;
        max-width: 70%;
    }
}
@media (max-width: 375px) {
	.hero-ef h1 {
        font-size: 24px;
    }
	.tips h2 {
        font-size: 26px;
    }
	.hero-ef h1 span {
        font-size: 18px;
        margin-top: 2px;
    }
	.hero-ef h1 .equifax {
        width: 114px;
    }
	.hero-ef h3 {
        max-width: 70%;
    }
}