@charset "utf-8";
/* CSS Document */
.pre-footer{
    background: #006ED2;
    padding: 100px 0;
}
.pre-footer .logo{
    max-width: 100%;
	margin-top: 8px;
}
.pre-footer .logo-blanco{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pre-footer a{
    display: table;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3em;
	padding: 5px 0;
	opacity: 1;
	transition: opacity ease-in-out .2s;
	font-weight: 400;
}
.pre-footer a.direct{
	font-weight: 700;
	margin-top: 8px;
}
.pre-footer a:hover, .pre-footer a:focus{
	opacity: .8;
	transition: opacity ease-in-out .4s;
	color: #FFFFFF;
}
.pre-footer a.link-grande {
	display: table;
    font-size: 24px;
	padding: 4px 0;
	opacity: 1;
	transition: opacity ease-in-out .2s;
}
.pre-footer a.link-grande:hover, .pre-footer a.link-grande:focus{
	opacity: .8;
	transition: opacity ease-in-out .4s;
}
.pre-footer .logo-blanco img{
	max-width: 110px;
}
.pre-footer .contenedor-primero-prefooter{
	position: relative;
    top: -21px;
}	
span.link-pre-footer{
	display: table;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	padding: 5px 0;
	opacity: 1;
	transition: opacity ease-in-out .2s;
	font-weight: 700;
	margin: 5px 0;
}
.footer .container-lg {
    position: relative;
    width: 90%;
    max-width: 1440px;
    margin: auto;
	padding: 0
}
.pre-footer .container-lg {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: auto;
	padding: 0
}
.footer{
    background: #0061B9;
    padding: 100px 0 30px;
	font-weight: 300;
}
.footer a{
    display: table;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: normal;
	font-weight: 300;
	padding: 5px 0;
	opacity: 1;
	transition: opacity ease-in-out .2s;
}
.footer a:hover, .footer a:focus{
	opacity: .8;
	transition: opacity ease-in-out .4s;
}
.footer .smaller{
    font-size: 14px;
	color: #ffffff;
    position: absolute;
    bottom: -60px;
    left: 0;
	opacity: 1;
	transition: opacity ease-in-out .2s;
}
.footer .redes{
    display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}
.footer .redes a {
    display: inline-block;
    margin: 0 5px;
	opacity: 1;
	transition: opacity ease-in-out .2s;
}
.footer .redes a:hover, .footer .redes a:hover {
    opacity: .78;
	transition: opacity ease-in-out .4s;
}
.footer .container-lg {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: auto;
}
ul.legal-links {
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 100px 0 10px;
    margin: 0 auto;
}
.legal {
    color: #FFF;
    font-size: 11px;
	line-height: 1.3em;
    text-align: center;
    margin: 0 auto;
}
ul.legal-links li {
	   list-style: none;
		margin: 0;
		font-size: 15px;
		display: inline-flex;
		margin-bottom: 8px;
		border-left: 1px solid #FFFFFF;
	}
	ul.legal-links li:first-child {
		border-left: none;
	}
	ul.legal-links li a{
	   font-size: 15px;
	   text-decoration: none;
	   color: #FFFFFF;
	   padding: 0 20px;
	}
.footer-app .onlyMobileBox {
    display: none;
}
.footer-app .onlyDeskBox {
    display: flex;
    flex-direction: row;
	align-items: center;
}
.footer-app .onlyDeskBox p{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 1.3em;
    margin: 0 40px 0 0;
}
.footer-app .onlyDeskBox img{
	max-width: 140px;
}
.footer-app .onlyDeskBox .col-3 {
	min-width: 80px;
}
.nclasspre{
	width: 100%;
	max-width: 100%;
	display: flex;
}
.dcolpre{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pre-footer .flex-center {
    align-items: inherit;
}

@media (max-width: 1380px) {
	span.link-pre-footer {
		font-size: 18px;
	}
	.pre-footer a {
		font-size: 15px;
	}
	span.link-footer {
		font-size: 18px;
	}
	.footer a {
		font-size: 15px;
	}
	.footer-app .onlyDeskBox p {
		font-size: 15px;
		margin: 0 20px 0 0;
	}
	.footer-app .onlyDeskBox p br{
        display: none;
    }
	.footer-app .onlyDeskBox {
		justify-content: space-between;
	}
}
@media (max-width: 1280px) {
	ul.legal-links li {
	   list-style: none;
		margin: 0;
		font-size: 15px;
		display: inline-flex;
		margin-bottom: 8px;
		border-left: 1px solid #FFFFFF;
	}
	ul.legal-links li:first-child {
		border-left: none;
	}
	ul.legal-links li a{
	   font-size: 15px;
		text-decoration: none;
		color: #FFFFFF;
		padding: 0 20px;
	}
	.pre-footer .logo-blanco img {
		max-width: 82px;
		margin-top: 5px;
	}
	.footer .redes {
			display: block;
			color: #ffffff;
			text-decoration: none;
			font-size: 1px;
	}
	.footer-app .onlyDeskBox p br{
        display: none;
    }
	ul.legal-links {
		padding: 50px 0 10px;
	}
	.pre-footer {
		padding: 60px 0;
	}
	.footer {
		padding: 60px 0 30px;
	}
	.footer .redes a i img {
		max-width: 24px;
	}
	span.link-pre-footer {
		font-size: 17px;
	}
	.pre-footer a {
		font-size: 14px;
	}
	span.link-footer {
		font-size: 17px;
	}
	.footer a {
		font-size: 14px;
	}
	ul.legal-links li a {
		font-size: 14px;
	}
	.footer-app .onlyDeskBox p {
        font-size: 14px;
        margin: 0 30px 0 0;
        padding: 0;
    }
	.footer .redes a i img {
        max-width: 20px;
    }
	.footer-app .appBtn {
		margin: 0;
	}
	ul.legal-links li a {
        font-size: 13px;
        width: auto;
        text-align: center;
        padding: 0 14px;
    }
}
@media (max-width: 1024px) {
.footer-app .onlyDeskBox p {
        font-size: 14px;
        margin: 0 20px 0 0;
        padding: 0;
    }
}
@media (max-width: 992px) {
	.footer a {
		font-size: 13px;
	}
	.footer {
		padding: 60px 0 100px;
	}
	span.link-pre-footer {
		display: table;
		color: #ffffff;
		text-decoration: none;
		font-size: 15px;
		padding: 5px 0;
		opacity: 1;
		transition: opacity ease-in-out .2s;
		font-weight: 700;
		margin: 5px 0 0px;
	}
	span.link-pre-footer {
		display: table;
		color: #ffffff;
		text-decoration: none;
		font-size: 14px;
    	padding: 0 0 5px;
		opacity: 1;
		transition: opacity ease-in-out .2s;
		font-weight: 700;
		margin: 6px 0 0px;
	}
	.pre-footer a {
		display: table;
		color: #ffffff;
		text-decoration: none;
		font-size: 13px;
		line-height: 1.1em;
		padding: 5px 0;
		opacity: 1;
		transition: opacity ease-in-out .2s;
		font-weight: 400;
	}
	.footer-app .onlyMobileBox {
		display: flex;
		flex-direction: column;
	}
	.footer-app .onlyMobileBox .col {
		max-width: 132px;
		width: auto;
	}
	.footer-app .onlyMobileBox p {
		color: #FFF;
		line-height: 1;
	}
	.footer-app .onlyDeskBox {
		display: none;
	}
	.footer-app .onlyMobileBox p br{
        display: none;
    }
}	
@media all and (max-width: 768px) and (max-height: 1024px) and (orientation:portrait) {
   /* your css rules for ipad portrait */
	.footer-app .onlyMobileBox {
		display: flex;
		flex-direction: column;
	}
	.footer-app .onlyMobileBox .col {
		max-width: 132px;
		width: auto;
	}
	.footer-app .onlyDeskBox {
		display: none;
	}
	.footer-app .onlyMobileBox {
		display: flex;
		flex-direction: column;
	}
	.footer-app .onlyMobileBox .col {
		max-width: 132px;
		width: auto;
	}
	.footer-app .onlyMobileBox p {
		color: #FFF;
		line-height: 1;
	}
	.footer-app .onlyDeskBox {
		display: none;
	}
}
@media all and (max-width: 1180px) and (max-height: 820px) and (orientation:landscape) {
  /* your css rules for ipad landscape */
	.footer-app .onlyMobileBox {
		display: flex;
		flex-direction: column;
	}
	.footer-app .onlyMobileBox .col {
		max-width: 132px;
		width: auto;
	}
	.footer-app .onlyDeskBox {
		display: none;
	}
	.footer .redes a i img {
		max-width: 24px;
	}
	.footer-app .onlyMobileBox {
		display: flex;
		flex-direction: column;
	}
	.footer-app .onlyMobileBox .col {
		max-width: 132px;
		width: auto;
	}
	.footer-app .onlyMobileBox p {
        color: #FFF;
        line-height: 1.1;
    }
	.footer-app .onlyDeskBox {
		display: none;
	}
}
@media (max-width: 768px) {
.pre-footer {
		padding: 60px 0;
	}
	.footer {
		padding: 60px 0 100px;
	}
	.footer .smaller {
		position: relative;
		right: 0;
		left: 0;
	}
	.footer .container-lg {
		margin: 0 auto 60px;
	}
	.separacion {
		margin: 0 0 3%;
	}
	.pre-footer .contenedor-primero-prefooter {
		position: relative;
		top: 0;
		margin-bottom: 3%;
	}
	ul.legal-links {
		margin-top: 0;
		margin-bottom: 1rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 30px 0 10px;
		margin: 0 auto;
	}
	ul.legal-links li {
		list-style: none;
		margin: 0;
		font-size: 14px;
		display: block;
		margin-bottom: 8px;
		border-left: none;
	}
	ul.legal-links li a {
		font-size: 14px;
		padding: 0;
	}
	.legal {
		text-align: left;
	}
	.footer-app .onlyMobileBox {
		display: flex;
		flex-direction: column;
		gap: inherit;
		align-items: flex-start;
		flex-wrap: nowrap;
		margin: 0;
	}
	.footer .redes {
		margin-top: 10px;
	}
	.footer-app .onlyMobileBox .grupo-botn-m {
        display: flex;
        gap: 0px;
        width: 100%;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
	.footer a.latencion {
		display: block;
	}
}
@media (max-width: 540px) {
.pre-footer {
		padding: 60px 0;
	}
	.footer .smaller {
		position: relative;
		right: 0;
		left: 0;
	}
	.footer .container-lg {
		margin: 0 auto 60px;
	}
	.footer .redes {
		margin-top: 25px;
	}
	.pre-footer {
        padding: 30px 0;
    }
	.footer {
		padding: 40px 0 90px;
	}
	.footer .smaller {
		position: relative;
		right: 0;
		left: 0;
	}
	.footer .container-lg {
		margin: 0 auto 20px;
	}
	.footer-app .onlyMobileBox .col {
		max-width: 150px;
		width: auto;
	}
}