
.img-c{
	position: relative;
	margin: auto;
}
.ph{
	margin-top: 15px;
    margin-bottom: 15px;
}
.text-just{
	text-align: justify !important;
}

.np{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

a:hover
,a:focus{
	text-decoration: none !important;
}

/*Header*/

header{
	position: fixed;
	z-index: 999;
	width: 100%;
	background: transparent;
	transition: all 0.5s;
}

.navbar-bym{
	background: #ccc;
}

.section-head-1
,.section-head-2
,.section-head-3{
	width: 100%;
	float: left;
	transition: all 0.5s;
}

.section-head-1{
	padding-top: 15px;
	transition: all 0.5s;
}
.section-head-2{
	padding-top: 5px;
	padding-bottom: 10px;
	transition: all 0.5s;
}

.menu-1 li a{
	color: #fff;
	display: initial !important;
	width: 100%;
}

.menu-1 li a:after{
	content: '';
    width: 50.1%;
    padding-top: 5px;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: line_menu_izq 1s;
}

.menu-1 li a:before{
	content: '';
    width: 50.1%;
    padding-top: 5px;
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: line_menu_der 1s;
}

@keyframes line_menu_izq{
	0%{
		width: 0%;
	}
	100%{
		width: 50%;
	}
}

@keyframes line_menu_der{
	0%{
		width: 0%;
	}
	100%{
		width: 50%;
	}
}


.line-menu-hover-1
,.line-menu-hover-2
,.line-menu-hover-3
,.line-menu-hover-4
,.line-menu-hover-5{
	width: 60px;
	height: 1px;
	background: transparent;
	position: relative;
	margin: auto;
	top: 40px;
	transition: all 0.4s;
}


.line-menu-hover-1.active
,.line-menu-hover-2.active
,.line-menu-hover-3.active
,.line-menu-hover-4.active
,.line-menu-hover-5.active
{
	top: 20px !important;
	background: #fff !important;
}


.menu-1 li a:hover
,.menu-1 li a:focus{
	background: transparent;
}


.menu-1{
	width: 100%;
}

.menu-1 li{
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 26px;
}


.logo-menu-2 img{
	width: 50px;
}

.logo-menu-2{
    position: absolute;
    left: 1%;
    padding-top: 10px;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
}

.logo-menu-2-rp{
    position: absolute;
    left: 3%;
    padding-top: 10px;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;	
}

.logo-menu-2-rp img{
	width: 30px;
}

.face-menu-2{
    position: absolute;
    right: 4%;
    padding-top: 25px;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
}

.btn-menu-rp{
	background: #000;
}

.btn-menu-rp span{
	background: #fff;
}


.sec-links-menu{
	background: rgba(0, 0, 0, 0.73);
}


/*Footer*/

footer{
	width: 100%;
	float: left;
	background: #13436b;
	color: #fff;
}

.menu-footer li{
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menu-footer li a{
	color: #fff;
	border-bottom: 2px solid transparent;
	opacity: 0.8;
	transition: all 0.4s;
}

.menu-footer li a:hover
,.menu-footer li a.active{
	border-bottom: 2px solid #fff;
}

.info-footer{
	text-align: center;
}

.info-footer p{
	padding-top: 6px;
	padding-bottom: 6px;
	opacity: 0.8;
}

.logo-footer{
	padding-top: 30px;
	padding-bottom: 15px;
}

.section-footer-1
,.section-footer-2{
	width: 100%;
	float: left;
}

.section-footer-1{
	padding-top: 20px;
}

.section-footer-2{
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section-footer-2 a{
	color: #2a7696;
	font-weight:bold;
	letter-spacing: 1px;
}

.section-footer-2 a:hover{
	color: #2a7696;
	font-weight:bold;	
}

/*Inicio*/

.slide-1{
	background-image: url(../img/slider1.jpg);
}
.slide-2{
	background-image: url(../img/slider2.jpg);
}
.slide-3{
  background-image: url(../img/slider3.jpg);
}

.slide-1
,.slide-2
,.slide-3{
	width: 100%;
	height: 458px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-slider h1
,.text-slider h2{
	font-weight: bold;
	font-size: 33px;
}

.tit-general{
	padding-top: 70px;
	padding-bottom: 90px;
}

.tit-general h3
,.tit-general h1{
	color: #06365a;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 2px;
	display: initial;
	border-bottom: 1px solid #06365a;
}

.text-intro-general{
	padding-top: 35px;
	padding-bottom: 10px;
}

.sec2-ini-colection{
    top: -20px;
}
/*<---------------tinta-------------->*/
.tint {
  position: relative;
  float: left;
}
 
.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background-color: rgba(6, 54, 90, 0.52);
}
/*<---------------Fin de tinta-------------->*/
.sec2-ini-img1{
	height: 196px;
	background-image: url(../img/inicio/foto1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
  margin-bottom: 25px;
}
.sec2-ini-img2{
	height: 196px;
	background-image: url(../img/inicio/foto2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
  margin-bottom: 25px;
}
.sec2-ini-img3{
	height: 196px;
	background-image: url(../img/inicio/foto3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
  margin-bottom: 25px;
}
.sec2-ini-img4{
	height: 196px;
	background-image: url(../img/inicio/foto4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.sec2-ini-text {
    text-align: center !important;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
    margin-top: 65px;
    position: relative !important;
}
.sec2-ini-text>a,.sec2-ini-text>a:hover,.sec2-ini-text>a:focus{
	color: white;
	text-decoration: none;
}
.sec2-ini-span{
	border: 1px solid white;
    padding: 2px 5px;
    font-size: 16px;
}
.sec2-ini-span2{
	color: #144169;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 2px;
  border-bottom: 1px solid #144169;
  line-height: 41px;
  text-align: center;
  padding-bottom: 24px;
}
.sec2-ini-marg1{
	margin-top: 20%;
	margin-bottom: 160px;

}
.sec2-ini-txtmar{
	margin-top: 24px;
    font-size: 16px;
    text-align: justify;
}
.sec2-ini-bott {
    text-align: center;
    margin-top: 8%;
}
.sec2-ini-bott>a,.sec2-ini-bott>a:hover,.sec2-ini-bott>a:focus{
	color: #144169;
	text-decoration: none;
}
.sec2-ini-spn{
	padding: 7px 12px;
    border: 2px solid #144169;
    font-size: 16px;
    font-weight: 600;
    color: #144169;
}
.sec2-ini-xs-marg{
	padding-left: 30px;
}
.sec3-ini-back{
	height: 437px;
    background-image: url(../img/inicio/imagen.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec3-ini-div1{
	color: white;
    padding-top: 13%;
}
.sec3-ini-p1{
	font-weight: 600;
    font-size: 42px;
}
.sec3-ini-p2{
	font-size: 21px;
    font-weight: bold;
}
.sec3-ini-p3{
	margin-top: 5%;
}
.sec3-ini-p3>a,.sec3-ini-p3>a:hover,.sec3-ini-p3>a:focus{
	color: white;
	text-decoration: none;
}
.sec3-ini-spn{
	font-size: 18px;
    border: 1px solid white;
    padding: 5px 35px;
}

/*Nosotros*/
.nslide-1{
	background-image: url("../img/nosotros/slider1.jpg");
	width: 100%;
	height: 458px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.nslide-2{
  background-image: url("../img/nosotros/slider2.jpg");
  width: 100%;
  height: 458px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec2-nos-titulo{
	margin-top: 80px;
	text-align: center;
    color: #06365a;
    font-size: 38px;
    font-weight: 800;
}
.sec2-nos-borde{
	border-bottom: 1px solid #06365a;
	padding-bottom: 3px;
}
.sec2-nos-txt{
	font-size: 16px;
    text-align: justify;
    margin-top: 30px;
    color: #06365a;
}
.sec-nos-cont{
	padding-bottom: 55px;
}

.sec3-nos-img2{
	background-image: url(../img/nosotros/vision.jpg);
    height: 255px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}


.sec-nos-pad{
	padding-left: 45px;
    padding-right: 45px;
}

.sec3-nos-box1{
	opacity: 0;
}
.sec3-nos-box2{
    opacity: 0;
}
.sec3-nos-tit1{
	color: white;
    text-align: center;
    font-weight: 600;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 36px;
    text-shadow: 1px 1px 1px black;
    opacity: 0;
    background-color: #144169;
}
.sec3-nos-tit1A{
  color: white;
    text-align: center;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 36px;
    text-shadow: 1px 1px 1px black;
    background-color: #144169;
}
/*#vis1{
	display: none;
}*/
.sec3-nos-txt {
	color: white;
    text-shadow: 1px 1px 1px black;
    text-align: justify;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 14px;
}
.sec3-nos-txtA {
  color: black;
  text-shadow: 1px 1px 1px white;
  text-align: justify;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #06365a;
}
/*-----------TINTA----------*/
.tintA {
  position: relative;
  float: right;
}
 
.tintA:before {
  content: "MISIÓN";
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 100px;
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  color: white;
  text-shadow: 1px 1px 1px black;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 100%;
  height: 100%;

}

.tintA:hover:before {
    width: 33.33333%;
    transition: all .3s linear;
    background-color: rgba(19, 67, 107, 0.58);
}
.tintA:hover .sec3-nos-box2{
    opacity: 1;
    transition: all .3s linear;
}
.tintB {
  position: relative;
  float: right;
}
 
.tintB:before {
  content: "VISION";
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 100px;
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  color: white;
  text-shadow: 1px 1px 1px black;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 100%;
  height: 100%;

}

.tintB:hover:before {
    width: 33.33333%;
    transition: all .3s linear;
    background-color: rgba(19, 67, 107, 0.58);
}
.tintB:hover .sec3-nos-box2{
    opacity: 1;
    transition: all .3s linear;
}
/*-----------END-----------*/
/*Clientes*/
.cslide{
	background-image: url("../img/clientes/banner.jpg");
	width: 100%;
	height: 458px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.sec2-cli-conjunto{
	margin-top: 60px;
}
/*Reservas*/
.s2-res-back{
	background-image: url("../img/reserva/formulario.jpg");
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 25px;
	padding-top: 4%;
	margin-top: 45px;
	margin-bottom: 35px;
}
.s2-rev-button{
	text-align: center;
}
.s2-rev-pad{
	padding: 0px 5px;
}
.s2-rev-padsup{
	margin: 10px 0px;
}
.s2-rev-padsup2{
	margin: 10px 0px;
	padding-bottom: 30px;
}
.form-inp{
	height: 35px;
	border: none;
}
.form-inp2{
	height: 46px;
	border: none;
	padding-bottom: 12px;
}
.form-area{
	resize: none;
	height: 190px;
	border: none;
}
.form-btn {
    background: white;
    border: none;
    padding: 8px 68px;
    color: #323232;
    font-weight: 600;
    font-size: 16px;
}
.marg-r1{
	margin-bottom: 10px;
}
.marg-r2{
	margin-top: 10px;
    margin-bottom: 10px;
}
.marg-r3{
	margin-top: 10px;
}
.rslide{
	background-image: url("../img/reserva/banner.jpg");
	width: 100%;
	height: 458px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #323232;
  font-weight: 600;
  letter-spacing: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #323232;
  font-weight: 600;
  letter-spacing: 1px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #323232;
  font-weight: 600;
  letter-spacing: 1px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #323232;
  font-weight: 600;
  letter-spacing: 1px;
}
/*Servicios*/
.sec2-serv-back1{
	background-image: url("../img/servicios/foto1.jpg");
	height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(6, 54, 90, 0.52) !important;
}
.sec2-serv-back2{
	background-image: url("../img/servicios/foto2.jpg");
	height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec2-serv-back3{
	background-image: url("../img/servicios/foto3.jpg");
	height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec2-serv-back4{
	background-image: url("../img/servicios/foto4.jpg");
	height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec2-serv-marg{
	margin-top: 50px;
    margin-bottom: 50px;
}
.sec2-serv-contenido {
    color: white;
    text-shadow: 1px 1px 1px black;
    margin-top: 46%;
    text-align: justify;
    padding-left: 0px;
    font-size: 14px;
    padding-right: 0px;
    opacity: 0;
    transition: all .3s linear;
}
.sec2-serv-contenidoA {
    color: white;
    text-shadow: 1px 1px 1px black;
    margin-top: 46%;
    text-align: justify;
    padding-left: 0px;
    font-size: 14px;
    padding-right: 0px;
    transition: all .3s linear;
}
/*===============TINT===============*/
.tint1 {
  position: relative;
  float: left;
  background-color: #3ac1df !important;
}
 
.tint1:before {
  content: "Servicio por puntos";
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 6%;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 1px black;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(6, 54, 90, 0.52) !important;
  width: 100%;
  height: 22%;
}

.tint2 {
  position: relative;
  float: left;
  background-color: #3ac1df !important;
}
 
.tint2:before {
  content: "Servicio por horas";
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 6%;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 1px black;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(6, 54, 90, 0.52) !important;
  width: 100%;
  height: 22%;
}

.tint3 {
  position: relative;
  float: left;
  background-color: #3ac1df !important;
}
 
.tint3:before {
  content: "Servicio Courier";
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 6%;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 1px black;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(6, 54, 90, 0.52) !important;
  width: 100%;
  height: 22%;
}

.tint4 {
  position: relative;
  float: left;
  background-color: #3ac1df !important;
}
 
.tint4:before {
  content: "Van y Minivan";
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 6%;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 1px black;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(6, 54, 90, 0.52) !important;
  width: 100%;
  height: 22%;
}

/*==================END===============*/


/*-----------------Responsive-----------------*/

/* iphone 4 */
@media (min-width: 349px){

}/*Fin 320*/

/* especial */ 
@media (min-width: 560px) {
	.sec2-serv-contenido {
	    color: white;
	    text-shadow: 1px 1px 1px black;
	    margin-top: 28%;
	    text-align: justify;
	    padding-left: 25px;
	    font-size: 13px;
	    padding-right: 25px;
	    opacity: 0;
	    transition: all .3s linear;
	}
.tint1:hover:before {
    height: 22%;
    padding-top: 3%;
    font-size: 22px;
  }
  .tint2:hover:before {
    height: 22%;
    padding-top: 3%;
    font-size: 22px;
  }
  .tint3:hover:before {
    height: 22%;
    padding-top: 3%;
    font-size: 22px;
  }
  .tint4:hover:before {
    height: 22%;
    padding-top: 3%;
    font-size: 22px;
  }
  .sec2-serv-contenidoA {
    color: white;
    text-shadow: 1px 1px 1px black;
    margin-top: 30%;
    text-align: justify;
    padding-left: 0px;
    font-size: 14px;
    padding-right: 0px;
    transition: all .3s linear;
  }
}/*Fin 560*/


@media (min-width: 768px) {

  .sec2-ini-img1{
    margin-bottom: 25px;
  }
  .sec2-ini-img2{
    margin-bottom: 25px;
  }
  .sec2-ini-img3{
    margin-bottom: 25px;
  }
	.sec3-nos-box2{
		background-image: none;
	    height: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.sec2-ini-bott{
		text-align: center;
	    margin-top: 32%;
	}
	.sec2-ini-back{
		background-image: url(../img/inicio/banner.jpg);
	    background-size: cover;
	    background-position: center;
	    max-width: 2560px;
	}
	.sec2-ini-bott{
		text-align: right;
	    margin-top: 32%;
	}
	.menu-1 li{
		width: 20%;
	}

	.sec-links-menu{
		background: transparent;
	}

	.text-slider h1
	,.text-slider h2{
		font-weight: bold;
		font-size: 42px;
	}

	.info-footer{
		text-align: right;
	}
	.sec3-nos-txt {
	    color: white;
	    text-shadow: 1px 1px 1px black;
	    text-align: justify;
	    padding-top: 23%;
	    font-size: 16px;
	}
	.sec3-nos-img{
		background-image: url("../img/nosotros/mision.jpg");
		height: 255px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sec3-nos-tit1{
		color: white;
	    text-align: center;
	    font-weight: 600;
	    padding-top: 100px;
	    font-size: 36px;
	    height: 100%
	}
	.sec3-nos-txt {
	    color: white;
	    text-shadow: 1px 1px 1px black;
	    text-align: justify;
	    padding-top: 13%;
	    font-size: 16px;
	}
	.sec3-nos-box1{
		background-color: rgba(19, 67, 107, 0.58);
	    height: 100%;
	}
	.s2-rev-padsup2{
		margin: 10px 0px;
		padding-bottom: 0px;
	}
	.s2-res-back {
	    background-image: url(../img/reserva/formulario.jpg);
	    width: 100%;
	    height: 465px;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    padding: 0px 25px;
	    padding-top: 4%;
	}
	.marg-r1{
		margin-bottom: 0px;
	}
	.marg-r2{
		margin-top: 0px;
	    margin-bottom: 0px;
	}
	.marg-r3{
		margin-top: 0px;
	}
	.form-btn{
		background: white;
	    border: none;
	    padding: 8px 80px;
	    color: #323232;
	    font-weight: 600;
	    font-size: 16px;
	}
	.sec2-serv-contenido {
	    color: white;
	    text-shadow: 1px 1px 1px black;
	    margin-top: 45%;
	    text-align: justify;
	    padding-left: 25px;
	    font-size: 13px;
	    padding-right: 25px;
	    opacity: 0;
	    transition: all .3s linear;
	}
  

}/*Fin 768*/

@media (min-width: 992px) {
    /*<---------------tinta-------------->*/
.tint {
  position: relative;
  float: left;
}
 
.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

.tint:hover:before {
  background-color: rgba(6, 54, 90, 0.52);
}
.tint:hover p{
  display:block;
}
.sec2-ini-text {
    text-align: center !important;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
    margin-top: 65px;
    display: none;
    position: relative !important;
}
/*<---------------Fin de tinta-------------->*/
	.menu-1 li{
		width: 20%;
	}

	.sec-links-menu{
		background: transparent;
	}

	.text-slider h1
	,.text-slider h2{
		font-weight: bold;
		font-size: 42px;
	}

	.info-footer{
		text-align: right;
	}
	.sec3-nos-txt {
	    color: white;
	    text-shadow: 1px 1px 1px black;
	    text-align: justify;
	    padding-top: 15%;
	    font-size: 16px;
	}
	.sec2-serv-contenido {
	    color: white;
	    text-shadow: 1px 1px 1px black;
	    margin-top: 36%;
	    text-align: justify;
	    padding-left: 25px;
	    font-size: 14px;
	    padding-right: 25px;
	    opacity: 0;
	    transition: all .3s linear;
	}
  /*===============TINT===============*/
  .tint1:before {
    content: "Servicios por puntos";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 34%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }
  
  .tint2:before {
    content: "Servicios por horas";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 34%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }
   
  .tint3:before {
    content: "Servicios Courier";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 34%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }
   
  .tint4:before {
    content: "Van y Minivan";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 34%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }
  .tint1:hover:before {
    height: 22%;
    padding-top: 5%;
    font-size: 22px;
  }
  .tint2:hover:before {
    height: 22%;
    padding-top: 5%;
    font-size: 22px;
  }
  .tint3:hover:before {
    height: 22%;
    padding-top: 5%;
    font-size: 22px;
  }
  .tint4:hover:before {
    height: 22%;
    padding-top: 5%;
    font-size: 22px;
  }
  .tint1:hover p{
    opacity: 1;
  }
  .tint2:hover p{
      opacity: 1;
   }
  .tint3:hover p{
      opacity: 1;
   }
  .tint4:hover p{
      opacity: 1;
   }
  /*==================END===============*/


}/*Fin 992*/

@media (min-width: 1200px) {
  
	.menu-1 li{
		width: 20%;
	}

	.sec-links-menu{
		background: transparent;
	}

	.text-slider h1
	,.text-slider h2{
		font-weight: bold;
		font-size: 42px;
	}

	.info-footer{
		text-align: right;
	}
	.sec2-serv-contenido{
		color: white;
	    text-shadow: 1px 1px 1px black;
	    margin-top: 30%;
	    text-align: justify;
	    padding-left: 25px;
	    font-size: 16px;
	    padding-right: 25px;
	    opacity: 0;
	    transition: all .3s linear;
	}

  /*===============TINT===============*/

  .tint1:before {
    content: "Servicios por puntos";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 25%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }

  .tint2:before {
    content: "Servicios por horas";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 25%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }
  
  .tint3:before {
    content: "Servicios Courier";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 25%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }
 
  .tint4:before {
    content: "Van y Minivan";
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 25%;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 1px black;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(6, 54, 90, 0.52) !important;
    width: 100%;
    height: 100%;
  }
  .tint1:hover:before {
    height: 22%;
    padding-top: 4%;
    font-size: 22px;
  }
  .tint2:hover:before {
    height: 22%;
    padding-top: 4%;
    font-size: 22px;
  }
  .tint4:hover:before {
    height: 22%;
    padding-top: 4%;
    font-size: 22px;
  }
  .tint4:hover:before {
    height: 22%;
    padding-top: 4%;
    font-size: 22px;
  }
  /*==================END===============*/

}/*Fin 1200*/