:root{
    --primaryColor: #CC3333;
    --backColor: #F5F5F5;
    --white: #FFFFFF;
    --darkRed: #360A0A;
    --grayColor: #666666;
    --grayNeutral: #7F7F7F;
    --grayText: #3C3C3C;
}

.select-arrow{
    display:none;
}
.wpa-test-msg{
    display:none;
}
/*Btns preset*/
.wp-block-contact-form-7-contact-form-selector .blockButton .buttonBig.preset{
    color: var(--white);
    background-color: #ff9898;
    border-color: #ff9898;
}

.wp-block-contact-form-7-contact-form-selector .blockButton .buttonBig.actBtn{
    color: var(--white);
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor);
}

.wp-block-contact-form-7-contact-form-selector .buttonInserted br{
    display: none!important;
}

.wp-block-contact-form-7-contact-form-selector .lastStepAnimal.premium-select .basic-insurance,
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal.premium-plus-select .basic-insurance{
    display: none;
}

.wp-block-contact-form-7-contact-form-selector .lastStepAnimal.premium-select .premium-insurance,
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal.premium-plus-select .premium-insurance{
    display: block;
}

.wp-block-contact-form-7-contact-form-selector .lastStepAnimal.basic-select .basic-insurance{ display: block; }
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal.basic-select .premium-insurance{ display: none; }

.wp-block-contact-form-7-contact-form-selector .lastStepAnimal,
.wp-block-contact-form-7-contact-form-selector .caseReview,
.wp-block-contact-form-7-contact-form-selector .notInsurance {
    margin-top: 50px;
}

/*Alert message*/
.wpcf7-response-output.fusion-alert.success.fusion-success{ display: none; }

/*Hidde steps*/

.cf7mls_progress_bar{ width: 0!important; height: 0!important; margin: 0!important; }


.segurosKiwk .avada-page-titlebar-wrapper{ display: none!important; }

.cf7mls_number_step_wrap{ display: none!important; }
/*Margins blockSteps*/

/*Deactivate the Avada theme*/
.wp-block-contact-form-7-contact-form-selector .blockInsurance input,
.wp-block-contact-form-7-contact-form-selector .blockSteps input{
    height: unset;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps h2{
    margin: revert;
}

/*Hide all empty <p>*/
p:empty { display: none; }

/*Controller style of visibilty of elements*/
.wp-block-contact-form-7-contact-form-selector .blockInsurance.basic-select .insurancePlan .advList.basic-plan,
.wp-block-contact-form-7-contact-form-selector .blockInsurance.premium-select .insurancePlan .advList.premium-plan,
.wp-block-contact-form-7-contact-form-selector .blockInsurance.premium-plus-select .insurancePlan .advList.prem-plus-plan{ display: block;}

.wp-block-contact-form-7-contact-form-selector .blockInsurance.prem-ins .upg-to-pplus,
.wp-block-contact-form-7-contact-form-selector .blockInsurance.basic-ins .upg-to-prem{ display: none;}

.basic-ins.basic-select .advList, .basic-ins.basic-select .upgradeAdvg,
.prem-ins.premium-select .advList, .prem-ins.premium-select .upgradeAdvg { margin-bottom: 0 !important; }
/* ESCONDER PROGRESS BAR Y RESPUESTA */

.wpcf7-response-output{display:none;}
/* PERRO GATO */
.wp-block-contact-form-7-contact-form-selector .cf7mls-btns.PerroGato p {justify-content:right;}

/*Principal Container width*/

.wp-block-contact-form-7-contact-form-selector{
    min-height: 90dvh!important;
}

.fieldset-cf7mls.cf7mls_current_fs{
    z-index: 99;
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls{
    max-width: 1216px;
    margin: 0 auto;
}

.wpcf7-form .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset{
    margin-bottom: 0!important;
}

.fieldset-cf7mls-wrapper .tieneFullWidth,
.fieldset-cf7mls-wrapper .fieldset-cf7mls:has(.fullWidth){
    max-width: 100%;
    margin: 0 auto;
}

/*.fieldset-cf7mls-wrapper{*/
/*    padding-bottom: 80px;*/
/*}*/

.fieldset-cf7mls-wrapper .cf7mls_current_fs{
    display: -webkit-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fieldset-cf7mls-wrapper .cf7mls_current_fs > p {
    margin: 0;
}

.wp-block-contact-form-7-contact-form-selector fieldset .blockSteps,
.wp-block-contact-form-7-contact-form-selector fieldset .singleButton,
.cf7mls-btns.hasBackButton{ max-width: 800px; }

.wp-block-contact-form-7-contact-form-selector #dataProgressBar{
    max-width: 824px;
    margin: 15px 0 45px 0;
}

#dataProgressBar,
#dataProgressBar .steps{
    padding: 0!important;
}

.wp-block-contact-form-7-contact-form-selector #dataProgressBar.progress-bar{
    height: 100% !important;
    background-color: transparent!important;
    border-radius: unset!important;
    box-shadow: unset!important;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .cf7mls-btns.hasBackButton{ padding: 0; }

.wp-block-contact-form-7-contact-form-selector .fieldset-cf7mls-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-block-contact-form-7-contact-form-selector fieldset{ margin: 0; padding: 0; }

.wp-block-contact-form-7-contact-form-selector .cf7mls-btns{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-block-contact-form-7-contact-form-selector .fieldset-cf7mls-wrapper fieldset{ width: 100%; }

.wp-block-contact-form-7-contact-form-selector fieldset .raceBlock{ background-color: var(--white); }
.wp-block-contact-form-7-contact-form-selector fieldset .blockSteps{
    padding: 45px 70px 0 70px;
    background-color: var(--white);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-block-contact-form-7-contact-form-selector fieldset .singleButton,
.cf7mls-btns.hasBackButton{
    background-color: var(--white);
    padding: 0 70px 65px 70px;
}

.cf7mls-btns:has(button[style*="display: none"]) {
    display: none;
}

/*We hide the full block to prevent people choose things*/
/* Estado inicial - invisible y sin ocupar espacio */
.wp-block-contact-form-7-contact-form-selector .blockInsurance {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

/* Estado visible cuando se le añade una clase de seguro */
.blockInsurance.basic-ins,
.blockInsurance.prem-ins,
.blockInsurance.prem-plus-ins {
    opacity: 1;
    width: 100%;
    height: auto;
    visibility: visible;
}

/*Configurations*/
.noBorderBottom{ border-bottom: unset !important; }
.hiddenData,
.hiddenField{ opacity: 0; visibility: hidden; width: 0!important; height: 0!important; padding: 0!important; margin: 0; }

.has-global-padding{ padding: 0 15px; }
.ineditable{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: not-allowed;
    z-index: 5;
}


.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .text.non-obligatory::after{
    content: "";
    background: unset;
}

.disabled-mask {
    pointer-events: none;
    cursor: not-allowed;
    background-color: rgba(128, 128, 128, 0.5); /* Capa grisácea */
    opacity: 0.6; /* Reducir la opacidad */
}

/* Si el elemento es un botón o un input */
.disabled-mask:disabled {
    background-color: rgba(128, 128, 128, 0.5);
}

/*Margin bottom*/
.mn-0{ margin: 0!important }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 5px !important; }
.mb-2 { margin-bottom: 10px !important; }
.mb-3 { margin-bottom: 15px !important; }
.mb-4 { margin-bottom: 20px !important; }
.mb-5 { margin-bottom: 25px !important; }
.mb-6 { margin-bottom: 30px !important; }
.mb-7 { margin-bottom: 35px !important; }
.mb-8 { margin-bottom: 40px !important; }
.mb-12 { margin-bottom: 60px !important; }
.mb-20{ margin-bottom: 100px !important; }

/*Paddings*/
.pb-14 { padding-bottom: 70px !important; }

/* Progress Bar */
#dataProgressBar .step *{ margin: 0; }
#dataProgressBar .step .progress-block{ text-align: center; }
#dataProgressBar .step .progress-block br{ display: none; }
#dataProgressBar .step:last-of-type{ width: fit-content; }
#dataProgressBar,
#dataProgressBar .steps,
#dataProgressBar .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#dataProgressBar .titleStepMobile * { margin: 0 }
#dataProgressBar .titleStepMobile br { display: none; }
#dataProgressBar .titleStepMobile,
#dataProgressBar .titleStepMobile .progress-text { display: none; }

#dataProgressBar .progress-block p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#dataProgressBar .step-number {
    font-family: "Outfit-Bold", sans-serif;
    font-size: 15.19px;
    font-weight: 500;
    line-height: 19.14px;
    text-align: center;
    color: var(--grayNeutral);
    min-width: 32px;
    height: 32px;
    padding: 4px;
    border: 2px solid var(--grayNeutral);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dataProgressBar .step.finished .step-number,
#dataProgressBar .step.active .step-number{
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    position: relative;
}

#dataProgressBar .step.finished .step-number:before{
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background: url('../img/step-succes.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -2px;
    top: -2px;
}

#dataProgressBar .step.finished .progress-text,
#dataProgressBar .step.active .progress-text{
    color: var(--primaryColor);
}

#dataProgressBar .progress-block {
    text-align: center;
}

#dataProgressBar .progress-text {
    font-family: "Outfit-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--grayNeutral);
    margin-bottom: 5px;
    display: block;
}

#dataProgressBar progress {
    width: 134px;
    height: 5px;
    border-radius: 80px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#dataProgressBar progress::-webkit-progress-bar {
    background-color: var(--grayNeutral);
    border-radius: 80px;
}

#dataProgressBar progress::-webkit-progress-value {
    background-color: var(--primaryColor);
    border-radius: 80px;
}

#dataProgressBar progress::-moz-progress-bar {
    background-color: var(--primaryColor);
    border-radius: 80px;
}

/*Button next*/
.cf7mls_next.cf7mls_btn{ padding: 7px 70px 7px 40px !important; }

.buttonBig.generalButton{ padding: 8px 40px;  }

.cf7mls_next.cf7mls_btn,
.buttonBig.generalButton{
    background-color: var(--primaryColor) !important;
    font-family: "Outfit-Regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: unset;
    cursor: pointer;
    margin-bottom: 0 !important;
    max-height: 44px!important;
}

.cf7mls_next.cf7mls_btn:after,
.buttonBig.generalButton:after{
    content: "";
    width: 8px;
    height: 20px;
    display: block;
    background: url('../img/next-step-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    right: 36px;
}

.cf7mls_next.cf7mls_btn:hover,
.buttonBig.generalButton:hover{
    opacity: 1 !important;
    background-image: linear-gradient(rgb(0 0 0/15%) 0 0);
}

.cf7mls_next.action-button.sending img{
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

/*Button back*/
.cf7mls-btns .cf7mls_back.action-button{
    background-color: var(--white) !important;
    font-family: "Outfit-Regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--primaryColor) !important;
    padding: 5px 40px 5px 70px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: solid 2px var(--primaryColor) !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 0 !important;
    max-height: 44px;
}

.cf7mls-btns .cf7mls_back.action-button::after{
    content: "";
    width: 8px;
    height: 20px;
    display: block;
    background: url('../img/next-step-red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cf7mls_back.action-button:hover{
    opacity: 1 !important;
    background-color: var(--primaryColor) !important;
    color: var(--white) !important;
}

.cf7mls_back.action-button:hover::after{
    filter: grayscale(1) brightness(10);
}

.cf7mls_next.action-button.sending img{
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

/* Estilo general del radio button */
.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--primaryColor);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: white;
    padding: 0;
}

/* Cuando el radio button está seleccionado */
.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
}

.wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkAnimal{ display: block; margin-top: 15px; margin-bottom: 5px;}

.wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkAnimal .wpcf7-list-item{
    margin: 0;
    flex-direction:row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
}

.wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkAnimal .wpcf7-list-item.first{ margin-bottom: 10px; }

.wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkAnimal .wpcf7-list-item span{
    font-family: "Outfit-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	padding-left: 5px;
    color: var(--grayNeutral);
}

.wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkAnimal .wpcf7-list-item input{ margin: 0;}

/*Type Big*/
.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .big input[type="radio"]:checked::before {
    width: 13px;
    height: 13px;
}

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .big input[type="radio"] {
    width: 21px;
    height: 21px;
}

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .big input[type="radio"]{
    border: 1px solid var(--primaryColor);
}

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .big input[type="radio"]:checked::before {
    top: 3px;
    left: 3px;
}

.wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkAnimal .active .wpcf7-list-item-label{ color: var(--primaryColor); }

/*Table*/
.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table{ width: 100%; border-collapse:collapse; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tr td:first-child,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table tr td:first-child,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tr th:first-child{
    text-align: left;
    padding-left: 10px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table th,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table th{
    color: var(--primaryColor);
    font-family: "Outfit-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile .noCoverage::before{
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url('../img/icn-err-round-red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile .coverage::before{
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url('../img/icono-true.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table th:first-child,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table th:first-child{ text-align: left; padding-left: 10px; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table th:last-child{ text-align: right; padding-right: 10px;}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table tbody td *,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tbody td *{
    font-family: "Outfit-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table tbody td *{ padding: 10px 0; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tbody td * { padding: 15px 0; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tr,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table tr{
    border-collapse: collapse;
    border-bottom: 1px solid var(--primaryColor);
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table th,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table tr.title{
    border-bottom: 2px solid var(--primaryColor);
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table tr td:last-child{
    text-align: right;
    width: 150px;
    padding-right: 10px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tbody .noCoverage::before{
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url('../img/icon-not.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tbody .coverage::before{
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url('../img/icono-true.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*Select2 select*/
.wp-block-contact-form-7-contact-form-selector .blockSteps.contentData .select2-selection__placeholder,
.select2-container .select2-results__options,
.wp-block-contact-form-7-contact-form-selector .blockSteps.contentData .select2-selection__rendered{
    font-family: "Outfit-Regular";
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1.0178571428571428rem + 0.5357142857142857vw, 1.5rem);
    font-weight: 400;
    line-height: 30px !important;
    text-align: left;
    color: var(--grayNeutral) !important;
}

.wp-block-contact-form-7-contact-form-selector .contentData .select2-container .select2-selection--single li{ box-sizing: content-box;}
.wp-block-contact-form-7-contact-form-selector .contentData .select2-container{ display: inline; }

.wp-block-contact-form-7-contact-form-selector .contentData .select2-container--default .select2-selection--single{
    border-radius: 0;
    box-sizing: content-box;
    padding: 20px 5px 23px 5px;
    position: relative;
    border-color: var(--grayNeutral);
    height: auto!important;
}

.select2-container.select2-container--default  .select2-search__field,
.select2-container.select2-container--default .select2-dropdown,
.select2-container.select2-container--default  .select2-search.select2-search--dropdown{
    border-color: var(--grayColor)!important;
    border-radius: 0!important;
}

.select2-container.select2-container--default .select2-results{  border-color: var(--grayColor) !important;}
.select2-container.select2-container--default  .select2-search.select2-search--dropdown{ padding: 4px;}

.wp-block-contact-form-7-contact-form-selector .contentData .select2-container--default .select2-selection--single::after{
    content:"";
    background: url("../img/icon-select-down.svg");
    width: 14px;
    height: 8px;
    display: block;
    top: 33px;
    right: 20px;
    position: absolute;
}

.select2-selection__arrow{ display: none; }
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{ outline: unset; }
.select2-container--default .select2-search--dropdown .select2-search__field{
    padding: 10px;
    font-family: "Outfit-Regular";
    font-size: 18px;
    color: var(--grayNeutral);
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance.contentData .select2-container--default .select2-selection--single{
    padding: 15px 5px 16px 5px;
    margin-top: 7px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance.contentData .select2-container--default .select2-selection--single::after{ top: 26px; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .contentData .select2-selection__placeholder,
.select2-container .select2-results__options,
.wp-block-contact-form-7-contact-form-selector .blockInsurance.contentData .select2-selection__rendered{
    font-family: "Outfit-Regular";
    font-weight: 400;
    color: var(--grayNeutral) !important;
    font-size: 16px !important;
    line-height: 24px;
    text-align: left;
}

.select2-container .select2-results__options .select2-results__option{ color: var(--grayNeutral) !important; }
.select2-container .select2-results__options .select2-results__option.select2-results__option--selected{ color: var(--white) !important; }
.select2-container .select2-results__option--highlighted.select2-results__option--selectable{ color: white!important; }
.select2-container--default .select2-results__option--selected{ background-color: var(--primaryColor)!important;}
label.no-editable{
    position: relative;
}

label.no-editable .select2-selection.select2-selection--single,
label.no-editable .wpcf7-form-control,
label.editable .wpcf7-form-control{
    background-color: var(--backColor);
    border-color: var(--grayNeutral);
    cursor: not-allowed;
}

.wp-block-contact-form-7-contact-form-selector .contentData .editableFields .select2-selection.select2-selection--single:focus,
.wp-block-contact-form-7-contact-form-selector .contentData .editable input:focus,
.wp-block-contact-form-7-contact-form-selector .contentData .no-editable label .select2-selection.select2-selection--single,
.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs input[type="radio"]{
    outline-width: 0;
}


/*Table Mobile*/
.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile { display: none; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile .tabs p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile .tablink{background-color: transparent;
    border: unset;
    font-family: "Outfit-Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--grayColor);
    width: fit-content;
    height: 26px;
    padding: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile .tablink.active{
    color: var(--primaryColor);
    border-bottom: 1px solid var(--primaryColor);
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile .tablink:focus{ outline: 0; }

#insurance-plans.basic-ins .gridInsurance .basicAdvertise{
    font-family: "Outfit-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    background-color: var(--white);
    padding: 80px;
    -webkit-box-shadow: 6px 5px 9px 0 #0000000D;
    box-shadow: 6px 5px 9px 0 #0000000D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Control of visibility of different types of insurances that can choose the client*/
#insurance-plans.prem-ins .gridInsurance .basicAdvertise,
#insurance-plans.prem-plus-ins .gridInsurance .basicAdvertise,
.blockInsurance.contentData:not(.premium-plus-select) .disease-block,
#insurance-plans.basic-ins .gridInsurance .textAdvertise,
#insurance-plans.basic-ins .subTitle,
#insurance-plans.basic-ins .downContent{ display: none; }
#insurance-plans.basic-ins .gridInsurance{ margin: 5% 0; }
#insurance-plans.basic-ins .gridInsurance .coverSelection{ margin-top: 0; }
#insurance-plans.prem-ins .gridInsurance{
    grid-template-columns: repeat(2, 1fr);
    max-width: 80%;
    width: 100%;
    margin: 50px auto;
}

#insurance-plans.prem-ins .tablaMobile .tabs p { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-around; }
#insurance-plans .tablaMobile br{ display: none; }
#insurance-plans.prem-ins .tablaPlus{ display: none; }

/*Control of the choosen type of insurance by user*/
#insurance-plans.prem-plus-ins .gridInsurance{ grid-template-columns: repeat(3, 1fr); }

@media screen and (max-width:992px) {
    .mb-20{ margin-bottom: 70px!important; }
    #insurance-plans.prem-plus-ins .gridInsurance{
        grid-template-columns: 1fr 1fr;
    }

    /*Progress bar*/
    #dataProgressBar progress{ width: inherit; height:3px; }
    #dataProgressBar .titleStepMobile,
    #dataProgressBar .progress-text.active{
        display: block;
    }

    #dataProgressBar .titleStepMobile{
        height: 50px;
    }

    #dataProgressBar .titleStepMobile .progress-text.active{
    	color: var(--primaryColor);
    }

    .wp-block-contact-form-7-contact-form-selector #dataProgressBar{
        flex-direction: column;
        margin-bottom: 40px;
    }

    #dataProgressBar .progress-block .progress-text{ display: none; }
	#dataProgressBar .step .progress-block{
        text-align: center;
        max-width: 134px;
        width: 100%;
    }

    #dataProgressBar,
    #dataProgressBar .steps,
    #dataProgressBar .step{
    	gap: 5px;
    }

    #insurance-plans.basic-ins .gridInsurance .basicAdvertise{ padding: 40px; }
    #insurance-plans.prem-ins .gridInsurance{ max-width: 100%; }
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .table{ display: none; }
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile {display: block;}

    .wp-block-contact-form-7-contact-form-selector fieldset .blockSteps{ padding: 45px 20px 0 20px; }
    .wp-block-contact-form-7-contact-form-selector fieldset .singleButton,
    .cf7mls-btns.hasBackButton{
        padding: 0 20px 45px 20px;
        max-height: 132px!important;
        height: 100% !important;
    }

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tr td:first-child,
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table tr td:first-child,
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .table table tr th:first-child{
        padding: 10px;
    }

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile table th,
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .table table th{
        padding-bottom: 15px;
    }

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .tablaMobile .tabs p{
        padding-bottom: 15px;
    }

    .wp-block-contact-form-7-contact-form-selector{
        margin-bottom: 80px;
    }
}

@media screen and (max-width:767px){
    .fieldset-cf7mls:not(.tieneFullWidth){ padding: 0 20px!important; }
    input[type="date"].petBirth{ margin-bottom: 15px; }

    .mn-40{ margin-top: -40px!important }
    #dataProgressBar .progress-text {
        font-size: 22px;
        font-weight: 900;
    }
    /*Avada settings mobile*/
    html:not(.avada-has-site-width-percent) #main{
        padding: 0 15px!important;
    }

    /*buttons back next*/
    .cf7mls-btns .cf7mls_back.action-button{ width: 100%; padding: 5px 20px 5px 40px !important; }
    .cf7mls-btns .cf7mls_back.action-button::after{ left: clamp(30%, 37%,40%); }
    .cf7mls-btns.hasBackButton .cf7mls_next.cf7mls_btn{ width: 100%; padding: 7px 32px 7px 16px !important; }
    .cf7mls-btns.hasBackButton .cf7mls_next.cf7mls_btn::after{ right: clamp(15%, 25%, 40%); }

    /*Insurance Plans Responsive*/
    #insurance-plans.prem-plus-ins .gridInsurance,
    #insurance-plans.prem-ins .gridInsurance,
    #insurance-plans.basic-ins .gridInsurance{
        grid-template-columns: 1fr;
    }

    /*Select 2*/
    .wp-block-contact-form-7-contact-form-selector .contentData .select2-container--default .select2-selection--single{ padding: 10px }
    .wp-block-contact-form-7-contact-form-selector .contentData .select2-container--default .select2-selection--single::after{ top: 22px; }
}

/* Arreglo precios preview para diferentes planes */
.insurancePlan .preciosMes br,.insurancePlan .preciosAño br{
    display:none;
}
.insurancePlan .preciosMes .Basic,.insurancePlan .preciosMes .Premium,.insurancePlan .preciosMes .Premium-plus,.insurancePlan .preciosAño .Basic,.insurancePlan .preciosAño .Premium,.insurancePlan .preciosAño .Premium-plus{
    display:none;
}

.basic-select .insurancePlan .Basic{ display:inline-block;}
.premium-select .insurancePlan .Premium{ display:inline-block;}
.premium-plus-select .insurancePlan .Premium-plus{ display:inline-block;}