@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700);
@font-face {
    font-family: 'gotham';
    src: url('./assets/fonts/Gotham-font-family/Gotham/Gotham-Black.otf');

    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: "Kode Mono Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 400 700;
	src: url(https://cdn.jsdelivr.net/fontsource/fonts/kode-mono:vf@latest/latin-wght-normal.woff2)
	  format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
	  U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
	  U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* Variables y estilos base */
  :root {
	--body-color: #010c15;
	--color-1: #26d0ce;
	--color-2: #d22222;
	--color-3: #c98bdf;
	--color-4: #e6089b;
	--color-5: #00ff99;
	--color-6: #006aff;
	--color-7: #ff0095;
	--border-colors: transparent 60%, var(--color-1);
	color-scheme: dark;
  }
html{

	scroll-behavior: smooth;
	box-sizing: border-box;

}
h1,h2{
	font-family: "gotham";
}

body {
	
    max-width: 100vw;
    width: 100vw;
    font-weight: 500 !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}




a:focus,

button:focus,

input:focus,

textarea:focus {

	text-decoration: none;

	outline: 0;

}

a:focus,

a:hover {

	text-decoration: none;

}

a,

i,

span {

	display: inline-block;

}

h1,

h2,

h3,

h4,

h5,


h1 {

	font-weight: 500;

}

h2 {

	font-size: 36px;

}

h3 {

	font-size: 28px;

}

h4 {
	font-size: 27px;
    font-weight: 700;
    color: #01253d;
	

}

h5 {

	font-size: 18px;

}

h6 {

	font-size: 16px;

}

ol,

ul {

	margin: 0;

	padding: 0;

	
	font-family: 'helvetica neue';
    font-weight: 300;

}

p {
	font-family: 'helvetica neue';
    font-weight: 300;
	font-size: 22px;


	line-height: 28px;

	color: #141414;

	margin: 0;

}
.program-description > p{
color: black;
}
.section-description,

.section-header,

.section-profile {

	background: #fff;

}

.offset-header {

	margin-left: 7%;

}

.bg_cover {

	background-color: #07294d;

	background-position: center center;

	background-size: cover;

	background-repeat: no-repeat;

	width: 100%;

	height: 100%;

}

.section-header-bg {

	position: relative;

	z-index: 2;

	overflow: hidden;



}

.section-header-left {

	text-shadow: 1px 1px 4px rgba(22, 25, 27);

	padding-left: 0;

	padding-right: 0;

	color: #fff;

}

.logo-unitec {

	position: relative;

    top: 12px;

    left: 823px;

}

.marketing-campaign h4 {

	font-size: 22px;

	background-color: #f9ed28;

	padding: 9px;

	max-width: 242px;

	color: #11365a;

	text-shadow: none;

}

.info-programa {

	position: relative;

	top: 185px;

}

.name-programa {

	margin-top: 12%;

	padding-bottom: 8px;

	border-bottom: 3px solid #fdd929;

}

.name-programa h3 {

	font-size: 30px;

	padding-bottom: 5px;

}

.info-mineducacion {

	padding: 15px 0;

	font-size: 15px;

}

.info-inscripcion {

	font-weight: 500;

	font-size: 21px;

}

.info-inscripcion:after {

	content: '';

	display: block;

	border-bottom: 1px solid #fff;

	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);

}

.section-form {

	z-index: 2;

}

@media (max-width: 575px) {

	.container-form-responsive {

		position: relative;

		top: 0;

		right: 0;

		padding: 0;

	}

	.formulario {

		border-radius: 0 !important;

		box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.5) !important;

	}

	.marketing-campaign h4 {

		font-size: 18px;

	}

	.info-programa {

		top: 180px;

	}

}

@media (min-width: 576px) {


}


@media (min-width: 576px) {



}


.formulario {

	max-width: 420px;

	background-color: #dfe3e6;

	padding: 30px 30px;

	border-radius: 20px;

	text-align: center;

	box-shadow: -1px 3px 18px 0 rgba(0, 0, 0, 0.5);

	border: 0.09em solid #11365a;

}

.head-form {

	padding-bottom: 10px;

	font-size: 20px;

}

.formulario p,

.formulario-list-courses p,

.send-list-courses {

	color: #01253d;

	font-weight: 500 !important;

}

.dc-list-icon,

.formulario label,

.formulario-list-courses label {

	color: #01253d;

}

.form-group {

	margin: 0;

	margin-bottom: 0.5rem;

}



.form-control {

	border-radius: 18px;

	background-color: rgba(255, 255, 255, 0.9);

	color: #39526e;

	border: 1px solid #07294d;

}

input::-webkit-input-placeholder {

	color: #01253d;

}

input::-moz-placeholder {

	color: #01253d;

}

input:-ms-input-placeholder {

	color: #01253d;

}

input:-moz-placeholder {

	color: #01253d;

}

.btradio {

	display: inline-flex;

	padding-left: 0;

	padding-right: 0;

}

.btcheck {

	text-align: left !important;

}

.btcheck a {

	display: contents;

}

.lbcheck.form-check-label.custom-control-label::before,

.lbradio.form-check-label.custom-control-label::before,

.one-line-lbcheck.form-check-label.custom-control-label::before,

.one-line-lbradio.form-check-label.custom-control-label::before {

	background-color: #fff;

	border: 1px solid #11365a;

}

.send {

	background-color: #01253d;

	width: 60%;

	display: block;

	margin: 0 auto;

	margin-top: 15px;

	border-radius: 10px;

	font-weight: 400;

	font-size: 16px;

	border: none;

	-webkit-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

}

.mensaje-separador,

.send:hover {

	background-color: #01253d;

}

@media (min-width: 576px) {

	.btcheck {

		text-align: center !important;

	}

	.lbradio.form-check-label.custom-control-label::after,

	.lbradio.form-check-label.custom-control-label::before {

		top: 0.75rem;

		left: -1.1rem;

	}

	.lbcheck.form-check-label.custom-control-label::after,

	.lbcheck.form-check-label.custom-control-label::before {

		top: 0.75rem;

		left: auto;

	}

	.one-line-lbradio.form-check-label.custom-control-label::after,

	.one-line-lbradio.form-check-label.custom-control-label::before {

		left: -1.1rem;

	}

}

.section-description {

	margin-top: 0;

	z-index: 1;

	position: relative;

}

.sub-container {

	padding: 0;

}

@media (max-width: 768px) {

	.mobile_terms{

		display: flex;

		flex-direction: column !important

		;

	}

	.description-slogan {

		padding: 10px 16px !important;

		font-size: 16px !important;

	}

	.box-download {

		margin-top: 10px;

		margin-left: 5%;

	}

	.download-submit {

		width: 220px !important;

		margin-left: 0 !important;

	}


}

.description-slogan {

    background-color: #f9ed28;
    padding: 20px 40% 20px 7%;
    font-size: 22px;
    color: #11365a;
    font-weight: 500;

}

.box-download,

.description-text-info {

	display: inline-block;

}

.description-text-info p {

	font-size: 18px;

	color: #010e17;

	text-align: justify;

}

.box-download {

	text-align: center;

}

.box-download a {

	display: block;

}

.box-download span {

	position: relative;

	left: 119px;

	pointer-events: none;

	bottom: 36px;

}

.download-submit {

	background-color: #fff;

	color: #11365a;

	border-color: #11365a;

	border: 2px solid #11365a;

	border-radius: 20px;

	font-size: 14px;

	padding: 8px 0;

	text-transform: uppercase;

	-webkit-transition: all 0.5s ease-out 0s;

	transition: all 0.5s ease-out 0s;

	width: 285px;

	font-weight: 500;

	cursor: pointer;

	margin-left: 6%;

}

.download-submit:hover {

	background-color: #11365a;

	color: #fff;

}

.download-submit:hover + span > img {

	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAAwElEQVRIie2USw7CIBBAJ8YrSNx4vR7Uxl/TlV14AO/hc+FoGvoB+aTG8HYFZh4wdEQKngAHoA6NX0W4HyJCRHzBj1Lj/wc4A8clxADBNY55XFEU8e+JgT3QAmZkzujcKe32Xskbfcidit4YHQNoQpNfpnZtCbqeuD82uA2NrWf7uuvfBDbAlSE3YBua16spjMhnpcnEltwpTSrWtWaqplnF3zCWd7EGsra+7yKyy3Fqzf3BPnFlL0gorTLkLbh5AmyAMRAF/oRQAAAAAElFTkSuQmCC) !important;

}

.block-box {

	padding: 0% 0%  0% 0%;

}



.block-box-title {

	margin: 30px 0;

	text-align: center;

	color: #01253d;

	font-size: 24px;

}

.block-background-box {

	background-color: #f1f1f3;

	border-radius: 8px;

	padding: 0 15px;

}

.info_box_row {

	padding-top: 30px;

	padding-bottom: 10px;

	overflow: hidden;

	margin-left: -15px;

	margin-right: -15px;

}

.box_column_container {

	padding-left: 0;

	padding-right: 0;

	float: left;

}

.box_column-inner {

	box-sizing: border-box;

	padding-left: 15px;

	padding-right: 15px;

	margin-bottom: 15px;

	width: 100%;

}

.box_start_class {

	text-align: center;

}

.box-img-icon {

	margin-bottom: 18px;

}

.box-img-icon i {

	font-size: 60px;

	color: #01253d;

}

.box-img-icon:hover i {

	color: #fcc700;

}

.box-title {

	color: #01253d;

	margin-bottom: 5px;

	font-size: 24px;
	font-weight: 700;

}

.box-info p {

	font-size: 20px;

	color: #010e17;

	line-height: 1.3em;

}

.subitem-row {

	padding: 0 7%;

}

.profile-title {

	padding-bottom: 20px;

	color: #01253d;

}

.profile-text li {

	position: relative;

	margin-bottom: 12px;

	line-height: 50px;

}

.profile-text i {

	color: #01253d;

	font-size: 18px;

}

.profile-detalle-text {

	display: inline-block;

	vertical-align: middle;

	line-height: normal;

}

.profile-detalle-text p {

	font-size: 17px;

	color: #010e17;

	line-height: 1.2;

}

.profile-video {

	width: 100%;

	height: 200px;

}

.profile-img {

	text-align: center;

	padding-top: 10px;

}

.profile-img img {

	height: auto;

}



.control-der i,

.control-izq i {

	font-size: 30px;

	color: #01253d;

}

@media (min-width: 576px) {

	.profile-img img {

		height: 200px !important;

	}

	.center-patern-v {

		height: 270px;

		display: table;

	}

	.center-children-v {

		vertical-align: middle;

		display: table-cell;

	}

}

.section-financiacion {

	margin-bottom: 30px;

}

.img_column_container {

	float: left;

	text-align: center;

	margin-bottom: 10px;

}

.img_column-inner {

	box-sizing: border-box;

	width: 100%;

	position: relative;

	display: block;

	overflow: hidden;

	border-radius: 10px;

}

.img_column-inner:after {

	background-color: rgba(7, 36, 56, 0.5);

	bottom: 0;

	content: '';

	left: 0;

	position: absolute;

	right: 0;

	top: 0;

}

.box-img {

	min-width: 300px;

	min-height: 150px;

}

.img_column-inner:hover .box-img img {

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

}

.img-financiacion {

	border-radius: 10px;

	max-width: initial;

	-webkit-transition: all 1s ease-out;

	transition: all 1s ease-out;

}

.box-financiacion {

	margin: 0 auto;

	position: absolute;

	top: 50%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

	width: 100%;

	z-index: 5;

	line-height: 1.2;

	color: #fff;

	padding: 0 5px;

}

.texto-financiacion {

	font-size: 24px;

	font-weight: 500;

	text-shadow: 1px 1px 2px rgba(22, 25, 27);

	margin-bottom: 6px;

}

.descripcion-financiacion {

	font-size: 16px;

	font-weight: 400;

	text-shadow: 1px 1px 2px rgba(22, 25, 27);

}

.footer-top {

	background-color: #28496a;

	padding-top: 10px;

	padding-bottom: 10px;

}

.footer-about {

	text-align: center;

	vertical-align: middle;

	display: table-cell;

}

.footer-about-logo img {

	max-width: 60%;

}

.footer-title h5 {

	font-size: 18px;

	color: #fff;

	margin-bottom: 5px;

}

.footer-address,

.footer-link {

	overflow: hidden;

	vertical-align: middle;

	display: table-cell;

	text-align: center;

}

.footer-table {

	display: table;

	height: 120px;

}

.footer-link ul {

	overflow: hidden;

}

.footer-link ul li {

	line-height: 32px;

	display: inline-block;

	margin-right: 15px;

}

.footer-link ul li a {

	width: 30px;

	line-height: 30px;

	font-size: 15px;

	color: #fff;

	border-radius: 50%;

	text-align: center;

	background-color: #01253d;

	-webkit-transition: all 0.4s linear;

	transition: all 0.4s linear;

}

.footer-link ul li a:hover {

	background-color: #fff;

	color: #021d3a;

	-webkit-transition: all 0.4s linear;

	transition: all 0.4s linear;

}

.footer-link ul li p {

	display: inline-block;

	color: #fff;

	margin-left: 10px;

}

.social-media {

	margin-left: 15px;

}

@media (max-width: 575px) {

	.footer-top {

		padding-top: 0;

		padding-bottom: 0;

	}

}

.footer-copyright {

	background-color: #000a29;

}

.footer-copyright .copyright p {

	color: #fff;

}

.footer-copyright .copyright p {

	line-height: 1.3em;

	font-size: 16px;

	letter-spacing: 0.05em;

}

.logo-thankyoupage {

	background-color: #01253d;

	text-align: center;

	padding: 10px 0;

}

.contactar .custom-control {

	margin: 0 auto;

	width: 40%;

}

.title-thankyoupage {

	margin: 30px 0;

	text-align: center;

	color: #01253d;

	font-size: 24px;

}

.texto-thankyoupage p,

.ubicacion p {

	font-size: 18px;

	color: #010e17;

	text-align: center;

}

.contactar .custom-checkbox .custom-control-input:checked ~ .one-line-lbcheck.custom-control-label::before {

	background-color: #01253d;

}

@media (min-width: 576px) {

	.contactar .custom-control {

		margin: 0 auto;

		width: 20%;

	}

}

.send-thankyoupage {

	width: 35%;

}

.marketing-thankyoupage {

	margin: 0 auto;

	width: 250px;

}

.thankyoupage_column_container {

	float: left;

	padding-right: 0;

	padding-left: 0;

}

.thankyoupage_column-inner {

	box-sizing: border-box;

	width: 100%;

	position: relative;

	display: block;

	overflow: hidden;

}

.links-thankyoupage {

	cursor: pointer;

	overflow: hidden;

	outline: 0;

	position: relative;

	color: #01253d;

	padding: 10px 20px;

	background: #f1f1f3;

	border-radius: 10px;

	border: none;

	line-height: 50px;

	width: 195px;

	transition: all 0.7s ease;

}

.links-icon-thankyoupage i {

	font-size: 22px;

}

.links-text-thankyoupage {

	width: 75%;

}

.icon-list-courses,

.links-icon-thankyoupage,

.links-text-thankyoupage,

.text-list-courses {

	display: inline-block;

	vertical-align: middle;

	line-height: normal;

}

.links-thankyoupage:hover {

	background: #01253d;

	color: #fff;

}

.links-thankyoupage:hover p {

	color: #fff;

}

.congratulations {

	height: 200px;

	margin-top: 100px;

	font-size: 24px !important;

}

.section-courses-head {

	background: #fff;

}

.banner-programas,

.banner-programas img {

	width: 100%;

}

.show-mobile-block {

	display: block;

}

.show-sm-block {

	display: none;

}
@media (width < 600px){
	input[type="checkbox"]{
		width: 24px !important;
	}
	#text-description{
		padding: 1rem;
	}
	.download-submit {
		width: 100% !important;
	}
	.offset-header{
		margin-left: 0px !important;
	}
	.carousel-control-prev{
		left: -5%;
	}
	.carousel-control-next{
		right: -5%;
	}
	.block-background-box {
		width: 86vw !important;
	}

	}
	.numero{
		font-size: 15px !important;
	}
	#botones_animados{
		width: 100%;
        left: 4% !important;
	}
	.box-3{
		width: 20% !important;
	}

@media (min-width: 576px) {

	.show-mobile-block {

		display: none;

	}

	.show-sm-block {

		display: block;

	}

	.texto-promocional p {

		padding: 18px 8% !important;

	}

	.formulario-list-courses {

		box-shadow: -1px 3px 18px 0 rgba(0, 0, 0, 0.5) !important;

	}

}

.send-list-courses,

.texto-promocional {

	background-color: #f9ed28;

}

.texto-promocional p {

	padding: 10px 4%;

	font-size: 22px;

	color: #11365a;

	text-align: center;

}

.description-list-courses h4 {

	text-align: center;

	color: #01253d;

	font-size: 24px;

}
.hs-form-required{
	display: none !important;
}

.description-list-courses p {

	font-size: 20px;

	color: #010e17;

	text-align: justify;

}

.box_counter_column {

	box-sizing: border-box;

	width: 100%;

	text-align: center;

}

.box_counter {

	position: relative;

	background: #f1f1f3;

	color: #01253d;

	padding: 10px 18px;

	border-radius: 10px;

	width: 90%;

	transition: all 0.7s ease;

}

@media (min-width: 992px) {

	.text-list-courses {

		width: 60% !important;

	}

	.margin-circle-dot {

		height: 25px !important;

		width: 25px !important;

		border-radius: 50%;

		margin: -4px auto;

	}


}

.text-list-courses {

	width: 100%;

}

.icon-list-courses i {

	font-size: 45px;

}

.text-list-courses .text-list-courses-cifras {

	font-size: 36px;

	font-weight: 500;

	color: #01253d;

	text-align: center;

}

.text-list-courses .text-list-courses-info {

	font-size: 16px;

	line-height: 1.2rem;

	text-align: center;

}

.box_counter:hover,

.dc-list .dlc-option li:hover {

	background: #01253d;

	color: #fff;

}

.box_counter:hover .text-list-courses-info {

	color: #fff;

}

.box_counter:hover .text-list-courses-cifras {

	color: #fdd929;

}

.formulario-list-courses {

	max-width: 420px;

	background-color: #e9ecef;

	border-radius: 1.25rem;

	text-align: center;

	border: 2px solid #01253d;

}

.head-formulario-list-courses {

	background-color: #e8e8e8;

	border-radius: calc(1.25rem - 4px) calc(1.25rem - 4px) 0 0;

	padding: 15px;

}

.head-formulario-list-courses p {

	color: #fff;

	font-size: 24px;

}

.send-list-courses {

	width: 80%;

	font-size: 18px;

	height: 45px;

}

.dc-list {

	position: relative;

	outline: 0;

}

.dc-list-text {

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	cursor: pointer;

}

.dc-list-icon {

	position: absolute;

	right: 5%;

	top: 5px;

	pointer-events: none;

}

.dlc-option {

	z-index: 2;

	position: absolute;

	width: 100%;

	overflow-y: scroll;

	height: 375px;

	color: #01253d;

	background-color: #cdd4dc;

	display: none;

}

.dlc-option li {

	padding: 5px 10px;

	transition: all 0.2s ease-in-out;

	cursor: pointer;

	line-height: 20px;

	border-bottom: 1px solid #fff;

}

.dlc-option li:last-child {

	border-bottom: none;

}

.dlc-option::-webkit-scrollbar {

	width: 5px;

}

.dlc-option::-webkit-scrollbar-track {

	background-color: rgb(1, 37, 61, 0.4);

}

.dlc-option::-webkit-scrollbar-thumb {

	background-color: rgb(1, 37, 61, 0.8);

}

.nav-tabs {

	border-bottom: 2px solid #ced4da;

}

.nav-pills .nav-link {

	color: #01253d;

	transition: all 0.5s ease;

	border: none;

	border-bottom: 3px solid transparent;

	font-size: 22px;

}

.nav-pills .nav-link.active,

.nav-pills .show > .nav-link {

	background-color: #01253d;

	border-color: #01253d;

	border-radius: 12px 12px 0 0 !important;

}

.nav-tabs .nav-link:hover {

	border-color: #01253d;

}

.tab-content > .active {

	background-color: #f1f1f3;

	transition: all 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);

}

.margin-circle-dot {

	height: 5px;

	width: 35px;

}

.dot-1 {

	background-color: #e9ecef;

}

.dot-2 {

	background-color: rgb(233, 236, 239, 0.8);

}

.dot-3 {

	background-color: rgb(233, 236, 239, 0.6);

}

.dot-4 {

	background-color: rgb(233, 236, 239, 0.4);

}

.mensaje-separador-texto {

	font-size: 21px;

	font-weight: 500;

	color: #01253d;

	padding: 10px 18px;

	background-color: #dee2e6;

	border-radius: 10px;

	margin: auto 1.5rem;

}



@media (min-width: 360px) {

	

}




.box-download {

    text-align: center;

}

.box-download, .description-text-info {

    display: inline-block;

}

@media (min-width: 576px){

	.col-sm-5{

		max-width: 32.666667% !important;

	}

}


/* Contenedor del formulario */
.hbspt-form {
	background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
    max-height: 664px;
}

/* Título del formulario */
.hbspt-form h1 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* Agrupación de campos nombre y apellido en una fila */
.hs_firstname.hs-form-field,
.hs_lastname.hs-form-field {
    display: block; /* Mostrar en línea */
    width: 98%; /* Ocupar 48% del ancho cada uno */
}


/* Agrupación de Tipo de documento y Número de documento */
.hs_tipo_de_documento.hs-form-field,
.hs_numero_de_documento.hs-form-field {
    display: inline-block; /* Mostrar en línea */
    width: 48%; /* Ocupar 48% del ancho cada uno */
}

.hs_numero_de_documento.hs-form-field {
    margin-left: 4%; /* Separación entre los dos campos */
}

/* Campos de entrada */
.hbspt-form input.hs-input, 
.hbspt-form select.hs-input {
    width: 100%; /* Ocupar todo el ancho del contenedor */
    padding: 12px 15px; /* Espaciado interno */
    margin-bottom: 8px; /* Separación entre campos */
    border-radius: 30px; /* Bordes redondeados */
    border: 0px solid #ccc; /* Borde gris */
    font-size: 1rem;
    background-color: #f9f9f9; /* Fondo gris claro */
	color: black;
}

/* Label del formulario */
.hbspt-form label span {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    color: #666; /* Texto gris */
    margin-bottom: 5px;
}

/* Estilo del botón de enviar */
.hbspt-form input.hs-button {
    width: 100%;
    background-color: #ffcc00; /* Fondo amarillo */
    color: #010041; /* Texto blanco */
    border: none; /* Sin bordes */
    padding: 15px;
    border-radius: 30px; /* Bordes redondeados */
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
	
    font-family: 'gotham';
}

/* Cambia el color del botón al pasar el mouse */
.hbspt-form input.hs-button:hover {
    background-color: #f2b600; /* Fondo más oscuro */
}

/* Checkbox de consentimiento */
.hbspt-form .hs-form-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Texto del consentimiento */
.hbspt-form .hs-form-checkbox label {
    font-size: 0.8rem;
    margin-left: 10px;
    color: #666;
}

/* Ajustes del campo de teléfono con código de país */
.hs-input.hs-fieldtype-intl-phone {
    display: flex;
    align-items: center;
	margin-bottom: 8px;
}

.hs-input.hs-fieldtype-intl-phone select {
    flex: 1;
    margin-right: 10px;
    max-width: 100px;

}

.hs-input.hs-fieldtype-intl-phone input[type="tel"] {
    flex: 3;
    padding: 12px;
    border-radius: 30px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

.hs-input[type="checkbox"] {
	display: inline-block;
    width: 5% !important;
    position: relative;
    left: 7%;
}





/* Estilo del mensaje de error (si es necesario) */
.hbspt-form .hs-error-msgs label {
    color: #d9534f; /* Rojo */
    font-size: 0.8rem;
}


.bg-unitec{
	background-color: #000a29;
  }



.hs-input[type="checkbox"] {
	left: 1%;
}
.numero{
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 52px;
    font-weight: 800;
    font-family: sans-serif;
    color: #ffffff;
    position: absolute;
    transform: rotate(-180deg);
    mix-blend-mode: screen;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid white;

}
.color_fondo{
	transition: .2s;
	transform-origin: bottom;
	position: absolute;
	display: block;
   height: 0%;
	width: 100%;
	background-color:  transparent;
}  



.box-3 {
	height: 33.33%;
	width: 100%; 
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
  }
  
  .box-1 { background-color: #FF6766; }
  .box-2 { background-color: #3C3C3C; }
  .box-3 { background-color: #f9ed28; }
  
  .btn-landing {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
  }
  
  /* 
  ========================
		BUTTON ONE
  ========================
  */
  .btn-landing-one {
	color: #FFF;
	transition: all 0.3s;
	position: relative;
  }
  .btn-landing-one span {
	transition: all 0.3s;
  }
  .btn-landing-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
	transform: scale(0.1, 1);
  }
  .btn-landing-one:hover span {
	letter-spacing: 2px;
  }
  .btn-landing-one:hover::before {
	opacity: 1; 
	transform: scale(1, 1); 
  }
  .btn-landing-one::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
  }
  .btn-landing-one:hover::after {
	opacity: 0; 
	transform: scale(0.1, 1);
  }
  
  
  /* 
  ========================
		BUTTON TWO
  ========================
  */
  .btn-landing-two {
	color: #FFF;
	transition: all 0.5s;
	position: relative; 
  }
  .btn-landing-two span {
	z-index: 2; 
	display: block;
	position: absolute;
	width: 100%;
	height: 100%; 
  }
  .btn-landing-two::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.1);
  }
  .btn-landing-two::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.1);
  }
  .btn-landing-two:hover::before {
	transform: rotate(-45deg);
	background-color: rgba(255,255,255,0);
  }
  .btn-landing-two:hover::after {
	transform: rotate(45deg);
	background-color: rgba(255,255,255,0);
  }
  
  
  /* 
  ========================
		BUTTON THREE
  ========================
  */
  .btn-landing-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
  }
  .btn-landing-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
  }
  .btn-landing-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
  }
  .btn-landing-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
  }
  .btn-landing-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
  }
  .btn-landing > span{
	font-size: 19px;
    color: #11365a;
  }

  @media (width < 800px){
	.btn-landing > span {
		font-size: 11px;
	}
	#botones_animados{
		width: 35rem;
        left: 1% !important;
        top: 67% !important;
	
	
	}
	#botones_animados > .box-3{
		width: 33%;
	}
	.btn-landing{
		width: 100%;
	}
	.numero{
		font-size: 26px;
		
	}

	
		}
	
		@media (width > 900px){

			.bg_cover{

				background-size: contain;
		
		}
	

		}

	

		
			@media (width < 800px){
		
					
						.download-submit {
							width: 100% !important;
						}
						.block-background-box{
							width: 100% !important;
						}
		
			}	
		
			
		
		
		
		
		
		@media (width < 500px){
		.btn-landing > span{
			font-size: 9px;
		}
		#btn_wssp > img{
			width: 8px !important;
		}
		.btn-landing {
		line-height: normal;
			height: 30px;
			text-align: center;
			
			cursor: pointer;
		}
			#botones_animados {
			  top: 54% !important;
			  left: 4% !important;
        width: 69vw;
        height: 50%;
        flex-direction: column;
    
			}
			#botones_animados > .m-3{
				margin: 4px !important;
			}
			#botones_animados > .box-3{
				width: 33% !important;
			}
		
		
		}

		b, strong {
			font-weight: 800 !important;
		}

		.modal-header{
			justify-content: space-evenly !important;
		}



		/* Estilos iniciales del header */
header {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Estilo sticky cuando haces scroll */
.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 50%); /* Fondo semitransparente */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra cuando está sticky */
    transition: background-color 0.3s ease;
}

/* Ajustes cuando el header está en modo transparente */
.sticky.transparent {
    background-color: transparent;
}

/* Para el logo blanco cuando es sticky */
.logo-normal {
    display: block;
}

.logo-white {
    display: none;
}

.sticky .logo-normal {
    display: none;
}

.sticky .logo-white {
    display: block;
}


 .program-details{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 3;
    grid-row: 2 / 4;
 } 
 .download_content{
	display: flex;
	justify-content: center;
	font-family: gotham;
	width: 100%;
	height: 40px;
	grid-column: 1 / 2;
	max-height: 40px;
	margin: 1rem;
 }
.program-info{
	display: grid;
	grid-template-columns: 50vw 50vw;
}
#description_text{
	grid-column: 1/2;
}
.program-description{ grid-column: 1/2;}
.slider{
	grid-column: 1 / 3;
}
#content-for-you{
	grid-column: 1 / 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#text_desc{
	grid-column: 1/4;
}
#card_1{
	grid-column: 1/2;
}#card_2{
	grid-column: 2/3;
}
#card_3{
	grid-column: 3/4;
}

.card-text{
	z-index: 3;
	color: white;
}
.card:hover{
	transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
	&:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: -16px;
		right: -16px;
		background: #00838d;
		height: 32px;
		width: 32px;
		border-radius: 32px;
		transform: scale(2);
		transform-origin: 50% 50%;
		transition: transform 0.15s ease-out;
	  }
	
	  &:hover:before {
		transform: scale(2.15);
	  }
}
.info-aspirant{
    grid-column: 1 / 2;
    grid-row: 8 / 9;
}
.info-aspirant_Posgrado{
    grid-column: 2 / 3;
    grid-row: 8 / 9;
}
.custom-image-container {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.custom-img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-highlight-circle {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 4px solid yellow;
    border-radius: 50%;
    pointer-events: none;
    transform: rotate(10deg); /* Puedes ajustar el ángulo según te guste */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.text-wrap > p {
	color: #3d3d3d !important;

}
.card {
	width: auto;
	margin: 2rem;
	
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 20px;
  }
  
  .card h2 {
	z-index: 1;
	color: #fff;
	font-size: 1em;
  }
.card > *{
	color: #fff;
}
  
  .card::before {
	content: '';
	position: absolute;
	width: 160px;
	
	height: 160%;
	
	
  }
/* Pantallas pequeñas como tablets en modo retrato (768px - 991px) */
/* Pantallas pequeñas como tablets en modo retrato (hasta 991.98px) */
@media (max-width: 991.98px) {

    .hs-input[type="checkbox"] {
        left: 0%;
    }
    .Desktop {
        display: none;
    }
    .custom-control {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .Mobile {
        display: block;
    }

    .video-form-container {
        position: relative;
        padding-bottom: 300px;
    }
    .video-wrapper {
        position: relative;
        z-index: 1;
    }
    .form-wrapper {

      
    }
    .container-fluid.Mobile {
        margin-bottom: 20px;
    }
}

/* Pantallas medianas (768px - 991px) */
@media (max-width: 767.98px) {

    .video-form-container {
        padding-bottom: 200px;
    }
    .contador {
        position: relative;
       
    }
}

/* Pantallas pequeñas como móviles en modo retrato (hasta 575.98px) */
@media (max-width: 575.98px) {
	.contador {
		width: 100%;
		margin: 0 0;
	
		height: 100%;
	}
    
    .video-form-container {
        padding-bottom: 150px;
    }
    .custom-control {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Pantallas grandes (mínimo 992px) */
@media (width > 992px) {
	#why_eli {
        grid-column: 1 / 5;
    }
	#only_mobile{
		display: none;
	}

	.hbspt-form {
		max-width: 480px;
	}
    .Mobile {
        display: none;
    }
    .form-wrapper {
		position: absolute;
		top: 1%;
        z-index: 8;
        width: 100%;
        height: 100%;
    }
    .customForm-Hubsput > p{
		width: 100%;
		height: 100%;
	}
    .Desktop {
        display: block;
    }
    .contador {
        position: absolute;
		left: 56%;
		width: calc(46vw - 7%);
    }
}
#description_text{
	
		display: flex;
		/* justify-content: center; */
		align-items: center;
		padding-top: 2rem;
		flex-direction: column;
	}

@media (width > 1280px){
	#why_eli{
		grid-column: 1 / 3;
		margin-top: calc(4vw + 4px);
	}
	
	
#INFO_ID{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program-info {
    display: grid;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: auto;

}
.program-details {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-column: 2/ 3;
    grid-row: 1 / 5;

}
	.program-description {
		grid-column: 1 / 2; /* La descripción ocupará todo el ancho */
		grid-row: 2 / 5; 
	}
	#description_text{
		grid-column: 1 / 2;
		padding: 1rem 1rem 1rem;
	}
	.download_content{
		grid-row: 4/5;
    grid-column: 1/2;
	height: 100%;
	}

	
}


@media (width < 1280px){
	
	.program-info{
		display: grid;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: auto auto auto;
    grid-gap: 20px;
	background: white;

	}
	.program-details {
		display: grid;
				grid-gap: 20px;
				grid-column: 1 / 3;
				grid-row: 3 / 4;
				grid-template-columns: repeat(4, 1fr);
	}
	.program-description {
		grid-column: 1 / 3;
	}
}
@media (width < 992px) {
	#why_eli {
		grid-column: 1 / 2;
	}
	.card {
		margin: 0;
		margin-bottom: 2rem;
	}
	#card_1 {
		grid-column: 1 / 4;
	}
	#card_2 {
		grid-column: 1 / 4;
	}
	#card_3 {
		grid-column: 1 / 4;
	}
	#content-for-you{
		grid-column: 1/3;
		grid-row: 7/8;
	}
	.form-wrapper{
		position: relative;
	}
	
	.hbspt-form input.hs-input , .hs-form select.hs-input {
		box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.1);
	}
    .program-description {
		grid-row: 2/3;
        grid-column: 1 / 3;
    }
	.download_content{
		height: 100%;
		grid-column: 1/3;
    grid-row: 3/4;
	}
	#description_text {
	grid-column: 1/3;
	}	
	
}


@media (width < 880px) {
	.info-aspirant_Posgrado {
		grid-column: 1 / 2;
		grid-row: 9 / 10;
	}
	.program-info {
        grid-template-columns: 100%;
		padding: 1rem;
    }
	.program-description{
		grid-column: 1/2;
	}
	.logo-normal {
		max-width: 110px;
	}
	.logo-white{
		max-width: 110px;
	}
	.program-details {
        grid-template-columns: 1fr;
        grid-column: 1 / 2;
		grid-row: 3 / 4;}
	.slider{
		grid-column: 1 / 2;
		grid-row: 5/6;
	}
	#content-for-you {
        grid-column: 1 / 2;}
.download_content{
	grid-column: 1/2;
	grid-row: 4/5;
    height: 90%;
}

	#description_text {
	grid-column: 1 / 2;
}
.hbspt-form {
	box-shadow: none;
}
}


@media (width < 600px) {




}

/* Pantallas con altura ajustada (menos de 800px de alto) */
@media (max-height: 800px) {
 
    .video-form-container {
        padding-bottom: 400px;
    }
}







.detail-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-description > p{
	text-align: justify;
}
.text-blue{
	color: #01253d;
}
#description_text::after {
    background-color: #ffcc00;
    content: "";
    display: block;
    height: 4px;
    margin: 10px 0 15px 0;
    padding: 0 0 0 0;
    width: 130px;
}

.logo-white{
	max-width: 156px;
}
.logo-normal{
	max-width: 160px;
}


.slider {

	width: 100%;
	overflow: hidden;
  }
  
  .slider .move {
	display: flex;
	width: calc(250px * 9);
	animation: animacion 14s linear infinite;
  }
  
  @keyframes animacion {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(calc(-250px * 5));
	}
  }
  
  .slider .box {
	height: 200px;
	width: 250px;
	margin: 1rem;
  }
  
  .box > img{
	width: 250px;
	height: 200px;
  }
  

  .download_content > a{
	width: 80%;
	color: #01253d;
  }
  .description_text_class::after{
    background-color: #ffcc00;
    content: "";
    display: block;
    height: 4px;
    margin: 10px 0 15px 0;
    padding: 0 0 0 0;
    width: 130px;

}
.description_text_class{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


  
  #only_mobile{
	background-color: white;
  }

  .container_card{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items:center;

  }
  .rounded-2{
	border-radius: 1.25rem !important;
  
  }
  
 
  
  #card_1 > .card::before{
	background-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0));
	animation: rotBGimg 10s linear infinite;
	transition: all 0.2s linear;

  }
  #card_1 > .card{
	background: #07182E;
  }
  #card_1 > .card::after{
	background: #07182E;
  }
  #card_2 > .card::before{
	background-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0));
	animation: rotBGimg 12s linear infinite;
	transition: all 0.2s linear;
  }
  #card_2 > .card{
	background: #07182E;
  }
  #card_2 > .card::after{
	background: #07182E;
  }
  #card_3 > .card::before{
	background-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0));
	animation: rotBGimg 14s linear infinite;
	transition: all 0.2s linear;
  }
  #card_3 > .card{
	background: #07182E;
  }
  #card_3 > .card::after{
	background: #07182E;
  }
  @keyframes rotBGimg {
	from {
	  transform: rotate(0deg);
	}
  
	to {
	  transform: rotate(360deg);
	}
  }
  
  .card::after {
	content: '';
	position: absolute;

	inset: 5px;
	border-radius: 15px;

	
  }
  .bg-gray{
	
    background-color: #ebebeb;

  }

/* Footer general */
.custom-footer {
    background-color: #000a29;
    padding: 20px 0;
    color: white;
 
}

.logo-text-container {
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

.unitec-logo {
    width: 300px;
    height: auto;
    margin-right: 20px;
}

.unitec-text {
    font-size: 18px;
    font-weight: 400;
}

.unitec-text strong {
    font-size: 22px;
    font-weight: bold;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
	justify-content: flex-start;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}


.instagram {
    background-image: url('/wp-content/uploads/2024/10/Instagram_icon.png.webp');
}

.facebook {
    background-image: url('/wp-content/uploads/2024/10/Facebook_Logo_(2019).png');
}

.linkedin {
    background-image: url('/wp-content/uploads/2024/10/linkedin.png');
}



.spotify {
    background-image: url('/wp-content/uploads/2024/10/Spotify_Primary_Logo_RGB_Green.png');
}
.twitter {
    background-image: url('/wp-content/uploads/2024/10/Twitter_new_X_logo.png');
}
