


#bwmTiof {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 50px;
}

#bwmTiof h3, #bwmTiof p, #bwmTiof a  {
  font-family: 'Lato', sans-serif;
}

#bwmTiof .beez_container {
  display: flex;
  flex-flow:column nowrap;
  justify-content: center;
  text-align: center;
}

#bwmTiof .beez_container .info {
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

#bwmTiof .beez_container .info h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}

#bwmTiof .beez_container .info h3::after {
  content: ' ';
  margin: 5px auto;
  display: block;
  border: 1px solid #d5b879;
  width: 90px;
}

#bwmTiof .beez_container .info p {
  font-weight: 300;
  font-size: 18px;
}

#bwmTiof .beez_container .pics {
  height: 450px;
}

#bwmTiof .beez_container .pics > a {
  display: none;
}

#bwmTiof .beez_container .pics .picture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 50%;
  float: left;
}

#bwmTiof .beez_container .pics .picture_0 {
  height: 100%;
  width: 50%;
}

#bwmTiof .beez_container .pics .picture .filter-layer {
  width: 100%;
  height: 100%;
  position: relative;
}

#bwmTiof .beez_container .pics .picture .button {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 140px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: all 0.5s;
}

#bwmTiof .beez_container .pics .picture .button:hover {
  background-color: #8a7651;
  border: 1px solid #8a7651;
}

#bwmTiof .beez_container .pics .picture .button a {
  color: #fff;
  line-height: 35px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

#bwmInfoslide {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #f9f8f6;
  padding: 15px 0 20px;
}

#bwmInfoslide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#bwmInfoslide h3, #bwmInfoslide h4, #bwmInfoslide p, #bwmInfoslide a  {
  font-family: 'Lato', sans-serif;
}

#bwmInfoslide .beez_container {
  display: flex;
  flex-flow:column nowrap;
  justify-content: center;
  text-align: center;
}

#bwmInfoslide .beez_container .info h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}

#bwmInfoslide .beez_container .info h3::after {
  content: ' ';
  margin: 5px auto;
  display: block;
  border: 1px solid #d5b879;
  width: 90px;
}

#bwmInfoslide .beez_container .slide {
  display: flex;
  flex-flow:row wrap;
  justify-content: center;
}

#bwmInfoslide .beez_container .slide .first-row {
  width: 40%;
  height: 400px;
}

#bwmInfoslide .beez_container .slide .first-row .logo {
  display: none;
}



#bwmInfoslide .beez_container .slide .first-row .current-gallery {
  box-sizing: border-box;
  padding: 0 20px;
  padding-left: 0;
  width: 100%;
  height: 400px;
}

#bwmInfoslide .beez_container .slide .first-row .current-gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#bwmInfoslide .beez_container .slide .second-row {
  width: 60%;
  position: relative;
}

#bwmInfoslide .beez_container .slide .second-row a {
  position: absolute;
  z-index: 5;
  width: 45px;
  height: 45px;
}

#bwmInfoslide .beez_container .slide .second-row .left-arrow {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#bwmInfoslide .beez_container .slide .second-row .left-arrow img{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#bwmInfoslide .beez_container .slide .second-row .right-arrow {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#bwmInfoslide .beez_container .slide .second-row .right-arrow img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#bwmInfoslide .beez_container .slide .second-row .gallery {
  position: relative;
}

#bwmInfoslide .beez_container .slide .second-row .gallery img {
  object-fit: cover;
  height: 400px;
  display: none;
}

#bwmInfoslide .beez_container .slide .second-row .gallery img.current {
  display: block;
}

#bwmInfoslide .beez_container .slide .third-row h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  color: #8a7651;
  margin: 5px 0;
  margin-top: 20px;
}

#bwmInfoslide b, #bwmInfoslide strong {
  color: #8a7651;
}

#bwmInfoslide .beez_container .slide .third-row p {
  font-weight: 300;
  font-size: 18px;
}

#bwmInfoslide .beez_container .last-row {
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0;
}

#bwmInfoslide .beez_container .last-row .button{
  width: 140px;
  height: 35px;
  border: 1px solid #8a7651;
  border-radius: 3px;
  transition: all 0.5s;
}

#bwmInfoslide .beez_container .last-row .button a{
  color: #8a7651;
  line-height: 35px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

#bwmInfoslide .beez_container .last-row .button:hover {
  background-color: #8a7651;
  border: 1px solid #8a7651;
}

#bwmInfoslide .beez_container .last-row .button:hover a {
  color: #fff;
}

#bwmInfoslide .beez_container .last-row .slide-change{
  position: absolute;
  right: 0;
  top: 0;
}

#bwmInfoslide .beez_container .last-row .slide-change a img{
  width: 45px;
  height: 45px;
}

#bwmInfoslide .beez_container .last-row .slide-change a.disabled {
    opacity: 0.4;
}

/* HOME POSTS [BEGIN] */

#bwmHomePosts {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: 'Lato', sans-serif;
}

#bwmHomePosts h3, #bwmHomePosts h4, #bwmHomePosts p, #bwmHomePosts a  {
  font-family: 'Lato', sans-serif;
}

#bwmHomePosts .beez_container .beez_maintitle h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}

#bwmHomePosts .beez_container .beez_maintitle h3::after {
  content: ' ';
  margin: 5px auto;
  display: block;
  border: 1px solid #d5b879;
  width: 90px;
}

#bwmHomePosts .beez_container {
  display: flex;
  flex-flow:column nowrap;
  justify-content: center;
  text-align: center;
}

#bwmHomePosts .beez_container .home_posts {
  display: flex;
  flex-flow:row nowrap;
  justify-content: center;
  text-align: left;
  margin: 20px 0;
}

#bwmHomePosts .beez_container .home_posts > a {
  margin: 0 20px;
  text-decoration: none;
}

#bwmHomePosts .beez_container .home_posts .home_box .info .date {
  margin-top: 15px;
  color: #8a7651;
  font-weight: 300;
}

#bwmHomePosts .beez_container .home_posts .home_box .info h4 {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  margin: 8px 0;
}

/* HOME POSTS [END] */


/* TESTIMONIOS [BEGIN] */

#bwmPublicReviews {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 35px 0 70px;
  margin-bottom: 10px;
  background-color: #f9f8f6;
}

#bwmPublicReviews h3, #bwmPublicReviews p, #bwmPublicReviews span  {
  font-family: 'Lato', sans-serif;
}

#bwmPublicReviews .beez_container .info h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}

#bwmPublicReviews .beez_container .info h3::after {
  content: ' ';
  margin: 5px auto;
  display: block;
  border: 1px solid #d5b879;
  width: 90px;
}

#bwmPublicReviews .beez_container {
  display: flex;
  flex-flow:column nowrap;
  justify-content: center;
  text-align: center;
}

#bwmPublicReviews .beez_container .reviews {
  display: flex;
  flex-flow:row nowrap;
  justify-content: center;
  text-align: left;
  margin: 20px 0;
}

#bwmPublicReviews .beez_container .review {
  margin: 0 20px;
  width: 33.33%;
}

#bwmPublicReviews .beez_container .reviews .info {
  box-sizing: border-box;
  font-weight: 300;
  font-size: 18px;
  max-width: 95%;
}

#bwmPublicReviews .beez_container .reviews .info img {
  width: 55px;
  height: auto;
  margin-bottom: 35px;
}

#bwmPublicReviews .beez_container .reviews .info p {
  margin: 5px 0;
}

#bwmPublicReviews .beez_container .reviews .info .author {
  color: #8a7651;
  font-weight: 700;
}


/* TESTIMONIOS [END] */


/* CAP VERMELL GROUP [BEGIN] */

#bwmLogoShowcase {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 50px;
}

#bwmLogoShowcase h3, #bwmLogoShowcase p, #bwmLogoShowcase span  {
  font-family: 'Lato', sans-serif;
}

#bwmLogoShowcase .beez_container .main-info h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
}

#bwmLogoShowcase .beez_container .main-info h3::after {
  content: ' ';
  margin: 5px auto;
  display: block;
  border: 1px solid #d5b879;
  width: 90px;
}

#bwmLogoShowcase .beez_container {
  display: flex;
  flex-flow:column nowrap;
  justify-content: center;
  text-align: center;
}

#bwmLogoShowcase .beez_container .logos-container {
  display: flex;
  flex-flow:row nowrap;
  justify-content: center;
  text-align: left;
  margin: 20px 0;
  margin-top: 60px;
}

#bwmLogoShowcase .beez_container .logos {
  margin: 0 20px;
  width: 20%;
}

#bwmLogoShowcase .beez_container .logos-container .logo_0 img {
  width: 80%;
  margin: 0 auto;
  display: block;
}


/* CAP VERMELL GROUP [END] */


/* MEDIA [BEGIN] */

@media screen and (max-width: 1200px) {

  #bwmHomePosts .beez_container .home_posts a {
    width: 30%;
    height: auto;
  }

  #bwmHomePosts .beez_container .home_posts a img {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 1024px) {

  #bwmLogoShowcase .beez_container .logos-container {
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
  }

  #bwmLogoShowcase .beez_container .logos {
    margin: 0 10px;
    width: 90%;
  }

  #bwmLogoShowcase .bwmBullets {
    display: block;
  }

}

@media screen and (max-width: 800px) {

  #bwmTiof .beez_container .beez_container {
    display: block;
  }

  #bwmTiof .beez_container .info {
    max-width: 90%;
  }

  #bwmTiof .beez_container .info p {
    font-size: 16px;
  }

  #bwmTiof .beez_container .pics{
    box-sizing: border-box;
    margin: 0 20px;
    position: relative;
    height: 470px;
  }

  #bwmTiof .beez_container .pics > a {
    display: block;
    z-index: 5;
    width: 45px;
    height: 45px;
  }

  #bwmTiof .beez_container .pics > a > img {
    width: 100%;
    height: 100%;
  }

  #bwmTiof .beez_container .pics .left-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-100%);
  }

  #bwmTiof .beez_container .pics .left-arrow img{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #bwmTiof .beez_container .pics .right-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-100%);
  }

  #bwmTiof .beez_container .pics .right-arrow img{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  #bwmTiof .beez_container .pics .picture {
    display: none;
    width: 100% !important;
    height: 400px !important;
  }

  #bwmTiof .beez_container .pics .picture.current {
    display: block;
  }

  #bwmTiof .beez_container .pics .picture .button {
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
    border-color: #8a7651;
  }

  #bwmTiof .beez_container .pics .picture .button a {
    color: #8a7651;
  }

  #bwmTiof .beez_container .pics .picture .button:hover a {
    color: #fff;
  }



  #bwmInfoslide .beez_container .slide {
    box-sizing: border-box;
    padding: 0 20px;
  }

  #bwmInfoslide .beez_container .slide .first-row {
    width: 100%;
    height: unset;
    margin-bottom: 30px;
  }

  #bwmInfoslide .beez_container .slide .first-row .logo {
    display: block;
  }

  #bwmInfoslide .beez_container .slide .first-row .logo img {
    width: 270px;
    height: auto;
  }

  #bwmInfoslide .beez_container .slide .first-row .current-gallery{
    display: none;
  }

  #bwmInfoslide .beez_container .slide .second-row {
    width: 100%;
  }

  #bwmInfoslide .beez_container .slide .second-row .gallery img {
    height: 500px;
  }

  #bwmInfoslide .beez_container .slide .second-row a {
    bottom: 0
  }

  #bwmInfoslide .beez_container .slide .second-row .left-arrow {
    left: 15px;
    top: unset;
  }

  #bwmInfoslide .beez_container .slide .second-row .right-arrow {
    right: 15px;
    top: unset;
  }

  #bwmInfoslide .beez_container .slide .second-row a img {
    border-radius: 5px;
  }

  #bwmInfoslide .beez_container .slide .third-row p {
    font-size: 16px;
  }

  #bwmInfoslide .beez_container .last-row .slide-change{
    right: unset;
    width: 100%;
    top: 15px;
  }

  #bwmInfoslide .beez_container .last-row .slide-change a{
    position: absolute;
  }

  #bwmInfoslide .beez_container .last-row .slide-change a#next-slide{
    right: 15px;
  }

  #bwmInfoslide .beez_container .last-row .slide-change a#prev-slide{
    left: 15px;
  }

}

@media screen and (max-width: 600px) {

  #bwmHomePosts .beez_container .beez_maintitle h3 {
    margin: 10px 20px;
  }

  #bwmHomePosts .beez_container .home_posts {
    flex-flow: column nowrap;
    margin-top: 0;
  }

  #bwmHomePosts .beez_container .home_posts a {
    width: 100%;
    height: unset;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 5px 0;
  }

  #bwmPublicReviews .beez_container .reviews {
    display: block;
  }

  #bwmPublicReviews .beez_container .review {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  #bwmPublicReviews .bwmBullets {
    display: block;
  }

}




/* MEDIA [END] */
