
.logo-enviosmx {
  max-width: 45%;
}


/*PAGINA PRINCIPAL*/
.section-main {
  position: relative;
  z-index: 10;
  padding-bottom: 0 !important;
}

.cont-label-enviosmx {
  margin-bottom: 1.5em;
}

.label-enviosmx {
  /*background-color: rgba(255, 87, 51, 1);*/
  background: rgb(238,12,12);
  background: linear-gradient(90deg, rgba(238,12,12,1) 0%, rgba(255,132,0,1) 100%);
  border-radius: 0 55px 55px 0;
  max-width: 75%;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}

.home.page:not(.page-template-template-homepage) .site-header {
  margin-bottom: 0!important;
}

.content-enviosmx {
  z-index: 30;
}


.text-description {
  margin-bottom: 3rem;
}
  
.content-description {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
}
  
.dark-p{
  font-weight: bold;
  color: #000;
}

.description-forte {
  font-size: 2.5rem;
  color: rgba(255,132,0, 1);
  font-weight: bold;
  margin-top: 0.4rem;
  display: inline-block;
}

main.page-main {
  padding-top: 5.5rem !important;
  padding-bottom: 1rem;
}

/*NAME WEB */
.nameColombia  {
  display: inline-block;
  width: 24rem;
  margin-left: 1rem;
}

.nameColombiaText {
  display: inline-block;
  width: 14rem;
  position: relative;
  top: 0.6rem;
}

img.camioneta {
  position: absolute;
  bottom: 0;
}


/* Elemento de Boton Al llamado de accion*/
div.call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.call-to-action p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #000;
  margin-bottom: 0.8rem;
}
  
div.call-to-action .dark-p {
  font-size: 2.1rem;
}
  
div.call-to-action h5.name-service {
  font-size: 36px;
  font-weight: bold;
  color: rgba(255,132,0, 1);
  margin-bottom: 2rem;
  line-height: 2rem;
}
  
.btn-call-to-action {
  font-size: 1rem;
  font-weight: bold;
  width: 95%;
  text-align: center;
  bottom: 3rem;
  color: #fff;
  padding: 10px 15px;
  display: block;
  border-radius: 0.6rem;
  background: rgb(238,12,12);
  background: linear-gradient(90deg, rgba(238,12,12,1) 0%, rgba(255,132,0,1) 100%);
  box-shadow: 0rem 0.1rem 0.4rem rgba(0, 0, 0, 0.7);
  max-width: 20rem;  
  transition: all ease 0.5s;
}
  
.btn-call-to-action:hover {
  transform: translateY(-3px);
  transition: all ease 0.5s;
  color: #fff;
}


.camion-carga {
  top: 67%;
  right: 3%;
  max-width: 30%;
  z-index: 0;
  position: absolute;
  opacity: 0.6;
}

.nubes-enviosmx {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 85%;
}


@media screen and (max-width: 991px){
  .single-product div.product {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .single-product div.product .images {
    margin: 0;
    width: 100% !important;
  }

  .single-product div.product .summary {
    margin-top: 1rem !important;
    width: 100% !important;
  }
}

/*PRODUCTO SIMPLE*/

.single-product div.product p.price {
  font-size: 1.41575em;
  margin: 0;
  border: 0.1rem solid rgba(160, 123, 25, 1);
  border-radius: 3rem;
  width: fit-content;
  padding: 0.3rem 3rem;
  color: rgba(230, 126, 34, 1);
  font-weight: bold;
}

.single-product div.product form.cart {
  padding: 0 !important;
}


.message__content,
.message__container.locale--US {
  display: none !important;
}

.paypal-button-tagline {
  display: none !important;
}


/*FORM CART*/

.calc_price_envio  p input {
  border-radius: 1rem;
  text-align: center;
}

.cart .alt {
  border-radius: 2rem;
  width: 10rem;
  box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.6);
  padding-left: 0;
  padding-right: 0;
}

/*CAMPO CANTIDAD DE PRODUCTO*/
div.quantity .qty {
  width: 10rem;
  border-radius: 2rem;
}


/*LOOP DE PRODUCTOS*/
.content-loop-product ul.products {
  display: flex;
  justify-content: center;
}

.content-loop-product ul.products li {
  width: fit-content !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.content-loop-product ul.products li a.button {
  background-color: rgba(230, 126, 24, 1);
  border-radius: 0.52rem;
  color: #fff;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(10, 10, 10, 1);
}


@media screen and (min-width: 425px) {
  .camion-carga {
    top: 40%;
  }
}


@media screen and (min-width: 768px) {
  .logo-enviosmx {
    max-width: 35%;
  }

  .description-forte {
    margin-top: 0.1rem;
  }

  main.page-main {
    padding-top: 12rem !important;
  }
  
  div.call-to-action h5.bame-service {
    margin-bottom: 1.5rem;
  }

  img.camioneta {
    width: 100%;
  }
  
}

@media screen and (min-width: 992px) {
  .logo-enviosmx {
    max-width: 15%;
  }

  .label-enviosmx {
    max-width: 60%;
    font-size: 4rem;
    position: relative;
    z-index: 50;
  }

  .home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 4rem !important;
  }

  .content-description {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 100;
  }

  div.call-to-action p {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }

  div.call-to-action h5.name-service {
    font-size: 2.7rem;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
  }

  .btn-call-to-action {
    max-width: fit-content;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 2rem;
    border-radius: 3rem;
    position: unset;
  }

  img.camioneta {
    display: none;
  }

  .content-loop-product ul.products {
    justify-content: flex-start;
  }


}

@media screen and (min-width: 1200px) {
  
  .nubes-enviosmx {
    right: 0%;
    max-width: 60%;
    max-width: 60%;
  }

  img.camioneta {
    top: 20rem;
    right: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .label-enviosmx {
    max-width: 45%;
    font-size: 4rem;
    padding: 2rem 0;
  }

  .camion-carga {
    position: absolute;
    top: 50%;
    left: 57%;
    min-width: 33%;
  }
  
  .nubes-enviosmx {
      position: absolute;
      top: 13%;
      right: 10%;
      max-width: 44%;
  }
}