.text-itegra {
    /*height: 25vh;*/
}
.text-itegra div {
    max-width: 900px;
    margin: 6vh auto;
}
.text-itegra div p {
    font-size: 4rem;
    /*padding-top: 8%;*/
    width: 80%;
    display: inline-block;
    text-align: left;
}
.text-itegra span img {
    width: 125px;
    float: left;
    /*margin-top: 7%;*/
}

.text-itegra div .text-box {
    width: 20%;
    height: 40px;
    background: linear-gradient(to bottom right, #3ca0b3, #19405b);
    display: inline-block;
    float: left;
    margin-top: 9%;
}

#timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #031625;
}
#timeline:hover .tl-item {
    width: 23.3333%;
}

.tl-item {
    -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
    position: relative;
    width: 25%;
    height: 75vh;
    min-height: 835px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after {
    -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tl-item:after {
    background: rgba(42, 109, 132, 0.85);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
}
.tl-item:before {
    background: linear-gradient(0deg, #111, rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) translateY(50%);
          transform: translate3d(0, 0, 0) translateY(50%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.tl-item:hover {
    width: 55% !important;
}
.tl-item:hover:after {
    opacity: 0;
}
.tl-item:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) translateY(0);
          transform: translate3d(0, 0, 0) translateY(0);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
    opacity: 1;
    -webkit-transform: translateY(0);
          transform: translateY(0);
    -webkit-transition: all 0.75s ease 0.5s;
    transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.tl-content {
    -webkit-transform: translate3d(0, 0, 0) translateY(25px);
            transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 35%;
    opacity: 0;
}
.tl-content h1 {
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal;
}
.tl-content p {
    color: #fff;
    font-size: 2.2rem;
    text-align: justify;
}
.tl-content span img {
    max-width: 130px;
    margin: 0 5px;
    margin-top: -30px;
}

.tl-year {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.tl-year p {
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 2.5rem;
    line-height: 2;
    color: #fff;
    margin: 5px 0;
}

.tl-bg {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

@media(max-width: 1600px) {
    .tl-content p {
        font-size: 2.4rem;
    }

    .tl-item:hover {
      width: 70% !important;
    }
}

@media(max-width: 1366px) {
    .tl-item {
        min-height: 720px;
    }

    .tl-content p {
        font-size: 1.9rem;
    }

    .tl-item:hover {
      width: 70% !important;
    }
}

@media(max-width: 1024px) {
    .tl-item {
        min-height: 750px;
    }
    .tl-item:hover {
      width: 75% !important;
    }

    /* text itegra */
    .text-itegra div {
        max-width: 700px;
    }
    .text-itegra span img {
        width: 95px;
    }
    .text-itegra div p {
        font-size: 3rem;
        /*padding-top: 10.5%;*/
    }

    .tl-content {
        margin: 0 15em;
    }

    .tl-content p {
        font-size: 1.7rem;
    }

    .text-itegra div .text-box {
        width: 20%;
        height: 30px;
        background: linear-gradient(to bottom right, #3ca0b3, #19405b);
        display: inline-block;
        float: left;
        margin-top: 12%;
    }
}

@media(max-width: 750px) {
    #timeline {
        display: none;
    }
    .text-itegra span img {
        width: 150px;
        float: none;
    }
}





.modal-open {
    padding-right: 0px !important;
}

.modal {
    position: fixed;
    right: 0;
    z-index: 1050;
    display: none;
}
.modal-content {
    text-align: center;
}
.modal-content.col-md-12 {
    padding-left: 0;
}
.modal.modal-wide .modal-dialog {
  width: 90%;
  text-align: center;
}
.modal-dialog h4 {
  font-size: 25px;
  color: #2ba6ae;
  font-weight: bold;

}
.modal-wide .modal-body {
  overflow-y: auto;
}
#tallModal .modal-body p {
    margin-bottom: 900px
}
#normalModal {
    margin: 0;
    padding-right: 0;
}
.modal-backdrop.in {
    opacity: .3;
    z-index: -1;
}

.tour-free {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 70vh;
    background: #2ba6ae;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    border-radius: 10px 0 0 10px;
}
.tour-free:hover, .tour-free:focus {
    background: #24888f;
}
.img-form {
    min-height: 596px;
    /*background-size: 100%;*/
    background-position: center;
    border-radius: 5px 0 0 5px;
}

@media(max-width: 1600px) {
    .img-form {
        min-height: 636px;
    }
}

@media(max-width: 1366px) {
    .img-form {
        min-height: 570px;
    }
}

@media (max-width: 995px) {
    .img-form {
        display: none;
    }
    .modal-body {
        padding: 15px 0;
    }
    .modal-header {
        padding: 15px 0;
    }
}




.bdr-ripple-ani-btn.pink {
  color:white;
  animation: at-ripple-pink 0.6s linear infinite;
}
.bdr-ripple-ani-btn i {
  transform: rotate(0deg);
  transition: 0.5s ease;
}
.bdr-ripple-ani-btn:hover i {
  background: #2ba6ae;
}
@-webkit-keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 0 rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 174, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 174, 0.1), 0 0 0 20px rgba(43, 166, 174, 0);
  }
}
@keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 0 rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 1742, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 174, 0.1), 0 0 0 20px rgba(43, 166, 174, 0);
  }
}
/* Pink Animate */
@-webkit-keyframes at-ripple-pink {
  0% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 0 rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 174, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 174, 0.1), 0 0 0 20px rgba(43, 166, 174, 0);
  }
}
@keyframes at-ripple-pink {
  0% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 0 rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 174, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(43, 166, 174, 0.1), 0 0 0 5px rgba(43, 166, 174, 0.1), 0 0 0 10px rgba(43, 166, 174, 0.1), 0 0 0 20px rgba(43, 166, 174, 0);
  }
}