@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
	font-family: "Open Sans", sans-serif;
}
.text-rojo {
	color: #d43b46;
}
.text-azul {
	color: #143d6b;
}
.ls-7 {
	    letter-spacing: 7px;
}
.justifica {
	text-align: justify;
}
#superior {
	background-image: url("../images/fondo-head.jpg");
	background-size: cover;
	background-position: top center;
}
#formS {
	width: 70%;
}
#formS label {
	display: block;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    background-image: url(../images/fondo-label.png);
    background-size: contain;
    background-repeat: no-repeat;
    letter-spacing: 7px;
}
#formS input {
	width: 100%;
    border: none;
    outline: none;
    background-color: #FFF;
    padding: 15px 7px;
}
.botonF {
	background-image: url("../images/fondoBoton.jpg");
	background-size: 100% auto;
	color: #FFF;
	width: 100%;
    border: none;
    outline: none;
	padding: 15px 7px;
}
.btnCotizar {
	max-width: 220px;
	height: auto;
}
.img-full {
	width:100%;
	height: auto;
}
#realiza {
	background-image: url("../images/fondo-3-pasos.jpg");
	background-size: cover;
	background-position: center;
}
#camioncito {
	top: -7%;
    left: 58%;
}
#garantia {
	background-image: url("../images/fondo-garantia.jpg");
	background-size: cover;
	background-position:  bottom center;
	    padding-top: 18vh !important;
    margin-top: -13vh;
}
#negative {
	
}
#faq, #facturacion {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dce3ed+0,ffffff+100 */
background: linear-gradient(to bottom,  #dce3ed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#proceso {
	background-image: url("../images/fondo-proceso.jpg");
	background-size: cover;
	background-position: center;
}
#camionD {
	margin-top: -32vh;
}
#formularioF input, #formularioF textarea {
	border: rgba(255,255,255,0);
	padding: 15px;
}
#enviarF {
	max-width: 250px;
	height: auto;
}
footer {
	background-image: url("../images/fondo-footer.jpg");
	background-size: cover;
	background-position: center;
	padding: 5em;
}
#pleca-mapa {
	   width: 97%;
    bottom: 0;
    background-color: #d43c46;
    text-align: right;
    padding: 15px 15px;
    font-size: 2em;
    font-weight: 100;
}
.accordion-button {
	background-image: url("../images/faq-flecha.png");
	background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 99% center;
}
/* RESET */
.accordion {
	--bs-accordion-color: #143d6b !important;
	--bs-accordion-active-bg: transparent !important;
	--bs-accordion-bg: transparent;
	--bs-accordion-border-color: #b6bac1;
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#d43b46'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#d43b46'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
:root, [data-bs-theme=light]{
	--bs-border-radius: 0 !important;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
#camionLOGO2 {
	max-width: 90px;
}
#cuadro-status {
	background-color: #edeff5;
    border: thin solid #8b8f95;
    padding: 2rem;
	color: #737c95;
}
#exampleModal .modal-body {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c5cddd+0,ffffff+100 */
background: linear-gradient(to bottom,  #c5cddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0px !important;
	padding: 4em !important;
}
.steps .active {
	    color: #243662;
    font-weight: 900;
}
.steps li {
    list-style-type: none;
    position: relative;
	margin-bottom: 2em;
}
.steps li::before {
	content: '';
    width: 15px;
    height: 15px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    margin-left: -35px;
    margin-top: 5px;
    border: thin solid #253662;
	z-index: 2;
}
.steps li::after {
   content: '';
    width: 50px;
    height: 2px;
    background: #b3b5b7;
    position: absolute;
    left: -53px;
    top: 36px;
    z-index: 1;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.steps li:last-of-type::after {
	display: none;
}
.steps li.active::before {
	    width: 25px;
    height: 25px;
    margin-left: -40px;
    margin-top: 0px;
	background-image: url("../images/bolita-steps.png");
	background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.steps li.active::after {
	background: #253662;
}
.btn-azul {
	color: #FFF;
	background: #243662;
	    width: 100%;
    margin-bottom: .5rem;
}
.btn-azul:hover {
	background: #0f1933;
	color: #fff;
}
@media only screen AND (max-width: 470px){
	#superior {
		background-image: url("../images/banner-responsive.jpg");
	}
	#pleca-mapa {
		width: 94.5%;
	}
	#camionD {
    	margin-top: -25vh;
	}
	#camioncito {
		top: -12%;
		left: 58%;
		width: 25%;
		margin-top: -10px;
	}
	#letrasLOGO {
		width: 60%;
    	float: left;
    	margin-top: 1em;
	}
	#camionLOGO {
		width: 32%;
    	margin-bottom: 2em;
	}
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	#formS {
    	width: 95%;
		        margin-top: 10%;
	}
	#entrega {
		 width: 70%;
    	float: left;
	}
	#rastrearF {
		width: 30%;
    float: right;
    margin-top: -62px;
		        padding: 11px 7px !important;
	}
	.steps li::after {
		width: 75px;
		left: -65px;
		top: 48px;
	}
	.steps li.active::after {
		s
	}
}