header {
    position: relative;
}

.content-page {
    width: 100%;
}

.decor-horizontal-menu {
    background-image: linear-gradient(to left, transparent, #000C2D, #000C2D, transparent);
    margin-bottom: 5px;
}

.decor-horizontal-menu .ul-main {
    line-height: 50px;
}

.title-incorreto-nie,
.title-incorreto-nie-ciudadano {
    position: relative;
    top: 4px;
    margin-left: 15px;
    display: none;
    color: red;
    font-weight: 400 !important;
}


/*** Etapi top glavnaya **/

.top-etaps-home {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 36px;
    margin-top: 57px;
    margin-bottom: 49px;
}


.list-lang-img {
    margin-top: -3px;
    margin-right: 8px;
    width: 30px;
    height: 20px;
}

.btn-lang {
    height: 20px;
    width: 30px;
    margin-left: 1px;
    margin-right: 4px;
    margin-top: -4px;
}

.etap-item-1,
.etap-item-2,
.etap-item-3 {
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    width: 30%;
    margin-left: 3%;
    margin-right: 3%;
}


.sub-etap-item-1,
.sub-etap-item-2,
.sub-etap-item-3 {
    position: relative;
    display: flex;
    justify-content: center;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    color: #7F89A8;
    font-size: 20px;
    z-index: 1;
}

.sub-etap-item-1 .etap-item-img,
.sub-etap-item-2 .etap-item-img,
.sub-etap-item-3 .etap-item-img {
    display: block;
    position: absolute;
    top: 40px;
    height: 33px;
    width: 33px;
    color: white;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    background-color: #4ab6df;
    border-radius: 50%;
    border: 1px solid #8f8f8f;
}


.wrp-header-big {
    position: relative;
}

/* Start header top */

#logo,
#logo-footer {
    height: 106px;
    width: 100px;
}

#logo img,
#logo-footer img {

    height: 100px;
    width: 100px;
}

.header-phone a {
    text-decoration: none;
    color: white;
}

.number-header-phone {
    margin-left: 11px;
    font-weight: 800;
    color: #ffffffd6;
}

/*** Socials header **/
.socials-top-wrp {
    position: absolute;
    margin-top: 35px;
    right: 341px;
    width: 150px;
    height: 50px;
}

.social {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    background-color: #4C5A7F;
    border-radius: 50%;
    cursor: pointer;
}

.social:hover {
    background-color: #3e4a68;
}


.img-facebook {
    position: relative;
    top: 7px;
    left: 9px;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(/../images/socials/facebook.png);
    background-repeat: no-repeat;

}

.img-telegram {
    position: relative;
    top: 9px;
    left: 6px;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(/../images/socials/telegram.png);
    background-repeat: no-repeat;

}

.img-instagram {
    position: relative;
    top: 7px;
    left: 7px;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(/../images/socials/instagram.png);
    background-repeat: no-repeat;

}



.header-phone .fa-phone {
    margin-left: 19px;
    margin-top: 6px;
}

.language-choose {
    position: absolute;
    top: 80px;
    right: 118px;
}

.dropdown-toggle::after {

    margin-left: 3px;
    vertical-align: 4px
}

.btn-register-home .btn-customer-account {
    position: static;
    height: 60px;
    width: 302px;
}

.btn-register-home a {
    text-decoration: none;
}


.gdpr-home-img {
    position: relative;
    top: 7px;
    margin-right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/../images/shield.png);
    background-repeat: no-repeat;
}

.gdpr-home-title {
    margin-left: 6px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #7F89A8;
    font-size: 17px;
}

/***  **/

.home-h1 {
    margin-top: 104px;
    margin-bottom: 35px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
}

.bg-home .home-h1 {
    text-align:center;
}



.btn-customer-account {
    position: absolute;
    right: 0px;
    top: 80px;
    width: 223px;
    height: 50px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-image: linear-gradient(to left, #FC8103, #FAC30B);
    background-size: 100%;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 50px;
    transition: background 150ms linear 0s;

}

.btn-customer-account:hover {
    background-size: 200%;
}

.btn-customer-loged {
    position: absolute;
    top: -41px;
    right: 26px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0px
}

.btn-customer-account:hover {
    background-color: transparent;
    border-color: #89adca;
}

.btn-lang-show {
    color: white;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-top: 9px;
    background: transparent;
    border: none;
    border-radius: 0px;
}

.btn-lang-show:hover,
.btn-customer-loged:hover,
.btn-lang-show:active,
.btn-customer-loged:active,
.btn-lang-show:focus,
.btn-customer-loged:focus {
    color: white;
    background: transparent;
    box-shadow: none;
    border-color: #89adca;
}

.language-choose {
    height: 50px;
    width: 90px;
    border-radius: 10px;
    background-color: #33426D;
}

.language-choose .dropdown-item {

    background-color: transparent;
    color: white;
}

.language-choose ul {
    background-color: #33426d;
    /* background-color:#1A0F4F; */
    margin: 7px 0px 0px 0px !important;
    min-width: 91px;
    color: white;
    border-radius: 11px;
}

/* .language-choose .dropdown-menu li a {
    display: block;
    width: 76px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.305);
} */

.language-choose .dropdown-menu li a {
    display: block;
    width: 60px;
    padding-left: 7px;
    padding-right: 10px;
    border: none;
}

.language-choose .dropdown-menu li:hover {
    background-color: rgba(255, 255, 255, 0.379);
}



.login-btn .dropdown-menu li a {
    display: block;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;

}

.header-slogan {
    position: absolute;
    top: 67px;
    padding-bottom: 10px;
    left: 110px;
    width: 204px;
    color: #9FA6B7;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
}


.poular-items-wrp {
    width: 750px;
    margin: 0px auto 0px auto;
}

.drop-downs {
    display: inline-block;
    width: 224px;
    height: 81px;
    margin: 0px 10px 0px 10px;
    background-color: #234FCE;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    display: inline-block;
    border-radius: 10px;
}

.popular-orders {
    position: relative;
    top: 52px;
    color: white;
    width: 102%;
}

.popular-top-title {
    display: block;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 45px;
    margin: 49px 11px 32px 0px
}



.popular-title {
    float: left;
    width: 50%;
    height: 43px;
    margin-top: 21px;
    color: white;
    border-right: 1px solid white;
    text-align: center;
    font-size: 20px;
    line-height: 43px
}

.popular-count {
    position: relative;
    top: 25px;
    left: 26px;
    width: 45%;
    height: 32px;
    margin-top: 25px;
    color: #FEEC44;
    text-align: center;
    font-size: 20px;
}

.left-home-decore {
    position: absolute;
    top: 29px;
    left: 0px;
    width: 214px;
    height: 525px;

    background-image: url(/../images/left_home_decore.png);
    background-repeat: no-repeat;
}

.right-home-decore {
    position: absolute;
    top: 147px;
    right: 0px;
    width: 250px;
    height: 404px;
    background-image: url(/../images/right_home_decore.png);
    background-repeat: no-repeat;
}

.decore-midle {
    position: relative;
    bottom: -98px;
    height: 330px;
    width: 100%;
    background-color: #0B3CC9;
    z-index: -1;
}
/* End header top */


/* Start position home review badge */

.dVOuJR {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    position: absolute !important;
}

.fTjHSs {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 29px auto 0px auto !important;
    background-color: rgba(248, 248, 248, 0) !important;
    border-radius: 8px;
    padding: 12px 16px;
}
/* Captcha */

.spiner {
    position: relative;
    left: 96px;
    top: -22px;
}

/* End Captcha */

/* Start sending spinner */
.sending-spinner {
    display: none;
    margin-top: 20px;
    margin-bottom: 5px;
}

.sending-spiner-img {
    position: relative;
    top: -3px;
    left: -2px;
}

/* End sending spinner */

/* Start Horizontal Menu */


#horizontal-menu ul li {
    position: relative;
    display: inline;
    margin-right: 82px;
}

#horizontal-menu .menu-title::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -45px;
    width: 100%;
    height: 16px;
    border-left: 2px solid #344986;
}


#horizontal-menu ul li a {
    position: relative;
    height: 30px;
    color: white;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: color 170ms linear 0s, border-color 170ms linear 0s;
    z-index: 1;
}

#horizontal-menu ul li a:hover {
    color: #FEEC44;
}

#horizontal-menu .wrp-submenu {
    position: relative;
    z-index: 1;
}

.submenu {
    position: absolute;
    top: -20px;
    left: -34px;
    display: none;
    min-height: 100px;
    width: 400px;
}

.wrp-submenu:hover>.submenu {
    display: block;
}

#horizontal-menu .submenu li {
    display: block;
    min-height: 15px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 5px;

}

#horizontal-menu .submenu li a:hover {
    color: #FEEC44;
    text-decoration: underline;
}

#horizontal-menu .submenu .submenu-links {
    background-color: #000d32;
    margin-top: 70px;
    max-width: 380px;
    padding: 25px 10px 25px 10px;
    box-shadow: 0px 3px 10px #000d32;
}

.home-h1 {
    position: relative;
}

.home-forms-wrp a {
    text-decoration: none;
}

.form-block {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 9px solid #E3E8F2;
    text-overflow: ellipsis;
    background-color: #0B3CC9;
    transition: all 200ms linear 0s;
}



.form-block .form-title {
    color: #FEEC44;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
    transition: all 200ms linear 0s;
}

.form-block .form-description {
    color: #ffffff;
    max-width: 100%;
    overflow: hidden;
    transition: all 200ms linear 0s;
}

.home-forms-blocks {
    position: relative;
    height: 200px;
    bottom: 5px;
}

.form-block .form-description {
    position: absolute;
    bottom: 11px;
    height: 100px;
    max-height: 100px;
    width: 88%;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    text-align: center;
    border-top: 1px solid #ffffff;
}

.form-block .form-description p,
.form-block .form-description em,
.form-block .form-description div,
.form-block .form-description span,
.form-block .form-description li,
.form-block .form-description ul,
.form-block .form-description i,
.form-block .form-description h1,
.form-block .form-description h2,
.form-block .form-description h3,
.form-block .form-description strong,
.form-block .form-description b {
    border: 1px solid transparent !important;
    background: none !important;
    font-size: 1rem !important;
}

.form-block:hover {
    background-color: #0b33a9;
    border: 9px solid #c3d1e9;
}

.form-block-a {
    display: block;
}

.form-block:hover .form-block-a {
    color: #134289;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #245caf85 !important;


}

.form-block:hover>.home-forms-blocks>.form-description {
    background-color: #0b33a9;
}

.form-block:hover .form-block .form-description {
    background-color: #0b33a9;
}

/* End Horisontal Menu */

/***  End header big  **/

/*** Start mobile header **/

.wrp-header-big {
    position: relative;
}

.header-slogan-mobile {
    position: absolute;
    top: 20px;
    left: 81px;
    width: 34%;
    color: #9FA6B7;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    word-spacing: 5px;
    line-height: 18px;
}

.btn-menu-mobile {
    position: absolute;
    top: 19px;
    right: 6px;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 24px;
}

.btn-menu-mobile:focus {
    border: none;
    box-shadow: none;
}


/* Start language mobile */
.language-choose-mobile {
    position: absolute;
    top: 21px;
    right: 57px;
    font-size: 24px;
}

/*** Start login mobile  */
.wrp-mobile-login {
    display: none;
    position: absolute;
    top: 34px;
    left: 114px;
    font-size: 24px;
}

.btn-lang-show-mobile,
.btn-customer-loged-mobile,
.btn-customer-account-mobile {
    color: white;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-top: 10px;
    background: transparent;
    border: none;
    border-radius: 0px;
}

.language-choose-mobile .btn-lang {
    height: 25px;
    width: 35px;
    margin-left: 1px;
    margin-right: 4px;
    margin-top: -4px;
}

.btn-customer-account-mobile {
    height: 34px;
}

.loged-mobile-content li {
    list-style-type: none;
    height: 42px;
    font-size: 19px;
    margin-bottom: 7px;

}

.loged-mobile-content li a {
    color: #134287;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}


.btn-lang-show-mobile:hover,
.btn-lang-show-mobile:active,
.btn-lang-show-mobile:focus,
.btn-customer-loged-mobile:hover,
.btn-customer-loged-mobile:active,
.btn-customer-loged-mobile:focus,
.btn-customer-account-mobile:hover,
.btn-customer-account-mobile:active,
.btn-customer-account-mobile:focus {
    color: white;
    background: transparent;
    box-shadow: none;
    border-color: #89adca;
}

.language-choose-mobile .dropdown-item {
    background-color: transparent;
    color: white;
    padding: 0.35rem 1.2rem;
}

.language-choose-mobile .dropdown-menu {
    background-color: #001348;
    min-width: 95px;
    color: white;
    font-size: 17px;
    border-radius: 11px;
}

.language-choose-mobile .dropdown-menu li a {
    border: none;
    width: 70px;
    padding-left: 8px;
}

.language-choose-mobile .dropdown-menu li:hover {
    background-color: rgba(255, 255, 255, 0.379);
}

.language-choose-mobile .list-lang-img {
    width: 35px;
    height: 25px;
}

.menu-mobile-content {
    padding-top: 20px;
}

.menu-mobile-content a {
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #4b9fff;
}

.number-header-phone-mobile {
    color: #404040;
    text-decoration: none;
}

.phone-mobile {
    color: #448bdb;
}

#menu-mobile-items {
    margin-top: 15px;
}

#menu-mobile-items ul li {
    list-style-type: none;
    min-height: 20px;
    font-size: 19px;
    color: #275d8f;
    margin-bottom: 19px;

    text-decoration: none;

}

#menu-mobile-items ul .accordion-body ul li {
    padding-bottom: 5px;
}

#menu-mobile-items ul li a {
    color: #275d8f;
    text-decoration: none;
}

.btn-accardion {
    border: none !important;
    box-shadow: none !important;
    background-color: white !important;
    padding: 0px;
}

.accordion-item-cust {
    border: none;
    padding: 0px;
}

.accordion-button::after {
    margin-left: 10px;
}

.accordion-body li a {
    text-decoration: none;
}

/* End mobile */


.h-home-title-forms-blocks,
.home-title-reviews {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
}

/* Start footer */



.block-footer {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
}



.block-footer p {
    margin-top: 6px;
    margin-bottom: 10px;
    color: #ffffff;
    cursor: pointer;
}

.a-footer-block {
    color: #ffffff;
    text-decoration: none;
}


.block-footer p:hover,
.a-footer-block:hover {
    color: #b6dcde;
}

.rights-reserved {
    position: relative;
    margin-top: 11px;
    margin-left: 8%;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #7F89A8;
    font-size: 15px;
}

.phone-footer {
    position: absolute;
    right: 30%;
}

.block-footer .fa-phone {
    font-size: 13px;
    margin-right: 4px;
}

.block-footer .fa-envelope {
    font-size: 13px;
    margin-right: 5px;
}

/*** Socials footer **/
.socials-footer-wrp {
    position: relative;
    top: 31px;
    width: 150px;
    height: 50px;
}

.socials-footer-wrp .social {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 150ms linear 0s;
}

.socials-footer-wrp .social:hover {
    background-color: #d6d8dd9e;
}


.img-facebook-footer {
    position: relative;
    top: 7px;
    left: 9px;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(/../images/socials_footer/facebook.png);
    background-repeat: no-repeat;

}

.img-telegram-footer {
    position: relative;
    top: 9px;
    left: 6px;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(/../images/socials_footer/telegram.png);
    background-repeat: no-repeat;

}

.img-instagram-footer {
    position: relative;
    top: 7px;
    left: 7px;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(/../images/socials_footer/instagram.png);
    background-repeat: no-repeat;

}

/* End footer */


.numbers-img-home {
    position: relative;
    top: 88%;
    left: -19%;
    display: block;
    width: 372px;
    height: 67px;
    background-color: #ffffffb5;
    border: 1px solid #80808073;
    /* background-color: #D9D9D9; */
    border-radius: 10px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: black;
    text-align: center;
    line-height: 55px;
}


/*** Cookie agreement footer  **/

.wrp-cookie-agreement {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 100px;
    padding: 25px 20px;
    background-color: #063662d6;
    z-index: 10;
}


.title-coockie-areement {
    font-size: 17px;
}

.title-coockie-areement a {
    color: #00ffff;
}

.accept-cookie,
.decline-cookie {
    height: 45px;
    border-radius: 23px;
    padding: 0px 30px;
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 700;
    transition: background 200ms linear 0s;
}

.accept-cookie:hover,
.decline-cookie:hover {
    background: rgba(255, 255, 255, 0.2);
}



.wrp-coockie-hidden {
    display: none;
}


/*** End Cookie Agreement footer  **/

.title-button-submit {
    display: none;
}

.province-outer {
    max-height: 650px;
    overflow: scroll;
}

.btns-wpr {
    position: relative;
    z-index: 200;

}

.a-taca-052,
.a-taca-012 {
    display: none;

}

.a-taca-052 button,
.a-taca-012 button {
    background: #1f76ad29;
    margin-top: 50px;
    color: #052a52;
    border: 1px solid rgb(8 127 246 / 55%);
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 1px 1px 10px #0000004a;
}

.a-taca-052 button:hover,
.a-taca-012 button:hover {
    background: #9ba8cd;
}



.italic-style {
    font-style: italic;
}


.content-province-select {
    position: relative;
}

.back-img {
    position: relative;
    width: 100%;
    min-height: 700px;
    z-index: -10;
}



.title-province-select {
    position: relative;
    margin-top: 21px;
    margin-bottom: 75px;
}

.title-province-select::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -2px;
    width: 80px;
    border: 3px solid rgb(8 127 246 / 68%);


}

.province-outer,
.lote-outer,
.officine-outer {
    background-color: white;
    color: #5f6576;
    padding-left: 20px;
    height: 50px;
    border: 1px solid #A5ADC2;
    border-radius: 25px;

}

.province-outer:focus-visible {
    outline: 2px solid #b0b8cd;
}

.province-outer option {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid green;
}


.agreement-wrp {
    margin-top: 43px;
    margin-bottom: 40px;
    min-height: 75px
}

.agreement-wrp::after {
    content: '';
    width: 100%;
    clear: both;
}

.agreement-wrp input {
    border: 2px solid #9aa5ab;
}

.agreement-title {
    float: left;
    margin-left: 14px;
    width: 75%;
    color: #0072c7;
    /* text-decoration:underline; */
    font-size: 14px;
    line-height: 17px;
}



.agreement-checkbox {
    float: left;
    margin-top: 3px;
}

.field-accept_agreement {
    display: none;
}

.field-taca_total {
    width: 107px;
}

input[name="taca_total"] {
    color: #686868;
    padding-left: 22px;
}

input[name="taca_total"]::placeholder {
    color: #686868 !important;
}

.field-taca_total::after {
    content: '€';
    position: absolute;
    display: block;
    margin-left: 76px;
    padding-left: 8px;
    border-left: 1px solid #A5ADC2;
    color: #686868;
}


/*** Start hidde show nie nif **/

.field-hidde_show_nie_nif label {
    display: inline;
    font-size: 14px;
}

.hidde-show-nie-nif {
    margin-right: 5px;
}

/*** Check editor font sizes **/


.field-title_main_presentador,
.field-wrp_presentador,
.field-wrp_situacion_spana_temporal,
.field-wrp_situacion_spana_permanente,
.field-wrp_situacion_spana_modificacion,
.field-wrp_situacion_spana_baja {
    margin-top: 35px;
    margin-bottom: 35px;
}

.title-main-presentador,
.title-presentador,
.title-representante-legal,
.title-situacion-spana-temporal,
.title-situacion-spana-permanente,
.title-situacion-spana-modificacion,
.title-situacion-spana-baja,
.title-cuidadano,
.title-renovacion {
    position: relative;
    color: white;
    font-weight: 500;
    padding-right: 35px;
    background-color: #6C9195;
    border-color: #6C9195;
    width: 465px;
    min-height: 50px;
    border-radius: 25px;
    transition: background 200ms linear 0s;

    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.title-main-presentador:hover,
.title-presentador:hover,
.title-representante-legal:hover,
.title-situacion-spana-temporal:hover,
.title-situacion-spana-permanente:hover,
.title-situacion-spana-modificacion:hover,
.title-situacion-spana-baja:hover,
.title-cuidadano:hover,
.title-renovacion:hover {
    background-color: #5d7b7e;
    border-color: #5d7b7e;
    color: white;
}

.title-main-presentador:focus,
.title-presentador:focus,
.title-representante-legal:focus,
.title-situacion-spana-temporal:focus,
.title-situacion-spana-permanente:focus,
.title-situacion-spana-modificacion:focus,
.title-situacion-spana-baja:focus,
.title-cuidadano:focus,
.title-renovacion:focus {
    background-color: #6C9195;
    border-color: #6C9195;
    color: white;
    box-shadow: none;
}

.field-representante_legal_presentador_2,
.field-representante_legal_nif_presentador_2,
.field-representante_legal_tiulo_presentador_2 {
    display: none;
}


.field-pres_additional_hide_show {
    margin-bottom: 16px;
}

.pres-additional-hide-show,
.adress-equal-presentador {
    margin-right: 15px;
}

.field-adress_equal_presentador {
    margin-top: -9px;
    margin-bottom: 15px;
    color: #0051c9;
    font-size: 20px;

}


.field-adress_equal_presentador input {
    width: 21px;
    height: 21px;
    border: 3px solid #898b8fa1 !important;
}

.text-tiny {
    font-size: .7em;
}

.text-small {
    font-size: .85em;
}

.text-big {
    font-size: 17px;
}

.text-huge {
    font-size: 1.8em;
}

.buttons-download {
    display: none;
    min-height: 100px;
    margin-top: 16px;
}

#tasa-pdf,
#form-pdf,
#instruction_pdf {
    width: 224px;
    height: 50px;
    color: #ffffff;
    border-radius: 25px;
    background-color: #7F89A8;
    border-color: #7F89A8;
    text-transform: uppercase;
}

#tasa-pdf:hover,
#form-pdf:hover,
#instruction_pdf:hover {
    background-color: #042544b9;
}

#form-pdf,
#instruction_pdf {
    margin-left: 6px;
}

#tasa-pdf p,
#form-pdf p,
#instruction_pdf p {
    padding: 0px;
    margin: 0px;
    margin-top: 0;
    margin-bottom: 0px !important;
}

.title-download-pdfs {
    margin-bottom: 21px;
}


.btn-review-stars-img {
    float: left;
    display: block;
    width: 80px;
    margin-top: 6px;
}


.wrp-form-rating>.btn-add-review {
    border-radius: 25px;
    padding: 7px 27px 7px 19px;
    width: 45%;
    height: 50px;
}

.wrp-form-rating>.btn-add-review:hover {
    background-size: 200%;
}

.wrp-form-rating>.btn-add-review::after {
    background-image: linear-gradient(17deg, #07c5db, #079aab 48%, #45df45);
}

/***  **/

.content-province-select {

    margin-top: 35px;
    display: block;
}

.back-img {
    margin-top: -28px;
}



.province-outer {
    width: 500px;
    font-size: 20px;
}

.back-img::after {
    content: '';
    position: absolute;
    top: 75px;
    left: 12px;
    height: 100%;
    width: 100%;
    background-image: url(/../images/spain_provinces.png);
    background-repeat: no-repeat;
    background-size: 547px 421px;
    z-index: -100;
}

.btns-wpr {
    width: 500px;
}



.a-taca-052 button,
.a-taca-012 button {
    background-color: #7F89A8;
    width: 225px;
    height: 50px;
    border: 1px solid #8c98ba;
    border-radius: 25px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: white;

}



.captcha-error,
.unavalable-service,
.required-fields-error,
.error-charset {
    display: none;
    /* color: #842029; */
    color: #842029e0;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    margin-bottom: 40px;
    padding: 6px 35px;
    width: 465px;
    border-radius: 36px;
    line-height: 28px;
    text-align: center;
}

.documents-sended-success {
    display: none;
    color: #188753;
    background-color: #d1e7dd;
    border-color: #badbcc;
    margin-bottom: 40px;
    background-color: #d1e7dd;
    border-color: #badbcc;
    line-height: 28px;
    padding: 6px 35px;
    width: 465px;
    border-radius: 36px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

/*** Faq accardion **/

#accordionFaq .accordion-item {
    border-radius: 20px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

#accordionFaq .accordion-button {
    border: none;
    background-color: #ffffff;
    border-radius: 20px 20px 0px 0px;
}

#accordionFaq .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.125);
    border: none;
    border-bottom: none;
    color: #1a85f8;
    background-color: #ffffff;
    border-radius: 20px 20px 0px 0px;
}

#accordionFaq .accordion-button:focus {
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

#accordionFaq .collapsed:focus {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

#accordionFaq .accordion-button {
    border-radius: 20px;
}

.nos-clin {
    min-width: 250px;
    min-height: 50px;
    height: auto;
    text-transform: uppercase;
    padding: 6px 23px 4px 23px;
    outline: none;
    border: none;
    background-color: #06c766;
    border-radius: 25px;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    /* padding: 0px 10px; */
    transition: background 200ms linear 0s;
}

.nos-clin {
    color: #ffffff;
}

.nos-clin:hover {
    background-color: #03b45b;
}



#feedbackModal .modal-title {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    margin-top: 40px;
}

#feedbackModal .btn-close,
#reviewModal .btn-close {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 1em;
    height: 1em;
    background: url(/../images/feedback/close-modal.png) !important;
    background-repeat: no-repeat !important;
    opacity: 1;
}



.rememeber-me-wrp {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#accordionPresentador_1 .accordion-item,
#accordionPresentador_2 .accordion-item {
    background-color: transparent;
    border: none;
}

/*** Vidget counter home **/

.badge-iner-wrp {
    position: relative;
    top: -32px;
    transform: scale(.9);
}

/*** Review Google Corusel Main Page  **/
.wrp-google-widget-review {
    /* margin-top: 92px;
    margin-bottom: -90px; */
    margin-top: 44px;
    margin-bottom: 42px;
}


/*** Form Tooltip  **/



.form-for-docs .tooltip-element {
    visibility: visible;
    color: #000;
    background: #f5f5b7;
    width: 16px;
    height: 16px;
    padding: 0px 7px 0px 6px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 14px;
    cursor: default;
    outline: 1px solid #80808052;
}

.form-for-docs *[tooltip]:hover:before {
    border: solid;
    border-color: #f5f5b7 transparent;
    border-width: 6px 6px 0;
    bottom: 22px;
    margin-left: -3px;
    content: "";
    /* left: 2px; */
    position: absolute;
    z-index: 99;
    cursor: default;
}

.form-for-docs *[tooltip]:hover:after {
    background: #f5f5b7;
    border-radius: 5px 5px 5px 0;
    bottom: 28px;
    color: #000;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 0px;
    min-width: 200px;
    /* width: 350px; */
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 33%);
}


.errors-charsets-input {
    margin-left: 15px;
}


.title-menores {
    display: none;
    margin-top: 11px;
    background-color: #ffb40b;
    text-align: center;
    color: white;
    border-radius: 15px;
    text-transform: uppercase;
}


.title-datos-1,
.title-domicilo-spana {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #0B3CC9;
}


/* Start Form styles and js classes */



.form-for-docs .unavalable-service {
    font-size: 25px;
}

.captcha-wrp .unavalable-service {
    font-size: 19px;
    width: 407px;
    line-height: 28px;
    padding-left: 13px;
}

.input-radio-wrp .formbuilder-required {
    margin-top: 3px;
}


.formbuilder-required {
    color: #842029;
    height: 0px;
    float: right;
    position: absolute;
    margin-top: -25px;
    margin-left: -12px;
}

.formbuilder-text-label,
.formbuilder-select-label {
    position: relative;
}

.field-otra_motivos {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 200ms linear 0s;
}

input[type=text],
input[type=number],
input[type=password],
.form-for-docs select {
    height: 50px;
    border-radius: 25px;
}



.field-wrp_presentador,
.field-wrp_representante_legal {
    display: none;
}

.contet-wrp-presentador {
    max-height: 0px;
    overflow: hidden;
    margin-top: 20px;
    transition: max-height 500ms ease-in-out 0s;
}

.contet-wrp-representante-legal,
.content-wrp-situacion-espana-temporal,
.content-wrp-situacion-espana-permanente,
.content-wrp-situacion-espana-modificacion,
.content-wrp-situacion-espana-renovacion,
.content-wrp-situacion-espana-baja,
.contet-wrp-cuidadano {
    max-height: 0px;
    overflow: hidden;

    transition: max-height 350ms ease-in-out 0s;
}

.contet-wrp-representante-legal {
    margin-top: 20px;
}

.switcher,
.switcherp,
.switcher-p,
.switcher-m,
.switcher-b,
.switcher-c,
.switcher-r {
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 32px;
}


.formbuilder-text-label {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.formbuilder-select-label,
.formbuilder-radio-group-label {
    position: relative;
    display: flex;
    align-items: center;
}

/* End Form styles and js classes */


/* Start reviews */
.wrp-top-reviews {
    margin-bottom: 8px;
}

.btn-add-review {
    position: relative;
    min-width: 150px;
    padding: 10px 27px 8px 18px;
    border-radius: 26px 3px;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 37%);
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid white;
    background-image: linear-gradient(to left, #FC8103, #FAC30B);
}


.btn-add-review::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(17deg, #07c5db, #079aab 35%, #45df45);
    z-index: -10;
    transition: width 200ms linear 0s;
}

.btn-add-review:hover::after {
    width: 190%;
}

.btn-add-review a {
    text-decoration: none;
}

.btn-add-review-title {
    display: block;
    margin-top: 2px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    width: 96%;
}

.google-review-top {
    width: 145px;
    opacity: 0.9;
}

/* End Reviews */


/*** Start Feedback Page  **/

.feedback-page-wrp .card {
    box-shadow: -1px 3px 20px 20px rgb(0 0 0 / 3%);
    border: 1px solid rgb(0 0 0 / 3%);
}

.feedback-page-wrp .card-title {
    font-size: 15px;
    font-weight: 800;
}

.feedback-data {
    float: right;
    font-size: 15px;
    color: #7e7e7e;
}

.feedback-page-wrp .card-text {
    font-size: 1rem;
    font-style: italic;
    color: #474747;
    text-align: justify;
    line-height: 27px;
    margin-top: 48px;
    padding-left: 10px;
    padding-right: 7px;

}

.quote::before {
    content: '“';
    font-family: arial;
    position: absolute;
    top: 5px;
    left: 6px;
    font-size: 75px;
    color: rgb(104, 134, 242);
    line-height: 1;
    font-weight: 900;
    font-style: normal;
}

.feedback-page-wrp .card-footer {
    position: relative;
    border-top: transparent;
    margin-top: 1px;
    margin-left: 7%;
    font-style: italic;
    color: #202020;
    padding-top: 15px;
    font-size: 16px;
}

.feedback-page-wrp .card-footer::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 15px;
    width: 75%;
    border-top: 1px solid rgb(207 207 207);

}

.feedback-page-wrp .title-response {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    margin-top: 15px;
    margin-left: -13px
}

/*** End Feedback Page  **/

/** Start user kabinet  */
/*** User Loged Table **/

.users-loged-orders td {
    font-size: 15px;
    color: #525252;

}

.th-headers {
    border-bottom: 1px solid gray;
}

.user-loged-navbar .list-group-item {

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #D9DDE9;
}

.user-loged-navbar .list-group-item a {
    display: block;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.user-loged-navbar .list-group-item:hover {
    background-color: #D9DDE9;

}

.current-category {
    color: #7F89A8 !important;
}

.content-inner-customer .info tr:nth-child(even) {
    background-color: #F0F3F9;
}


.img-customer-cat {
    position: relative;
    top: 4px;
    float: left;
    width: 21px;
    margin-right: 14px;
}

.form-customer-password label {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-customer-password .errors {
    width: 100%;
    color: red;
    display: block;
}

.form-customer-phone label {
    width: 100%;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 15px;
}

.form-customer-phone input[type="text"] {
    font-size: 15px;
    color: #464646;
}

.anketa-button,
.instruction-button,
.tasa-button {
    text-decoration: none;
}

.form-customer-password {
    width: 70%;
}

.form-customer-presentador input,
.form-customer-presentador select {
    border: 1px solid #A5ADC2;
    margin-bottom: 15px;
    border-radius: 25px;
    height: 50px;
}

.form-customer-presentador {
    width: 800px;
}

/** End user kabinet  */

/*** Feedback form **/

#feedbackModal .modal-content,
#reviewGmailModal .modal-content,
#reviewModal .modal-content,
#cookieModal .modal-content {
    border: 15px solid #ffffff5e;
    border-radius: 27px;
}

#feedbackModal .modal-header,
#reviewGmailModal .modal-header,
#reviewModal .modal-header,
#cookieModal .modal-header {
    background-color: #0B3CC9;
    color: white;
    border-bottom: 1px solid transparent;
}

#feedbackModal .modal-body::-webkit-scrollbar {
    display: none;
}

#feedbackModal .modal-body,
#feedbackModal .modal-footer,
#cookieModal .modal-body,
#reviewModal .modal-body,
#reviewModal .modal-footer,
#cookieModal .modal-footer {
    background-color: #0B3CC9;
    border-top: none;
    border-bottom: 1px solid transparent;

}

#cookieModal .modal-footer {
    border-top: 1px solid transparent;
    border-radius: 0px 0px 12px 12px;
}

#cookieModal .modal-header {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 29px;
    border-radius: 12px 12px 0px 0px;
}

#cookieModal .modal-header p {
    margin-bottom: 1px;
}

#cookieModal .modal-body,
#cookieModal .modal-header p {
    width: 100%;
    color: white;
    text-align: center;
}



.feedback-image {
    position: absolute;
    top: 0px;
    right: 0px;
}

#feedback_form {
    margin-top: 10px;
    width: 100%;
    margin: 0px auto 0px auto;
}

#feedbackModal .col-form-label {
    color: black;
}

#feedbackModal .required-field,
#reviewModal .required-field {
    margin-right: 2px;
    color: red;
}

#feedbackModal .form-control {
    border-color: #b3bfcf;
}

.feedback-close,
#cookieModal #dismiss-cookie,
#reviewModal .review-close {
    border-radius: 27px;
    padding: 10px 10px;
    width: 40%;
    margin: 0px 5%;
    text-transform: uppercase;
    border-width: 3px;
    border-color: #ffde05a3;
    transition: background 250ms linear 0s, border 250ms linear 0s, box-shadow 250ms linear 0s;
    background-color: transparent;
}

.feedback-close:hover,
#cookieModal #dismiss-cookie:hover,
#reviewModal .review-close:hover {
    background-color: rgb(255 255 255 / 27%);
    border-color: #fffffff3;
    color: white;
    box-shadow: 1px 1px 20px #a0a0a0;
}


.feedback-submit,
#cookieModal #accept-cookie,
#reviewModal .review-submit {
    border-radius: 27px;
    padding: 10px 10px;
    width: 40%;
    margin: 0px 5%;
    text-transform: uppercase;
    background-image: linear-gradient(to left, #FC8103, #FAC30B);
    background-size: 100%;
    border: none;
    transition: background 250ms linear 0s, box-shadow 250ms linear 0s;
}

.feedback-submit:hover,
#cookieModal #accept-cookie:hover,
#reviewModal .review-submit:hover {
    background-color: #03396adb;
    box-shadow: 1px 1px 20px #a0a0a0;
}


#feedbackModal .modal-footer {
    /* border-bottom: 5px solid #073560; */
    border-top: none;
    border-bottom: 2px solid;
    padding-bottom: 20px;
    border-image-slice: 3;
    border-image: linear-gradient(to left, #06345e, #8500ffbf, #06345e) 1;
}

.feedback-open {
    position: fixed;
    width: 57px;
    height: 57px;
    right: 2%;
    bottom: 20%;
    background-color: #06c766;
    border: 4px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 2px 6px #00ff7eeb, -1px -1px 3px #00ff7eeb;
    /* animation: feedback-btn 7s linear 0s forwards infinite; */
    transition: background 150ms linear 0s, border-radius 250ms linear 0s;
    z-index: 10;
}

.feedback-open:hover {
    background-color: #05af5a;
    border: 4px solid #ffffff;
    border-radius: 15px;


}

.feedback-open:active,
.feedback-open:focus {
    background-color: #05af5a;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgb(49 253 112 / 50%) !important;

}

.svg-img {
    position: relative;
    display: block;
    top: 2px;
    left: -2px;
}


@keyframes feedback-btn {
    0% {
        box-shadow: 5px 5px 10px #0072ffeb, -5px -5px 10px rgb(221 0 255 / 58%);
    }

    50% {
        box-shadow: -5px -5px 10px #0072ffeb, 5px 5px 10px rgb(221 0 255 / 58%);
    }

    100% {
        box-shadow: 5px 5px 10px #0072ffeb, -5px -5px 10px rgb(221 0 255 / 58%);
    }
}

.feedback-header-success,
.review-header-success {
    display: none;
}


/*** Start page lote **/

.selct-officina-block {
    display: none;
}

.lote-outer {
    text-transform: uppercase;
}

.lote-wrp-output {
    display: none;
}

.output-predv_zapi-block {
    display: none;
}

.lote-loader {
    display:none;
    position: relative;
    width: 125px;
    height: 17px;
    margin-top:20px;
    border-radius: 20px;
    color: #b3afcd;
    border: 2px solid;
  }
  .lote-loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: currentColor;
    animation: loteloder 3s infinite;
  }
  @keyframes loteloder {
      100% {inset:0}
  }
.content-province-select .province-select-description {
    margin-bottom: 42px;
}

.bg-province .wrp-sixblocks-lote {
    margin-top: 30px;
    margin-bottom: 60px;
}

.bg-home .wrp-sixblocks-lote {
    margin-bottom: -70px;
}

.bg-consultant-main .form-name {
    margin-bottom: 29px;
    color: black;
    text-align: center;
    word-spacing: 10px;

}

.link-lote-block {
    cursor: pointer;
    text-decoration: none;
}

.link-lote-block:hover .block-lote {
    transition: box-shadow 500ms ease-in-out 0s;
    box-shadow: inset 0px 0px 0px 12px #d2ddff9c;
}


/*** Consultant blocks main **/

.bg-counsultant-top {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    z-index: -1;
}

.consultant-subtitle {
    text-align: center;
    color: #303030;
}

.wrp-consultant-blocks {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}


.block-cunsultant-1,
.block-cunsultant-2,
.block-cunsultant-3 {
    position: relative;
    padding: 7px;
    background-color: white;
    text-align: center;

}

.wrp-consultant-blocks .block-agreement {
    position: relative;
    top: 34px;
    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: start;
    height: 73px;
    text-align: left;
    margin: 0px auto;
    font-size: 13px;
    z-index: 2;
}

.wrp-consultant-blocks .block-agreement input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    background: #7BF3A4;
}

.wrp-consultant-blocks .block-agreement input[type="checkbox"]:checked+label::before {
    background-color: #7BF3A4;
    background-position: 2px 1px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-image: url(/images/consultant/check-mark.png);
}

.wrp-consultant-blocks .block-agreement label {
    margin-left: 6px;
}

.check-consutlant-agreement-1,
.check-consutlant-agreement-2,
.check-consutlant-agreement-3 {
    margin-right: 5px;
}

.a-btn-consultant-1,
.a-btn-consultant-2,
.a-btn-consultant-3 {
    position: relative;
    z-index: 2;
}

.block-cunsultant-1::before,
.block-cunsultant-2::before,
.block-cunsultant-3::before {
    content: '';
    position: absolute;
    background-image: url(/images/consultant/vectors/block_curve.svg);
}

.block-cunsultant-1::after,
.block-cunsultant-2::after,
.block-cunsultant-3::after {
    content: '';
    position: absolute;
    background-color: #5FAB7999;
    border-radius: 45px;
    transform: rotate(352deg);
    z-index: -1;
}

.wrp-consultant-blocks .block-description {
    position: relative;
    background-color: #ACEEC2;
    margin: 16px auto;
    padding: 10px 3px;
    border-radius: 25px;
    border: 1px solid #00000075;
    z-index: 2;
}

.wrp-consultant-blocks .block-button {
    text-transform: uppercase;
    padding: 5px;
    background-color: #132E1C;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: white;
    border: none;
    border-radius: 20px;
}

.wrp-consultant-blocks .block-title {
    position: relative;
    margin: 0px auto;
    text-align: left;
}

/* End consultants Blocks main */


/* Start Medias **/

@media screen and (min-width: 1350px) {


    .title-coockie-areement {
        width: 65%;
    }

    .wrp-btns-cookie {
        width: 30%;
    }

    .bg-counsultant-top {
        width: 95%;
        height: 103%;
        background-size: 100%;
        background-image: url(/images/consultant/vectors/back_main.svg);
    }

    .bg-consultant-main .form-name {
        line-height: 70px;
        font-size: 45px;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

    .consultant-subtitle {
        font-size: 29px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 96px;
    }

    .wrp-consultant-blocks {
        margin-bottom: 100px;
    }

    .block-consultant-img {
        position: absolute;
        top: -94px;
        right: 1px;
        width: 160px;
        height: 160px;
    }

    .wrp-consultant-blocks .block-title {
        top: 38px;
        width: 95%;
        font-size: 24px;
    }

    .block-cunsultant-1,
    .block-cunsultant-2,
    .block-cunsultant-3 {
        background-image: linear-gradient(142.24deg, #7BF3A4 55.66%, #FFFFFF 93.31%);
        width: 355px;
        height: 431px;
        border-radius: 45px;
        box-shadow: 13px 11px 10px rgb(0 0 0 / 35%);
    }

    .block-cunsultant-1::before,
    .block-cunsultant-2::before,
    .block-cunsultant-3::before {
        top: 34px;
        left: 0px;
        width: 101%;
        height: 95%;
        background-size: 100% 105%;
        background-position: 0px -15px;
    }

    .block-cunsultant-1::after,
    .block-cunsultant-2::after,
    .block-cunsultant-3::after {
        top: -72px;
        left: -9px;
        width: 96%;
        height: 100%;
    }

    .wrp-consultant-blocks .block-description {
        top: 37px;
        width: 95%;
        height: 168px;
        margin: 16px auto;
    }

    .wrp-consultant-blocks .block-button {
        margin-top: 17px;
        min-width: 200px;
        height: 43px;
        padding: 5px;
    }


}


@media screen and (min-width: 1000px) and (max-width:1600px) {

    .form-block {
        padding: 20px 0px;
        width: 297px;
        height: 190px;
        margin: 11px;
    }

    .form-block .form-title {
        padding: 0px 20px;
        font-family: "PT Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
    }

    .form-block .form-description {
        left: 20px;
        width: 85%;
    }

    .form-block .form-description {
        bottom: -8px;
        padding-top: 9px;
    }

}


@media screen and (min-width: 1600px) {

    /* .form-block {
        float: left;
        margin: -2px 30px 28px 1px;
        padding: 20px 0px;
        width: 22%;
        height: 230px;
    } */


    .form-block {
        padding: 20px 0px;
        width: 297px;
        height: 190px;
        margin: 11px;
    }

    .form-block .form-title {
        padding: 0px 20px;
    }

    .form-block .form-description {
        left: 20px;
        padding-top: 9px
    }

}



@media screen and (min-width: 1000px) and (max-width: 1350px) {

    .user-loged-navbar {
        padding-top: 4%;
        padding-left: 1%;
        width: 12%;
        float: left;
    }

    .user-loged-navbar .list-group-item {
        font-size: 13px !important;
    }

    .title-coockie-areement {
        width: 60%;
    }



    .wrp-btns-cookie {
        width: 38%;
    }

    .lote-block-province {
        margin-top: 3px;
    }

    .lote-block-officine {
        font-size: 11px;
        text-transform: lowercase;
    }

    .lote-block-officine::first-letter {
        text-transform: uppercase;
    }

    .bg-counsultant-top {
        right: 1px;
        width: 93%;
        height: 103%;
        background-image: url(/images/consultant/vectors/back_main.svg);
    }

    .bg-consultant-main .form-name {
        line-height: 70px;
        font-size: 45px;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

    .consultant-subtitle {
        font-size: 29px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 96px;
    }

    .wrp-consultant-blocks {
        margin-bottom: 100px;
    }

    .block-consultant-img {
        position: absolute;
        top: -72px;
        right: 1px;
        width: 125px;
        height: 125px;
    }

    .wrp-consultant-blocks .block-title {
        top: 38px;
        width: 95%;
        font-size: 22px;
    }

    .block-cunsultant-1,
    .block-cunsultant-2,
    .block-cunsultant-3 {
        background-image: linear-gradient(142.24deg, #7BF3A4 55.66%, #FFFFFF 93.31%);
        width: 305px;
        height: 364px;
        border-radius: 45px;
        box-shadow: 13px 11px 10px rgb(0 0 0 / 35%);
    }

    .block-cunsultant-1::before,
    .block-cunsultant-2::before,
    .block-cunsultant-3::before {
        top: 68px;
        left: 0px;
        width: 101%;
        height: 95%;
        background-size: 100% 105%;
        background-position: 0px -39px;
    }

    .block-cunsultant-1::after,
    .block-cunsultant-2::after,
    .block-cunsultant-3::after {
        top: -50px;
        left: -9px;
        width: 96%;
        height: 100%;
    }

    .wrp-consultant-blocks .block-description {
        top: 37px;
        width: 95%;
        height: 130px;
        margin: 16px auto;
    }

    .wrp-consultant-blocks .block-button {
        margin-top: 17px;
        min-width: 185px;
        height: 40px;
        padding: 5px;
    }
}





/*** Start New Disighn **/
@media screen and (min-width: 1400px) {

    .home-description h3 {
        font-size: 40px;
    }

    .home-description p {
        font-size: 17px;
    }

    .home-h1 {
        font-size: 45px;
    }

    .login-btn .dropdown-menu {
        background-color: #33426D;
        border-radius: 12px;
    }

    .login-btn .dropdown-item:hover {
        color: white;
        background-color: #e9ecef47;
    }

    .btn-customer-loged {
        top: 27px;
        right: 135px;
        font-size: 19px;
    }

    #horizontal-menu {
        width: 1237px;
        height: 50px;
        margin: 0px 0px 0px 75px;
    }

    .block-footer-logo {
        width: 14%;
    }


    .block-footer-logo {
        width: 16%;
    }

    .wrp-blocks-footer {
        display: flex;
        justify-content: space-between;
    }

    .home-description {
        float: left;
        margin-top: 58px;
        margin-bottom: 48px;
        width: 50%;
    }

    .img-home-description {
        float: right;
        display: block;
        height: 578px;
        width: 576px;
        margin-top: 59px;
        background-image: url(/../images/home-img-big.png);
    }

    /* Review badge */

    /* Review badge */
    .dVOuJR {    
        top: 46px;
        left: 69px;
    }

    /*** Page about **/
    .about-img {
        margin-top: -529px;
        float: right;
        margin-right: 66px;
        height: 429px;
        width: 477px
    }

    .about-list {
        margin-top: 46px;
        margin-left: -36px;
        margin-bottom: 44px;
        width: 50%;
    }

    .about-list li {
        width: 710px;
        min-height: 90px;
        margin-bottom: 20px;
        border: 1px solid #CDD5E9;
        border-radius: 20px;
        box-shadow: inset 0px 0px 0px 12px #e5ebff5c;
        padding: 40px 10px 40px 69px;
        list-style-type: none;
    }

    .about-list li::before {
        content: url(/images/about/list_img.png);
        position: absolute;
        margin-left: -30px;
    }

    .about-list li p {
        padding: 5px;
    }

    .about-bottom-title {
        width: 58%;
    }

    /*** Page questions **/

    #accordionFaq {
        width: 650px;
        float: left;
    }

    #accordionFaq .accordion-button {
        width: 100%;
    }

    .faq-acardion-title {
        display: block;
        width: 550px;

    }

    .page-questions figure {
        float: right;
    }

    .page-questions figure img {
        width: 561px;
        height: 576px;
        margin-top: 20px;
    }

    .page-questions .home-h1 {
        width: 631px;
        margin-bottom: 50px;
        float: left;
    }

    .page-feedback .home-h1 {
        width: 631px;
        margin-bottom: 50px;
        float: left;
    }

    .user-loged-navbar {
        float: left;
        width: 250px;
        min-height: 500px;
        padding-top: 40px;
        background-color: #F0F3F9;
    }

    .content-inner-customer {
        float: left;
        width: 950px;
        margin-left: 50px;
    }

    .home-img-middle {
        position: absolute;
        margin-top: -822px;
        width: 100%;
        height: 941px;
        background-size: 100% 100%;
        background-image: url(/../images/home_img_middle.png);
        z-index: -1;
    }

    .bg-questions {
        background-position: 100% -54%;
        background-size: 50%;
    }

    .bg-about {
        background-position: 100% -3%;
        background-size: 48%;
    }

    .bg-reviews {
        background-position: 100% 32%;
        background-size: 48%;
    }

    .bg-g-reviews {
        background-position: 100% 14%;
        background-size: 48%;
    }

    .bg-account {
        background-position: 100% 32px;
        background-size: 800px;
    }

    .bg-loged {
        background-position: 100% 97px;
        background-size: 800px;
    }

    .bg-form {
        background-position: 100% 97px;
        background-size: 800px;
    }

    .bg-province {
        background-position: 100% 97px;
        background-size: 800px;
    }
    
    .bg-home {
        background-position: 0px -193px;
        background-size: 100%;
    }

    .h-home-title-forms-blocks {
        font-size: 32px;
    }

    .home-bottom-otstup {
        width: 100%;
        height: 60px;
    }

    .contact-address,
    .contact-phone,
    .contact-mail {
        width: 405px;
        height: 330px;
        margin: 13px;
        background-color: white;
        border: 1px solid #CDD5E9;
        border-radius: 20px;
        box-shadow: inset 0px 0px 0px 12px #e5ebff5c;
    }

    .c-address-title,
    .c-phone-title,
    .c-mail-title {
        display: block;
        font-family: "PT Sans", sans-serif;
        font-weight: 400;
        margin-top: 27px;
        font-size: 17px;
        text-align: center;
        line-height: 25px;
    }

    .content-inner-customer .home-h1 {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: left;
    }

    .form-customer-phone {
        width: 70%;
    }

    .officine-outer,
    .lote-outer {
        font-size: 20px;
    }

    .field-taca_total::after {
        margin-top: -64px;
        line-height: 49px;
        height: 49px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {

    header {
        height: 155px;
    }

    #logo img,
    #logo-footer img {
        height: 80px;
        width: 80px;
    }

    .header-slogan {
        left: 95px;
        font-size: 14px;
        line-height: 21px;
    }

    /* footer */

    .home-bottom-otstup {
        width: 100%;
        height: 40px;
    }

    .poular-items-wrp {
        width: 695px;

    }

    .popular-top-title {
        font-size: 40px;
        margin: 49px 69px 32px 0px;
    }

    .drop-downs {
        width: 187px;
        height: 67px;
    }

    .popular-title {
        margin-top: 13px;
        font-size: 18px;
    }

    .popular-count {
        top: 21px;
        font-size: 18px;
    }

    #logo-footer {
        height: 85px;
    }

    .rights-reserved {
        font-size: 13px;
    }

    .block-footer {
        font-size: 15px;
    }

    .block-footer p {
        margin-bottom: 7px;
    }

    .socials-footer-wrp {
        top: 25px;
    }

    /* menu */
    #horizontal-menu ul li a {
        font-size: 16px;
    }

    #horizontal-menu ul li {
        margin-right: 54px;
    }

    #horizontal-menu .menu-title::after {
        left: -30px;
    }

    /* language */

    .language-choose {
        right: 81px;
        height: 40px;
        width: 86px;
    }

    .btn-lang-show {
        margin-top: 4px;
    }

    /* btn register */

    .btn-customer-account {
        width: 184px;
        height: 39px;
        font-size: 15px;
    }

    .socials-top-wrp {
        margin-top: 29px;
        right: 289px;
    }

    .login-btn .dropdown-menu {
        background-color: #33426D;
        border-radius: 12px;
    }

    .btn-customer-loged {
        top: 27px;
        right: 127px;
        font-size: 19px;
    }

    #horizontal-menu {
        width: 1076px;
        height: 50px;
        margin: 0px 0px 0px 64px;
    }

    .block-footer-logo {
        width: 16%;
    }

    .wrp-blocks-footer {
        display: flex;
        justify-content: space-between;
    }

    /* Form blocks home */
    .form-block {
        width: 260px;
        height: 184px;
        margin: 3px;
    }

    .form-block .form-title {
        font-size: 18px;
    }


    .form-block .form-description p,
    .form-block .form-description em,
    .form-block .form-description div,
    .form-block .form-description span,
    .form-block .form-description li,
    .form-block .form-description ul,
    .form-block .form-description i,
    .form-block .form-description h1,
    .form-block .form-description h2,
    .form-block .form-description h3,
    .form-block .form-description strong,
    .form-block .form-description b {
        font-size: 14px !important;
    }

    /* End Forms Blocks Home */

    .home-description h2 {
        font-family: "PT Sans", sans-serif;
        font-weight: 700;
        font-size: 45px !important;
    }



    .home-description h3 {
        font-size: 32px;
    }

    .home-description {
        float: left;
        margin-top: 58px;
        margin-bottom: 48px;
        width: 50%;
    }

    .home-description p {
        font-size: 16px;
    }

    .img-home-description {
        float: right;
        display: block;
        height: 558px;
        width: 516px;
        margin-top: 49px;
        background-size: 96% 94%;
        background-position: 24px 9px;
        background-repeat: no-repeat;
        background-image: url(/../images/home-img-big.png);
    }

    .numbers-img-home {
        top: 86%;
        left: -19px;
        width: 250px;
        height: 50px;
        background-color: #ffffffa8;
    }

    .badge-iner-wrp {
        left: 3%;
        transform: scale(.7);
        top: -37px;
    }

    .btn-register-home .btn-customer-account {
        height: 48px;
        width: 262px;
    }

    .home-h1 {
        font-size: 35px;
        margin-top: 85px;
    }

    .h-home-title-forms-blocks,
    .home-title-reviews {
        font-size: 28px;

    }


    .sub-etap-item-1,
    .sub-etap-item-2,
    .sub-etap-item-3 {
        font-size: 19px;
    }


    /*** Page questions **/

    #accordionFaq {
        width: 565px;
        float: left;
    }

    #accordionFaq .accordion-button {
        width: 100%;
        padding: 15px;
    }

    .faq-acardion-title {
        display: block;
        width: 468px;
        font-size: 15px;

    }

    #accordionFaq .accordion-body {
        font-size: 15px;
    }

    .page-questions figure {
        float: right;
    }

    .page-questions figure img {
        width: 458px;
        height: 487px;
        margin-top: 17px;
    }

    .page-questions .home-h1,
    .page-feedback .home-h1 {
        width: 546px;
        float: left;
    }

    .nos-clin {
        min-width: 215px;
        min-height: 40px;
        height: auto;
        font-size: 15px;
        margin-top: -10px;
    }


    .user-loged-navbar {
        float: left;
        width: 225px;
        min-height: 500px;
        padding-top: 40px;
        background-color: #F0F3F9;
    }

    .content-inner-customer {
        float: left;
        width: 795px;
        margin-left: 20px;
    }

    .content-inner-customer .current-category,
    .content-inner-customer td span {
        font-size: 15px;
    }


    .home-img-middle {
        position: absolute;
        margin-top: -808px;
        width: 100%;
        height: 1021px;
        background-size: 106% 100%;
        background-image: url(/../images/home_img_middle.png);
        z-index: -1;
    }

    .bg-questions {
        background-position: 100% 390%;
        background-size: 50%;
    }

    .bg-about {
        background-position: 117% 179%;
        background-size: 50%;
    }

    .bg-reviews {
        background-position: 113% 31%;
        background-size: 49%;
    }

    .bg-g-reviews {
        background-position: 99% 14%;
        background-size: 49%;
    }

    .bg-account {
        background-position: 100% 95px;
        background-size: 550px;
    }

    .bg-loged {
        background-position: 100% 149px;
        background-size: 550px;
    }

    .bg-form {
        background-position: 100% 149px;
        background-size: 550px;
    }

    .bg-province {
        background-position: 109% 195px;
        background-size: 550px
    }

    /* .bg-home {
        background-position: -94px -806px;
        background-size: 110% 101%;
    } */

    .bg-home {
        background-position: -94px -940px;
        background-size: 110% 101%;
    }

    /* Review badge */
    .dVOuJR {    
        top: 46px;
        left: 9px;
    }

    /* Forms */

    .form-for-docs {
        width: 850px;
    }

    .form-name {
        font-size: 32px;
    }

    .descritpion-form,
    .descritpion-form .text-big {
        font-size: 16px;
    }

    .title-datos-1,
    .title-domicilo-spana {
        font-size: 26px;
    }

    input[type=text],
    input[type=number],
    input[type=password],
    .form-for-docs select {
        height: 45px;
        border-radius: 25px;
    }


    .title-main-presentador,
    .title-presentador,
    .title-representante-legal,
    .title-situacion-spana-temporal,
    .title-situacion-spana-permanente,
    .title-situacion-spana-modificacion,
    .title-situacion-spana-baja,
    .title-cuidadano,
    .title-renovacion {
        width: 391px !important;
        min-height: 45px !important;
        height: auto !important;
        font-size: 16px !important;
    }

    .form-submit {
        height: 45px;
    }

    #tasa-pdf,
    #form-pdf,
    #instruction_pdf {
        width: 155px;
        height: 45px;
        color: #ffffff;
        border-radius: 25px;
        background-color: #7F89A8;
        border-color: #7F89A8;
        text-transform: uppercase;
        font-size: 15px;
    }

    .wrp-form-rating .btn-add-review-title {
        font-size: 14px;
        width: 100%;
    }

    .wrp-form-rating>.btn-add-review {
        min-height: 45px;
        height: auto;
    }

    .btn-review-stars-img {
        margin-right: 8px;
    }

    .province-outer,
    .officine-outer,
    .lote-outer {
        font-size: 18px;
    }

    .a-taca-052 button,
    .a-taca-012 button {
        width: 203px;
        height: 46px;
        margin-top: 39px;
        font-size: 16px;
    }

    .captcha-error,
    .unavalable-service,
    .required-fields-error,
    .error-charset {
        width: 391px;
        font-size: 17px;
    }

    /* End forms */

    /* Contacts Page */
    .contact-address,
    .contact-phone,
    .contact-mail {
        width: 375px;
        height: 300px;
        margin: 13px;
        background-color: white;
        border: 1px solid #CDD5E9;
        border-radius: 20px;
        box-shadow: inset 0px 0px 0px 12px #e5ebff5c;
    }

    .c-address-img img,
    .c-phone-img img,
    .c-mail-img img {
        width: 87px;
        height: auto;
    }

    .c-address-title,
    .c-phone-title,
    .c-mail-title {
        display: block;
        font-family: "PT Sans", sans-serif;
        font-weight: 400;
        margin-top: 27px;
        font-size: 16px;
        text-align: center;
        line-height: 22px;
    }

    /* About */

    .about-img {
        margin-top: -488px;
        float: right;
        margin-right: -50px;
        height: 429px;
        width: 477px;
    }

    .about-img img {
        width: 419px;
        height: 400px;
    }

    .about-list {
        margin-top: 46px;
        margin-left: -36px;
        margin-bottom: 44px;
        width: 50%;
    }

    .about-list li {
        width: 610px;
        min-height: 90px;
        margin-bottom: 20px;
        border: 1px solid #CDD5E9;
        border-radius: 20px;
        box-shadow: inset 0px 0px 0px 12px #e5ebff5c;
        padding: 34px 10px 25px 58px;
        list-style-type: none;
        font-size: 15px;
    }

    .about-list li::before {
        content: url(/images/about/list_img.png);
        position: absolute;
        margin-left: -30px;
    }

    .about-list li p {
        padding: 5px;
    }

    .about-bottom-title {
        width: 58%;
    }

    .page-about p {
        font-size: 15px;
    }

    /* Page Feedback */

    #feedbackModal .modal-content {
        width: 372px;
    }

    .feedback-page-wrp .card-text {
        margin-top: 43px;
        font-size: 15px;
        line-height: 24px;
    }

    .feedback-page-wrp .card-title,
    .feedback-page-wrp .title-response,
    .feedback-data {
        font-size: 14px;
    }


    .feedback-page-wrp .card-footer {
        font-size: 15px;
    }

    .feedback-page-wrp .quote::before {
        font-size: 65px;
    }

    /* Pages form register */
    .login-register {
        width: 410px;
        margin: 0px auto 100px auto;
    }

    .form-customer-password,
    .form-customer-phone {
        width: 410px;
    }

    .btn-login-register {
        width: 224px;
        min-height: 40px;
        height: auto;

        font-size: 16px;
        letter-spacing: 3px;
        line-height: 0px;
    }

    .btn-customer-loged {
        top: 25px;
        right: 108px;
        font-size: 17px;
    }

    .btn-customer-password-update,
    .btn-customer-presentador-update {
        min-width: 225px;
        height: 40px;
        font-size: 16px;
        line-height: 0px;
    }

    /** User Kabinet  */
    .user-loged-navbar .list-group-item a {
        font-size: 17px;
    }

    .img-customer-cat {
        width: 19px;
    }

    .content-inner-customer .home-h1 {
        margin-top: 46px;
        margin-bottom: 40px;
        text-align: left;
    }

    .form-customer-presentador input,
    .form-customer-presentador select {
        height: 45px;
        font-size: 15px;
    }

    .form-customer-presentador {
        width: 750px;
    }

    #cookieModal #dismiss-cookie,
    #cookieModal #accept-cookie,
    #reviewModal .review-close,
    #reviewModal .review-submit,
    .feedback-submit,
    .feedback-close {
        min-width: 34%;
        max-width: 45%;
        font-size: 14px;
        min-height: 40px;
        height: auto;
    }

    #cookieModal .modal-body .modal-title {
        font-size: 15px;
    }

    #cookieModal .modal-header {
        font-size: 25px;
        padding-bottom: 2px;
    }

    #feedbackModal .modal-title {
        font-size: 25px;
        line-height: 34px;
        margin-top: 34px;
    }

    #feedbackModal .modal-header {
        padding-bottom: 2px;
    }

    #feedbackModal .modal-body {
        padding-top: 2px;
    }

    .field-taca_total::after {
        margin-top: -59px;
        line-height: 44px;
        height: 44px;
    }
}




/*** End New Disighn **/

@media screen and (min-width: 1210px) {
    .form-block .form-description {
        bottom: -8px;
        padding-top: 9px;
    }

}





@media screen and (min-width: 1000px) {
    header {
        background-color: #001348;
        max-width: 100%;
        /* overflow-x:hidden; */
    }

    .content-home {
        width: 86%;
        margin-top: 30px;
        margin-left: 45px;
    }

    .home-description h2 {
        font-family: "PT Sans", sans-serif;
        font-weight: 700;
        font-size: 60px;
    }

    .home-description h3 {
        font-family: "PT Sans", sans-serif;
        font-weight: 700;
        margin-top: -27px;
    }

    .home-description p {
        font-family: "PT Sans", sans-serif;
        font-weight: 400;
    }


    .wrp-header-mobile {
        display: none;
    }

    .home-forms-wrp {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }



    .page-feedback .home-h1 {
        margin-top: 85px;
    }

    /***  ***/

    .bg-province .content-province-select {
        margin-bottom: 75px;
    }

    .a-taca-052 {
        float: left;
    }

    .a-taca-012 {
        float: right;
    }

    .back-img {
        float: right;
        margin-top: -28px;
        width: 44%;
        z-index: 1;
    }

    .back-img-porovince {
        margin-top: 76px;
    }

    /*** Contacts page elements **/

    .contacts-img-wrp {
        display: flex;
        justify-content: space-between;
    }

    .c-address-img img,
    .c-phone-img img,
    .c-mail-img img {
        display: block;
        margin: 50px auto 0px auto;
    }



    .c-address-nif {
        display: block;
        margin: 10px 0px;
    }

    .google-map {
        margin-top: 60px;
        height: 560px;
    }

    .field-sexo .radio-group,
    .field-estado_civil .radio-group {
        display: inline-block;
        margin-left: 20px;
    }

    .footer-social-mobile {
        display: none;
    }

    .footer-social-big {
        display: block;
    }



    .questions-btn-wrp {
        min-width: 60px;
        margin-top: 98px;
        float: right;
    }


    .modal-privacidade {
        max-width: 53% !important;
    }

    .sub-etap-item-1::after {
        content: '';
        position: absolute;
        top: -10px;
        width: 110%;
        height: 50px;
        background-color: white;
        z-index: -1;
        border-radius: 20px 0px 0px 20px;
    }

    .sub-etap-item-2::after {
        content: '';
        position: absolute;
        top: -10px;
        width: 132%;
        height: 50px;
        background-color: white;
        z-index: -1;
    }

    .sub-etap-item-3::after {
        content: '';
        position: absolute;
        top: -10px;
        width: 110%;
        height: 50px;
        background-color: white;
        border-radius: 0px 20px 20px 0px;
        z-index: -1;
    }

    .wrp-google-widget-review {
        height: 330px;
    }

    /*** Background pages **/


    .bg-contacts,
    .bg-questions,
    .bg-about,
    .bg-reviews,
    .bg-g-reviews,
    .bg-account,
    .bg-loged,
    .bg-form,
    .bg-province {
        position: relative;
        background-image: url(/../images/back_pages/bg_contacts.svg);
        background-repeat: no-repeat;
    }

    .bg-g-reviews {
        z-index: 0;
    }

    .bg-contacts {
        background-position: 100% 45%;
        background-size: 48%;
    }

    .bg-home {
        position: relative;
        background-image: url(/../images/back_pages/bg_home_top.svg);
        background-repeat: no-repeat;

    }

    .bg-consultant-main {
        position: relative;
        background-image: linear-gradient(129deg, #8efbb385, #ffffff00);
        overflow: hidden;
    }

    .bg-consultant-main::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-image: url(/images/consultant/back_img.png);
        z-index: -1
    }


    .feedback-page-wrp {
        width: 100%;
        margin-bottom: 30px;
    }

    .mobile-top-nav,
    .mobile-bottom-nav {
        display: none;
    }

    .tbl-orders tr td {

        padding: 17px 7px 2px 7px;
    }


    .title-menores {
        width: 95%;
        padding: 25px 5px;
        color: white;
        font-size: 21px;
    }


    .contet-wrp-representante-legal,
    .contet-wrp-presentador,
    .content-wrp-situacion-espana-temporal,
    .content-wrp-situacion-espana-permanente,
    .content-wrp-situacion-espana-modificacion,
    .content-wrp-situacion-espana-renovacion,
    .content-wrp-situacion-espana-baja,
    .contet-wrp-cuidadano {
        padding-left: 4px;
    }

    .phone-email-mb {
        display: none;
    }
}



.footer h4 {
    margin-bottom: 21px;
}

.home-img-bottom {
    position: relative;
    bottom: -133px;
    height: 550px;
    overflow: hidden;
    z-index: -1;

}



.users-loged-orders {
    width: 100%;
}

.firt-customer-info {
    width: 25%;
}

.btn-add-review {
    left: 3px;
}

.wrp-form-rating>.btn-add-review {
    display: block;
    margin-top: 33px;
    margin-bottom: 30px;
    padding: 9px 27px 8px 18px;
}

.title-coockie-areement {
    float: left;
}

.wrp-btns-cookie {
    float: right;
}

.decline-cookie {
    margin-right: 45px;
}

.accept-cookie {
    margin-right: 15px;
}

.accept-cookie,
.decline-cookie {
    float: right;
}

#feedbackModal .modal-header {
    min-height: 94px;
}

.feedback-image {
    width: 100px;
}

.feedback-data {
    margin-right: 1%;
}

.form-customer-presentador .field-nombre_presentador,
.form-customer-presentador .field-province_presentador {
    display: inline-block;
    width: 45%;
}

.form-customer-presentador .field-nombre_nie,
.form-customer-presentador .field-localidad_presentador {
    display: inline-block;
    width: 45%;
    margin-left: 3px;
}

.form-customer-presentador .field-numero_presentador,
.form-customer-presentador .field-piso_presentador,
.form-customer-presentador .field-cp_presentador {
    display: inline-block;
    width: 29%;
}



.field-sexo .radio-group,
.field-estado_civil .radio-group {
    color: #8F98B3;
}

.field-nombre_del_padre {
    margin-top: 19px;
}








@media screen and (max-width: 1000px) {
    .wrp-header-big {
        display: none;
    }

    header {
        height: 90px;
        background-color: #001348;

    }


    .bg-home {
        position: relative;
        background-image: url(/../images/back_pages/bg_home_top_mb.svg);
        background-position: 0px -88px;
        background-size: 100%;
        background-repeat: no-repeat;
    }


    .numbers-img-home {
        position: relative;
        left: 0px;
        top: 68%;
        display: block;
        width: 100%;
        margin: 0px auto;
        height: 64px;
        background-color: #ffffffc7;
        border-radius: 10px;
        font-family: "PT Sans", sans-serif;
        font-weight: 700;
        font-size: 17px;
        color: black;
        text-align: center;
        line-height: 55px;
        /* background-color: #D9D9D9; */
    }

    #logo-mobile img {
        position: absolute;
        top: 15px;
        left: 10px;
        width: 59px;
        display: block;
    }

    .btn-register-home .btn-customer-account {
        display: block;
        height: 60px;
        width: 80%;
        margin: 37px auto;
        box-shadow: 1px 1px 18px 3px #8080806b;
    }

    .home-description h2,
    .home-description h3 {
        text-align: center;
    }

    .home-description h2 {
        font-size: 40px;
    }

    .home-description h3 {
        font-size: 30px;
    }

    .img-home-description {
        background-image: url(/../images/home-img-mb.png);
        width: 350px;
        background-size: 100%;
        height: 374px;
        background-repeat: no-repeat;
        margin: 48px auto;
    }


    .home-forms-wrp {
        margin-bottom: 80px;
    }

    .content-home {
        width: 97%;
        margin: 0px auto;
    }

    .home-h1 {
        margin-top: 42px;
        margin-bottom: 33px;
        text-align: center;
    }

    .form-block {
        display: block;
        margin: 0px auto 40px auto;
        padding: 15px 0px;
        width: 99%;
        height: 221px;
    }

    .form-block .form-title {
        padding: 0px 15px;
        font-size: 26px;
    }

    .form-block .form-description {
        margin: 0% 4%;
        width: 91%;
        bottom: 18px;
    }

    .province-outer {
        width: 100%;
        font-size: 20px;
    }

    .back-img::after {
        content: '';
        position: absolute;
        display: block;
        opacity: 0.8;
        top: 163px;
        left: 35px;
        height: 90%;
        width: 90%;
        margin: 0px auto;
        background-image: url(/../images/spain_provinces_mb.png);
        background-repeat: no-repeat;
        background-size: 316px 322px;
        z-index: -100;
    }

    .btns-wpr {
        width: 100%;
    }

    .a-taca-052 button,
    .a-taca-012 button {
        float: left;
        background-color: #7F89A8;
        display: block;
        height: 67px;
        width: 45%;
        font-size: 19px;
        border: 1px solid #7F89A8;
        border-radius: 33px;
        margin: 15% 2%;
        font-weight: 700;
        color: white;

    }
    /* Review Badge */
    .dVOuJR {    
        top: 46px;
        left: 69px;
    }
    .a-taca-052,
    .a-taca-012 {
        text-decoration: none;
    }


    .title-menores {
        display: none;
        width: 100%;
        margin-top: 11px;
        padding: 25px 18px;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 24px;
    }


    .footer-front {
        padding: 13px 0px 15px 0px;
    }

    .block-footer,
    .block-footer-logo {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    .block-footer p {
        width: 44%;
        margin-left: 6%;

    }

    .socials-footer-wrp .social {
        margin-right: 11px;
    }

    .footer-social-mobile {
        display: block;
        height: 76px;
    }

    .footer-social-big {
        display: none;
    }

    .wrp-blocks-footer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;


    }

    .mb-preg {
        position: relative;
        top: -34px;
    }

    #logo-footer img {
        width: 77px;
        height: 77px;
    }

    #logo,
    #logo-footer {
        height: 97px;
        width: 82px;
    }

    .footer h4 {
        margin-bottom: 29px;
    }

    .footer h4,
    .footer h5 {
        text-align: center;
        margin-left: 0%;
    }


    .footer-social-mobile {
        display: flex;
        /* width: 100%; */
        width: 66%;
        font-weight: 700;
        font-size: 15px;
        margin-top: -10px;
        margin-bottom: 11px;
        line-height: 19px;
    }

    .reserv-big {
        display: none;
    }

    .reserv-mob {
        width: 100% !important;
    }

    .soc-wrp-mb {
        width: 73% !important;
    }

    .socials-footer-wrp {
        top: 8px;
        height: 31px;

    }

    .footer-phone-mb,
    .footer-email-mb {
        font-size: 18px;
        font-weight: bold;
    }


    .socials-footer-wrp p {
        width: 43%;
    }

    .poular-items-wrp {
        width: 100%;
    }

    .top-etaps-home {
        position: relative;
        display: block;
        height: 158px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: white;
        border-radius: 110px;
        /* width: 83%; */
        margin: 63px auto 68px auto;
    }

    .etap-item-1,
    .etap-item-2,
    .etap-item-3 {
        position: relative;
        width: fit-content;
        margin: 0px auto;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .etap-item-1::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 2%;
        width: 90%;
        border-bottom: 3px solid #F4F7FB;
    }

    .etap-item-2::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 2%;
        width: 90%;
        border-bottom: 3px solid #F4F7FB;
    }

    .home-img-bottom {
        margin-top: -48px;
    }

    .captcha-wrp img {
        display: block;
        width: 80%;
        height: 80%;
        text-align: center;
        margin: 18px auto;
    }

    #main-submit {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin: 30px auto 39px auto;
        display: block;
        text-transform: uppercase;
        font-size: 19px;
    }

    input[name="codSeguridadForm"] {
        width: 100%;
        height: 43px
    }

    .title-download-pdfs {
        text-align: center;
        margin-bottom: 31px;
        font-size: 23px;
    }

    .tasa-button,
    .anketa-button,
    .instruction-button {
        display: inline-block;
        width: 45%;
        margin: 14px 2%;
        text-decoration: none !important;
    }

    #form-pdf,
    #instruction_pdf {
        margin-left: 0px !important;
    }

    #tasa-pdf,
    #form-pdf,
    #instruction_pdf {
        width: 100%;
        color: #ffffff;
        background-color: #04254494;
        font-size: 18px;
        border-color: #3f93dbba;
        margin: 0px !important;
    }


    .btn-customer-password-update {
        display: block;
        width: 80%;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-customer-password {
        width: 100%;
    }

    .content-inner-customer {
        min-height: 600px;
    }


    .agreement-register-wrp {
        width: 95%;
    }

    .wrp-top-reviews {
        margin: 9px auto;
    }

    .google-review-top {
        display: block;
        margin: 0px auto;
    }

    .btn-add-review {
        display: block;
        margin: 8px auto;
    }

    .wrp-btns-cookie {
        margin-top: 30px;
    }

    .accept-cookie,
    .decline-cookie {
        display: block;
        width: 85%;
        margin: 20px auto;
    }

    /*** Feedback  **/

    #feedbackModal .modal-header {
        min-height: 105px;
    }

    .feedback-image {
        width: 92px;
    }

    .feedback-open {
        display: none;
    }

    .feedback-close,
    .feedback-submit {
        display: block;
        width: 90%;
    }

    .feedback-close {
        margin: 10px auto 0px auto;
    }

    .feedback-submit {
        margin: 15px auto 3px auto;
    }

    .form-customer-presentador {
        width: 100%;
    }

    .title-main-presentador,
    .title-presentador,
    .title-representante-legal,
    .title-situacion-spana-temporal,
    .title-situacion-spana-permanente,
    .title-situacion-spana-modificacion,
    .title-situacion-spana-baja,
    .title-cuidadano,
    .title-renovacion {

        border-color: #6C9195;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 50px;
        height: auto;
        border-radius: 25px;
        transition: background 200ms linear 0s;
        font-family: "PT Sans", sans-serif;
        font-weight: 400;
        font-size: 17px;
    }

    .btn-presentador_one,
    .btn-presentador_two,
    .btn-presentador_one:focus,
    .btn-presentador_two:focus,
    .btn-presentador_one:not(.collapsed),
    .btn-presentador_two:not(.collapsed) {
        width: 100%;
    }

    .contet-wrp-presentador {
        margin-top: 10px;
    }

    #logo-footer {
        margin-left: 4%;
    }

    .rights-reserved {
        margin-top: 15px;
        margin-left: -2%;
        width: 65%;
        font-size: 15px;
        text-align: left;
    }

    .left-home-decore,
    .right-home-decore {
        display: none;
    }

    .popular-top-title {
        margin: 49px 11px 27px 0px;
    }

    .drop-downs {
        width: 30%;
        height: 81px;
        margin: 0px 1% 0px 1%;
    }

    .popular-title,
    .popular-count {
        display: block;
    }

    .popular-title {
        float: none;
        width: 60%;
        border-right: 0px solid white;
        border-bottom: 1px solid white;
        margin: 0px auto;
    }

    .popular-count {
        top: 4px;
        left: 0px;
        width: 45%;
        margin: 0px auto;
        margin-top: 0px;
    }

    .popular-orders {
        top: 21px;
    }

    .gdpr-home-title {
        text-align: center;
        display: block;
    }

    .btn-review-stars-img {
        float: none;
        display: block;
        width: 80px;
        margin: 8px auto;
        margin-top: 6px;
    }

    .wrp-form-rating>.btn-add-review {
        border-radius: 25px;
        margin: 24px 0px 36px 0px;
        padding: 8px 27px 7px 19px;
        min-height: 50px;
        width: 100%;
        height: auto;
    }


    /*** Contacts page elements **/

    .contacts-img-wrp {
        display: block;
    }

    .page-contacts .home-h1 {
        font-family: "PT Sans", sans-serif;
        font-weight: 700;
        font-size: 30px;
        text-align: left;
    }

    .contact-address,
    .contact-phone,
    .contact-mail {
        width: 100%;
        height: 333px;
        margin: 23px auto;
        border: 1px solid #CDD5E9;
        border-radius: 20px;
        box-shadow: inset 0px 0px 0px 12px #e5ebff5c;
    }

    .c-address-img img,
    .c-phone-img img,
    .c-mail-img img {
        display: block;
        margin: 50px auto 0px auto;
    }

    .c-address-title,
    .c-phone-title,
    .c-mail-title {
        display: block;
        font-family: "PT Sans", sans-serif;
        font-weight: 400;
        margin-top: 27px;
        font-size: 17px;
        text-align: center;
        line-height: 25px;
    }

    .c-address-nif {
        display: block;
        margin: 10px 0px;
    }

    .google-map {
        margin-top: 60px;
        height: 560px;
    }

    /*** Page about **/
    .about-img img {
        margin-top: 1px;
        width: 100%;
        height: auto;

    }

    .about-list {
        margin-top: 46px;

        margin-bottom: 44px;
        width: 100%;
        padding: 0px;
    }

    .about-list li {
        width: 100%;
        min-height: 90px;
        margin-bottom: 20px;
        border: 1px solid #CDD5E9;
        border-radius: 20px;
        box-shadow: inset 0px 0px 0px 12px #e5ebff5c;
        padding: 40px 10px 40px 69px;
        list-style-type: none;
    }

    .about-list li::before {
        content: url(/images/about/list_img.png);
        position: absolute;
        margin-left: -30px;
    }

    .about-list li p {
        padding: 5px;
    }

    .about-bottom-title {
        width: 100%;
    }


    .captcha-error,
    .unavalable-service,
    .required-fields-error,
    .error-charset,
    .documents-sended-success {

        width: 100%;
    }

    /*** Faq accardion  **/

    .nos-clin {
        width: 100%;
        margin: 0px auto 5px auto;
    }

    .page-questions figure img {
        width: 86%;
        height: auto;
        display: block;
        margin-top: 20px;
        margin: 50px auto;
    }

    .faq-acardion-title {
        display: block;
        width: 84%;
    }

    #feedbackModal .modal-title {
        margin-top: 40px;
    }

    #feedbackModal .btn-close {
        top: 15px;
        right: 15px;
    }

    .field-adress_equal_presentador label {
        width: 80%;
    }

    .back-lote-img {
        display: block;
        width: 100%;
        margin: 30px auto 5px auto;

    }

    .back-lote-img img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 14px;
    }

    .back-img-porovince {
        min-height: 590px;
    }

    .field-taca_total::after {
        margin-top: -64px;
        line-height: 49px;
        height: 49px;
    }

    .bg-home .wrp-sixblocks-lote .home-h1 {
        margin-top: -25px;
    }


    .lote-block-province {
        margin-top: 3px;
    }

    .lote-block-officine {
        height: 60px;
    }

    .lote-block-officine::first-letter {
        text-transform: uppercase;
    }

    .lote-block-lote {
        margin-bottom: 7px;
    }

    .bg-consultant-main .form-name {
        margin-top: 26px;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 30px;
    }

    .consultant-subtitle {
        line-height: 34px;
        font-size: 23px;
        font-weight: 400;
        color: #303030;
        margin-bottom: 54px;
    }

    body:has(.bg-consultant-main) {
        background-image: linear-gradient(127deg, #73f7a0, white 70%);

    }


    .block-consultant-img {
        position: absolute;
        top: -72px;
        right: 1px;
        width: 125px;
        height: 125px;
    }

    .wrp-consultant-blocks .block-title {
        top: 38px;
        width: 95%;
        font-size: 22px;
    }

    .block-cunsultant-1,
    .block-cunsultant-2,
    .block-cunsultant-3 {
        background-image: linear-gradient(142.24deg, #7BF3A4 55.66%, #FFFFFF 93.31%);
        width: 85%;
        height: 395px;
        margin: 0px auto 150px auto;
        border-radius: 45px;
        box-shadow: 13px 11px 10px rgb(0 0 0 / 35%);
    }

    .block-cunsultant-1::before,
    .block-cunsultant-2::before,
    .block-cunsultant-3::before {
        top: 69px;
        left: 0px;
        width: 101%;
        height: 95%;
        background-size: 100% 105%;
        background-position: 0px -39px;
    }

    .block-cunsultant-1::after,
    .block-cunsultant-2::after,
    .block-cunsultant-3::after {
        top: -50px;
        left: -9px;
        width: 96%;
        height: 100%;
    }

    .wrp-consultant-blocks .block-description {
        top: 37px;
        width: 95%;
        height: 130px;
        margin: 16px auto;
    }

    .wrp-consultant-blocks .block-button {
        margin-top: 17px;
        min-width: 222px;
        height: 44px;
        padding: 5px;
    }


}

/* End Medias **/

#instruction_pdf {
    display: none;
}

/*** Bns and title to 012 from 052 */

.wrp-link-to-012 {
    margin-bottom: 44px;

}



.title-link-to-012 {
    color: #1054c1;
    padding: 6px;
    font-size: 18px;
    border: 1px solid #0066ff9e;
    box-shadow: 1px 1px 10px #dfdfdf;

}

.title-link-to-012:hover {
    color: #063683;
    border: 1px solid #0455ced5;
}

.warn-links {
    color: orangered;
    font-size: 20px;
}



.agreement-register-wrp {
    margin-top: 15px;
    margin-bottom: 0px;
    min-height: 35px;
    margin-left: 10px;
}

.agreement-title-register {
    float: left;
    margin-left: 2px;
    color: #A5ADC2;
    font-size: 12px;
    line-height: 17px;
}

.service-connection {
    color: #653aa7;
}

.service-connection>.sending-spiner-img {
    top: 0px;
    left: 3px;
}

/*** Loged Customers  **/

.desctription-presentadores {
    margin-bottom: 40px;
}

.customer-presetnador-h {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #055795;

}

.customer-presetnador-h:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 64px;
    border-bottom: 3px solid rgb(133 133 133 / 68%);
}

.form-customer-presentador label {
    width: 50%;
    margin-bottom: 12px;
}

.form-customer-presentador input::placeholder {
    color: #A5ADC2;
}

.btn-customer-presentador-update {
    margin-top: 22px;
}



/*** /// **/

.accordion-item {
    border: 1px solid rgb(165 165 165 / 13%);
}

.btn-presentador_one,
.btn-presentador_two {
    width: 83%;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 25px !important;

}

.btn-presentador_one,
.btn-presentador_two,
.btn-presentador_one:focus,
.btn-presentador_two:focus,
.btn-presentador_one:not(.collapsed),
.btn-presentador_two:not(.collapsed) {
    background-color: #8CB9BD;
    color: white;
}


.btn-presentador_one:focus,
.btn-presentador_two:focus {
    box-shadow: 0 0 0 0.25rem #8cb9bd57;
}



.btn-presentador_one::after,
.btn-presentador_two::after,
.btn-presentador_one:not(.collapsed)::after,
.btn-presentador_two:not(.collapsed)::after {
    content: '';
    position: absolute;
    right: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.wrp-customer-presentador .radio-group {
    margin-top: 20px;
    margin-bottom: 20px;
}


.input-ip {
    width: 400px !important;
}


.wrp-filter-ip {
    width: 600px;
}


/*** Accardion questions **/

#accordionFaq .collapsed::after {
    opacity: 0.0;
    transition: all 50ms linear 0s;
}

#accordionFaq .collapsed::after {
    content: '';
    position: absolute;
    right: 20px;
    height: 35px;
    width: 35px;
    background-image: url(/../images/question_opn.png);
    background-size: 100%;
    opacity: 1;
}


#accordionFaq .accordion-button:not(.collapsed)::after {
    content: '';
    position: absolute;
    right: 20px;
    height: 35px;
    width: 35px;
    background-image: url(/../images/question_cls.png);
    background-size: 100%;
    opacity: 1;
}

/*** Review Google Page Wrp  **/
.google-review-page-wrp {
    position: relative;
    margin-top: 37px;
    margin-bottom: 65px;
}



#feedback_form textarea,
#review_message {
    border-radius: 20px !important;
}


@media screen and (max-width: 1000px) {


    .form-customer-presentador {
        width: 100%;
    }

    .form-customer-presentador .field-nombre_presentador,
    .form-customer-presentador .field-province_presentador {
        display: block;
        width: 100%;
    }

    .form-customer-presentador .field-nombre_nie,
    .form-customer-presentador .field-localidad_presentador {
        display: block;
        width: 100%;
    }

    .form-customer-presentador .field-numero_presentador,
    .form-customer-presentador .field-piso_presentador,
    .form-customer-presentador .field-cp_presentador {
        display: block;
        width: 100%;
    }

    .btn-presentador_one,
    .btn-presentador_two {
        width: 100%;

    }

    .btn-customer-presentador-update {
        margin: 40px auto 0px auto;
        display: block;
    }

    .user-loged-navbar {
        display: none;
    }

    .bg-midle-mb {
        position: relative;
        margin-top: 63px;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .bg-midle-mb::after {
        content: '';
        position: absolute;
        top: 0px;
        left: -3%;
        width: 100%;
        height: 100%;
        background-color: #778fad;
        width: 106%;
        z-index: -1;
    }

    .bg-consultant-main {
        position: relative;
        background-image: linear-gradient(129deg, #8efbb385, #ffffff00);
        overflow: hidden;
    }

    .bg-consultant-main::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-image: url(/images/consultant/back_img_mb.png);
        z-index: -1;
    }

    .wrp-google-widget-review {
        margin-top: 89px;
    }


    .home-title-reviews {
        margin-top: 8px;
        margin-bottom: -18px;
    }

    .page-feedback .nos-clin {
        margin: 0px auto 39px auto;
    }

    .mobile-top-nav,
    .mobile-bottom-nav {
        background-color: #F0F3F9;
    }

    .mobile-bottom-nav {
        margin: 50px 0px 30px 0px;
    }

    .mobile-item {
        width: 96%;
        padding: 3% 2%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #d0dffc;
    }

    .customer-item-title {
        display: block;
        width: 86%;
        color: black;
    }

    .mobile-top-nav a,
    .mobile-bottom-nav a {
        display: block;
        text-decoration: none;

    }

    .mobile-item-open,
    .mobile-item-closed {
        position: relative;
        width: 20px;
        height: 20px;

    }



    .mobile-item-closed::after,
    .mobile-item-open::after {
        content: '';
        position: absolute;
        top: 0px;
        left: -6px;
        width: 20px;
        height: 20px;
        background-image: url(/../images/account_mob.svg);
    }

    .mobile-item-open::after {
        transform: rotate(180deg);
    }



    .img-customer-cat {
        position: static;
        float: none;
        width: 17px;
        height: 17px;
        margin-right: 5px;
    }


    /***  **/
    .loged-order-a {
        text-decoration: none !important;
    }

    .btn-form-orders,
    .btn-taca-orders,
    .btn-form-indicaciones {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }




    /***  **/

    .order-frm-name {
        width: 100% !important;
        padding-right: 10px;
    }

    .tbl-orders tr td {

        padding: 17px 10px 2px 10px;
    }

    .h-home-title-forms-blocks,
    .home-title-reviews {
        font-size: 32px;
    }


    @media screen and (min-width: 1200px) {
        h3 {
            margin-bottom: 28px;
        }
    }



    /* .home-img-middle {
            position: absolute;
            
            width: 100%;
            height: 941px;
            background-size: 100% 100%;
            background-image: url(/../images/back_pages/bg_home_midle_mb.svg);
            z-index: -1;
        }  */
}

.content-adsense-top::after {
    content: '';
    display:block;
    width: 100%;
    clear: both;
}

.content-adsense-top::before {
    content: '';
    display:block;
    width: 100%;
    clear: both;
}
