.just-validate-error-label[data-tooltip=true] {
    z-index: 1 !important;
}

#main-header {
    padding-bottom: 10px;
}

#main-header .header-content h2 {
    min-height: 36px;
}
#main-header .header-content h4 {
    min-height: 36px;
}

.formulario-landing {
    margin-top: 10px;
}

.formulario-landing input, .formulario-landing select {
    font-size: 15px;
    background-color: white;
    height: 35px;
    border-radius: 2.5px;
}

.formulario-landing .politicas {
    margin-top: 10px;
    margin-bottom: 8px;
}

.formulario-landing .politicas label {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.formulario-landing .politicas span {
    color: white;
    font-size: 14px;
}
    .formulario-landing .politicas span + span {
        padding-top: 5px;
    }

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
    padding-left: 15px;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 2.5px;
}
.choices__inner {
    padding: 5px 7.5px;
    font-size: 14px;
    min-height: 30px;
}
.choices__item.choices__item--selectable {
    font-size: 15px;
}

#nav-menu .brx-nav-nested-items > li > a:hover {
    color: #fbc900;
}
#nav-menu .cta-offcanvas {
    padding: 20px;
}
    #nav-menu .cta-offcanvas img {
        max-width: 100%;
        height: auto;
    }
    #nav-menu .btn-menu {
        outline: none;
    }

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* iphone 3 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) { /* and (-webkit-device-pixel-ratio: 1)*/
    #nav-menu .brx-nav-nested-items {
        gap: 10px !important;
    }
    #nav-menu .brx-nav-nested-items > li > a {
        font-size: 20px !important;
        line-height: 24px !important;
        font-family: "Gilroy-SemiBold" !important;
        font-weight: 600 !important;
        padding-left: 20px !important;
    }
    .cta-offcanvas {
        margin-top: 0 !important;
    }
}

/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .cta-offcanvas {
        margin-top: 0 !important;
    }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone 12, 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone 12 Pro Max */
@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) {}

/* Extra Small Devices, Phones */ 
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .cta-offcanvas {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .formulario-landing input, .formulario-landing select {
        font-size: 16px;
        background-color: white;
        height: 50px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #nav-menu.brx-open .brx-nav-nested-items {
        align-items: center;
    }
    #contactenme {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .formulario-landing .politicas {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .formulario-landing .politicas label {
        margin: 0 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

@media only screen and (min-width: 1366px) and (max-width: 1536px) {
    #brx-header .brxe-section {
        padding-top: 20px !important;
    }
    #main-header {
        height: 200px !important;
    }
    
    #main-header .header-content {
        padding-top: 60px;
    }
        #main-header .header-content h2 {
            font-size: 36px;
            min-height: 44px;
        }
        #main-header .header-content h4 {
            font-size: 20px;
        }
    .formulario-landing input, .formulario-landing select {
        font-size: 15px;
        background-color: white;
        height: 35px;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 0;
    }
    .choices__inner {
        padding: 0 7.5px;
        font-size: 14px;
        min-height: 35px;
    }
    #nav-menu .cta-offcanvas {
        margin-top: 10px;
    }
    #nav-menu .cta-offcanvas img {
        max-width: 360px;
        height: auto;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.25) {
    .formulario-landing input, .formulario-landing select {
        font-size: 15px;
        background-color: white;
        height: 35px;
        border-radius: 0;
    }
    .formulario-landing input::placeholder {
        font-size: 15;
        color:#a8a8a8;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (min-width : 1600px) {
    #contactenme {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 5px;
    }
    .choices__inner {
        padding: 7.5px 7.5px;
        font-size: 15px;
        min-height: 40px;
    }
    .formulario-landing .politicas label {
        margin: 5px 10px;
    }
}