<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-header .header-inner {
    display: inline; !important
}
.site-header .site-navigation .menu li {
    font-family: helvetica;
}


  
li{ 
            list-style: none; 
        } 
  
  
        li.lista-flechas::before{ 
  
    content: "\00BB";
		color: #F1BF99;
		font-size: 40px;
    vertical-align: text-bottom;
		padding-right: 7px;
			
}

.site-header .site-navigation-toggle i {
    color:#959595;
}

.site-header {

    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
}

.site-header .site-navigation {
    justify-content: flex-start;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100%;
}

site-header:not(.header-stacked) .header-inner .site-navigation {
    padding-top: 11px !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 0px;
	margin-top: 5px;
}

label {
    margin-bottom: 5px;
    color: #686868;
    font-family: helvetica;
}

[type=button], [type=submit], button {
    color: #F1BF99;
    background-color: transparent;
    border: 1px solid #F1BF99;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #F1BF99;
}

textarea {
    max-height: 150px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid transparent;
}

#ai-form-label {
    color: white;
}


#send-ai {
    color: #ffffff;
    background-color: black;
    border: 2px solid #000000;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-radius: 3px;
    transition: all .3s;
}

#warning-ai {
    border: none;
    color: white;
}

li::marker {
    font-weight: bold;
	color: #bf0099;
}

#bullet-ai {
    border: none;
	  list-style: decimal-leading-zero;
}


</pre></body></html>