/*
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.   ***************/
.radio-bajo .col-inner{
	border-radius: 0 0 30px 30px;
}
.col-inner .um-field-label label {
    color: white;
    font-size: 20px !important;
}

.col-inner .um-field-checkbox-option, .um-field-radio-option {
    color: white!important;
}
.col-inner .um-field a {
	 color: orange !important;
}
.col-inner .um-field-block {
    color: white !important;
    font-size: 17px;
}

p.formulario-registro {
    color: white;
    font-size: 22px;
    text-align: center;
}
.img-inner.dark {
	border-radius: 50px;
}

.elementor-shortcode {
    color: #ffffff;
}

.um-postmessage{
	color: #ffffff;
}


.imagen-premio {
         width: 470px !important;
        /* display: block !important; */
        justify-content: center !important;
        align-items: center !important;
        height: 470px !important;
        border-radius: 70px;
}
.scratchcard-Overlay {
    width: 470px !important;
	height: 470px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.imagen-premio {
         width: 322px !important;
        /* display: block !important; */
        justify-content: center !important;
        align-items: center !important;
        height: 323px !important;
        border-radius: 51px;
}
.scratchcard-Overlay {
    width: 323px !important;
	height: 323px !important;
}

}