.wp-block-contact-form-7-contact-form-selector .blockSteps br,
.wp-block-contact-form-7-contact-form-selector .multiInputs br{ display: none; }
.wp-block-contact-form-7-contact-form-selector .blockSteps{ width: 100%; }
.wp-block-contact-form-7-contact-form-selector .cf7mls-btns,
.wp-block-contact-form-7-contact-form-selector .cf7mls-btns p{ display: flex !important; width: 100%;}
.wp-block-contact-form-7-contact-form-selector .cf7mls-btns.singleButton,
.wp-block-contact-form-7-contact-form-selector .cf7mls-btns.singleButton p{ justify-content: right; }
.wp-block-contact-form-7-contact-form-selector .cf7mls-btns.hasBackButton,
.wp-block-contact-form-7-contact-form-selector .cf7mls-btns.hasBackButton p{ justify-content: space-between; }

.wp-block-contact-form-7-contact-form-selector .multiInputs input[type="date"],
.wp-block-contact-form-7-contact-form-selector .blockSteps input[type="date"]{ position: relative; }

.wp-block-contact-form-7-contact-form-selector .multiInputs .lastStep input[type="date"]:before,
.wp-block-contact-form-7-contact-form-selector .multiInputs input[type="date"]:before,
.wp-block-contact-form-7-contact-form-selector .blockSteps input[type="date"]:before{
    content: "";
    width: 29px;
    height: 29px;
    display: block;
    background: url(../img/icon-birth.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 17px;
    top: 22px;
}

.wp-block-contact-form-7-contact-form-selector .multiInputs input[type="date"].inputSmall:before{ top: 17px; }

input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder{ color: var(--grayColor);}

input[type="date"]::-webkit-calendar-picker-indicator {
   opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button {
    opacity: 0;
}
input[type="date"]::-webkit-clear-button {
    opacity: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .inputForm,
.wp-block-contact-form-7-contact-form-selector .multiInputs .inputForm{
    width: 100%;
    font-family: 'Outfit-Regular';
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding: 20px 15px;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1.0178571428571428rem + 0.5357142857142857vw, 1.5rem);
    box-sizing: border-box;
    border-radius: unset;
    color: var(--grayNeutral);
    opacity: 0.8;
    border: 1px solid var(--grayNeutral);
}

.wp-block-contact-form-7-contact-form-selector .multiInputs .inputForm:focus,
.wp-block-contact-form-7-contact-form-selector .blockSteps .inputForm:focus,
.wp-block-contact-form-7-contact-form-selector .contentData .select2-selection.select2-selection--single:focus{
    outline-width: 1px;
    outline-color: var(--grayNeutral);
    border-color: var(--grayNeutral) !important;
}

/*Feedbacks*/
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal .petName{ text-transform: uppercase!important; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default select2-results__option.select2-results__option--selectable.select2-results__option--selected { background-color: var(--primaryColor) !important;color:var(--white)!important}
    /*Icon Button advertise*/
.wp-block-contact-form-7-contact-form-selector .blockSteps .iconAdvertise:after{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url('../img/alert-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .advertiseAnimal p{
    display: flex;
    gap: 10px;
}

/*Buttons Selection*/
.wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton .buttonBig{
    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;
    border: 1px solid var(--grayNeutral);
    border-radius: unset;
    background-color: var(--white);
    color: var(--grayNeutral);
    cursor: pointer;
    padding: 17px;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease;
}


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

.wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton p{
    display: flex;
    gap: 35px;
    margin: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton.companyPet{ padding: 0 35px; }

/*Block Not elegible for Insurance*/
.wp-block-contact-form-7-contact-form-selector .blockSteps.notInsurance .titleText{
    margin-bottom: 20px;
    text-align: left;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .blockSelect{ margin: 35px 0; }

/*Step no-insurance*/
.wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton .buttonBig.exit{
    width: auto;
    background-color: var(--primaryColor);
    color: var(--white);
    font-family: "Outfit-Regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 6px 35px;
    border: none;
}

/*Step basic data*/
.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs{ margin-bottom: 30px; }

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs p{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 25px;
}

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs input:not([type="checkbox"]) {
    padding: 13px 10px;
    font-size: 16px;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .blockTexts{ margin-bottom: 30px; }

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .text{
    font-family: "Outfit-Regular";
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    color: var(--grayNeutral);
    display: flex;
    align-items: center;
    gap: 5px;
}

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs label .inputForm{ margin-top: 7px; }

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .text::after{
    content: "";
    min-width: 8px;
    height: 12px;
    background: url('../img/icon-asterisco.svg');
    background-size: contain;
    background-repeat: no-repeat;
    marhin-top: 3px;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .blockTexts .titleText,
.wp-block-contact-form-7-contact-form-selector .blockSteps .blockTexts .subtitle{
    margin-bottom: 15px;
}

.wp-block-contact-form-7-contact-form-selector .blockLegals .informativeText a{ text-decoration: underline; }

.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item,
.wp-block-contact-form-7-contact-form-selector .typePayment .wpcf7-list-item{ margin: 0; }

.wp-block-contact-form-7-contact-form-selector .blockLegals .informativeText{ margin-bottom: 15px!important; display: block!important; }

.wp-block-contact-form-7-contact-form-selector .blockLegals .informativeText,
.wp-block-contact-form-7-contact-form-selector .blockLegals .informativeText a,
.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item-label,
.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item-label a{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    font-family: "Outfit-Regular";
    color: var(--grayNeutral);
    text-align: left;
}

.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item-label a:hover{
    text-decoration: underline;
    border-radius: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item label,
.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item{ margin-bottom: 20px; }

.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item input{
    appearance: none;
    border: 1px solid var(--primaryColor);
    min-width: 15px;
    height: 15px;
    border-radius: 0;
    cursor: pointer;
    background-color: var(--white);
    margin-top: 5px;
}

.wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item input:checked{
    background-color: var(--primaryColor);
    background-image: url('../img/success-white-check.svg');
    background-position: 2px;
    background-repeat: no-repeat;
}

/*Error Controller*/
.wp-block-contact-form-7-contact-form-selector .blockSteps .errorDataInput{
    color: var(--primaryColor);
    font-family: "Outfit-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    gap: 5px;
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .errorDataInput::before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url('../img/alert-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/*Grid Insurance Options*/
.wp-block-contact-form-7-contact-form-selector .blockInsurance{
    font-family: "Outfit-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
	color: var(--darkRed);
	margin: 0;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridContainer{
    display: grid;
    gap: 30px;
	margin: 0 0 30px 0;
    align-items: center;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance .elemInsurance {
	background-color: var(--white);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance .elemInsurance .containerItem{
    border-top: 4px solid var(--primaryColor);
    padding: 50px 20px 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
    box-shadow: 6px 5px 9px 0px #0000000D;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance .elemInsurance .recomendation{
    font-family: "Outfit-Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
	color: var(--white);
    background-color: var(--primaryColor);
	padding: 5px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance .elemInsurance p { margin: 0!important; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock{ width: 100%; display: flex; flex-direction: column;}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .title{order: 0;}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .subtitle{order: 2;}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .pricePerMonth{order: 4;}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .pricePerYear{order:3;}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .insuranceAdvg{order:5;}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .title{
    font-family: "Outfit-Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
	color: var(--primaryColor);
    margin-bottom: 25px;
	margin-top: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .subtitle{
    font-family: "Outfit-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
	color: var(--primaryColor);
    margin-bottom: 25px;
	margin-top: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .pricePerYear .priceYear{
    font-family: "Outfit-Bold";
    font-size: 37px;
    font-weight: 700;
    line-height: 44.4px;
    text-align: center;
	color: var(--darkRed);
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .pricePerMonth .month{
    font-family: "Outfit-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 30px;
}


.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg hr:first-of-type{ margin-bottom: 20px; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg hr:last-of-type {
    margin: 20px 0;
}

/* Si solo hay un <hr> en .insuranceAdvg, quita el margin-top */
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg hr:only-of-type {
    margin-top: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg .advgItem:first-of-type{ padding: 0!important; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg .advgItem strong{
    font-family: "Outfit-Bold" !important;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg .advgItem:nth-of-type(2){ padding-top: 15px; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg .advgItem{ padding-bottom: 15px; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg{
    /*border-top: 1px solid var(--primaryColor);
    border-bottom: 1px solid var(--primaryColor);*/
    display: flex;
    flex-direction: column;
    padding: 18px 0;
    margin-bottom: 20px;
    text-align: left;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg hr{
    border-top: 1px solid var(--primaryColor);
    margin:0;
    width:100%;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance #prem-plus-ins,
.wp-block-contact-form-7-contact-form-selector .blockInsurance #basic-ins{
    min-height: 650px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance #prem-ins .insuranceAdvg,
.wp-block-contact-form-7-contact-form-selector .blockInsurance #prem-plus-ins .insuranceAdvg{
    padding-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg .advgItem,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .textAdvertise{
	font-family: "Outfit-Regular";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
	color: var(--darkRed);
    display: flex;
	justify-content: left;
	gap: 6px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .insuranceAdvg .advgItem::before{
    content: "";
    min-width: 23px;
    height: 23px;
    display: block;
    background: url('../img/icon-round-correct.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 2px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance#prem-plus-ins .containerItem{ padding-top: 20px; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .coverSelection{ margin: 30px 0; width: 100%;}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .coverSelection .blockCoverage{ max-width: 283px; margin: 0 auto; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .coverSelection .blockCoverage p{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primaryColor);
    padding: 2px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .blockCoverage .coverageButton{
    background-color: var(--white);
    font-family: "Outfit-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: var(--primaryColor);
    padding: 8px 15px;
    border: unset;
    cursor: pointer;
    width: 100%;
    border-radius: 0!important;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .blockCoverage .coverageButton.active{
    background-color: var(--primaryColor);
    color: var(--white);
}

.wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton .buttonBig,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .blockCoverage .coverageButton:focus{
    outline-width: unset;
    outline-color: transparent;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .coverSelection .textCoverage{ margin-bottom: 4px; font-size: 14px;}

.buttonBig.insurance{
    font-family: "Outfit-Bold" !important;
    border: unset;
    cursor: pointer;
    margin-bottom: 30px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .text{ font-size: 16px; text-align: left; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .premAdvg{
    font-family: "Outfit-Bold";
    color: var(--primaryColor);
}

/*More info*/
.wp-block-contact-form-7-contact-form-selector .blockInsurance .more-info{ margin: 70px 0 90px 0; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .more-info .info{
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .textInfo{
    font-family: "Outfit-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 60px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .down-arrow {
    position: absolute;
    width: 100%;
    height: 80px;
    top: -7px;
    border-radius: 2px;
    cursor: pointer;
    animation: jumpInfinite 1.5s infinite;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .down-arrow:after {
    content: " ";
    position: absolute;
    left: -2px;
    width: 100%;
    bottom: 0;
    height: 10px;
    background: url(../img/icon-select-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 15px;
    }
    100% {
        margin-top: 0;
    }
}

/*Animal Data Step 8*/
/*Generalization of grid Styles*/
.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridContainer{
    grid-template-columns: 1fr 2fr;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock *,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upgradeAdvg .upgItem *{ margin: 0; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .gridContainer{
    gap: 30px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan{
    padding: 60px 40px 40px 40px;
    background-color: var(--white);
    height: fit-content;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal{
    padding: 50px 60px;
    background-color: var(--white);
    height: fit-content;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData {
    margin: 0 0 30px 0;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--darkRed);
    display: flex;
    flex-direction: column;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData .preciosMes p{
    line-height: 1.3;
    margin: 0 !important;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData .preciosAño p{
    margin-bottom: 0!important;
    margin-top: 10px!important;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData .textPriceMonth.text-bd-xl{
    font-family: "Outfit-Medium"!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 21px!important;
    letter-spacing: 0!important;
    text-align: center!important;
}

.priceYear{
    font-family: "Outfit-Bold";
    font-weight: 700;
    font-size: 37px;
    line-height: 44.4px;
    letter-spacing: 0;
    text-align: center;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData .text-bd-lg.textDarkRed{
    order: 1;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData .planType{
    order: 2;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData .preciosAño{
    order: 3;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upperBlock .offerData .preciosMes{
    order: 4;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList{ display: none; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .insuranceAdvg .advgItem,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upgradePlan .upgradeAdvg .upgItem,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradeAdvg .upgItem{
    display: flex;
    justify-content: left;
    gap: 8px;
    padding-bottom: 15px;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .insuranceAdvg .advgItem::before,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upgradePlan .upgradeAdvg .upgItem::before,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgItem::before{
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .insuranceAdvg .advgItem::before{
    background: url('../img/icon-valid-green.svg');
    min-width: 18px;
    height: 18px;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradePlan .upgradeAdvg .advgItem::before,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradePlan .upgradeAdvg .upgItem::before{
    background: url('../img/icon-valid-red-round.svg');
    min-width: 25px;
    height: 25px;
    align-items: center;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradeAdvg .advgItem::before,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradeAdvg .upgItem::before{
    background: url('../img/icon-round-correct.svg');
    min-width: 25px;
    height: 25px;
    align-items: center;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upgradePlan .upgradeAdvg .upgItem *,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradeAdvg .upgItem *{
    font-family: "Outfit-Regular";
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .upgradePlan .upgradeAdvg .advgItem *,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradeAdvg .advgItem *{
    font-family: "Outfit-Regular";
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradeAdvg hr,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .insurancePlan .advList .upgradeAdvg .textAdvertise
{ display:none}

/*.upgradePlan{
    padding: 20px;
    background-color: var(--primaryColor);
}*/

.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .titleSize{ width: 90%; }
.wp-block-contact-form-7-contact-form-selector .facturationFields{ margin-bottom: 25px; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editData,
.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editClass{
    display: flex;
    align-items: center;
}
.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editClass{ gap: 8px; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editData{ cursor: pointer; }

.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editData::before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url('../img/edit-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


.wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkData{
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
}

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .disease-block p{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 10px;
}

.wp-block-contact-form-7-contact-form-selector .dataAnimal .buttonInserted *{ margin: 0 !important; }
.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editClass *{ margin: 0; }

.wp-block-contact-form-7-contact-form-selector .contentData .typePayment{
    display: flex;
    flex-wrap: wrap;
}

.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment p{
    display: block;
    margin: 0;
}

.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 30px 6px 0px;
    width: 50%;
    cursor: pointer;
}
.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .spacer{
    width:50%;
}
@media screen and (max-width:576px){
    .wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment{width:100%;}
    .wp-block-contact-form-7-contact-form-selector .contentData .typePayment .spacer{display:none;}
}

.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment .radioBtn p{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0!important;
}

.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment .wpcf7-form-control-wrap{ height: 22px; }
.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .wpcf7-list-item .wpcf7-list-item-label{ display: none; }
.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment .checkAnimal .wpcf7-list-item input[type="radio"]{ margin: 0; }
.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment .payMonth{ padding-left: 30px; }

.wp-block-contact-form-7-contact-form-selector .reviewForm .inputData .wpcf7-form-control-wrap{ display: none; }
.wp-block-contact-form-7-contact-form-selector .reviewForm .inputData{ margin-bottom: 10px; }
.wp-block-contact-form-7-contact-form-selector .contentData .typePayment .splitPayment .left{ margin-top: 2px; }

.wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .reviewForm p{
    display: block;
    margin: 0;
    text-align: left;
    font-family: "Outfit-regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--grayNeutral);
}

/*.wp-block-contact-form-7-contact-form-selector .blockSteps input[type="date"],*/
/*.wp-block-contact-form-7-contact-form-selector .blockInsurance input[type="date"]{*/
/*    min-height: 72px;*/
/*}*/

.wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .lastStep{ margin-bottom: 20px; }

@media screen and (max-width:992px) {
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance,
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .gridContainer{
        grid-template-columns: 1fr;
    }

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .titleSize{ width: 100%; }

    .wp-block-contact-form-7-contact-form-selector .blockLegals .wpcf7-list-item input{ padding: 0; }
}

@media screen and (max-width:767px){
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .upBlock .pricePerMonth{margin-bottom: 15px;}
    .wp-block-contact-form-7-contact-form-selector .blockInsurance #basic-ins{ min-height: 100%; }

    .wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton.companyPet{ padding: 0; }
    .wp-block-contact-form-7-contact-form-selector .blockSteps input[type="date"],
    .wp-block-contact-form-7-contact-form-selector .blockInsurance input[type="date"]{
        min-height: 55px;
    }

    /* Caso 1: Cuando los botones están dentro de un <p> */
    .cf7mls-btns.bothVisible > p {
        display: flex;
        justify-content: space-between;
        gap: 10px; /* Espacio opcional entre botones */
    }

    /* Caso 2: Cuando los botones están directamente en el div */
    .cf7mls-btns.bothVisible {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .cf7mls-btns.bothVisible .blockButton p{ width: 100%; }

    .cf7mls-btns.bothVisible .blockButton,
    .cf7mls-btns.bothVisible p {
        width: 100%;
    }

    .cf7mls-btns.bothVisible p button{ max-width: 100%; }

    /* Asegurar que los botones ocupen el mismo ancho */
    .cf7mls-btns.bothVisible button {
        flex: 1; /* Hace que ambos botones ocupen el mismo espacio */
        max-width: 48%; /* Evita que se superpongan */
    }
    .cf7mls-btns.bothVisible .cf7mls_back.action-button::after{ left: clamp(25%, 30%,37%) !important }
    .cf7mls-btns.hasBackButton.bothVisible .cf7mls_next.cf7mls_btn::after{ right: clamp(16%, 17%, 24%)!important; }
    .wp-block-contact-form-7-contact-form-selector .cf7mls-btns.hasBackButton.bothVisible{
        gap: 15px!important;
    }

    .wp-block-contact-form-7-contact-form-selector .cf7mls-btns.hasBackButton,
    .wp-block-contact-form-7-contact-form-selector .cf7mls-btns.hasBackButton p{ max-height: 132px!important; height: 100% !important; }

    .wp-block-contact-form-7-contact-form-selector .blockSteps .inputForm,
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .inputForm{ padding: 10px; }
    .wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton p {
        gap: 15px;
        flex-wrap: wrap;
    }
    .wp-block-contact-form-7-contact-form-selector .blockSteps .blockButton .buttonBig{ padding: 10px; }


    /*buttons back next*/
    .cf7mls_back.action-button{ padding: 5px 20px 5px 40px !important; }
    .cf7mls_back.action-button::after{ left: 15px; }
    .cf7mls-btns.hasBackButton .cf7mls_next.cf7mls_btn{ padding: 7px 40px 7px 20px !important; }
    .cf7mls-btns.hasBackButton .cf7mls_next.cf7mls_btn::after{ right: 15px; }

    /*Form Structure*/
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal{ padding: 30px; text-align: center; }
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal > *:not(.multiInputs) {
        text-align: center!important;
    }

    .wp-block-contact-form-7-contact-form-selector .contentData .multiInputs p,
    .wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .disease-block p{
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .wp-block-contact-form-7-contact-form-selector .contentData .multiInputs input{ padding: 10px; }
    .wp-block-contact-form-7-contact-form-selector .contentData .multiInputs .text{  }

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editClass *{ margin: 0; }
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editClass{ margin-top: 30px; gap: 15px; }

    .wp-block-contact-form-7-contact-form-selector .contentData .disease-block .checkData:last-of-type {
        margin-top: 10px;
    }

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .elemInsurance .coverSelection .blockCoverage{ max-width: 230px; }

    .wp-block-contact-form-7-contact-form-selector .contentData .typePayment{ flex-wrap: wrap;}

    .wp-block-contact-form-7-contact-form-selector .multiInputs input[type="date"].inputForm:before,
    .wp-block-contact-form-7-contact-form-selector .blockSteps input[type="date"].inputForm:before{
        width: 19px;
        height: 19px;
        right: 15px;
        top: 17px;
    }

    .wp-block-contact-form-7-contact-form-selector .multiInputs input[type="date"].inputSmall:before{
        top: 17px;
        width: 25px !important;
        height: 25px !important;
    }

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .gridInsurance .elemInsurance .containerItem{ padding: 40px 25px; }
}

@media screen and (max-width:576px){
    .wp-block-contact-form-7-contact-form-selector .blockSteps .blockSelect{ margin: 30px 0;}

    .wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editData,
    .wp-block-contact-form-7-contact-form-selector .blockInsurance .dataAnimal .editDataForm .editClass {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.spinner{
    background: url(../img/api-loader.gif);
    width: 70px;
    height: 70px;
    background-size: contain;
    margin: 0 auto;
}

.error-api .inferior{
    color:#CC3333;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* PASO RESUMEN */

.wp-block-contact-form-7-contact-form-selector .resumen-subtitulo{
    width:100%;
    max-width: 800px;
    padding:0px 70px;
    text-align:center;
}

.wp-block-contact-form-7-contact-form-selector .resumen-superior{
    background-color: var(--white);
    margin-top:10px;
    width:100%;
    max-width:800px;
    padding:20px 70px;
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.contInput [type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    pointer-events: auto;
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    transform: scale(1.5);
    cursor: pointer;
    filter: brightness(0) invert(1);
    opacity: 0;
}



/*Login callcenters*/
.fullWidth{
    min-height:100vh;
    height: 100vh;
    height: 100%;
    max-width: 1920px!important;
    width: 100%;
    margin: 0 auto;
    display: grid;
    padding: 0!important;
    grid-template-columns: 1fr 1fr!important;
}

.fullWidth .imageContainer{
    position: relative;
}

.fullWidth .imageContainer p{
    margin: 0!important;
    height: 100%;
}

.fullWidth .imageContainer p img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fullWidth .imageContainer:after{
    content: "";
    background: url(../img/logo_kiwoko.svg) no-repeat;
    width: clamp(390px, 38vw,643px);
    height: 73px;
    display: block;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}

.fullWidth .startContainer{
    max-width: clamp(380px, 40vw,445px);
    width: 100%;
    padding: 50px;
    box-sizing: content-box;
    margin: 0 auto;
    margin-top: 20%;
}

.fullWidth .dataTitle .strong{
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 3vw,30px);
    line-height: 120%;
    letter-spacing: 0px;
}

.fullWidth .dataTitle{
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 3vw,30px);
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.fullWidth .contSelect p > span{
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primaryColor);
    margin-bottom: 10px;
    display: block;
}

.formTiendas .contInput,
.formTiendas .contSelect{
    height: fit-content;
}
.contSelect.bottom{
    padding-top: 16px;
}

.fullWidth .hiddenField,
.formTiendas .hiddenField{
    height: 0px!important;
    position: absolute;
}

.formTiendas .inputForm{
    min-height: 52px!important;
    padding: 15px 10px 15px 20px !important;
}

.formTiendas input[type="date"]:before{
    top: 13px!important;
    width: 25px!important;
    height: 25px!important;
    right: 10px !important;
}

.formTiendas .inputForm,
.fullWidth .contSelect input{
    color: #7F7F7F!important;
    font-family: "Outfit";
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    padding: 15px 10px 15px 20px!important;
}

.formTiendas .wpcf7-form-control-wrap .inputForm[type="date"]{
    padding: 5px 5px 5px 20px!important;
}

.formTiendas .select2-selection--single,
.fullWidth .select2-selection--single{
    margin-bottom: 30px!important;
    padding: 8px 5px 12px 5px!important;
}

.formTiendas .select2-selection--single::after,
.fullWidth .select2-selection--single::after{
    top: 22px!important;
}

.formTiendas .select2-selection__placeholder,
.fullWidth .select2-selection__placeholder{
    color: #7F7F7F!important;
    font-family: "Outfit";
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
}

.fullWidth .singleButton{
    margin-top: 20px;
    padding: 0 0 20px 0!important;
}

.fullWidth .hasBackButton{
    padding: unset!important;
}

.fullWidth .cf7mls_next.btnLogin{
    background-color: var(--primaryColor);
    padding: 9px!important;
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px!important;
    color: white;
    border: none;
    width: 100%;
    cursor: pointer;
    line-height: 140% !important;
    border: 2px solid  var(--primaryColor);
    transition: all .3s linear;
    min-height: 50px!important;
    margin: unset!important;
    margin-top: 20px!important;
}

.fullWidth .cf7mls_next.cf7mls_btn:after{
    content: unset!important;
}

.fullWidth .cf7mls_next.btnLogin:hover{
    background-color: white!important;
    color: var(--primaryColor) !important;
    background-image: unset;
}

.formTiendas .select2-selection__rendered,
.fullWidth .select2-selection__rendered{
    font-family: "Outfit-Regular" !important;
    font-size: 1.125rem!important;
    font-weight: 400!important;
    line-height: 30px !important;
    text-align: left!important;
    color: var(--grayNeutral) !important;
}

.formTiendas{
    max-width: 1010px!important;
    padding: 30px 30px 0 30px!important;
}

.passwordFirstStep{
    -webkit-text-security: disc!important; /* Chrome, Safari */
    text-security: disc!important; /* Firefox (no lo soporta aún) */
    font-family: 'text-security-disc'!important; /* fallback */
}

.passwordFirstStep::placeholder {
    font-family: Outfit!important;
}


.formTiendas .inputsTiendasContainer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 30px;
}

.formTiendas .text-bd-2XL{
    margin-top: 0!important;
    margin-bottom: 30px!important;
    font-family: Outfit;
    font-weight: 700!important;
    font-size: 32px!important;
    line-height: 120% !important;
    letter-spacing: 0px!important;
}

.formTiendas .inputsTiendasContainer .contSelect .primaryColor,
.formTiendas .inputsTiendasContainer .contInput .primaryColor{
    font-weight: 700!important;
    font-size: 16px!important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    margin-bottom: 10px!important;
}

.hasShopData{
    max-width: 1010px!important;
    padding: 0 30px 30px 30px!important;
}

.hasShopData br{ display: none!important; }

.formTiendas .inputDisabled .selection,
.formTiendas .inputDisabled .primaryColor{
    opacity: 0.4;
}

.btnsContainer{
    max-width: 1010px!important;
    backgorund-color: white!important;
    padidng-bottom: 30px!important;
}

@media screen and (max-width: 992px){
    .formTiendas .inputsTiendasContainer{
        grid-template-columns: 1fr;
        row-gap: 15px;
        column-gap: 30px;
    }

    .fullWidth{
        min-height:40vh;
        max-width: 1920px!important;
        width: 100%;
        margin: 0 auto;
        display: grid;
        padding: 0!important;
        grid-template-columns: 1fr!important;
    }

    .fullWidth .imageContainer p img{
        height: 45vh;
        width: 100%;
        object-fit: cover;
        object-position: center 35%;
    }

    .fullWidth .imageContainer:after{
        top: 35px;
    }

    .fullWidth .dataTitle{
        text-align: center;
    }

    .fullWidth .startContainer {
        max-width: 100%;
        width: 100%;
        padding: 30px 100px;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 0;
    }

    .fullWidth .select2-selection--single{
        margin-bottom: 20px!important;
    }

    .fullWidth .singleButton{
        padding: 0!important;
    }
}

@media screen and (max-width:767px){
    .wp-block-contact-form-7-contact-form-selector .fullWidth .cf7mls-btns.hasBackButton,
    .wp-block-contact-form-7-contact-form-selector .fullWidth .cf7mls-btns.hasBackButton p{
        max-height: fit-content!important;
        margin-bottom: 50px;
    }

    .fullWidth .startContainer {
        padding: 30px 50px;
    }
}

@media screen and (max-width:576px){
    .fullWidth .startContainer {
        padding: 30px 30px;
    }

    .wp-block-contact-form-7-contact-form-selector .resumen-superior{
        padding:20px 15px;
        flex-direction: column;
    }
    .wp-block-contact-form-7-contact-form-selector .resumen-subtitulo{
        padding:20px 0px;
    }
}
.wp-block-contact-form-7-contact-form-selector .resumen-superior .titulo{
    font-family: "Outfit-Regular";
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
}
.wp-block-contact-form-7-contact-form-selector .resumen-superior .precio{
    display:flex;
    align-items:center;
    font-size:14px;
}
.wp-block-contact-form-7-contact-form-selector .resumen-superior .precio .anual{
    font-family: "Outfit-Regular";
    font-weight: 700;
    font-size: 32px;
}

.wp-block-contact-form-7-contact-form-selector .resumen-contenido .basic .row{
    display:flex;
    flex-wrap:wrap;
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .basic {
    font-size:14px;
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .basic h2 {
    font-size:16px;
    font-weight: 400;
    color: var(--primaryColor);
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .basic h2 b {
    font-weight: 600;
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido{padding-bottom:50px;}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table{
    width:100%;
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table,
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table tr td:first-child,
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table tr th:first-child{
    text-align: left;
    padding-left: 10px;
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table th{
    color: var(--primaryColor);
    font-family: "Outfit-Regular";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table th:first-child{ text-align: left; padding-left: 10px; }
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table tbody td{
    font-family: "Outfit-Regular";
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table tbody td.sangria{padding-left:40px;}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table th:last-child,.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table td:last-child{text-align:center;}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table tbody td * { padding: 15px 0; }
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table tr{
    border-collapse: collapse;
    border-bottom: 1px solid var(--grayNeutral);
}
.wp-block-contact-form-7-contact-form-selector .resumen-contenido .table table th{
    border-bottom: 2px solid var(--primaryColor);
}
.cf7mls-btns.hasBackButton.resumen{
    background-color:transparent!important;
}

/* CARGADO FINAL */

.cargando-completo{}
.cargando-completo .spinner{ width:120px;height:160px; margin-top:30px; background-repeat:no-repeat;}


.wp-block-contact-form-7-contact-form-selector .lastStepAnimal .subtitulo{}
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal .archivos{
    margin-top:32px;
    margin-bottom:32px;
}
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal .archivos .archivo::before{
    content: "";
    width:16px;
    height: 20px;
    display: block;
    background: url('../img/icon-download.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal .archivos .archivo{
    display:flex;
    font-size:18px;
    gap:10px;
    align-items:center;
}
.wp-block-contact-form-7-contact-form-selector .lastStepAnimal .archivos .archivo .descarga{
    text-decoration:none;
    color:var(--primaryColor)!important;
}