.background_row
{
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  -webkit-box-shadow: -1px 1px 31px 0px rgba(0,0,0,0.58);
  -moz-box-shadow: -1px 1px 31px 0px rgba(0,0,0,0.58);
  box-shadow: -1px 1px 31px 0px rgba(0,0,0,0.58);
}
.sezione_text
{
  color: #25241f;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}
.sezione_text>h1
{
  line-height: 1;
  margin: 0;
  color: #444444;
  font-weight: 200;
  font-style: normal;
  font-size: 5rem;
  margin-bottom: 9rem;
  font-weight: bold;
}
/* span con la coccinella e il bordo */
.text-separator
{
    background: url('../../img/icons/facile_b.png') no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 9vh;
    width: 10vw;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
/* .text-separator::after {
    content: "";
    position: absolute;
    border-top: 3px solid black;
    left: 18%;
    top: 25%;
    width: 66%;
    height: 11px;
} */
.sezione_row
{
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 8rem;
  background-color: #efefef;
  padding-bottom: 8rem;
}

.added_margin
{
   margin: 2rem;
}

/** LAYOUT PER LA SEZIONE SITI **/
.siti_row
{
  background: rgba(216,216,216,1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255,1) 0%, rgba(155, 151, 151,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(155, 151, 151,1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 2556,1) 0%, rgba(155, 151, 151,1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255,1) 0%, rgba(155, 151, 151,1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255,1) 0%, rgba(155, 151, 151,1) 100%);
  background: linear-gradient(to top, rgb(155, 151, 151) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#bdbdbd', GradientType=0 );
  padding: 4em 1em;
}
.siti_thumb
{
  padding-left: 2rem;
  padding-right: 2rem;
}
.siti_thumb>img
{
  height: 34em;
  max-height: 100%;
}
.siti_title
{
    color: #231f20;
    padding: 1em 14% 1em 1em;
    /* margin: 4rem; */
    text-align: left;
    display: block;
}

.up
{
    margin-bottom: 1rem;
}
.down
{
    margin-top: 1rem;
}

/** MEDIA QUERIES **/
@media (max-width : 1280px) {
.text-separator::after
{
    top: 31%;
}
}
@media (max-width : 1024px) {
.text-separator::after {
    top: 19%;
}
}
@media (max-width: 600px) {
.text-separator::after {
    display: none;
}