@charset "UTF-8";
body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f6f8fa;
    color: #3a3a3a;
}
#general-container {
  margin: 10vh 0 0;
}
.header-img-container {
    position: relative;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
	background: #fec700;
}
.header-img-container h1{
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px 0 5px;
	max-width: 90%;
}
.plans-title {
    font-weight: 700;
    font-size: 1.4rem;
    color: #263240;
    margin: 0 0 32px;
}
h3 {
    color: #006ED2;
	font-weight: 700;
    font-size: 1.8rem;
    margin: 0 0 32px;
	width: 100%;
	max-width: 100%;
}
.accordion-flush .accordion-item .accordion-button {
    color: #231D19;
    border-radius: 0;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}
.accordion-button:not(.collapsed) {
    color: #231D19;
    background-color: #FFFFFF;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    margin-left: 20px;
    margin-right: 0;
}
.accordion-body {
    padding: 1rem 0 1.5rem;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #E9ECEF;
}
.header-img-container .heroImage {
    width: 100%;
	min-height: 300px;
	max-height: 360px;
    height: 40vh;
    object-fit: cover;
    display: block;
    border-radius: 0 0 12px 12px;
    object-position: center 20%;
}
.header-img-container .heroImage3 {
    object-fit: contain;
	object-position: center top;
}
.header-img-container .overlay-hero {
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	top: inherit;
	z-index: 1;
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.overlay {
	position: absolute;
	width: 100%;
	height: 80%;
	bottom: 0;
	left: 0;
	right: 0;
	top: inherit;
	z-index: 1;
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.header-logo {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 25px;
    width: 100%;
    height: auto;
    max-width: 1024px;
    margin: 0 0 0 -512px;
}
.header-logo .oca-logo {
    width: 30vw;
    max-width: 350px;
    min-width: 260px;
    height: auto;
}
.header-text .oca-logo span {
    font-weight: 900;
}
.header-text .planes-text {
    font-weight: 400;
    font-size: 1.75rem;
}
.features-icons {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 34px 0;
}
.feature-item {
    text-align: left;
    color: #006ED2;
    display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.feature-item .icon {
    margin-bottom: 0.5rem;
}
.feature-item .icon .fas {
    width: 30px;
    margin-right: 10px;
	display: block;
}
.feature-item p {
    font-weight: 400;
    font-size: 0.9rem;
    color: #4C5156;
    margin: 0;
}
hr.divider {
    width: 90%;
    max-width: 1024px;
    border: none;
    border-top: 2px solid #006ED2;
    margin: 0 auto;
    opacity: 1;
}
.plans-container {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 48px 0;
}
.seccion.inicio p{
    font-weight: 400;
    font-size: 1.1rem;
    color: #4C5156;
    margin: 0;
}
.bg-blanco{
	background: #FFF;
}
.card {
    border: none;
    border-radius: 8px;
    box-shadow: none;
	overflow: hidden;
	height: 250px;
}
.card.n1 {
    border: none;
    border-radius: 6px;
    box-shadow: none;
	background: url("../img/nivel1.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.card.n2 {
    border: none;
    border-radius: 6px;
    box-shadow: none;
	background: url("../img/nivel2.jpg") no-repeat;
	background-size: cover;
}
.card.n3 {
    border: none;
    border-radius: 6px;
    box-shadow: none;
	background: url("../img/nivel3.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.card.n4 {
    border: none;
    border-radius: 6px;
    box-shadow: none;
	background: url("../img/nivel4.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.card-body {
    background-color: none;
    border-radius: 0 0 8px 8px;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.card-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #263240;
    margin: 0 0 20px;
}
.card-text {
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    margin: 0;
}
a.card-link {
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
    text-decoration: none;
	margin: 1.35rem 0 0 0;
}
a.card-link:hover {
	color: #FFFFFF;
    text-decoration: underline;
}
.card-link::after {
    content: '';
    width: 13px;
    height: 13px;
    position: relative;
    left: 4px;
    display: inline-block;
    background: url(../img/arrowRight.svg);
    top: 2px;
    background-size: cover;
}
h4.bage {
    display: table;
    border-radius: 4px;
    padding: 4px 8px;
    color: #FFF;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}
h4.badge-n1{
	background-color: #5CB2F1;
}
h4.badge-n2{
	background-color: #59C1B7;
}
h4.badge-n3{
	background-color: #EE8B7A;
}
h4.badge-n4{
	background-color: #A896D6;
}
h5{
	color: #4C5156;
	font-weight: 700;
    font-size: 1.25rem;
    margin: 0 0 16px;
}
.feature-item p br {
	display: none;
}
.preguntas {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto 110px;
    padding: 0;
}
.plans-container h5 br{
	display: none;
}
/* LISTA */
ul, ol {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    list-style-position:outside;    
    list-style: decimal;   
}
ul, ol li {
    margin: 5px 0; 
    padding: 0 10px ;   
}

/* NO SEE */
.noSee {
    display: none !important;
}

/* TAXIMETROS */
h4{
	/* font-size: 20px; */
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0;
}
h4.inicial{
	font-size: 18px;
	font-weight: 500;
}
.imagenPasosTaxi{
	background: url("../img/imagen-qr.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.rowPasosTaxi {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.textoPasosTaxi {
    padding: 0 4%;
}
.listaPasosTaxi {
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.listaPasosTaxi:last-child {
    margin: 0;
}
.listaPasosTaxi .numero {
    padding: 5px;
    background: #006ed2;
    width: 34px;
    height: auto;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 34px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
	margin: 0 14px 0 0;
}
.rowTarjetaTaxi{
	background: #006ed2;
	padding: 5%;
	border-radius: 20px;
}
.imagenTarjetaTaxi img{
    position: absolute;
    right: 0;
    max-width: 27%;
    top: -24%;
}
.tarjetaTaxi-section {
    padding: 100px 0;
}
.destacadosTaxi-section{
    padding: 80px 0 0;
}
.pasosTaxi-section{
    padding: 80px 0 0;
}
.imagenPasosTaxi img {
    padding: 60px;
}
.listaTxt{
    max-width: 85%;
}

@media (max-width: 1280px) {
}

@media (max-width: 1180px) {
	#general-container{
		margin: 10vh 0 0;
	}
}
@media (max-width: 1154px) {
	.header-logo {
		margin: 0;
		left: 5%;
	}
}
@media (max-width: 1090px) {
	.feature-item p br {
		display: block;
	}
	.card-text {
		font-size: 1rem;
	}
	.card-link {
		font-size: 1rem;
	}
}

@media (max-width: 1024px) {
	#general-container{
		margin: 5vh 0 0;
	}
}

@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    #general-container{
		margin: 7vh 0 0;
	}
}
@media (max-width: 992px) {
	.card {
		height: 280px;
	}
    h4.inicial {
        font-size: 17px;
    }
    h4 {
       font-size: 1rem;
    }
    .listaPasosTaxi .numero {
        width: 32px;
        max-width: 32px;
        font-size: 16px;
        margin: 0 12px 0 0;
    }
}

@media (max-width: 768px) {
	.card-text {
        font-size: .9rem;
    }
	.card-link {
        font-size: 1rem;
    }
	.card {
		height: 280px;
	}
	.header-img-container .heroImage3 {
		object-fit: cover;
		object-position: right top;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 580px) {

    .textoPasosTaxi{
        margin-top: 20px;
    }
	#general-container{
		margin: 7vh 0 0;
	}
	.header-img-container .overlay-hero {
		height: 80%;
	}
	.header-img-container .heroImage {
		max-height: 100%;
		height: 300px;
		object-position: center center;
	}	
	.header-text {
		left: 1rem;
		font-size: 1.8rem;
		gap: 0.3rem;
	}
	.header-text .oca-logo {
		font-size: 2rem;
	}
	.header-text .planes-text {
		font-size: 1.25rem;
	}
	.plans-container {
		max-width: 100%;
	}
	.card-text {
        font-size: .85rem;
    }
	.plans-container {
		padding: 24px 0;
	}
	.plans-title {
		margin: 0 0 16px;
	}
	.plans-container h5 br{
		display: block;
	}
	.plans-title {
		line-height: 1.35em;
	}
	.seccion.inicio p {
		font-size: 1rem;
		line-height: 1.4em;
	}
	h3 {
		font-size: 1.6rem;
		margin: 0 0 16px;
	}
	h5 {
		font-size: 1.4rem;
		margin: 0 0 16px;
		line-height: 1.35em;
	}
	.header-img-container h1 {
		font-size: .85rem;
	}
	.accordion-flush .accordion-item .accordion-button {
		font-size: .95rem;
	}
}

@media (max-width: 460px) {	
}	

@media (max-width: 390px) {	
}

@media (max-width: 375px) {	
	.header-img-container h1 {
        font-size: .8rem;
    }
}

@media (max-width: 890px) and (orientation: landscape) {
	#general-container {
        margin: 12vh 0 0;
	}
}

