/* =-=-=-=-=-=-= Global Style =-=-=-=-=-=-= */

.section-padding {
    padding: 100px 0;
}
.theme-color {
    color: #77a86d!important
}
.white-color {
    color: #fff!important
}
.theme-bg {
    background-color: #77a86d!important;
}
.gray-bg {
    background-color: #f9f9f9!important;
}


.no-padding {
    padding: 0;
}

.mt-0 {
    margin-top: 0!important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}


.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}


.pt-100 {
    padding-top: 100px
}
.pb-100 {
    padding-bottom: 100px
}
.ptb-50 {
    padding: 50px 0;
}


.section-title {
    display: table;
}

.title-border-container {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    position: relative;
}

.title-border-container .title-border {
    display: block;
    background: url(assets/images/pattern.png) repeat-x;
    width: 100%;
    height: 4px;
    position: relative;
    top: -6px;
    left: 10px;
}

.section-title h2 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #012E67;
    text-transform: uppercase;
    white-space: pre;
    margin: 0;
    text-align: center;
}

.section-title h2 span {
    font-weight: 300!important;
}


.section-title.center {
    display: block;
    text-align: center;
    background: url(assets/img/border.png) repeat-x 0 32px;
}
.section-title.center h2 {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}


@media screen and (max-width: 479px) {
    .title-border-container .title-border {
        display: none;
    }
    .section-title h2 {
        font-size: 24px;
    }

}




.page-header {
    margin: 40px 0 0;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.page-header h1 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.page-title-section {
    background: url(assets/images/page-cover.jpg) no-repeat center center  #000;
    background-size: cover;
    position: relative;
    min-height: 350px;
}

.page-title-section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-section {
  background: url(assets/img/eje3.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;

}
.tt-carousel .carousel-inner{
  min-height: 590px;  
}
.carousel-intro {
    padding-top: 160px;  
}
.carousel-title,
.crousel-subtitle{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.carousel-title{
    font-size: 40px;
}
.crousel-subtitle{
    font-size: 60px;
}
.carousel-intro p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.carousel-intro .btn{
    border: 2px solid #fff;
    border-radius: 0;
    margin-top: 20px;
}
.carousel-img {
    float: right;
}
.layer-one {
    padding-top: 115px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-intro {
        padding-top: 100px;
    } 
}
@media (min-width: 768px) and (max-width: 991px) {
    .tt-carousel .carousel-inner {
        min-height: 430px;
    }
    .carousel-intro {
        padding-top: 100px;
    }
    .carousel-intro h1 {
        font-size: 25px;
    }
    .carousel-intro h2 {
        font-size: 38px;
    }
    .layer-two {
        padding-top: 70px;
    }
}
@media (max-width: 767px) {
    .tt-carousel .carousel-inner {
        min-height: 450px;
    }
    .carousel-intro {
        padding-top: 80px;
    }  
}
@media (max-width: 530px) {
    .carousel-intro h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .carousel-intro h2 {
        font-size: 30px;
    }
    .carousel-intro p {
        font-size: 14px;
        line-height: 20px;
    }
}


.section-title1{

    text-align: center;
}
.btn1{
    text-align: center;
}

.texto1{

    font-size: 24px;
    text-align: justify;
}
.texto2{

    font-size: 16px;
    text-align: justify;
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}


.welcome-slides {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }

/* :: 9.0 Footer CSS */
.footer-area {
  position: relative;
  z-index: 1; }

.single-footer-widget {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-widget p {
      font-size: 14px; } }
  .single-footer-widget .widget-title {
    font-size: 22px;
    color: #252525;
    margin-bottom: 30px;
    display: block;
    text-transform: capitalize; }
  .single-footer-widget .open-time p {
    margin-bottom: 8px; }
    .single-footer-widget .open-time p:last-child {
      margin-bottom: 0; }
  .single-footer-widget .social-info {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .single-footer-widget .social-info a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
      text-align: center;
      line-height: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .social-info a {
          margin-right: 5px; } }
      .single-footer-widget .social-info a.facebook {
        background-color: #4b62b3; }
      .single-footer-widget .social-info a.twitter {
        background-color: #03baeb; }
      .single-footer-widget .social-info a.google-plus {
        background-color: #cb242e; }
      .single-footer-widget .social-info a.instagram {
        background-color: #057ad7; }
      .single-footer-widget .social-info a:focus, .single-footer-widget .social-info a:hover {
        background-color: #bca858; }
  .single-footer-widget .contact-address p {
    margin-bottom: 8px; }
    .single-footer-widget .contact-address p:last-child {
      margin-bottom: 0; }
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 30px; }

    

    /* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}


.contenedor{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left: 40px;
  color:#FFF;
  border-radius:4px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.botonF1{

  border-radius:100%;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
}
span{
  transition:.5s;  
}
.botonF1:hover span{
  transform:rotate(360deg);
}
.botonF1:active{
  transform:scale(1.4);
}
.video1{

    text-align: center;


    }
.videolife1{
  text-align: center;
}

