body {
   font-family: "Lato", sans-serif !important;
}

#loaderPage {
   position: fixed;
   z-index: 25000;
   background: rgb(255, 255, 255);
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s ease;
}

.pt-banner {
   padding-top: 100px;
}

/***
Social Bar
***/

.social-bar {
   align-items: flex-end;
   display: flex;
   flex-direction: column;
   font-size: 20px;
   position: fixed;
   right: 0;
   top: 27%;
   z-index: 100;
}

.icon {
   display: flex;
   padding: 0.7rem;
   transition: all 0.5s;
}

.icon:hover {
   padding-right: 3rem;
   border-radius: 1rem 0 0 1rem;
   box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
}

.icon-whatsapp {
   background-color: #00bb2d;
}

.icon-whatsapp>i::after {
   content: "Domicilios";
   font-family: "Lato", sans-serif !important;
   font-weight: bold;
   margin-left: 0.5rem;
}

.icon-whatsapp:hover {
   padding-right: 6.5rem !important;
}

.social-bar a:first-child div.icon {
   border-radius: 1rem 0 0 0;
}

.social-bar a:last-child div.icon {
   border-radius: 0 0 0 1rem;
}

.w-icons {
   width: 1.25em;
}

/***
End social Bar
***/

.icon-products {
   height: 70px;
   margin-bottom: 1.5rem;
   width: 70px;
}

.splide__arrow>svg {
   fill: #ffffff;
}

.slider-logos {
   width: 200px;
}

.bg-form {
   background-color: #d9eaf4;
}

#splideBrands img {
   width: 230px;
}

.form-select,
.form-control {
   border-radius: 25px;
   border: 2px solid #3f1b03;
   color: #3f1b03;
}

#formContact input::placeholder,
#formGym input::placeholder {
   color: #3f1b03;
}

.bg-thank-you {
   background-image: url("../img/gracias/fondo-gracias.jpg");
   background-size: 100% 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   min-height: 100vh;
}

.color-link-thankyou,
.color-link-thankyou:hover {
   color: #b28456;
   font-weight: bold;
}

@media only screen and (max-width: 767px) {
   .icon {
      padding: 0.7rem 0rem 0.7rem 0.5rem;
   }
}

@media only screen and (max-width: 1200px) {
   .bg-thank-you {
      background-size: cover;
   }
}

.rating-radio {
   border-radius: 25px;
   border: 2px solid #3f1b03;
   background-color: #ffffff;
}

.rating-radio input[type=radio] {
   border-color: #3f1b03;

}