.seccion1-community {
  padding-top: 190px;
  padding-bottom: 200px;
}
.seccion1-community .container .content {
  padding: 0 30px;
  margin-top: 50px;
}
.seccion1-community .container .content .row .cl1 .img {
  width: 100%;
  height: 570px;
  border-radius: 0 5px 5px 0;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
.seccion1-community .container .content .row .cl1 .txt2 {
  margin-bottom: 0;
}
.seccion1-community .container .content .row .cl2 .img {
  width: 100%;
  height: 735px;
  border-radius: 5px 0 0 5px;
  background-position: center;
  background-size: cover;
}
.seccion2-community {
  height: 645px;
  position: relative;
  overflow: hidden;
}
.seccion2-community .container-fluid {
  position: relative;
}
.seccion2-community .container-fluid .row .cl1 {
  width: 44%;
  height: 645px;
  display: flex;
  align-items: center;
  background-color: var(--negro2);
  position: relative;
  overflow: hidden;
}
.seccion2-community .container-fluid .row .cl1 .adorno1 {
  position: absolute;
  top: 0;
  left: 0;
}
.seccion2-community .container-fluid .row .cl1 .content {
  width: fit-content;
  margin: auto;
  position: relative;
}
.seccion2-community .container-fluid .row .cl2 {
  width: 56%;
  padding: 0;
}
.seccion2-community .container-fluid .row .cl2 .img {
  height: 645px;
  width: 100%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}
.seccion3-community {
  padding-top: 205px;
}
.seccion3-community .container .img {
  width: 87%;
  height: 570px;
  margin: auto;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.seccion3-community .container .img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 235px;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(70, 74, 62, 0) 0%, rgba(70, 74, 62, 0.8) 100%);
}
.seccion3-community .container .img .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.seccion4-community {
  padding-bottom: 350px;
}
.seccion4-community .container .content {
  width: 87%;
  margin: auto;
  margin-top: 80px;
}
.seccion4-community .container .content .row {
  align-items: center;
}
.seccion4-community .container .content .row .cl1 {
  width: 61%;
}
.seccion4-community .container .content .row .cl1 .img {
  width: 100%;
  height: 410px;
  background-position: center;
  background-size: cover;
}
.seccion4-community .container .content .row .cl2 {
  width: 39%;
}
.seccion5-community {
  height: 1000px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.seccion5-community .linea1 {
  position: absolute;
  top: 0;
  left: 0;
  right: -760px;
  margin: auto;
}
.seccion5-community .linea2 {
  position: absolute;
  top: 0;
  right: 0;
  left: -760px;
  margin: auto;
}
.seccion5-community:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 235px;
  border-radius: 5px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.seccion5-community .container .cuadro-cafe {
  width: 610px;
  margin: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
  background-color: var(--cafe);
  top: -155px;
}
.seccion5-community .container .cuadro-cafe .adorno2 {
  position: absolute;
  top: 0;
  left: 0;
}
.seccion5-community .container .cuadro-cafe .txt1 {
  margin-bottom: 10px;
  position: relative;
}
.seccion5-community .container .cuadro-cafe .txt2 {
  position: relative;
}
.seccion5-community .container .cuadro-cafe .btn-outline-blanco {
  width: 270px;
  display: block;
  margin: auto;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 1399px) {
  .seccion1-community .container .content {
    padding: 0 0px;
  }
  .seccion1-community .container .content br {
    display: none;
  }
  .seccion5-community .linea1 {
    display: none;
  }
  .seccion5-community .linea2 {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .seccion4-community .container .content .row .cl2 br {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .portada-gral {
    overflow: hidden;
    background-position: -1880px center;
  }
  .seccion1-community {
    padding: 50px 0 ;
  }
  .seccion1-community .container .content .row .cl1 {
    margin-bottom: 30px;
  }
  .seccion1-community .container .content .row .cl1 .img {
    height: 350px;
    margin-bottom: 30px;
  }
  .seccion1-community .container .content .row .cl2 .img {
    height: 350px;
  }
  .seccion2-community {
    height: fit-content;
  }
  .seccion2-community .container-fluid .row .cl1 {
    width: 100%;
    height: 350px;
  }
  .seccion2-community .container-fluid .row .cl1 br {
    display: none;
  }
  .seccion2-community .container-fluid .row .cl2 {
    width: 100%;
  }
  .seccion2-community .container-fluid .row .cl2 .img {
    height: 300px;
  }
  .seccion3-community {
    padding-top: 50px;
  }
  .seccion3-community .container .img {
    width: 100%;
    height: 400px;
  }
  .seccion4-community {
    padding-bottom: 190px;
  }
  .seccion4-community .container .content {
    width: 100%;
    margin-top: 50px;
  }
  .seccion4-community .container .content .row .cl1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .seccion4-community .container .content .row .cl1 .img {
    height: 300px;
  }
  .seccion4-community .container .content .row .cl2 {
    width: 100%;
  }
  .seccion5-community {
    height: 700px;
  }
  .seccion5-community .container .cuadro-cafe {
    width: 100%;
    padding: 55px 15px;
  }
  .seccion5-community .container .cuadro-cafe br {
    display: none;
  }
  .seccion5-community .container .cuadro-cafe p {
    position: relative;
  }
  .seccion5-community .container .cuadro-cafe a {
    position: relative;
  }
}
