/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.formulario_contacto input,
.formulario_contacto .gfield_description {
	border: 1px solid black !important;
}

.ue-footer,
.copy-adhoc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.copy-adhoc span {
    font-family: var(--montserrat) !important;
    color: var(--blanco) !important;
    font-weight: 600 !important;
}

.copy-adhoc a {
    font-family: var(--montserrat) !important;
    color: var(--blanco) !important;
    font-weight: 600 !important;
}
.copy-adhoc a:hover {
    color: #b7bbc0 !important;
}
.ue-footer img {
    width: 190px !important;
}

.ue-footer div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px !important;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #ffffff75 !important;
    border-radius: 10px !important;
}


.ue-footer {
    margin-bottom: 20px;
}

.ue-footer div:last-child {
    margin-left: 15px;
}

/*cookiebot*/

#CybotCookiebotDialogHeader {
	display: none !important;
}

#CybotCookiebotDialogBodyContentTitle {
    color: black !important;
    font-size: 25px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: black !important;
	border-color: black !important;
	color: white !important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: green !important;	
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyButtonDecline {
    border-color: black !important;
	color: black !important;
}

#CybotCookiebotDialogPoweredByText {
	display: none !important;
}

/**/
