
body{
	position: relative;
}

.navbar{
	/*padding: 0px;*/
}

.navbar ul{
	/*margin-top: 20px;*/
	/*margin: 10px 0;*/
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.3);
}

#navprincipal{
	background: white;
	transition: 0.4s;
}

.navSec{
	padding: 15px;
	background: white;
    transition: 0.4s;
}

.navTop{
	position: fixed;
    left: 0;
    right: 0;
    height: 68px;
    z-index: 100;
    top: 0;
	transition: 0.4s;
	padding: .5rem 0;
}

.navbar-toggler{
	position: absolute;
	right: 10px;
	top: 10px;
}

#imgCiudad{
	margin-right: 0px;
	margin-left: 0px;
	/*margin-bottom: 58px;*/
}

.imgintranet{
	width: 55px;
    position: fixed;
    top: 0;
	z-index: 1050;
	cursor: pointer;
}

#ReservaWeb{
	width: 140px;
	height: 60px;
	margin-top: 7px;
	margin-left: 20px;
	background: url("../images/ReservaWeb.png");
	background-repeat: no-repeat;
	transition: 0.5s;
}

#ReservaWeb:hover{
	width: 140px;
	height: 60px;
	background: url("../images/ReservaWebHover.png");
	background-repeat: no-repeat;
	transition: 0.5s;
}

.contLogo{
	position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
	top: 12%;
}

.contSegConf{
	position: absolute;
	right: 6%;
	bottom: 0;
}

.logoPardo{
	width: 13%;
}

.logoPardo2{
	width: 65%;
	margin-left: 10px;
}

.contSegConf p{
	color: white;
	font-size: 20px;
}

#izquierda, #derecha{
	width: 30%;
}

.pardoindex{
	position: absolute;
	top: 4px;
}

#ReservaWeb2{
	width: 140px;
	height: 54px;
	margin-left: 10px;
	/*margin-top: 8px;*/
	background:url("../images/ReservaWebHover.png");
	background-repeat: no-repeat;
	transition: 0.5s;
	position: absolute;
    right: 10px;
}

#ReservaWeb2:hover{
	width: 140px;
	height: 60px;
	background:url("../images/ReservaWeb.png");
	background-repeat: no-repeat;
	transition: 0.5s;
}

.thumbnail {
    position: relative;
	width:100%; 
	height:auto;
}

.fondo { 
	width: 100%;
	max-height: 95vh;
}

#fondo2{
	display: none;
}

#logo{
	margin-top: 20px;
}

#ReservaLogo{
	margin-left: 20px;
	width: 55px;
	margin-top: 10px;
}

.caption {
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
	color: white;
}

.caption p{
	margin: 30px 0;
    font-size: 20px;
	color: white;
}

.bg-light{
	background-color: white !important;
}

.navbar-light .navbar-nav .nav-link .active{
	color: #fc4300;
}

.navbar-light .navbar-nav .nav-link{
	color: #fc4300 !important;
	margin: 0px 25px;
	font-size: 18px;
	transition: 0.4s;
}

.navbar-light .navbar-nav .nav-link:hover{
	color: rgba(252,102,68, 0.7) !important;
	transition: 0.4s;
}

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

.carousel-indicators .active {
    background: #fc4300;
}

.transportateLima{
	padding: 0px; 
	padding-bottom: 130px;
	bottom: 20%;
}

.transportateLima p{
	font-size: 70px;
	padding: 80px 0px 160px 0px;
	margin: 0px;
}

.bg1{
	position: relative;
	height: 100vh;
	min-width: 100%;
  	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/bgc1.png);
	overflow: hidden;
}

.bg2{
	position: relative;
	height: 100vh;
	min-width: 100%;
  	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/bgc2.png);
	overflow: hidden;
}

.bg3{
	position: relative;
	height: 100vh;
	min-width: 100%;
  	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ramoFlores.png);
	overflow: hidden;
}

.bgtrabNos{
	position: relative;
	height: 100vh;
	min-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/bgTrabNosotros.png);
	overflow: hidden;
	display: none;
}


.bg1R, .bg2R, .bg3R{
	display: none;
}

.modal-header{
	padding: 5px 20px;
}

.botonCarusel{
	color: white;
	text-decoration: none;
	background: #fc4300;
	padding: 15px 40px;
	border-radius: 40px;
	font-size: 25px;
	transition: 0.4s;
}

.botonCarusel:hover{
	color: #fc4300;
	text-decoration: none;
	background: white;
	border-radius: 40px;
	transition: 0.4s;
}

.botonCarusel2{
	color: white !important;
	text-decoration: none;
	background: #fc4300;
	padding: 15px 40px;
	border-radius: 40px;
	font-size: 25px;
	transition: 0.4s;
	cursor: pointer;
}

.botonCarusel2:hover{
	color: #fc4300 !important;
	border: 2px solid #fc4300;
	text-decoration: none;
	background: white;
	border-radius: 40px;
	transition: 0.4s;
}

.modal-header{
	border-bottom: none;
}

.close span{
	color: white;
}

.nuestraApp{
	background: url('../images/Capa 1 copia 5.png');
 	background-repeat: no-repeat;
 	background-size: 100% 100%;
 	color: #fff;
	height: 470px;
	position: relative;
}

.nuestraApp h2{
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 30px;
}

.nuestraApp p{
	font-size: 20px;
}

.nuestraApp a{
	margin-right: 10px;
	margin-bottom: 10px;
}

#nuestraApp .caption h2{
	margin-top: 60px;
	font-size: 40px;
}

#nuestraApp .caption a{
	margin-right: 10px;
}

#nuestraApp .caption img{
	top: -42%;
}

.phone{
	position: absolute;
	bottom: 0;
    right: 10%;
    width: 30%;
}

.form-group {
    margin-bottom: 8px;
}
/*
.custom-file-input{
	position: absolute;
}*/

#trabajaNosotros .caption {
    position: absolute;
    top: 5.5%;
    left: 0;
    width: 100%;
	color: white;
	padding-left: 70px;
}

#trabajaNosotros .caption p{
	margin-top: 40px;
	margin-bottom: 0px;
    font-size: 20px;
	color: white;
}

#trabajaNosotros .botonCarusel{
	font-size: 18px;
	padding: 10px 30px;
	margin-bottom: 20px;
}

#trabajaNosotros h2{
	font-size: 40px;
}

#trabajaNosotros .trabTexto{
	margin-top: 9%;
}

#trabajaNosotros .TrabPardo{
}

#trabajaNosotros .thumbnail .img-fluid{
	width: 100%;
}

#trabajaNosotros .caption .row .modal-dialog{
	margin-top: 60px;
	margin-left: 700px;
}

.bordesRedondos{
	border-radius: 40px;
}

.bordePresentacion{
	resize: none;
	border-radius: 20px;
}

.bgNosotrosR, .bgCorporativoR,
.bgServiciosR{
	display: none;
}

#Vision{
	margin-bottom: 150px;
}

#Uso{
	margin-bottom: 100px;
}


/* Footer */
a{
	color: white;
}

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

.imgFb{
	margin-top: 16px;
}

.contentFooter{
	padding-left: 0px;
	padding-right: 0px;
}

.footerPardo{
	margin-left: 20px;
}

.copyright{
	padding-right: 18px;
}

.modal-content{
	background: rgba(0,0,0,0.6);
	border-radius: 35px;
}

form .bordesRedondos, .bordePresentacion{
	padding: 5px;
	padding-left: 30px;
	background: white;
}

form .bordesRedondos span:not(#label-span){
	color: #fc4300;
}

/* Custom Input File */
.input-label{
	background: #58aaeb;
	color: grey;
	padding: 10px;
	transition: 0.3s;
	width: 100%;
	margin-bottom: 0;
}

.input-label:hover{
	background: rgba(252, 67, 0, 0.7);
	cursor: pointer;
	color: white;
}

#file, #file2{
	display: none;
	width: 1px;
}

#labelI i{
	margin-right: 10px;
}

/***/

.servPd{
	padding-left: 10%;
}

.contbustour{
	position: absolute;
	top: 10%;
    right: 30%;
}

.contbuglog{
	position: absolute;
	top: -50%;
    right: 30%;
}

.buslog{
	width: 350px;
}

.servPE{
	padding-bottom: 15px;
}

@media (min-width: 2000px) {
	#logo{
		margin-top: 100px;
	}
	
	.contSegConf p {
		font-size: 30px;
	}
	
	#nuestraApp .caption img {
		top: -45% !important;
	}
	
	#trabajaNosotros .caption .row .modal-dialog {
		margin-top: 100px;
	}
	
	#nuestraApp .caption h2{
		font-size: 45px;
	}
	
	#nuestraApp .caption p{
		font-size: 25px;
	}
	
	#nuestraApp a img{
		width: 150px;
	}
	
}

@media (min-width: 2500px){
	#nuestraApp .caption img {
		top: -53% !important;
	}
}


@media (min-width: 1800px) and (max-width: 2000px){
	#nuestraApp .caption img {
		top: -45% !important;
	}
	
	#nuestraApp .caption h2{
		font-size: 35px;
	}
	
	#nuestraApp .caption p{
		font-size: 20px;
	}
	
	#nuestraApp a img{
		width: 150px;
	}
}

@media screen and (min-width: 1700px){
	/*#fondo{
		content:url("../images/fondo2.png");
	}*/
	
	#fondo{
		display: none;
	}
	
	#fondo2{
		display: block;
		width: 100%;
	}
	
	.logoPardo {
		width: 7%;
	}
}

@media screen and (min-width: 1600px){
	.modal-content{
		width: 60%;
	}
	
	.TrabPardo{
		margin-top: 5%;
	}
	
	.bgtrabNos{
		display: block;
	}
	
	.bgtrabNosR{
		display: none;
	}
}

@media (min-width: 1366px) and (max-width: 1800px){
	#nuestraApp .caption img {
		top: -32% !important;
	}
}

@media (min-width: 1281px) {
	
	#logo{
		width: 200px;
		/*margin-top: 50px;*/
	}
  
}
@media (max-width: 1300px){
	#nuestraApp .caption img {
		top: -49% !important;
	}
}

@media screen and (max-width: 1200px){
	.bg1, .bg2, .bg3{
		display: none;
	}
	
	.bg1R, .bg2R, .bg3R{
		display: block;
	}
	
	.caption p{
		margin: 0;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1150px){
	form .bordesRedondos{
		padding: 0;
		padding-left: 30px;
		font-size: 14px;
	}
	
	#trabajaNosotros .botonCarusel {
		font-size: 16px;
	}
}

/*-------------------- ----------------*/
@media (max-width: 1199.98px) {
	#logo{
		width: 100px;
		height: 100px;
	}
	
	.caption p{
		margin-top: 20px;
	}
	
	.transportateLima{
		top: 5%;
	}
	
	.transportateLima p {
		font-size: 50px;
		padding: 80px 0px 80px 0px;
		margin: 0px;
	}
	
	#trabajaNosotros .caption .row .modal-dialog{
		margin-top: 15%;
		margin-left: 40%;
	}
	
	.footerPardo{
		margin-left: 0px;
	}
	
	.bgNosotros, .bgCorporativo, .bgServicios{
		display: none;
	}
	
	.bgNosotrosR, .bgCorporativoR, .bgServiciosR{
		display: block;
	}
}

@media screen and (max-width: 1024px){
	#trabajaNosotros .caption .row .modal-dialog{
		margin-top: 0%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.details{
		bottom: -120px;
	}
	
	.info p {
		font-size: 18px;
		margin: 30px 0;
	}
}

@media screen and (max-width: 991px){
	.navbar{
		padding: 50px 30px 0 30px;
	}
	
	.navTop{
		height: 65px;
	}
	
	#nuestraApp .caption h2{
		margin-top: 30px;
		font-size: 35px;
	}
	
	#nuestraApp .caption p{
		font-size: 18px;
		margin: 10px 0;
	}
	
	#nuestraApp .caption img{
		width: 25%;
	}
	
	.details{
		bottom: -160px;
	}
	
	.info p {
		font-size: 16px;
		margin: 30px 0;
	}
	
	#PardoEjecutivo p.paragraph br, #PardoExpress p.paragraph br,
	#Pardo-Tour p.paragraph br{
		display: none;
	}
	
	.contSegConf p {
		font-size: 16px;
	}
	
	.pardoindex{
		left: 0;
	}
	
	.logoPardo2 {
    	width: 55%;
	}
	
	#Formulario{
		width: 60%;
	}
	
	.contbustour, .contbuglog{
		display: none;
	}
	
	.buslog{
		width: 300px;
	}
	
	.bgtrabNos{
		min-height: 850px;
	}
	
	#trabajaNosotros .caption h2{
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	#trabajaNosotros .caption p{
		margin-top: 0px;
		font-size: 16px;
	}
	
	.bgtrabNos{
		display: block;
	}
	
	.bgtrabNosR{
		display: none;
	}
	
	#trabajaNosotros .caption{
		top: 15%;
		padding-left: 0px;
	}
	
	.TrabPardo{
		padding: 0 20%;
	}
	
}

/* 0 a 950*/
@media screen and (max-width: 980px){
	.caption p{
		margin-top: 10px;
	}
	
	#trabajaNosotros .caption .row .modal-dialog{
		margin-top: 15%;
		margin-left: 25%;
	}
	
	.footerPardo{
		margin-left: 0px;
	}
	
	#Comodidad .caption h2, #Limpieza .caption h2{
		margin-top: 0px !important;
	}
	
	#Comodidad .caption p, #Limpieza .caption p{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}

@media screen and (max-width: 950px){
	.transportateLima{
		top: 20%;
		/*font-size: 20px;*/
	}
	
	.transportateLima p{
		padding: 5px 0px;
		font-size: 30px;
	}
	
	.botonCarusel{
		color: white;
		padding: 12px 30px;
		font-size: 20px;
	}
	
	/*------ trabajaNosotros ------*/
	#trabajaNosotros .caption img{
		width: 150px;
		height: 50px;
	}
	
	.imgTaxiPardo{
		margin-bottom: 30px;
	}
	
	#trabajaNosotros .caption .row .modal-dialog .modal-content{
		margin: 50px 50px;
	}
	
	#trabajaNosotros .caption .row .modal-dialog{
		margin-top: 10px;
		margin-left: 20%;
	}
	
	#logo{
		width: 100px;
		height: 100px;
	}
	
	.transportateLima p{
		padding: 25px 0px;
		font-size: 40px;
	}
}

@media screen and (max-width: 767px){
	.transportateLima{
		top: 18%;
	}
	
	.transportateLima p{
		padding: 15px 0px;
		font-size: 30px;
	}
	
	.botonCarusel {
		padding: 10px 20px;
		border-radius: 40px;
		font-size: 15px;
	}
	
	#nuestraApp .caption h2 {
		margin-top: 20px;
		font-size: 25px;
	}
	
	#nuestraApp .caption p {
		font-size: 14px;
	}
	
	#nuestraApp .caption img{
		width: 20%;
	}
	
	#Vision {
		margin-bottom: 100px;
	}
	
	.details {
		bottom: -100px;
	}
	
	.details h2 {
		font-size: 25px;
	}
	
	.info p {
		font-size: 14px;
	}
	
	.contSegConf p {
		font-size: 12px;
	}
	
	.logoPardo2 {
    	width: 50%;
	}
	
	#Formulario{
		width: 80%;
	}
	
	#Formulario .botonCarusel {
		font-size: 20px;
	}
	
	.TrabPardo{
		padding: 0;
	}
}

@media screen and (max-width: 750px){
	#PardoEjecutivo .container{
		padding-left: 150px !important;
	}
}

@media screen and (max-width: 695px){
	#PardoEjecutivo .container{
		padding-left: 50px !important;
	}
}


@media screen and (max-width: 575px){
	.contSegConf p {
		display: none;
	}
	
	.caption p{
		font-size: 12px;
	}

	#logo, #ReservaWeb{
		width: 70px;
		height: 70px;
		margin-top: 0px;
	}
	
	#izquierda, #derecha{
		width: 50px;
		height: 50px;
	}
	
	#ReservaLogo {
		margin-left: 0px;
		width: 50px;
	}
	
	.transportateLima{
		top: 0px;
	}
	
	.transportateLima p{
		padding: 15px 0px;
		font-size: 25px;
	}
	
	.botonCarusel{
		padding: 10px 20px;
		border-radius: 40px;
		font-size: 13px;
	}
	
	.carousel-indicators li{
		width: 15px;
		height: 15px;
	}
	
	.imgTaxiPardo{
		margin-bottom: 30px;
	}
	
	#nuestraApp .caption p {
		margin: 0;
		font-size: 11px;
	}
	
	#trabajaNosotros .trabTexto{
		margin-top: 0;
	}
	
	#trabajaNosotros .caption h2{
		margin-bottom: 5px;
		font-size: 25px;
	}
	
	#trabajaNosotros .caption p{
		margin-bottom: 5px;
	}
	
	#trabajaNosotros .caption .row .modal-dialog{
		margin-top: 50px;
		margin-left: 0px;
		margin-right: 10px;
	}
	
	#trabajaNosotros .caption .row .modal-dialog .modal-content{
		margin: 10px 50px;
	}

	#trabajaNosotros .TrabPardo{
		padding: 0;
	}
	
	#nuestraApp .caption h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	
	#nuestraApp .caption img {
		width: 25%;
	}
	
	.cardStyle {
		/*width: 375px;*/
		height: 430px;
	}
	
	.details {
		bottom: -180px;
	}
	
	.contCard{
		padding: 0;
	}
	
	.carro{
		width: 300px;
	}
	
	.botonCarusel2{
		font-size: 16px;
	}
	
	#Formulario{
		width: 100%;
	}
	
	#Formulario .botonCarusel {
		font-size: 18px;
	}
	
	#formContacto p{
		font-size: 16px;
	}
	
	#Uso h2{
		margin-bottom: 0;
	}
	
	#Uso .pasoI{
		padding: 30px 0px;
	}
	
	#Uso .pasoI h2,
	#Uso .pasoD h2{
		margin-top: 30px;
		font-size: 25px;
	}
	
	#Uso .pasoI p,
	#Uso .pasoD p{
		font-size: 16px;
	}
	
	.busTour{
		width: 250px;
	}
	
	.buslog{
		width: 200px;
	}
}


@media screen and (max-width: 456px){
	
	#logo, #ReservaWeb{
		width: 60px;
		height: 60px;
		margin-top: 0px;
	}
	
	.transportateLima{
		top: 0px;
	}
	
	.transportateLima p{
		padding: 15px 0px;
		font-size: 16px;
	}
	
	.nuestraApp h2{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.nuestraApp a{
		margin-right: 0px;
		padding-bottom: 15px;
	}
	
	.nuestraApp a img{
		padding-bottom: 15px;
	}
	
	#trabajaNosotros .trabTexto{
		padding-right: 0px !important;
	}
	
	#nuestraApp .caption{
		top: 0;
	}
	
	#nuestraApp .caption p br{
		display: none;
	}
	
	#nuestraApp .caption h2{
		font-size: 15px !important;
	}
	
	#trabajaNosotros .caption img{
		width: 150px;
		height: 50px;
	}
	
	.imgTaxiPardo{
		margin-bottom: 30px;
	}
	
	.copyright{
		padding-right: 0px;
	}
	
	#trabajaNosotros .caption .row .modal-dialog .modal-content{
		margin: 10px 20px;
	}
	
	.header .caption .container h2{
		font-size: 40px;
	}
	
	.copyright img{
		margin-right: 2%;
	}
}

@media screen and (max-width: 400px){
	.header .caption .container h2{
		font-size: 40px ;
	}
	
	#PardoEjecutivo p, #PardoExpress p, 
	#Pardo-Tour p {
		font-size: 15px;
	}
	
	.carro{
		width: 250px;
	}
	
	.logistico, .busTour, .courier{
		width: 250px;
	}
	
	#ReservaLogo {
		width: 45px;
		margin-top: 5px;
	}
	
	#nuestraApp .caption {
		top: -8%;
	}
	
	#nuestraApp .caption h2 {
		font-size: 14px !important;
	}
	
	.servPd{
		padding-right: 0;
	}
	
	#nuestraApp .caption p {
		font-size: 10px;
		padding: 0;
	}
	
	#nuestraApp .caption img {
		width: 35%;
	}
	
	#Mision p, 
	#Vision p{
		font-size: 15px;
	}
	
	#Mision p br, 
	#Vision p br{
		display: none;
	}
	
}

@media screen and (max-width: 380px){
	#logo, #ReservaWeb {
		width: 50px;
		height: 50px;
		margin-top: 0px;
	}
	
	.header .caption .container h2 {
		font-size: 35px;
	}
}

@media screen and (max-width: 350px){
	#izquierda, #derecha {
		width: 40px;
		height: 40px;
	}
	
	.copyright{
		font-size: 15px;
	}
	
	.copyright img{
		width: 15%;
	}
}


@media screen and (max-width: 340px){
	.transportateLima p {
		font-size: 15px;
	}
	
	#nuestraApp .caption p {
		font-size: 10px;
		padding: 4px 0;
	}
	
	.cardStyle {
		width: 100%;
		height: auto;
	}
	
	#nuestraApp .caption h2 {
    	margin-top: 15px;
	}
	
	#nuestraApp .caption p {
		font-size: 9px;
	}
	
}
