/** GERAL **/
body{
  width: 100vw;
  height: 100vh;
}
main{
  width: 100%;
  height: 100%;
}
.layer{
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/** CAROUSEL **/
#c1929-carousel, .carousel-inner, .carousel-item{
  width: 100%;
  height: 100%;
}
#c1929-carousel #bg-img-1{
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  background: url(../img/Cais1929_01.jpg);
}
#c1929-carousel #bg-img-2{
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  background: url(../img/Cais1929_02.jpg);
}

/** CONTENT **/
#c1929-content{
  width: 100%;
  height: 100%;
  padding: 75px 100px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 13;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#c1929-content img{
  width: 150px;
}
#c1929-content #c1929-top h2{
  text-align: right;
}
#c1929-content #c1929-bot div:nth-child(1) span {
  margin-left: 20px;
}
#c1929-content #c1929-bot div:nth-child(2) span {
  margin-left: 50px;
}
#c1929-content #c1929-bot div:nth-child(3) span {
  margin-left: 15px;
}
#c1929-content #c1929-bot div:nth-child(4) span {
  margin-left: 70px;
}
#c1929-content h2{
  position: relative;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
}
#c1929-content p{
  margin-bottom: 4px;
}
#c1929-content h2:after{
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#c1929-img-1, #c1929-img-2 {
  position: fixed;
}
#c1929-img-1, #c1929-img-1 img {
  width: 150px;
}
#c1929-img-1 {
  top: 50%;
  right: -25px;
  z-index: 12;
}
#c1929-img-2, #c1929-img-2 img {
  width: 600px;
}
#c1929-img-2 {
  top: 50%;
  right: 0;
  z-index: 11;
}

/** FONTS **/
h2{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  line-height: 16px;
}
p{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
}
h2, p, a, a:visited{
  color: #ffffff;
}
a{
  text-decoration: none;
  transition: 0.5s;
}
a:hover, a:active{
  color: #EA773C;
}

/**
*
*
* RESPONSIVE
*
*
**/

@media (max-width: 768px) {
  #c1929-content{
    padding: 50px;
  }
  #c1929-content img{
    width: 100px;
  }
  #c1929-content #c1929-bot div{
    margin-bottom: 15px;
  }
  #c1929-content #c1929-bot div:last-child{
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  #c1929-img-2 {
    top: 55%;
  }
  #c1929-img-2, #c1929-img-2 img {
      width: 450px;
  }
}
@media (max-width: 991px) {
  #c1929-img-2 {
    top: 60%;
  }
  #c1929-img-2, #c1929-img-2 img {
      width: 350px;
  }
}
@media (max-width: 767px) {
  #c1929-img-2 {
    top: 60%;
  }
  #c1929-img-2, #c1929-img-2 img {
      width: 350px;
  }
}
@media (max-width: 575px) {
  #c1929-img-2 {
    top: 65%;
    right: -30px;
  }
  #c1929-img-2, #c1929-img-2 img {
      width: 300px;
  }
}