/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 230, 0, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 230, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 230, 0, 0); }
}

.pulse-highlight {
  animation: pulse 1.5s ease-out;
  border-radius: 5px;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "Montserrat-Black";
  src: url(./fonts/Montserrat-Black.ttf) format("ttf");
  font-family: "Montserrat-Bold";
  src: url(./fonts/Montserrat-Bold.ttf);
  font-family: "Montserrat-ExtraBold";
  src: url(./fonts/Montserrat-ExtraBold.ttf);
  font-family: "Montserrat-Light";
  src: url(./fonts/Montserrat-Light.ttf);
  font-family: "Montserrat-Medium";
  src: url(./fonts/Montserrat-Medium.ttf);
  font-family: "Montserrat-SemiBold";
  src: url(./fonts/Montserrat-SemiBold.ttf);
  font-family: "Montserrat-Thin";
  src: url(./fonts/Montserrat-Thin.ttf);
  font-family: "Montserrat-ExtraLight";
  src: url(./fonts/Montserrat-ExtraLight.ttf);
font-family: "Gotham-Black";
  src: url(./fonts/Gotham-Black.ttf);
font-family: "Gotham-Bold";
  src: url(./fonts/Gotham-Bold.ttf);
font-family: "gothambook";
  src: url(./fonts/Gotham-Book.ttf);
       
}
p.texto{
font-family:Montserrat-Medium;

}

.btn-gradient {
                background: linear-gradient(90deg, #15803d 0%, #a3e635 100%);
                color: white;
                font-weight: 600;
                border-radius: 9999px;
                padding: 0.375rem 1rem;
                border: none;
                white-space: nowrap;
            }
            .btn-gradient:hover {
                color: white;
                opacity: 0.9;
            }
            a.nav-link {
                color: #4b5563;
                font-size: 14px;
                line-height: 16px;
                font-weight: 400;
                padding: 0 0.5rem;
            }
            a.nav-link:hover {
                color: #111827;
                text-decoration: none;
            }
            footer small {
                font-size: 14px;
                line-height: 14px;
                color: #6b7280;
            }

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}