@charset 'UTF-8';

/* Tipografías */

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

body {
    max-width: 100vw;
}
/* Inicio checkbox */

form .fix-check input {
    display: none;
}
form input[type="checkbox"] + label:after {
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}
form .fix-check label {
    border: 2px solid #FFF;
    width: 20px;
    height: 20px;
    display: inline-block;
}
form .fix-check {
    margin-right: -5px !important;
    width: auto;
}
form .elementor-field-type-email .elementor-field, form .elementor-field-type-text .elementor-field {
    padding: 5px 14px;
}
.elementor-button[type="submit"] {
    margin-top: 30px;
}
form .elementor-field-option {
    display: flex;
}
form .fix-check + label {
    margin-left: 14px;
    font-size: 16px;
    line-height: 1.2em;
}
form .elementor-field-type-acceptance:last-child .fix-check + label {
    margin-left: 24px;
}
form .elementor-field-type-acceptance a {
    text-decoration: underline;
}
form input[type="checkbox"] {
	outline: 0px !important;
	opacity: 0 !important;
}

form .fix-check {
	width: 22px;
	height: 22px;
	position: relative;
	margin: 0 !important;
	display: inline-block;
	margin-right: 5px !important;
}

form .fix-check + * {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	margin-left: 10px;
}

form .fix-check + p a {
	color: white;
	text-decoration: underline;
}

form input[type="checkbox"]:not(.b_input_checkbox) + label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #FFFFF0;
    left: 1px;
    top: 1px;
    border: 2px solid #BF1D1D;
}

form input[type="checkbox"] + label:after {
	opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: 1px;
  background: #BF1D1D !important;
  border: 0;
}

form input[type="checkbox"] + label:hover:after {
	opacity: 0.3;
}

form input[type=checkbox]:checked + label:after {
	opacity: 1;
}

form .fix-check input {
	display: none;
}

form button:hover .elementor-button-text {
    text-decoration: underline;
}

/* Fin checkbox */
/* Cabecera de página */

/* Pie de página */

@media (max-width: 767px) {

}

#checkbox-error-message, .elementor-message.elementor-message-danger {
    color: red;
    font-family: "SharpGrotesk", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
}