.tg-haslayout{
  overflow: initial !important;
}

.FlexCenter{
  display: flex;
  align-items: center;
  justify-content: center;
}

.No-Padder{
  padding: 0px;
}

.dropdown-menu{
  left: -100px;
  border-radius: 0px;
  border: 0px;
  top: 69px;
  width: max-content;
  background: transparent !important;
}
.tg-navigation ul li a{
  padding-left: 15px;
  font-family: 'SuisseIntLight';
  color: #ffffff;
}
.tg-navigation ul li a:hover{
  color: #81d8d0;
}

.tg-header{
  width: 100%;
  padding-bottom: 0px;
  padding-top: 5px;
  z-index: 100 !important;
  position: fixed;
  border-bottom: 0px solid #f1f1f1;
  background: transparent;
}

.BgHead1 .tg-logo .Logo{ display: none; }
.tg-logo .LogoScroll{ display: none; }
.BgHead1 .tg-logo .LogoScroll{ display: table; }
.BgHead1{
  /* background: rgba(18,34,155,.75) !important; */
  background-color: #000;
  /* background-image: linear-gradient(to right, #fff, #12229b); */
  /* border-bottom: 1px solid #eee; */
}

.tg-footer{
  background-color: #000000 !important;
}
  .tg-footer .tg-fourcolumns .container{
    border-top: 1px solid #707070;
    padding-top: 2em;
    margin-top: 0em;
  }
  .tg-footer a{
    color: #c3c3c3;
    text-decoration: none;
  }
    .tg-footer a:hover{
      color: #fff;
      text-decoration: underline;
    }
  .tg-footer h3{
    color: #fff;
    margin-bottom: 1em;
    display: table;
  }
  .tg-footer h4{
    color: #d8194e;
    margin-bottom: 1em;
    display: table;
    font-family: 'Roboto' !important;
  }
  .tg-footer h5{
    color: #707070;
  }
  .tg-footer p{
    color: #707070;
  }
  .tg-footer a{
    color: #707070;
  }
  .tg-footer a:hover{
    color: #fff;
    text-decoration: underline;
  }
  .Footer_Social a{
    margin-right: 1em;
  }
  .Footer_Social_Home a{
    color: #fff;
  }
    .Footer_Social_Home a:hover{
      text-decoration: underline;
    }

  .tg-footer label{
    color: #fff;
    font-size: 14px;
  }
  .tg-footer .form-control{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }

.TableSec tr td{
  vertical-align: top;
  text-align: left;
  border: 0px;
}
.TableSec tr td:first-child{
  line-height: 1.5em;
  color: #E22523;
}

/* Btns */
.btn-red{
  background-color: #E22523;
  color: #fff;
  border-radius: 0px;
  letter-spacing: .05em;
  font-size: 1em;
  cursor: pointer;
}
  .btn-red:hover{
    background-color: #FF0300;
  }
/* Btns */

/* BoxBan */
.BoxBan{
  height: 40vh;
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .BoxBan .BoxBanIn{
    background-color: rgba(18,25,50,.35);
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 1.5em 3em;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .BoxBan .BoxBanIn:hover{
    background-color: rgba(18,25,50,.6);
  }
    .BoxBan .BoxBanIn:hover a{
      text-decoration: none !important;
    }
    .BoxBan .BoxBanIn .BoxBanTxt{
      width: 100%;
    }
    .BoxBan .BoxBanIn h2{
      color: #fff;
      font-size: 2em;
      line-height: 1;
      font-weight: bold;
      font-family: 'Rubik' !important;
    }
      .BoxBan .BoxBanIn h2 span{
        font-size: .6em;
        font-weight: normal;
      }
    .BoxBan .BoxBanIn p{
      color: #fff;
      font-size: .9em;
      line-height: 1.2em;
      letter-spacing: .05em;
    }
    .BoxBan .BoxBanIn a{
      color: #fff;
      text-decoration: none;
    }
      .BoxBan .BoxBanIn a:hover{
        text-decoration: underline;
      }
/* End BoxBan */

.SecHomeBoxes1{
  padding-top: 7em;
  padding-bottom: 0em;
}

.SecLogosBar{
  padding-top: 2em;
  padding-bottom: 2em;
}

/* SecNumberBar */
.SecNumberBar{
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #10213b;
}
  .SecNumberBar h4{
    font-family: 'Rubik' !important;
    color: #fff;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
    .SecNumberBar h4 span{
      font-size: 3em;
      font-weight: bold;
    }
/* End SecNumberBar */

/* SecInfo1 */
.SecInfo1{
  background: #f5f5f5;
  padding-top: 3em;
  padding-bottom: 3em;
}
  .SecInfo1 h2{
    font-size: 2em;
    color: #4a4a4a;
    /* font-style: italic; */
    margin-bottom: 1em;
    /* font-weight: bold; */
    font-family: 'Roboto' !important;
    line-height: 1em;
  }
    .SecInfo1 h2 span{
      background: -webkit-linear-gradient(#828282, #eeeeee, #828282);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .SecInfo1 h3{
      color: #ffffff;
      margin-bottom: 1em;
      font-weight: bold;
      font-family: 'Roboto' !important;
      font-size: 1.5em;
      line-height: 1em;
    }
      .SecInfo1 h3 span{
        color: #81d8d0;
      }
  .SecInfo1 p{
    letter-spacing: .05em;
    font-size: 1em;
    margin-bottom: 2em;
    font-family: 'Roboto';
    color: #4a4a4a;
  }
    .SecInfo1 p span{
      color: #81d8d0;
    }
  .SecInfo1 label{
    /* color: #ffffff; */
    font-family: 'Roboto' !important;
    letter-spacing: .05em;
    font-size: 1em;
  }
  .SecInfo1 .form-control{
    /* color: #ffffff; */
    font-family: 'Roboto' !important;
    letter-spacing: .05em;
    font-size: 1em;
    background: transparent;
    border-radius: 0px;
    height: 2.5em;
    /* border: 1px solid #fff; */
  }
/* End SecInfo1 */

/* SecBgInfo1 */
.SecBgInfo1{
  background-size: cover;
  background-position: center;
}
  .SecBgInfo1 h1{
    color: #fff;
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    font-family: 'Rubik' !important;
    font-style: inherit;
  }
    .SecBgInfo1 h1 span {
      font-size: .6em;
      font-weight: normal;
    }
  .SecBgInfo1 h2{
    color: #fff;
  }
  .SecBgInfo1 p{
    color: #fff;
  }
/* End SecBgInfo1 */

/* SecTexts */
.SecTexts{
  background: rgba(256,256,256,.85);
  min-height: 100vh;
}
  .SecTexts h2{
    color: #777;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    font-family: 'Rubik' !important;
    font-style: inherit;
  }
    .SecTexts h2 span{
      font-size: .6em;
      font-weight: normal;
    }
    .SecTexts h3{
      color: #777;
      font-size:1.15em;
      line-height: 1;
      font-weight: bold;
      font-family: 'Rubik' !important
    }
  .SecTexts p{
    color: #777;
    letter-spacing: .05em;
    font-size: .9em;
  }
/* End SecTexts */

/* InfoOfi */
.InfoOfi{

}
  .InfoOfi h2{
    font-size: 1.5em;
    font-weight: bold;
    /* font-family: 'Rubik' !important; */
    margin: 0px;
    color: #777777;
  }
  .InfoOfi h3{
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Rubik' !important;
    color: #777777;
  }
  .InfoOfi p{
    letter-spacing: .05em;
    font-size: .9em;
    margin-bottom: 1em;
  }
  .InfoOfi a{
    text-decoration: none;
    color: #777777;
  }
    .InfoOfi a:hover{
      text-decoration: underline;
      color: #E22523;
    }
/* End InfoOfi */

.btn-Up{
  position: fixed;
  z-index: 10;
  bottom: 15px;
  right: 15px;
  background: #d71920;
  color: #fff;
  padding-bottom: 10px;
}

.tg-widgetcontent ul li a{
  font-family: 'Roboto', Arial !important;
}
.tg-widgettext .tg-widgetcontent span{
  font-family: 'Roboto' !important;
}


.Testi-Box{
  background: #242831;
  color: #fff;
  padding: 2em;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 15px;
  height: auto;
}
  .Testi-Box h3{
    color: #81d8d0 !important;
    font-size: 1.5em;
  }
  .Testi-Box h4{
    color: #b5b9c2;
    font-size: 1em;
    line-height: 1.4em;
  }
  .Testi-Box p{
    color: #fff;
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
  }

  #more{ display: none; }

  .BtnReadMore{
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border: 0px;
    text-decoration: underline;
  }
    .BtnReadMore:hover{
      color: #81d8d0;
    }

  .tg-headervtwo .tg-nav{
    margin-right: 0px !important;
  }

  @media (max-width: 768px) {

    .tg-navigationarea{
      position: absolute !important;
      right: 15px;
      top: 30px;
    }

    .mo-m-t-20{
      margin-top: 20px;
    }
    .mo-m-t-40{
      margin-top: 40px;
    }

    .mo-m-b-20{
      margin-bottom: 20px;
    }
    .mo-m-b-40{
      margin-bottom: 40px;
    }

    .MobileMenu{
      background: #080f13;
      height: 100vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      z-index: 50;
    }
    .MobileMenu ul li{
      list-style: none;
      color: #fff;
    }
    .MobileMenu ul li a{
      color: #fff;
      font-size: 1.2em;
      margin-bottom: 12px;
      display: table;
    }

    #tg-nav{
      position: relative;
    }

    .tg-headervtwo .tg-navigation{
      position: absolute;
      right: 0px;
      top: -10px;
      margin-top: 5px;
    }

  }

  .btn-close-menu{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background: transparent;
  }
    .btn-close-menu i{
      color: #ffffff;
      font-size: 3em;
    }

.Alink{
  text-decoration: none;
  color: #81d8d0 !important;
  font-weight: bold;
}

.VideoDiv{
  position: absolute;
  top: 0px;
  height: 100vh;
  left: 0px;
  width: 100%;
  z-index: 2;
}


.BoxFullImg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.SecBoxesFull{
  margin: 0px !important;
  padding: 0px !important;
}
  .SecBoxesFull .SecIn{
    height: 100vh;
  }


.btn-transparent{
  background: transparent;
}

.Btn-TopMenu i{
  color: #fff;
  margin-top: .5em;
  font-size: 2.5em;
}
.BgHead1 .Btn-TopMenu i{
  color: #333;
  margin-top: 0em;
}

.MenuFull{
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,1);
  display: none;
}
.Active{
  display: table;
}
  .MenuFull li{
    list-style: none;
    margin-bottom: 1em;
  }
    .MenuFull li a{
      color: #fff;
      font-size: 2em;
    }
      .MenuFull li a i{
        color: transparent;
        margin-right:.25em;
      }
      .MenuFull li a:hover{
        /* text-decoration: underline; */
      }
        .MenuFull li a:hover i{
          color: #fff;
        }

/*-- TimeLine --*/

.TimeLine{

}
  .TimeLine .Line{

  }
    .TimeLine .Line h3{
      color: #4a4a4a;
      font-size: 1.5em;
      margin: 0px;
      margin-bottom: .5em;
    }
    .TimeLine .Line p{
      color: #4a4a4a;
      font-size: 1em;
      margin-bottom: 2.5em;
    }
    .TimeLine .Line .Line-M{
      border-right: 1px solid #b0b0b0;
    }
    .TimeLine .Line .Line-L{
      text-align: right;
      padding-top: 1em;
      padding-bottom: 1em;
    }
    .TimeLine .Line .Line-R{
      text-align: left;
      padding-top: 1em;
      padding-bottom: 1em;
    }
    .TimeLine .Line .LineCircle{
      height: 94px;
      position: absolute;
      width: 100%;
      border-radius: 50%;
      left: 50%;
      margin: 1em 0em;
    }
      .TimeLine .Line:nth-child(even) .LineCircle{
        background: #d71920;
      }
      .TimeLine .Line:nth-child(odd) .LineCircle{
        background: #12229b;
      }
      .TimeLine .Line .LineCircle i{
        font-size: 1.5em;
        color: #fff;
      }

/*-- End TimeLine --*/

/*-- Numbers --*/
  .Numbers{

  }
    .Numbers .Number{
      margin-bottom: 3em;
    }
    .Numbers h3{
      color: #4a4a4a;
      margin-bottom: 1em;
      font-weight: bold;
      font-family: 'Roboto' !important;
      font-size: 1.5em;
      line-height: 1em;
      text-align: center;
    }
    .Numbers p{
      letter-spacing: .05em;
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 1em;
      color: #4a4a4a;
      text-align: center;
    }
      .Numbers p span{
        color: #d71920;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
      }
/*-- End Numbers --*/

/*-- Mapa1 --*/
  .BgGrey{
    fill:#CDCFCE;
  }

  .BtnEstado{
    fill:#385FAC !important;
    cursor: pointer;
  }
    .BtnEstado:hover{
      fill:#D72027 !important;
    }
    .BtnEstado:hover ~ svg > g{
      /* transform: scale(1.5); */
      /* fill:#D72027 !important;
      transform: scale(1.5); */
    }
    .BtnEstado:hover ~ .BgGrey {
      /* opacity: 0 !important;
      display: none !important; */
    }
    .BtnEstado {
      transition: all .5s;
      /*transform-origin: 55% 55%; */
    }

    #Layer_1 g,
    #Layer_2 g
    {
      transition: all .5s;
    }

/*-- End Mapa1 --/

/*-- Mapa2 --*/
  .BtnEstadoAre:hover{
    fill:#D72027 !important;
    cursor: pointer;
  }

  /* .AreaMap1:hover ~ .AreaMap1,
  .AreaMap2:hover ~ .AreaMap2,
  .AreaMap3:hover ~ .AreaMap3,
  .AreaMap4:hover ~ .AreaMap4 */
  .AreaMap1:hover
  {
    fill:#D72027 !important;
  }

  .SelMapActive{ fill:#D72027 !important; }

/*-- End Mapa 2 --*/

/*-- TimeLine --*/
.hori-timeline .events {
    /* border-top: 3px solid rgba(0,0,0,.25); */
}
.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px solid #d62631;
  top: 0;
  display: none;
}
.BtnAnio:hover .hori-timeline .events .event-list:before {
  display: table;
}
.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  /* width: 75px; */
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
      display: inline-block;
      width: 16%;
      padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
      top: -18px;
      font-size: 1.5em;
      font-weight: bold;
    }
}

.event-list:hover .bg-soft-primary,
.soft-primary{
  background-color: #bcbeb9 !important;
  color: #28378c !important;
}

.bg-soft-primary {
  /* background-color: rgba(18,34,155,.75); */
  background-color: #d71a21;
  color: #fff !important;
  padding-bottom: 4px !important;
  width: 80% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 20px !important;
  border-radius: 0px !important;
}
  .bg-soft-primary:before{
    /* -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); */
  }
  .bg-soft-primary:hover {
    background-color: #d72734 !important;
    color: #fff !important;
    font-weight: bold;
  }
.bg-soft-success {
    background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
    background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
    background-color: rgba(249,213,112,.3)!important;
}
.card {
    /* border: none;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44); */
}

.CardInTime{
  position: absolute;
  left: -30%;
  z-index: 3;
  display: none;
  border: 0px solid #e9ecef;
  border-radius: 15px;
  background: #2a358e;
  font-size: .8em !important;
  padding: 0px;
  text-align: left;
  color: #fff !important;
  /* border-left: 4px solid #d72734;
  border-bottom: 4px solid #d72734; */
  box-shadow: none !important;
  width: 300px;
  top: 6em;
}
.CardInTime p{
  margin: 0px;
  color: #fff !important;
  padding: 15px;
  margin-bottom: .5em;
}
.CardInTime img{
  width: 100%;
}
@media (min-width: 992px) {
  .BtnAnio:hover .CardInTime{
    display: table;
  }
  .TopPad1{
    margin-top: 5em;
  }
}

.logo-img path {
  fill: #666;
}

/*-- End Timneline --*/


/*-- Mobile --*/
@media (max-width: 991px) {

  .tg-headervtwo.tg-headerfixed.scroll-to-fixed-fixed{
    /* background: rgba(18,34,155,.75) !important; */
    /* background: #fff !important; */
    background: transparent !important;
  }
  .tg-header{
    /* background: rgba(18,34,155,.75) !important; */
    /* background: #fff !important; */
    background: transparent !important;
    /* border-bottom: 1px solid #eee; */
  }
  .tg-logo-movil{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 10px;
    margin-top: 1.25em;
  }
  .Logo{
    max-width: 80px !important;
  }
  .LogoScroll{
    display: none !important;
  }
  .Logo{
    display: table !important;
  }
  .navbar-header{
    cursor: pointer;
  }

}

.ShowXs{
  display: none;
}

.PadSecA{
  /* padding: 4em 0px !important; */
}


.LogoHomeSlider{
  padding: 30px;
  padding-bottom: 20px;
  width: 500px;
}
.LogoHomeSliderP{
  font-size: 1.4em;
}

.CortinaXs{
  display: none !important;
}

.ShowXs{
  display: none;
}

@media (max-width: 575px) {

  .ProyectoInfoShow{
    overflow: auto;
    max-height: 85vh;
  }

  .No-b-p{
    padding-bottom: 0px !important;
  }

  .tg-logo-movil{
    left: 0px !important;
  }

  .tg-navigation{
    right: -30px !important;
  }

  .CortinaMd{
    display: none !important;
  }

  .CortinaXs{
    display: table !important;
  }

  .col-xs-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .HideXs{
    display: none !important;
  }
  .ShowXs{
    display: table !important;
  }

  .Padding-l-r-Xs{
    padding: 0em 4em;
  }
  .Padding-t-Xs{
    padding-top: 8em !important;
  }

  .TextCenter-Xs{
    text-align: center !important;
  }
  .TextMargin0-Xs{
    margin: 0px !important;
  }

  .BtnIconTime{
    width: 100px !important;
    top: 30px !important;
    left: 0px !important;
    z-index: 2 !important;
  }
  .hori-timeline .events .event-list{
    padding-top: 110px;
  }

  .CardInTime{
    left: 3em;
    top: 10.5em;
  }

  .SecBoxesFull .SecIn{
    min-height: 100vh;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .ShowXs{
    display: table;
  }

  .BgPosRight-Xs{
    /* background-position: center right !important; */
    background-position: center !important;
  }
  .BgPosR80-Xs{
    background-position: 80% center;
  }

  .SecFixMo{
    display: table !important;
  }

  .NoPadTop-Xs{
    padding-top: 0px !important;
  }

  .Padtop2-Xs{
    padding-top: 4em;
  }

  .tg-headervtwo .tg-navigation{
    top: 15px;
  }

  .LogoHomeSlider{
    padding: 30px;
    padding-bottom: 15px;
    width: 90%;
  }
  .LogoHomeSliderP{
    font-size: 1em;
  }

  .PB-xs-1{
    padding-bottom: 1em;
  }

  .Pad-Left{
    padding-right: 15px !important;
  }

  .Pad-Right {
    padding-left: 15px !important;
  }

  .PadTop{
    padding-top: 15px !important;
  }

  .NavegadorPro .NavegadorProLPos{
    text-align: left !important;
    padding-left: 4em;
  }
  .NavegadorPro .NavegadorProRPos{
    text-align: right !important;
    padding-right: 4em;
  }

  .hrLineL{
    top: -55px !important;
  }

  .hrLineR{
    top: 47px !important;
  }

}
/*-- End Mobile --*/

.NavegadorPro .NavegadorProLPos{
  text-align: right;
}
.NavegadorPro .NavegadorProRPos{
  text-align: left;
}

.BtnMenu{
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-menu-toggle{
  float: left;
  width: 40px;
  margin-top: 0px;
  margin-right: 0px;
}
  .btn-menu-toggle hr{
    background-color: #707070;
    /* height: 1px; */
    width: 40px;
    margin: 0px;
    position: absolute;
    left: 0px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    transition-duration: 1s;
  }
  .btn-menu-toggle .hrCrossA{
    margin-top: 7px;
  }
  .hrCrossAa{
    transform: translate(0px, 7px) rotate(-45deg) scalex(1);
    margin-top: 0px !important;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
  }
  .btn-menu-toggle .hrCrossB{
    margin-top: 7px;
  }
  .hrCrossBb{
    transform: translate(0px, 7px) rotate(45deg) scalex(1);
    margin-top: 0px !important;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
  }

.menu-toggle-btn{
  margin: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;

  span{
    background: #1d1d1b;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.3s linear;
  }
  &.open{
    span{
        &:nth-child(1),
        &:nth-child(3){
            transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
                margin: 0;
        }
        &:nth-child(2){
            height: 0;
                margin: 0;
        }
        &:nth-child(3){
            transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
        }
    }
  }
}

.no-padding{
  padding: 0px !important;
}

.ProImgA{
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-color: #000;
  min-height: 3em;
}

.ProImg{
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-color: #000;
  min-height: 3em;
}
.ProImgIn{
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.83s;
}
.ProImgIn:hover{
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.ProImgInTexts{
  padding: 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
  .ProImgInTexts h3{
    color: #fff;
    font-size: 1.25em;
    font-weight: initial;
    margin-bottom: 0px;
  }
  .ProImgInTexts p{
    color: #fff;
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: lighter;
    margin: 0px;
  }


/*-- Texts --*/

  .Pro_Title{
    font-family: 'D-DIN' !important;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
  }

  .Pro_Desc{
    font-family: 'D-DIN'  !important;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
  }

  .Pro_Tag{
    font-family: 'D-DIN'  !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #383838;
    margin-bottom: 8px;
  }

  .Pro_Nav a{
    font-family: 'D-DIN' !important;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #383838;
    margin-bottom: 8px;
    text-decoration: none;
  }
    .Pro_Nav a:hover{
      color: #d8194e;
      text-decoration: underline;
    }

  .Pro_Tag_Info{
    font-family: 'D-DIN'  !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #707070;
    text-transform: uppercase;
  }

/*-- End Texts --*/

/*-- Boxes --*/

  .PadTop{
    padding-top: 25vh;
  }

  .Pad-Right{
    padding-left: 50%;
  }

  .Pad-Left{
    padding-right: 50%;
  }

  .Pad-Right-A{
    padding-left: 15%;
  }

  .Pad-Left-A{
    padding-right: 15%;
  }

  .ProImgBoxBlack{
    opacity: 0;
    transition: all 1s;
    background-color: rgba(0,0,0,.50);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .ProImgBoxBlack:hover{
      opacity: 1;
    }
  .ProImgBoxBlack .BtnPlay{
    background-color: rgba(255,255,255,.75);
    width: 8em;
    height: 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
    .ProImgBoxBlack .BtnPlay i{
      font-size: 1.75em;
      color: #000;
      padding-left: .15em;
    }

/*-- End Boxes --*/

/*-- NavegadorProImg --*/

  .NavegadorProFloat{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    transition: opacity .75s;
    /* transition: all 1s ease; */
  }

  .NavegadorPro{
    background-size: cover;
    background-position: center;
    position: relative;
    /* transition: background-image 3s; */
  }
  .NavegadorPro:hover{
  }
  .NavegadorProImg{
    /* height: 25vh; */
    height: 32vh;
    /* height: 300px; */
    background: rgba(0,0,0,.50);
  }
    .NavegadorProImg p{
      margin: 0px;
      color: #aeaeae;
      font-size: .85em;
    }
    .NavegadorProImg h3{
      margin: 0px;
      color: #fff;
      font-size: 32px;
    }
/*-- End NavegadorProImg --*/

/*-- Mobile --*/
@media (max-width: 575px) {

  .tg-navigationarea{
    padding: 0px !important;
    position: absolute !important;
    top: 0px;
    right: 0px;
  }

  .col-lineout{
    display: none;
  }

  .col-line{
    text-align: left;
    padding-left: 4em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .col-line h3{
    margin-bottom: 0px;
  }

  .tg-footercolumn{
    padding: 0px;
  }

  .ProImgIn{
    opacity: 1 !important;
    background: rgba(0,0,0,.5) !important;
  }

  .Hide-Mobile{
    display: none;
  }

  .Show-Mobile{
    display: table;
    width: 100%;
  }

  .NavegadorProImg h3{
    font-size: 1.25em;
  }

  .NavegadorProImg p {
    margin: 0px;
    color: #707070;
    font-size: .75em;
  }

}
/*-- End Mobile --*/

@media (min-width: 576px) {

  .Hide-Mobile{
    display: table;
    width: 100%;
  }

  .Show-Mobile{
    display: none;
  }

}

.SectionFix{
  position: absolute;
  z-index: 3;
  width: 100%;
}

.BtnInfoPro{
  cursor: pointer;
}
  .BtnInfoPro:hover{
    color: #fff;
  }

.ProyectoInfoShow{
  position: fixed;
  top: 139px;
  width: 100%;
}


/*-- Cortina --*/

  .Cortina{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
  }

  .Cortina-W{
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
  }
    .Cortina-W h3{
      width: 100%;
      text-align: left;
      padding-right: 15px;
      color: #d8194e;
      font-size: 3em;
      margin-bottom: 0px;
    }

  .Cortina-L{
    height: 100vh;
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
  }
    .Cortina-L h3{
      width: 100%;
      text-align: right;
      padding-right: 15px;
      color: #d8194e;
      font-size: 4em;
    }

  .Cortina-R{
    height: 100vh;
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000;
  }
    .Cortina-R h3{
      width: 100%;
      text-align: left;
      padding-left: 15px;
      color: #fff;
      font-size: 4em;
    }

/*-- End Cortina --*/


#BlackDiv {
  /* opacity: 0; */
  display: none;
  /* transition: opacity 1s; */
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  z-index: 200;
  pointer-events: none;
}

#BlackDiv.fade {
  /* opacity: 1; */
}

@media (max-width: 300px) {
  .hide-xs-special-A{
    display: none !important;
  }
}


.BtnMenu .hrCrossC{
  width: 0px;
  transition: all .5s;
  background-color: #ffffff;
  margin-top: 7px;
  z-index: 2;
}
.BtnMenu:hover .hrCrossC{
  width: 40px;
}
.BtnMenuOpen .hrCrossC{
  opacity: 0;
  width: 0px;
}
.BtnMenu .hrCrossA, .BtnMenu .hrCrossB{
  background-color: #707070;
}
.BtnMenuOpen .hrCrossA, .BtnMenuOpen .hrCrossB{
  background-color: #ffffff;
  border: 1px solid #fff;
}

.BtnMenu .btn-opened{
  display: none;
}
.BtnMenu .btn-closed{
  display: table;
  margin-left: 40px;
  letter-spacing: .25em;
  font-size: .8em;
}
.BtnMenuOpen .btn-opened{
  display: table;
  margin-left: 27px;
  letter-spacing: .25em;
  font-size: .8em;
}
.BtnMenuOpen .btn-closed{
  display: none;
}


.hrLineL{
  border-color: #fff;
  border-top-color: rgb(255, 255, 255);
  border-top: 2px;
  width: 50px;
  background-color: #fff;
  height: 2px;
  position: absolute;
  top: -7px;
  left: 0px;
  transition: all .5s;
}
.hrLineR{
  border-color: #fff;
  border-top-color: rgb(255, 255, 255);
  border-top: 2px;
  width: 50px;
  background-color: #fff;
  height: 2px;
  position: absolute;
  top: -7px;
  right: 0px;
  transition: all .5s;
}

.BanTodos{
  background-color: #000;
  padding: 10em;
  position: relative;
  cursor: pointer;
}
  .BanTodosCard{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    height: 100%;
    z-index: 1;
    width: 0%;
    transition: width .5s;
  }
  .BanTodosIn{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0px;
    left: 0px;
    padding: 8em;
  }
  .BanTodos h3{
    color: #fff;
  }
  .BanTodos:hover h3{
    color: #000;
  }
  .BanTodos:hover .BanTodosCard{
    width: 100%;
  }


.modal-content{
  background: transparent !important;
}
.modal-lg{
  max-width: 90% !important;
}
.ModalVideo iframe{
  width: 100%;
  height: 100vh;
}

.modal-open .modal{
  background: rgba(0,0,0,.75) !important;
}

.BtnInfoPro span{
  display: none;
}

.ShowOpc{
  display: table !important;
}
