.vertical-centered-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: center;
}

.end-centered-text {
		  -ms-display: flex;
		  display: inline-flex;
		  /* alineacion vertical */
		  align-items: end;
		   /* alineacion horizontal */
		  justify-content: center;
		  vertical-align: top;
}

/* PRE LOADER */

*,*:after, *:before{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contenedor_carga{
	background-color: #181818;
	height: 100%;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 10000;
}

#carga{
	border: 6px solid #ccc;
	border-top-color: #666;
	border-top-style: #fff;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: girar 1.5s linear infinite;
	-o-animation: girar 1.5s linear infinite;
	animation: girar 1.5s linear infinite;
}

@keyframes girar {
	from{ transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}






/* CSS MAXIMO */
@media screen and (min-width:1281px){
 
	/* header{
		background: rgb(255, 255, 255); 
		background: linear-gradient(180deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%);
		width: 100%; 
		height: auto; 
		padding: 24px 7%;
		box-sizing: border-box;
	} */
	
	/*RESULTADO FORMULARIO*/
	
	.autocomplete-results {
		position: absolute;
		border: 1px solid #d4d4d4;
		border-top: none;
		z-index: 99;
		top: 100%;
		left: 0;
		right: 0;
		max-height: 200px;
		overflow-y: auto;
		background-color: #fff;
	}
	.autocomplete-results div {
		padding: 10px;
		cursor: pointer;
		background-color: #fff; 
		border-bottom: 1px solid #d4d4d4; 
	}
	.autocomplete-results div:hover {
		background-color: #e9e9e9; 
	}
	.date-input-container {
		position: relative;
	}
	.date-input-container .form-control[disabled] {
		background-color: #e9ecef;
		opacity: 1;
	}
	
	/*END RESULTADO FORMULARIO*/
	
	.logo{
		width: 20%;
		display: inline-block;
		vertical-align: bottom;
	}
		
	.menu{
		width: 80%;
		display: inline-block;
		text-align: right;
		vertical-align: bottom;
	}
		
	.menu-mobile{
		display: none;
	}
	
	.btn-menu {
		  display: inline-block;
		  color: #000;
		padding-left: 50px;  
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 600;
		font-size: 14pt;
		  transition: all 0.3s;
		  z-index: 1;
		text-decoration: none;
		letter-spacing: -0.3px;;
	}
	
	.mt-5 {
		margin-top: 0px !important;
	}

	.container {
		max-width: 1440px;
	}
	
	.contenedor-principal-buscar {
		padding-top: 350px;
	}
	
	#buscar {
		background-color: rgb(29,32,83);
		width: 100%; 
		height: 450px; 
		/* padding: 45px 10% 60px;  */
		box-sizing: border-box;
		/* background-image:url("img/fondo.svg"); */
		background-image:url("img/background-header.jpg");
		background-position: right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.buscar-contenedor {
		background: linear-gradient(rgba(255,255,255,0.1) 10%, #ffffff 35%, #ffffff 90%);
		/* background-color: white; */
		border-radius: 5px;
		padding: 35px 25px 25px 25px;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
		z-index: 10000;
	}
	
	.form-check-input {
		width: 1em;
		height: 1em;
		margin-top: .25em;
		vertical-align: top;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		border: 1px solid rgba(0, 0, 0, .25);
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-print-color-adjust: exact;
	}
	
	.form-label {
		display: block;
		padding: 0 0 10px 1px;
		line-height: 13px;
		font-size: 14px;
		font-weight: 600;
		color: #1c2b39;
		margin: 7px 0 1px 0;
	}
	
	.form-check-label {
		display: block;
		/* padding: 0 0 2px 1px; */
		line-height: 13px;
		font-size: 10px;
		font-weight: 700;
		color: #1c2b39;
		margin: 7px 0 1px 0;
	}
	
	#buscar h3 {
		color: white;
		text-align: center;
	}
	
	#buscar .input-group-text {
		font-size: 10px !important;
	}
	
	#buscar .form-select {
		/* display: inline-block; */
		/* margin: 0; */
		font-size: 14px;
		border: 1px solid #bcd5f5;
		border-radius: 3px;
		/* outline: none; */
		color: #505c75;
		/* background-color: #fff;	 */
	}
	
	#buscar .form-control {
		/* display: block; */
		/* padding: .375rem .75rem; */
		font-size: 14px;
		/* font-weight: 400; */
		/* line-height: 1.5; */
		/* color: #212529; */
		/* background-color: #fff; */
		/* background-clip: padding-box; */
		/* border: 1px solid #ced4da; */
		/* -webkit-appearance: none; */
		/* -moz-appearance: none; */
		/* appearance: none; */
		/* border-radius: .25rem; */
		/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	 */
	}
	
	.btn-buscar {
		width: 100%;
		/* height: 50px; */
		background-color: #c12d36;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		border-radius: 8px;
		text-decoration: none;
		position: relative;
		white-space: nowrap;
		display: inline-block;
		user-select: none;
		text-overflow: clip;
		border: none; 
	}
	
	/* Calendario */
	

	  
	  
	
	  
	
	.paisaje {
		  display: inline-block;
		width: 25%;
		height: auto;
		border-radius: 10px;
		border: 3px solid #e6f6fe;
		margin-right: 5px;
	}
		
	.titulo01 {
		  color: #ffffff;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 45pt;
		line-height: 20pt;
		padding-left: 20px;
		text-shadow:
		1px 1px 0px rgb(0, 0, 0, 0.3),   /* Sombra abajo a la derecha */
		-1px -1px 0px rgba(0, 0, 0, 0.3), /* Sombra arriba a la izquierda */
		1px -1px 0px rgba(0, 0, 0, 0.3),  /* Sombra arriba a la derecha */
		-1px 1px 0px rgba(0, 0, 0, 0.3);  /* Sombra abajo a la izquierda */	
	}
		
	.texto01 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		margin-bottom: 70px;
	}
		
	.buscar-col-02 {
		  display: inline-block;
		width: 40%;
		height: 430px;
		vertical-align:top;
		background-color: #fff;
		border-radius: 10px;
		border: 3px solid #e6f6fe;
	}
	
	#galeria {
		padding: 75px 50px;
	}
	
	.galeria {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		margin-top: 60px;	
	}
	
	.galeria img {
		max-width: 420px;
		border: none;
		box-shadow: 10px 10px 26px -14px rgba(0,0,0,0.75);
	}
	
	/* #slider {
		  width: 80%;
		height: 40vw; 
		margin: 0 10% 30px; 
		box-sizing: border-box;
	} */
	
	#info {	
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		height: auto; 
		margin: 80px 90px;
		box-sizing: border-box;
		border-radius: 10px;
		/* background: rgb(230,246,254);  */
		/* background: linear-gradient(90deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%);  */
	}

	#info img {
		width: 60px !important;
	}
		
	.services {
		width: 100%;
		text-align: center;
		padding: 20px;
		/* margin-left: 10%; */
		border: 6px solid #20415b2b;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	
	.info-col-01 {
		  display: inline-block;
		width: 33%;
		text-align: center;
		vertical-align: middle;
		padding: 0 30px;
	}
		
	.info-col-02 {
		  display: inline-block;
		width: 34%;
		text-align: center;
		vertical-align: middle;
		border-left: 1px solid #20415b;
		border-right: 1px solid #20415b;
		padding: 0 30px;
	}
		
	.info-col-03 {
		  display: inline-block;
		width: 33%;
		text-align: center;
		vertical-align: middle;
		padding: 0 30px;
	}
		
	.titulo-info {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 18pt;
	}
		
	.texto-info {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;		
		font-weight: 400;
		font-size: 14pt;		
	}
	
	#estado {
		/* display: flex;	
		align-items: center;
		justify-content: center;
		flex-direction: column; */
		  width: 100%;
		height: auto; 
		padding: 60px 10%;
		margin-bottom: 40px; 
		box-sizing: border-box;
		/* background-color: #f2f6f7; */
		/* background-image:url("img/bus-gris.svg"); */
		background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4)), url("img/bkg-arribos-partidas-02.jpg");
		/* background-position : right 10% top 60px; */
		background-repeat: no-repeat;
		background-size: cover;
		/* background-size : 100px 100px; */
	}
	
	.arribos-partidas-section {
		margin: 0 auto;
		width: 380px;
		background-color: #004cba /* #16723c*/;
		padding: 5px;
		color: #fff;
		border: 2px solid #fff;
		border-radius: 5px;
		margin-bottom: 30px;	
	}
	
	.arribos-partidas-titulo {
		font-family: 'Roadgeek 2000 Series D', sans-serif;
		text-transform: uppercase;
		font-size: 34px;
		text-align: center;
		border: 3px solid #fff;
		border-radius: 5px 5px 0px 0px;
	}
	
	.arribos-partidas {
		background-color: rgba(255, 255, 255, 0.3);
		backdrop-filter: blur(4px);
		border-radius: 5px;
		padding: 10px;
	}
	
	
	.texto03 {
		  /* color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		margin-bottom: 40px; */
		font-family: 'Roadgeek 2000 Series D', sans-serif;
		text-transform: uppercase;
		font-size: 14px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 3px solid #fff;
		border-radius: 0px 0px 5px 5px;	
		border-top: none;		
	}
	
	.titulo-estado {
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 24pt;
		margin-bottom: 15px;
		padding: 5px 5px 5px 15px;
		border-radius: 5px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.4);		
	}
	
	.icono-estado{
		position: relative;
		top: -2px;
		margin-right: 10px;
	}
	
	.encabezado{
		border-radius: 10px; 
		width: 100%; 
		height: auto; 
		padding: 10px;
		font-size: 8pt;
		font-weight: 600;
		color: #20415b;
	}
	
	.empresa{
		display: inline-block; 
		width: 30%;
		font-weight: 700;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;	
	}
	
	.destino{
		display: inline-block; 
		width: 30%;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;	
	}
	
	.fecha{
		display: inline-block; 
		width: 30%;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;	
	}
	
	.plataforma{
		display: inline-block; 
		width: 10%;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;
		font-weight: 700;
		text-align: center;	
	}		
	
	.arribo{
		background-color: #fff; 
		width: 100%; 
		height: auto; 
		padding: 10px;
		font-size: 9pt;
		margin-bottom: 5px;
	}
	
	.partida{
		background-color: #fff; 
		width: 100%; 
		height: auto; 
		padding: 10px;
		font-size: 9pt;
		margin-bottom: 5px;
		line-height: 10pt;
	}
	
		
	#ubicacion {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-end;
		  width: 100%; 
		height: auto; 
		padding: 45px 7% 60px; 
		box-sizing: border-box;
		/* background-image:url("img/fondo-color.svg"); */
		background-position: bottom;
		background-repeat: no-repeat;
	}
		
	.ubicacion-col-01 {
		  display: inline-block;
		width: 50%;
		text-align: center;
	}
		
	.ubicacion-col-02 {
		  display: inline-block;
		width: 50%;
		height: 35vw;
		vertical-align:top;
		background-color: #fff;
		border-radius: 10px;
		border: 3px solid #e6f6fe;
	}
	
	.texto02 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		text-align: right;
		margin-top: 10px;
	}
	
	.titulo02 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 45pt;
		line-height: 35pt;
		margin-bottom: 55px;
		letter-spacing: -1px;
	}

	#estado .titulo02 {
		text-align: center;
	}
		
	.ubi-col-01 {
		display: inline-block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		padding: 0 20px 0 0;
	}

	.ubicacion-col-01 img {
		width: 150px;
		height: 150px;
	}

		
	.ubi-col-02 {
		  display: inline-block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		border-left: 1px solid #20415b;
		border-right: 1px solid #20415b;
		padding: 0 20px;
	}
		
	.ubi-col-03 {
		  display: inline-block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		padding: 0 0 0 20px;
	}
		
	#contacto{
		/* background: rgb(230,246,254);  */
		/* background: linear-gradient(0deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%);  */
		width: 100%; 
		height: auto; 
		padding: 65px 10% 75px 10%; 
		box-sizing: border-box;
		border-top: 1px solid #e3e3e3;
	}
	
	.form{ 
		width: 100%; 
		height: 520px;
		margin-top: 30px;
	} 
		
	.texto04 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		margin-bottom: 35px;
	}
		
	footer{
		width: 100%; 
		height: auto; 
		padding: 75px 10% 40px 10%; 
		box-sizing: border-box;
		border-top: 1px solid #e3e3e3;		
	}
		
	.footer-logo {
		  display: inline-block;
		width: 25%;
		padding-right: 5%;
		box-sizing: border-box;
		vertical-align: top;
	}
		
	.footer-col {
		  display: inline-block;
		width: 25%;
		text-align: right;
		vertical-align: top;
	}
	
	.btn-footer {
		  display: inline-block;
		margin-bottom: 5px;  
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 10pt;
		text-decoration: none;
		color: #000;
	}
		
	#sub-footer{
		width: 100%; 
		height: auto; 
		padding: 40px 0 0 0;
		border-top: 1px solid #20415b;
		margin-top: 80px;
		text-align: center;
		font-size: 10pt;
	}
	
	.icono-footer{
		position: relative;
		top: -1px;
		margin-right: 5px;
	}
	
	.texto-footer{
		font-size: 9pt;
		margin: 0 10px;
		display: inline-block;
	}
	
	.redes-sociales {
		display: flex;
		justify-content: right;
	}
	
	.redes-sociales img {
		max-width: 60px;
	}
	
	}

/* CSS GRANDE */
@media screen and (min-width:961px) and (max-width:1280px){
 
/* header{
	background: rgb(255, 255, 255); 
	background: linear-gradient(180deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%); 
	width: 100%; 
	height: auto; 
	padding: 16px 7%;
	box-sizing: border-box;
} */

/*RESULTADO FORMULARIO*/

.autocomplete-results {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 200px;
	overflow-y: auto;
	background-color: #fff;
}
.autocomplete-results div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-results div:hover {
	background-color: #e9e9e9; 
}
.date-input-container {
	position: relative;
}
.date-input-container .form-control[disabled] {
	background-color: #e9ecef;
	opacity: 1;
}

/*END RESULTADO FORMULARIO*/

.logo{
	width: 20%;
	display: inline-block;
	vertical-align: bottom;
}
	
.menu{
	width: 80%;
	display: inline-block;
	text-align: right;
	vertical-align: bottom;
}
	
.menu-mobile{
	display: none;
}

.btn-menu {
  	display: inline-block;
  	color: #000;
	padding-left: 10px;  
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 600;
    font-size: 9pt;
  	transition: all 0.3s;
  	z-index: 1;
	text-decoration: none;
	letter-spacing: -0.3px;;
}

.mt-5 {
	margin-top: 0px !important;
}

.contenedor-principal-buscar {
	padding-top: 160px;
}

#buscar {
	background-color: rgb(29,32,83);
	width: 100%; 
	height: 250px; 
	/* padding: 45px 10% 60px;  */
	box-sizing: border-box;
	/* background-image:url("img/fondo.svg"); */
	background-image:url("img/background-header.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

.buscar-contenedor {
	background: linear-gradient(rgba(255,255,255,0.1) 10%, #ffffff 35%, #ffffff 90%);
	/* background-color: white; */
	border-radius: 5px;
	padding: 25px 15px 15px 15px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	z-index: 10000;
}

.form-check-input {
	width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

.form-label {
	display: block;
	padding: 0 0 2px 1px;
	line-height: 13px;
	font-size: 10px;
	font-weight: 700;
	color: #1c2b39;
	margin: 7px 0 1px 0;
}

.form-check-label {
	display: block;
	/* padding: 0 0 2px 1px; */
	line-height: 13px;
	font-size: 10px;
	font-weight: 700;
	color: #1c2b39;
	margin: 7px 0 1px 0;
}

#buscar h3 {
	color: white;
	text-align: center;
}

#buscar .input-group-text {
	font-size: 10px !important;
}

#buscar .form-select {
	/* display: inline-block; */
	/* margin: 0; */
	font-size: 10px;
	border: 1px solid #bcd5f5;
	border-radius: 3px;
	/* outline: none; */
	color: #505c75;
	/* background-color: #fff;	 */
}

#buscar .form-control {
    /* display: block; */
    /* padding: .375rem .75rem; */
    font-size: 10px;
    /* font-weight: 400; */
    /* line-height: 1.5; */
    /* color: #212529; */
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* border: 1px solid #ced4da; */
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    /* border-radius: .25rem; */
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	 */
}

.btn-buscar {
	width: 100%;
	/* height: 50px; */
	background-color: #c12d36;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	user-select: none;
	text-overflow: clip;
	border: none; 
}

/* Calendario */

/* Aplica la escala al calendario */
.flatpickr-calendar {
	transform: scale(0.5); /* Escala el calendario al 50% */
	transform-origin: top left; /* Ajusta el origen de la escala al vértice superior izquierdo */
	width: auto !important; /* Permite que el ancho se ajuste automáticamente con la escala */
	height: auto !important; /* Permite que el alto se ajuste automáticamente con la escala */
	overflow: visible; /* Asegura que todo el contenido sea visible dentro del calendario reducido */
  }
  
  /* Opcional: ajusta el tamaño del contenedor si es necesario */
  .flatpickr-calendar.open {
	position: absolute;
	z-index: 9999;
  }
  
  

  

.paisaje {
  	display: inline-block;
	width: 25%;
	height: auto;
	border-radius: 10px;
	border: 3px solid #e6f6fe;
	margin-right: 5px;
}
	
.titulo01 {
  	color: #ffffff;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 700;
    font-size: 35pt;
	line-height: 20pt;
	padding-left: 20px;
	text-shadow:
    1px 1px 0px rgb(0, 0, 0, 0.3),   /* Sombra abajo a la derecha */
    -1px -1px 0px rgba(0, 0, 0, 0.3), /* Sombra arriba a la izquierda */
    1px -1px 0px rgba(0, 0, 0, 0.3),  /* Sombra arriba a la derecha */
    -1px 1px 0px rgba(0, 0, 0, 0.3);  /* Sombra abajo a la izquierda */	
}
	
.texto01 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 12pt;
	margin-bottom: 70px;
}
	
.buscar-col-02 {
  	display: inline-block;
	width: 40%;
	height: 430px;
	vertical-align:top;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid #e6f6fe;
}

#galeria {
	padding: 15px 30px;
}

.galeria {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2px;
	margin-top: 60px;	
}

.galeria img {
	max-width: 290px;
	border: none;
	box-shadow: 10px 10px 26px -14px rgba(0,0,0,0.75);
}

/* #slider {
  	width: 80%;
	height: 40vw; 
	margin: 0 10% 30px; 
	box-sizing: border-box;
} */

#info {	
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	height: auto; 
	margin: 80px 40px;
	box-sizing: border-box;
	border-radius: 10px;
	/* background: rgb(230,246,254);  */
	/* background: linear-gradient(90deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%);  */
}
	
.services {
	width: 100%;
	text-align: center;
	padding: 20px;
	/* margin-left: 10%; */
	border: 4px solid #20415b2b;
	border-radius: 15px;
	margin-bottom: 10px;
}

.info-col-01 {
  	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 0 30px;
}
	
.info-col-02 {
  	display: inline-block;
	width: 34%;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #20415b;
	border-right: 1px solid #20415b;
	padding: 0 30px;
}
	
.info-col-03 {
  	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 0 30px;
}
	
.titulo-info {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 700;
    font-size: 11pt;
}
	
.texto-info {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 600;
    font-size: 16pt;
}

#estado {
	/* display: flex;	
	align-items: center;
	justify-content: center;
	flex-direction: column; */
  	width: 100%;
	height: auto; 
	padding: 60px 10%;
	margin-bottom: 40px; 
	box-sizing: border-box;
	/* background-color: #f2f6f7; */
	/* background-image:url("img/bus-gris.svg"); */
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4)), url("img/bkg-arribos-partidas-02.jpg");
	/* background-position : right 10% top 60px; */
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size : 100px 100px; */
}

.arribos-partidas-section {
	margin: 0 auto;
	width: 380px;
	background-color: #004cba /* #16723c*/;
	padding: 5px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-bottom: 30px;	
}

.arribos-partidas-titulo {
	font-family: 'Roadgeek 2000 Series D', sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 5px 5px 0px 0px;
}

.arribos-partidas {
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(4px);
	border-radius: 5px;
	padding: 10px;
}


.texto03 {
  	/* color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 12pt;
	margin-bottom: 40px; */
	font-family: 'Roadgeek 2000 Series D', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #fff;
	border-radius: 0px 0px 5px 5px;	
	border-top: none;		
}

.titulo-estado {
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 700;
    font-size: 24pt;
	margin-bottom: 15px;
	padding: 5px 5px 5px 15px;
	border-radius: 5px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);		
}

.icono-estado{
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.encabezado{
	border-radius: 10px; 
	width: 100%; 
	height: auto; 
	padding: 10px;
	font-size: 8pt;
	font-weight: 600;
	color: #20415b;
}

.empresa{
	display: inline-block; 
	width: 30%;
	font-weight: 700;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;	
}

.destino{
	display: inline-block; 
	width: 30%;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;	
}

.fecha{
	display: inline-block; 
	width: 30%;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;	
}

.plataforma{
	display: inline-block; 
	width: 10%;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;
	font-weight: 700;
	text-align: center;	
}		

.arribo{
	background-color: #fff; 
	width: 100%; 
	height: auto; 
	padding: 10px;
	font-size: 9pt;
	margin-bottom: 5px;
}

.partida{
	background-color: #fff; 
	width: 100%; 
	height: auto; 
	padding: 10px;
	font-size: 9pt;
	margin-bottom: 5px;
	line-height: 10pt;
}

	
#ubicacion {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
  	width: 100%; 
	height: auto; 
	padding: 45px 10% 60px; 
	box-sizing: border-box;
	/* background-image:url("img/fondo-color.svg"); */
	background-position: bottom;
	background-repeat: no-repeat;
}
	
.ubicacion-col-01 {
  	display: inline-block;
	text-align: center !important;
	width: 50%;
}
	
.ubicacion-col-02 {
  	display: inline-block;
	width: 50%;
	height: 35vw;
	vertical-align:top;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid #e6f6fe;
}

.texto02 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 12pt;
	text-align: right;
	margin-top: 10px;
}

.titulo02 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 700;
    font-size: 35pt;
	line-height: 35pt;
	margin-bottom: 15px;
}
	
.ubi-col-01 {
  	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px 0 0;
}
	
.ubi-col-02 {
  	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #20415b;
	border-right: 1px solid #20415b;
	padding: 0 20px;
}
	
.ubi-col-03 {
  	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 20px;
}
	
#contacto{
	/* background: rgb(230,246,254);  */
	/* background: linear-gradient(0deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%);  */
	width: 100%; 
	height: auto; 
	padding: 15px 10% 75px 10%; 
	box-sizing: border-box;
}

.form{ 
	width: 100%; 
	height: 500px;
	margin-top: 30px;
} 
	
.texto04 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 12pt;
	margin-bottom: 35px;
}
	
#footer{
	width: 100%; 
	height: auto; 
	padding: 24px 10% 40px 10%; 
	box-sizing: border-box;
	border-top: 1px solid #e3e3e3;
}

.footer-logo {
  	display: inline-block;
	width: 25%;
	padding-right: 5%;
	box-sizing: border-box;
	vertical-align: top;
}
	
.footer-col {
  	display: inline-block;
	width: 25%;
	text-align: right;
	vertical-align: top;
}

.btn-footer {
  	display: inline-block;
	margin-bottom: 5px;  
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 10pt;
	text-decoration: none;
	color: #000;
}
	
#sub-footer{
	width: 100%; 
	height: auto; 
	padding: 40px 0 0 0;
	border-top: 1px solid #20415b;
	margin-top: 80px;
	text-align: center;
	font-size: 10pt;
}

.icono-footer{
	position: relative;
    top: -1px;
	margin-right: 5px;
}

.texto-footer{
	font-size: 9pt;
	margin: 0 10px;
	display: inline-block;
}

.redes-sociales {
	display: flex;
	justify-content: right;
}

.redes-sociales img {
	max-width: 60px;
}

}

/* CSS MEDIANO */
@media screen and (min-width:481px) and (max-width:960px){
 
	/* header{
		background: rgb(255, 255, 255); 
		background: linear-gradient(180deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%); 
		width: 100%; 
		height: auto; 
		padding: 16px 7%;
		box-sizing: border-box;
	} */
	
	/*RESULTADO FORMULARIO*/
	
	.autocomplete-results {
		position: absolute;
		border: 1px solid #d4d4d4;
		border-top: none;
		z-index: 99;
		top: 100%;
		left: 0;
		right: 0;
		max-height: 200px;
		overflow-y: auto;
		background-color: #fff;
	}
	.autocomplete-results div {
		padding: 10px;
		cursor: pointer;
		background-color: #fff; 
		border-bottom: 1px solid #d4d4d4; 
	}
	.autocomplete-results div:hover {
		background-color: #e9e9e9; 
	}
	.date-input-container {
		position: relative;
	}
	.date-input-container .form-control[disabled] {
		background-color: #e9ecef;
		opacity: 1;
	}
	
	/*END RESULTADO FORMULARIO*/
	
	.logo{
		width: 20%;
		display: inline-block;
		vertical-align: bottom;
	}
		
	.menu{
		width: 80%;
		display: inline-block;
		text-align: right;
		vertical-align: bottom;
	}
		
	.menu-mobile{
		display: none;
	}
	
	.btn-menu {
		  display: inline-block;
		  color: #000;
		padding-left: 10px;  
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 600;
		font-size: 9pt;
		  transition: all 0.3s;
		  z-index: 1;
		text-decoration: none;
		letter-spacing: -0.3px;;
	}
	
	.mt-5 {
		margin-top: 0px !important;
	}
	
	.container {
		max-width: 880px;
	}

	.row>* {
		padding-left: 4px;
		padding-right: 4px;
	}

	.contenedor-principal-buscar {
		padding-top: 160px;
	}
	
	#buscar {
		background-color: rgb(29,32,83);
		width: 100%; 
		height: 250px; 
		/* padding: 45px 10% 60px;  */
		box-sizing: border-box;
		/* background-image:url("img/fondo.svg"); */
		background-image:url("img/background-header.jpg");
		background-position: right;
		background-repeat: no-repeat;
	}
	
	.buscar-contenedor {
		background: linear-gradient(rgba(255,255,255,0.1) 10%, #ffffff 35%, #ffffff 90%);
		/* background-color: white; */
		border-radius: 5px;
		padding: 25px 15px 15px 15px;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
		z-index: 10000;
	}
	
	.form-check-input {
		width: 1em;
		height: 1em;
		margin-top: .25em;
		vertical-align: top;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		border: 1px solid rgba(0, 0, 0, .25);
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-print-color-adjust: exact;
	}
	
	.form-label {
		display: block;
		padding: 0 0 2px 1px;
		line-height: 13px;
		font-size: 10px;
		font-weight: 700;
		color: #1c2b39;
		margin: 7px 0 1px 0;
	}
	
	.form-check-label {
		display: block;
		/* padding: 0 0 2px 1px; */
		line-height: 13px;
		font-size: 10px;
		font-weight: 700;
		color: #1c2b39;
		margin: 7px 0 1px 0;
	}
	
	#buscar h3 {
		color: white;
		text-align: center;
	}
	
	#buscar .input-group-text {
		font-size: 10px !important;
	}
	
	#buscar .form-select {
		/* display: inline-block; */
		/* margin: 0; */
		font-size: 10px;
		border: 1px solid #bcd5f5;
		border-radius: 3px;
		/* outline: none; */
		color: #505c75;
		/* background-color: #fff;	 */
	}
	
	#buscar .form-control {
		/* display: block; */
		/* padding: .375rem .75rem; */
		font-size: 10px;
		/* font-weight: 400; */
		/* line-height: 1.5; */
		/* color: #212529; */
		/* background-color: #fff; */
		/* background-clip: padding-box; */
		/* border: 1px solid #ced4da; */
		/* -webkit-appearance: none; */
		/* -moz-appearance: none; */
		/* appearance: none; */
		/* border-radius: .25rem; */
		/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	 */
	}
	
	.btn-buscar {
		width: 100%;
		/* height: 50px; */
		background-color: #c12d36;
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		border-radius: 8px;
		text-decoration: none;
		position: relative;
		white-space: nowrap;
		display: inline-block;
		user-select: none;
		text-overflow: clip;
		border: none; 
	}
	
	/* Calendario */
	
	/* Aplica la escala al calendario */
	.flatpickr-calendar {
		transform: scale(0.5); /* Escala el calendario al 50% */
		transform-origin: top left; /* Ajusta el origen de la escala al vértice superior izquierdo */
		width: auto !important; /* Permite que el ancho se ajuste automáticamente con la escala */
		height: auto !important; /* Permite que el alto se ajuste automáticamente con la escala */
		overflow: visible; /* Asegura que todo el contenido sea visible dentro del calendario reducido */
	  }
	  
	  /* Opcional: ajusta el tamaño del contenedor si es necesario */
	  .flatpickr-calendar.open {
		position: absolute;
		z-index: 9999;
	  }
	  
	  
	
	  
	
	.paisaje {
		  display: inline-block;
		width: 25%;
		height: auto;
		border-radius: 10px;
		border: 3px solid #e6f6fe;
		margin-right: 5px;
	}
		
	.titulo01 {
		  color: #ffffff;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 35pt;
		line-height: 20pt;
		padding-left: 20px;
		text-shadow:
		1px 1px 0px rgb(0, 0, 0, 0.3),   /* Sombra abajo a la derecha */
		-1px -1px 0px rgba(0, 0, 0, 0.3), /* Sombra arriba a la izquierda */
		1px -1px 0px rgba(0, 0, 0, 0.3),  /* Sombra arriba a la derecha */
		-1px 1px 0px rgba(0, 0, 0, 0.3);  /* Sombra abajo a la izquierda */	
	}
		
	.texto01 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		margin-bottom: 70px;
	}
		
	.buscar-col-02 {
		  display: inline-block;
		width: 40%;
		height: 430px;
		vertical-align:top;
		background-color: #fff;
		border-radius: 10px;
		border: 3px solid #e6f6fe;
	}
	
	#galeria {
		padding: 15px 30px;
	}
	
	.galeria {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 2px;
		margin-top: 60px;	
	}
	
	.galeria img {
		max-width: 205px;
		border: none;
		box-shadow: 10px 10px 26px -14px rgba(0,0,0,0.75);
	}
	
	/* #slider {
		  width: 80%;
		height: 40vw; 
		margin: 0 10% 30px; 
		box-sizing: border-box;
	} */
	
	#info {	
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		height: auto; 
		margin: 80px 40px;
		box-sizing: border-box;
		border-radius: 10px;
		/* background: rgb(230,246,254);  */
		/* background: linear-gradient(90deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%);  */
	}
		
	.services {
		width: 100%;
		text-align: center;
		padding: 20px;
		/* margin-left: 10%; */
		border: 4px solid #20415b2b;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	
	.info-col-01 {
		  display: inline-block;
		width: 33%;
		text-align: center;
		vertical-align: middle;
		padding: 0 30px;
	}
		
	.info-col-02 {
		  display: inline-block;
		width: 34%;
		text-align: center;
		vertical-align: middle;
		border-left: 1px solid #20415b;
		border-right: 1px solid #20415b;
		padding: 0 30px;
	}
		
	.info-col-03 {
		  display: inline-block;
		width: 33%;
		text-align: center;
		vertical-align: middle;
		padding: 0 30px;
	}
		
	.titulo-info {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 11pt;
	}
		
	.texto-info {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 9pt;
	}
	
	#estado {
		/* display: flex;	
		align-items: center;
		justify-content: center;
		flex-direction: column; */
		  width: 100%;
		height: auto; 
		padding: 60px 10%;
		margin-bottom: 40px; 
		box-sizing: border-box;
		/* background-color: #f2f6f7; */
		/* background-image:url("img/bus-gris.svg"); */
		background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4)), url("img/bkg-arribos-partidas-02.jpg");
		/* background-position : right 10% top 60px; */
		background-repeat: no-repeat;
		background-size: cover;
		/* background-size : 100px 100px; */
	}
	
	.arribos-partidas-section {
		margin: 0 auto;
		width: 380px;
		background-color: #004cba /* #16723c*/;
		padding: 5px;
		color: #fff;
		border: 2px solid #fff;
		border-radius: 5px;
		margin-bottom: 30px;	
	}
	
	.arribos-partidas-titulo {
		font-family: 'Roadgeek 2000 Series D', sans-serif;
		text-transform: uppercase;
		font-size: 34px;
		text-align: center;
		border: 3px solid #fff;
		border-radius: 5px 5px 0px 0px;
	}
	
	.arribos-partidas {
		background-color: rgba(255, 255, 255, 0.3);
		backdrop-filter: blur(4px);
		border-radius: 5px;
		padding: 10px;
	}
	
	
	.texto03 {
		  /* color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		margin-bottom: 40px; */
		font-family: 'Roadgeek 2000 Series D', sans-serif;
		text-transform: uppercase;
		font-size: 14px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 3px solid #fff;
		border-radius: 0px 0px 5px 5px;	
		border-top: none;		
	}
	
	.titulo-estado {
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 24pt;
		margin-bottom: 15px;
		padding: 5px 5px 5px 15px;
		border-radius: 5px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.4);		
	}
	
	.icono-estado{
		position: relative;
		top: -2px;
		margin-right: 10px;
	}
	
	.encabezado{
		border-radius: 10px; 
		width: 100%; 
		height: auto; 
		padding: 10px;
		font-size: 8pt;
		font-weight: 600;
		color: #20415b;
	}
	
	.empresa{
		display: inline-block; 
		width: 30%;
		font-weight: 700;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;	
	}
	
	.destino{
		display: inline-block; 
		width: 30%;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;	
	}
	
	.fecha{
		display: inline-block; 
		width: 30%;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;	
	}
	
	.plataforma{
		display: inline-block; 
		width: 10%;
		font-family: "Wix Madefor Display", sans-serif;
		vertical-align: middle;
		font-weight: 700;
		text-align: center;	
	}		
	
	.arribo{
		background-color: #fff; 
		width: 100%; 
		height: auto; 
		padding: 10px;
		font-size: 9pt;
		margin-bottom: 5px;
	}
	
	.partida{
		background-color: #fff; 
		width: 100%; 
		height: auto; 
		padding: 10px;
		font-size: 9pt;
		margin-bottom: 5px;
		line-height: 10pt;
	}
	
		
	#ubicacion {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-end;
		  width: 100%; 
		height: auto; 
		padding: 45px 2% 60px; 
		box-sizing: border-box;
		/* background-image:url("img/fondo-color.svg"); */
		background-position: bottom;
		background-repeat: no-repeat;
		text-align: center;
	}
		
	.ubicacion-col-01 {
		  display: inline-block;
		width: 50%;
	}
		
	.ubicacion-col-02 {
		  display: inline-block;
		width: 50%;
		height: 35vw;
		vertical-align:top;
		background-color: #fff;
		border-radius: 10px;
		border: 3px solid #e6f6fe;
	}
	
	.texto02 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		text-align: right;
		margin-top: 10px;
	}
	
	.titulo02 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 700;
		font-size: 31pt;
		line-height: 35pt;
		margin-bottom: 15px;
	}
		
	.ubi-col-01 {
		  display: inline-block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		padding: 0 20px 0 0;
	}
		
	.ubi-col-02 {
		  display: inline-block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		border-left: 1px solid #20415b;
		border-right: 1px solid #20415b;
		padding: 0 20px;
	}
		
	.ubi-col-03 {
		  display: inline-block;
		width: auto;
		text-align: center;
		vertical-align: middle;
		padding: 0 0 0 20px;
	}
		
	#contacto{
		/* background: rgb(230,246,254);  */
		/* background: linear-gradient(0deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%);  */
		width: 100%; 
		height: auto; 
		padding: 15px 10% 75px 10%; 
		box-sizing: border-box;
	}
	
	.form{ 
		width: 100%; 
		height: 490px;
		margin-top: 30px;
	} 
		
	.texto04 {
		  color: #20415b;
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 12pt;
		margin-bottom: 35px;
	}
		
	footer{
		width: 100%; 
		height: auto; 
		padding: 24px 10% 40px 10%; 
		box-sizing: border-box;
	}
		
	.footer-logo {
		  display: inline-block;
		width: 25%;
		padding-right: 5%;
		box-sizing: border-box;
		vertical-align: top;
	}
		
	.footer-col {
		  display: inline-block;
		width: 25%;
		text-align: right;
		vertical-align: top;
	}
	
	.btn-footer {
		  display: inline-block;
		margin-bottom: 5px;  
		font-family: "Wix Madefor Display", sans-serif;
		font-weight: 400;
		font-size: 10pt;
		text-decoration: none;
		color: #000;
	}
		
	#sub-footer{
		width: 100%; 
		height: auto; 
		padding: 40px 0 0 0;
		border-top: 1px solid #20415b;
		margin-top: 80px;
		text-align: center;
		font-size: 10pt;
	}
	
	.icono-footer{
		position: relative;
		top: -1px;
		margin-right: 5px;
	}
	
	.texto-footer{
		font-size: 9pt;
		margin: 0 10px;
		display: inline-block;
	}
	
	.redes-sociales {
		display: flex;
		justify-content: right;
	}
	
	.redes-sociales img {
		max-width: 60px;
	}
	

            

}

@media screen and (min-width:481px) and (max-width: 890px){

	.buscar-contenedor {
		background: linear-gradient(rgba(255,255,255,0.5) 9%, #ffffff 75%, #ffffff 90%)
	}

	.titulo01 {
		line-height: 40px;
	}

	.row>* {
		margin-top: 0px !important;
	}

	#galeria {
		display: none;
	}

	#info {
		flex-direction: column;
		margin-top: 385px;
	}

	#ubicacion {
		justify-content: center;
		flex-direction: column;
		gap: 35px;
	}

	.ubicacion-col-01 {
		width: 100%;
	}

	.ubicacion-col-02 {
		display: none;
	}

	#ubicacion .texto02 {
		text-align: center;
	}

	.redes-sociales {
		flex-direction: column;
		justify-content: center;
	}

}

/* CSS CHICO */
@media screen and (max-width:480px){
 
body{
	width:100%;
	height:100%;
	background-color: #fff;
}  
	
/* header{
	background-color: rgb(255, 255, 255); 
	background: linear-gradient(180deg, rgba(230,246,254,1) 0%, rgba(239,254,248,1) 100%); 
	width: 100%; 
	height: auto; 
	padding: 20px 5%; 
	box-sizing: border-box;
} */
	
.logo{
	width: 40%;
	display: inline-block;
	vertical-align: bottom;
}
	
.menu{
	display: none;
}

.galeria {
	display: none;
}
	
.menu-mobile{
	width: 50%;
	display: inline-block;
	text-align: right;
	vertical-align: bottom;
}
	
/* MENU MOBILE */
	
	.botonMenu {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;    
            height: 30px;
            position: absolute;
            top: 20px;
            right: 5%;
            border: 0;
            cursor: pointer;
        }
        .botonMenu:focus {
            outline: none;
        }
        .botonMenu:focus + .principal {
            transform: translateX(0rem);
        }
        nav.principal {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            width: 60%;
            background-color: #ededf5d5;
			backdrop-filter: blur(4px);
            transform: translateX(100%);
            transition: 1s all;
			z-index: 100;
        }
        nav.principal ul {
            margin: 0;
            list-style: none;
        }
        nav.principal a {
            display: block;
            color: #1d2053;
            transition: .5s all;
        }
        nav.principal a:hover {
            text-decoration: none;
            background-color: #20415b;
        }
		
		.menu-mobile-titulo {
            text-decoration: none;
			color: #20415b;
			font-family: "Wix Madefor Display", sans-serif;
			font-weight: 600;
    		font-size: 12pt;
			margin-bottom: 20px;
        }
		
		.btn-menu-mobile {
            text-decoration: none;
			color: #fff;
			font-family: "Wix Madefor Display", sans-serif;
			font-weight: 400;
    		font-size: 10pt;
			margin-bottom: 20px;
        }
	
/* FIN MENU MOBILE */

.btn-menu {
  	display: inline-block;
  	color: #000;
	padding-left: 10px;  
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 9pt;
  	transition: all 0.3s;
  	z-index: 1;
	text-decoration: none;
}

#buscar {
	/* background-color: rgb(214, 214, 214); */
	background: linear-gradient(rgb(6, 17, 71) 0%, rgba(255,255,255,1) 100%);
	width: 100%; 
	height: auto; 
	padding: 8px 8px 5px; 
	box-sizing: border-box;
	/* background-image:url("img/fondo.svg"); */
	background-position: bottom;
	background-repeat: no-repeat;
	border: none;
}

.mt-5 {
	margin-top: 10px !important;
}

.buscar-contenedor {
	background-color: white;
	border-radius: 5px;
	padding: 15px;
}

.form-label {
	display: block;
	padding: 0 0 2px 1px;
	line-height: 13px;
	font-size: 10px;
	font-weight: 700;
	color: #1c2b39;
	margin: 7px 0 1px 0;
}

.mt-4 {
	margin-top: 0px !important;
}

#buscar h3 {
	color: white;
	text-align: center;
}

#buscar input {
	display: inline-block;
	/* width: 100%; */
	padding: 7px 9px;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #bcd5f5;
	border-radius: 3px;
	outline: none;
	color: #505c75;
	background-color: #fff;
}

#buscar .form-select {
	display: inline-block;
	width: 100%;
	padding: 7px 9px;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #bcd5f5;
	border-radius: 3px;
	outline: none;
	color: #505c75;
	background-color: #fff;	
}

#buscar .form-check-input {
	width: inherit;
	margin: 15px 0 15px 0;
	appearance: auto;
}

#buscar .form-check-label {
	font-size: 10px;
	font-weight: 700;
	color: #1c2b39;
}

.form-check {
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-buscar {
	width: 100%;
	height: 50px;
	background-color: #c12d36;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	user-select: none;
	text-overflow: clip;
	border: none;
}

.arribos-partidas-section {
	background-color: #004cba /* #16723c*/;
	padding: 5px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-bottom: 30px;	
}

.arribo {
	background-color: #fff;
	width: 100%;
	height: auto;
	padding: 5px;
	font-size: 8pt;
	line-height: 10pt;
	margin-bottom: 5px;
}

.arribos-partidas-titulo {
	font-family: 'Roadgeek 2000 Series D', sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 5px 5px 0px 0px;
}

.arribos-partidas {
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(4px);
	border-radius: 5px;
	padding: 10px;
}

.arribos {
	margin-bottom: 60px;
}

.texto03 {
	font-family: 'Roadgeek 2000 Series D', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #fff;
	border-radius: 0px 0px 5px 5px;	
	border-top: none;	
}

.paisaje {
  	display: inline-block;
	width: 25%;
	height: auto;
	border-radius: 10px;
	border: 3px solid #e6f6fe;
	margin-right: 5px;
	box-sizing: border-box;
}
	
.buscar-col-01 {
  	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
	
#buscar .titulo01 {
	padding-bottom: 18px;
	text-align: center;
  	color: #fff;
	/* font-family: 'Roadgeek 2000 Series D', sans-serif; */
	text-transform: capitalize;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 600;
    font-size: 22px;
	line-height: 25pt;
}
	
.texto01 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 12pt;
	margin-bottom: 45px;
}
	
.buscar-col-02 {
  	display: inline-block;
	width: 100%;
	height: 430px;
	vertical-align:top;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid #e6f6fe;
}

/* #slider {
  	width: 90%;
	height: 45vw; 
	margin: 0 5% 30px; 
	box-sizing: border-box;
} */

#info {
	/* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); */
	height: auto; 
	margin: 0 2% 20px 2%;  
	box-sizing: border-box;
	border-radius: 10px;
	/* background: rgb(230,246,254);  */
	/* background: linear-gradient(90deg, rgba(245, 249, 255, 0.562) 0%, rgb(206, 228, 255) 100%, rgb(245, 249, 255) 0%);  */
	padding: 10px 2%;
}
	
.info-col-01 {
  	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	margin-left: 10%;
}
	
.info-col-02 {
  	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	margin-left: 10%;
}
	
.info-col-03 {
  	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	margin-left: 10%;
}

.services {
	width: 100%;
	text-align: center;
	padding: 20px;
	/* margin-left: 10%; */
	border: 4px solid #20415b2b;
	border-radius: 15px;
	margin-bottom: 10px;
}
	
.titulo-info {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 700;
    font-size: 11pt;
}
	
.texto-info {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 9pt;
}

#estado {
  	width: 100%;
	height: auto; 
	padding: 20px 2%;
	margin-bottom: 0px; 
	box-sizing: border-box;
	/* background: rgba(255, 255, 255, 0.5) url('img/bkg-arribos-partidas-01.jpg') no-repeat center center; */
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4)), 
	url("img/bkg-arribos-partidas-01.jpg");
	/* background-color: #f2f6f7; */
}

.titulo-estado {
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 700;
    font-size: 16pt;
	margin-bottom: 15px;
	padding: 5px 5px 5px 15px;
	border-radius: 5px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);	
}

.icono-estado{
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.encabezado{
	border-radius: 10px; 
	width: 100%; 
	height: auto; 
	padding: 5px;
	font-size: 7pt;
	font-weight: 600;
	color: #000000;
}

.empresa{
	display: inline-block; 
	width: 30%;
	font-weight: 700;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;
}

.destino{
	display: inline-block; 
	width: 30%;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;
}

.fecha{
	display: inline-block; 
	width: 30%;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;
}

.plataforma{
	display: inline-block; 
	width: 10%;
	font-family: "Wix Madefor Display", sans-serif;
	vertical-align: middle;
	font-weight: 700;
	text-align: center;
}		

.arribo{
	background-color: #fff;
	width: 100%; 
	height: auto; 
	padding: 5px;
	font-size: 8pt;
	line-height: 10pt;
	margin-bottom: 5px;
}

.partida{
	background-color: #fff;
	width: 100%; 
	height: auto; 
	padding: 5px;
	font-size: 8pt;
	line-height: 10pt;
	margin-bottom: 5px;
}

	
#ubicacion {
  	width: 100%; 
	height: auto; 
	padding: 24px 5% 24px; 
	box-sizing: border-box;
	/* background-image:url("img/fondo-color.svg"); */
	background-position: bottom;
	background-repeat: no-repeat;
}
	
.ubicacion-col-01 {
  	display: inline-block;
	width: 100%;
	text-align: center;
}
	
.ubicacion-col-02 {
  	display: inline-block;
	width: 100%;
	height: 300px;
	vertical-align:top;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid #e6f6fe;
	margin-top: 50px;
}

.texto02 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 10pt;
	text-align: right;
	margin-top: 10px;
}
	
.titulo02 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 700;
    font-size: 25pt;
	line-height: 25pt;
	margin-bottom: 30px;
}
	
.ubi-col-01 {
  	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px 0 0;
}
	
.ubi-col-02 {
  	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #20415b;
	border-right: 1px solid #20415b;
	padding: 0 20px;
}
	
.ubi-col-03 {
  	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

#contacto{
	/* background: rgb(230,246,254);  */
	/* background: linear-gradient(rgba(255,255,255,1) 0%,rgb(6, 17, 71) 100%); */
	text-align: center;
	width: 100%; 
	height: auto; 
	padding: 24px 5% 24px; 
	box-sizing: border-box;
	border-top: 1px solid #e3e3e3;
}

.form{
	width: 100%; 
	margin-top: 15px;
	height: 480px;
} 
	
.texto04 {
  	color: #20415b;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 12pt;
	margin-bottom: 24px;
}
	
#footer{
	width: 100%; 
	height: auto; 
	padding: 24px 5% 40px 5%; 
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #e3e3e3;
}
	
.footer-logo {
  	display: block;
	width: 50%;
	margin-left: 25%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 40px;
}
	
.footer-col {
  	display: block;
	width: 100%;
	text-align: center;
	vertical-align: top;
	margin-bottom: 30px;
}

.footer-menu {
	display: none;
}

.btn-footer {
  	display: inline-block;
	margin-bottom: 5px;  
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 400;
    font-size: 10pt;
	text-decoration: none;
	color: #000;
}

.redes-sociales {
	display: flex;
	justify-content: center;
}

#sub-footer{
	width: 100%; 
	height: auto; 
	padding: 40px 0 0 0;
	border-top: 1px solid #20415b;
	margin-top: 80px;
	text-align: center;
	font-size: 10pt;
}

.icono-footer{
	position: relative;
    top: -1px;
	margin-right: 5px;
}

.texto-footer{
	font-size: 9pt;
	margin: 10px 10px;
	display: block;
}


}
