/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* font-family: "Open Sans", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
 /* font-family: "Heebo", sans-serif; */

* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html,
body {
	width: 100%;
	overflow-x: hidden;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Heebo", sans-serif;
	font-weight: normal;
}
body {
	background: #fff;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:hover {
	text-decoration: none;
}
p {} h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
	color: #020817;
}
h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #020817;
}
h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #020817;
}
h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #020817;
}
h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #020817;
}
h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #020817;
}
p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-left: 0;
	padding-bottom: 20px;
	counter-reset: listitem;
}
ol li {
	list-style: none;
	position: relative;
	padding-left: 34px;
}
ol li::before {
	counter-increment: listitem;
	content: counters(listitem, '.')'.';
	color: #7E3790;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	left: 0;
}
li {
	font-weight: normal;
	font-size: 16px;
    line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
.btn-transparent {
    background: transparent;
    color: #f8fafc;
    font-size: 14px;
    min-width: 201px;
    min-height: 44px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 32px;
    font-weight: 600;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    border-radius: 10px;
}
.btn-transparent:hover {
	color: #f8fafc;
}
.btn-white {
    background: #f1f5f9;
    color: #0f172a;
}
.btn-white:hover {
    background: hsl(210 40% 96.1% / .8);
    color: #0f172a;
}
.btn-yellow {
    background: #ffc107;
    color: #000000;
}
.btn-yellow:hover {
    background: #ffc10787;
    color: #000000;
}

/** ================== // BANNER CSS START // ================== **/
.home-banner-section {
	height: 604px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.home-banner-section div {
	height: 100%;
}
.home-banner-bg {
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.slider-content-absolute {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform: initial;
    left: 0;
    right: 0;
    overflow: hidden;
    /* height: auto !important; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.slider-content-absolute .container {
	height: auto !important;
}
.slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: normal;
	opacity: 0.8;
}
.banner-content {
    height: auto !important;
    text-align: left;
    padding-top: 130px;
}
.banner-content span {
	color: #0f172a;
    font-size: 14px;
    line-height: 20px;
    background: #f1f5f999;
    padding: 4px 12px;
	border-radius: 20px;
	display: inline-flex;
	font-weight: 400;
}
.banner-content h1 {
    position: relative;
    margin: 31px 0px 0px;
    font-weight: 700;
}
.banner-content h4 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 36px;
    color: #64748b;
    font-weight: 500;
    margin: 2px 0px 0px;
}
.banner-content .heading-slider p {
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    background: #0000004d;
    padding: 17px 16px 16px;
    margin: 20px 0px 0px;
    max-width: 672px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 1px rgb(0 0 0 / .05);
}
.banner-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 32px;
	gap: 12px;
}

/** ================== // BANNER CSS END  // ================== **/

/** ================== // LANDING COUNT SECTION CSS START // ================== **/
.landing-count-section {
    padding: 2.5rem 0;
}
.countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
	width: 100%;
}
.landing-count-col {

}
.landing-count-col-info {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}
.landing-count-data {
    color: #020817;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
	letter-spacing: -.025em;
	text-align: center;
	display: block;
}
.landing-count-content {
    color: #64748b;
    text-align: center;
    margin: 4px 0px 0px;
    line-height: 24px;
	width: 100%;
	display: block;
}
/** ================== //  LANDING COUNT SECTION CSS END // ================== **/


/** ================== // WHY ATTENT SECTION CSS START // ================== **/
.why-attent-section {
    padding: 4rem 0px;
}
.why-attent-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 0px -16px;
}
.why-attent-left, .why-attent-right {
    width: 50%;
	padding: 0px 16px;
}
.why-attent-left-info, .why-attent-right-info {
    border: 1px solid #e2e8f0;
    padding: 27px 24px 22px;
    border-radius: 12px;
}
.attent-operativa-point ul {
    padding: 0px;
    margin-top: 16px;
    list-style: none;
}
.attent-operativa-point ul li {
    color: #64748B;
	position: relative;
	padding: 0px 0px 0px 10px;
	margin-top: 12px
}
.attent-operativa-point ul li::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #64748B;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.why-attent-right-info h3 {
    margin-bottom: 0px;
}
.detalles-info-wrap {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.detalles-info-inner h6 {
    margin-bottom: 0px;
	line-height: 24px;
}
.detalles-info-inner p {
    color: #64748B;
}
.fecha-btn {
    margin-top: 24px;
    max-width: 292px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}
.fecha-btn .btn-white {
    background: #1d56c9;
    color: #fff;
	min-width: 140px;
	min-height: 40px;
	padding: 8px 16px;
}
.fecha-btn .btn-white.btn-right {
	margin-left: auto;
}
.fecha-btn .btn-white:hover {
    background: #1d56c9e6;
}
.note-paragraph {
    margin-top: 12px;
}
.note-paragraph p {
    color: #64748B;
    font-size: 12px;
    line-height: 16px;
}
/** ================== //  WHY ATTENT SECTION CSS END // ================== **/

/** ================== //  EVENT PROGRAM SECTION CSS START // ================== **/
.event-program-section {
    padding-bottom: 4rem;
}
.event-program-title h3 {
    margin-bottom: 0px;
}
.event-program-col {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
	padding: 24px;
	margin-top: 32px;
}
.event-program-date {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.event-program-date span {
    color: #1d56c9;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    width: 100px;
}
.event-program-date h4 {
    margin-bottom: 0px;
    font-weight: 600;
	width: calc(100% - 100px);
	padding-left: 10px;
}
.event-program-col .attent-operativa-point {
    padding-left: 110px;
}
/** ================== // EVENT PROGRAM SECTION CSS END // ================== **/

/** ================== //  EVENT MAP SECTION CSS START // ================== **/
.event-map-section {
    padding-bottom: 4rem;
}
.event-map-title {
	margin-bottom: 32px;
}
.event-map-title h3 {
    text-align: center;
	margin-bottom: 0px;
}
.event-map-col {
    width: 100%;
    height: 400px;
}
.event-map-wrap iframe {
    width: 100%;
    height: 100%;
}
.event-map-info{
	padding-top: 16px;
}
.event-map-info p {
    color: #64748b;
    text-align: center;
}
/** ================== // EVENT MAP SECTION CSS END // ================== **/

/** ================== // CONTACT SECTION CSS START // ================== **/
.participating-section {
    padding-bottom: 4rem;
}
.participating-wrap {
    max-width: 672px;
    margin: auto;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.participating-title {
    text-align: center;
    margin-bottom: 24px;
}
.participating-title  h3{
	margin-bottom: 24px;
}
.participating-title p {
    color: #64748b;
}
.participating-form {
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
    justify-content: space-between;
}
.form-group {
    width: 100%;
    margin-bottom: 18px;
}
.haff-group {
    width: 48%;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #020817;
	line-height: 20px;
	margin-bottom: 8px;
    display: block;
}
.medium {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
	height: 42px;
	color: #020817;
	outline: 2px;
}
.medium::placeholder {
	color: #64748b;
}
.medium:focus {
    border: 2px solid #020817;
}
.form-group select.medium {
    background: #fff url("../images/dropdown-arrow.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 9px center;
    appearance: none;
}
.submit-group .btn-transparent.submit-btn {
    background: #1d56c9;
    color: #fff;
    width: 100%;
    border: 1px solid #1d56c9;
    min-height: 42px;
}
.submit-group .btn-transparent.submit-btn:hover {
    background: #1d56c9e6;
}
.form-group.form-note {
    text-align: center;
}
.form-group.form-note p {
    color: #64748b;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
a.mail-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    height: 0;
    opacity: 0;
    /* visibility: hidden; */
}
/** ================== // CONTACT SECTION CSS END // ================== **/

/** ================== //   COPYRIGHT SECTION CSS START// ================== **/
.copyright-section {
    padding: 32px 0px;
	border-top: 1px solid #e2e8f0;
}
.copyright-info p {
    font-size: 14px;
    color: #020817;
	line-height: 20px;
}
/** ================== //   COPYRIGHT SECTION CSS END// ================== **/
.landing-top-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0;
    width: 100%;
	gap: 15px;
}
.landing-top-logo img {
    max-height: 50px;
}
.btn-dark {
    background: #000000;
    color: #fff;
}
.btn-dark:hover {
    background: hsl(210deg 4.15% 12.87% / 80%);
}