/* FUENTES */
/*@font-face {
	font-family: NotoSans;
	src: url("../fonts/NotoSans/NotoSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 78px;
}

body {
    margin: 0;
    color: #161616;
    background: #fff;
    /*font-family: "Montserrat", Arial, sans-serif;*/
    /*font-size: 12px;*/
    font-family: 'Noto Sans', sans-serif;
}

.borde{
	border: 5px solid red;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #FFF;
	box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.20);
}

.navbar {
	/*height: 150px;*/
    min-height: 150px;
}

.brand-logo {
    display: block;
    width: 284px;
    height: 83px;
    /*object-fit: cover;*/
    object-position: center;
}

.nav-link {
    color: #000;
	/*font-family: "NotoSans";*/
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 60px !important;
}

.nav-link:hover {
    color: #34367e !important;
    text-decoration: underline;
}

.navbar-toggler i {
    font-size: 24px;
    color: #2A51A2 !important;
    font-weight: bold;
}

.hero-section {
	width: 100%;
	height: 600px;
	background: #ead9ce url("../images/hero-background.png") ;
	background-size: cover;
	/*position: relative;
	overflow: hidden;
    min-height: 420px;
    background: #ead9ce url("../images/hero-background.png") center center / cover no-repeat;*/
}



.hero-inner {
    /*position: relative;*/
    /*z-index: 1;*/
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-wheel {
	/*width: 575px;
	height: 533px;
	aspect-ratio: 178/165;*/

	width: min(575px, 100%);
    max-height: 533px;
    object-fit: contain;
}
.hero-copy {
    /*width: 587px;
	height: 225px;*/
}


.hero-copy h1 {
    color: #4D2A2A;
	/*font-family: "NotoSans";*/
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

.hero-copy p {
    color: #4D2A2A;
	/*font-family: "NotoSans";*/
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pbold{
	color: #4D2A2A;
	/*font-family: "NotoSans";*/
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: bold;
}

.btn-conip {
	/*width: 181px;*/
	/*height: 32px;*/
	flex-direction: column;
	justify-content: center;

	color: #000;
	text-align: center;
	/*font-family: "NotoSans";*/
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	border: 0;
    border-radius: 10px;
	padding: 9px 22px;
    background: linear-gradient(#FFFFFF, #9DA1BC);
    color: #151515;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
    margin-bottom: 20px;

    /*min-width: 175px;
    border: 0;
    border-radius: 10px;
    padding: 9px 22px;
    background: linear-gradient(#f1f5fb, #b9c6dc);
    color: #151515;
    font-size: 11px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .18);*/
}

.btn-conip:hover {
    background: linear-gradient(#fff, #b4c1d7);
    color: #111;
}

/*PROGRAMAS*/
.section-title {
	color: #000;
	text-align: center;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.section-programa {
    padding: 52px 0 82px;
}

.program-note {
    text-align: center;
    color: #000;
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.program-grid {
    max-width: 1200px;
    margin: 60px auto;
}

.program-day {
    padding: 0 32px;
    color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.program-day h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
}

.program-item {
    margin-bottom: 14px;
    font-size: 8.5px;
    line-height: 1.22;
}

.program-name {
    color: #9B5932;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.program-speaker {
    color: #222;
}

.program-time {
    color: #111;
}

.program-speaker, .program-time{
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.program-item ul {
    margin: 2px 0 1px 14px;
    padding: 0;
    color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.section-cards .section-title,
.section-workshops .section-title {
    margin-bottom: 36px;
}

.activity-card {
    min-height: 400px;
    border-right: 1px solid rgba(255,255,255,.85);
    border-bottom: 1px solid rgba(255,255,255,.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 18px 20px;
}

.activity-card-light {
    background: #cbd9ce;
    color: #1e2d28;
}

.activity-card-dark {
    background: #5a5a68;
    color: #fff;
}

.activity-image {
    width: 150px;
    height: 150px;
    object-fit: contain;
    flex: 0 0 auto;
}

.activity-content {
    width: 100%;
    margin-top: 50px;
    padding: 0 60px;
    /*border: 1px solid red;*/
    text-align: center;
}


.activity-title,
.activity-register {
	/*border: 1px solid red;*/
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 8px;
    /*border: 1px solid red;*/
    text-align: center;
    color: #2F3481;
    text-align: center !important;
}

.activity-title {
    /*text-decoration: underline;*/
}

.activity-register {
    text-decoration: underline;
}

.badge-circle {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3159ff;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.section-workshops {
    padding-top: 72px;
}

.sponsors-section {
    padding: 72px 0 88px;
}

.sponsors-image {
    display: block;
    width: min(1000px, 100%);
    margin: 42px auto 0;
    max-height: 610px;
    object-fit: contain;
}

.registration-anchor {
    padding: 24px 0;
    background: #fafafa;
    text-align: center;
    font-size: 10px;
    color: #666;
}

.site-footer {
    background: #f0f0f0;
    padding: 45px 0 70px;
}

.footer-reference-image {
    width: min(620px, 100%);
    max-height: 360px;
    object-fit: contain;
}

/*Para el menu se vea decente*/
@media (max-width: 1400px) {
	.brand-logo {
	    display: block;
	    width: 244px;
	    height: 63px;
	    object-position: center;
	}

	.nav-link {
	    color: #000;
		/*font-family: "NotoSans";*/
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-left: 5px !important;
	}
}

@media (max-width: 990px) {
	.brand-logo {
        display: block;
	    width: 284px;
	    height: 83px;
	    object-position: center;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 66px;
    }

    .brand-logo {
        display: block;
	    width: 284px;
	    height: 83px;
	    object-position: center;
    }

    .hero-section,
    .hero-inner {
        /*min-height: auto;*/
        background-position: center top;
        height: 750px ;
    }

    .hero-inner {
        padding: 45px 0 50px;
    }

    .hero-wheel {
        width: 310px;
    }

    .hero-copy {
        text-align: center;
        margin: 0 auto;
    }

    .hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .program-day {
        padding: 0 18px;
    }

    .activity-card {
        min-height: 280px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 10px;
    }

    .site-header {
        position: sticky;
    }

    .navbar {
        min-height: 60px;
    }

    .navbar .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .brand-logo {
        display: block;
	    width: 284px;
	    height: 83px;
	    object-position: center;
    }

    .navbar-collapse {
        padding: 10px 0 14px;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    .nav-link {
        padding: 8px 0 !important;
        font-size: 12px;
    }

    .hero-section {
        background-position: center top;
        height: 750px ;
    }

    .hero-inner {
        padding: 22px 14px 26px;
    }

    .hero-wheel {
        /*width: 250px;
        max-height: 245px;*/
        width: 309px;
		height: 286px;
		aspect-ratio: 94/87;
    }

    .hero-copy{
    	width: 310px;
    	height: 224px;
        margin-top: 40px !important;
    }

    .hero-copy h1 {
    	text-align: left;
    	color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;

        /*font-size: 14px;
        margin-bottom: 13px;
        text-align: left;*/
    }

    .hero-copy p {
    	text-align: left;
    	color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;

        /*font-size: 9px;
        line-height: 1.45;
        text-align: left;
        margin-bottom: 18px;*/
    }

    .pbold{
    	color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
    }

    .btn-conip {
    	display: flex;
		flex-direction: column;
		justify-content: center;
        /*width: 100%;
        max-width: 250px;
        font-size: 9px;
        padding: 7px 12px;*/
        color: #000;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
    }

    /*Programas*/
    .section-programa {
        padding: 14px 14px 44px;
    }

    .section-title {
        color: #000;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
    }

    .program-note {
        color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
    }

    .program-grid {
        display: block;
    }

    .program-day {
        padding: 0;
        margin-bottom: 22px;
        border-bottom: 1px solid #9DA1BC;
    }

    .program-day h3 {
        color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
    }

	/*Inifico*/
    .program-name {
		color: #9B5932;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.program-speaker {
    	color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.program-time {
	    color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.program-speaker, .program-time{
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.program-item ul {
	    margin: 2px 0 1px 14px;
	    padding: 0;
		color: #000;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

/*fin*/

    .program-item {
        margin-bottom: 9px;
        font-size: 6.7px;
        line-height: 1.2;
    }

    .program-item ul {
        margin-left: 12px;
    }

    .section-title{
    	color: #000;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
    }

    .section-cards .section-title,
    .section-workshops .section-title {
        margin-bottom: 15px;
    }

    .activity-card {
        min-height: 0;
        height: 180px;
        padding: 8px 12px;
        flex-direction: row;
        align-items: center;
        border-right: 0;

    }

    .activity-image {
        width: 90px;
        height: 90px;
        margin-left: 30px;
        /*padding-left: 40px;*/
    }

    .activity-content {
        margin-top: 0;
        padding: 0 50px;
        /*border: 1px solid red;*/
    }

    .activity-title,
    .activity-register {
        font-size: 12px;
        gap: 6px;
        margin-top: 5px;
    }

    .badge-circle {
        width: 24px;
        height: 24px;
        /*flex-basis: 16px;*/
        font-size: 10px;
        flex: 0 0 24px;

    }

    .section-workshops {
        padding-top: 30px;
    }

    .sponsors-section {
        padding: 35px 14px 45px;
    }

    .sponsors-image {
        margin-top: 20px;
        width: 100%;
        max-height: none;
    }

    .registration-anchor {
        font-size: 8px;
    }

    .site-footer {
        padding: 25px 14px 35px;
    }

    .footer-reference-image {
        width: 100%;
        max-height: none;
    }

    .patrocinador-img{
        /*width: 150px !important;*/
        /*border: 1px solid red;*/
        width: 400px !important;
        min-height: 55px !important;
        /*float: center !important;*/
    }
}
