@charset "utf-8";

/* CSS Document */

body {
	max-width: 900px;
  	min-width: 320px;
	width: 100%;
	height: 100%;
  	margin: 0 auto !important;
  	color: #303030;
	background-color: #EFEFEF;
}
.header {
    min-height: 100px !important;
	max-height: 125px;
    max-width: 900px;
    min-width: 320px;
    padding: 4%;
    position: relative;
    background-color: #fcc300;
    margin: 1.5% auto 0;
}
.header .logo img {
 	 max-height: 55px;
}
.main {
    max-width: 900px;
    min-width: 320px;
    position: relative;	
	background-color: #FFFFFF;
}
.dark {
	color: #303030;
}
h4.date {
	margin: 0;
	font-size: 20px;
	text-align: right;
	padding: 3.3% 0 0 0;
}
h1.white, h4 {
	padding-left: 2%;
    padding-right: 2%;
}
.header-text {
  	max-width: 70%;
  	position: absolute;
  	top: 0%;
  	left: 10%;
  	background-color: rgba(255,255,255,0.80);
  	padding: 2%;
}
p {
	padding: 0 4%;
}
#uno, h3 {
	padding: 2% 4%
}
.kv-background {
	background-image:url("https://mfa-digital.com.ar/marketing/intersec-ba/2026/feathr/landing/images/intro.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 40%;
	background-position: top center;
}
p {
  	font-family: 'Roboto';
  	font-size: 16.5px;
  	line-height: 30px;
  	font-weight: 300;
	margin: 0;
}
p:last-of-type {
    margin-bottom: 1.82em;
}
.margin-top-off {
	margin-top: 0 !important;
}
.margin-bottom-off {
	margin-bottom: 0 !important;
}
.padding-bottom-25 {
	padding-bottom: 25px;
}
.margin-20 {
    margin: 20px;
}
.logo-empresa {
	padding: 20% 0;
	margin-top: 35px;
	text-align: center;
}
.logo-empresa img {
	width: 80%;
}
.bg-color-event {
	background-color: #fcc300; 
}
.bg-color-event-darker {
	background-color: #AB8B00; 
}
.border-color-event {
	border-color: #fcc300 !important;
}
.bg-color-event-hover:hover, .bg-color-event-hover:active, .bg-color-event-hover:focus, .bg-color-event-hover.active {
  	background-color: #fcc300; }
.bg-color-event-darker-hover:hover, .bg-color-event-darker-hover:active, .bg-color-event-darker-hover:focus, .bg-color-event-darker-hover.active {
  	background-color: #AB8B00; }
.color-event-darker-hover:hover, .color-event-darker-hover:active, .color-event-darker-hover:focus, .color-event-darker-hover.active, .color-event-darker {
  	color: #AB8B00; }
.border-color-event:hover, .border-color-event:active, .border-color-event:focus, .border-color-event.active {
  border-color: #fcc300; }
.button {
	border-color: #fcc300;
    color: #303030;
 }
.color-event, .color-event:visited {
    color: #fcc300; 
}
.button.button-outline:hover {
      background-color: #fcc300; 
}
a {
  	color: inherit;
	-webkit-transition-duration: .60s;
  	transition-duration: .60s;
}
a:hover, a.active {
  	text-decoration: none;
  	color: inherit; 
}
p a:hover {
  	text-decoration: underline; 
}
.white-box {
  background-color: white;
  padding: 0% 8%;
  position: relative;
}
.white-box img {
    width: 100%;
    height: auto;
}
ul li::before {
    padding-right: 10px;
    content: '\2022';
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
}
ul.ul-left li::before {
    position: absolute;
  	left: 20px;
}
ul, ol {
    font-size: 16.5px;
    line-height: 30px;
    margin: 0 0 1.82em;
    color: #303030;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}
ul li {
    padding-left: calc(1ch + 10px);
    padding-right: calc(1ch + 10px);
    position: relative;
}
ul.ul-left li {
  padding-left: calc(1ch + 30px);
}
.last-main {
    margin-bottom: 15%;
}
.footer {
	position: fixed;
	bottom: 0;
    width: 100%;
	max-width: 900px;
    min-width: 320px;
  	background-color: white;
  	height: 85px; 
	margin: auto;
    padding: 0 2%;
}
.footer .grid-container div {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .grid-container div:last-child {
    	justify-content:flex-end;
}
.footer .grid-container div p {
  	font-size: 14px;
  	line-height: 24px;
	margin: 0px ;
    padding: 0px;
}
.footer .grid-container div img {
    width: 97%;
}
img.social-icon {
    width: 20px !important;
}
	
@media screen and (min-width: 768px) and (max-width: 900px){
    .header {
        margin-top: 0;
    }   
	.footer {
		padding:0 4%; 
	}
}

@media screen and (max-width:767px){
    .header {
        margin-top: 0;
    }
	.header .logo img {
        max-height: 40px;
    }
	h1 {
		font-size: 30px;
	}
    
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;	
    }
	p, ul, ol {
		line-height: 26px;
	}
	a.button span {
		line-height: 25px;
		padding: 8px 0 12px;
	}
	.logo-empresa {
		margin-top: 24px;
	}
}

@media screen and (max-width: 550px) {
    h4.date {
		font-size: 17px;
		padding-top: 5.5%;
	}
	.last-main {
        margin-bottom: 35%;
    }
    .footer .grid-container div.col-p-5 {
        width: 100%;
    }
    .footer .grid-container div.col-p-3, .footer .grid-container div.col-p-4 {
        width: 50%;
    }
    .footer {
		height: 170px;
    }
}
@media screen and (max-width: 450px){
	.header {
		padding: 4%;
	}
	.col-p-6, .col-p-5, .col-p-7 {
		width: 100%;
		display: block;
	}
	h4.date {
		text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
	}
    h1.white, h4 {
        padding: 0 4%;
    }
	.header .logo img {
        max-height: 40px;
        margin-top: 0;
    }
	.kv-background {
		padding-bottom: 70%;
	}
	.logo-empresa {
		text-align: left;
		padding: 0% 4%;
	}
	.logo-empresa img {
		width: 50%;
	}
    .direction-column {
        flex-direction: column;
    }
    .hide {
        display: none !important;
    }
    .block {
        display: block !important;
    }
    .white-box {
        padding: 0 4% 4%;
    }
    ul li::before {
        padding-left: 15px;
    }
    ul.ul-left li::before {
		left: 0px;
    }
    ul li {
        padding-left: calc(1ch + 25px);
        padding-right: calc(1ch + 25px);
    }
	ul.ul-left li {
  		padding-left: calc(1ch + 25px);
	}
    #imagen-uno {
        box-sizing:border-box;
        display:block !important;
        width:100%;
        padding-top: 50%;
        background: url("https://mfa-digital.com.ar/marketing/intersec-ba/2026/feathr/landing/images/IBA-informacion-450.jpg") no-repeat;
        background-size: contain;
    }
    #imagen-dos {
        box-sizing:border-box;
        display:block !important;
        width:100%;
        padding-top: 50%;
        background: url("https://mfa-digital.com.ar/marketing/intersec-ba/2026/feathr/landing/images/IBA-posibilidades-450.jpg") no-repeat;
        background-size: contain;
    }
    #imagen-tres {
        box-sizing:border-box;
        display:block !important;
        width:100%;
        padding-top: 50%;
        background: url("https://mfa-digital.com.ar/marketing/intersec-ba/2026/feathr/landing/images/IBA-eventos-450.jpg") no-repeat;
        background-size: contain;
    }
    .last-main {
    margin-bottom: 10%;
}
	.footer {
		position: relative;
	}
	.footer {
		height: 220px;
    }
    .footer .grid-container div.col-p-3, .footer .grid-container div.col-p-4 {
        width: 80%;
    }
    .footer .grid-container div {
        padding: 0 4%;
        height: 70px;
    }
    .padding-left-off {
        padding-left: 1.04167% !important;
    }
    .footer .grid-container div:last-child {
    	justify-content: flex-start;
	}
	.footer .grid-container div img {
  		width: 100%;
	}
}

@media screen and (max-width:320px){
	.last-main {
        margin-bottom: 5%;
    }
	.header-text {
  		max-width: 90%;
  		position: absolute;
  		left: 5%;
	}
	footer .grid-container div.col-p-3, .footer .grid-container div.col-p-4 {
        width: 100%;
    }
	.footer .grid-container div:last-child {
		padding:0 25px 0 0;
	}
    .footer .grid-container div img {
        margin-left: 10px;
    }
}