@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');
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  height: auto;
  color: #263240;	
}
.hero-section {
  background-color: #006EDE;
  color: #FFFFFF;
  text-align: left;
  overflow: hidden;
}
.section {
  padding: 4rem 0;
}
#genearl-container {
  margin: 10vh 0 0;
}
.hero-section .container {
  display: flex;
  align-items: center;
}
.hero-section .img-container {
    width: 50%;
	height: 360px;
	position: relative;
}
.img-fluid{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hero-section .borde {
    border-radius: 20px;
    border: 1px solid #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.hero-section .imgHero {
    border-radius: 20px;
	width: 100%;
	height: 100%;
	background: url("../img/hero-img.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.grafico01 {
    width: 46%;
    height: auto;
    position: absolute;
    bottom: -12%;
    right: -28%;
    z-index: 0;
}
.grafico02 {
    width: 90%;
    bottom: -26%;
    left: -45%;
    position: absolute;
    z-index: 0;
}
p {
    line-height: 1.4em;
}
.grafico03 {
    position: absolute;
    top: -12%;
    right: 12%;
    width: 55%;
    z-index: 0;
}
.estrella1 {
    position: absolute;
    top: -14%;
    left: 1%;
    width: 3.5%;
    height: auto;
    z-index: 2;
}
.estrella2 {
    position: absolute;
    top: -9%;
    left: 5%;
    width: 7%;
    height: auto;
    z-index: 3;
}
.estrella3 {
    position: absolute;
    top: -4%;
    left: -3.5%;
    width: 2.5%;
    height: auto;
    z-index: 2;
}
.estrella4 {
    position: absolute;
    top: -22%;
    left: 47%;
    width: 5%;
    height: auto;
    z-index: 2;
}
.estrella5 {
    position: absolute;
    top: -13%;
    left: 52%;
    width: 12%;
    height: auto;
    z-index: 2;
}
ul.nav-tabs li.nav-item {
    padding: 0;
    font-size: 19px;
    color: #4C5156;
    line-height: 1em;
    margin-right: 20px;
}
.nav-tabs .nav-item .nav-link{
    color: #4C5156;
	border-color: #006ed2;
	border: none;
	border-bottom: 3px solid transparent;
    background-color: transparent;
    font-size: 19px;
	font-weight: 400;
	text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #191E22;
    background-color: transparent;
    border-bottom: 3px solid #006ed2;
	font-weight: 700;
	text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: inherit;
    background-color: transparent;
    border-color: #006ed2;
	border: none;
	border-bottom: 3px solid #006ed2;
}
#mastercard-tab{
	width: 126px;
	text-align: center;
}
#visa-tab{
	width: 58px;
	text-align: center;
}
#oca-blue-tab{
	width: 105px;
	text-align: center;
}
.nav-link {
    padding: .75rem .4rem;
}
.section {
    padding: 4rem 0;
}
.tab-content {
  margin-top: 2rem;
}
.info-section img {
  width: 100%;
  border-radius: 10px;
}
.info-section img.flotante {
	width: 24px;
	height: auto;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	border-radius: 0;
}
.hero-section .headline{
	padding: 0 5% 0 0;
}
.hero-section h1{
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0 0 30px;
}
.hero-section h1 strong{
	display: block;
	margin: 15px 0 0;
	font-size: 46px;
}
.hero-section p {
    font-size: 20px;
    margin: 0;
    max-width: 80%;
}
h2{
    font-size: 17px;
	color: #1E1E1E;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
}
h3{
    font-size: 17px;
	color: #4C5156;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 30px;
}
h3.secundario{
    font-size: 17px;
	color: #1E1E1E;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
}
.azul{
	color: #006ED2;
}
strong.azul {
	color: #006ED2;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 16px;
    display: block;
}
.grisBg{
	background: #EAF1F7;
}
.grisClaroBg{
	background: #F2F9FF;
}
.accordion-button {
    background-color: #ffffff00;
}
.accordion-button::after {
    transform: rotate(-90deg);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}
.accordion-header a, .accordion-header a:hover, .accordion-header a:focus, .accordion-header a:visited{
	text-decoration: none;
}
.pcorrido{
	padding: 0 1.25rem;
}
.fas {
    width: 20px;
    height: auto;
    margin-right: 15px;
}
a.card {
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: none;
	transition: all ease-in-out .25s;
}
a.card:not(.collapsed) {
	box-shadow: 0 4px 20px #abb8c2;
	transition: all ease-in-out .25s;
}
.card {
	width: 100%;
	height: 300px;
	color: #FFFFFF;
	border: none;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.card.encontrayactiva {
	width: 100%;
	height: 100%;
	color: #343A;
	border: none;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.card.metros {
	background: url("../img/metros-img.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	box-shadow: none;
	z-index: 1;
}
.card.denuncia {
	background: url("../img/denuncia-img.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
	position: relative;
	z-index: 1;
}
.card .backspash {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 9%, rgba(0,0,0,0.7) 85%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 9%, rgba(0,0,0,0.7) 85%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 9%, rgba(0,0,0,0.7) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
	position: relative;
	z-index: 2;
}
.card.encontrayactiva .card-body {
    justify-content: flex-start;
}
.card-body .card-title {
    margin-bottom: 15px;
    padding: 5px 8px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 13px;
	line-height: 1em;
    font-weight: 400;
	transition: all ease-in-out .25s;
}
a.card.colaps:not(.collapsed) .card-body .card-title {
    border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #4c5156;
	transition: all ease-in-out .25s;
}
.card-body svg {
	transition: all ease-in-out .25s;
}
a.card.colaps:not(.collapsed) .card-body svg {
	transform: rotate(90deg);
	transition: all ease-in-out .25s;
}
.card-body p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    max-width: 74%;
}
.card h3 {
    margin: 0 0 20px;
}
h3.pcorrido {
    margin: 0 0 20px;
}
ul.listado {
    margin-top: 0;
    margin-bottom: 1rem;
	padding-left: 1.25rem;
}
ul.listado li{
    margin: 0 0 10px;
}
ul.listado li:last-child{
    margin: 0;
}
ul.listado li ul {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
	padding-left: 1rem;
	font-size: 13px;
	opacity: .75;
}
ul.listado li ul li{
    margin: 0 0 10px;
	list-style: disc;
}
ul.listado li ul li:last-child{
    margin: 0;
}
ul.listado-arrow {
	list-style-image: url("../img/bullet-arrow.svg");
	padding-left: 1.25rem;
	margin: 1.75rem 0;
}
ul.listado-arrow li{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 4px;
    font-size: 15px;
    opacity: 1;
    font-weight: 400;
    line-height: 1.4em;
	color: #435A75;
}
ul.listado-arrow li::marker{
    font-size: 25px;
    line-height: 1;
}
ul.listado-arrow ul.listado-arrow-interna {
	list-style-image: none;
	list-style-type: disc;
	padding-left: 1.25rem;
	margin: 1.75rem 0;
}
ul.listado-arrow ul.listado-arrow-interna li {
    margin-top: 0;
    margin-bottom: .25rem;
    padding-left: 4px;
    font-size: 15px;
    opacity: 1;
    font-weight: 400;
    line-height: 1.4em;
    color: #435A75;
}
ul.listado-arrow ul.listado-arrow-interna li::marker{
    font-size: 15px;
    line-height: 1;
}
ul.listado-arrow ol.listado-arrow-interna {
	list-style-image: none;
	padding-left: 1.25rem;
	margin: 1.75rem 0;
}
ul.listado-arrow ol.listado-arrow-interna li {
    margin-top: 0;
    margin-bottom: .25rem;
    padding-left: 4px;
    font-size: 15px;
    opacity: 1;
    font-weight: 400;
    line-height: 1.4em;
    color: #435A75;
}
ul.listado-arrow ol.listado-arrow-interna li::marker{
    font-size: 15px;
    line-height: 1;
}
ul.listado-arrow-interna li {
    margin: 3px 0 3px;
    line-height: 1.4em;
}
.bg-gris{
	background: #F8F9FA;
	border-radius: 6px;
	padding: 2rem;
}
.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.flex-center-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.accordion-item {
	background: none;
    background-color: none;
	border: 1px solid #EFF1F3;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-button {
    padding: 1.25rem 1.25rem;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #FFFFFF;
    box-shadow: none;
}
.accordion-item.no-border {
    border: none;
}
.accordion-item.no-border .accordion-body {
    padding: 1rem 0;
}
.accordion-button.gris:not(.collapsed) {
    color: inherit;
    background-color: #eaf1f7;
    box-shadow: none;
}
.accordion-button.grisClaro:not(.collapsed) {
    color: inherit;
    background-color: #F2F9FF;
    box-shadow: none;
}
.accordion-body {
    padding: .75rem 1.25rem 3rem;
    padding-left: calc(1.25rem + 36px);
    padding-right: calc(1.25rem + 36px);
}
.accordion-body p {
    font-size: 15px;
    font-weight: 400;
}
.multi-collapse {
    padding: 1.75rem 1.75rem 0;
}
.multi-collapse p{
	font-size: 15px;
}
.flex-card{
	display: flex;
	align-items: center;
}
.info-section img.productos-card{
	width: 40%;
	padding-right: 1rem;
}
ol.lista, ul.lista {
	margin: 0 0 .5rem;
    padding-left: 1rem;
}
ol.lista li, ul.lista li{
	font-size: 14px;
	color: #343A40;
	line-height: 1.1em;
	padding: 0 0 .5rem;
}
.accordion-body ol.lista li, .accordion-body ul.lista li{
	font-size: 15px;
	color: #334c68;
}
.accordion-body .cardInfo ol.lista li, .accordion-body .cardInfo ul.lista li{
	font-size: 14px;
}
ul.listado li {
    font-size: 14px;
}

.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
ol.lista.encontraLista {
	margin: 0;
    padding-left: 0;
    list-style: none;
	display: flex;
    flex-direction: column;
}
ol.lista.encontraLista li {
	font-size: 14px;
    display: inline-flex;
    align-items: center;
}
ol.lista.encontraLista .numero {
    width: 18px;
	min-width: 18px;
    height: 18px;
    font-size: 13px;
    margin-right: .85rem;
    color: #191E23;
    padding: 0;
    border: 1px solid #191E23;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    text-align: center;
}
ul.nav-tabs li.nav-item {
	padding: 0;
}
a.text-link {
    color: #006ed2;
}
a.text-link:hover {
	color: #006ed2;
    text-decoration: underline;
}
.encontrayactiva a.text-link {
    font-size: 14px;
}
.btn-secondary {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: auto;
    background: transparent;
    border-radius: 6px;
    border: 2px solid #006ED2;
    font-size: 14px;
    line-height: 1;
    color: #006ED2;
    font-weight: 500;
}
.btn-secondary:hover, .btn-secondary:focus  {
    background: #006ED2;
    border: 2px solid #006ED2;
    color: #FFFFFF;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    box-shadow: 0;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}
.tarjetas {
    padding: 0 0 0 10px;
}
.solo-d{
	display: table;
}
.solo-m{
	display: none;
}
.row {
    --bs-gutter-x: 1rem;
}
.wrap-btn {
    display: flex;
    gap: 5px;
	margin: 15px 0 5px;
}
.wrap-btn a.btn-primary {
    text-decoration: none;
}
.wrap-btn a.btn-primary {
    font-size: 13px;
}
.img-seguro {
    width: 60px;
    height: auto;
    margin: 4px 0 12px;
}

@media (max-width: 1280px) {
	.hero-section .img-container {
		width: 50%;
		height: 340px;
		position: relative;
	}
}
@media (max-width: 1180px) {
	#genearl-container{
		margin: 10vh 0 0;
	}
	.hero-section .img-container {
		width: 60%;
		height: 340px;
		position: relative;
	}
	.card {
		height: 260px;
	}
	.card-body p {
		max-width: 69%;
	}
	.card h3 {
		margin: 0 0 20px;
		max-width: 80%;
	}
	.section {
        padding: 3.5rem 0;
    }
	.grisBg.section, .grisClaroBg.section {
		padding: 2.75rem 0;
	}
	.estrella1 {
        top: -11%;
        left: 0%;
        width: 3%;
    }
	.estrella2 {
		top: -8%;
		left: 5%;
		width: 6%;
	}
	.estrella3 {
		top: -4%;
		left: -3%;
		width: 1.9%;
	}
	.estrella4 {
		display: none;
	}
	.estrella5 {
		display: none;
	}
}
@media (max-width: 1024px) {
	#genearl-container{
		margin: 5vh 0 0;
	}
	.hero-section .img-container {
		width: 60%;
		height: 280px;
		position: relative;
	}
	.card-body p {
		max-width: 80%;
	}
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    #genearl-container{
		margin: 7vh 0 0;
	}
	.card {
		height: 240px;
	}
}
@media (max-width: 992px) {
	.hero-section .img-container {
        width: 80%;
        height: 230px;
        position: relative;
    }
	.hero-section h1 {
		font-size: 18px;
		margin: 0 0 20px;
	}
	.hero-section h1 strong {
		margin: 12px 0 0;
		font-size: 35px;
	}
	.hero-section p {
		font-size: 17px;
		margin: 0;
		max-width: 100%;
	}
	.grafico02 {
		width: 80%;
		bottom: -26%;
		left: -35%;
	}
	h3 {
		font-size: 16px;
	}
	ol.lista.encontraLista li {
		font-size: 13px;
	}
	.encontrayactiva a.text-link {
		font-size: 13px;
	}
	.accordion-button {
		padding: 1.25rem 0;
	}
	.pcorrido {
		padding: 0;
	}
	.card-body p {
		font-size: 19px;
		margin: 0;
		max-width: 90%;
	}
	.card {
        height: 230px;
    }
	ol.lista.encontraLista .numero {
		width: 18px;
		min-width: 18px;
		height: 18px;
		font-size: 12px;
		margin-right: .5rem;
	}
	.accordion-body .cardInfo ol.lista li, .accordion-body .cardInfo ul.lista li {
		font-size: 13px;
	}
	h3.pcorrido {
		margin: 0 0 30px;
	}
	.flex-card {
		display: flex;
		align-items: flex-start;
	}
	.accordion-body {
		padding-left: calc(1.25rem + 16px);
		padding-right: calc(1.25rem + 16px);
	}
	.multi-collapse {
		padding: 1.5rem 1.25rem 0;
	}
}
@media (max-width: 768px) {
    .card {
        height: 230px;
        margin: 0 0 1rem;
        border-radius: 10px;
    }
	.card.metros {
		background: url(../img/metros-img.jpg) no-repeat;
		background-position: center -40px;
		background-size: cover;
		position: relative;
		box-shadow: none;
		z-index: 1;
	}
	.multi-collapse {
        padding: 20px 0 40px;
    }
	.multi-collapse.ultimom {
        padding: 20px 0 0;
    }
}
@media (max-width: 580px) {
	#genearl-container{
		margin: 7vh 0 0;
	}
	.flex-card {
		display: flex;
		align-items: center;
        margin-bottom: 20px;
        padding: 0 3px;
    }
}
@media (max-width: 540px) {
	.section {
		padding: 3rem 0;
	}
	.grisBg.section, .grisClaroBg.section {
		padding: 1.5rem 0;
	}
	.hero-section .container {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		border: 1px solid #FFF;
		border-radius: 12px;
	}
	.hero-section .headline {
		padding: 1.25rem;
	}
	.hero-section h1 {
		font-size: 16px;
		line-height: 1.3em;
		margin: 0 0 20px;
	}
	.hero-section h1 strong {
		margin: 8px 0 0;
		font-size: 31px;
	}
	.hero-section p {
		font-size: 14px;
		max-width: 91%;
	}
	.hero-section .img-container {
		width: 100%;
		height: 160px;
	}
	.hero-section .borde {
		display: none;
	}
	.hero-section .imgHero {
		border-radius: 10px 10px 0 0;
	}
	.estrella1 {
		display: none;
	}
	.estrella2 {
		display: none;
	}
	.estrella3 {
		display: none;
	}
	.grafico01 {
		bottom: -156%;
		right: -28%;
	}
	.estrella4 {
        display: block;
        top: -19.5%;
        left: 8%;
    }
	.estrella5 {
        display: block;
        top: -13%;
        left: 14%;
    }
	.grafico01 {
        bottom: -164%;
        right: -31%;
    }
	.grafico02 {
		display: none;
	}
	.grafico03 {
		top: -20%;
		left: -12%;	
		right: inherit;
	}
	ul.nav-tabs li.nav-item {
		font-size: 16px;
		margin-right: 10px;
	}
	.nav-tabs .nav-item .nav-link {
		font-size: 16px;
	}
	#mastercard-tab {
		width: 105px;
		text-align: center;
	}
	#visa-tab {
		width: 44px;
		text-align: center;
	}
	#oca-blue-tab {
		width: 92px;
		text-align: center;
	}
	.card {
		height: 190px;
		margin: 0 0 1rem;
		border-radius: 10px;
	}
	.card.encontrayactiva {
		margin: 0 0 1rem;
		border-radius: 8px;
	}
	.card-body p {
		font-size: 17px;
		max-width: 86%;
	}
	.pcorrido {
		padding: 0;
	}
	.flex-card {
		padding: 0 3px;
	}
	.mt-5 {
		margin-top: 2rem !important;
	}
	.card-body .card-title {
		margin-bottom: 10px;
		padding: 4px 7px;
		font-size: 12px;
		line-height: 1em;
	}
	.accordion-button {
		padding: 1.25rem 0;
	}
	.accordion-body {
		padding: .3rem 25px 1.75rem;
		padding-left: 25px;
		padding-right: 25px;
	}
	.accordion-body p {
		font-size: 14px;
	}
	.accordion-body ol.lista li, .accordion-body ul.lista li {
		font-size: 14px;
	}
	ul.listado li {
		font-size: 14px;
	}
	ul.listado-arrow li{
		font-size: 14px;
	}
	ul.listado-arrow li::marker{
		font-size: 23px;
		line-height: 1;
	}
	ul.listado-arrow ul.listado-arrow-interna li {
		font-size: 14px;
	}
	ul.listado-arrow ul.listado-arrow-interna li::marker{
		font-size: 14px;
		line-height: 1;
	}
	ul.listado-arrow ol.listado-arrow-interna li {
		font-size: 14px;
	}
	ul.listado-arrow ol.listado-arrow-interna li::marker{
		font-size: 14px;
	}
	.multi-collapse {
		padding: 1.55rem 1.75rem 0;
	}
	.multi-collapse p {
		font-size: 14px;
	}
	h2 {
		font-size: 15px;
	}
	.fas {
		width: 20px;
		margin-right: 10px;
	}
	.card.encontrayactiva {
        margin: 0 0 1rem;
        height: auto;
    }
	h3 {
        font-size: 16px;
        width: 100%;
        max-width: 230px;
    }
	.card h3 {
		max-width: 100%;
	}
	.solo-d{
		display: none;
	}
	.solo-m {
        display: flex;
        width: 96%;
        max-width: 96%;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        align-items: center;
        line-height: 1em;
    }
	svg.arrow-card-btn{
		fill: #006ED2;
		width: 6px;
        height: auto;
	}
	.btn-secondary {
		padding: 8px 11px 8px 10px;
		font-size: 15px;
	}
	.btn-secondary:hover svg.arrow-card-btn, .btn-secondary:focus svg.arrow-card-btn{
		fill: #FFFFFF;
	}
	.tarjetas {
		padding: 0;
	}
	.info-section.grisClaroBg .accordion-item.no-border .accordion-body {
		padding: 0 0 1.75rem;
	}
	strong.azul {
		font-size: 16px;
	}
	.wrap-btn .btn-primary {
		padding: 8px 12px;
	}
	.wrap-btn a.btn-primary {
		font-size: 11px;
	}
	.accordion-body {
        padding-left: 0;
        padding-right: 0;
    }
	.multi-collapse {
        padding: 10px 0 30px;
    }
	.multi-collapse.ultimom {
        padding: 10px 0 0;
    }
}
@media (max-width: 450px) {
	.card.metros {
		background: url(../img/metros-img.jpg) no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		box-shadow: none;
		z-index: 1;
	}
}
@media (max-width: 375px) {
	#genearl-container{
		margin: 8vh 0 0;
	}
}
@media (max-width: 370px) {
	.wrap-btn {
		display: flex;
		gap: 0;
		margin: 15px 0 0;
		flex-direction: column;
	}
}
@media (max-width: 890px) and (orientation: landscape) {
	#genearl-container {
        margin: 12vh 0 0;
	}
}	