<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------

ESTILOS HEADER 

-----------*/
body {
  font-size: 16px;
  font-family: Poppins;
}

.badge-primary {
  background: #0A65CC !important;
  transition: 0.5s all ease;
}

.badge-primary:hover {
  transition: 0.5s all ease;
  background: rgb(3, 55, 131) !important;
}

.badge-primary a {
  color: white;
  text-decoration: none;
}

header {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  flex-wrap: nowrap !important;
}

.header {
  z-index: 999999;
  flex-wrap: nowrap !important;
}

.boton-menu {
  background: none;
  border: none;
  color: #828282;
}

.boton-menu i {
  color: #828282;
}

.menu-desktop-button {
  background: none;
  border: none;
  color: #828282;
  font-weight: 600;
  font-size: 20px;
}

.nav-list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  color: #828282;
  font-weight: 600;
}

.nav-list a {
  text-decoration: none;
  color: #828282;
  transition: all 0.5s ease-in-out;
}

.nav-list a:hover {
  background: #8ABD43;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem;
  color: white;
  border-radius: 10px;
}

.nav-list-item {
  margin-right: 1rem;
}

.header-login-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-button {
  background: none;
  color: #8ABD43;
  border: 1px solid #8ABD43;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 0.5rem;
  margin-left: 1rem;
  transition: all 0.5s ease-in-out;
}

.login-button:hover {
  background: #8ABD43;
  color: white;
  transition: all 0.5s ease-in-out;
}

.register-button {
  background: #8ABD43;
  color: white;
  border: 1px solid #8ABD43;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}

.register-buttons li button {
  height: 50px;
  width: 270px;
}

.header-login-buttons a {
  text-decoration: none;
}

.register-button:hover {
  background: #0A65CC;
  transition: all 0.5s ease-in-out;
  border: 1px solid #0A65CC;
}

.tsg-logo img {
  width: 60%;
}

#sidebar {
  position: fixed;
  width: 200px;
  min-height: 100vh;
  background: white;
  left: -200px;
  transition: all 500ms linear;
  z-index: 9999999;
  top: 0;
}

#sidebar.active {
  left: 0px;
}

#sidebar ul {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#sidebar ul li {
  color: black;
  font-weight: bold;
  list-style: none;
  transition: all 0.5s ease-in-out;
  width: 100%;
  border: 1px rgba(0, 0, 0, 0.12) solid;
}

#sidebar ul li:hover {
  color: #0A65CC;
  background: white;
  transition: all 0.5s ease-in-out;
}

#sidebar .link {
  text-align: left;
  padding-left: 1rem;
}

#sidebar .toggle-btn {
  position: absolute;
  left: 230px;
  top: 20px;
  cursor: pointer;
}

.boton-cerrar-sidebar {
  border: 0 !important;
  font-size: 1rem !important;
  padding: 0 0.5rem !important;
  background: transparent !important;
  color: white !important;
}

.cerrar-sidebar {
  display: flex;
  align-self: flex-end;
  margin-bottom: 0 !important;
  transition: transform 0.2s;
}

.cerrar-sidebar:hover {
  transform: scale(1.1);
}

.close-sidebar {
  display: flex;
  justify-content: end;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.5s ease-in-out;
}

.first {
  border-top: 1px grey solid;
}

.close-sidebar i {
  color: grey;
}

.close-sidebar i:hover {
  color: #8ABD43;
  transition: all 0.5s ease-in-out;
}

#sidebar a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: grey;
  padding: 15px 10px;
  font-size: 14px;
}

#sidebar a:hover {
  color: #8ABD43;
}

.sidebar-lista {
  padding-right: 2rem;
}

/*---------

ESTILOS WELCOME 

-----------*/
.welcome-carousel-wrapper {
  margin-top: 1rem;
}

.carousel-button-margin-left {
  margin-left: 0 !important;
}

.icon-absolute-prev {
  position: absolute;
  top: 50%;
  left: 5%;
}

.carousel-button-margin-right {
  margin-right: 0 !important;
}

.icon-absolute-next {
  position: absolute;
  top: 50%;
  right: 5%;
}

.image-carousel {
  position: relative;
}

.image-carousel img {
  position: relative;
}

.service-buttons {
  justify-content: center;
  position: absolute;
  display: flex;
  bottom: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  z-index: 999;
}

.service-buttons a {
  text-decoration: none;
}

.service-buttons img {
  margin-right: 0.5rem;
  width: 20px;
}

.giftcard-button {
  background: #E7F0FA;
  opacity: 0.7;
  color: black;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  text-align: start;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 8px;
  transition: all 0.5s ease;
}

.giftcard-button:hover {
  color: white;
  background-color: #0A65CC;
  transition: all 0.5s ease;
  opacity: 1;
}

.cargo-button {
  margin-left: 1rem;
  background: #E7F0FA;
  opacity: 0.7;
  color: black;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  text-align: start;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 8px;
  transition: all 0.5s ease;
}

.policy-button {
  margin-left: 1rem;
  background: #E7F0FA;
  opacity: 0.7;
  color: black;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  text-align: start;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 8px;
  transition: all 0.5s ease;
}

.cargo-button:hover {
  color: white;
  background-color: #8ABD43;
  transition: all 0.5s ease;
  opacity: 1;
}

.policy-button:hover {
  color: white;
  background-color: #00A98B;
  transition: all 0.5s ease;
  opacity: 1;
}

.image-carousel button img {
  margin-right: 0.5rem;
}

.introduction-wrapper {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 3rem;
}

.first-line {
  color: #0A65CC;
  font-weight: bold;
}

.second-line {
  font-weight: 500;
}

.info-image {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.info-content {
  margin-top: 3rem;
}

.info-content .reasons {
  margin-bottom: 3rem;
  font-size: 20px;
}

.reasons-subtitle {
  font-size: 21px;
}

.info-content .reasons span {
  color: #0A65CC;
  font-weight: bold;
}

.benefits-list {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.benefits-list li {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 18px;
}

.benefits-list li div {
  width: 10px;
}

.benefits-list li p {
  margin-bottom: 0;
  margin-left: 1rem;
}

.sending-buttons-wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
  justify-content: center;
}

.ship {
  background: url("../images/barco.jpg") no-repeat center;
  background-size: cover;
  border-radius: 20px;
  height: 120px;
  padding: 1rem;
  width: 300px;
}

.ship a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.ship-title {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.ship-description {
  font-weight: normal;
}

.ship-button {
  background: white;
  color: #0A65CC;
  border: none;
  border-radius: 10px;
  padding: 0.5rem;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.ship-button:hover {
  color: white;
  background: #8ABD43;
  transition: all 0.5s ease-in-out;
}

.ship-button .arrow {
  margin-left: 10px;
}

.plane {
  background: url("../images/avion.jpg") no-repeat center;
  background-size: cover;
  border-radius: 20px;
  height: 120px;
  padding: 1rem;
  width: 300px;
  margin-top: 1rem;
}

.plane a {
  text-decoration: none;
}

.plane-title {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.plane-description {
  font-weight: normal;
}

.plane-button {
  background: white;
  color: #0A65CC;
  border: none;
  border-radius: 10px;
  padding: 0.5rem;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.plane-button:hover {
  color: white;
  background: #0A65CC;
  transition: all 0.5s ease-in-out;
}

.plane-button .arrow {
  margin-left: 10px;
}

/*---------

ESTILOS CLIENT OPINIONS 

-----------*/
.client-opinions {
  background: #F1F2F4;
}

.opinions-title {
  padding-top: 3rem;
  font-weight: 600;
}

.carousel-control-prev {
  opacity: 1;
}

.carousel-control-prev i {
  position: absolute;
  left: 5%;
  color: #0A65CC;
  background: white;
  padding: 10px;
  border-radius: 5px;
  transition: 0.5s all ease-in-out;
}

.carousel-control-prev i:hover {
  background: #0A65CC;
  color: white;
  transition: 0.5s all ease-in-out;
}

.carousel-control-next {
  opacity: 1;
}

.carousel-control-next i {
  color: #0A65CC;
  background: white;
  padding: 10px;
  border-radius: 5px;
  transition: 0.5s all ease-in-out;
  position: absolute;
  right: 5%;
}

.carousel-control-next i:hover {
  background: #0A65CC;
  color: white;
  transition: 0.5s all ease-in-out;
}

.carousel-indicators {
  align-items: center;
}

.carousel-indicators [data-bs-target] {
  background-color: #0A65CC;
  border-top: 0;
  border-bottom: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

/*---------

ESTILOS CONTACT 

-----------*/
.contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-title {
  font-weight: bold;
}

.contact-description {
  font-weight: 500;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.contact-wrapper {
  margin: 0;
}

.contact-card {
  background: #E7F6FF;
  width: 85%;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 4rem;
}

.contact-card-title {
  font-size: 18px;
  font-weight: bold;
}

.contact-card-info a {
  text-decoration: none;
  color: #0A65CC;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.contact-card-info a:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form form {
  width: 80%;
}

.contact-input {
  margin-top: 1rem;
}

.contact-input .form-control {
  font-weight: 600;
}

.contact-agree {
  font-size: 16px;
  color: #4F4F4F;
  margin-left: 1rem;
  text-align: justify;
}

.contact-button {
  border: none;
  border-radius: 10px;
  background: #8ABD43;
  font-weight: bold;
  color: white;
  font-size: 20px;
  padding: 0.5rem 5rem 0.5rem 5rem;
  margin-bottom: 3rem;
  transition: all 0.5s ease-in-out;
}

.contact-button:hover {
  transition: all 0.5s ease-in-out;
  background: #0A65CC;
}

.w-250 {
  width: 250px;
}

footer {
  background: #00A98B;
  color: white;
}

.footer {
  padding: 2rem;
  padding-bottom: 0;
}

.footer-list {
  padding-left: 0 !important;
  margin-left: 1rem;
}

.footer-list li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.footer-list li a {
  color: white;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}

.footer-list li a:hover {
  padding: 0.3rem;
  background: white;
  font-weight: bold;
  border-radius: 10px;
  color: #00A98B;
  transition: 0.5s all ease-in-out;
}

.footer-title {
  font-weight: bold;
  font-size: 20px;
}

.footer-mobile-list {
  margin-top: 1rem;
}

.footer-mobile-list ul {
  padding: 0;
}

.footer-mobile-list ul li {
  list-style: none;
  margin-right: 0.5rem;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}

.footer-mobile-list ul li a:hover {
  color: whitesmoke;
  transition: all 0.5s ease;
}

.footer-mobile-list ul li a {
  text-decoration: none;
  color: white;
  transition: all 0.5s ease;
  margin-bottom: 1rem;
}

.social-media {
  list-style: none;
  font-size: 20px;
}

.social-media a {
  text-decoration: none;
  color: white;
}

.social-media-icons {
  margin-left: 1rem;
  list-style: none;
  font-size: 20px;
}

.social-media-icons a {
  text-decoration: none;
  color: white;
}

.copywrite {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

/*---------

ESTILOS REGISTER

-----------*/
.register-welcome {
  margin-top: 2rem;
}

.register-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-title {
  margin-top: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.register-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.register-buttons {
  list-style: none;
  text-decoration: none;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
}

.register-buttons li {
  margin-bottom: 1rem;
}

.register-input {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.benefits-button button {
  background: #0A65CC;
  border: none;
  border-radius: 10px;
  padding: 0.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: bold;
  color: white;
}

.sending-button button {
  background: #00A98B;
  border: none;
  border-radius: 10px;
  padding: 0.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: white;
  font-weight: bold;
}

.reload-button button {
  background: #8ABD43;
  border: none;
  border-radius: 10px;
  padding: 0.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: white;
  font-weight: bold;
}

.divider {
  opacity: 0.1;
}

.form-data label {
  font-weight: bold;
}

.document-specifications {
  margin-top: 0.5rem;
  font-size: 12px;
}

.register-form-button-wrapper {
  justify-content: center;
  display: flex;
  margin-bottom: 3rem;
}

.register-form-button-wrapper a {
  width: 80%;
  justify-content: center;
  display: flex;
  padding: 1rem;
}

.register-form-button-wrapper button {
  width: 80%;
  background: #0A65CC;
  border: none;
  font-weight: bold;
  color: white;
  border-radius: 10px;
  padding: 1rem;
}

/*---------

ESTILOS PARCEL DELIVERY

-----------*/
.parcel-delivery-content-section {
  display: flex;
  justify-content: center;
}

.parcel-delivery-welcome {
  margin-top: 1rem;
}

.parcel-delivery-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.parcel-delivery-content button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.parcel-delivery-content a {
  text-decoration: none;
}

.parcel-delivery-content a h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.see-more-collapse {
  background: #D3F3FF;
  color: #0A65CC;
  transition: 0.2s all ease-in-out;
}

.see-more-collapse:hover {
  background: #D3F3FF;
  color: #0A65CC;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
}

.air-shipments {
  margin-bottom: 1rem;
  text-align: center;
}

.air-shipment-button {
  background: #0A65CC;
  color: white;
  padding: 0.5rem;
  border-radius: 10px;
  border: none;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.air-shipment-button:hover {
  background-color: #1B2ED5;
  transition: all 0.5s ease-in-out;
}

.air-shipment-button i {
  margin-right: 0.5rem;
  font-size: 20px;
}

.air-shipments-content {
  margin-top: 1rem;
  text-align: justify;
}

.regresar {
  top: 25%;
  left: 5%;
}

.regresar button {
  opacity: 0.8;
}

.second-row {
  background: #E7F0FA !important;
}

table {
  background: transparent !important;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5rem;
}

.box img {
  margin-bottom: 1rem;
}

.box-img {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.promotion {
  position: relative;
}

.promotion-title {
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.promotion-description {
  font-size: 12px;
}

.promotion-text {
  position: absolute;
  top: 5%;
  left: 5%;
}

.promotion ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 1rem;
}

.maritime-table-head {
  background: #8ABD43;
  color: white;
  text-align: center;
}

.rates-table tr {
  text-align: center;
}

.secure-list li {
  font-weight: bold;
}

.info-content-show a {
  text-decoration: none;
  color: #0A65CC;
}

.shipment-table {
  border: 1px #0A65CC solid;
  border-radius: 10px;
  color: #0A65CC !important;
}

.shipment-table-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  border-bottom: 0;
  border-top: 0;
}

.black {
  color: black !important;
  border: 1px solid black !important;
}

.shipment-table-section p {
  margin-bottom: 0;
}

.package-wrapper {
  border: 1px solid;
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.package-wrapper p {
  margin-bottom: 0;
}

.first {
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.second {
  border-bottom: 1px solid;
}

.third {
  border-right: 1px solid;
}

.price-list li {
  margin-bottom: 1rem;
}

.maritime-shipment-button {
  background: #8ABD43;
  color: white;
  padding: 0.5rem;
  border-radius: 10px;
  border: none;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.maritime-shipment-button:hover {
  background-color: #48720E;
  transition: all 0.5s ease-in-out;
}

.maritime-shipments {
  text-align: center;
}

.maritime-shipment-button i {
  margin-right: 0.5rem;
  font-size: 20px;
}

.maritime-shipment-content {
  text-align: justify;
  margin-top: 1rem;
}

.time-list li {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.time-list li p {
  margin-bottom: 0;
}

.time-list-img {
  margin-right: 1rem;
}

.time-list-img {
  max-width: 62px;
}

.shipment-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conditions-list {
  list-style: none;
}

.conditions-list li {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.conditions-list-img {
  margin-right: 1rem;
}

.conditions-list-img img {
  width: 50px;
}

/*---------

ESTILOS AIR SHIPMENT

-----------*/
.shipment-welcome {
  margin-top: 1rem;
}

.shipment-content {
  justify-content: center;
  display: flex;
}

.shipment-info {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.shipment-info-button {
  justify-content: start;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.shipment-info-button svg {
  width: 50px;
}

.info-button-icon {
  margin-right: 5px;
  border: none;
  border-radius: 10px;
  padding: 0.5rem;
  background: #E7F0FA;
  transition: all 0.5s ease-in-out;
  width: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 60px;
}

.info-button-icon svg {
  transition: all 0.5s ease-in-out;
}

.info-button-icon:hover svg {
  fill: white;
  transition: all 0.5s ease-in-out;
}

.info-button-icon:hover {
  color: white;
  background: #0A65CC;
  transition: all 0.5s ease-in-out;
}

.info-button-maritime-icon svg {
  transition: all 0.5s ease-in-out;
}

.info-button-maritime-icon:hover svg {
  fill: white;
  transition: all 0.5s ease-in-out;
}

.info-button-maritime-icon {
  margin-right: 5px;
  border: none;
  border-radius: 10px;
  padding: 0.5rem;
  background: #E7F0FA;
  transition: all 0.5s ease-in-out;
  width: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 60px;
}

.info-button-maritime-icon i {
  padding: 0.5rem;
  font-size: x-large;
}

.info-button-maritime-icon:hover {
  color: white;
  background: #8ABD43;
  transition: all 0.5s ease-in-out;
}

.info-button-title {
  margin-bottom: 0;
  font-weight: 600;
}

.info-content-tile {
  font-weight: bold;
}

.info-content-show {
  margin-bottom: 6rem;
}

.selected {
  color: white;
  background: #0A65CC;
  transition: all 0.5s ease-in-out;
}

.svg-selected {
  fill: white;
}

.selected-2 {
  color: white;
  background: #8ABD43;
  transition: all 0.5s ease-in-out;
}

.svg-selected-2 {
  fill: white;
}

.hide-content {
  display: none;
}

.show-content {
  display: block;
}

/*---------

ESTILOS CONTACT

-----------*/
.contact-welcome {
  margin-top: 1rem;
}

.iti {
  width: 100%;
}

/*---------

ESTILOS BLOG

-----------*/
.blog {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.blog-info {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.blog-card {
  background: #E7F6FF;
  width: 85%;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.blog-card-img img {
  width: 100%;
}

.blog-card-content {
  text-align: start;
  padding-left: 1rem;
}

.blog-card-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 20px;
  margin-top: 1rem;
}

.blog-card-date {
  font-size: 12px;
}

.blog-card-button {
  color: white;
  background: #0A65CC;
  border: none;
  border-radius: 5px;
  padding: 0.5rem;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}

.blog-card-icon {
  margin-left: 5px;
}

.blog-card-button:hover {
  transition: all 0.5s ease-in-out;
  background: #8ABD43;
}

/*---------

ESTILOS BLOG POST

-----------*/
.blog-post {
  margin-top: 6rem;
  margin-bottom: 10rem;
}

.blog-post-img {
  width: 100%;
  margin-top: 2rem;
}

.blog-post-date {
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

.social-media-blog {
  list-style: none;
}

.social-media-blog a {
  list-style: none;
  font-size: 20px;
  color: black;
}

.social-media-icons-blog {
  list-style: none;
}

.social-media-icons-blog a {
  list-style: none;
  font-size: 20px;
  color: black;
  margin-left: 0.5rem;
}

.subtitle {
  font-size: 20px;
  font-weight: bold;
}

/*---------

ESTILOS NOSOTROS

-----------*/
.us-content {
  display: flex;
  justify-content: center;
}

.us-welcome {
  margin-top: 2rem;
}

.us-introduction-wrapper {
  padding: 2rem;
}

.us-history {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.us-history-wrapper {
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.history-title {
  font-size: 25px;
  font-weight: bold;
}

.history-img {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

/*---------

ESTILOS GIFTCARD

-----------*/
.giftcard-welcome {
  margin-top: 2rem;
}

.introduction-text {
  font-size: 14px;
}

.introduction-location {
  margin-top: 2rem;
}

.introduction-location img {
  width: 3rem;
}

.location-description {
  font-weight: bold;
  color: #0A65CC;
}

.giftcard-info-title {
  font-weight: bold;
}

.giftcard-info-end {
  margin-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: justify;
}

.giftcard-instruction {
  margin-bottom: 1rem;
}

.giftcard-instruction-image {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.giftcard-instruction-image img {
  width: 3rem;
}

.giftcard-instruction-title {
  font-size: 20px;
  font-weight: bold;
  color: #0A65CC;
  width: 55%;
}

.giftcard-instruction-description {
  width: 80%;
}

.giftcard-info-wrapper {
  margin-top: 2rem;
}

.line {
  width: 0.1rem;
  background: #0A65CC;
  height: 80%;
  border-radius: 10px;
  margin-top: 0.5rem;
}

.giftcard-benefits {
  background: #EBF5FF;
  padding: 1rem;
}

.benefit-title-text {
  color: #0A65CC;
}

.benefit-list {
  margin-top: 4rem;
}

.benefits ul li::marker {
  color: #0A65CC;
}

.benefits ul li {
  margin-bottom: 0.5rem;
}

.card-web {
  width: 80%;
}

.introduction-image {
  margin-top: 2rem;
}

.secure-text-info {
  font-size: 16px;
}

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

RECHARGE

------------------  */
.recharge-welcome {
  margin-top: 2rem;
}

.know-how-button {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background: #0A65CC;
  border-radius: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  transition: 0.5s all ease-in-out;
}

.know-how-button:hover {
  background: #074081;
}

.recharge-card {
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.12);
  padding-top: 1rem;
  border-radius: 10px;
}

.recharge-card-img {
  height: 25%;
}

.recharge-card-img img {
  width: 4rem;
}

.recharge-cards {
  margin-top: 2rem;
}

.recharge-card-title {
  font-size: 14px;
}

.recharge-card-body {
  font-size: 12px;
}

.recharge-body {
  padding-bottom: 2.5rem;
  text-align: justify;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.recharge-how-to-wrapper {
  margin-bottom: 2rem;
}

.recharge-how-to-title {
  color: #0A65CC;
  font-weight: bold;
  margin-bottom: 2rem;
}

.recharge-questions-wrapper {
  margin-bottom: 3rem;
}

.question-text a h3 {
  font-size: 20px;
  font-weight: normal;
}

.question {
  margin-bottom: 0.5rem;
}

.question-icon {
  transition: 0.2s ease;
}

.question-text a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.rotate {
  transform: rotate(-90deg) !important;
  background: red !important;
}

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

Estilos Coberturas

------------------  */
.welcome-secure {
  margin-top: 4rem;
}

.secure-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secure-form form {
  width: 80%;
}

.secure-input {
  margin-top: 1rem;
}

.secure-input .form-control {
  font-weight: 600;
}

.secure-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 38px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#secure_form input {
  accent-color: #00A98B;
}

.secure-button {
  border: none;
  border-radius: 10px;
  background: #00A98B;
  font-weight: bold;
  color: white;
  font-size: 20px;
  padding: 0.5rem 5rem 0.5rem 5rem;
  margin-bottom: 3rem;
  transition: all 0.5s ease-in-out;
}

.btn-third {
  background: #00A98B;
  color: white;
  transition: 0.3s all ease-in-out;
}

.btn-third:hover {
  background: #008a70;
  color: white;
  transition: 0.3s all ease-in-out;
}

.secure-button:hover {
  background: #005a4a;
  transition: 0.5s all ease-in-out;
}

.secure-benefit-list {
  margin-top: 3rem;
}

.font18 {
  font-size: 18px;
}

.box-shadow {
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.12);
}

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

LOADER

------------------  */
.loader {
  width: 50px;
  aspect-ratio: 1;
  --_c:no-repeat radial-gradient(farthest-side, white 92%,#0000);
  background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
  background-size: 12px 12px;
  animation: l7 1s infinite;
}

@keyframes l7 {
  to {
    transform: rotate(0.5turn);
  }
}
/* ---------------

MEDIA QUERY

------------------  */
@media (min-width: 576px) {
  .welcome-carousel {
    margin-top: 1rem;
  }
  .cargo-button {
    font-size: 12px;
  }
  .policy-button {
    font-size: 12px;
  }
  .giftcard-button {
    font-size: 12px;
  }
  .first-line {
    font-size: 18px;
  }
  .benefits-list li {
    flex-direction: column;
    text-align: center;
  }
  .benefits-list li img {
    margin-bottom: 1rem;
  }
  .benefits-list li img:hover {
    animation-duration: 0.5s;
  }
  .contact-card {
    padding: 2rem;
  }
  .contact-card-title {
    font-size: 20px;
  }
  .contact-form form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .service-buttons img {
    width: 35px;
  }
  .boton-menu {
    font-size: 18px;
  }
  .login-button {
    font-size: 18px;
  }
  .register-button {
    font-size: 18px;
  }
  .first-line {
    font-size: 24px;
  }
  .info-content .reasons {
    margin-bottom: 3rem;
    font-size: 30px;
  }
  .plane {
    background: url("../images/avion grande.jpg") no-repeat center;
    margin-top: 0;
    background-size: cover;
    padding: 2rem;
    height: 150px;
    margin-left: 1rem;
    width: 350px;
  }
  .ship {
    background: url("../images/barco grande.jpg") no-repeat center;
    background-size: cover;
    padding: 2rem;
    height: 150px;
    width: 350px;
  }
  .info-image img {
    width: 350px;
  }
  .register-buttons li {
    margin-left: 1rem;
  }
  .parcel-delivery-content-section {
    justify-content: center;
    display: flex;
  }
  .info-button-title {
    font-size: larger;
  }
  .shipment-info-button {
    padding-left: 7%;
  }
  .parcel-delivery-content {
    align-items: start;
    flex-direction: row;
  }
  .maritime-shipment-button {
    width: 100%;
    padding: 2rem;
    font-size: 25px;
  }
  .air-shipment-button {
    width: 100%;
    padding: 2rem;
    font-size: 25px;
  }
  .history-img {
    align-items: center;
  }
  .promotion-description {
    font-size: 16px;
  }
  .recharge-card-img {
    height: 45%;
  }
}
@media (min-width: 991px) {
  .contact-card {
    width: 35%;
    order: 1;
  }
  .giftcard-button {
    font-size: 25px;
  }
  .cargo-button {
    font-size: 25px;
  }
  .policy-button {
    font-size: 25px;
  }
  .register-buttons li {
    margin-left: 0;
  }
  .blog-card-title {
    margin-top: 0;
  }
  .register-buttons {
    flex-direction: row;
  }
  .first {
    border-bottom: 0;
  }
  .second {
    border-bottom: 0;
    border-right: 1px solid;
  }
  .third {
    border-right: 1px solid;
  }
  .package-wrapper {
    max-width: 50%;
  }
  .promotion ul {
    padding-left: 1rem;
  }
  .footer-mobile-list {
    margin-top: 1rem;
    display: flex;
    justify-content: start;
    text-align: start;
  }
  .introduction-text {
    width: 50%;
  }
  .introduction-image {
    width: 50%;
    margin-top: 0;
  }
  .location-description {
    font-size: 18px;
  }
  .benefit-description {
    width: 50%;
  }
  .benefit-title-image {
    justify-content: center;
  }
  .benefit-title-image img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .sending-buttons-wrapper {
    justify-content: space-around;
  }
  .plane {
    height: 300px;
    width: 450px;
    color: white;
    font-weight: 600;
  }
  .ship {
    height: 300px;
    width: 450px;
    color: white;
    font-weight: 600;
  }
  .recharge-card {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
}
.clients-wrapper .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #8ABD43 !important;
  width: 1rem !important;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
}

.clients-wrapper .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #48720E !important;
  transition: all 0.5s ease-in-out;
}

.clients-wrapper .owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  color: white;
  font-size: 2rem;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #48720E !important;
}/*# sourceMappingURL=styles.css.map */</pre></body></html>