


/* RESPONSIVE HORIZONTAL */





/* ----------------------------------------------------------------------*/

/* 1460
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 1460px){
	


  /* root */
  :root {

		--container-gr: 1340px;
		--h-header    : 85px;
		--h-btn       : 40px;
		--h-footer    : 363px;
		--w-form      : 530px;
		--ratio-slide : 40%;

  }



  /* #btn */
  .btn--wpp {
		width : 60px;
		height: 60px;
		right : 15px;
  }
  	.btn--wpp i {
  		font-size: 2.5rem;
  	}


  /* #menu */
  .cont--menu a {
  	padding: 10px 22px;
  }


  /* #form */
  .sec--form .cont--form {
		transform: translateY(33px);
		padding  : 20px 30px 30px 30px;
  }


  /* #footer */
  .footer--top [class*=container--] > .d--grid {
  	grid-template-columns: 1fr 1fr 200px;
  }

  /* #redes */
  .cont--redes i {
  	font-size: 40px;
  }

  .cont--redes svg {
	height: 40px;
  	width: 40px;
  }

	
}




/* ----------------------------------------------------------------------*/

/* 1370
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 1370px){

	/* root */
	:root {

		--container-gr: 1280px;
	}

	/* wpp */
	.btn--wpp {
		width : 53px;
		height: 53px;
		right : 10px;
    }
	  	.btn--wpp i {
	  		font-size: 2.23rem;
	  	}



}





/* ----------------------------------------------------------------------*/

/* 1280
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 1280px){

	:root {

		--padding-container: 60px;
		--w-sidebar        : 260px;
	}
	
	
	/* #form */
  .sec--form .cont--form {
		transform: translateY(90px);
  }





}




/* ----------------------------------------------------------------------*/

/* 1200
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 1200px){


	/* slide */
	.sec--slide .cont--slide article br {
		display: none !important;
	}

	/* con alert */
	.visible--msj .cont--form.reserva {
		transform: translateY(200px);
	}
	.visible--msj .sec--botonera {
		padding-top: 300px;
	}



}







/* ----------------------------------------------------------------------*/

/* 1140
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 1140px){

	/* root */
 	:root {

		/* size's */
		--size        : .92rem; /* 14.72px */

		--size-1      : 3rem; /* 48px */
		--size-2      : 2.5rem; /* 40px */
		--size-3      : 2rem; /* 32px */
		--size-4      : 1.5rem; /* 24px */
		--size-5      : 1.25rem; /* 20px */
		--size-6      : 1rem; /* 16px */

  }



  /* #header */
  body[data-version="mobile"] .cont--header [class*=container--] > .d--grid .header--right {
		grid-template-columns: 55px 30px;
		justify-content      : flex-end;
		grid-column-gap      : 20px;
  }



	/* #menu */
	.cont--menu {
		opacity   : 1;
		visibility: visible;
		transform : translateX(0) translateY(-100px);
		position  : fixed;
		height    : 0;
		transition: translate 1s ease-in;
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .45);
	}



		.cont--header .header--right section {
			grid-template-columns: 110px 50px;
		}

			.cont--header .header--right section .btn--gral {
				max-width: 110px;
			}



		/* botonera */
		.cont--botonera a i {
			width : 66px;
			height: 66px;
		}


		/* slide */
		.sec--slide .cont--slide article h2 br {
			display: none;
		}


		/* pasos */
		.cont--pasos h6 {
			padding: 30px 15px;
		}


		/* confirmacion */
		.sec--pasos header + .content.confirmacion > .d--grid {
			grid-template-columns: 1fr;
		}



	/* #footer */
  .footer--top [class*=container--] > .d--grid {
  	grid-template-columns: 1fr 1fr 170px;
  }

  	.footer--top {
  		padding: 50px 0 30px 0;
  	}




}







/* ----------------------------------------------------------------------*/

/* 1024
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 1024px){

	:root {

		--container-gr     : 960px;
		--padding-container: 60px;
		--w-form           : 100%;
		--w-sidebar        : 100%;
		--h-footer         : 322px;
	}




	/* #slide */
	.sec--slide .cont--slide article {
		max-width     : inherit;
		padding-bottom: 110px;
	}



	/* #form reserva */
	.sec--form {
		height: auto !important;
	}

		.sec--form [class*=container--] > .d--grid {
			grid-column-gap: 0;
		}

			.sec--form .cont--form {
				transform: translateY(-125px);
			}

			.cont--form.reserva {
				position: relative;
			}


			/* con alert */
		.visible--msj .cont--form.reserva {
			transform: translateY(-125px);
		}
		.visible--msj .sec--botonera {
			padding-top: 0;
		}


	/* #botonera */
	.sec--botonera {
		padding  : 0;
		transform: translateY(-40px);
	}

		.cont--botonera > .d--grid {
			grid-template-columns: repeat(2, 1fr);
		}

			.cont--botonera a {
				display              : grid;
				grid-template-columns: 66px 1fr;
				width                : 275px;
				margin-bottom        : 30px;
			}


		.sec--flota {
			padding-top: 0;
		}



		/* #pasos */
		.sec--pasos header + .content > .d--grid,
		.sec--pasos .cont--tit {
			grid-template-columns: 1fr;
		}

		.sec--pasos .cont--tit h4 {
			font-size: var(--size-4);
		}

		.cont--form.orden span.label {
			position: relative;
			left    : auto;
		}





		.cont--sidebar {
			margin-top: 40px;
		}



	/* #mapa */
	.cont--mapa {
		padding-top: 35%;
	}


}







/* ----------------------------------------------------------------------*/

/* 900
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 900px){




	.cont--flota > .d--grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}


	.cont--flota .col--box footer {
		grid-template-columns: 1fr;
		justify-items        : center;
		gap                  : 15px;
	}



		.cont--form.adicionales label.check--custom >  span {
			grid-template-columns: 20px 40px 250px 1fr;
		}

}



/* ----------------------------------------------------------------------*/

/* 800
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
	
		

	:root {

		--padding-container: 40px;
		--h-footer         : 624px;

	}




	/* #pasos */
	.cont--pasos [class*=d--] {
		flex-wrap: wrap;
	}
	

	.cont--pasos a {
		flex-direction: column;
		font-size     : .9rem;
		padding       : 20px 10px;
	}

	.cont--pasos a:before {
		margin-right : 0;
		margin-bottom: 5px;
	}



	.cont--flota .d--grid.grid--6 {
		gap: 30px;
	}


		.cont--flota .col--box section {
			flex-direction: column;
		}



	/* #footer */
	.footer--top [class*=container--] > .d--grid {
		grid-template-columns: 1fr;
	}

}




/* ----------------------------------------------------------------------*/

/* 700
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 700px){



	.cont--flota .d--grid.grid--6 {
		grid-template-columns: 1fr !important;
	}


	.footer--top img {
		max-height: 130px;
	}

}




/* ----------------------------------------------------------------------*/

/* 680
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 680px){
	

	/* root */
 	:root {

 		/* size's */
		--size        : .9rem; /*  */

		--size-1      : 2.75rem; /*  */
		--size-2      : 2.3rem; /*  */
		--size-3      : 1.8rem; /*  */
		--size-4      : 1.4rem; /*  */
		--size-5      : 1.15rem; /*  */
		--size-6      : .96rem; /*  */

		--container-gr: 1100px;

		--ratio-slide : 75%;

  }


  /* grid */
	.d--grid.grid--6,
	#totales .cont--total .total { 
		grid-template-columns: 1fr !important;
	}

	#totales .cont--total .total span {
		text-align: left;
	}
	#totales .cont--total .total h4,
	#totales .cont--total .total h5,
	#totales .cont--total .total h6 {
		margin-left: 0;
	}


	.cont--confirmacion > form .cont--submit > div {
		width: 100%;
	}
	.cont--confirmacion > form button[type="submit"] {
		width: 100% !important;
	}




	.sec--slide .cont--slide figure img.desktop {
		display: none;
	}
	.sec--slide .cont--slide figure img.mobile {
		display: block;
	}





  .sec--slide .cont--slide article {
  	padding-right: 0;
  }



  /* #form */
	.cont--form .d--grid.grid--6 {
		grid-template-columns: 1fr !Important;
	}


	.cont--msj.gr {
		font-size  : 1rem;

	}

	/* botonera */
	.cont--botonera a {
		grid-template-columns: 1fr;
		text-align           : center;
		justify-items        : center;
		width                : 100%;
	}

		.cont--botonera a h3 {
			padding-left: 0;
			margin-top  : 15px;
		}



	.cont--redes i {
		font-size: 36px;
	}

	.cont--redes svg {
		height: 36px;
		width: 36px;
	}



	/* #mapa */
	.cont--mapa {
		padding-top: 60%;
	}



		.cont--form.adicionales label.check--custom > span {
			grid-template-columns: 20px 40px 1fr;
		}
		.cont--form.adicionales label.check--custom > span aside {
			grid-template-columns: 1fr
		}
		.cont--form.adicionales label.check--custom > span aside p {
			margin-top: 5px;
		}
		.cont--form.adicionales label.check--custom input {
			max-width : 40px;
		}



	.cont--form.adicionales label.check--custom .fix--usd {
			margin-left: 0;
			width: 100%;
		}


}





/* ----------------------------------------------------------------------*/

/* 480
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 480px){
	
	 

	:root {

		--padding-container: 30px;
		--h-footer         : 540px;

	}



	.cont--cabezal h2 {
		font-size: var(--size-3);
	}


	/* content */

	.content--box {
		padding: 25px;
	}


	/* grid */
	.d--grid.grid--6 {
		grid-template-columns: 1fr !important;
	}


	/* btn */
	.btn--wpp {
		width : 50px;
		height: 50px;
		top   : auto;
		bottom: 100px;
	}

		.btn--wpp i {
			font-size: 1.75rem;
		}


	/* slide */
	.sec--slide .cont--slide figure:before {
		height : 100%;
		opacity: .95;
	}

	.sec--slide .cont--slide article {
		padding-bottom: 85px;
	}
	
	


	.cont--botonera a h3 {
		width: 100%;
	}



	/* #form */
	form input, 
	form textarea, form select, 
	.cont--form input, 
	.cont--form textarea, 
	.cont--form select {
		padding: 6px 10px;
	}



	/* #pasos */
	.sec--pasos {
		padding-top: 40px;
	}

		.cont--pasos .container--gr {
			padding: 0 15px;
		}	

			.cont--pasos {
				padding: 15px 0;
			}

				.cont--pasos a {
					grid-template-columns: 22px 1fr;
					font-size            : .8rem;
					padding              : 5px 10px;
				}

				.cont--pasos a:before {
					width    : 22px;
					height   : 22px;
					font-size: .75rem;
				}



			/* form */
			.cont--form.adicionales .cont--input > label {
				padding: 15px 5px 15px 0;
			}

			.cont--form.adicionales label.check--custom > span:before {
				width       : 18px;
				height      : 18px;
				margin-right: 5px;
			}

			.cont--form.adicionales input.check--custom:checked + label span {
				transform: translateX(8px);
			}


			.cont--form.adicionales label.check--custom > span {
				display              : grid;
				grid-template-columns: 20px 35px 1fr;
			}

			.cont--form.adicionales label.check--custom i {
				width              : 35px;
				height             : 35px;
			}




	/* flota */
	.cont--flota > .d--grid {
		grid-template-columns: 1fr !important
	}

	.sec--flota .cont--tit h2 {
		font-size: var(--size-5);
	}


		.cont--flota .col--box .tit--tipo {
			font-size: var(--size-5);
		}
		.cont--flota .col--box .tit--modelo {
			font-size: var(--size);
		}




	/* #mapa */
	.cont--mapa {
		padding-top: 85%;
	}





	/* #footer */
	.footer--top img {
		max-height: 90px;
	}

	.footer--bottom [class*=container--] > .d--grid {
		grid-template-columns: 95px 1fr;
	}

	.cont--redes a.ico--instagram {
		margin-right: 0;
	}

	.cont--copy {
		text-align: left;
	}

		.cont--copy p {
			font-size: .8rem;
		}

		.cont--copy .desktop {
			display: none;
		}
		.cont--copy .mobile {
			display    : block;
			line-height: 1.25;
			text-align : right;
		}


		.cont--redes i {
			font-size: 32px;
		}

		.cont--redes svg {
			height: 32px;
			width: 32px;
		}



}





/* ----------------------------------------------------------------------*/

/* 400
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 400px){
	
	
 

	:root {

		--padding-container: 20px;
		--ratio-slide      : 100%;

	}


	/* #slide */
	.sec--slide .cont--slide article h2 {
		line-height: 1.25;
		font-size  : 1.3rem;
	}

	.sec--slide .cont--slide article h3 {
		line-height: 1.125;
	}



	/* #form */
	form label.check--custom > span {
		font-size: .85rem;
	}


	/* #botonera */
	.cont--botonera a h3 {
		font-size: 1rem;
	}



	/* #footer */
	.footer--bottom {
		padding: 20px 0;
	}


}









