/*Estilos del carrusel*/

.text-shadow{
  text-shadow:0px 0px 10px white;
}



#pillars button.plus.arrow {
    background-image: url(https://cdn-verisure.s3.eu-west-2.amazonaws.com/website+images/plus-symbol.png);
    opacity: 1;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.draggable {
    cursor: grab;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.draggable>* {
    flex: 0 0 auto;
}

.card.expander .expand.arrow:not(.active) {
    transform: rotate(180deg);
    transition: all .3s;
}

.transparent {
    opacity: 0;
    transition: opacity .3s;
}

#pillars .card:not(.intro-card) .arrows .arrow.right {
    display: none;
}

.padded-half {
    padding: 48px 80px;
}

.card .arrows>.arrow {
    position: relative;
    margin: 0;
}

.card .arrows {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 16px;
    gap: 16px;
}

.z-index-4 {
    z-index: 4;
}

.card .arrows .right,
.card .arrows .next {
    transform: rotate(90deg);
}

.card .arrows .left,
.card .arrows .prev {
    transform: rotate(270deg);
}

.padded-left {
    padding-left: 3rem;
}

.card.expander .expand.arrow {
    background-image: url(https://d2pc6md4ebmkju.cloudfront.net/website+images/top-arrow.png);
    background-image: image-set("https://d2pc6md4ebmkju.cloudfront.net/website+images/top-arrow.png.webp" type("image/webp"), "https://d2pc6md4ebmkju.cloudfront.net/website+images/top-arrow.png" type("image/png"));
    transition: all .3s;
    background-size: cover;
    background-color: transparent;
}

.card .arrows .prev,
.card .arrows .left,
.card .arrows .next,
.card .arrows .right {
    background-image: url(https://d2pc6md4ebmkju.cloudfront.net/website+images/top-arrow.png);
    transition: all .3s;
    background-size: cover;
    background-color: transparent;
}




.card .arrow {
    background-image: url("https://d2pc6md4ebmkju.cloudfront.net/website+images/top-arrow.png");
    background-image: image-set("https://d2pc6md4ebmkju.cloudfront.net/website+images/top-arrow.png.webp"
            type("image/webp"),
            "https://d2pc6md4ebmkju.cloudfront.net/website+images/top-arrow.png"
            type("image/png"));
    background-size: cover;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 3;
    border: none;
    outline: none;
}

/*Estilos del modal*/

.modal.new {
    width: 100%;
    max-width: 100%;
    background: transparent;
}

.modal.new .modal-dialog {
    max-width: 700px;
}

.modal-dialog button {
    font-size: 40px;
    position: fixed;
    top: 20px;
    right: 170px;
    line-height: 20px;
    color: white;
    font-weight: 400;
    opacity: 1;
    text-shadow: none;
    background: transparent;
    border-radius: 50%;
    padding: 10px 10px;
    border: 2px solid white;
}

/*Estilos del menú*/
.section-home {
    min-height: 700px !important;
    height: 700px !important;
    padding-top: 280px;
}

.section-home {
    background: url(https://www.verisure.pe/sites/pe/files/flmngr/web-nueva/banner-home-nuevo.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0 50%;
}

.layout-container .top-bar {
    display: none;
    height: 0 !important;
}

.btn-white {
    background: #fff;
    color: #262626 !important;
    align-items: center;
}

.btn-white:hover {
    background: #fff;
    color: #ED002F;
}

.img-cotiza {
    height: calc(100% + min(3rem, 6vw) * 2);
    width: calc(100% + min(5rem, 10vw) * 2);
}

/*Bloque final*/

div.zoom-in,
div.zoom-out {
    overflow: hidden;
}

.absolute-top {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    z-index: 1;
}

/*bloque instalacion mantenimiento videos*/
.countdown-images img {
    max-height: 160px;
}

.gap-half {
    gap: 3rem;
}

.card.expander,
#pillars .card {
    min-width: 330px;
    width: 330px;
    flex-basis: 330px;
    min-height: 500px;
    max-height: 600px;
    max-width: 330px;
}


#installation .card.expander:not(.expanded)+.card.expander:not(.expanded) {
    flex-grow: 10;
}

#installation .card.expanded {
    flex-grow: 10;
}



.card .arrow.expanded {
    transform: rotate(180deg);
}

.text-content {
 
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
}

#installation .card {
    flex-grow: 0.0001;
    flex-shrink: 1;
    transition: all 500ms;
    max-width: unset;
}

.z-index-2 {
    z-index: 2;
}

div.expander img,
div.expander picture,
div.expander video {
    border-radius: 25px 0px 25px 0px !important;
}

div.expander img,
div.expander picture,
div.expander video {
    filter: brightness(.9);
    transition: filter .3s, box-shadow .3s;
    border-radius: var(--border-radius);
}


.card.glow:hover img,
.card.glow:hover picture,
.card.glow:hover video,
a.glow:hover,
label.glow:hover,
button.glow:hover,
.card.glow.bg-white:hover {
    animation: glow 0.3s;
    animation-fill-mode: forwards;
}



@keyframes glow {
    0% {
        box-shadow: 0 0 3px 2px #fff, 0 0 4px 3px #ED002F;
    }

    90% {
        box-shadow: 0 0 2px 1px #ED002F;
        border: 1px solid #ED002F;
    }

    100% {
        box-shadow: 0 0 1px 1px #ED002F;
        border: 1px solid v#ED002F;
    }
}

div.expander img,
div.expander picture,
div.expander video {
    filter: brightness(0.9);
    transition: filter 0.3s, box-shadow 0.3s;
    border-radius: 25px;
}


/*Estilos bloque btn camera*/

.play-video.camera a:after,
a.play-video.camera:after {
    border-bottom: 15px solid transparent;
    border-left: 30px solid white;
    border-top: 15px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}

.darken {
    filter: brightness(.5) !important;
}



.card.rounded {
    border-radius: 25px 0px 25px 0px !important;
    overflow: hidden;
}

.bg-white.translucent {
    opacity: 1;
    background: rgba(255, 255, 255, .8) !important;
}

.card.glow {
    overflow: visible;
    border: 1px solid transparent;
}


a.glow:hover,
label.glow:hover,
button.glow:hover,
.card.glow.bg-white:hover {
    animation: glow .3s;
    animation-fill-mode: forwards;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 3px 2px #fff, 0 0 4px 3px #ed0130;
    }

    90% {
        box-shadow: 0 0 2px 1px #ed0130;
        border: 1px solid #ed0130;
    }

    100% {
        box-shadow: 0 0 1px 1px #ed0130;
        border: 1px solid #ed0130;
    }
}

.padding {
    padding: min(3rem, 6vw) min(5rem, 10vw)
}


.rounded-bottom-right {
    border-bottom-right-radius: 25px !important;
}

.rounded-top-left {
    border-top-left-radius: 25px !important;
}

.card-img,
.card-img-top {
    border-top-left-radius: 25px;
    border-top-right-radius: calc(0.25rem - 1px);
}

#more-than-camera img.card-img-top {
    max-height: 250px;
    width: 100%;
    max-width: unset;
    height: unset;
    object-fit: cover;
}

.play-video.camera {
    background-color: #ED002F;
    border: 0;
    border-radius: 21px;
    display: block;
    font-size: 0;
    height: 75px;
    opacity: .9;
    position: relative;
    text-align: center;
    width: 115px;
    margin-right: auto;
    margin-left: auto;
}

.text-red {
    color: #e32336;
}

.bold {
    font-weight: bold;
}

.layout-container>header .wrapper-header {
    background-color: transparent;
}

.layout-container main {
    padding: 00px 0 0;
}

.bg-gradient-red {
    background: linear-gradient(205deg, #3f000b 0%, #ec173c 100%);
}

.bg-gradient-dark-red {
    background: linear-gradient(90deg, #ED002F 50%, #ab192d 150%);
}

.bg-grey-gradient{
  background:rgb(111, 113, 115) !important;
}

.btn-secondary{
    background:rgb(111, 113, 115) !important;
}

.layout-container>header {
    border-bottom: 0;
}

.wrapper-header {
    box-shadow: unset;
}

.layout-container>header {
    background-color: transparent;
}

.layout-container>header .full-block-menu>.menu-level-0>.menu-item>a {
    border-bottom: 4px solid transparent;
    text-transform: unset;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.layout-container>header .full-block-menu>.menu-level-0>.menu-item>span {
    color: white;
}

/*Contador*/

#countdown-offer p.unit {
    font-size: 12px !important;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
}

#countdown-offer p.number {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 14px;
    margin-top: 8px;
    font-weight: bold;
    text-align: center;
}

.btn-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
}

.btn-offer:after {
    display: inline-block !important;
    height: 36px;
    width: 36px;
    background: transparent url(/themes/custom/bootstrap_securitas/images/icons/svg/goto_alt.svg) no-repeat center;
    background-size: contain;
    content: '';
    margin-left: 10px;
}

#countdown-offer div {
    padding: 4px;
    background: white;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-right: 12px;
}



#countdown-offer {
    display: flex;
    margin-left: 1rem;
}





/*Bloque Negocio - Hogar*/
.seccion-hogar {
    background-image: url("/sites/pe/files/flmngr/web-nueva/bg-alarm-red.webp");
    min-height: 530px;
    display: flex;
    align-items: stretch;
}

.black-grey-gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}

.text-white,
.text-white p,
p.text-white {
    color: white;
}

.cta-header-container {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.cta-box {
    background-color: transparent;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    display: inline-block;
    border: none;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cta-funnel-wrapper {
    background-color: transparent;
    height: auto;
    width: auto;
    border-radius: 20px;
    padding: 0;
    display: inline-block;
    border: none;

}

.cta-funnel-link {
    --width: min(calc(50vw - 25px), 260px);
    width: var(--width);
    transition: all 0.3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    background-color: rgba(217, 217, 217, 0.2);
    cursor: pointer;
    border-radius: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    box-shadow: 1px 0 40px rgba(255, 255, 255, 0.36);
    /* backdrop-filter: blur(12px); */
}

.cta-funnel-link {
    margin-right: 20px;
}

.cta-funnel-link:hover {
    cursor: pointer;
    transform: scale(1.02);
}

a.cta-funnel-link {
    color: #ffffff;
    padding: 0.375rem 0.75rem 0.3em 0.75rem !important;
    text-decoration: none;
}

a.cta-funnel-link:before,
a.cta-funnel-link:after {
    width: min(90px, 11vw);
    content: "";
    top: 0;
    position: absolute;
    height: 90px;
    border-color: #fff;
    border-style: solid;
}

a.cta-funnel-link:before {
    border-top-left-radius: 10px;
    border-width: 2px 0 0 2px;
    left: -2px;
}

a.cta-funnel-link:after {
    border-top-right-radius: 10px;
    border-width: 2px 2px 0 0;
    right: -2px;
}

.cta-box a .picto-cta-img {
    display: block;
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    height: 60px;
    width: 100%;
    top: -35px;
    left: 0;
}

.cta-box a .picto-cta-arrow {
    content: "";
    width: 110px;
    height: 35px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    background-image: url(/sites/pe/files/flmngr/web-nueva/red-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

.cta-block-home .cta-box a .picto-cta-img {
    background-image: url(/sites/pe/files/flmngr/web-nueva/home-svg.svg);
    background-size: 45px;
}

.cta-block-enterprise .cta-box a .picto-cta-img {
    background-image: url(/sites/pe/files/flmngr/web-nueva/shop-svg.svg);
    background-size: 60px;
}

.black-grey-gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}

/*Bloque Alarma monitoreada*/

#direct-response-new {
    background-image: url(https://d2pc6md4ebmkju.cloudfront.net/website+images/verisure-direct-response-background.jpg.webp), url(https://d2pc6md4ebmkju.cloudfront.net/website+images/verisure-direct-response-background.jpg);
    color: white;
    background-size: cover;
    background-position-y: center;
    font-family: 'Fira Sans', sans-serif;
}

#direct-response-new a.btn.btn-secondary {
    margin: 0 !important;
    font-size: 24px !important;
}

#direct-response-new .top-right-overlay {
    position: absolute;
    height: 230px;
    width: 230px;
    right: 0;
    padding: 32px;
}

#direct-response-new .columns {
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 720px;
}

#direct-response-new .columns p {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

#direct-response-new .columns p.subtitle {
    color: white;
    font-size: 32px !important;
    font-weight: 500;
}

#direct-response-new .columns h3 {
    color: white;
    font-size: 40px !important;
    font-style: italic;
    font-weight: 500;
}

#direct-response-new .btn.secondary {
    background: transparent;
    border: 1px solid white !important;
}

.button-group a {
    margin-right: 20px;
}

/*Bloque camaras*/
.padded {
    padding: 3rem 3rem;
}

.padded-camera {
    height: 543px;
    padding: 3rem 12rem;
}

.padded-top {
    padding-top: 3rem;
}

.object-fit-cover {
    object-fit: cover;
}

.gap {
    gap: 0.5rem;
}

.rounded {
    border-radius: 25px !important;
}

.rounded-bottom-right {
    border-bottom-right-radius: 25px;
}

@media (min-width: 992px) and (max-width: 1600px) {
    #installation .card {
        width: 50%;
        min-width: unset;
    }
}

@media (max-width: 767.98px) {
    #direct-response-new .top-right-overlay {
        position: absolute;
        height: 170px;
        width: 170px;
        right: 0;
        padding: 16px;
    }

    #direct-response-new .columns p.subtitle {
        font-size: 32px;
    }

    #direct-response-new .columns h3 {
        font-size: 40px !important;
        margin-top: 1em;
    }

    #direct-response-new .columns p {
        font-size: 16px;
    }

    #direct-response-new .columns p {
        font-size: 16px;
    }

    #direct-response-new .btn.secondary {
        width: 100%;
    }

    #direct-response-new .btn.secondary {
        width: 100%;
    }

    #direct-response-new .button-group .btn {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .cta-box a .picto-cta-img {
        top: -40px;
    }
}

@media (max-width: 1280px) {
    #countdown-offer {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .padded {
        padding: 2rem 2rem;
    }

    .padded-camera {
        padding: 2rem 2rem;
    }

    .countdown-images img {
        max-height: 80px;
    }

    .layout-container>header .region-header {
        background: white;
    }
}

@media screen and (min-width: 1080px) {
    #pillars:not(.products) .card {
        min-width: 470px;
        width: 470px;
        flex-basis: 470px;
        min-height: 550px;
        max-height: 600px;
        max-width: 470px;
    }
}

@media (min-width: 768px) {
    .fixed-header .layout-container>header .wrapper-header {
        padding: 16px;
        background-color: white;
    }

    .fixed-header .layout-container>header .full-block-menu>.menu-level-0>.menu-item>a {
        border-bottom: 4px solid transparent;
        text-transform: unset;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }

    .fixed-header .layout-container>header .full-block-menu>.menu-level-0>.menu-item>span {
        color: #333333;
    }

}


@media (max-width: 768px) {
    #pillars .card.transparent {
        opacity: 1 !important;
    }

    .modal-dialog button {
        font-size: 25px;
        position: fixed;
        top: 0px;
        right: 20px;
        line-height: 12px;
        color: white;
        font-weight: 400;
        opacity: 1;
        text-shadow: none;
        background: transparent;
        border-radius: 50%;
        padding: 5px 5px;
        border: 2px solid white;
    }

}

@media (max-width: 991px) {
    .card.rounded.position-relative.expander div.flex-column {
        justify-content: center;
        align-items: center;
        justify-items: center;
        height: 100%;
        align-content: center;
        justify-content: end !important;
        padding-bottom: 50px;
    }

    .card.rounded.position-relative.expander div.flex-column p {
        display: flex !important;
        color: #fff !important;
        font-weight: 400 !important;
    }

    #pillars .card.rounded.position-relative.expander div.flex-column h3 {
        padding-bottom: 0.5em;
    }

    #pillars .card.expander .expand.arrow {
        display: none;
    }

    #pillars .transparent {
        transition: none !important;
    }

    #pillars div.expander :is(img, picture, video) {
        transition: none !important;
    }

    button.modal.plus {
        display: block;
        width: 60px;
        height: 60px;
    }

    #pillars button.plus.arrow {
        display: block;
    }
}

@media screen and (max-width:576px) {
    .d-sm-none {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .d-md-none {
        display: none;
    }
}

@media screen and (max-width:450px) {
    #pillars .draggable {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    h1.h1.text-center {
        font-size: 40px !important;
    }
}