@font-face{
  font-family: "HandelGothic";
  src:url("../fonts/HandelGothic.ttf");
}

@font-face{
  font-family: "Cousine-Regular";
  src:url("../fonts/Cousine-Regular.ttf");
}

.exoR{
  font-family: Cousine-Regular;
}

.exoB{
  font-family: HandelGothic;
}

body{
  font-size: 18px;
}

a {
    color: #0d6efd00;
    text-decoration: underline;
}
p{
  font-family: Exo-Regular;
}

h4{ font-size: 1rem; }

small{font-size: 15px;}

.h1{font-size: 3rem;}

/*********COLORES*************/
.bg-gray{ background: #eeeeee; }

.bg-blueD { background: #054e78; }

.bg-blueL { background: #119cf0; }

.bg-red{ background:#f00000; }

.text-gray{ color: #eeeeee; }

.text-blueD{ color: #054e78; }

.text-blueL{ color: #119cf0; }

.text-red{ color:#f00000; }

.bg-nav {
  background: url('../img/bg-menu.jpg') no-repeat;
  background-size: cover;
}

.slide-1{
  background: url('../img/slide1.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 85vh;
}

.card1 {
  background-color: #ffffff00;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.card-body {
  /*background: url('../img/bg-wood.png') no-repeat;*/
  background: #119cf0;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem;
}

.card-body2 {
  /*background: url('../img/bg-wood.png') no-repeat;*/
  background: #119cf0;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem;
}

.card-title1 {
  margin-bottom: 0.5rem;
  text-align: center;
}

.carousel{
  padding: 0rem;
}

.bg-lineas{
  background: url('../img/bg-lineas.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 90vh;
  margin-top: -10px;
}

.slide-2{
  background: url('../img/slide2.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 70vh;
}

.slide-3{
  background: url('../img/slide3.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 70vh;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 25%;
  left: 25%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left!important;
}



.whatsapp {
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 30px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 6px;
}

/**********Header video*************/

.fullscreen-bg {
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-sec{
    height: 100vh;
}


@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 100%;
    width: 100%;
    top: 0%;
  }
}


video::-webkit-media-controls {
  display: none;
}


.bg-parallax{
    background: url('../img/parallax1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 70vh;
}



.bg-parallax2{
    background: url('../img/parallax2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 70vh;
}


/*.titleEquipo:after{
  content: "";
  display: inline-block;
  background: url(../img/objeto.png) no-repeat center;
  background-size: 55%;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}*/

.titleEquipo{ font-size: 1.5vw; }

.btnTracmex{
  background: #f00000;
  border: 2px solid #f94f0d;
  color: #fff;
  font-family: Exo-Bold;
  font-size: 2.5vw;
  padding: 0.5rem 5rem;
}

.btnTracmex:hover{
  color: #f94f0d;
  font-family: Exo-Bold;
  font-size: 2.8vw;
  padding: 0.8rem 5rem;
}

.bg-footer {
  background: url('../img/Footer.jpg') no-repeat;
  background-size: cover;
}

/* [1] The container */
.img-hover-zoom {
  /*height: 400px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}


@media (max-width: 767.98px) {
  .h1{font-size: 2.5rem;}

  .titleEquipo{ font-size: 2vw; }

  .slide-1 {
    min-height: 60vh;
    padding: 1rem;
  }

  .slide-2 {
    min-height: 60vh;
    padding: 1rem;
  }

  .slide-3 {
    min-height: 60vh;
    padding: 1rem;
  }

  .carousel {
    padding: 0rem;
  }

  .carousel-caption {
    right: 0%;
    bottom: 25%;
    left: 0%;
    padding-left: 1.5rem;
  }

  .bg-parallax{
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 35vh;
  }

  .bg-parallax2{
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 35vh;
  }

  .bg-parallax3{
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 35vh;
  }

  .titleEquipo:after{
    content: "";
    background-size: 40%;
  }

  .card-body {
    padding: 0rer;
  }
}