.menu-link div > i.icon-angle-down {
    display: initial;
}
@media screen and (max-width: 991px) {
	.menu-link div > i.icon-angle-down {
		display: none;
	}
}
#botonContactanos{
    margin-top: 5px !important;
    text-align: center;
    background-color: #00af42 !important;
    height: 63px;
    width: 100%;
}
.fixed-head {
  position: fixed;
  right: 10px;
  z-index: 300;
  transition: .5s ease-in-out;
}

.fixed-head.over {
  top: 100px;
}

.fixed-head.under {
  top: 90px;
}

.fixed-head a {
  width: 220px;
  height: 50px;
  display: block;
  color: #fff;
  text-align: right;
}

.fixed-head a i.fa {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: inline-block;
  background: #e02541;
  position: relative;
  z-index: 350;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
	box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.7);
  }

  70% {
	box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
  }

  100% {
	box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  }
}

.fixed-head a i.texto {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background: #e02541;
  vertical-align: bottom;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 50%;
  z-index: 300;
  transform: translateY(-50%);
  transition: .5s ease-in-out;
}

.fixed-head a i.fa:hover+i.texto {
  right: 70px;
  opacity: 1;
}
.llama-ahora .dropdown-toggle::after {
	display: none;
}

@media screen and (max-width: 978px) {
	.dropdown-menu.show {
    	left: 85px !important;
	}
	
	.fixed-head a i.texto {
		left: 240px !important;
		right: auto !important;
	}
}
#whatsapp {
  bottom: 30px;
  left: 20px;
  z-index: 1000000;
  position: fixed;
}

#whatsapp .icon-whatsapp {
  width: 220px;
  height: 60px;
  display: block;
  color: #fff;
  text-align: left;
}

#whatsapp a i.icon-whatsapp {
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
  font-size: 25px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  background: #25d366;
  position: relative;
  z-index: 350;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  animation: star1 2s infinite ease-in-out;
}

@keyframes star1 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 210, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  }
}

#whatsapp a i.texto {
  width: 119px;
  color: white;
  font-weight: 100;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background: #25d366;
  vertical-align: bottom;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  z-index: 300;
  transform: translateY(-50%);
  transition: .5s ease-in-out;
}

#whatsapp a i.icon-whatsapp:hover+i.texto {
  left: 70px;
  opacity: 1;
}
.comunicate{
    margin-top: 0px;
    margin-bottom: 5px;
    border-radius: 16px;
    color: #fff !important; 
	background-color: #e02541;
	box-shadow: 4px 5px #bbb3b3a8;
	transition: all 0.2s;
	text-align: center;
    padding: 9px;
	line-height: 0px
}
.comunicate p{
    margin-bottom: 27px;
    padding-top: 2px;
    font-weight: 700;
}
.comunicate a{
    color: #fff !important; 
	margin-top: -12px;
	font-weight: 700;
}

.comunicate:hover{
	color: #000;
	background-color: #fa9d23;
	box-shadow: 4px 5px #a9a9a9;
}
@media screen and (max-width: 991px) {
	.comunicate{
		display: none!important;
	}
	.inicio h2, .trabajamos h2 {
		font-size: 30px !important;
	}
	.heading-block h2 {
		font-size: 22px;
	}
	.container-incentivos{
		margin-top: 25px;
	}
	.nosotros-inicio h5 {
		font-size: 20px !important;
	}
	.planes h2{
		font-size: 19px;
	}
	.planes p {
		font-size: 16px !important;
	}
}
@media screen and (max-width: 375px) {
	.inicio h2, .trabajamos h2 {
		font-size: 25px !important;
		font-weight: 600;
		margin-top: -11px;
	}
	.trabajamos p {
		font-size: 17px !important;
	}
	.planes h2 {
		font-size: 18px;
	}
	.planes p {
		font-size: 16px !important;
	}
}
#slider p{
	font-size: 40px;
    font-weight: 900;
    text-shadow: -1px 4px black;
}
#slider h2{
	font-size: 45px;
    text-shadow: 0px 6px black;
}
@media screen and (max-width: 428px) {
	#slider p{
		font-size: 30px;
		font-weight: 900;
		text-shadow: -1px 4px black;
	}
	.slider-caption p {
		margin-top: -30px;
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	#slider h2{
		font-size: 32px;
		text-shadow: 0px 6px black;
	}
}
.encabezado h1{
	font-size: 38px;
    margin-bottom: 10px;
	text-shadow: 3px 3px #a5a5a5;
}
.encabezado span{
	font-size: 24px;
    font-weight: 500;
	text-shadow: 3px 3px 0px #d6d6d6e3;
}
.encabezado .button:hover{
	background-color: #d60e2c;
}
.button span{
	font-size: 18px;
    font-weight: 900;
	text-shadow: none;
}
.promo-full{
	background-color: #e0e0e0;
}
.promo-full .button {
    background-color: #088662;
}
.inicio, .inicio h2, .trabajamos h2{
	color: #22304e;
}
.inicio h2, .trabajamos h2{
	font-size: 46px;
    font-weight: 600;
    margin-top: -11px;
}
.inicio p{
	font-size: 21px;
    margin-top: -20px;
}
@media screen and (max-width: 446px) {
	.encabezado h1 {
		font-size: 25px;
		margin-bottom: 10px;
		text-shadow: 3px 3px #a5a5a5;
		text-align: center;
	}
	.promo .align-items-center div{
		text-align: center;
	}
}
#servicios-fast{
	margin-top: 115px;
}
#servicios-fast h3{
	color: #fff;
	font-size: 15px;
    text-shadow: 3px 5px black;
    margin-top: -37px;
}
#servicios-fast p{
	font-size: 20px;
	margin-top: -14px;
	margin-bottom: 10px;
}
@media (max-width:1280px) and (min-width:989px) {
    #servicios-fast p{
		font-size: 11px;
		margin-top: -14px;
		margin-bottom: 10px;
	}
}
#servicios-fast figure{
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px 5px rgba(0,0,0,.1);
}

#servicios-fast figure figcaption{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgb(0 0 0 / 52%);
  color: #fff;
  opacity: 0;
  transform: scale(1.2);
  transition: .4s ease-in-out;
}

#servicios-fast figure figcaption{
  transform: scale(1);
  opacity: 1;
}

#servicios-fast figure figcaption a{
  color: #fff;
  padding: 5px 30px;
  border: solid 1px #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 19px;
  background: rgba(255,255,255,.1);
}
@media screen and (max-width: 840px) {
	#servicios-fast h3 {
		font-size: 20px;
	}
	#servicios-fast p {
		font-size: 16px;
	}
}
@media screen and (max-width: 417px) {
	#servicios-fast h3 {
		font-size: 16px;
	}
	#servicios-fast p {
		font-size: 12px;
	}
}
@media screen and (max-width: 368px) {
	#servicios-fast h3 {
		font-size: 11px;
		margin-top: -37px;
	}
	#servicios-fast p {
		font-size: 14px;
	}
}
@media screen and (max-width: 561px) {
	.nosotros #slider h1 {
		font-size: 38px !important;
		text-shadow: 0px 6px #dcdbdb78 !important;
		margin-top: -170px;
	}
}
@media screen and (max-width: 748px) {
	#logo img {
		height: 125px !important;
		margin-bottom: -23px;
		margin-top: -23px;
	}
}
@media screen and (max-width: 266px) {
	#servicios-fast figure figcaption a {
		color: #fff;
		padding: 5px 30px;
		border: solid 1px #fff;
		text-decoration: none;
		border-radius: 25px;
		font-size: 10px;
		background: rgba(255,255,255,.1);
	}
	#servicios-fast p {
    	margin-bottom: 0px;
		margin-top: -7px;
	}
	#servicios-fast h3 {
		font-size: 8px;
		margin-top: -37px;
	}
}

#experiencias img{
	margin-top: -100px;
}
#experiencias h2{
    font-size: 40px;
    color: white;
}
#experiencias p{
    font-size: 25px;
    color: #fff;
    text-align: center;
}
.trabajamos h3{
	color: #c5001e;
}
.trabajamos p{
	font-size: 25px;
}
.planes h2{
	color: #22304e;
}
.planes p{
	font-size: 20px;
    font-weight: 400;
}
.star{
	text-align: center;
}
.star img:hover{
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.interes {
	background: #fa9d23;
	margin-top: 107px !important;
    margin-bottom: -81px !important;
}
.interes h2{
	font-size: 40px;
	color: #fff;
}
.interes p{
	font-size: 26px;
	color: white;
    font-weight: 600;
}
.interes .button{
	box-shadow: none;
    border: solid 1px;
    border-radius: 27px;
}
.top-decoration{
	border-top: solid 1px #fff;
	padding-top: 22px;
    margin-top: -20px;
}
footer p{
	font-size: 14px;
}
footer u{
	text-decoration: none;
	list-style: none;
}
.redes{
	list-style: none;
	margin-bottom: -25px;
}
.redes div, .redes a{
	text-decoration: none;
    font-size: 20px;
}
.mapa li{
	font-size: 19px;
    font-weight: 600;
	padding-top: 10px;
}
#copyrights{
	padding-top: 95px;
	color: #fff !important;
}
#copyrights a{
	color: #fff !important;
	font-size: 15px;
    font-weight: 700;
}
#copyrights p{
	color: #fff !important;
	font-size: 15px;
    font-weight: 700;
}
#copyrights a:hover, .redes a:hover{
	color: #fa9d23 !important;
}
@media screen and (max-width: 767px) {
	.copy{
		margin-top: -65px;
    	margin-bottom: 75px;
	}
	.aviso-copy{
		margin-top: 19px;
	}
}

/* Nosotros ***/

.nosotros #slider h1{
	font-size: 45px;
    text-shadow: 0px 6px black;
}
.nosotros #slider h2{
	font-size: 30px;
    text-shadow: 0px 3px #71707094;
    font-weight: 500;
}
.nosotros-inicio p {
    font-size: 20px;
}
.nosotros-inicio h5{
	font-size: 20px;
    font-weight: 500;
}

/* Transportes *****/
.subtitulo{
	font-size: 19px;
    color: #dc0324 !important;
    font-weight: 700 !important;
}
.seccion-titulo{
	color: #22304e !important;
}
.seccion-texto{
	color: #22304e;
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 492px) {
	.row.clearfix.align-items-stretch .col-lg-6{
		padding: 33px !important;
	}
	.row.clearfix.align-items-stretch h2{
		font-size: 20px !important;
	}
	.row.clearfix.align-items-stretch p{
		font-size: 16px !important;
	}
}
/*Incentivos*******/
.incentivo .counter.counter-lined + h5::before {
    border-top: 0 !important;
}
.container-incentivos{
	padding: 80px;
}
@media screen and (max-width: 800px) {
	.container-incentivos{
	padding: 5px;
	}
}
.oferta h3{
	font-size: 35px;
}
.oferta span{
	font-weight: 500 !important;
    font-size: 20px;
}
 .heading-block.oferta::after {
    border-top: 0px !important;
}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #22304e;
    color: #FFF;
}
.enviar-correo{
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 11px 28px;
    font-size: 18px;
    line-height: 27px;
    background-color: #939693;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: none;
}
@media screen and (max-width: 744px) {
	.container-incentivos h5 {
		margin-top: 45px;
	}
	.container-incentivos h5 {
		font-size: 20px !important;
		font-weight: 500;
	}
}
/* Eventos ****/
.lista {
  margin: 0;
  padding-left: 1.2rem;
}

.lista li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.lista li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 9px;
    height: 15px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #5273b9;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
@media screen and (max-width: 986px) {
	.fixed-head.under {
		bottom: 97px !important;
		left: -146px;
		top: auto;
	}
}
#firma a{
	font-weight: 100;
	font-size: 14px;
}
#firma a:hover {
    color: #33de50 !important;
}