@charset "UTF-8";
body {
  font-family: 'DM Sans', sans-serif;
  background-color: #FFFFFF;
  color: #3a3a3a;
}
.bg-gris {
  background-color: #f6f8fa;
}
.section-highlight h5 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #006ED2;
  margin-bottom: 1rem;
}
.container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.feature-btn {
  background-color: #FFFFFF;
  color: #6c757d;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.375rem;
  min-width: 190px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #ffffff50;
  padding: 8px;
  min-height: 130px;
  transition: all ease-in-out .3s;
}
.feature-btn:hover {
    background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #006ED2;
    transition: all ease-in-out .3s;
}
.feature-btn.active, .feature-btn:focus {	
  background-color: #006ED2;
  color: #FFFFFF;
  border: 1px solid #006ED2;
  transition: all ease-in-out .3s;
}
.feature-btn .fa-star {
  font-size: 1.5rem;
}
.feature-btn span {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
}
button i svg {
    fill: #263240;
    width: 30px;
    height: auto;
    transition: all ease-in-out .3s;
    margin-top: 8px;
    margin-bottom: 8px;
}
button i svg#tokeIco {
    
    width: 60px;
}
button:hover i svg {
    fill: #006ED2;
    transition: all ease-in-out .3s;
}
button.active i svg, button:focus i svg {
    fill: #FFFFFF;
    margin-top: 8px;
    margin-bottom: 16px;
    transition: all ease-in-out .3s;
}
.plans-title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #006ED2;
  margin: 0 0 32px;
  text-align: left;
}
h4.plans-title {
  color: #263240;
}
.info-list {
  font-size: 1rem;
  color: #6c757d;
  margin-top: 2rem;
  margin-bottom: 0;	
}
.info-list li {
  margin: 1.25rem 0;
}
.info-list li:last-child {
  margin: 1.25rem 0 0;
}
.info-list li svg {
  margin-right: 0.5rem;
  color: #6c757d;
}
.tutorials-section h6 {
  font-weight: 700;
  font-size: 1rem;
  color: #006ED2;
  margin-bottom: 1rem;
}
p {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #263240;
	
}
.header-logo .oca-logo {
  width: 20vw;
  max-width: 270px;
  min-width: 180px;
  height: auto;
}
.video-placeholder {
  background-color: #27323f;
  border-radius: 0.25rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-placeholder .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  opacity: 0.9;
}
h2 {
  font-size: 1.2rem;
  margin: 0 0 24px;
  font-weight: 500;
  line-height: 1.2em;
  color: #263240;	
}
.products-section {
  background-color: #f8fafd;
  padding: 0 0 64px 0;
}
.products-section h6 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.product-card {
  background-color: white;
  border-radius: 0.375rem;
  padding: 1rem;
  font-size: 0.75rem;
  color: #6c757d;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-productos.container-fluid {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 1420px;
}
.product-card strong {
  font-weight: 700;
  font-size: 0.875rem;
  color: #212529;
}
.productos p {
    font-size: .8rem;
}
.productos h5 {
    font-size: 1rem;
}
.productos a.link {
    display: block;
    font-size: 1rem;
    font-weight: 500;
}
.product-card .fa-star {
  color: #6c757d;
  float: right;
  margin-top: -1.25rem;
}
.product-card a {
  font-weight: 600;
  font-size: 0.75rem;
  color: #3a00b7;
  text-decoration: none;
}
.product-card a:hover {
  text-decoration: underline;
}
a.card-link {
    font-weight: 700;
    font-size: .9rem;
    color: #030097;
    text-decoration: none;
}
a.card-link:hover {
	color: #030097;
    text-decoration: underline;
}
.productos .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.productos .row img{
    width: 200px;
	margin: 0;
}
.col-producto h5 {
	text-align: center;
}
.col-producto p {
	text-align: center;
}
.col-producto a.card-link {
	text-align: center;
	margin: auto;
}
.secundario-flex {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.col-producto a.link {
	text-align: center;
	margin: auto;
}
/*.wrapp-menu {
    display: flex;
	flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: visible;
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin: 0 0 10px;
}*/
.wrapp-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
  -ms-overflow-style: -ms-autohiding-scrollbar; 
}
.gap-3 {
    gap: .85rem !important;
}
.mt-pf {
    margin: 12px auto 0;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 0;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
ul.listado-arrow {
    list-style-image: url(../img/bullet-arrow.svg);
    padding-left: 1.25rem;
    margin: 1.75rem 0 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;
}
.accordion-body p{
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.3;
}
.wrapp-menu::-webkit-scrollbar {
    display: none;
}
.plans-container.mobile-cont {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 48px 0;
}
.plans-container.mobile-cont h1 {
    margin-left: 0;
}

@media (max-width: 1280px) {
	.feature-btn {
		min-width: 170px;
	}
}	
@media (max-width: 1090px) {
/*.wrapp-menu {
	display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: hidden;
    overflow-x: visible;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 0 0 10px 5%;
}*/
.col-producto {
	margin-bottom: 20px;
}
.feature-btn {
    min-width: 130px;
    min-height: 110px;
}
.feature-btn span {
    font-size: 11px;
    min-height: 30px;
}
button i svg {
    width: 25px;
    margin-top: 8px;
    margin-bottom: 4px;
}
button.active i svg, button:focus i svg {
	margin-top: 8px;
	margin-bottom: 8px;
}	
/*.feature-btn.ultimo {
    margin-right: 5%;
}*/	
}
@media (max-width: 992px) {
	.col-producto a.link {
		margin: 0;
	}
	.col-producto {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.secundario-flex {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: flex-start;
		padding: 0 0 0 10px;
	}
	.col-producto h5 {
		text-align: left;
	}
	.col-producto p {
		text-align: left;
	}
	.col-producto a.card-link {
		text-align: left;
		margin: 0;
	}
	.productos p {
        min-height: auto;
    }
	.productos .row img {
		width: 200px;
		margin: 0;
	}
	.col-producto {
		margin-bottom: 8px;
	}
	.feature-btn {
		background-color: #ffffff;
	}
	.gap-3 {
		gap: .7rem !important;
	}
	.productos .col-lg-4 {
        margin-bottom: 0;
    }
}
@media (max-width: 790px) {
.wrapp-menu {
    padding-left: 5%;
	padding-right: 5%;
}
.plans-container.mobile-cont {
    width: 100%;
    max-width: 100%;
}
.plans-container.mobile-cont h1 {
    margin-left: 5%;
}
.feature-btn:hover {
	color: #6c757d;
}
button:hover i svg {
    fill: #263240;
}	
.feature-btn.active, .feature-btn:focus {	
  background-color: #006ED2;
  color: #FFFFFF;
  border: 1px solid #006ED2;
  transition: all ease-in-out .3s;
}
button.active i svg, button:focus i svg {
    fill: #FFFFFF;
	transition: all ease-in-out .3s;
}		
}
@media (max-width: 580px) {
  .feature-btn {
    width: 6.5rem;
    height: 5.5rem;
    font-size: 0.6rem;
  }
  .feature-btn .fa-star {
    font-size: 1.25rem;
  }
  .product-card {
    font-size: 0.65rem;
  }
  .product-card strong {
    font-size: 0.75rem;
  }
   .productos .row img {
    width: 160px;
    margin: 0;
  }
    .feature-btn {
        min-width: 100px;
        min-height: 94px;
    }	
	.feature-btn span {
        font-size: 9px;
        min-height: 30px;
    }
	button i svg {
		width: 26px;
		margin-bottom: 2px;
		margin-top: 8px;
	}
	button.active i svg, button:focus i svg {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.gap-3 {
		gap: .6rem !important;
	}
	.productos .col-lg-4 {
        margin-bottom: 24px;
    }
	.header-img-container .heroImage1 {
        object-position: center center;
  }
	.header-img-container .heroImage2 {
        object-position: 80% center;
  }
	h2 {
		font-size: 1.1rem;
	}
	.mobile-cont {
		padding: 24px 0	14px;
	}
	.plans-container.mobile-cont {
	  padding: 28px 0 34px;
	}
	.plans-title {
	  margin: 0 0 20px;
	}
	.header-img-container .heroImage3 {
		object-fit: cover;
		object-position: right top;
	}
}
@media (max-width: 430px) {
   .productos .row img {
    width: 140px;
    margin: 0;
  }
   .gap-3 {
    gap: .5rem !important;
  }

}
@media (max-width: 375px) {
   .productos .row img {
    width: 130px;
    margin: 0;
  }
}