@charset "utf-8";
/* CSS Document */

#cotizaTitulo, #contenedorForm, #contenedorCotiza, #cintaColor section, .listadoCoti, #cotiButtons, .productoFichas {
	width: 100%;
	max-width: 1302px;
	margin: 0 auto;
	padding-right: 53px;
	padding-left: 53px;
}
#cotizaTitulo {
	width: 100%;
	max-width: 1302px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 9px;
}
#cotizaTitulo h1 {
	color: var(--color-aguamarina);
	font-family: "Open Sans", sans-serif;
	font-size: clamp(1.438rem, 0.545rem + 2.857vi, 2.688rem);
	text-transform: uppercase;
}

/* formulario */
#contenedorLineas {
	width: 100%;
	margin: 0 0 20px 0;
	border-top: solid 1px #DBDBDB;
	border-bottom: solid 1px #DBDBDB;
	position: relative;
}

#contenedorForm {
	padding: 60px 30px 58px 30px;
}
#contenedorForm form { 
	display: flex;
	flex-wrap: nowrap;justify-content: space-between;
}
#contenedorForm hr {
	margin: 0 0 26px 0;
}
#contenedorForm label {
	color: var(--color-gris6);
	font-size: clamp(1.125rem, 0.946rem + 0.571vi, 1.375rem);
	letter-spacing: -.5px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0 8px;
	margin: 0 0 26px 0;
}
#contenedorForm label span {
	font-weight: bold;
	letter-spacing: -.8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 150px;
	height: 61px;
	padding: 0 8px;
}
#contenedorForm input, #contenedorForm textarea {
	font-family: "Open Sans", sans-serif;
	color: var(--color-gris3);
	font-size: clamp(1.125rem, 0.946rem + 0.571vi, 1.375rem);
	width: calc(100% - 150px);
	padding: 2px 33px;
	border: solid 1px var(--color-gris9);
	border-radius: 6px;
}
#contenedorForm input {
	height: 61px;
}
#contenedorForm textarea {
	height: 150px;
}
#contenedorForm input[type=submit] {
	background: var(--color-gris3) url("/images/web/icono-flecha-submit.svg") no-repeat right 72px center;
	background-size: 31px auto;
	color: var(--color-blanco);
	font-size: 1rem;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	width: 257px;
	align-self: flex-end;
	margin: 0 8px 0 calc(100% - 265px);
	padding-left: 61px;
	border: none;
	cursor: pointer;
	transition: all ease-in-out 500ms;
}
#contenedorForm input[type=submit]:hover {
	background-color: var(--color-rojo);
	background-position: right 60px center;
}
#contenedorForm section { 
	width: 45.402%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
#contenedorForm hr {
	background: #DBDBDB;
	color: #DBDBDB;
	display: block;
	width: 1px;
	height: auto;
	border: none;
}

/* ZONA DATOS COTIZACION */
#contenedorCotiza {
	padding-top: 33px;
	padding-bottom: 27px;
}
.cotizaMensaje {
	background: url("/images/web/icono-manos.png") no-repeat left 6px top 11px;
	background-size: 74px auto;
	font-size: clamp(1.188rem, 1.063rem + 0.667vi, 1.563rem);
	line-height: clamp(1.188rem, 1.063rem + 0.667vi, 1.563rem);
	padding: 0 0 10px 107px;
}
.cotizaColor {
	color: #808080;
}
.cotizaPlazo {
	font-size: 18px;
}
.cotizaColorRojo {
	color: var(--color-rojo);
}
#cotizaDatum {
	font-size: clamp(1.125rem, 1.042rem + 0.444vi, 1.375rem);
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1081px;
	margin: 39px 0 20px  0;
	padding: 22px 0 47px 0;
	justify-content: space-between;
	border-top: dashed 2px #4d4d4d;
	border-bottom: dashed 2px #4d4d4d;
}
#cotizaDatum section {
	width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
#cotizaDatum p {
	margin: 0 0 8px 0;
}
#cotizaDatum .cotizaEtiq {
	font-weight: bold;
	display: inline-block;
	width: 164px;
	padding: 0 0 0 7px;
}
#cotizaDatum .cotizaResp {
    width: calc(100% - 164px);
}
#cotizaDatum section:last-child {
	padding: 0 0 0 39px;
	border-left: dashed 2px #00a99d;
}

/* SUBTITULO PRODUCTOS */
#cintaColor {
	background: var(--color-azul-gris);
	padding: 2px 0 8px 0;
}
#cintaColor h2 {
	color: var(--color-blanco);
	font-size: clamp(1.375rem, 1.25rem + 0.667vi, 1.75rem);
	text-transform: uppercase;
}

/* ZONA LISTADO COTIZACION */
#listadoCotizacion {
	background: var(--color-gris-frio);
	padding-bottom: 27px;
	border-bottom: solid 1px var(--color-placeholder);
}
.listadoTitle, .listadoTitleMobile {
	color: var(--color-aguamarina);
	font-size: 16px;
	font-weight: bold;
}
.listadoTitleMobile {
	font-size: 13px;
	width: 100%;
	display: none;
}
.listadoImagProducto {
	max-width: 85px;
	height: auto;
}
.listadoCoti {
	display: flex;
	justify-content: flex-start;
}
.listadoCoti section {
	font-size: clamp(1.125rem, 1.042rem + 0.444vi, 1.375rem);
	padding: 16px;
}
.listadoCoti section p {
	word-break: break-all;
}
/* strip */
.strip {
	border-bottom: solid 1px var(--color-gris3);
}
.strip:nth-child(odd) {
	background-color: var(--color-blanco);
}
/* producto */
.listadoCoti section:not(section:nth-child(1)) {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	/* PARA MOVIL justify-content: flex-start; */
}
/* imagen */
.listadoCoti section:nth-child(1) {
	width: 132px;
	padding-left: 0;
}
/* producto */
.listadoCoti section:nth-child(2) {
	width: 37.208%;
}
/* codigo */
.listadoCoti section:nth-child(3) {
	width: 21.907%;
}
/* unidades */
.listadoCoti section:nth-child(4) {
	text-align: center;
	width: 159px;
}

.listadoCoti section:nth-child(4) input {
	background: var(--color-blanco);
	color: var(--color-negro);
	font-family: "Open Sans", sans-serif;
	font-size: clamp(1.125rem, 1.042rem + 0.444vi, 1.375rem);
	text-align: center;
	width: 112px;
	height: 60px;
	padding: 5px;
	margin: 0 auto;
	border: solid 1px var(--color-aguamarina);
	border-radius: 6px;
}
.listadoCoti section:nth-child(5) {
	text-align: center;
	width: 115px;
}
.listadoCotiDel {
	background: url("/images/web/icono-tarro-basura.svg") no-repeat center center;
	background-size: auto 44px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.listadoCotiDel:hover {
	filter: grayscale(100%); /* filter: invert(80%); */
	transform: scale(.8);
}

/* BOTONES */
#cotiButtons {
	font-size: 1rem;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	padding: 38px 53px;
}
#cotiButtons a, #cotiButtons input[type=submit] {
	display: block;
	width: 258px;
	height: 58px;
	border-radius: 6px;
}
#cotiButtons a {
	color: var(--color-aguamarina);
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px var(--color-aguamarina);
}
#cotiButtons a:hover {
	color: var(--color-rojo);
	border-color: var(--color-rojo)
}
#cotiButtons input[type=submit] {
	background: var(--color-gris3);
	color: var(--color-blanco);
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 45px;
	border: none;
	transition: all ease 500ms;
	cursor: pointer;
}
#cotiButtons input[type=submit]:hover {
	background: var(--color-rojo);
}
.espaciador, .espaciador2 { 
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.espaciador {
	max-width: 1311px;
	aspect-ratio: 23 / 1;
}
.espaciador2 {
	max-width: 1240px;
	aspect-ratio: 8 / 1;
}
.cotizaRaya {
	background-color: var(--color-gris3);
	color:  var(--color-gris3);
	width: 100%;
	height: 1px;
	border: none;
}
.margenRaya {
	margin: 21px 0 39px 0;
}
/* MICRO FICHAS */
.tituloCentrado {
	color: var(--color-gris3);
	font-size: clamp(1.313rem, 1.181rem + 0.7vi, 1.75rem);
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 17px 0 10px 0;
}
.productoFichas {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(198px, 23.567%));
	column-gap: 23px;
	row-gap: 17px;
	padding: 18px 0;
}
.microFicha {
	background: var(--color-blanco);
	text-transform: uppercase;
	width: 100%;
	padding: 23px 21px;
	border: solid 1px var(--color-gris9);
	border-radius: 14px;
	filter: drop-shadow(0 0 4px #FFF);
	transition: all ease 500ms;
}
.microFicha h2 {
	font-size: 16px !important;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 9px 0;
}
.microFicha h2 a {
	color: var(--color-aguamarina);
	hyphens: auto;
}
.microFicha h2 a:hover {
	color: var(--color-negro);
}
.microFicha p {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px 0;
}
.microFicha hr {
	background: var(--color-amarillo);
	color: var(--color-amarillo);
	display: block;
	width: calc(100%  - 10px);
	height: 4px;
	border: none;
	margin: 11px auto 21px auto;
}
.microFichaPic { 
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 0 11px 0;
	aspect-ratio: 32 / 31;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.microFichaPic img { 
	width: 100%;
	object-fit: contain;
	opacity: 1;
	position: relative;
	z-index: 3;
	transition: all ease 500ms;
}
.microFichaPic section {
	text-transform: lowercase;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px;
	opacity: 0;
	border: solid 1px var(--color-amarillo);
	border-radius: 8px;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	transition: all ease 500ms;
}
.microFichaPic section p {
	color: var(--color-gris6) !important;
}
.microFichaPic section p:first-child {
	color: var(--color-aguamarina) !important;
	text-transform: uppercase;
}

.microFichaContainer {
	padding: 0 5px;
}
.microFichaCat {
	color: var(--color-gris-medio);
	font-size: 13px;
	font-weight: 500;
}
.microFichaBoton {
	background: var(--color-rojo);
	color: var(--color-blanco);
	font-family: "Source Sans 3", sans-serif;
	display: inline-block;
	width: 100%;
	height: 41px;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.microFichaBoton span {
	display: block;
	position: absolute;
	margin: -10px 0 0 -48.5px;
	top: 50%;
	left: 50%;
	transition: all ease 500ms;
}
.microFichaIcon {
	width: 22px;
	height: 16px;
	display: flex;
	align-items: center;
	opacity: 0;
	position: absolute;
	left: 30%;
	top: 50%;
	margin: -8px 0 0 0;
	transition: all ease-in-out 500ms;
}
.microFicha:hover {
	border-color: var(--color-aguamarina);
	filter: drop-shadow(0 0 4px #0003);
}
.microFicha:hover .microFichaPic img {
	opacity: 0;
}
.microFicha:hover .microFichaPic section {
	opacity: 1;
}
.microFichaBoton:hover {
	background: #B10405;
}
.microFichaBoton:hover span {
	margin-left: 0;
	left: 25px;
}
.microFichaBoton:hover .microFichaIcon {
	left: calc(100% - 50px);
	opacity: 1;
}
/* PIE2 */
#footer2 {
	width: 100%;
	max-width: 1500px;
	padding: 90px 29px 67px 29px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#footer2 p {
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	margin-right: 4.716%;
}
#footer2 a {
	color: var(--color-blanco);
	font-size: 18px;
	margin-right: 2.705%;
}
#footer2 a:last-of-type {
	margin-right: 0;
}
#footer2 a:hover {
}
#footer2 .footer2-logo {
	width: 251px;
	height: auto;
	margin-right: 4.508%;
}
#footer2 .footer2-correo {
	color: #2be0db;
}
#footer2 .footer2-fono {
	pointer-events: none;
}

/* Responsivo */
@media only screen and (max-width: 900px) {
	#contenedorForm label {
		flex-wrap: wrap;
		margin: 0 0 10px 0;
	}
	#contenedorForm label span, #contenedorForm input, #contenedorForm textarea {
		width: 100%;
	}
	#contenedorForm label span {
		height: auto;
	}
	#contenedorForm input, #contenedorForm textarea {
		margin: 0;
	}
	#contenedorForm input {
		height: 45px;
	}
	#contenedorForm textarea {
		height: 110px;
	}
}
@media only screen and (max-width: 600px) {
	#contenedorForm form {
		flex-wrap: wrap;
	}
	#contenedorForm section {
		width: 100%;
	}
	#contenedorForm hr {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	#contenedorForm input[type="submit"] {
		width: 100%;
		margin-left: 8px;
	}
}
.cotizacion-loading,
.cotizacion-vacia {
    text-align: center;
    padding: 20px 0;
    font-size: 1.2rem;
    color: var(--color-gris6);
}

.form-message {
    display: none;
    font-size: clamp(1rem, 0.95rem + 0.3vi, 1.125rem);
    margin-bottom: 20px;
    padding: 8px 12px;
    background: var(--fondo-gris-claro);
    border: 1px solid var(--color-gris9);
    border-radius: 4px;
}

.form-message.success::before,
.form-message.error::before {
    display: inline-block;
    margin-right: 8px;
}

.form-message.success::before {
    content: '\2714';
    color: var(--color-verde);
}

.form-message.error::before {
    content: '\26A0';
    color: var(--color-rojo);
}



