.home-spot {
    height: 100vh;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e8e8e8;
    background-attachment: fixed;
    padding-top: 100px;
    position: relative;
}

.home-spot h1 {
    font-size: 1.9rem;
}

.home-spot form {
    max-width: 500px;
    /* background-color: #fff; */
    background-color: #00804A;
    /* color: #000; */
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    margin-left: auto;
    -webkit-box-shadow: 0 0 10px 2px rgba(136, 134, 135, 0.5);
    box-shadow: 0 0 10px 2px rgba(136, 134, 135, 0.5);
    color: #f1f2f2;
}

.home-spot form .btn {
    background-color: #303030;
}

/*Mobile*/
@media screen and (max-width: 900px) {
    .home-spot form {
        margin-top: -20px;
        background-color: #f1f2f2;
        color: #000;
    }

.home-spot form input:not([type="submit"]), .home-spot form textarea {
    background-color: #ddd !important;
}
}

.home-spot form .flex>* {
    padding-bottom: 0;
}

.home-spot form .error {
    color: red;
    font-size: 12px;
    font-weight: 400;
}

.home-spot form input[type="text"],
.home-spot form input[type="email"],
.home-spot form input[type="password"],
.home-spot form input[type="search"],
.home-spot form input[type="tel"],
.home-spot form input[type="email"],
.home-spot form select,
.home-spot form textarea {
    display: block;
    width: 100%;
    border: 0;
    /* background-color: #eee; */
    color: #333;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #f1f2f2;
}

.home-spot form textarea {
    height: 65px;
}

.home-spot form label {
    /* color: var(--c-secondary); */
    font-weight: 400;
}

.home-spot>div[class*="container"] {
    height: 100%;
}

@media screen and (max-width:1100px) {
    .home-spot {
        background-position: 85%;
    }

    .home-spot h1 {
        font-size: 1.1rem;
    }
    .home-spot h2 {
        font-size: 1rem;
    }
}

/*Mobile*/
@media screen and (max-width:766px) {
    .home-spot {
        height: auto;
        /*min-height: 100vh;*/
    }

    .home-spot>div[class*="container"] {
        height: auto;
        padding-top: 157px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width:450px) {
    .home-spot {
        background-position: center;
    }
}

/*.home-footer{
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.home-footer .items{
	width: 220px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	border-right: 2px solid #9a9a9a;
}
.home-footer .items:first-child{
	padding-left: 0px;
}
.home-footer .items:last-child{
	border-right: 0;
}
.home-footer .items .item-img{
	display: inline-block;
	vertical-align: top;
	width: 66px;
}
.home-footer .items .item-text{
	display: inline-block;
	vertical-align: top;
	width: calc(100% + -75px);
	font-weight: 600;
	color: #484848;
	font-size: 0.75rem;
}
@media screen and (max-width:766px){
	.home-footer{
		position: inherit;
		bottom: initial;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home-footer .items{
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		border-right: 0;
		border-bottom: 2px solid #9a9a9a;
		display: block;
	}
}*/
.home-footer {
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-footer .items .item-text {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
}

/*Mobile*/
@media screen and (max-width:750px) {
    .home-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-footer .items .item-text {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }
}

.home-footer .items .item-img img {
    height: 65px;
    margin-bottom: 20px;
}


/******************************************/
.respaldo,
.respaldo2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*Mobile*/
@media screen and (max-width:750px) {

    .respaldo,
    .respaldo2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.respaldo .flex>div {
    position: relative;
}

@media screen and (min-width:750px) {
    .respaldo .flex>div:before {
        content: "";
        display: block;
        position: absolute;
        left: calc(50% + 80px);
        top: 97px;
        width: calc(100% + -160px);
        border-bottom: 1px dashed var(--c-primary);
    }
}

.respaldo .flex>div:last-child:before {
    display: none;
}

.item-respaldo {
    padding: 30px 50px;
    position: relative;
}

.respaldo .item-respaldo {
    padding: 30px 55px;
}

.item-respaldo a {
    font-weight: 400;
    font-size: 0.75rem;
}

.item-respaldo a:after {
    content: "";
    display: inline-block;
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.item-respaldo a.open:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}



.item-respaldo.landing {
    height: 100%;
    background-color: #E6E5EA;
    border-radius: 8px;
    -webkit-box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.25);
}

.item-respaldo .respaldo-icon {
    padding-bottom: 30px;
}

.item-respaldo .respaldo-icon img {
    background-color: white;
}

.item-respaldo .respaldo-title {
    font-size: 1.55rem;
    padding-bottom: 15px;
    font-weight: 700;
    color: #474747;
}

.item-respaldo .respaldo-title.new-title {
    font-size: 1.1rem;
    font-weight: 800;
}

.item-respaldo .btn {
    background-color: var(--c-secondary);
    color: white;
    font-weight: bold;
}

.item-respaldo .respaldo-text {
    font-size: 0.75rem;
    padding-bottom: 0px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.item-respaldo.landing .respaldo-text:after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0;

    background: rgba(230, 229, 234, 0);
    background: -moz-linear-gradient(top, rgba(230, 229, 234, 0) 0%, rgba(230, 229, 234, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230, 229, 234, 0)), color-stop(100%, rgba(230, 229, 234, 1)));
    background: -webkit-linear-gradient(top, rgba(230, 229, 234, 0) 0%, rgba(230, 229, 234, 1) 100%);
    background: -o-linear-gradient(top, rgba(230, 229, 234, 0) 0%, rgba(230, 229, 234, 1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 229, 234, 0) 0%, rgba(230, 229, 234, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 229, 234, 0) 0%, rgba(230, 229, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e5ea', endColorstr='#e6e5ea', GradientType=0);
}

.item-respaldo .respaldo-text.open {
    height: auto;
}

.item-respaldo.landing .respaldo-text.open:after {
    display: none;
}

.item-respaldo .respaldo-iniciar {
    font-weight: bold;
    color: #484848;
    display: block;
    margin-bottom: 10px;
}

.item-respaldo .respaldo-iniciar:hover {
    text-decoration: none;
    color: #000;
}

.triangulo_bottom_right {
    width: 0;
    height: 0;
    border-bottom: 27px solid var(--c-primary);
    border-left: 27px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

/******************************************/
.conoce {
    background-color: #f2f2f2;
}

.conoce-text {
    padding: 50px 0px;
    /*max-width: 540px;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    line-height: 1.6;
}

.conoce-text a {
    font-weight: bold;
}

.conoce .flex>div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.conoce ul {
    display: block;
    padding: 0;
}

.conoce ul li {
    display: block;
    margin-top: 15px;
}

.conoce ul li:before {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 15px;
}

/*Mobile*/
@media screen and (max-width:760px) {
    .conoce .flex>div[style] {
        height: 350px;
    }
}


.avalados {
    padding-top: 50px;
    padding-bottom: 60px;
}

.avalados.logos {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.avalados .mark {
    /*background-color: #fff;*/
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    margin: 15px;
}

.avalados.logos .mark {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    width: 260px;
}

.sep {
    position: relative;
    width: 100%;
}

.sep:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #dadada;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.sep span {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.faq {
    padding-bottom: 80px;
    padding-top: 80px;
}

.faq-item {
    /*padding-bottom: 40px;*/
}

.faq-item .faq-title {
    font-size: 1rem;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #fff;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.faq-item .faq-title:hover {
    color: var(--c-primary);
    cursor: pointer;
}

.faq-item .faq-title:before {
    content: url('../../img/icons/arrow.svg');
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -30px;
    width: 22px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.faq-title.faq-open:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-item .faq-desc {
    background-color: #fff;
    font-weight: 300;
    font-size: 0.7rem;
    padding-left: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}


.contacto {
    background-color: var(--c-secondary);
    color: white;
    line-height: 1.8;
}

.contacto .title {
    color: white;
}

.contacto>.container>.flex>div {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contacto>.container>.flex>div:first-child {
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.contacto a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

.contacto a:not(.btn):hover {
    color: var(--c-primary);
}

/*Mobile*/
@media screen and (max-width:900px) {
    .contacto .flex>div:first-child {
        border-right: 0;
    }
}

@media screen and (max-width:766px) {
    .contacto .flex>div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .contacto .flex>div:last-child {
        border: 0;
    }
}




.nosotros {
    padding-top: 100px;
    padding-bottom: 120px;
    color: #606060;
    font-size: 0.95rem;
}

.nosotros .subtitle {
    color: var(--c-secondary);
    font-size: 1.4rem;
}

.preguntas-freq {
    font-size: 1.75rem;
    font-weight: 400;
    border: 2px solid var(--c-primary);
    display: block;
    padding: 30px 50px;
}

/*Mobile*/
@media screen and (max-width:900px) {
    .preguntas-freq {
        font-size: 1.45rem;
    }
}

.preguntas-freq:after {
    content: "";
    display: inline-block;
    vertical-align: unset;
    border: solid var(--c-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

    width: 12px;
    height: 12px;
}

.preguntas-freq:hover {
    border-color: var(--c-hover);
}

.preguntas-freq:hover:after {
    border-color: var(--c-hover);
}


/*****************************************/
/********* Landing **********/
.banner-btn {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--c-secondary);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 15px;
    padding: 15px 20px;
    padding-right: 40px;
    width: 100%;
    max-width: 474px;
    position: relative;
}

.banner-btn:before {
    content: "";
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #135561;
    color: #fff;
    background-image: url('../../img/icons/arrow-right-solid.svg');
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
}

.banner-btn:hover {
    background-color: #fff;
    color: var(--c-primary);
}

.banner-btn:hover:before {
    background-image: url('../../img/icons/arrow-left-solid.svg');
    background-color: var(--c-primary);
}

/*.landing nav{
	display: none;
}*/
.landing .form-login {
    max-width: 580px;
    padding: 17px 20px;
    padding-bottom: 7px;
    font-size: 0.75rem;
    /*margin-top: -60px;*/
}

.landing form.form-login input:not([type="submit"]),
.landing form.form-login textarea {
    margin-bottom: 0px !important;
    font-size: 0.7rem;
    padding-top: 6px;
    padding-bottom: 9px;
}

.landing form.form-login textarea {
    height: 50px;
}

.landing .form-login .title-form-login {
    font-size: 1rem;
}

.landing .form-login label[for] {
    font-weight: 500;
}

.landing .form-login label {
    padding-bottom: 5px;
}

.landing input[type="checkbox"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-right: 6px;
    margin-left: 4px;
}

.landing .contacto .flex>div:first-child {
    border-right: 0;
}

/*Mobile*/
@media screen and (max-width:900px) {
    .landing .form-login {
        margin-top: -13px;
        margin-bottom: 45px;
    }

    .landing .home-spot {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .landing .responsiveMenu {
        display: none !important;
    }
}


/*Mobile*/
@media screen and (min-width:750px) {
    .checks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 1em;
    }
}

.checks>div {
    border-radius: 4px;
    font-weight: 400;
    font-size: 0.7rem;
    -webkit-box-shadow: 2px 0 10px 2px rgba(136, 134, 135, 0.5);
    box-shadow: 2px 0 10px 2px rgba(136, 134, 135, 0.5);
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* width: 50%; */
    background-color: #f1f2f2;
    color: #303030;
}

.checks>div label {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #706f6f;
    border-radius: 50%;
    margin-right: 8px;
}

.checks>div:hover,
.checks>div.active {
    background-color: #313131;
    color: white;
}

.checks>div.active:hover {
    opacity: 0.9;
}

.checks>div:hover label,
.checks>div.active label {
    border: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.checks>div:hover label:before,
.checks>div.active label:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
}

.checks>div input[type="checkbox"] {
    display: none;
}

@media screen and (max-width:750px) {
    .checks br {
        display: none;
    }

    .checks>div {
        width: 100%;
        margin-bottom: 15px;
        font-size: 0.65rem;
    }
}

.logos-slider {
    margin-top: 40px;
}

.logos-slider .slick-slide {
    /* width: calc(100vw /6); */
    filter: grayscale(1);
    padding-left: 30px;
    padding-right: 30px;
}

.logos-slider img {
    width: 100%;
    height: 53px;
    object-fit: contain;
}

/*Mobile*/
@media screen and (max-width:768px){
	.logos-slider .slick-slide{
		width: 30vw;
		padding-left: 15px;
        padding-right: 15px;
	}
	.logos-slider img{
		width: initial;
		height: 100px;
	}
}

.landing-seo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    /* opacity: 0.4; */
    filter: brightness(0.9);
}

.landing-seo {
    height: auto;
    padding-bottom: 130px;
    text-align: center;
    padding-top: 200px;
}

.landing-seo .flex > div {
    width: 50%;
}

/*Mobile*/
@media screen and (max-width:900px){
	.landing-seo {
		padding-bottom: 20px;
		padding-top: 20px;

	}

	.landing-seo .flex > div {
		width: 100%;
	}
}

.landing-seo .flex {
    vertical-align: middle;
    justify-content: center;
}

.landing-seo h1,
.landing-seo h2{
	color: #fff !important;
	text-shadow: 0 0 30px #222;
}

section#texto-factoring {
    padding-top: 100px;
    padding-bottom: 40px;
    font-size: 0.7rem;
    /* background-color: #f8f8f8; */
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
}

section#texto-factoring .flex > div {
    padding: 40px;
}

section#texto-factoring .icon img {
    height: 78px;
    opacity: 0.8;
    margin-bottom: 32px;
}

section#texto-factoring .respaldo-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: justify;
}

section#texto-factoring .respaldo-text.open{
	-webkit-line-clamp: initial;
}

section#texto-factoring .ver-mas {
    margin-top: 20px;
    color: var(--c-primary);
    display: block;
    font-weight: 600;
}

section#texto-factoring .ver-mas:hover {
    color: #222;
}

section#texto-factoring h3.title {
    font-size: 1.1rem;
    line-height: 1.2;
    /* text-align: center; */
}