#contact-home .mt-4 {
    margin-top: 1.7em!important;
}

.contact-page .mt-4 {
    margin-top: 1.7em!important;
}

.contact-info .btn-primary:hover {
    color: #FFF!important;
}

/* Transparency */
.bg-overlay1, .card-service {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 55%);
}
.card-service:hover {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 38%);
}
.bg-overlay2 {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 85%);
}

.contact-nosotros {
    border-top: 0.1em solid #fd9da1!important;
}

.tab-content .mt-3 {
    margin-top: 0em!important;
    margin-bottom: 0.2em;
}

.precios .menu-item {
    margin: 0.4375em 0em;
    font-size: 1.25em;
}

.servicio-image {
    text-align: center;
}

.servicio-image img {
    max-width: 15em;
    width: 100%;
}

section {
    padding-top: 4em;
}

.service-section {
    padding-top: 1em;
}

@media all and (min-width: 61.9375em) {

    section {
        padding-top: 8em;
    }

    .service-section {
        padding-top: 5em;
    }

    .servicio-image {
        text-align: left;
    }
    
    .servicio-image img {
        max-width: 100%;
        width: 100%;
    }
}


.precio-col-title {
    border-bottom: 0.2625em dotted rgb(213, 213, 213, 0.2) !important;
    margin-bottom: 0.5em !important;
    font-size: 1.5em !important;
    color: #FFF !important;
}

.menu-item-price {
    height: 0;
}

.menu-item-price p {
    margin-top: -1.7em !important;
}

@media all and (min-width: 34.0625em) {
    .menu-item-price {
        height: auto;
    }
}

.menu-item-description p {
    margin-top: 0 !important;
    margin-bottom: 0.2em;
}

.menu-item-name p {
    margin-bottom: 0.2em !important;
    font-size: 1em;
    margin-top: 1em;
}

.nav-tabs .nav-link {
    font-size: 0.9em;
}

@media (min-width: 100em) {
    .inside-wrapper.container {
        width: 72.5em;
    }
}

.contact-page {
    text-align: center;
}

.contact-footer{
    padding-top: 0;
}

.contact-icon .top-icon {
    margin-right: 0em;
}

.contact-page input, .contact-page textarea {
    text-align: center;
}

@media (min-width: 48em) {
    .contact-page{
        text-align: left;
    }

    .contact-icon .top-icon {
        margin-right: 1.25em;
    }

    .contact-page input, .contact-page textarea {
        text-align: left;
    }
}

@media (max-width: 75em) {
    .contact-footer .mb-5{
        margin-bottom: 0.5em!important;
    }
}

.float-button {
    text-decoration: none;
    position: fixed;
    padding: 0.625em;
    padding-right: 1.2375em;
    bottom: 1.875em;
    right: 1.875em;
    color: #000000;
    background-color:#fd9da1;
    border-radius: 1.5625em 1.875em 0.3125em 1.5625em;
    z-index: 100;
    font-family: Arial;
    font-size: 1.0625em;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 0.0625em 0.125em 0.3125em 0.125em rgba(30,30,30,0.3);
    transition:all 0.3s ease-out;
  }

  .float-button span, .float-button i {
    color: #000000 !important;
  }
  
  .float-button:hover {
     background-color: #128C7E;
      color: #fff;
  }
  
  .fa-whatsapp {
    font-size: 1.25em !important;
    padding-right: 0.3125em;
    padding-left: 0.3125em;
    font-weight: bold;
  }
  
  @keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }
  
    to {
        opacity: 100%
    }
  }


  .back-to-top {
    right: 5.375em;
    bottom: 6.75em;
  }

  .call-to-action-servicios {
    background-color: #fd9da1!important;
    
  }

  .call-to-action-servicios h3, .call-to-action-servicios p {
    color: #000!important;
  }

  .call-to-action-servicios p a {
    color: #000!important;
    font-weight: bold;
    text-decoration: underline;
  }

  .service-image {
    display: none;
  }

  @media (min-width: 61.9375em) {
    .service-image {
        display: block;
      }
  }