small {
    font-size: smaller;
}
.hidden, .hide{
    display: none;
}
.uppercase{
    text-transform: uppercase;
}
.all-width {
    max-width: 100% !important;
    width: 100% !important;
}
.no-padding {
    padding: 0px !important;
}
.text-center {
    text-align: center !important;
}
.center{
    text-align: center;
    text-align-last: center;
}
@media (max-width: 980px) {
    .only-desktop {
        display: none;
    }
}
@media (min-width: 981px) {
    .hide-desktop {
        display: none;
    }
}
@media all and (max-width: 980px) {
    .custom-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }
    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }
    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }
    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }
    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
}
/***
	Divi icons
 ***/
.icon_phone:before {
    font-family: ETmodules!important;
    content: "\e090  ";
}
.icon_mail_alt:before {
    font-family: ETmodules!important;
    content: "\e010  ";
}
.icon_download:before {
    font-family: ETmodules!important;
    content: "\e092";
}
.icon_up:before{
    font-family: ETmodules!important;
    content: "\32";
}
.icon_down:before{
    font-family: ETmodules!important;
    content: "\33";
}
.icon_left:before {
    font-family: ETmodules!important;
    content: "\34";
}
.icon_right:before {
    font-family: ETmodules!important;
    content: "\35";
}
.icon_up_triangle:before {
    font-family: ETmodules!important;
    content: "\42";
}
.icon_down_triangle:before {
    font-family: ETmodules!important;
    content: "\43";
}
.icon_left_triangle:before {
    font-family: ETmodules!important;
    content: "\44";
}
.icon_right_triangle:before {
    font-family: ETmodules!important;
    content: "\45";
}
.icon_globe:before {
    font-family: ETmodules!important;
    content: "\e0e3";
    font-size: 3em;
}
.icon_whatsapp:before{
    content: url(../assets/whatsapp.svg);
    width: 3em;
    width: 20px;
    display: inline-block;
}
.hover-underline:hover{
    text-decoration: underline;
}
/*******************
	FIN Divi icons
 *******************/

/****************
  footer fixed
****************/
#main-footer.footerFixed,
footer.et-l--footer.footerFixed{
    position: fixed;
    bottom:0px;
    width:100%;
}
body.footerFixed{
    overflow:hidden;
}
/*******
	CF7
 *******/
:root{
    --border-color: #5e6366;
    --checkbox: #4d5255;
    --button: #5e6366;
    --white: #ffffff;
    --text: #666666;
    --button-text: #ffffff;
    --placeholder: #cccccc;
    --border-radius: 3px;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-number{
    background-color: var(--white) !important;
    border-color: var(--border-color) !important;
    width: 100% !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: var(--border-radius);
    font-size: 14px;
    color: #666 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 .et_pb_row{
    padding: 1% 0;
}
.wpcf7-submit{
    color: var(--button-text);
    margin: 8px auto 0;
    cursor: pointer;
    line-height: 1.7em;
    border: 2px solid var(--button);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    background: var(--button);
    border-radius: var(--border-radius);
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
    opacity:0.5;
    color: var(--button);
    background: var(--button-text);
}
.wpcf7-date,
.wpcf7-select {
    width: 100%;
    padding: 15.5px;
    border: none;
    font-family: inherit;
    color:var(--white);
    background-color: var(--button)!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: center right 15px;
    background-repeat: no-repeat;
    font-size: 14px;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
select.wpcf7-select  {
    color:var(--button-text)!important;
    background:url(../assets/triangulo.png) right center no-repeat;
    background-position:95% center;
    font-weight: bold;
}
.wpcf7-list-item label {
    position: relative;
    padding-left: 30px;
    cursor: pointer!important;
}
.wpcf7 input[type=radio],
.wpcf7  input[type=checkbox]{
    visibility: hidden;
    position: absolute;
    right: 0;
}
.wpcf7 input[type=radio]:checked + span:before,
.wpcf7 input[type=checkbox]:checked + span:before{
    background: var(--checkbox);
    border: 2px solid var(--checkbox);
    transition: all 0.25s ease;
}
.wpcf7 input[type=checkbox] + span:before,
.wpcf7 input[type=radio] + span:before {
    border: 2px solid var(--checkbox);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer!important;
    border-radius: 20px;
    transition: all 0.25s ease;
}

.wpcf7 input[type=checkbox] + span > a {
    text-decoration: underline;
    display: inline-block;
}
.wpcf7 input[type=checkbox] + span > a:hover {
    text-decoration: none;
}
span.wpcf7-list-item,
.mc4wp-checkbox label{
    margin:0;
    color: var(--text);
    display: inline-flex;
}
span.wpcf7-list-item a{
    color: var(--text);
}
input[type=number]{
    border: 1px solid var(--border-color);
    margin: 0;
}
::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
:-ms-input-placeholder, /* Internet Explorer 10-11 */
::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--placeholder);
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--placeholder);
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--placeholder);
}
.radio-button .wpcf7-list-item {
    display: inline-flex;
    margin-bottom: 20px;
}
.radio-button input[type=radio] {
    visibility: hidden;
    width: 0;
    height: 0;
}
.radio-button.wpcf7-radio .wpcf7-list-item  input[type=radio] + span {
    background: var(--checkbox);
    color: var(--white);
    padding: 20px 40px;
    border-radius: 40px;
    font-weight: bold;
    margin-right: 20px;
    min-width: 190px;
    text-align: center;
    display: inline-block;
}
.radio-button.wpcf7-radio .wpcf7-list-item  input[type=radio] + span:hover {
    cursor: pointer;
    background: var(--border-color);
}
.radio-button.wpcf7-radio .wpcf7-list-item  input[type=radio]:checked + span {
    background: var(--border-color);
}
input[type=file]:focus {
    outline: none;
}
input[type=file] {
    width: 100%;
    /*color: transparent;*/
}
/*
input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}
input[type=file]::before,*/
input[type=file]::file-selector-button {
    content: attr(data-value);
    display: inline-block;
    background: var(--button);
    color: var(--button-text);
    border: 1px solid var(--border-color);
    border-radius: 3px;
    padding: 1em 3em;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
}
.col-1{
    max-width: 100%;
    min-width: 100%;
}
.col-2 {
    min-width: 49%;
    max-width: 49%;
    margin-right:1%;
    float:left;
}
.col-2.last {
    margin-right:0;
    max-width: 50%;
    min-width: 50%;
    float:left;
}
.col-3 {
    min-width: 32%;
    max-width: 32%;
    margin-right:1%;
    float:left;
}
.col-3.last {
    margin-right:0;
    max-width: 33%;
    min-width: 33%;
    float:left;
}
.col-4 {
    min-width: 24%;
    max-width: 24%;
    margin-right:1%;
    float:left;
}
.col-4.last {
    min-width: 25%;
    max-width: 25%;
    margin-right:0;
}
.col-2.last:after,
.col-3.last:after,
.col-4.last:after {
    content: '';
    display: block;
    clear: both;
}
@media (max-width: 767px) {
    .col-4, .col-3, .col-2 {
        max-width: 100% !important;
        margin-right:0px!important;
        float:inherit!important;
    }
    .wpcf7 .et_pb_row{
        padding-bottom: 1em;
    }
}
.form-all-width .wpcf7 .et_pb_row{
    width: 100%;
}
/*************
	FIN CF7
 *************/

.button-selector:hover{
    cursor: pointer;
}