@charset "utf-8";
/* CSS Document */
/*****
 * CSS Hugo Beghelli
 * Copyright 2025, (https://beghelli.com.ar)
 * Graphic Designer
 * June 2025 /
*****/
/* INDEX */

.fcontainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;  
box-sizing: border-box;
  max-height: 100%;
  min-height: 100% !important;
		 align-items: flex-end; 
}
.item {
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
  max-height: 100%;
height: 100%;
}
.item-1 {
  flex-basis: 100%;
  max-width: 100%;
}
.item-2 {
  float: left;
  flex-basis: calc(40% - 10px); 
  max-width: calc(40% - 10px); 
}
.item-3 {
  float: right;
  flex-basis: calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.uno {
  margin-top: 100px;
}
.dos{
  margin-top: 100px;
}
.hugo {
  margin-bottom: -3px;
}
@media (max-width: 768px) {
  .item-2, .item-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
	.dos {margin-top:1px} .uno{margin-top: 70px}
}