body{
  font-family: 'PT Sans', sans-serif;
}


html {
    scroll-behavior: smooth;
}

.rounded-xl{
    border-radius: .5rem;
}

.bg-blanco{
    background-color: white;
}

.boton{
    padding: .2rem 1rem;
    border-radius: 1rem;
    text-align: center;
    text-decoration: none;
    width: 15rem;
    display: block;
}

.boton-sm{
    padding: 0 1rem;
    border-radius: 1rem;
    text-align: center;
    text-decoration: none;
    width: 10rem;
    display: block;
}

.boton-sm:hover{
    text-decoration: none;
}

.select{
    padding: .2rem 1rem;
    border-radius: 1rem;
    text-align: center;
    width: 15rem;
}

.boton:hover{
    text-decoration: none;
}

.w-49{
    width: 49%;
}

.disabled { 
    pointer-events: none; 
    cursor: default; 
    background-color: #d0d0d0!important;
} 

.disabled:active { 
    pointer-events: none; 
    cursor: default; 
    background-color: #d0d0d0!important;
} 


.line-height-1{
    line-height: 1;
}

.shadow-rounded{
    -webkit-box-shadow: 11px 11px 12px -4px rgba(0,0,0,0.52); 
    box-shadow: 11px 11px 12px -4px rgba(0,0,0,0.52);
    border-radius: 1rem;
    border: 1px solid #d0d0d0;
    transition: all .3s ease-in-out;
}

.shadow-rounded:hover{
    -webkit-box-shadow: 11px 11px 12px -4px rgba(143, 173, 65, 1);
    box-shadow: 11px 11px 12px -4px rgba(143, 173, 65, 1);
    border: 1px solid #eb5424;
}


.resaltar{
    border: 2px solid #eb5424;
    box-shadow: 11px 11px 12px -4px rgba(143, 173, 65, 1);
    border-radius: 1rem;
}

.gray{
    color: rgba(51, 51, 51, 0.8);
}

.bg-gray{
    background-color: #5c5c5c;
}

.bg-gray-light{
    background-color:#cecece ;
}

.bg-orange{
    background-color: #eb5424;
}

.bg-black{
    background-color: #0c0c0c;
}

.color-primary{
    color: #eb5424;
}

.title-quienes-somos{
    font-size: 25px;
}

.bg-imagen-quienes-somos{
    background-image: url('../img/VERSION_2/cuadro_para_texto_quienes_somos.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.color-gray{
    color: #888;
}

.texto-gray{
    font-size: 1rem;
    line-height: 1.6rem;
}

.difuminado{
    height: 2px;
    border: 0;
    background: linear-gradient(to right, transparent, #333, transparent);
}

.title-servicios{
    font-size: 1.9rem;
}

.bg-servicios{
    background-color: #ececec;
    border-radius: 2rem;
    padding: 1.2rem;
    height: 100%;
    line-height: 1.6rem;
    font-size: 1rem;
}

.bg-servicios img{
    height: 80px;
    display: block;
    margin: auto;
}

ul.list-purple {
    list-style: none; /* Oculta las viñetas predeterminadas */
}

ul.list-purple li::before {
    content: "•"; /* Agrega un punto como viñeta personalizada */
    color: #581450 ; /* Cambia el color de la viñeta */
    display: inline-block;
    width: 1em; /* Ancho del punto */
    margin-right: 0.3em; /* Espacio entre la viñeta y el texto del elemento li */
}

ul.list-black {
    list-style: none; /* Oculta las viñetas predeterminadas */
}

ul.list-black li::before {
    content: "•"; /* Agrega un punto como viñeta personalizada */
    color: black ; /* Cambia el color de la viñeta */
    display: inline-block;
    width: 1em; /* Ancho del punto */
    margin-right: 0.3em; /* Espacio entre la viñeta y el texto del elemento li */
}

.logo-footer{
    display: block;
    max-width: 30%;
}

.logo-principal-footer{
    max-width: 50%;
    display: block;
}

.gestionFlota{
    height: 300px!important;
}

.grid{
    display: grid;
    grid-template-areas: "t1"
                         "t2"
                         "t3"
                         "t4";
    gap: 1.2rem;
}

.grid-item-1{
    grid-area: t1;
} 
.grid-item-2{
    grid-area: t2;
} 
.grid-item-3{
    grid-area: t3;
} 
.grid-item-4{
    grid-area: t4;
} 

/*
#servicios, #quienes-somos-principal, #contacto{
    padding-top: 4rem;
}
*/

/*
    SECCIONES
*/

#section-gestion-flota{
    padding-top: 4.7rem;
}

.banner-principal{
    height: auto;
}

#tarjetas{
    margin-top: 3rem;
}

#pyme{
    margin-top: 3.5rem;
}

#conexion, #china{
    margin-top: 4rem;
}

#courier, #importacion, #transporte{
    margin-top: 6rem;
}

#puerta-a-puerta{
    margin-top: 4.4rem;
}

#quienes-somos{
    margin-top: 4.4rem;
}

/*DEFINIDAS EN MD
#servicios, #preguntas, #contacto{
    padding-top: 6rem;
}
*/

#servicios, #quienes-somos-principal, #contacto{
    padding-top: 4.9rem;
}

/*
    HEADER
*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #eb5424;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    font-weight: 700;
    color: #eb5424;
}

.w-logo{
    text-align: center;
    width: 40%;
    cursor: pointer;
    padding: 10px 0px 0px 0px;
}

/*
    BG IMAGENES
*/
.heigth-img-17{
    height: 17rem;
}

.heigth-img-15{
    height: 15rem;
}

.bg-img-mundo{
    background-image: url(../img/HOME/BANNER-MUNDO.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
}

.bg-pyme{
    background-image: url(../img/HOME/pyme.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease-in-out;
}

.bg-oportunidades-comerciales{
    background-image: url(../img/HOME/oportunidades-comerciales.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease-in-out;
}


.pyme{
    transition: all .3s ease-in-out;
}

.pyme:hover{
    border: 2px solid #eb5424;
    box-shadow: 11px 11px 12px -4px rgba(143, 173, 65, 1);
    border-radius: 1rem;
}

.bg-tracking{
    background-image: url(../img/HOME/tracking.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-bolivia-peru{
    background-image: url(../img/HOME/peru-bolivia.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-quienes-somos{
    background-image: url(../img/QUIENES_SOMOS/portada-quinessomos.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 22rem;
    background-position: center center;
}

/*
    SWIPER SLIDER
*/

.swiper {
    width: 100%;
    /* height: 37rem; */
    height: 12rem;
    overflow: hidden;
}

.swiper-pagination::after{
    content: '';
    width: 100%;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    opacity: .4;
    transform: translateY(21%);
}

.swiper-pagination-bullet{
    width: 1rem !important;
    height: 1rem !important;
    background: #d0d0d0 !important;
    opacity: .7 !important;
}

.swiper-pagination-bullet-active{
    background: black !important;
    opacity: .4 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: lightslategray;
}

.swiper-button-next:after{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid lightgray;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
}

.swiper-button-prev:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid lightgray;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    transform: rotate(180deg);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/*
    SWIPER TARJETA
*/

.tarjeta{
    height: 15rem;
}

.tarjeta .swiper{
    /* box-shadow: 4px 4px 8px 8px rgb(208 208 208 / 97%); */
    border-radius: 1rem;
}

.tarjeta .swiper-button-next, .swiper-button-prev {
    color: lightslategray;
}

.tarjeta .swiper-button-next:after{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid rgba(0, 0, 0, 0.6);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
}

.tarjeta .swiper-button-prev:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid rgba(0, 0, 0, 0.6);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    transform: rotate(180deg);
}

.tarjeta .swiper-button-next.swiper-button-disabled,
.tarjeta .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/*
    OPORTUNIDADES COMERCIALES
*/

#oportunidades-comerciales .contenedor-busqueda{
    background-color: rgba(0,0,0, .075);
}

#oportunidades-comerciales .input-form {
    width: 100%;
    border-radius: 1rem;
    padding: 0.1rem 2rem 0.1rem 1rem;
    border: 2px solid #d0d0d0;
    position: relative;
}

#oportunidades-comerciales .select {
    
    border-radius: 1rem;
    text-align: center;
    width: 100%;
    border: 2px solid #d0d0d0;
}

#oportunidades-comerciales .contenedor-lista-items .detalle{
    width: 100%;
}

#oportunidades-comerciales .contenedor-lista-items .ficha-tecnica{
    width: 100%;
    text-align: center;
}

/*
    CONTACTO
*/
.titulo-contacto{
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo-contacto img{
    width: 4.5rem;
    margin-right: .5rem;
}

.form-file{
    width: 100%;
    border: 1px solid darkgray;
    padding: 0.3rem 0.5rem;
    border-radius: 0.5rem;
    font-size: .8rem;
}

/*
    FOOTER
*/
.w-logo-footer{
    width: 50%;
}

/*
    WHATSAPP
*/

.whatsapp{
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 1000;
}

/*
    POP-UP PAGINA PRINCIPAL
*/

.pop-up{
    width: 100%;
    padding: 0;
    /* border: none; */
    border: 2px solid #868787;
    border-radius: 1rem;
    outline: none;
    cursor: pointer;
    /* box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75); */
}

.pop-up .contenido{
    padding: 1.2rem;
}

.pop-up .btn-cerrar{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
}

#alert-dialog-popup .dialog-container-pop-up {
    background-image: url(../img/popup/bgTramaDerecha.webp);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

/*
    AGREGADO PARA EL FORM MULTI STEP
*/

/***** Top content *****/

.top-content { 
    line-height: 30px;
    text-align: center;
}

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.f1 {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { 
	position: absolute;
    /* top: 24px; */
    top: 19px;
    left: 12%;
    width: 75%;
    height: 1px;
    background: #eb5424;
}

.f1-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 1px; 
	background: #eb5424; 
}

.f1-step { 
	position: relative; 
	float: left; 
	width: 25%; 
	padding: 0 5px; 
}

.f1-step-icon {
	display: inline-block; 
	font-weight: 500;
    /*
	width: 40px; 
	height: 40px; 
    line-height: 40px;
    */
    width: 30px; 
	height: 30px; 
    line-height: 30px;
	margin-top: 4px; 
	background: #fff;
	border: 1px solid #eb5424;
	font-size: 16px; 
	color: #000; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	position: relative;
}

/*
.f1-step-icon:after{
	content: '';
	width: 15px;
	height: 15px;
	background-color: red;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateY(50%) rotate(45deg);
}
*/

.f1-step.activated .f1-step-icon {
	background: #eb5424; 
	border: 1px solid #eb5424; 
	color: #000;
	font-weight: 500; 
	/* line-height: 38px; */
    line-height: 30px;
}

.f1-step.active .f1-step-icon {
	/*
    width: 48px; 
	height: 48px; 
    font-size: 22px; 
	line-height: 48px;
    */
    width: 30px; 
	height: 30px; 
    font-size: 16px; 
	line-height: 30px;
	/* margin-top: 0; */ 
	background: #eb5424; 
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #eb5424; }
.f1-step.active p { color: #eb5424; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #cf394a; }



/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.top-content { padding: 0 0 20px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
}


/*
    ACCORDION
*/

.accordion-detail{
    margin-bottom: 1rem;
}

.accordion-detail ul{
    list-style-image: url(../img/check-solid.svg);
}

.accordion-detail-title{
    padding: .2rem  1rem .2rem 2rem;
    background-color: #d0d0d0;
    border-radius: 3rem;
    height: 3.5rem;
}

.accordion-detail-title[aria-expanded="true"]{
    background-color: #eb5424;
    color: white;
}

.accordion-detail-title[aria-expanded="true"] svg{
    fill: #fff;
}

/*
    INPUTS FORM
*/

.input-form{
    width: 100%;
    border-radius: 0.8rem;
    padding: 0 2rem 0 1rem;
    border: 2px solid #d0d0d0;
    position: relative;
}

.input-form-select{
    width: 100%;
    border-radius: 0.8rem;
    /* padding: 0.3rem 2rem 0.3rem 1rem; */
    padding: 0rem 2rem 0rem 1rem;
    border: 2px solid #d0d0d0;
    position: relative;
}

select.input-form-select {
    background-image: none; 
    background-repeat: no-repeat;
    background-position: right center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

select.input-form-select::-ms-expand {
    display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

textarea.input-form{
    padding: 10px 15px;
}

input.input-form,
textarea.input-form{
    transition: border-color 0.5s;
}

input.input-form:focus, 
input.input-form:focus-visible, 
input.input-form:active,
textarea.input-form:focus, 
textarea.input-form:focus-visible, 
textarea.input-form:active{
    border: 2px solid #eb5424 !important;
    outline: none;
}

.input-form-date{
    width: 100%;
    border-radius: 0.8rem;
    padding: 0 1rem 0 1rem;
    border: 2px solid #d0d0d0;
    position: relative;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    /*
    display: block;
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background: 0 0;
    margin: 0;
    opacity: 0;
    pointer-events: auto;
}

.signo{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.signo-select{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.signo-textarea{
    position: absolute;
    right: 15px;
    top: 8%;
    transform: translateY(-50%);
}

.signo-input-valor{
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

/*
    CHECKBOXS PERSONALIZADO
*/


input[type="checkbox"] + label:before {
	content: "";
	width: 18px;
	height: 18px;
	float: left;
	/*margin: 0.5em 0.5em 0 0;*/
	border: 2px solid #cccccc;
	background: #fff;
    position: relative;
    border-radius: 5px;
}

input[type="checkbox"]:checked + label:before {
	border-color: #eb5424;
}

input[type="checkbox"]:checked + label:after {
    content: '';
    height: 5px;
    width: 5px;
    background-color: #eb5424;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
    font-weight: bold;
    line-height: 3em;
    color: #ccc;
}

input[type="checkbox"]:checked + label {
    color: #eb5424;
}

/* 
RADIO
*/

input[type="radio"] + label:before {
	content: "";
	width: 18px;
	height: 18px;
	float: left;
	/*margin: 0.5em 0.5em 0 0;*/
	border: 2px solid #cccccc;
	background: #fff;
    position: relative;
    border-radius: 5px;
}

input[type="radio"]:checked + label:before {
	border-color: #eb5424;
}

input[type="radio"]:checked + label:after {
    content: '';
    height: 5px;
    width: 5px;
    background-color: #eb5424;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
    font-weight: bold;
    line-height: 3em;
    color: #ccc;
}

input[type="radio"]:checked + label {
    color: #eb5424;
}

/*
    PAGINA BOLIVIA_PERU_ARGENTINA
*/

.grid-container{
    display: grid;
    width: 100%;
    margin: 0 auto;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.bg-fondo-peru-argentina-bolivia{
    background-image: url(../img/CONEXION_BOLIVIA_PERU/PORTADA.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30rem;
}

/*
    PAGINA CHINA
*/

.bg-fondo-china{
    background-image: url(../img/IMPORTAR_CHINA/IMPORTAR_CHINA.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30rem;
}

/*
    PAGINA ASESORIA PYME
*/

.bg-fondo-asesoria-pyme{
    background-image: url(../img/ASESORIA_PYMES/Portada-pymes.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30rem;
}

/*
    PAGINA PUERTA A PUERTA
*/
.bg-imagen-puerta-a-puerta{
    background-image: url(../img/PUERTA_A_PUERTA/Portada-puerta-a-puerta.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 12rem; */
    height: 30rem;
    background-position: center center;
}

.puerta-a-puerta .swiper{
    height: 16rem;
    box-shadow: 4px 4px 8px 8px rgb(208 208 208 / 97%);
    border-radius: 1rem;
}

.puerta-a-puerta ul {
    list-style: none; /* Remove default bullets */
}
  
.puerta-a-puerta ul li::before {
    content: "\2022"; 
    color: #eb5424; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
}


.puerta-a-puerta .swiper-button-next, .swiper-button-prev {
    color: lightslategray;
}

.puerta-a-puerta .swiper-button-next:after{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid rgba(0, 0, 0, 0.6);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
}

.puerta-a-puerta .swiper-button-prev:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid rgba(0, 0, 0, 0.6);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    transform: rotate(180deg);
}

.puerta-a-puerta .swiper-button-next.swiper-button-disabled,
.puerta-a-puerta .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/*
    FORMULARIOS
*/

.titulo{
    font-size: 2.2rem;
}

/*
    MODAL
*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    height: auto;
  }
  
  .close {
    color: #cf394a;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #e22d42;
    text-decoration: none;
    cursor: pointer;
  }

/*
    MEDIA QUERYS
*/
@media (min-width: 640px) {
    .swiper {
        /* height: 37rem; */
        height: 25rem;
    }

    .bg-quienes-somos{
        height: 18rem;
    }

    .bg-imagen-puerta-a-puerta{
        /* height: 12rem; */
        height: 20rem;
        background-position: center right;
    }

    
    #tarjetas{
        margin-top: 4rem;
    }
    
    .accordion-detail-title{
        height: auto;
    }
}

@media(min-width: 768px){
    a.nav-link{
        font-size: .85rem;
    }

    .w-logo{
        text-align: left;
        width: 16%;
        padding: 7px 0px;
    }
    
    .w-logo-footer {
        width: 70%;
    }
    
    .swiper {
        /* height: 37rem; */
        height: 20rem;
    }

    .grid-container{
        grid-template-columns: 1fr 1fr;
    }

    .bg-fondo-peru-argentina-bolivia{
        height: auto;
    }

    .bg-fondo-china{
        height: auto;
    }

    .bg-fondo-asesoria-pyme{
        height: auto;
    }

    .puerta-a-puerta .swiper{
        height: 19rem;
    }

    .titulo{
        font-size: 3rem;
    }

    #servicios, #quienes-somos-principal, #contacto{
        padding-top: 4.6rem;
    }

    #tarjetas{
        padding-top: 6rem;
    }

    #pyme{
        padding-top: 7rem;
    }

    #conexion, #china{
        padding-top: 7rem;
    }

    #courier, #importacion, #transporte{
        padding-top: 9rem;
    }

    #puerta-a-puerta{
        padding-top: 7rem;
    }

    #quienes-somos{
        padding-top: 7rem;
    }

    #section-gestion-flota{
        padding-top: 4rem;
    }
    
    .banner-principal{
        height: 230px;
    }

    .bg-imagen-quienes-somos{
        height: 250px;
    }
    
    .linea{
        border-left: 2px solid gray;
    }

    #oportunidades-comerciales .contenedor-lista-items .ficha-tecnica{
        text-align: left;
    }

    .swiper-pagination::after{
        height: 3.3rem;
    }

    .title-servicios{
        font-size: 2.5rem;
    }

    .bg-servicios{
        padding: 1.2rem 2rem;
    }

    .bg-servicios img{
        height: 90px;
    }

    .logo-footer{
        max-width: 28%;
    }
    
    .logo-principal-footer{
        max-width: 50%;
    }
    
    .gestionFlota{
        height: auto!important;
    }

    .pop-up{
        width: 80%;
    }
}

@media(min-width: 1024px){
    a.nav-link{
        font-size: 1.1rem;
    }    

    .w-logo{
        text-align: left;
        width: 14%;
        padding: 10px 0px;
    }

    .swiper {
        /* height: 37rem; */
        height: auto;
    }

    .bg-quienes-somos{
        height: 14rem;
    }

    .puerta-a-puerta .swiper{
        height: 16rem;
    }
    
    #tarjetas{
        margin-top: 8rem;
    }

    #pyme{
        margin-top: 8rem;
    }

    #conexion, #china{
        margin-top: 6rem;
    }

    #servicios, #quienes-somos-principal, #contacto{
        padding-top: 5.6rem;
    }

    #puerta-a-puerta{
        margin-top: 7.5rem;
    }
    
    #quienes-somos{
        margin-top: 8rem;
    }

    #section-gestion-flota{
        padding-top: 3.5rem;
    }
    
    .banner-principal{
        height: 300px;
    }

    .bg-imagen-quienes-somos{
        height: 265px;
    }

    .texto-gray{
        font-size: 1.3rem;
    }

    .titulo-contacto {
        justify-content: space-between;
    }

    .titulo-contacto h2{
        font-size: 2.5rem;
    }

    .titulo-contacto img {
        width: 5.5rem;
    }

    #oportunidades-comerciales .contenedor-lista-items .detalle{
        width: 70%;
    }
    
    #oportunidades-comerciales .contenedor-lista-items .ficha-tecnica{
        width: 30%;
    }

    .swiper-pagination::after{
        height: 4rem;
    }

    .title-servicios{
        font-size: 2.9rem;
    }
    
    .bg-servicios{
        padding: 1.2rem 2.5rem;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .logo-footer{
        max-width: 29%;
    }
    
    .logo-principal-footer{
        max-width: 45%;
    }

    .grid{
        display: grid;
        grid-template-areas: "t1 t2 t3"
                             "t1 t2 t3"
                             "t1 t2 t3"
                             "t4 t4 t3";
        gap: 2rem;
    }
    
    .grid-item-1{
        grid-area: t1;
    } 
    .grid-item-2{
        grid-area: t2;
    } 
    .grid-item-3{
        grid-area: t3;
    } 
    .grid-item-4{
        grid-area: t4;
    } 

    .pop-up{
        width: 70%;
    }
}

@media (min-width: 1200px) {
    #navegacion{
        margin: 0 auto;
        width: 93%;
    }

    .w-logo{
        text-align: center;
        width: 12%;
        padding: 10px 0px;
    }

    #servicios, #quienes-somos-principal, #contacto{
        padding-top: 5.8rem;
    }

    .w-logo-footer {
        width: 100%;
    }

    .grid-container{
       height: 41rem;
       overflow: hidden;
    }

    
    #tarjetas{
        margin-top: 5rem;
    }
    
    #pyme{
        margin-top: 4.5rem;
    }

    #puerta-a-puerta{
        margin-top: 4.5rem;
    }

    #quienes-somos{
        margin-top: 4rem;
    }

    #section-gestion-flota{
        padding-top: 4rem;
    }
    
    .banner-principal{
        height: auto;
    }

    .bg-imagen-quienes-somos{
        height: 250px;
    }

    .texto-gray{
        font-size: 1.2rem;
        line-height: 2.3rem;
    }

    #conexion, #china{
        margin-top: 4.5rem;
    }

    /*
    #servicios{
        padding-top: 7rem;
    }
    */

    .bg-servicios{
        line-height: 1.8rem;
    }

    #preguntas{
        padding-top: 7rem;
    }

    #contacto{
        padding-top: 7rem;
    }

    .logo-footer{
        max-width: 28%;
        height: auto;
    }
    
    .logo-principal-footer{
        max-width: 40%;
    }

    .pop-up{
        width: 50%;
    }
}