/* accordion */

@keyframes circle4 {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    85% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes circle3 {
    0% {
        opacity: .9
    }

    30% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: .9
    }
}

@keyframes circle2 {
    0% {
        opacity: .8
    }

    40% {
        opacity: 0
    }

    65% {
        opacity: 0
    }

    100% {
        opacity: .8
    }
}

@keyframes circle1 {
    0% {
        opacity: .7
    }

    50% {
        opacity: 0
    }

    55% {
        opacity: 0
    }

    100% {
        opacity: .7
    }
}

.accordion-icon-header::after {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    right: 25px;
    background-image: url(https://www.securitasdirect.es/themes/custom/securitasDirect/images/icons/svg/arrow_down_small.svg);
    transition: transform .2s ease-in-out
}

.accordion-icon-header:not(.collapsed)::after {
    position: absolute;
    background: transparent url(https://www.securitasdirect.es/themes/custom/securitasDirect/images/icons/svg/arrow_down_small.svg) no-repeat center top;
    transform: rotate(-180deg)
}

/* Hero */

.ck-border-top {
    border-top: none;
}

.ev-img-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.shadow-form-lr {
    box-shadow: 2px 0 10px 0 rgb(0 0 0/15%),-2px 0 10px 0 rgb(0 0 0/15%)
}

.shadow-form-btn {
    box-shadow: 8px 0 5px -5px rgb(0 0 0/15%),-7px 0 0 -4px rgb(0 0 0/15%)
}

.btn-form {
    background-color: #f03;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3em 3em 0;
    width: 96%;
    margin-left: -.7em
}

.ev-btn-cta {
    width: fit-content;
    font-size: 27px!important;
    margin-top: 0!important;
    border-radius: 6em!important
}

.ev-btn-cta:hover,.btn-chev-right :hover,.btn-outline-primary:hover,.btn-outline-primary:focus {
    background-color: #fff!important;
    color: #f03!important
}

.btn-form:hover {
    width: 102%;
    transition-duration: .2s
}

.btn-form:hover span,.btn-table:hover span {
    padding-right: .9em;
    transition-duration: .2s
}

.ev-btn-cta:hover span,.btn-chev-right:hover span {
    padding-right: .9em;
    transition-duration: .5s
}

.btn-table {
    min-height: 58px!important;
    padding: 0 10px!important
}

.evol-oferta {
    font-size: 22px;
    line-height: 27px;
    color: #f03;
    display: flex;
    font-weight: 700;
    flex-direction: column;
    align-items: center
}

.evol-oferta_texto {
    flex-direction: column;
    display: flex;
    color: #f03;
    align-items: center
}

.evol-oferta_instalacion {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #333
}

.evol-oferta_gratis {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700
}

.btn-outline-primary {
    background-color: #fff!important;
    display: inline-flex;
    align-items: center
}

.lp-evo .subtitle {
    font-size: 16px
}

.privacy {
    color: #666
}

.btn-chev-right img:hover {
    color: #fff
}

#triangle-ribbon-box:before {
    content: "";
    position: absolute;
    top: 5em;
    left: -12px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 11px solid #ab192d;
    border-bottom: 15px solid transparent;
    transform: rotate(180deg)
}

.ev-hero-menu {
    position: absolute;
    max-width: none;
    left: 0;
    right: 0;
    width: 100%
}

.ev-wrapper {
    max-width: 62vw;
    width: 60%;
    left: 0
}

.ev-wrapper-hogar {
    max-width: 70vw;
    width: 80%;
    left: 0
}

.ev-hero-menu h2 {
    font-size: 38px;
    line-height: 45px
}

.ev-offer__text {
    font-size: 38px;
    line-height: 45px
}

.ev-offer__text.claim_home {
    font-size: 32px
}

.ev-img-hero .container,.ev-img-hero-hogar .container {
    height: 450px
}

.ev-module__intro {
    width: 90%;
    max-width: 900px;
    padding: 80px 0;
    margin: 0 auto
}

/* tabela comparativa */

.table-btn {
    padding: 30px 6px;
    grid-column: 2;
    grid-row: 15;
    border-bottom-right-radius: 50px;
    background-color: #e3e3e3
}

.table-btn a {
    margin-bottom: 1.4em
}

.comparativa-table .cell-sd__btn a {
    border-radius: 5em
}

.recomendaciones-testimonio p:before {
    content: '';
    background-image: url(/sites/es/files/flmngr/evolutiva/comillas_1.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: .7;
    width: 40px;
    left: 20px;
    top: 43px;
    height: 40px;
    background-size: 28px
}

.pointer-l1:after,.pointer-l2:after,.pointer-r1:after,.pointer-r2:after,.pointer-r3:after {
    content: "";
    position: absolute;
    width: 3em;
    height: 1px;
    border: 1px dashed #f03;
    opacity: 1;
    transition: all .2s ease
}

.pointer-l1:after {
    right: -5em;
    top: 20em
}

.pointer-l2:after {
    right: -5em;
    top: 50em
}

.pointer-r1:after {
    left: -5em;
    top: 8em
}

.pointer-r2:after {
    left: -5em;
    top: 34em
}

.pointer-r3:after {
    left: -5em;
    top: 60em
}

.img-circle {
    position: absolute;
    width: 130px;
    height: 130px;
    border: 1px solid #f03;
    border-radius: 100%;
    left: calc(50% - 65px);
    top: calc(50% - 65px);
    z-index: 0;
    animation: circle1 3s ease infinite
}

.img-circle:nth-of-type(2) {
    width: 150px;
    height: 150px;
    border-width: 2px;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
    animation: circle2 3s ease infinite
}

.img-circle:nth-of-type(3) {
    width: 170px;
    height: 170px;
    border-width: 3px;
    left: calc(50% - 85px);
    top: calc(50% - 85px);
    animation: circle3 3s ease infinite
}

.img-circle:nth-of-type(4) {
    width: 190px;
    height: 190px;
    border-width: 4px;
    left: calc(50% - 95px);
    top: calc(50% - 95px);
    animation: circle4 3s ease infinite
}

#homedoctor-device:before {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: #f03
}

.ev-module__title {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center
}

.pet_title {
    font-size: 46px
}

.ev-module__pretitle {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 27px;
    text-align: center
}

.ev-module__intro p {
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.modulo-expertos-evo li {
    background-image: url(https://www.securitasdirect.es/lp/html/img/ico/bullet-flecha-roja@2x.png);
    background-repeat: no-repeat;
    padding-left: 2rem
}

.modulo-expertos-evo:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-color: #f7f7f7;
    height: calc(100% - 90px);
    left: 0;
    bottom: 0
}

.ev-intro-img.fondo-oscuro:after {
    background-color: rgba(0,0,0,.3)
}

.ev-intro-img:after {
    content: '';
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: all .5s ease
}

.ev-border-arrow {
    bottom: 30px;
    width: 100%;
    z-index: 10
}

.ev-border-arrow-grey:before,.ev-border-arrow-grey:after {
    border-bottom: 23px solid #f7f7f7!important
}

.ev-border-arrow:before,.ev-border-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    height: 0;
    border-bottom: 23px solid #fff;
    border-right: 35px solid transparent
}

.ev-border-arrow:after {
    right: 0;
    left: auto;
    top: 0;
    border-right: none;
    border-left: 35px solid transparent
}

/* parallax */

.parallax-height {
    padding: 160px 0
}

.parallax-height h3 {
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all .5s ease
}

.parallax-height p {
    font-size: 18px;
    line-height: 25px
}

.ev-intro-img {
    background-attachment: fixed
}

#productos-anchor .col-auto {
    display: inline-grid;
    align-self: stretch
}

.nuevo {
    background-color: #60b166;
    color: #fff;
    top: 1.5em;
    right: 0;
    padding: 1px 8px;
    border-radius: 16px 0 16px 16px;
    text-align: center;
    display: inline-block;
    font-size: 11px
}

.homedoctor .nuevo {
    background-color: #60b166;
    color: #fff;
    top: 1.5em;
    right: 0;
    padding: 3px 15px;
    border-radius: 16px 16px 16px 0;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content
}

/* Carousel */

.products-slider__item h4 {
    font-size: 20px
}

.owl-carousel {
    display: block
}

.owl-theme .owl-controls .owl-page span {
    border: 8px solid #d7d2cb;
    background: #fff!important;
    border-radius: 12px!important;
    opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls .owl-page:hover span {
    background: #f03!important;
    border-color: #f03
}

.products-slider__wrapper {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 0 2rem
}

.products-slider__item {
    padding: 0 25px
}

.products-slider__item img {
    width: 300px;
    height: auto;
    margin: 0 auto
}

.products-slider__item h3 {
    font-size: 20px
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: 0 0!important;
    border-radius: 0;
    opacity: 1;
    left: -30px;
    padding: 0;
    margin: 0!important
}

.owl-theme .owl-controls .owl-buttons div:before,.owl-theme .owl-controls .owl-buttons div:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #f03;
    left: 0;
    transform: rotate(45deg);
    top: 5px
}

.owl-theme .owl-controls .owl-buttons div:before {
    transform: rotate(-45deg);
    top: 25px
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -30px
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    transform: rotate(-135deg)
}

.owl-theme .owl-controls .owl-buttons .owl-prev:after {
    transform: rotate(135deg)
}

.bg-luces {
    background-image: url(/sites/es/files/flmngr/evolutiva/securitas-direct-casa-noche-emergencia-ocupacion.jpg);
    background-position-y: 5em;
    background-repeat: no-repeat
}

.luces-poli {
    padding-bottom: 250px
}

.icon-top {
    top: -2em
}

.ev-services__item-text h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px
}

.ev-sos__action:before {
    content: '';
    position: absolute;
    left: 60px;
    top: calc(50% - 25px);
    width: calc(100% - 120px);
    height: 50px;
    background-color: #f03;
    opacity: .15;
    z-index: 0;
    transition: all 1.5s ease-out
}

.bg-darker {
    position: relative;
    overflow: hidden
}

.bg-darker * {
    z-index: 1
}

.bg-darker:before {
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5)
}

.bg-darker--rounded {
    overflow: initial
}

.bg-darker--rounded:before {
    border-radius: 1em
}

.bg-light-75 {
    position: relative
}

.bg-light-75:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 0;
    background-color: #f8f9fa
}

.bg-light-75 * {
    z-index: 1
}

@media(max-width: 580px) {
    .bg-light-75:after {
        height:100%
    }

    .mx--15 {
        margin-left: -15px;
        margin-right: -15px
    }
}


/* Guardian modulo */

.guardian-evo {
    background-color: #d7d2cb
}

.guardian-evo .container-md-none {
    max-width: none
}

.guardian-evo h5 {
    font-size: 33px;
    line-height: 40px
}

.img-guardian-left {
    border-top-right-radius: 55px
}

.img-guardian-right {
    border-top-left-radius: 55px
}

@media(min-width: 768px) {
    .ml-3em {
        margin-left:3em
    }

    .ml-4em {
        margin-left: 4em
    }

    .ml-5em {
        margin-left: 5em
    }
}

.guardian-vertical-dots-left::after {
    left: calc(29px + -5px)
}

.guardian-vertical-dots-right::after {
    right: calc(29px + -5px)
}


.card--above {
    border-radius: 20px;
    margin-bottom: -40px;
    z-index: 4;
    padding: 0 15px
}
@media(min-width: 1300px) {
    .prod-anchor .owl-wrapper {
        display:flex!important;
        justify-content: space-between;
        width: auto!important
    }
}

@media(max-width: 768px) {
    .card-hero .main-row {
        justify-content:center!important
    }

    .ev-module__intro {
        padding: inherit
    }

    .ev-module__pretitle {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px
    }

    .ev-module__title {
        font-size: 36px;
        line-height: 43px
    }

    .mobile-h {
        min-height: 463px
    }

    .prod-anchor .owl-wrapper-outer {
        overflow: initial
    }

    .products-nueva-alarma .owl-theme .owl-controls .owl-buttons div {
        bottom: 40em
    }

    .owl-theme .owl-controls .owl-buttons div {
        bottom: 0;
        top: auto;
        left: -10px
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        left: auto;
        right: -10px
    }

    .products-slider__wrapper {
        padding: 0
    }

    .luces-poli {
        padding-bottom: 0
    }

    .bg-luces {
        background-image: none!important
    }

    .icon-top {
        top: 0
    }

    .ev-sos__action:before {
        content: '';
        left: -135px;
        top: calc(30% - -270px);
        width: calc(100% - -271px);
        background-color: #f03;
        transform: rotate(-90deg)
    }

    .guardian-evo {
        background-color: #fff
    }

    .guardian-evo-img {
        width: 100%;
        max-height: 100%;
        height: 30vh
    }

    .guardian-vertical-dots-right:after {
        left: 9%
    }

    .guardian-vertical-dots-left::after {
        right: 9%;
        left: auto
    }

    .guardian-2-mobile {
        display: flex;
        flex-direction: column
    }

    .servicios-evol .owl-theme .owl-controls .owl-buttons div {
        bottom: 0;
        top: 6em
    }

    .reverse {
        flex-direction: row-reverse
    }

    #homedoctor-device:before {
        display: none
    }

    .table-btn {
        grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 5;
        background-color: #fff!important
    }
}

@media(max-width: 580px) {
    .carousel {
        min-height:440px;
        height: 300px!important
    }

    .card-top {
        background-color: #fff
    }

    .carousel-item {
        height: 100%
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover
    }

    .ev-module__title {
        font-size: 28px;
        line-height: 35px
    }

    .parallax-height {
        padding: 60px 0
    }

    .ev-intro-img {
        background-attachment: initial
    }

    .comparativa-table .cell-feature .cell-feature__title>span {
        display: none
    }

    .lum-lightbox-inner img {
        width: 100%
    }
}

@media(min-width: 768px) and (max-width:1090px) {
    .guardian-vertical-dots-right::after {
        right:unset;
        left: 95.6%
    }

    .guardian-vertical-dots-left::after {
        left: 3.7%
    }
}

@media(min-width: 580px) and (max-width:980px) {
    .bootstrap-form-hero-base .bg-brown {
        background-color:#d7d2cbff
    }
}

@media(min-width: 768px) and (max-width:1200px) {
    .card-hero {
        top:calc(100% - 525px)!important
    }
}

@media(min-width: 580px) and (max-width:992px) {
    .main-row {
        top:-4em
    }
}

@media(min-width: 993px) and (max-width:1999px) {
    .premio {
        margin-right:calc(100% - 33em)
    }
}

@media(max-width: 1200px) {
    .ev-wrapper,.ev-wrapper-hogar {
        max-width:57vw
    }

    .ev-offer__text {
        font-size: 27px
    }

    .ev-offer__text.claim_home {
        font-size: 24px
    }

    .ev-hero-menu h2 {
        font-size: 3vw
    }

    .bootstrap-form-hero-base .lp-evo .position-video-form-hero {
        right: 48%;
        bottom: 374px
    }

    .bootstrap-form-hero-base .position-video-form-hero {
        right: 48%;
        top: 30vw;
        z-index: 7
    }

    .ev-btn-cta {
        margin: 0 auto
    }
}

@media(max-width: 980px) {
    .ev-offer__text {
        font-size:30px
    }

    .ev-hero-menu {
        position: inherit
    }
}

@media(max-width: 580px) {
    .ev-img-hero .container {
        height:calc(50vw + 300px);
        max-height: 500px
    }

    .bg-white-mob {
        background-color: #fff!important
    }

    .evol-oferta_texto {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .evol-oferta_gratis {
        font-size: 32px
    }

    .evol-oferta_instalacion {
        font-size: 28px;
        line-height: 28px
    }

    .evol-oferta {
        line-height: 10px
    }
}

@media(min-width: 1200px) {
    .premio {
        margin-right:calc(100% - 44em)
    }

    .bootstrap-form-hero-base .lp-evo .position-video-form-hero {
        bottom: 374px;
        right: 42%;
        top: unset
    }
}

@media(max-width: 992px) {
    .ev-wrapper-hogar {
        width:100%;
        max-width: inherit!important
    }

    .bootstrap-form-hero-base .lp-evo .position-video-form-hero {
        right: 11%;
        bottom: 704px;
        top: unset
    }

    .bootstrap-form-hero-base .position-video-form-hero {
        right: 15vw;
        top: 19vw;
        z-index: 7
    }

    .card-hero {
        background-color: #f3f3f3
    }

    .main-row {
        margin-top: calc(100vh - 61em);
        position: relative;
        z-index: 4
    }

    .main-row-hogar {
        margin-top: calc(100vh - 64em)!important
    }
}

@media(min-width: 992px) {
    .bootstrap-form-hero-base .position-video-form-hero {
        right:42%;
        top: 380px;
        bottom: unset;
        z-index: 7
    }

    .card-hero {
        position: absolute
    }

    .bloque-premio {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
    }
}

@media(max-width: 768px) {
    .bootstrap-form-hero-base .lp-evo .position-video-form-hero {
        right:10%;
        bottom: 975px;
        top: unset
    }
}

@media(max-width: 580px) {
    .card-hero {
        border-radius:7em 0 0 0;
        position: relative;
        padding: 0!important
    }

    .bootstrap-form-hero-base .lp-evo .position-video-form-hero {
        right: 8%;
        bottom: unset;
        top: calc(22vh - 25px)
    }
    
    .bootstrap-form-hero-base .position-video-form-hero {
        top: 230px !important;
        right: 30px !important;
}

    .carousel-inner {
        height: unset!important
    }

    .ev-img-hero {
        background-image: url(/sites/es/files/flmngr/evolutiva/chalet-drone-m.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: initial
    }

    .ev-img-hero-hogar {
        background-image: url(/sites/es/files/styles/sd_b002_full_s/public/flmngr/drupal/sd_b002/casa-protegida-ocupacion.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom
    }

    .btn-form {
        width: 100%;
        margin-left: 0
    }

    .evol-oferta_gratis {
        line-height: 32px!important
    }
}

@media(min-width: 580px) {
    .bootstrap-form-hero-base .bg-grey {
        background-color:#f7f7f7
    }

    .card-top {
        background-image: linear-gradient(to top,#ffffffff,#fcfcfcab)
    }
}

@media(max-width: 376px) {
    .carousel {
        min-height:550px
    }
}

#whatsapp {
    cursor: pointer;
    display: block;
    height: 60px;
    transition: transform .2s ease-in;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px #00000015;
    padding: 4px
}

#whatsapp:hover {
    transform: scale(1.1)
}

.ev-form__media-icon {
    width: 150px;
    height: auto;
    cursor: pointer;
    pointer-events: none
}

.hero-evo-img {
    height: 430px;
    max-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%
}

.card-hero--whatsapp {
    z-index: 3;
    top: calc(100% - 485px)
}

.card-hero--home {
    z-index: 3;
    top: calc(100% - 531px)
}

@media(min-width: 768px) and (max-width:1200px) {
    .card-hero--whatsapp {
        top:calc(100% - 485px)!important
    }

    .card-hero--home {
        top: calc(100% - 581px)!important
    }
}

@media(max-width: 580px) {
    .card-hero--whatsapp {
        top:auto;
        margin-top: 200px
    }
}


/* generic */
  .ev-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }

  .ev-module__title {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center;
  }

  .ev-module__title.text-align-left {
    text-align: left;
  }

  .ev-module__pretitle {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 27px;
    text-align: center;
  }

  .ev-border-arrow {
    bottom: 30px;
    width: 100%;
    z-index: 10;
  }

  .ev-border-arrow:before,
  .ev-border-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    height: 0;
    border-bottom: 23px solid #fff;
    border-right: 35px solid transparent;
  }

  .ev-border-arrow:after {
    right: 0;
    left: auto;
    top: 0;
    border-right: none;
    border-left: 35px solid transparent;
  }

  .ev-border-arrow-grey:before,
  .ev-border-arrow-grey:after {
    border-bottom: 23px solid #f7f7f7;
  }

  @media (max-width: 768px) {
    .ev-module__pretitle {
      font-size: 18px;
      line-height: 24px;
    }

    .ev-module__title {
      font-size: 36px;
      line-height: 43px;
    }
  }

  @media (max-width: 580px) {
    .ev-module__title {
      font-size: 28px;
      line-height: 35px;
    }
  }