/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.btn-moreInfo {
    position: relative;
    background: #2f5aa8;
    color: white;
    border: none;
    padding: 10px 20px 10px 50px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
}

/* Barras de colores */
.btn-moreInfo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background: linear-gradient(
        to right,
        #2bb3da 0%,
        #2bb3da 25%,
        #f4e34a 25%,
        #f4e34a 50%,
        #8ad33a 50%,
        #8ad33a 75%,
        #e61c6e 75%,
        #e61c6e 100%
    );
}

.btn-moreInfo:hover {
    background: #244a8a;
}

#newGlob{
    background-color: #2f5aa8;
    color: white;
    font-size: 18px;
    font-weight: 900;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
}

.custom-blue-bar {
    flex: 1 1 auto;
    background: #244ea5;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px 0 0 40px;
    padding: 0 40px 0 60px;
}

.custom-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-main-nav li {
    list-style: none;
}

.custom-main-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 56px;
}

.custom-tools {
    display: flex;
    align-items: center;
    gap: 14px;
}

.custom-searchform {
    margin: 0;
}

.search-box {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    border-radius: 20px;
    height: 40px;
    padding: 0 10px;
    min-width: 450px;
}

.search-icon {
    font-size: 25px;
    color: #666;
    margin-right: 8px;
}

.search-box input {
    margin-top: 10px;
    border: none;
    outline: none;
    background: transparent;
    width: 90%;
    font-size: 13px;
    color: #333;
}

.custom-account {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-header .header-inner {
    padding-right: 0 !important;
    gap: 0 !important
}

html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}