
@import url('../css/fonts.css');

html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
	  font-family: 'montserrat_regular', sans-serif;
}

a{
	color: white;
}

a:hover{
	color: white;
	text-decoration: none;
}


.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.4);
}

.carousel-indicators li{
	margin-right: 25px;
	width: 25px;
	height: 25px;
    border-radius: 50% !important;
	background: #fff;
}

.carousel-indicators .active {
    background: #258fcd;
}

.navbar-brand{
	margin: 0 15px;
}

.navbar{
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
	top: 0;
	transition: .5s;
}

.navbar.hide{
    transform: translateY(-100%) !important;
}

.navTop {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 101;
    top: 0;
	background: #258fcd;
	transition: .5s;
	height: 70px;
}

#logo{
	width: 70%;
}

.nav-item{
	padding: 0px 20px;
	border-right: #fff solid 2px;
}

.nav-item:last-child{
	border-right: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	transition: 0.4s;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(255,255,255,.5);
    transition: 0.4s;
}

.imgNosotros{
	transition: 0.4s;
}

.imgNosotros:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	transition: 0.5s;
}

.first-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/************ Parallax Element Style ************/ 

/* Header Parallax Element Style*/ 
.paral {
	position: relative;
	height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	padding: 0px;
}

/* Paragraph for Parallax Section */ 
.paral p {
	color:#f5f5f5;
	text-align: center;
}

/* Heading for Parallax Section */ 
.paral h1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 60px;
	text-align: center;
	/*margin-top: 250px;*/
	margin-bottom: 70px;
}

.paralsec1 .container{
	padding-top: 150px;
}

.paralsec1 p{
	color: black;
	/*font-size: 20px;*/
}

/**/
.nosotros{
	background-image: url(../img/pict2.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	padding: 10% 0;
	overflow: hidden;
}
/**/

.carrito{
	padding-top: 50px;
}

.medalla p, .reloj p, .carrito p{
	padding-top: 50px;
	padding-bottom: 30px;
}

#TrabNos,
#Servicios{
	overflow: hidden;
}

#TrabNos.paral{
	/* height: 820px; */
	height: 100vh;
}

.trabNosotros h2{
	font-size: 40px;
	color: white;
	padding-bottom: 10px;
}

.cont-form{
	margin: 0 auto;
	width: 350px;
}

.nav-form a{
	border: 1px solid #238ecd;
	cursor: pointer;
}

.active{
	background: #238ecd;
	color: white !important;
}

#btn-conductor{
	color: #238ecd;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
}

#btn-personal{
	color: #238ecd;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cont-form{
	overflow: hidden;
}

.cont-principal{
	position: relative;
	height: 450px;
}

.form-personal{
	display: none;
}

.padr-6{
	padding-right: 6px !important;
}

.content-form{
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}

.btnEnviar{
	background: transparent;
}

.paralsec2 .contEnviar{
	margin-top: 30px;
	margin-bottom: 20px;
}

.formulario form{
	background: #fff;
	padding: 30px;
	border-radius: 25px;
	/*overflow: hidden;*/
}

.pt-form{
	padding-top: 5%;
}

.formulario form h3{
	font-size: 20px;
	color: #238ecd;
	padding-bottom: 15px;
}

.formulario form input{
	border-color: #238ecd;
}

.formulario form span{
	color: #238ecd;
	border-color: #238ecd;
}

.formulario form span.span-email{
	border-top-right-radius: .25rem !important;
}

.formulario form span.span-cel{
	border-bottom-right-radius: .25rem !important;
}

.formulario .form-control::placeholder{
	font-size: 15px;
}

.formulario .nombre{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.formulario .apellido{
	border-top-left-radius: 0;
	border-left: 0;
	border-bottom-left-radius: 0;
}

.formulario .form-control:focus {
	box-shadow: 0 0 0 0.05rem rgba(35, 142, 205, 0.25);
  }

.formulario .email{
	border-bottom-left-radius: 0;
}

.formulario .tel{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.formulario .cel{
	border-top-left-radius: 0;
}

.form-personal .form-control.cargo::placeholder{
	text-align: center;
}

/* IE */
.formulario .form-control::-ms-input-placeholder{
	font-size: 15px;
}

.form-personal .form-control.cargo::-ms-input-placeholder{
	font-size: 15px;
}

/* IE */

.fotos::placeholder{
	color: #238ecd;
}

.paralsec3 h2{
	color: #238ecd;
	font-size: 40px;
}

.paralsec3 h6{
	color: #238ecd;
}

.paralsec3 p{
	font-size: 14px;
	color: #000;
}

.paralsec3 .title{
	margin: 80px 0;
}

.paralsec3 .row{
	margin-bottom: 40px;
}

.paralsec4 p{
	font-size: 18px;
}

.paralsec4 h2{
	font-size: 40px;
	color: white;
}

.paralsec4 .android{
	margin-right: 30px;
	width: 150px;
}

.paralsec4 .ctnr-encontramos{
	margin-top: 5%;
}

/* Custom Input */

#label-vehiculo,
#label-conductor,
#label-cv,
#label-foto{
	color: #238ecd;
	border: solid 1px #238ecd;
}


.labelContent{
	color: #238ecd;
	padding: .375rem .75rem;
	transition: 0.3s;
	width: 100%;
	margin-bottom: 0px;
	border-color: #238ecd;
	border-radius: inherit;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.labelContent:hover{
	background: #238ecd;
	cursor: pointer;
	color: white !important;
}


#file-vehiculo,
#file-conductor,
#file-cv,
#file-foto{
	display: none;
	/*width: 1px;*/
}

.vermapa{
	position: absolute;
	bottom: 20%;
    width: 95%;
}

.vermapa a{
	transition: .4s;
}

.vermapa a:hover{
	opacity: .8;
	transition: .4s;
}


/* Manual de aplicativo */
.ohidden{
	overflow: hidden;
}

.paralPaso1,
.paralPaso2,
.paralPaso3,
.paralPaso4{
	background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
	/*min-height: 855px;*/
	height: 100vh;
	overflow: hidden;
}

.paralPaso1 p,
.paralPaso3 p{
	color: white;
	font-size: 18px;
}

.paralPaso2 p,
.paralPaso4 p{
	color: #238ecd;
	font-size: 18px;
}

.paralPaso4 .textDescarga{
	font-size: 18px;
}

.textLeft{
	position: absolute;
	bottom: 30px;
}

.pagPrincipal{
	transition: 0.5s;
}

.pagPrincipal:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	transition: 0.5s;
}

.pagPrincipal i{
	color: white !important;
	font-size: 20px;
}

.paso1{
	position: absolute;
    bottom: 25%;
	text-align: center;
	width: 75%;
}

.ctncenter{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

#paso2 a{
	color: #238ecd !important;
	font-size: 25px !important;
}

#paso2 .pagPrincipal i{
	color: #238ecd !important;
	font-size: 22px !important;
}

#paso1 a,
#paso3 a{
	font-size: 25px !important;
}

#paso1 .pagPrincipal i,
#paso3 .pagPrincipal i{
	font-size: 22px !important;
}

#paso4 a{
	color: #f29d17 !important;
	font-size: 25px !important;
}

#paso4 .pagPrincipal i{
	color: #f29d17 !important;
	font-size: 22px !important;
}

.pagPrincipal i{
	margin-right: 0px !important;
}

.pagPrincipal span{
	margin-left: 8px;
}

.paso2L{
	position: absolute;
    bottom: 6%;
    width: 60%;
    text-align: center;
}

.paso3L{
	position: absolute;
	bottom: 60%;
	width: 50%;
	text-align: center;
}

.paso4L{
	position: absolute;
	bottom: 70%;
	width: 60%;
	text-align: center;
}

.paso4L2{
	position: absolute;
	bottom: 15%;
	width: 60%;
	text-align: center;
}

.paso2R{
	position: absolute;
    right: -10%;
    bottom: 28%;
    text-align: center;
}

.paso3R{
	position: absolute;
	right: -6%;
	bottom: 71%;
	text-align: center;
}

.paso3R2{
	position: absolute;
	right: -6%;
	bottom: 45%;
	text-align: center;
}

.paso3R3{
	position: absolute;
	right: -11%;
	bottom: 15%;
	text-align: center;
}

.paralsec5 i{
	color: #f29d17;
	margin-right: 5px;
}

#android,
#apple{
	width: 120px !important;
}

#android{
	margin-right: 20px;
}

#imgPaso2{
	margin-left: 12%;
}

#imgPaso4{
	margin-right: 5%;
}


/* Top Buttom*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(35, 135, 194, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  cursor: pointer;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #2387c2;
  opacity: 1;
}


@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 60px;
  }
}
/**/

/* Tooltip */
.tooltip{
	transition: opacity 0.5s;
}

.tooltip:hover{
	transition: opacity 0.5s;
}

.tooltip > .tooltip-inner {
    background-color: #2387c2; 
    color: white;
    padding: 15px 30px;
    font-size: 16px;
	border-radius: 5px;
	  
}

.tooltip .arrow:before {
	 border-bottom-color:#2387c2 !important;
	 border-top-color:#2387c2 !important;	 
}

/* */


/* Image for Parallax Section */ 
.paralsec {
	background-image: url('../img/pict1.png');
}
 
.paralsec1 {
	background-image: url('../img/pict2.png');}
 
.paralsec2 {
	background-image: url('../img/pict3.png');
}

.paralsec3 {
	background-image: url('../img/pict4.png');
	background-position: inherit;
}

.paralsec4 {
	background-image: url('../img/pict5.png');
	overflow: hidden;
	height: 100%;
	padding: 5% 0;
}

.paralsec5{
	background-image: url('../img/pict6.png');
	position: relative;
}

.paralsec6{
	background-image: url('../img/pict7.png');
	position: relative;
}

.paralsec7{
	background-image: url('../img/pict8.png');
	position: relative;
}

.paralsec8{
	background-image: url('../img/pict9.png');
	position: relative;
}

/* Add more images for more sections */
/* Remove Bottom Margin from Jumbotron */
.jumbotron{
	margin-bottom: 0;
}

/* Remove Bottom Margin from Jumbotron */
.jumbotron{
	margin-bottom: 0;
}

footer{
	color: #238ecd;
}

footer a{
	color: #238ecd !important;
}

.footer-info {
    background: white;
	padding: 3% 0;
	font-size: 15px;
}

footer .nelica{
	padding: 5px 10px;
}
.content-nav a{
	transition: 0.4s;
}

.content-nav a:hover{
	transition: 0.4s;
	opacity: .8;
}

.phone {
    letter-spacing: 2px;
}

.icel{
	font-size: 26px;
}

.content-media{
	padding-top: 5%;
}

.content-media i{
	font-size: 35px;
}

@media screen and (min-width: 2200px){	
	.paso2L{
		bottom: 15%;
	}
	
	.paso3R3{
		bottom: 18%;
	}
}

@media screen and (min-width: 2000px){
	.paralPaso1 p {
		font-size: 30px !important;
	}
	
	.paso2R {
		right: -10% !important;
		bottom: 35%;
	}
	
	.paralPaso2 p{
		font-size: 30px !important;
	}
	
	.paralPaso1 p, .paralPaso3 p,
	.paralPaso2 p, .paralPaso4 p {
		font-size: 30px;
	}
	
	.paralPaso4 .servicioS {
		font-size: 30px;
	}
	
	.paralPaso4 .textDescarga {
		font-size: 40px;
	}
	
	#android, #apple {
		width: 150px !important;
	}
}


@media screen and (min-width: 1400px){
	#imgPaso1{
		width: 55%;
	}
	
	#imgPaso2{
		width: 65%;
	}

	#imgPaso3{
		width: 70%;
	}
	
	#imgPaso4{
		width: 65%;
		margin-right: 3%;
	}
	
	.paso1 {
		width: 90%;
		top: 40%;
	}

	.paso2L{
		width: 70%;
	}

	.paso3L {
		width: 65%;
	}
	
	.paso4L{
		width: 70%;
	}
	
	.paso4L2{
		width: 70%;
	}
}

@media screen and (min-width: 1300px){
	#imgPaso2 {
		margin-right: 2%;
	}
}

@media screen and (min-width: 992px){
	#paso1 .container-fluid{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#paso2 .container-fluid{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#paso3 .container-fluid{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#paso4 .container-fluid{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}


@media screen and (max-width: 1224px){
	.paralsec4 .android {
		margin-right: 0px;
		width: 150px;
	}
	
	#imgPaso3 {
		margin-left: 10%;
	}
}

@media screen and (min-width: 1200px){
	.trabNosotros{
		padding: 15% 0;
	}
}


@media screen and (max-width: 1200px){
	
	.navbar-dark .navbar-nav .nav-link {
		font-size: 14px;
	}
	
	.paso1 {
		width: 45%;
	}
	
	.paso2L{
		width: 32%;
	}
	
	.paso3L{
		width: 35%;
	}

	.paso3R {
		right: -14%;
	}

	.paso3R2 {
		right: -14%;
	}

	.paso3R3 {
		right: -14%;
	}

	#imgPaso4 {
		margin-right: 2%;
	}
	
	.paso4L {
		width: 40%;
	}

	.paso4L2 {
		width: 40%;
	}

}

@media screen and (max-width: 1142px){
	#android,
	#apple{
		width: 120px !important;
	}
}

@media screen and (max-width: 1028px){
	.paso1 {
		left: -2%;
	}
}

@media screen and (max-width: 991px){
	.navbar-dark .navbar-nav .nav-link {
		font-size: 16px;
	}
	
	.paral h1 {
		font-size: 46px;
	}
	
	.nav-item{
		border-right: 0px;
	}	
	
	#TrabNos .container-fluid{
		padding: 4%;
	}
	
	#imgPaso1,
	#imgPaso2,
	#imgPaso3,
	#imgPaso4{
		display: none;
	}

	.ctncenter{
		display: none;
	}
	
	.contPaso1{
		text-align: center !important;
	}
	
	.medalla p, .reloj p, .carrito p {
		font-size: 13px;
	}

	.paralPaso1, .paralPaso2, .paralPaso3, .paralPaso4 {
		height: 150vh;
	}
}


@media screen and (max-width: 990px){
	.dscApp{
		text-align: center !important;
	}
}

@media screen and (max-width: 768px){
	/*.navbar {
		background: rgba(37, 143, 205, .5);
	}*/
	
	.paral h1 {
		margin-bottom: 20px;
	}
	
	.nosotros{
		background-attachment: inherit;
	}

	.paralPaso1, .paralPaso2, .paralPaso3, .paralPaso4 {
		height: 110vh;
	}

	#paso1 a, #paso3 a,
	#paso2 a, #paso4 a{
		font-size: 16px !important;
	}

	#paso1 .pagPrincipal i, #paso3 .pagPrincipal i,
	#paso2 .pagPrincipal i, #paso4 .pagPrincipal i{
		font-size: 16px !important;
	}

	.paralPaso1, .paralPaso2, .paralPaso3, .paralPaso4 {
		padding: 30px 32px;
	}

	.paralPaso1 p{
		margin-bottom: 0;
	}

	.text-paso1 p:first-child{
		margin-top: 12%;
	}
}

@media screen and (max-width: 767px){
	.paral h1 {
		font-size: 35px;
	}
	
	.first-content {
		transform: translate(-50%, -20%);
	}

	#TrabNos.paral{
		height: auto;
	} 
}

@media screen and (max-width: 750px){
	.paralPaso1, .paralPaso2, .paralPaso3, .paralPaso4 {
		height: 1080px;
	}
}

@media screen and (max-height: 575px){
	.paral{
		height: auto;
	}

	.sec1{
		height: 100vh;
	}
}

@media (max-width: 575px){
	
	.first-content {
		width: 100%;
	}

	.paral{
		background-attachment: inherit;
	}
	
	.paral h1 {
		font-size: 35px;
	}
	
	.medalla{
		padding-top: 50px;
	}

	#Servicios{
		height: auto;
	}

	.cont-form {
		width: 100%;
	}

	.paralsec3 p {
		font-size: 12px;
	}

	.footer-info {
		padding: 10% 0;
	}

	.contPaso1{
		padding: 0;
	}

	.paralPaso1, .paralPaso2, .paralPaso3, .paralPaso4 {
		height: 100%;
	}

	.paralPaso1, .paralPaso2, .paralPaso3, .paralPaso4 {
		padding: 30px 32px;
	}

	.celpaso1{
		margin: 10% 0;
	}

	.celpaso2{
		margin: 6% 0;
	}

	.text-paso1 p:first-child{
		margin-top: 10%;
	}
}

@media screen and (max-width: 450px){
	.trabNosotros p {
		font-size: 15px;
	}
	
	footer{
		font-size: 15px;
	}
	
	footer img{
		padding: 0px;
	}
	
	#android,
	#apple{
		width: 100px !important;
		margin-bottom: 10px;
	}
	
	#android{
		margin-right: 0px;
	}
}

@media screen and (max-width: 400px){
	
	.first-content img{
		width: 65%;
	}
	
	.paralsec .descargarApp{
		width: 250px;
	}
	
	.reloj{
		padding-top: 50px;
	}
	
	.trabNosotros h2{
		font-size: 35px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.trabNosotros p{
		font-size: 12px;
		padding-bottom: 10px;
	}

	.paralsec3 .title {
		margin: 30px 0;
	}
	
	.paralsec3 p {
		font-size: 12px;
	}
	.paralsec3 p br{
		display: none;
	}
	
	.paralsec4 p {
		font-size: 12px;
	}
	
	.paralsec3 .taxi,
	.paralsec3 .courier{
		margin-top: auto!important;
		margin-bottom: auto!important;
	}
	
	.paralsec3 h2{
		padding-top: 30px;
	}
	
	.paralsec4 .android{
		margin-right: 0px;
	}
	
	.paralsec2 .form-control{
		font-size: 15px;
	}
	
	footer{
		font-size: 14px;
	}
	
	footer img{
		padding: 0px;
		width: 10%;
	}
	
	.paral {
    	min-height: 650px;
	}
	
	.paralPaso1 p, .paralPaso3 p,
	.paralPaso2 p, .paralPaso4 p {
		font-size: 16px;
	}

	.paralPaso4 .servicioS{
		font-size: 16px;
	}
	
	.btnEnviar img{
		width: 200px;
	}
	
	.formulario {
		padding: 0;
	}
	
	.paralsec2{
		padding: 64px 20px;
		padding-top: 10px;
	}

	.paralsec3 h2 {
		font-size: 30px;
	}

	.paralsec4 h2 {
		font-size: 30px;
	}

}

@media screen and (max-width: 358px){

	.trabNosotros p br{
		display: none;
	}
}

@media screen and (max-width: 350px){
	.btnEnviar .img{
		width: 200px;
	}
	
	.paralsec4 p {
		font-size: 14px;
	}
	
	.paralPaso1 p, .paralPaso3 p,
	.paralPaso2 p, .paralPaso4 p {
		font-size: 16px;
	}
	
	
	.paralsec4 h2 {
		font-size: 30px;
	}
	
	footer {
		font-size: 13px;
	}
}

@media screen and (max-width: 320px){
	.paral {
		min-height: 580px;
	}

	#btn-conductor, #btn-personal{
		font-size: 12px;
	}
}

