.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: 10px;
  padding-top: 10px;
  z-index: 10 !important;
  position: fixed;
  border-bottom: 0px solid #f1f1f1;
  background: #fff;
}

.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: #fff !important;
  /* background-image: linear-gradient(to right, #fff, #12229b); */
  /* border-bottom: 1px solid #eee; */
}

.tg-footer{
  background-color: #F6F6F6 !important;
}
  .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: #768A9E;
    margin-bottom: 1em;
    display: table;
    font-family: 'Raleway' !important;
    font-weight: bold;
    font-size: 1.25em;
  }
  .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: 2em;
  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 1.5em;
    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: 'Raleway' !important;
}
.tg-widgettext .tg-widgetcontent span{
  font-family: 'Raleway' !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: 8px;
    }

    .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;
    }

    .SliderIn{
      padding-left: 1em;
      padding-right: 1em;
    }

  }

  .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: 100;
  width: 100%;
  height: 100vh;
  /* background: rgba(0,0,0,.75); */
  background: #0db3af;
  display: none;
}
.Active{
  display: table;
}
  .MenuFull li{
    list-style: none;
    margin-bottom: 1em;
  }
    .MenuFull li a{
      color: #fff;
      font-size: 1.5em;
    }
      .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;
  }
  .tg-header{
    /* background: rgba(18,34,155,.75) !important; */
    background: #fff !important;
    border-bottom: 1px solid #eee;
    height: 60px !important;
  }
  .tg-logo-movil{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 10px;
  }
  .Logo{
    max-width: 180px !important;
  }
  .LogoScroll{
    display: none !important;
  }
  .Logo{
    display: table !important;
  }
  .navbar-header{
    cursor: pointer;
  }

}

.ShowXs{
  display: none;
}

.PadSecA{
  /* padding: 4em 0px !important; */
}

@media (max-width: 575px) {

  .col-xs-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .HideXs{
    display: none !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;
  }
  .BgPosR80-Xs{
    background-position: 80% center;
  }

  .SecFixMo{
    display: table !important;
  }

  .NoPadTop-Xs{
    padding-top: 0px !important;
  }

  .Padtop2-Xs{
    padding-top: 4em;
  }

}

/*-- End Mobile --*/

/*-- Slider --*/
.SliderIn{
  width: 100%;
}
.Dots-Container{
  display: none;
}
/*-- End Slider --*/

/*-- Botones --*/
.Btn-A1{
  background-color: #ffb02e;
  color: #183a5c;
  border-radius: 50px;
  padding: .25em 2em .25em 2em;
  font-size: 16px;
}
  .Btn-A1:hover{
    background-color: #30BBB3;
  }
.Btn-A2{
  background-color: #30BBB3;
  color: #ffffff;
  border-radius: 50px;
  padding: .25em 3em .45em 3em;
  font-size: 18px;
}
  .Btn-A2:hover{
    background-color: #FFB02E;
    color: #183a5c;
  }
/*-- End Botones --*/

/*-- Hrs --*/
.HrsA1{
  margin-top: 0px;
  margin-bottom: 3em;
  border-top: 5px solid #ffb02e;
  border-bottom: 0px;
  width: 15%;
}
.HrsA2{
  margin-top: 0px;
  margin-bottom: .25em !important;
  border-top: 3px solid #ffb02e;
  border-bottom: 0px;
  width: 35%;
}
.HrsA3{
  margin-top: 0px;
  margin-bottom: .25em !important;
  border-top: 4px solid #30BBB3;
  border-bottom: 0px;
  width: 15%;
}
/*-- End Hrs --*/

/*-- Boxes Slidar --*/
.FechaA1{
  font-size: 2em;
  font-weight: Bold;
  font-family: 'Raleway' !important;
  line-height: 1em;
  margin-bottom: 0px;
}
.FechaA2{
  font-size: 4em;
  font-weight: Bold;
  font-family: 'Raleway' !important;
  line-height: 1em;
  margin-bottom: 0px;
}
.SecBoxSliders .tg-homeslider .owl-dots{
  margin-bottom: -75px;
}
/*-- End Boxes Slidar --*/

.MarginAuto{
  margin: auto;
}

.m-top-1{
  margin-top: 1em !important;
}
.m-top-2{
  margin-top: 2em !important;
}
.m-top-3{
  margin-top: 3em !important;
}
.m-top-4{
  margin-top: 4em !important;
}
.m-top-5{
  margin-top: 5em !important;
}
.m-top-6{
  margin-top: 6em !important;
}
.m-top-7{
  margin-top: 7em !important;
}
.m-top-8{
  margin-top: 8em !important;
}


.m-bottom-1{
  margin-bottom: 1em !important;
}
.m-bottom-2{
  margin-bottom: 2em !important;
}
.m-bottom-3{
  margin-bottom: 3em !important;
}
.m-bottom-4{
  margin-bottom: 4em !important;
}
.m-bottom-5{
  margin-bottom: 5em !important;
}
.m-bottom-6{
  margin-bottom: 6em !important;
}
.m-bottom-7{
  margin-bottom: 7em !important;
}
.m-bottom-8{
  margin-bottom: 8em !important;
}

/*-- Forms --*/
.Forms{

}
  .Forms h3{
    font-family: 'Raleway' !important;
    font-size: 2em !important;
    line-height: 1.5em !important;
    color: #46617C !important;
    text-align: left;
    font-weight: Bold;
    margin-bottom: 0em;
  }
  .Forms h4{
    font-family: 'Raleway' !important;
    font-size: 1.5em !important;
    line-height: 1.5em !important;
    color: #46617C !important;
    text-align: left;
    font-weight: Bold;
    margin-bottom: 0em;
  }

/*-- End Forms --*/

.form-control{
  border-radius: 0px !important;
  height: 36px !important;
  font-size: .9em !important;
}

.sweet-alert input{
  display: none;
}

.confirm{
  border-radius: 50px !important;
  background-color: #30BBB3 !important;
  color: #ffffff !important;
}

.BgFullContact{
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:url('../images/img01.jpg');
}

.FullWidthSec{
  padding: 0px !important;
}
.FullWidthSec .container{
  max-width: 100% !important;
}

.InfoHideViewHide{
  display: none;
}
