/*******************************************************************************
                                    PLANTS
*******************************************************************************/
#masterplan {
  padding:60px 0;
}
  #masterplan .instructions p {
    font-size: 11px;
    font-style:italic;
    margin-top:50px;
  }
  #masterplan .tower-group {
    color:#383839;
    cursor:pointer;
  }
  #masterplan .tower-group:hover,
  #masterplan .tower-group:focus {
    text-decoration:none !important;
  }
  #masterplan .planta-title {
    font-size: 13px;
    text-transform: uppercase;
  }
    #masterplan .planta-title::after {
      content:'';
      display: block;
      width: 100%;
      height: 6px;
      background-color:#EDE5DE;
      margin:25px auto 90px auto;
    }
  #masterplan h2 {
    font-size:30px;
    line-height: 37px;
    color:#383839;
    font-family: 'IBM Plex Sans', sans-serif;
  }
    #masterplan h2::after {
      content:'';
      display: block;
      background-color:#EDE5DE;
      width: 35%;
      height: 6px;
      margin: 40px 0;
    }
  #masterplan .tower .tower-title {
    font-size: 13px;
    line-height: 48px;
    text-transform: uppercase;
    color:#383839;
  }
  #masterplan .tower .tower-excerpt {
    font-size: 13px;
    line-height: 19px;
    color:#383839;
  }
  #masterplan .hover-plano {
    text-align: center;
    margin:auto;
    position:relative;
  }
    #masterplan .hover-plano .tower {
      text-transform: uppercase;
      font-size:11px;
      opacity: .5;
      padding: 8px;
    }
    #masterplan .hover-plano .tower-group:hover .tower,
    #masterplan .hover-plano .tower-group:hover .tower{
      opacity: 1;
    }
    #masterplan .hover-plano .img-hover {
      opacity: 0;
    }
    #masterplan .hover-plano .tower-group:hover .img-hover,
    #masterplan .hover-plano .tower-group:focus .img-hover {
      opacity: 1;
    }
  #masterplan .tower-group {
    position:absolute;
    transition:all .9s;
  }

@media (min-width:768px) {
  #masterplan #plantMobile {
    display: none;
  }
}
@media (max-width:767px) {
  #masterplan {
    padding-top:150px
  }
  #masterplan #plantDesktop {
    display: none;
  }
  #masterplan .planta-title::after {
    margin:40px 0;
  }
  #masterplan #plantMobile .hover-plano {
    width: 290px;
  }
  #masterplan #plantMobile .hover-plant {
    width: 155px;
  }
    #masterplan #plantMobile .felicitas {
      left:37%;
      top: 6%;
      width: 50%;
      display: flex;
      align-items: center;
    }
    #masterplan #plantMobile .lucia {
      left: -4%;
      top: 37%;
      width: 50%;
      display: flex;
      align-items: center;
    }
    #masterplan #plantMobile .maria {
      left: -5%;
      bottom: 0;
      width: 50%;
      display: flex;
      align-items: center;
    }
    #masterplan #plantMobile .olivos {
      bottom: 15%;
      left: 61%;
      width: 50%;
      display: flex;
      align-items: center;
    }
    #masterplan #plantMobile .azucena {
      display:none;
    }
}
@media (min-width:768px) {
 #masterplan #plantDesktop .hover-plano {
   max-width:300px;
   margin:auto;
 }
    #masterplan .felicitas {
     left:27%;
     top:6%;
     display:flex;
     align-items:center;
    }
      #masterplan .felicitas img {
        margin-right:20px;
      }
    #masterplan .lucia {
      top:37%;
      right:60%;
      display:flex;
      align-items:center;
    }
    .IE #masterplan .lucia {
      right: 109%;
    }
      #masterplan .lucia img {
        margin-left:20px;
      }
    #masterplan .azucena {
      top:28%;;
      right:31%;
      display:none;
    }
    #masterplan .olivos {
      bottom:15%;
      left:69%;
      display:flex;
      align-items:center;
    }
      #masterplan .olivos img {
        margin-right:20px;
      }
    #masterplan .maria {
      bottom:0;
      right:60%;
      display: flex;
      align-items:center;
    }
    .IE #masterplan .maria {
      right:109%;
    }
      #masterplan .maria img {
        margin-left:20px;
      }
}
/*******************************************************************************
                              PLANTS - INTERNAS
*******************************************************************************/
#TorreLosOlivos,
#TorreMaria,
#TorreFelicitas,
#TorreLucia {
  background-color:rgba(237,229,222,.5);
  position: relative;
  padding:60px 0;
}
#TorreLosOlivos a,
#TorreMaria a,
#TorreFelicitas a,
#TorreLucia a {
  cursor:pointer;
}

.come-back {
  background-color:transparent;
  border:none;
  font-size: 13px;
  text-transform: uppercase;
  margin:30px 0;
  cursor: pointer;
}
.hover-color {
  position:absolute;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
}
.hover-color:hover,
.hover-color:focus {
  background-color:rgba(164,212,162,.5);
}
.masterplan_interna .tower_content_flex {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  flex-direction:row;
}
.masterplan_interna .titulo-torre {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.masterplan_interna .sub-torre {
  font-size: 13px;
  text-transform: uppercase;
}
  .masterplan_interna .sub-torre::after {
    content:'';
    display:block;
    background-color:#EDE5DE;
    width:100%;
    height:6px;
    margin:30px 0;
  }
.masterplan_interna .content_left_tower {
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width:768px) {
  .masterplan_interna .content_left_tower {
    display: grid;
    flex-direction: column;
    grid-template-rows: 2fr 1fr;
  }
}
  .masterplan_interna .content_left_tower img {
    max-width:100px;
    margin:0;
    padding:0;
    height:auto;
  }
.masterplan_interna .content_right_tower {
  float: right;
  text-align: right;
  max-width: 350px;
}
@media (max-width:767px) {
  .come-back {
    margin:50px 0;
  }
  .masterplan_interna .titulo-torre {
    font-size:28px;
  }
  .masterplan_interna .sub-torre::after {
   margin:20px 0;
  }
  .masterplan_interna .corte-torre {
    margin:auto;
  }
  .masterplan_interna .tower_content_flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
    .masterplan_interna .tower_content_flex .content_right_tower {
      text-align:center;
    }
}
/**** Los Olivos - A ******/
#TorreLosOlivos .corte-torre {
  position: relative;
  height: 420px;
}
.olivos-a-1a8 {
  height: 226px;
  width: 115px;
  bottom: 24%;
  right: 17%;
}
.olivos-a-9 {
  top: 15%;
  right: 25%;
  width:80px;
  height:27px;
}
.olivos-a-10 {
  top: 9%;
  right: 27%;
  width: 67px;
  height:25px;
}
/**** Los Olivos - B ******/
.olivos-b {
  top: 9%;
  right: 41%;
  width: 68px;
  height: 282px;
}
/**** Los Olivos - C ******/
.olivos-c {
  top: 9%;
  width: 68px;
  height: 282px;
  left: 32%;
}
/**** Los Olivos - D ******/
.olivos-d-1a4 {
  width: 86px;
  height: 113px;
  bottom: 24%;
  left: 15%;
}
.olivos-d-5 {
  width: 86px;
  height:26px;
  bottom: 51%;
  left: 15%;
}
.olivos-d-6a10 {
  width: 86px;
  height: 141px;
  top: 9%;
  left: 15%;
}
@media (min-width:1024px) {
  #TorreLosOlivos .corte-torre {
  position: relative;
  max-height: 420px;
  max-width: 480px;
}
.olivos-a-1a8 {
  height: 226px;
  width: 115px;
  bottom: 24%;
  right: 17%;
}
.olivos-a-9 {
  top: 15%;
  right: 25%;
  width:80px;
  height:27px;
}
.olivos-a-10 {
  top: 9%;
  right: 27%;
  width: 67px;
  height:25px;
}
/**** Los Olivos - B ******/
.olivos-b {
  top: 9%;
  right: 41%;
  width: 68px;
  height: 282px;
}
/**** Los Olivos - C ******/
.olivos-c {
  top: 9%;
  width: 68px;
  height: 282px;
  left: 32%;
}
/**** Los Olivos - D ******/
.olivos-d-1a4 {
  width: 86px;
  height: 113px;
  bottom: 24%;
  left: 15%;
}
.olivos-d-5 {
  width: 86px;
  height:26px;
  bottom: 51%;
  left: 15%;
}
.olivos-d-6a10 {
  width: 86px;
  height: 141px;
  top: 9%;
  left: 15%;
}
}
@media (min-width:768px) and (max-width:1023px) {
  #TorreLosOlivos .corte-torre {
    width:330px;
    height: 255px;
  }
  .olivos-a-1a8 {
  height: 166px;
  width: 84px;
  bottom: 8%;
  right: 18%;
}
.olivos-a-9 {
  top: 18%;
  right: 23%;
  width: 68px;
  height: 22px;
}
.olivos-a-10 {
  top: 9%;
  right: 28%;
  width:50px;
  height:25px;
}
/**** Los Olivos - B ******/
.olivos-b {
  top: 10%;
  right: 42%;
  width: 44px;
  height: 209px;
}
/**** Los Olivos - C ******/
.olivos-c {
  top: 10%;
  width: 44px;
  height: 209px;
  left: 33%;
}
/**** Los Olivos - D ******/
.olivos-d-1a4 {
  width: 64px;
  height: 82px;
  bottom: 8%;
  left: 15%;
}
.olivos-d-5 {
  width: 64px;
  height: 21px;
  bottom: 41%;
  left: 15%;
}
.olivos-d-6a10 {
  width: 64px;
  height: 103px;
  top: 11%;
  left: 15%;
}
}
@media (max-width:767px) {
  #TorreLosOlivos .corte-torre {
    max-width: 330px;
    height: 223px;
    margin-bottom:30px;
  }
  .olivos-a-1a8 {
    bottom:5%;
    right:20%;
    width:70px;
    height:150px;
  }
  .olivos-a-9 {
    height:15px;
    width:60px;
    top:20%;
    right:23%
  }
  .olivos-a-10 {
    height: 18px;
    width: 46px;
    top: 11%;
    right: 27%;
  }
  /**** Los Olivos - B ******/
  .olivos-b {
    width: 41px;
    height:190px;
    top:10%;
    right: 41%;
  }
  /**** Los Olivos - C ******/
  .olivos-c {
    width:37px;
    height:190px;
    top:10%;
    left:34%;
  }
  /**** Los Olivos - D ******/
  .olivos-d-1a4 {
    width:70px;
    height:150px;
    bottom:5%;
    left:11%
  }
  .olivos-d-5 {
    width:70px;
    height:15px;
    left:11%;
    top:20%;
  }
  .olivos-d-6a10 {
    width:70px;
    height:15px;
    left:11%;
    top:11%
  }
}
/***** Maria - A ****/
#TorreMaria .corte-torre {
  height: 555px;
  max-width:335px;
  position: relative;
  margin:auto;
}
.maria-a {
  top: 13%;
  left: 30%;
  width: 57px;
  height: 413px;
}
.maria-a-15 {
  width: 58px;
  height: 28px;
  top: 8%;
  left: 30%;
}
/***** Maria - B ****/
.maria-b {
  top: 13%;
  left: 10%;
  width: 64px;
  height: 414px;
}
.maria-b-15 {
  width:55px;
  height:20px;
  top:9%;
  left:12%;
}
/***** Maria - C ****/
.maria-c-1a4{
  width: 61px;
  height: 94px;
  right: 14%;
  bottom: 12%;
}
.maria-c-5a14 {
  width: 61px;
  height: 318px;
  top: 13%;
  right: 14%;
}
.maria-c-15 {
  height:20px;
  width:60px;
  top:9%;
  right:13%;
}
/***** Maria - D ****/
.maria-d-1a4{
  width: 64px;
  height: 95px;
  bottom: 12%;
  right: 33%;
}
.maria-d-5a14 {
  width: 63px;
  height: 320px;
  right:33%;
  top: 13%;
}
.maria-d-15 {
  height: 29px;
  width: 64px;
  top: 8%;
  right:33%;
}
@media (max-width:767px) {
  #TorreMaria .corte-torre {
    margin-bottom:30px;
  }
}
/**** Felicitas - A ****/
@media (min-width:1023px) {
  #TorreFelicitas .corte-torre {
    width: 480px;
    position:relative;
    margin:auto;
  }
  .felicitas-a {
    width: 110px;
    height: 165px;
    top: 20%;
    right: 12%;
  }
  .felicitas-b {
    top: 20%;
    left: 18px;
    width: 100px;
    height: 165px;
  }
  .felicitas-c {
    top: 20%;
    right: 35%;
    width: 95px;
    height: 165px;
  }
  .felicitas-cpb {
    bottom:0;
    right: 14%;
    width:100px;
    height:50px;
  }
  .felicitas-d {
    top: 20%;
    left: 25%;
    width:100px;
    height: 163px;
  }
  .felicitas-dpb {
    bottom:0;
    left: 4%;
    width:100px;
    height:50px;
  }
}
@media (min-width:768px) and (max-width:1023px) {
    #TorreFelicitas .corte-torre {
    width: 330px;
    position:relative;
    margin: auto;
  }
  .felicitas-a {
    width: 73px;
    height: 114px;
    top: 20%;
    right:13%;
  }
  .felicitas-b {
    width: 69px;
    height: 114px;
    top: 20%;
    left:4%;
  }
  .felicitas-c {
    width: 64px;
    height: 116px;
    top: 19%;
    right: 36%;
  }
  .felicitas-cpb {
    width: 73px;
    height: 31px;
    bottom:0;
    right: 13%;
  }
  .felicitas-d {
    width: 64px;
    height: 118px;
    top: 18%;
    left: 25%;
  }
  .felicitas-dpb {
    width: 67px;
    height: 32px;
    bottom:0;
    left:4%;
  }
}
@media (max-width:767px) {
  .felicitas-a {
    width:88px;
    height:130px;
    top: 43px;
    right: 62px;
  }
  .felicitas-b {
    width:83px;
    height:130px;
    top: 43px;
    left: 26px;
  }
  .felicitas-c {
    width:78px;
    height:133px;
    top: 43px;
    right: 151px;
  }
  .felicitas-d {
    width:78px;
    height:134px;
    top: 43px;
    left: 108px;
  }
  .felicitas-cpb {
    width:84px;
    height:35px;
    bottom: 2px;
    right: 65px;
  }
  .felicitas-dpb {
    width:84px;
    height:35px;
    bottom: 2px;
    left: 24px;
  }
}
@media (max-width:380px) {
  #TorreFelicitas .corte-torre {
    max-width:300px;
    margin-bottom:20px;
  }
    .felicitas-a {
      width:65px;
      height: 102px;
      top: 33px;
      right: 77px;
    }
    .felicitas-b {
      width:60px;
      height: 102px;
      left: 51px;
      top: 33px;
    }
    .felicitas-c {
      width:58px;
      height:102px;
      top: 33px;
      right: 145px;
    }
    .felicitas-cpb {
      width:65px;
      height:28px;
      bottom: 20px;
      right: 77px;
    }
    .felicitas-d {
      width:56px;
      height:102px;
      top: 33px;
      left: 114px;
    }
    .felicitas-dpb {
      width:60px;
      height:30px;
      bottom: 20px;
      left: 50px;
    }
}
/**** Lucia ****/
#TorreLucia .corte-torre {
  max-width: 520px;
  position:relative;
  margin:auto;
}
.lucia-a-1y2 {
  width: 62px;
  height: 88px;
  right: 135px;
  bottom: 54px;
}
.lucia-a-3 {
  width: 141px;
  height: 44px;
  right: 56px;
  top: 103px;
}
.lucia-a-4 {
  width: 62px;
  height: 44px;
  top: 58px;
  right: 135px;
}
.lucia-b {
  width:68px;
  height:180px;
  bottom:52px;
  right:200px;
}
.lucia-c {
  width:100px;
  height:180px;
  bottom:52px;
  left:150px
}
.lucia-d-1y2 {
  width:55px;
  height:88px;
  bottom:52px;
  left:92px;
}
.lucia-d-3 {
  width:110px;
  height:44px;
  top:103px;
  left:38px;
}
.lucia-d-4 {
  width:55px;
  height:44px;
  top:60px;
  left:92px;
}
.lucia-e-1y2 {
  width:55px;
  height:88px;
  left:38px;
  bottom:54px;
}
.lucia-e-4 {
  width:55px;
  height:44px;
  top:60px;
  left:38px;
}
.lucia-f-1y2 {
  width:76px;
  height:88px;
  bottom:54px;
  right:58px
}
.lucia-f-4 {
  width:76px;
  height:44px;
  top:60px;
  right:58px;
}
@media (min-width:768px) and (max-width:1023px) {
  .lucia-a-1y2 {
  width: 39px;
  height: 52px;
  right: 87px;
  bottom: 35px;
}
.lucia-a-3 {
  width: 88px;
  height: 24px;
  right: 37px;
  top: 69px;
}
.lucia-a-4 {
  width: 39px;
  height: 26px;
  top: 38px;
  right: 87px;
}
.lucia-b {
  width: 44px;
  height: 114px;
  bottom: 35px;
  right: 124px;
}
.lucia-c {
  width: 61px;
  height: 114px;
  bottom: 34px;
  left: 98px;
}
.lucia-d-1y2 {
  width: 36px;
  height: 53px;
  bottom: 34px;
  left: 61px;
}
.lucia-d-3 {
  width: 74px;
  height: 28px;
  top: 68px;
  left: 24px;
}
.lucia-d-4 {
  width: 34px;
  height: 29px;
  top: 37px;
  left: 62px;
}
.lucia-e-1y2 {
  width: 36px;
  height: 58px;
  left: 25px;
  bottom: 33px;
}
.lucia-e-4 {
  width: 36px;
  height: 29px;
  top: 38px;
  left: 25px;
}
.lucia-f-1y2 {
  width: 51px;
  height: 54px;
  bottom: 34px;
  right: 36px;
}
.lucia-f-4 {
  width: 50px;
  height: 29px;
  top: 37px;
  right: 36px;
}
}
@media (max-width:767px) {
  #TorreLucia .corte-torre {
    width:345px;
  }
  .lucia-a-1y2 {
  width: 39px;
  height: 59px;
  right: 91px;
  bottom: 35px;
}
.lucia-a-3 {
  width: 95px;
  height: 29px;
  right: 37px;
  top: 69px;
}
.lucia-a-4 {
  width: 40px;
  height: 30px;
  top: 38px;
  right: 90px;
}
.lucia-b {
  width: 44px;
  height: 119px;
  bottom: 35px;
  right: 133px;
}
.lucia-c {
  width: 68px;
  height: 120px;
  bottom: 34px;
  left: 98px;
}
.lucia-d-1y2 {
  width: 36px;
  height: 60px;
  bottom: 34px;
  left: 61px;
}
.lucia-d-3 {
  width: 74px;
  height: 28px;
  top: 70px;
  left: 24px;
}
.lucia-d-4 {
  width: 37px;
  height: 29px;
  top: 39px;
  left: 62px;
}
.lucia-e-1y2 {
  width: 36px;
  height: 60px;
  left: 25px;
  bottom: 33px;
}
.lucia-e-4 {
  width: 36px;
  height: 29px;
  top: 39px;
  left: 25px;
}
.lucia-f-1y2 {
  width: 51px;
  height: 59px;
  bottom: 35px;
  right: 38px;
}
.lucia-f-4 {
  width: 50px;
  height: 29px;
  top: 39px;
  right: 38px;
}
}
