.w-70 {
    width: 7em
}

.corparative-color {
    color: #ee0125
}

.f-small {
    line-height: 1.5em;
    font-size: .8em
}

.f-medium {
    font-size: 1.3em
}

.f-large {
    font-size: 2em;
}
@media (min-width: 768px){
.f-lg-extralarge {
    font-size: 2.5em;
}
}

.titles-sections {
    margin-bottom: 3em
}

.titles-sections h2 {
    text-align: center;
    line-height: 1.2em;
    font-weight: 600
}

.titles-sections .border-bottom {
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin: 0 .5em;
    border: 0 !important
}

.titles-sections .border-bottom:after {
    width: 70px;
    height: 4px;
    background: #ee0125;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em
}

span.line-br {
    display: inline-block
}

.btn-verisure {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    border-radius: 3.125em;
    padding: 1em 0;
    color: #fff;
    background-color: #ee0125;
    border: none
}

.btn-verisure:hover {
    background-color: #dc3545;
    border-color: #fff;
    color: #fff
}

.btn-verisure:focus .btn-verisure.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-verisure .disabled,
.btn-verisure:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-verisure i {
    vertical-align: -2px
}

.btn-verisure:not(:disabled):not(.disabled):active,
.btn-verisure:not(:disabled):not(.disabled).active,
.show>.btn-verisure.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-verisure:not(:disabled):not(.disabled):active:focus,
.btn-verisure:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-verisure-ribbon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    color: #fff;
    background-color: #ee0125;
    border: 2px solid #fff
}

.btn-verisure-ribbon:hover {
    background-color: #fff;
    color: #ee0125
}

.btn-verisure-ribbon:focus .btn-verisure-ribbon.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-verisure-ribbon .disabled,
.btn-verisure-ribbon:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-verisure-ribbon i {
    margin: 0 -.5em 0 .5em
}

.btn-verisure-ribbon:not(:disabled):not(.disabled):active,
.btn-verisure-ribbon:not(:disabled):not(.disabled).active,
.show>.btn-verisure-ribbon.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-verisure-ribbon:not(:disabled):not(.disabled):active:focus,
.btn-verisure-ribbon:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.m_btn_video {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 75px;
    border-radius: 15px;
    background-color: #ef0009;
    border: 0 solid #ef0009;
    text-align: center;
    font-family: "AdobeBlank", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 0;
    opacity: .5
}

.m_btn_video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -13px;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 36px solid #fff;
    opacity: 1
}

@media (max-width: 480px) {
    .m_btn_video {
        width: 84px;
        height: 55px;
        border-radius: 14px
    }

    .m_btn_video:after {
        margin-top: -14px;
        margin-left: -10px;
        border-top: 14px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 26px solid #fff
    }
}

.chevron {
    margin: 0 10px;
    display: inline-block
}

.chevron .arm {
    width: 2px;
    height: 10px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    display: inline-block
}

.chevron .left {
    background: #f03;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg)
}

.chevron .right {
    background: #f03;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.chevron.down .left {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.chevron.down .right {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg)
}

.btn-verisure_outline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    border-radius: 3.125em;
    padding: 1em 0;
    color: #ee0125;
    background-color: #fff;
    border: 1px solid #ee0125
}

.btn-verisure_outline:hover {
    background-color: #dc3545;
    color: #fff;
    border: none
}

.btn-verisure_outline:hover i {
    color: #fff
}

.btn-verisure_outline:focus .btn-verisure.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-verisure_outline .disabled,
.btn-verisure_outline:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-verisure_outline i {
    vertical-align: -2px;
    color: #ee0125
}

.modal-dialog {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.modal-dialog .modal-content .text-popup {
    font-size: .8em !important;
    line-height: 1.8em !important;
    text-align: left !important
}

.modal-dialog .modal-legals {
    height: 70%
}

.modal-dialog .modal-content {
    height: 60%;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem)
}

.mx-width-modal {
    max-width: 680px
}

.modal-content-offer {
    border-radius: 0 0 2em;
    -webkit-border-radius: 0 0 2em;
    -moz-border-radius: 0 0 2em;
    -ms-border-radius: 0 0 2em;
    -o-border-radius: 0 0 2em
}

.modal-content-offer .modal-margin {
    padding: 0;
    margin: 0 2em 2em
}

.modal-content-offer .border-none {
    border: none
}

.modal-content-offer .text-offer {
    font-size: 2.4rem;
    font-weight: 600
}

.modal-content-offer .text {
    font-size: 1.3rem;
    line-height: 1.8em
}

.modal-content-offer hr {
    margin: 1.5em 0
}

@media (max-width: 576px) {
    .modal-legals {
        max-height: 380px
    }

    .modal-content-offer .modal-margin {
        padding: 0;
        margin: 0 1em 1em
    }

    .modal-content-offer .text-offer {
        font-size: 2rem
    }

    .modal-content-offer .date-offer {
        font-size: 1rem
    }

    .modal-content-offer .text {
        font-size: 1.2rem;
        line-height: 1.8rem
    }

    .modal-content-offer hr {
        margin: 1.2em 0
    }
}

.modal-content {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important
}

.simple-container {
    width: 50vw;
    height: 50vh;
    padding: 1em
}

#privacy .modal-dialog-scrollable {
    max-height: inherit
}

.cookies {
    display: block;
    font-size: .65em;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    z-index: 10000000000
}

.cookies .cookies-content {
    padding: 0 2%;
    max-width: 1200px;
    margin: 0 auto
}

.cookies .cookies-text {
    float: left;
    text-align: left;
    padding: 4px 0
}

.cookies .cookies-text p {
    padding: 0 !important
}

.cookies .cookies-buttons button {
    border: 0;
    color: #000;
    padding: 4px;
    background-color: #fff
}

.cookies .cookies-buttons button:before {
    content: "Cerrar"
}

@media screen and (max-width: 479px) {
    .cookies {
        font-size: .65em
    }

    .cookies .cookies-content {
        position: relative;
        overflow: hidden
    }

    .cookies .cookies-text {
        float: left;
        text-align: left;
        padding: 4px 30px 4px 0
    }

    .cookies .cookies-buttons button {
        position: absolute;
        top: 0;
        right: 4px;
        cursor: pointer;
        padding: 10px
    }

    .cookies .cookies-buttons button:before {
        content: "X"
    }
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15)
}

@media (min-width: 576px) {
    .shadow-none-sm {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 768px) {
    .shadow-none-md {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 992px) {
    .shadow-none-lg {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 1200px) {
    .shadow-none-xl {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.border-radius-all {
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em
}

.border-radius-left-bottom {
    border-radius: 0 0 0 3em;
    -webkit-border-radius: 0 0 0 3em;
    -moz-border-radius: 0 0 0 3em;
    -ms-border-radius: 0 0 0 3em;
    -o-border-radius: 0 0 0 3em
}

.border-radius-right-bottom {
    border-radius: 0 0 3em 0;
    -webkit-border-radius: 0 0 3em 0;
    -moz-border-radius: 0 0 3em;
    -ms-border-radius: 0 0 3em 0;
    -o-border-radius: 0 0 3em 0
}

.border-radius-right-top {
    border-radius: 0 3em 0 0;
    -webkit-border-radius: 0 3em 0 0;
    -moz-border-radius: 0 3em 0 0;
    -ms-border-radius: 0 3em 0 0;
    -o-border-radius: 0 0 0
}

.border-radius-left-top {
    border-radius: 3em 0 0 0;
    -webkit-border-radius: 3em 0 0 0;
    -moz-border-radius: 3em 0 0;
    -ms-border-radius: 3em 0 0 0;
    -o-border-radius: 3em 0 0 0
}

.cookies p {
    line-height: 1.4em;
    font-size: .59rem
}

.img-form img {
    width: 200%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.input-button input {
    margin-left: 1.2em;
    background-color: transparent;
    padding: 0
}

.input-button .border-radius {
    border-radius: 2em !important
}

.input-button .input-group-append {
    margin: .2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-button .form-control-placeholder {
    font-size: .8em;
    position: absolute;
    margin-left: 1.3rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.legal-text-form {
    line-height: 1.4em;
    font-size: .8em
}

.telephone-form {
    bottom: 0;
    background-color: #ee0125;
    text-align: center;
    border-top: 1px solid #ccc
}

.telephone-form p {
    color: #fff
}

.telephone-form p strong {
    font-size: 1.6em
}

.copy-img-header h1 {
    margin: .1em 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    padding: .6em 1em;
    line-height: 1.4em;
    border-radius: 0 0 1.5em 0
}

.form-hero {
    border-radius: 0 0 0 3em;
    z-index: 2
}

.form-hero .btn-verisure {
    max-width: 270px
}

#copy {
    max-width: 32em
}

@media (max-width: 480px) {
    .input-button {
        width: 100%
    }
}

@media (max-width: 575px) {
    .border-mobile-form {
        border-radius: 0 0 1em 1em;
        -webkit-border-radius: 0 0 1em 1em;
        -moz-border-radius: 0 0 1em 1em;
        -ms-border-radius: 0 0 1em 1em;
        -o-border-radius: 0 0 1em 1em
    }

    .copy-img-header h1 {
        border-radius: 0
    }

    .form-hero {
        border-radius: 0 0 1em 1em;
        -webkit-border-radius: 0 0 1em 1em;
        -moz-border-radius: 0 0 1em 1em;
        -ms-border-radius: 0 0 1em 1em;
        -o-border-radius: 0 0 1em 1em
    }
}

@media (max-width: 767px) {
    .img-form img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .carousel-caption {
        position: relative;
        left: 0
    }

    .copy-img-header {
        top: 0;
        position: relative
    }

    .copy-img-header h1 {
        margin: 0;
        font-size: 1.1rem
    }

    #copy {
        max-width: 100%
    }
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem
}

.form-control-placeholder {
    position: absolute;
    margin-left: 1.3rem;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    background: transparent
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    color: #000;
    transform: translate3d(0, -70%, 0);
    margin-left: 1.2rem;
    background: transparent;
    -webkit-transform: translate3d(0, -70%, 0);
    -moz-transform: translate3d(0, -70%, 0);
    -ms-transform: translate3d(0, -70%, 0);
    -o-transform: translate3d(0, -70%, 0)
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: none !important;
    background: transparent !important
}

.invalid-tooltip {
    margin-left: 2em;
    opacity: .9;
    -webkit-animation-name: error-txt;
    animation-name: error-txt;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes error-txt {
    0% {
        opacity: 0
    }

    100% {
        opacity: .9
    }
}

@keyframes error-txt {
    0% {
        opacity: 0
    }

    100% {
        opacity: .9
    }
}

.img-bg-business img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

header .bg-legal {
    background: #f5f5f5
}

header p {
    font-size: 1em;
    margin: 0
}

header h2 {
    margin: 0
}

header .legal-text {
    font-size: .75em;
    line-height: 1.5em
}

header .stamp-legal {
    width: 5em
}

.logo-header {
    background: #fff;
    padding: 1em;
    border-radius: 0 0 1.5em 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 97px
}

@media (max-width: 767px) {
    header .bg-legal {
        background: none
    }

    header h2 {
        font-size: 1.4em
    }
}

@media (max-width: 480px) {
    header {
        border-bottom: .08em solid #cacaca
    }

    header h2 {
        font-size: 1.2em
    }

    header p {
        font-size: .8em
    }
}

.min-height-ifr {
    min-height: 580px
}

.box-ifr-offer {
    height: 100%;
    border-radius: 0 0 3em 0;
    -webkit-border-radius: 0 0 3em 0;
    -moz-border-radius: 0 0 3em;
    -ms-border-radius: 0 0 3em 0;
    -o-border-radius: 0 0 3em 0;
    text-align: center
}

.box-ifr-offer .icon-ico-arrows {
    color: #f03
}

.box-ifr-offer .text-header-offer {
    line-height: 1.2em;
    font-size: 1.4em
}

.box-ifr-offer .text-number-offer {
    font-weight: 500;
    color: #f03;
    line-height: 2.4em
}

.box-ifr-offer .text-legal-offer {
    font-size: .6rem;
    line-height: 1rem
}

.box-ifr-offer .text-legal-offer .discount {
    font-size: 2rem
}

.box-ifr-offer ul {
    list-style: none;
    padding: 0;
    text-align: left
}

.box-ifr-offer ul i {
    color: #f03;
    position: relative;
    font-weight: 800;
    vertical-align: middle
}

.box-ifr-offer .advantages-box {
    margin-top: 1em
}

.box-ifr-offer .advantages-box #advantages {
    font-size: 1.4em
}

.box-ifr-offer .date {
    color: #ab192d
}

.box-ifr-offer .date-box {
    line-height: 1.4em;
    margin: .6em 0;
    display: -ms-grid;
    display: grid
}

.box-ifr-offer .legal-ifr {
    font-size: .8em;
    line-height: 1.3em;
    color: #797676
}

@media (min-width: 768px) {
    #ifr-shadow {
        border-radius: .5em .5em 7em .5em;
        -webkit-box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.15)
    }
}

@media (max-width: 480px) {
    .min-height-ifr {
        min-height: 320px
    }
}

@media (min-width: 319px) and (max-width: 767px) {
    .bg-ifr {
        background-color: #333
    }

    .bg-ifr #ifr-shadow {
        border-bottom-right-radius: 3em;
        background-color: #fff
    }
}

@media (max-width: 990px) {
    .box-ifr-offer .date-box {
        display: inline
    }

    .min-height-ifr {
        min-height: 450px
    }
}

#picture-container {
    height: 430px
}

#picture-container picture img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}
@media (min-width: 768px){
.product-block {
    height: 100%;
}
}
.product-corner-start {
    border-radius: 3em 0 0 0;
    -webkit-border-radius: 3em 0 0 0;
    -moz-border-radius: 3em 0 0;
    -ms-border-radius: 3em 0 0 0;
    -o-border-radius: 3em 0 0 0
}

.product-corner-finish {
    border-radius: 0 0 3em 0;
    -webkit-border-radius: 0 0 3em 0;
    -moz-border-radius: 0 0 3em;
    -ms-border-radius: 0 0 3em 0;
    -o-border-radius: 0 0 3em 0
}

.triangle-right {
    position: absolute;
    top: calc(50% - 15px);
    right: -22px;
    background-color: #ff0033;
    width: 30px;
    height: 30px;
    border-radius: .4em;
    transform: rotate(45deg)
}

.triangle-left {
    position: absolute;
    top: calc(50% - 15px);
    left: -12px;
    width: 30px;
    height: 30px;
    background-color: #ff0033;
    border-radius: .4em;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg)
}

.border-products-left {
    border-left: 11px solid #f03
}

.border-products-right {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-right: 11px solid #f03
}
.radius-bottom-right{border-bottom-right-radius:3em;}
@media (max-width: 768px){
    .border-products-left{border-left:0}
    .border-products-right{border-right: 0;}
    .border-products-bottom{border-bottom:11px solid #f03}
    .radius-bottom-right{border-bottom-right-radius:0;}
}
@media (max-width: 480px) {

    .triangle-right {
        display: none
    }
}

.nav-header {
    width: 100%;
    position: fixed;
    left: 0;
    line-height: 65px;
    text-align: center;
    z-index: 10
}

.nav-header div .logo {
    float: left;
    max-width: 180px
}

.nav-header div .logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem
}

.nav-header div .logo .logo a:hover {
    color: #00e676
}

.affix {
    background-color: rgba(255, 255, 255, 0.93);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15)
}

.affix-logo {
    width: 65%;
    background: none
}

.header-container {
    height: 85vh;
    min-height: 40em;
    position: relative
}

.header-container .image-hero-container {
    position: absolute;
    width: 100%
}

.header-container .image-hero-container img,
.header-container .image-hero-container picture {
    height: 85vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#hero-content-height {
    height: 72.5vh
}

#hero-wrap {
    height: 78vh
}

#hero-wrap img {
    position: relative;
    z-index: 1;
    display: none
}

.center-content-hero {
    height: 85vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ribbon-hero {
    position: absolute;
    z-index: 4;
    top: .5em;
    left: -1em;
    border-bottom-right-radius: 1em
}

#ribbon-hero #offer-container {
    line-height: 18px
}

#triangle-ribbon {
    position: absolute;
    top: 3em;
    left: -1em;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #565d63;
    border-bottom: 15px solid transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.shadow-ribbon {
    -webkit-box-shadow: 0 .3rem .4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .3rem .4rem rgba(0, 0, 0, 0.15)
}

.arrow-hero {
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: 0
}

.arrow-hero .col-arrow {
    margin-top: 29px
}

.arrow-hero img {
    width: 190px px;
    margin: 0 -2px
}

@media (max-width: 1200px) {
    .header-container {
        height: 85vh
    }

    .header-container .image-hero-container {
        width: 100%
    }

    .header-container .image-hero-container img,
    .header-container .image-hero-container picture {
        height: 85vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

@media (min-width: 576px) {
    .shadow-sm-none {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

@media (max-width: 575px) {
    #hero-content-height {
        height: initial;
        padding-top: 30vh
    }

    .arrow-hero {
        display: none
    }

    .center-content-hero {
        height: auto
    }

    .header-container {
        height: inherit;
        max-height: none;
        min-height: none
    }

    .header-container .image-hero-container img,
    .header-container .image-hero-container picture {
        height: 30vh;
        min-height: 300px;
        max-height: 400px;
        -o-object-fit: cover;
        object-fit: cover
    }

    #card-height {
        height: inherit
    }
}


@media (min-width: 576px) and (max-width: 768px) {

    .header-container .image-hero-container img,
    .header-container .image-hero-container picture {
        -o-object-position: center;
        object-position: center
    }
}

@media (min-width: 320px) and (max-height: 569px) {
    #triangle-ribbon {
        position: absolute;
        top: 3em
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header-container .image-hero-container picture {
        height: 97vh
    }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .header-container .image-hero-container picture {
        height: 92vh
    }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 900px) and (orientation: landscape) {
    .logo-header {
        width: 67%
    }

    .header-container .image-hero-container img {
        height: 140vh
    }

    .header-container {
        height: 140vh
    }

    .arrow-hero {
        display: none
    }
}

.shadow-table {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 3em 0 0
}

.border-radius-table {
    border-radius: 0 0 3em 0;
    -webkit-border-radius: 0 0 3em 0;
    -moz-border-radius: 0 0 3em;
    -ms-border-radius: 0 0 3em 0;
    -o-border-radius: 0 0 3em 0
}

.position-table {
    position: relative;
    top: -3em
}

.comparative-table i {
    font-size: 1.18rem
}

.comparative-table .col {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.comparative-table .col p,
.comparative-table .col a {
    font-size: .9em;
    line-height: 1.2em;
    text-decoration: none;
    color: #262626
}

.comparative-table .border-line {
    border-bottom: 1px solid #dcddde
}

.comparative-table .height-table {
    height: 55px
}

.comparative-table .the-best .col:nth-child(2) {
    padding: 1.2em 1em;
    background: #fff;
    -webkit-box-shadow: 0 .8rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .8rem 1rem rgba(0, 0, 0, 0.15)
}

.comparative-table .header-logos {
    position: relative;
    top: 6em
}

.comparative-table .header-logo-table {
    padding: 1.5em 1em;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0 2em 0 0;
    background: #fff
}

.comparative-table .btn-verisure {
    width: auto
}

.comparative-table .btn-verisure a,
.comparative-table .btn-verisure i {
    font-size: .9em
}

.comparative-table .ribbon-table {
    position: absolute;
    top: -8px;
    left: -8px;
    max-width: 100%;
    height: auto
}

.comparative-table .col-btn-table {
    min-height: 85px
}

@media (max-width: 767px) {
    .comparative-table .the-best .row .col-2 .row {
        border: none
    }

    .comparative-table .the-best .col {
        margin-bottom: .5em
    }

    .comparative-table .collapse .the-best {
        border-bottom: 1px solid #dcddde
    }

    .comparative-table .the-best .col:nth-child(2) {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom-right-radius: 1em;
        padding: 1em;
        -webkit-box-shadow: .3em .2em .5em rgba(0, 0, 0, 0.05);
        box-shadow: .3em .2em .5em rgba(0, 0, 0, 0.05)
    }

    .comparative-table .the-best .col:nth-child(3) {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1em;
        border-right: 1px solid #dcddde
    }

    .comparative-table .the-best .col:nth-child(4) {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1em;
        border-right: 1px solid #dcddde
    }

    .comparative-table .the-best .col:nth-child(5) {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1em
    }

    .comparative-table .header-logos {
        position: relative;
        top: 4.5em
    }

    .comparative-table .height-table {
        height: 0;
        display: contents
    }

    .comparative-table .shadow-none-md {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .comparative-table .border-line {
        border-bottom: 0
    }

    .comparative-table .border-radius-right-bottom {
        border-radius: 0 0 2em 0;
        -webkit-border-radius: 0 0 2em 0;
        -moz-border-radius: 0 0 2em;
        -ms-border-radius: 0 0 2em 0;
        -o-border-radius: 0 0 2em 0
    }

    .comparative-table .border-line {
        margin-top: 1em;
        margin-bottom: 1em
    }

    .comparative-table .btn-verisure {
        font-size: 1em;
        max-width: 220px
    }

    .comparative-table .chevron {
        margin-right: .5em;
        background: #fff;
        width: 24px;
        border-radius: .2em
    }
}

@media (max-width: 576px) {
    .comparative-table .header-logos {
        position: relative;
        top: 4.5em
    }

    .comparative-table .ribbon-table {
        top: -6px;
        left: -6px;
        max-width: 78px;
        width: 100%
    }

    .comparative-table .header-logo-table {
        padding: 1.7em 1em;
        border-radius: 0 1.1em 0 0;
        background: #fff;
        -webkit-border-radius: 0 1.1em 0 0;
        -moz-border-radius: 0 1.1em 0 0;
        -ms-border-radius: 0 1.1em 0 0;
        -o-border-radius: 0 1.1em 0 0
    }

    .comparative-table .border-radius-right-bottom {
        border-radius: 0 0 1.5em 0;
        -webkit-border-radius: 0 0 1.5em 0;
        -moz-border-radius: 0 0 1.5em;
        -ms-border-radius: 0 0 1.5em 0;
        -o-border-radius: 0 0 1.5em 0
    }
}

@media (max-width: 480px) {
    .btn-verisure {
        max-width: none
    }
}

.module-full-image {
    position: relative
}

.module-full-image .text-container-cra {
    z-index: 1
}

.module-full-image .ico-cra {
    width: 74px;
    margin: 0 auto
}

.module-full-image .row-full {
    position: absolute;
    width: 100%;
    height: 100%
}

.module-full-image .bg-white-cra {
    background: #fff;
    opacity: .8;
    height: 100%;
    border-radius: 0 0 7em 0
}

.module-full-image img {
    min-height: 250px;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.module-full-image .mw-640 {
    max-width: 640px
}

.module-full-image_cra {
    position: relative;
    overflow: hidden;
    max-height: 650px
}

.module-full-image_cra .text-container-cra {
    z-index: 1
}

.module-full-image_cra .ico-cra {
    width: 74px;
    margin: 0 auto
}

.module-full-image_cra .row-full {
    position: absolute;
    width: 100%;
    height: 100%
}

.module-full-image_cra .bg-white-cra {
    background: #fff;
    opacity: .8;
    height: 100%;
    border-radius: 0 0 7em 0
}

.module-full-image_cra img {
    min-height: 250px;
    max-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.module-full-image_cra .mw-640 {
    max-width: 640px
}

@media (max-width: 480px) {
    .module-full-image_cra picture img {
        height: 650px
    }
}

@media (min-width: 480px) and (max-width: 579px) {
    .module-full-image_cra picture {
        width: 100%
    }

    .module-full-image_cra picture img {
        width: 100% !important
    }
}

@media (max-width: 768px) {
    .module-full-image_cra .mw-640 {
        max-width: none
    }

    .module-full-image_cra .bg-white-cra {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
}

@media (min-width: 1200px) {
    .module-full-image_cra picture {
        width: 100%
    }

    .module-full-image_cra picture img {
        width: 100%
    }
}

.bg-gradient-corporative {
    background: #f03;
    background: linear-gradient(132deg, #f03 0%, #f03 18%, #a10222 100%)
}

.space-module-bg {
    padding: 3em 0 0
}

.app-module ul {
    list-style: none;
    line-height: 3em
}

.app-module ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.app-module ul li a {
    text-decoration: none
}

.app-module ul li a:nth-child(2) {
    text-decoration: underline
}

.app-module ul li i {
    text-decoration: none
}

.app-module ul li p {
    display: inline;
    vertical-align: super
}

.app-module h2,
.app-module h3,
.app-module p,
.app-module a,
.app-module li {
    color: #fff
}

.app-module img {
    max-width: 463px
}

.app-module .border-bottom:after {
    background: #b7b7b7
}

.app-module .hightlight-bg-icons {
    background-color: #fff;
    border-radius: 3em;
    padding: .25rem;
    display: inline
}

.app-module .nav-pills .nav-link.active,
.app-module .nav-pills .show>.nav-link {
    background-color: transparent;
    cursor: pointer
}

@media (max-width: 576px) {
    .app-module ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

a {
    cursor: pointer
}

#services .avatar {
    z-index: 2;
    left: 0;
    right: -1em;
    bottom: 15%
}

#services #img-card img {
    max-height: 250px;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em
}

#services #body-card {
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em
}

#services #body-card ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    line-height: 1.4rem
}

@media (max-width: 576px) {
    #services .card .card-up img {
        height: 180px;
        -o-object-position: 0 8%;
        object-position: 0 8%
    }

    .avatar .icon-face-id,
    .icon-sos1,
    .icon-arm-stay {
        font-size: 3em
    }

    #services .avatar {
        z-index: 2;
        left: 0;
        right: -.4em;
        top: 32%
    }

    #services .card .card-body {
        margin-top: 1.5em
    }

    .card-body ul {
        margin-bottom: unset
    }
}

@media (max-width: 767px) {
    #service-2 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    ul.service-list {
        width: 80%;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    ul.service-list {
        width: 95%
    }
}

#img-card picture img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

@media(min-width:768px) {
    .card-services img {
        max-height: 200px;
    }
}

@media (max-width: 767px) {
    .card-services>.row {
        min-height: 210px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }

    #img-card img {
        border-top-left-radius: 2em;
        border-bottom-left-radius: 2em;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    #body-card {
        border-top-right-radius: 2em;
        border-bottom-right-radius: 2em;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    #services #body-card .card-body {
        margin-top: 0
    }

    .hightlight-bg-icons {
        padding: .8rem
    }
}

.phone-error {
    font-size: 2em;
    color: #f03;
    font-weight: 600
}

.shadow-error {
    -webkit-box-shadow: 0 2rem 3rem -1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 2rem 3rem -1rem rgba(0, 0, 0, 0.15)
}

.header-container-error {
    height: 85vh
}

.header-container-error .image-hero-container {
    position: absolute;
    width: 100%
}

.header-container-error .image-hero-container img,
.header-container-error .image-hero-container picture {
    height: 85vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

.h-hero-100 {
    position: relative;
    top: 20%
}

#hero-wrap {
    height: 98vh
}

#hero-wrap img {
    position: relative;
    z-index: 1;
    display: none
}

@media (max-width: 1200px) {
    .header-container-error {
        height: 85vh
    }

    .header-container-error .image-hero-container {
        width: 100%
    }

    .header-container-error .image-hero-container img,
    .header-container-error .image-hero-container picture {
        height: 85vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left
    }
}

@media (max-width: 575px) {
    .header-container-error {
        height: auto;
        margin-bottom: 18em;
        position: relative
    }

    .arrow-hero {
        display: none
    }

    .center-content-hero {
        height: auto
    }

    .header-container-error {
        max-height: none;
        min-height: none
    }

    .header-container-error .image-hero-container img,
    .header-container-error .image-hero-container picture {
        height: 50vh;
        min-height: 310px;
        max-height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header-container-error .image-hero-container picture {
        height: 97vh
    }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .header-container-error .image-hero-container picture {
        height: 92vh
    }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 900px) and (orientation: landscape) {
    .logo-header {
        width: 67%
    }

    .header-container-error .image-hero-container img {
        height: 140vh
    }

    .header-container-error {
        height: 140vh
    }

    .arrow-hero {
        display: none
    }
}

.card-img-top {
    width: 50%;
    margin: 0 auto;
    max-width: 100px
}

.active>.card {
    border-top-left-radius: 3em
}

.trustpilot-widget {
    text-align: -webkit-center
}

.modal {
    background: none !important;
    right: 0!important;
    left:0!important;
    box-shadow: inherit !important
}

.body-cra .titles-sections {
    margin-bottom: 0 !important
}

.comparative-table .col {
    max-height: 60px
}

.btn-verisure_outline:hover {
    color: #fff !important
}

.nav-header a::before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmYwMDMzIj48cGF0aCBkPSJNNDg3LjggMjQuMUwzODcgLjhjLTE0LjctMy40LTI5LjggNC4yLTM1LjggMTguMWwtNDYuNSAxMDguNWMtNS41IDEyLjctMS44IDI3LjcgOC45IDM2LjVsNTMuOSA0NC4xYy0zNCA2OS4yLTkwLjMgMTI1LjYtMTU5LjYgMTU5LjZsLTQ0LjEtNTMuOWMtOC44LTEwLjctMjMuOC0xNC40LTM2LjUtOC45TDE4LjkgMzUxLjNDNSAzNTcuMy0yLjYgMzcyLjMuOCAzODdMMjQgNDg3LjdDMjcuMyA1MDIgMzkuOSA1MTIgNTQuNSA1MTIgMzA2LjcgNTEyIDUxMiAzMDcuOCA1MTIgNTQuNWMwLTE0LjYtMTAtMjcuMi0yNC4yLTMwLjR6TTU1LjEgNDgwbC0yMy05OS42IDEwNy40LTQ2IDU5LjUgNzIuOGMxMDMuNi00OC42IDE1OS43LTEwNC45IDIwOC4xLTIwOC4xbC03Mi44LTU5LjUgNDYtMTA3LjQgOTkuNiAyM0M0NzkuNyAyODkuNyAyODkuNiA0NzkuNyA1NS4xIDQ4MHoiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.13em;
    pointer-events: none;
    position: absolute;
    left: 14px;
    bottom: 15px;
    width: 1.03em;
    transform: scale(-1, 1)
}

.nav-header a:hover::before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNNDc2LjUgMjIuOUwzODIuMyAxLjJjLTIxLjYtNS00My42IDYuMi01Mi4zIDI2LjZsLTQzLjUgMTAxLjVjLTggMTguNi0yLjYgNDAuNiAxMy4xIDUzLjRsNDAgMzIuN0MzMTEgMjY3LjggMjY3LjggMzExIDIxNS40IDMzOS41bC0zMi43LTQwYy0xMi44LTE1LjctMzQuOC0yMS4xLTUzLjQtMTMuMUwyNy43IDMyOS45Yy0yMC40IDguNy0zMS41IDMwLjctMjYuNiA1Mi4zbDIxLjcgOTQuMmM0LjggMjAuOSAyMy4yIDM1LjUgNDQuNiAzNS41QzMxMi4zIDUxMiA1MTIgMzEzLjcgNTEyIDY3LjVjMC0yMS40LTE0LjYtMzkuOC0zNS41LTQ0LjZ6TTY5LjMgNDY0bC0yMC45LTkwLjcgOTguMi00Mi4xIDU1LjcgNjguMWM5OC44LTQ2LjQgMTUwLjYtOTggMTk3LTE5N2wtNjguMS01NS43IDQyLjEtOTguMkw0NjQgNjkuM0M0NjMgMjg2LjkgMjg2LjkgNDYzIDY5LjMgNDY0eiI+PC9wYXRoPjwvc3ZnPg==);
    background-size: contain;
    display: inline-block;
    height: 1.33em;
    pointer-events: none;
    position: absolute;
    left: 24px;
    bottom: 15px;
    width: 1.33em;
    transform: scale(-1, 1)
}

@media (max-width:375px) {
    #services-cards #icon {
        top: 10em !important;
        left: .2em !important
    }

    #services-cards #image-card {
        height: 365px !important;
        max-height: none !important
    }
}

@media screen and (max-width: 425px) and (min-width: 375px) {
    #services-cards #icon {
        top: 6em !important;
        left: 1.5em !important
    }

    #services-cards #image-card {
        max-height: 280px !important
    }
}

@media screen and (max-width: 473px) and (min-width: 425px) {
    #services-cards #icon {
        top: 6em !important;
        left: 2em !important
    }

    #services-cards #image-card {
        max-height: 250px !important
    }
}

@media (max-width:768px) {
    .comparative-table #button-table {
        background: none !important;
        box-shadow: none !important
    }
}

@media (max-width:767px) {
    .comparative-table #row-button {
        margin-bottom: 0 !important
    }

    .app-module .nav-tabs .nav-item a {
        flex-flow: column;
        text-align: center;
        line-height: 1.3em
    }

    .app-module .nav-tabs .nav-item {
        width: 33.3% !important
    }

    .app-module ul {
        align-items: flex-start
    }

    .comparative-table .the-best .col-3 {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom-right-radius: 1em;
        padding: 1em;
        -webkit-box-shadow: .3em .2em .5em rgba(0, 0, 0, 0.05);
        box-shadow: .3em .2em .5em rgba(0, 0, 0, 0.05)
    }

    .comparative-table .the-best .border-right {
        padding: 1em;
        border-right: 1px solid #dcddde
    }

    #body-cra {
        margin-right: 5em;
        margin-bottom: inherit !important
    }

    .card-services {
        display: inline-flex
    }

    .card-services .img-services {
        width: 33% !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 2em
    }

    .card-services .icon-services {
        left: 11% !important
    }


    .card-services .card-body {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 2em
    }
}

@media (max-width:768px) {
    .hero-height {
        height: 98vh !important;
        min-height: 58em !important
    }

    .container-fluid h1 {
        font-size: 1.2rem;
        text-align: center
    }

    .container-fluid #form-hero {
        top: 11em
    }
}

@media only screen and (max-device-width: 769px) and (min-device-height:945px) {
    .hero-height {
        height: 57vh !important;
        min-height: 59em !important
    }

    .container-fluid #image-hero {
        height: 100% !important
    }

    .form-container {
        min-height: 34em !important;
        height: 50vh !important
    }
}

.collapsed .chevron {
    transform: rotate(180deg)
}

.collapse.show {
    display: flex
}
@media (max-width:576px){
    #image-hero{
      height:35vh!important;
    }
    #hero-card-margin{
      height:0;
      margin-top:11vh;
    }
    #cta-card h1{
      font-size:medium!important;
    }
    #hero-offer-title{font-size:x-large;}
    #hero-offer{font-size:x-large}
    #hero-offer-date{font-size:x-large}
    #radius-bottom-right{border-bottom-right-radius:2em}
    #radius-bottom-left{border-bottom-left-radius:2em}
    #radius-card-mobile{border-bottom-right-radius:2em;border-bottom-left-radius:2em}
  
  }
  @media(max-width:325px){
     #hero-offer-title{font-size:larger;}
    #hero-offer{font-size:larger}
    #hero-offer-date{font-size:larger}
  }
    .glowing-border {
      border: 2px solid #dadada;
      border-radius: 7px;
      outline: none;
      border-color: #9ecaed;
      box-shadow: 0 0 10px #9ecaed;
  }
  #services .card-body {
      height: calc(100% - 13em);
      min-height: 300px;
      max-height: 600px;
      border-bottom-left-radius: 2em;
      border-bottom-right-radius: 2em;
  }
  table tbody th, table tbody td {
      border-left:0;
  }
  table th, table td {
      border-bottom:0;
  }
  .collapse.show {
      display: block!important;
  }
  @media (min-width:768px){
    .w-md-75{
      width:75%;
    }
  }
  .box-ifr-offer {
    height: 100%;
    border-radius: 0 0 3em 0;
    -webkit-border-radius: 0 0 3em 0;
    -moz-border-radius: 0 0 3em 0;
    -ms-border-radius: 0 0 3em 0;
    -o-border-radius: 0 0 3em 0;
    text-align: center;}
  
    .box-ifr-offer .icon-ico-arrows {
      color: #ff0033;
    }
  
   .box-ifr-offer .text-header-offer {
      line-height: 1.2em;
      font-size: 1.4em;
    }
  
   .box-ifr-offer .text-number-offer p {
      font-weight: 500;
      color: #ff0033;
      line-height: inherit;
    }
  
   .box-ifr-offer .text-legal-offer {
      font-size: 0.6rem;
      line-height: 1rem;}
  
   .box-ifr-offer .text-legal-offer   .discount {
        font-size: 2rem;
      
    }
  
   .box-ifr-offer ul {
      list-style: none;
      padding: 0;
      text-align: left;
   }
  
    .box-ifr-offer  i {
        color: #ff0033;
        position: relative;
        font-weight: 800;
        vertical-align: middle;
      }
    
  
    .box-ifr-offer .advantages-box{
      margin-top: 1em;  }
     .box-ifr-offer .advantages-box   #advantages{
          font-size: 1.4em;
        }
   .box-ifr-offer .date {
      color: #ab192d;
    }
  
    .box-ifr-offer .date-box {
      line-height: 1.4em;
      margin: .6em 0;
      display: grid;
  
    }
   .box-ifr-offer .legal-ifr{
      font-size: .8em;
      line-height: 1.3em;
      color: #797676;
    
  }
  
  @media (min-width:768px){
    #ifr-shadow{
      border-radius: .5em .5em 7em .5em;
      -webkit-box-shadow:  0 1rem 1.5rem rgba(0,0,0,0.15);
      box-shadow: 0 1rem 1.5rem rgba(0,0,0,0.15);
    }
  }
  @media (max-width: 480px) {
    .min-height-ifr {
        min-height: 320px;
    }
   }
   @media (min-width: 319px) and (max-width: 767px) {
     .bg-ifr{
        background-color:#333;}
     .bg-ifr  #ifr-shadow{
         border-bottom-right-radius: 3em;
         background-color:#fff;
       }
     }
  
  @media (max-width: 990px) {
    .box-ifr-offer  .date-box {
  
      display: inline;
  
    }
    .min-height-ifr {
        min-height: 450px;
    }
  }
  .icon-ico-arrows:before{
    content:"";
    display:block;
        margin-right: 0.5em;
      width: 1.5em;
      height: 1.5em;
  background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmYwMDMzIj48cGF0aCBkPSJNMzQuNSAyMzlMMjI4LjkgNDQuN2M5LjQtOS40IDI0LjYtOS40IDMzLjkgMGwyMi43IDIyLjdjOS40IDkuNCA5LjQgMjQuNSAwIDMzLjlMMTMxLjUgMjU2bDE1NCAxNTQuN2M5LjMgOS40IDkuMyAyNC41IDAgMzMuOWwtMjIuNyAyMi43Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEwzNC41IDI3M2MtOS4zLTkuNC05LjMtMjQuNiAwLTM0em0xOTIgMzRsMTk0LjMgMTk0LjNjOS40IDkuNCAyNC42IDkuNCAzMy45IDBsMjIuNy0yMi43YzkuNC05LjQgOS40LTI0LjUgMC0zMy45TDMyMy41IDI1NmwxNTQtMTU0LjdjOS4zLTkuNCA5LjMtMjQuNSAwLTMzLjlsLTIyLjctMjIuN2MtOS40LTkuNC0yNC42LTkuNC0zMy45IDBMMjI2LjUgMjM5Yy05LjMgOS40LTkuMyAyNC42IDAgMzR6Ij48L3BhdGg+PC9zdmc+") no-repeat;
  }
  .icon-completed:before {
        content:"";
    display:block;
    width:1.33em;
    height:1.33em;
    margin-right:.5em;
  background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmYwMDMzIj48cGF0aCBkPSJNMjU2IDhDMTE5LjAzMyA4IDggMTE5LjAzMyA4IDI1NnMxMTEuMDMzIDI0OCAyNDggMjQ4IDI0OC0xMTEuMDMzIDI0OC0yNDhTMzkyLjk2NyA4IDI1NiA4em0wIDQ4YzExMC41MzIgMCAyMDAgODkuNDUxIDIwMCAyMDAgMCAxMTAuNTMyLTg5LjQ1MSAyMDAtMjAwIDIwMC0xMTAuNTMyIDAtMjAwLTg5LjQ1MS0yMDAtMjAwIDAtMTEwLjUzMiA4OS40NTEtMjAwIDIwMC0yMDBtMTQwLjIwNCAxMzAuMjY3bC0yMi41MzYtMjIuNzE4Yy00LjY2Ny00LjcwNS0xMi4yNjUtNC43MzYtMTYuOTctLjA2OEwyMTUuMzQ2IDMwMy42OTdsLTU5Ljc5Mi02MC4yNzdjLTQuNjY3LTQuNzA1LTEyLjI2NS00LjczNi0xNi45Ny0uMDY5bC0yMi43MTkgMjIuNTM2Yy00LjcwNSA0LjY2Ny00LjczNiAxMi4yNjUtLjA2OCAxNi45NzFsOTAuNzgxIDkxLjUxNmM0LjY2NyA0LjcwNSAxMi4yNjUgNC43MzYgMTYuOTcuMDY4bDE3Mi41ODktMTcxLjIwNGM0LjcwNC00LjY2OCA0LjczNC0xMi4yNjYuMDY3LTE2Ljk3MXoiPjwvcGF0aD48L3N2Zz4=") no-repeat;
  }
  
   table.table-thead-fixed tbody{
   height: 100%!important;
   min-height: 100%!important;
  }
  