.boton-menu:hover{
     background-color: #333;
     color: white;
}
.boton-menu{
    background-color: #FEA622 !important;
    color: white !important;
    border-radius: 8px !important;
    border: none !important;
    font-weight: none !important;
}
.navbar-nav .nav-link.active {
    color: #6a798f !important;
    font-weight: bold !important;
}
.menu-text-color {
    color: #475467 !important;
    font-weight: normal !important;
}
.menu-text-color:hover {
    color: #6a798f;
}

/*Style for newsletter suscription*/
.home-newsletter {
   padding: 80px 0;
   background: #f84e77;
}
.home-newsletter .single {
        max-width: 650px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 2; }
        .home-newsletter .single h2 {
        font-size: 22px;
        color: white;
        text-transform: uppercase;
        margin-bottom: 40px; }
        .home-newsletter .single .form-control {
        height: 50px;
        background: rgba(255, 255, 255, 0.6);
        border-color: transparent;
        border-radius: 20px 0 0 20px; }
        .home-newsletter .single .form-control:focus {
        box-shadow: none;
        border-color: #243c4f; }
        .home-newsletter .single .btn {
        min-height: 50px;
        border-radius: 0 20px 20px 0;
        background: #243c4f;
        color: #fff;
}
.botonEresProductor{
      background-color: black;
      border-radius: 50px;
}
.botonEresProductor:hover{
    background-color: #FEA622;
    animation-delay: 0.5ms;
}
.pageTitle{
    color: #2E2E2E;
    font-family: "Montserrat", Sans-serif;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: -2.1px;
}
/*Fin Style for newsletter suscription*/

@media (max-width: 1300px) {
    #navbarSupportedContent {
        .navbar-nav {
            max-width: min-content;
        }
        .navbar-nav .nav-item {
            font-size: smaller;
            width: max-content;
        }
    }
}
@media screen and (max-width: 767px) {
    .boton-menu{
        max-width: 9rem;
    }
    .navbar-custom-padding {
        padding: 0rem;
    }
}
@media screen and (min-width: 768px) {
    .navbar-custom-padding {
        padding: 5rem;
    }
    .navbar-button-font-size {
        font-size: 30px;
    }
}
