.royalSlider .rsContent:first-child .rsImg {border-radius: 3px;}
.sombra img {border-radius: 3px; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);}
.mfp-title{color: transparent;}
.check{display: flex; flex-direction: row;align-items: center;}
.check span.wpcf7-list-item{margin: 0px;}
.check .wpcf7-form-control.wpcf7-checkbox{vertical-align: middle;}
.check span.wpcf7-form-control-wrap{width: auto;}
.check span.wpcf7-list-item input[type=checkbox]{margin-top: 5px;}
@media screen and (max-width: 782px){
    .none-mobile{
        display: none !important;
    }
}

@media screen and (min-width: 783px){
    .none-desktop{
        display: none !important;
    }
 }
@media (max-width: 600px){
.l-subheader.at_top{display:block;}
.ush_text_2, .ush_text_3{display:none;}
}
div.wpcf7-mail-sent-ok{background:#398f14, color: #fff;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{background:#f7e700;color:#333;}
span.wpcf7-not-valid-tip{background:red;color:#fff;border-radius:5px;padding:3px;}