@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: 60px !important;
    max-height: 125px;
    max-width: 900px;
    min-width: 320px;
    padding: 2%;
    position: relative;
    background-color: #A40133;
    margin: 1.5% auto 0;
}
.header .logo img {
 	 max-height: 55px;
}
.main {
    max-width: 900px;
    min-width: 320px;
    position: relative;	
	background-color: #FFFFFF;
}
.white {
	color: #ffffff;
}
h4.date {
	margin: 0;
	font-size: 20px;
	text-align: right;
	padding: 6.4% 0 0 0;
}
h1.color-event, h4 {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
p, h3 {
	padding: 0 4%;
}
.header-text {
    max-width: 70%;
    position: absolute;
    top: 0%;
    left: 10%;
    background-color: rgba(255,255,255,0.80);
    padding: 2%;
}

.kv-background {
	background-image:url("https://mfa-digital.com.ar/marketing/expoferretera/2025/feathr/landing/images/intro.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 40%;
}
p {
  	font-family: 'Roboto';
  	font-size: 16.5px;
  	line-height: 30px;
  	font-weight: 300;
	margin-bottom: 1.82em ;
}
.margin-top-off {
	margin-top: 0 !important;
}
.margin-bottom-off {
	margin-bottom: 0 !important;
}
.padding-bottom-25 {
	padding-bottom: 25px;
}
.logo-empresa {
	padding: 20% 0;
	margin-top: 35px;
	text-align: center;
}
.logo-empresa img {
	width: 80%;
}
.bg-color-event, .bg-color-event:visited {
	background-color: #A40133;
	color: #ffffff;
}
.bg-color-event-darker {
	background-color: #700123; 
}
.border-color-event {
	border-color: #A40133 !important;
}
.bg-color-event-hover:hover, .bg-color-event-hover:active, .bg-color-event-hover:focus, .bg-color-event-hover.active {
  	background-color: #A40133; }
.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: #700123;
	color: #ffffff;
}
.color-event-darker-hover:hover, .color-event-darker-hover:active, .color-event-darker-hover:focus, .color-event-darker-hover.active, .color-event-darker {
  	color: #700123; }
.border-color-event:hover, .border-color-event:active, .border-color-event:focus, .border-color-event.active {
  border-color: #700123; }
.button {
	border-color: #A40133;
 }
.color-event, .color-event:visited {
    color: #A40133; 
}

.button.button-outline:hover {
      background-color: #A40133; 
}
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 {
	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: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; 
}
.footer .grid-container div:last-child {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content:flex-end;
}
.footer .grid-container div p {
  	font-size: 14px;
  	line-height: 24px;
	margin: 0px ;
    padding: 15px 0 0;
}
.footer .grid-container div img {
    width: 90%;
}
img.social-icon {
    width: 20px !important;
	padding-top: 15px;
}
	
@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;
    }
	h1 {
		font-size: 30px;
	}
    
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;	
    }
	h4.date {
		font-size: 20px;
		padding-top: 8%;
	}
	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) {
    .last-main {
        margin-bottom: 35%;
    }
	.footer .grid-container div.col-p-3, .footer .grid-container div.col-p-4 {
        width: 50%;
    }
    .footer .grid-container div.text-left {
        width: 100%;
    }
    .footer {
		height: 170px;
    }
}
@media screen and (max-width: 450px){
	.header {
		padding: 4%;
	}
	.kv-background {
    	background-size: 130%;
		background-position-y: -30px;
	}
	.col-p-6, .col-p-5, .col-p-7 {
		width: 100%;
		display: block;
	}
	h4.date {
		font-size: 17px;
		text-align: left;
		padding-top: 2%;
	}
    h1.color-event, h4 {
        padding: 0 4%;
    }
	.logo-empresa {
		text-align: left;
		padding: 0% 4%;
	}
	.logo-empresa img {
		width: 50%;
	}
    .hide {
        display: none !important;
    }
    .block {
        display: block !important;
    }
    .white-box {
        padding: 0 4% 4%;
    }
    ul li::before {
        padding-left: 15px;
    }
    ul li {
        padding-left: calc(1ch + 25px);
        padding-right: calc(1ch + 25px);
    }
	ul.ul-left li {
        padding-left: calc(1ch + 25px);
    }
	ul.ul-left li::before {
    	left: 0px;
	}
    #imagen-uno {
        box-sizing:border-box;
        display:block !important;
        width:100%;
        padding-top: 50%;
        background: url("https://mfa-digital.com.ar/marketing/expoferretera/2025/feathr/landing/images/EF-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/expoferretera/2025/feathr/landing/images/EF-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/expoferretera/2025/feathr/landing/images/EF-eventos-450.jpg") no-repeat;
        background-size: contain;
    }
    .last-main {
    margin-bottom: 10%;
	}
	.footer {
		position: relative;
	}
}

@media screen and (max-width:320px){
    .last-main {
        margin-bottom: 5%;
    }
	.kv-background {
		background-size: 185%;
		background-position-y: 0; 
	}
    .footer {
		height: 210px;
    }
	.footer .grid-container div {
		padding: 0 4%;
        height: 70px;
	}
	.footer .grid-container div:last-child {
		padding:0 25px 0 0;
	}
	.footer .grid-container div.col-p-3 {
        width: 70%;
    }
    .footer .grid-container div.col-p-4 {
        width: 100%;
    }
}