/*
 * Header de la web
 *
 */
.site-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0.8);
  height: 90px;
  display: none !important;
}

ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.padlat-0 {
  padding-left: 0;
  padding-right: 0;
}




/*
 * HOME 
 */
.cont-label-enviosmx {
  margin-bottom: 3em;
}

.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: 8rem !important;
}

/* 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: 0.5rem;
  line-height: 2rem;
}
  
.btn-call-to-action {
    position: absolute;
    bottom: 3rem;
    color: #fff;
    padding: 10px 15px;
    display: block;
    width: 95%;
    border-radius: 0.6rem;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    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);
}
  
.btn-call-to-action:hover {
    color: aliceblue;
}


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

.nubes-enviosmx {
  top: 5%;
  position: absolute;
}

/*FORM PARA CALCULO PRECIO DE ENVIO*/
.calc_price_envio {
  justify-content: space-between;
}

.calc_price_envio p {
  max-width: 23%;
}


#price_hidden_field {
  margin: 0 !important;
}

/*Iconos Contact Movil Envios MX*/
ul.contact-movil {
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  gap: 1rem;
}

ul.contact-movil li img {
  width: 3rem;
}
