#top-img{
  position: relative;
  z-index: 1;
  background: #FFF;
  margin-top: 120px;
  padding: 80px 0 80px 0;
}

#top-img .bg-about{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  width: 100vw;
  height: 100vh;
}

#top-img .right{
  display: flex;
  align-items: center;
}

#top-img .right h2 img{
  width: 40px;
  vertical-align: bottom;
}

#top-img .right h2{
  color: #D40000;
}

#top-img .right h3{
  margin: 0;
}

/*left sess1*/
#top-img .left{
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-img .left .foto iframe{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/*session 2*/
.session-2{
  background: none !important;
  position: relative;
  margin-top: 30px;
  padding: 60px 60px 150px 60px;
}

.session-2 h4{
  color: #444;
  margin: 0;
}

.session-2 h4:nth-child(6){
  margin: 20px 0 0 0;
}

.session-2 h3{
  margin: 20px 0 0 0;
}

.session-2 h3 b{
  color: #F02020;
}

/*elements session 2*/
.session-2 .el-2{
  position: absolute;
  width: 140px;
  top: -80px;
  right: -80px;
}

.session-2 .el-3{
  position: absolute;
  bottom: -85px;
  right: 0;
  width: 170px;
}

.session-2 .el-4{
  width: 59px;
  z-index: 1;
  position: absolute;
  top: -120px;
}

.session-2 .el-9{
  z-index: 0;
  object-fit: cover;
  object-position: bottom;
  position: fixed;
  background-attachment: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.session-2 .row .col-lg-12{
  padding: 0 20px 20px 20px;
  background: rgba(255,255,255,.9);
  border-radius: 15px;
  backdrop-filter: 70px;
}

.session-3{
  position: relative;
  padding: 60px 0 0px 0;
}

/*left sess3*/
.session-3 .left{
  position: relative;
  display: flex;
  align-items: center;
}

.session-3 .right h3{
  color: #A21E0F;
}

.session-3 .right h4:nth-child(2){
  margin: 0;
}

.session-3 .right ul li{
  color: #555;
}

.session-3 .el-12, .session-3 .el-13{
  position: absolute;
  width: 170px;
}

.session-3 .el-12{
  right: -40px;
  bottom: 0;
}

.session-3 .el-13{
  width: 200px;
  left: -40px;
  bottom: 0;
}

@media only screen and (max-width: 991px){
  /*left sess1*/
  #top-img .left{
    position: relative;
    margin: 0;
    padding: 0;
  }

  #top-img .left .foto{
    border-radius: 4px;
    position: absolute;
    -webkit-transform: scale(0.9);
    height: 300px;
    width: 100%;
    left: -8px;
    background-position: top;
    background-size: cover;
  }

  #top-img .left .foto iframe{
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  #top-img .left .background-foto{
    border-radius: 4px;
    position: absolute;
    height: 300px;
    left: 0;
    width: 40%;
    background: linear-gradient(#0087D1, #00C2FF);
  }
  
  #top-img{
    margin-top: 160px;
  }
  
  #top-img .right{
    margin-top: 340px;
  }
  
  #top-img .right img{
    display: none;
  }
  
  .session-2 .right img{
    margin-top: 40px;
  }
  
  .session-2 .container{
    padding: 0; 
  }
  
  .session-2 .el-1, .session-2 .el-2, .session-2 .el-3{
    display: none;
  }
  
  .session-3 .el-12{
    display: none;
  }

  .session-3 .el-13{
    display: none;
  }
}