@font-face{
  font-family: "Exo-Regular";
  src:url("../fonts/Exo-Regular.ttf");
}

@font-face{
  font-family: "Exo-Bold";
  src:url("../fonts/Exo-Bold.ttf");
}

.exoR{
  font-family: Exo-Regular;
}

.exoB{
  font-family: Exo-Bold;
}

body{
  font-size: 19px;
}

a {
    color: #0d6efd00;
    text-decoration: underline;
}

p{
  font-family: Exo-Regular;
}

h4{ font-size: 1rem; }

small{font-size: 15px;}

.h1{font-size: 3.5rem;}

/*********COLORES*************/
.bg-gray{ background: #e2e3e5; }

.bg-black { background: #222222; }

.bg-orange { background: #f26900; }

.text-gray{ color: #e2e3e5; }

.text-black{ color: #222222; }

.text-orange{ color: #f26900; }




.card1 {
  background-color: #ffffff00;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.card-body1 {
  background-color: #ffffff;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.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.webp') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 70vh;
}



.bg-parallax2{
    background: url('../img/parallax2.webp') 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{
  border: 2px solid #f26900;
  color: #fff;
  font-family: Exo-Bold;
  font-size: 2.6vw;
  padding: 0.5rem 5rem;
}

.btnTracmex:hover{
  color: #f26900;
  font-family: Exo-Bold;
  font-size: 2.8vw;
  padding: 0.8rem 5rem;
}


@media (max-width: 767.98px) {
  .h1{font-size: 2.5rem;}

  .titleEquipo{ font-size: 1.5vw; }

  .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: initial;
    min-height: 35vh;
  }

  .bg-parallax2{
    background-size: cover;
    background-position: center;
    background-attachment: initial;
    min-height: 35vh;
  }

  .bg-parallax3{
    background-size: cover;
    background-position: center;
    background-attachment: initial;
    min-height: 35vh;
  }

  .titleEquipo:after{
    content: "";
    background-size: 40%;
  }
}