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



.flexcontainer {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  min-height: 100%;
  flex-grow: 1;
  background-image: url("../figurati/magic.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 70vh !important;
}
.item1 {
  display: block;
  width: 100%;
  text-align: center;
  height: 40vh;
  align-content: center;
}
.item2-des{
  display: inline-block;
  width: 45%;
  text-align: center;
  margin-left: 5px;
}
.content {
  padding: 0;
}
.item2-cel{ display:none}

@media screen and (max-width: 768px) {
  .flexcontainer {
    display: block;
    width: 100%;
    padding: 70px 25px 0 25px;
    background-image: url("../figurati/magic2.webp");
    background-position: center bottom;
  }
.item2-des { display:none}
	
.item2-cel {
    display: flex;
    flex-flow: column;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 3);
    fiter: -1px -1px 2px rgba(255, 255, 255, 3);
    z-index: 2;
  }
	
  .item1 {
    height: 300px;
    width: 100%;
    z-index: 2
  }
  .svgimg {
    filter: drop-shadow(5px 5px 3px rgba(255, 255, 255, 1));
  }
}