/* START NEWSLETTER*/

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

body .gform_wrapper.newsletter_wrapper .gfield_consent_label a {
    text-decoration: underline;
}

body .gform_wrapper.newsletter_wrapper input[type="email"]:focus {
    box-shadow: none;
}

body .gform_wrapper.newsletter_wrapper form{
    display: flex;
    justify-content: center;
}

body .gform_wrapper.newsletter_wrapper.gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

body .gform_wrapper.newsletter_wrapper input[type="email"] {
    background: #1B1D23;
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #B8A075;
    border-radius: 0;
    min-height: 40px;
    height: 47px;
    padding-left: 106px;
    width: 100%;
}

body .gform_wrapper.newsletter_wrapper .gfield_label.gform-field-label{
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2 !important;
    color: #B8A075;
    padding-left: 15px;
    position: absolute;
    top: 17px;
    text-transform: uppercase;
}

.gform_wrapper.newsletter_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: 'Montserrat'; 
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2!important;
    text-overflow: ellipsis;
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;     
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2!important;
    
}

body .gform_wrapper.newsletter_wrapper .gform_footer.top_label{
    margin: 0;
	height:47px
}

body .gform_wrapper.newsletter_wrapper .gform_footer.top_label input[type=image] {
    margin: 0 !important;
	width: 35px;
    background: #B8A075;
    padding: 0 8px !important;
    border-radius: 0px 10px 10px 0px !important;
}

    /*CheckBox*/


body .gform_wrapper.newsletter_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.newsletter_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.newsletter_wrapper label a{
    color: white
}

body .gform_wrapper.newsletter_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.newsletter_wrapper [type="checkbox"]:checked + label{
    position: relative !important;
    padding-left: 40px !important;
    cursor: pointer !important;
    display: block;
    color: white;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 11px;
    margin-left: 0;
}

/*BEFORE CHECKED,BEFORE CHEKED*/

body .gform_wrapper.newsletter_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.newsletter_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
	left: 0;
	transform: translate(0, -25%);
	top: 0px;
    background: transparent;
    border: 1px solid #B8A075;
    border-radius: 2px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/

body .gform_wrapper.newsletter_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.newsletter_wrapper [type="checkbox"]:checked + label:after {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/05 - check.svg');
    position: absolute;
    width: 24px;
    height: 24px;
	left: 0;
	transform: translate(0, -25%);
	top: 0px;
    font-size: 8px;
    border: none;
    line-height: 1;
    transition: all 0.2s;
    border-radius:0;
    font-size:24px;
}

body .gform_wrapper.newsletter_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
body .gform_wrapper.newsletter_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    border: none;
    color: white;
    font-size: 18px;
}
    

/*END NEWSLETTER*/


#main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type=submit] {
    color: #B8A075;
	margin-top: 10px;
}


/*FORM DOURO MICE*/

body .gform_wrapper.formulario_contacto_nice_wrapper label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    margin-top: 10px;
}

body .gform_wrapper.formulario_contacto_nice_wrapper form{
    width: 66%;
    margin: 0 auto;
}

body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_nice_wrapper .gform_footer .gform_button.button{
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid #B8A075 !important;
    width: 45%;
    font-weight: 400 !important;
    font-size: 24px !important;
    height: 54px;
    border-radius: 10px !important;
}
body .gform_wrapper.formulario_contacto_nice_wrapper textarea {
    background: transparent;
    color: #9BA0B0;
    opacity: 1;
    font-size: 20px !important;
    font-style: normal !important;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 0;
    max-width: 100%;
    border: 1px solid #B8A075;
    border-radius: 0;
    min-height: 40px;
    height: 40px;
    padding-left: 200px;
}

body .formulario_contacto_nice .gform_confirmation_message{
    font-size: 24px!important;
    line-height: 1.4!important;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #FFFFFF;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    min-height:500px;
}



.gform_wrapper.formulario_contacto_nice_wrapper.gform-theme--foundation .gform_fields{
    row-gap: 20px;
    grid-row-gap: 20px; 
}


.gform_wrapper.formulario_contacto_nice_wrapper .gfield_validation_message, 
.gform_wrapper.formulario_contacto_nice_wrapper .validation_message{
    background: transparent;
    border: 0;
    font-size: 15px;
    margin-top: 3px;
    padding: 0;
    color: red;
    position: absolute;
    font-weight: 300;
    font-family: 'Montserrat';
}

.gform_wrapper.formulario_contacto_nice_wrapper .gfield_error [aria-invalid=true]+label{
    color: #FFFFFF;
}


body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:checked + label {
    position: relative !important;
    padding-left: 40px !important;
    cursor: pointer !important;
    display:block;
    padding-top: 5px;
    font-weight: 300;
    font-size: 14px;
    margin-left:0;
}

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield_consent_label a {
    color: white !important;
    font-weight: 400;
}

/*BEFORE CHECKED,BEFORE CHEKED*/
body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 4px;
    background: transparent;
    border: 1px solid #B8A075;
    border-radius: 2px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:checked + label:after {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/05 - check.svg');
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
    font-size: 8px;
    border: none;
    line-height: 1;
    transition: all 0.2s;
    border-radius:0;
    font-size:24px;
}

body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    border: none;
    color: white;
    font-size: 18px;
}

.formulario_contacto_nice_wrapper  input[type=text]:not(.elementor-field):not(.searchform-s){
    margin-bottom:0;
}

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield_consent_label{
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 300;
    color: #FFF;
    margin-bottom:2px;
    
}

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield_consent_label a{
    color:#B8D6DE;
    text-decoration: underline;
}

/*Fim do Form Nice*/


/*Select Container Form*/

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio .selectForm {
    position: absolute;
    padding-left: 200px;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
    padding-top: 7px;
}

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 45%;
    right: 1%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #B8A075;
    border-right: 1px solid #B8A075;
    cursor: pointer;
    transition: border-color 0.4s;
}

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio.rotateArrow::after {
    border: none;
    top: 15%;
    border-left: 1px solid #B8A075;
    border-top: 1px solid #B8A075;
}

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio .gfield_radio label {
    font-size: 20px !important;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;
}


.ginput_container.ginput_container_radio {
	border-bottom: 1px solid #B8A075;
    cursor: pointer;
    margin-top: 40px;
	overflow: hidden;
    align-items: center;
    display: flex;
	padding-left: 200px;
    background: #B8A075;
	height: 0;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    padding: 20px 0;
}

body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio {
    cursor: pointer;
	position: relative
}

.ginput_container.ginput_container_radio.expanded{
	height: auto;
}

/*Validacoes*/

.gform_required_legend,
.gfield_required_asterisk, 
.gform_validation_errors,
.gfield_required{
    display:none!important;
}

body .formulario_contacto .gform_confirmation_message{
    font-size: 24px!important;
    line-height: 1.4!important;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #FFFFFF;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    min-height:500px;
}



.gform_wrapper.formulario_contacto_wrapper.gform-theme--foundation .gform_fields{
    row-gap: 35px;
    grid-row-gap: 25px; 
}

.gform_wrapper.formulario_contacto_nice_wrapper.gform-theme--foundation .gform_fields{
    row-gap: 35px;
    grid-row-gap: 35px; 
}


.gform_wrapper.formulario_contacto_wrapper .gfield_validation_message, 
.gform_wrapper.formulario_contacto_wrapper .validation_message{
    background: transparent;
    border: 0;
    font-size: 15px;
    color: red;
    font-weight: 300;
    font-family: 'Montserrat';
}

.gform_wrapper.formulario_contacto_wrapper .gfield_error [aria-invalid=true]+label{
    color: #FFFFFF;
}


body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label {
    position: relative !important;
    padding-left: 40px !important;
    cursor: pointer !important;
    display:block;
    padding-top: 5px;
    font-weight: 300;
    font-size: 15px;
    margin-left:0;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label a {
    color: white !important;
    font-weight: 400;
}

/*BEFORE CHECKED,BEFORE CHEKED*/
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 4px;
    background: transparent;
    border: 1px solid #B8A075;
    border-radius: 2px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label:after {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/05 - check.svg');
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
    font-size: 8px;
    border: none;
    line-height: 1;
    transition: all 0.2s;
    border-radius:0;
    font-size:24px;
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    border: none;
    color: white;
    font-size: 18px;
}

.formulario_contacto_wrapper  input[type=text]:not(.elementor-field):not(.searchform-s){
    margin-bottom:0;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label,
body .gform_wrapper.formulario_contacto_nice_wrapper .gfield_label.gform-field-label{
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 300;
    color: #B8A075;
    padding-left:12px;
    position: absolute;
    text-transform: uppercase;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield--type-textarea .gfield_label.gform-field-label{
    margin-top: 10px;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label{
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 300;
    line-height: 1.2!important;
    color: #FFF;
    margin-bottom:2px;
    
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label a{
    color:#B8D6DE;
    text-decoration: underline;
}





body .gform_wrapper.formulario_contacto_wrapper input[type="text"], 
body .gform_wrapper.formulario_contacto_wrapper input[type="email"], 
body .gform_wrapper.formulario_contacto_wrapper input[type="tel"],
body .gform_wrapper.formulario_contacto_wrapper select,
body .gform_wrapper.formulario_contacto_nice_wrapper input[type="text"], 
body .gform_wrapper.formulario_contacto_nice_wrapper input[type="email"], 
body .gform_wrapper.formulario_contacto_nice_wrapper input[type="tel"],
body .gform_wrapper.formulario_contacto_nice_wrapper select{
    background: transparent;
    color: #9BA0B0;
    opacity: 1;
    font-size: 20px;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 300;
    /*line-height: 1.2!important; Teste */
    margin-bottom:0;
    max-width:100%;
    border: none;
    border-bottom: 1px solid #B8A075;
    border-radius: 0;
    min-height: 40px;
    height:40px;
    padding-left:200px;   
}

body .gform_wrapper.formulario_contacto_wrapper textarea{
    background: transparent;
    color: #9BA0B0;
    opacity: 1;
    font-size: 20px !important;
    font-style: normal !important;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif !important;  
    font-weight: 300 !important;
    margin-bottom:0;
    max-width:100%;
    border: 1px solid #B8A075;
    border-radius: 0;
    min-height: 40px;
    height:40px;
    padding-left:200px;   
}



/*
body .gform_wrapper.formulario_contacto_wrapper #field_2_13 input{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-1.svg);
}

body .gform_wrapper.formulario_contacto_wrapper #field_2_7 input{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-2.svg);
}
body .gform_wrapper.formulario_contacto_wrapper #field_2_8 input{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-3.svg);
}
body .gform_wrapper.formulario_contacto_wrapper #field_2_10 textarea{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-5.svg);
}
body .gform_wrapper.formulario_contacto_wrapper select{
    background-image:url(/wp-content/uploads/2023/12/02-FORM-4.svg);
}

*/



/*ICONS*/

/* Esses são os icones que adicionei diretamente no css, caso queria modificar os icones é aqui */


.gf-boat-icon .gfield_label::before {
    content: url(/wp-content/themes/zyrgon-child-theme/assets/icon-deckplan.svg);
    position: relative;
    top: 5px;
}

.gf-name-icon .gfield_label::before {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/01 - nome.svg');
    position: relative;
    top: 5px;
}

.gf-email-new-icon .gfield_label::before {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/02 - email.svg');
    position: relative;
    top: 6px;
}

.gf-email-icon .gfield_label::before {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/02 - email.svg');
    position: relative;
    top: 5px;
}

.gf-phone-icon .gfield_label::before {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/03 - telemóvel.svg');
    position: relative;
    top: 5px;
}


.gf-about-icon .gfield_label::before {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/04 - assunto.svg');
    position: relative;
    top: 5px;
}


.gf-message-icon .gfield_label::before {
    content: url('/wp-content/themes/zyrgon-child-theme/assets/04 - assunto.svg');
    position: relative;
    top: 5px;
}



body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button{
    background-color: transparent;
    border:1px solid #B8A075 !important;
    width: 80%;
    font-weight: 400 !important;
    font-size: 24px !important;
    height: 54px;
    border-radius:10px !important;
    padding:12px 40px;
}

body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button:hover,
body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_nice_wrapper .gform_footer .gform_button.button:hover{
    color: white !important;
    background-color: #B8A075;
    
}




.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield select{
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: 'Montserrat'; 
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2!important;
    text-overflow: ellipsis;
}



/*Placeholders*/


.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield select::-webkit-input-placeholder{
	/* Chrome/Opera/Safari */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: 'Montserrat'; 
    font-size: 20px;
    font-weight: 300;
    text-overflow: ellipsis;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-moz-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input::-moz-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield select::-moz-placeholder{ 
	/* Firefox 19+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
    text-overflow: ellipsis;    
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input:-ms-input-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield select::-ms-input-placeholder{
	/* IE 10+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;     
    font-size: 20px;
    font-weight: 300;
    text-overflow: ellipsis;    
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-moz-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input:-moz-placeholder,
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield select::-moz-placeholder{
	/* Firefox 18- */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
    text-overflow: ellipsis;    
}



.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;     
    font-size: 20px;
    font-weight: 300;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
}


.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
}
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
}
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;     
    font-size: 20px;
    font-weight: 300;
}
.gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 20px;
    font-weight: 300;
}
body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-textarea .gfield_label.gform-field-label {
    margin-top: 10px;
}





@media only screen and (min-width: 1025px) {
    body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label{
        font-size: 16px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button{
        font-size: 24px;
    }

 
}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio .selectForm {
        padding-top: 12px;
        font-size: 14px;
        padding-left: 130px;
    }
    
    /* Start Tablet Newsletter */
    
   
    
    /* End Newsletter */
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
    .gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input::-webkit-input-placeholder{
    	/* Chrome/Opera/Safari */
        font-size: 14px;
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-moz-placeholder,
    .gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input::-moz-placeholder{ 
    	/* Firefox 19+ */
        font-size: 14px;    
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder,
    .gform_wrapper.formulario_nice_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder{
    	/* IE 10+ */
        font-size: 14px;      
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-moz-placeholder,
    .gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input:-moz-placeholder{
    	/* Firefox 18- */
        font-size: 14px;    
    }
    
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
    	/* Chrome/Opera/Safari */
        font-size: 14px;
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
    	/* Firefox 19+ */
        font-size: 14px;
    }
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
    	/* IE 10+ */
        font-size: 14px;
    }
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-moz-placeholder {
    	/* Firefox 18- */
        font-size: 14px;
    }
        
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_nice_wrapper .gform_footer .gform_button.button{
        margin: 0 auto;
        background-color: transparent;
        border: 1px solid #B8A075 !important;
        width: 100%;
        font-weight: 400 !important;
        font-size: 14px !important;
        height: 40px;
        border-radius: 5px !important;
    }
   
    body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label{
        font-size: 11px;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield_label.gform-field-label{
        font-size: 11px;
    }
    
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button,
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_nice_contacto_wrapper .gform_footer .gform_button.button{
        font-size: 14px !important;
        width: 100%;
        height: 40px;
        border-radius: 5px !important;
    }
    
    body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label,
    body .gform_wrapper.formulario_contacto_wrapper input[type="text"], 
    body .gform_wrapper.formulario_contacto_wrapper input[type="email"], 
    body .gform_wrapper.formulario_contacto_wrapper input[type="tel"],
    body .gform_wrapper.formulario_contacto_wrapper select,
    body .gform_wrapper.formulario_contacto_wrapper textarea,
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield_consent_label,
    body .gform_wrapper.formulario_contacto_nice_wrapper input[type="text"], 
    body .gform_wrapper.formulario_contacto_nice_wrapper input[type="email"], 
    body .gform_wrapper.formulario_contacto_nice_wrapper input[type="tel"],
	body .gform_wrapper.formulario_contacto_nice_wrapper textarea{
        font-size:14px !important;   
        padding-left: 130px;
		padding-top: 18px;
    }
    
	body .gform_wrapper.formulario_contacto_wrapper textarea{
		padding-top: 18px;
    }
    
	
    body .gform_wrapper.formulario_contacto_nice_wrapper form{
        width: 100%;
        margin: 0 auto;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio::after {
        top: 40%;
        right: 2%;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio.rotateArrow::after {
        top: 16%;
    }
    
    .ginput_container.ginput_container_radio {
        padding-left: 130px;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio .gfield_radio label {
        font-size: 14px !important;
    }
    
    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-radius: var(--gf-ctrl-radio-check-radius);
        width: 15px;
        height: 15px;
    }

    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
        block-size: 8px;
        inline-size: 8px;
    }
    
}



@media only screen and (max-width: 767px) {
    
    /* Start Mobile Newsletter */
	
	.gform_wrapper.newsletter_wrapper .gform-body.gform_body{
		width: 100%
	}
	
	body .gform_wrapper.newsletter_wrapper input[type="email"] {
		height: 40px;
		font-size: 14px;
		width: 100%;
	}
	
	body .gform_wrapper.newsletter_wrapper .gfield_label.gform-field-label {
		font-size: 14px;
		top: 13px;
	}
	
	body .gform_wrapper.newsletter_wrapper .gform_footer.top_label {
		height: 40px;
	}

	body .gform_wrapper.newsletter_wrapper .gform_footer.top_label {
		height: 40px;
	}
    
   .gform_wrapper.newsletter_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: 'Montserrat'; 
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2!important;
    text-overflow: ellipsis;
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;     
    font-size:14px;
    font-weight: 300;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
    color: #9BA0B0;
    opacity: 1;
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif; 
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2!important;
    
}

    /* End Mobile Newsletter */
    
    
    

    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_nice_wrapper .gform_footer .gform_button.button{
        margin: 0 auto;
        background-color: transparent;
        border: 1px solid #B8A075 !important;
        width: 100%;
        font-weight: 400 !important;
        font-size: 14px !important;
        height: 40px;
        border-radius: 5px !important;
    }
    
    body .gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button,
    body .gform_wrapper.formulario_contacto_nice_wrapper .gform_footer .gform_button.button{
        width: 100%;
    }
        
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
    .gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input::-webkit-input-placeholder{
    	/* Chrome/Opera/Safari */
        font-size: 14px;
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-moz-placeholder,
    .gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input::-moz-placeholder{ 
    	/* Firefox 19+ */
        font-size: 14px;    
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder,
    .gform_wrapper.formulario_nice_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder{
    	/* IE 10+ */
        font-size: 14px;      
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-moz-placeholder,
    .gform_wrapper.formulario_contacto_nice_wrapper .gform_fields .gfield input:-moz-placeholder{
    	/* Firefox 18- */
        font-size: 14px;    
    }
    
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
    	/* Chrome/Opera/Safari */
        font-size: 14px;
    }
    
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
    	/* Firefox 19+ */
        font-size: 14px;
    }
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
    	/* IE 10+ */
        font-size: 14px;
    }
    .gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-moz-placeholder {
    	/* Firefox 18- */
        font-size: 14px;
    }
    
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_nice_wrapper .gform_footer .gform_button.button{
        height: 40px;
    }
    
    body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label,
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield_label.gform-field-label{
        font-size: 11px;
    }
    
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button,
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_nice_wrapper .gform_footer .gform_button.button{
        font-size: 14px !important;
        width: 100%;
        height: 40px;
        border-radius: 5px !important;
    }
    
    body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label,
    body .gform_wrapper.formulario_contacto_wrapper input[type="text"], 
    body .gform_wrapper.formulario_contacto_wrapper input[type="email"], 
    body .gform_wrapper.formulario_contacto_wrapper input[type="tel"],
    body .gform_wrapper.formulario_contacto_wrapper select,
    body .gform_wrapper.formulario_contacto_nice_wrapper input[type="text"], 
    body .gform_wrapper.formulario_contacto_nice_wrapper input[type="email"], 
    body .gform_wrapper.formulario_contacto_nice_wrapper input[type="tel"]{
        font-size: 14px;   
        padding-left: 120px;
    }
    
    body .gform_wrapper.formulario_contacto_wrapper textarea{
        font-size: 14px !important;
        padding-left: 120px;
    }
	body .gform_wrapper.formulario_contacto_nice_wrapper textarea{
        font-size: 14px !important;
        padding-left: 120px;
    }
    
    
    
    body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label,
    body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label,
    body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:not(:checked) + label,
    body .gform_wrapper.formulario_contacto_nice_wrapper [type="checkbox"]:checked + label{
        text-decoration: none;
    }
    
    
    body .gform_wrapper.formulario_contacto_wrapper .gfield--type-textarea .gfield_label.gform-field-label{
        margin-top: 3px;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper form{
        width: 95%;
        margin: 0 auto;
    }

    #main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type=submit] {
        color: #B8A075;
    	margin-top: 10px;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio .selectForm {
        padding-left: 120px;
        font-size: 14px;
        padding-top: 13px;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio::after {
        top: 40%;
        right: 2%;
		width: 10px;
    	height: 10px;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio.rotateArrow::after {
        top: 14%;
    }
    
    .ginput_container.ginput_container_radio {
        padding-left: 0;
        justify-content: center;
    }
    
    body .gform_wrapper.formulario_contacto_nice_wrapper .gfield--type-radio .gfield_radio label {
        font-size: 14px !important;
    }
    
    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-radius: var(--gf-ctrl-radio-check-radius);
        width: 15px;
        height: 15px;
    }

    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
        block-size: 8px;
        inline-size: 8px;
    }

}









