/* globals */
.body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    --color-facebook: #3b5998;
    --color-instagram:  #e4405f;
    --color-viber: #7360f2;
    --color-telegram: #24a1de;
    --bx-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.15);
    --color-footer: #162348;
    --btn-gradient: linear-gradient(90deg,rgba(27, 116, 169, 1) 50%, rgba(174, 141, 193, 1) 100%);
}

.dmph-h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #2B2B2B;
}

.dmph-h2 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2B2B2B;
}

.dmph-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B2B;
}

.mob {
    display: none;
}

.desk {
    display: initial;
}

.bg-azure {
    background-color: #0095FF;
}
.bg-azure:hover {
    background-color: white;
    border: 1px solid #0095FF;
    color: #0095FF !important;
}

.bg-deep-magenta {
    background-color: #E000BC;
}
.bg-deep-magenta:hover {
    background-color: white;
    border: 1px solid #E000BC;
    color: #E000BC !important;
}

.bg-violet-crayola {
    background-color: #953D87 !important;
}

.bg-yellow {
    background-color: #FFFF00;
}
.bg-yellow:hover {
    background-color: white;
    border: 1px solid yellow;
    color: #2B2B2B;
}

.bg-dark-blue {
    background-color: #003765;
    border: 1px solid #003765;
    color: white;
    opacity: .96;
}
.bg-dark-blue:hover {
    background-color: #003765;
    border: 1px solid white;
    color: white;
    opacity: 1;
}
.bg-facebook {
    background-color: var(--color-facebook, #0b0b88);
    border: 1px solid  var(--color-facebook, #0b0b88);
    color: white;
    transition: all ease-in-out .15s;
}
.bg-facebook:hover {
    background-color: var(--color-facebook, #0b0b88);
    border: 1px solid white;
    color: white;
}
.bg-instagram {
    background-color: var(--color-instagram, #e11032);
    border: 1px solid  var(--color-instagram, #e11032);
    color: white;
    transition: all ease-in-out .15s;
}
.bg-instagram:hover {
    background-color: var(--color-instagram, #e11032);
    border: 1px solid white;
    color: white;
}
.bg-telegram {
    background-color: var(--color-telegram, #448eea);
    border: 1px solid  var(--color-telegram, #448eea);
    color: white;
    transition: all ease-in-out .15s;
}
.bg-telegram:hover {
    background-color: var(--color-telegram, #448eea);
    border: 1px solid white;
    color: white;
}
.bg-viber {
    background-color: var(--color-viber, #800080);
    border: 1px solid  var(--color-viber, #800080);
    color: white;
    transition: all ease-in-out .15s;
}
.bg-viber:hover {
    background-color: var(--color-viber, #800080);
    border: 1px solid white;
    color: white;
}
.use-footer-bg {
    background-color: var(--footer-bg, darkblue);
    border: 1px solid var(--footer-bg, darkblue);
    color: white;
}
.use-footer-bg:hover {
    background-color: var(--footer-bg, darkblue);
    border: 1px solid white;
    color: white;
}
.use-header-bg {
    background-color: var(--header-bg, darkslateblue);
    border: 1px solid var(--header-bg, darkslateblue);
    color: white;
}
.use-header-bg:hover {
    background-color: var(--header-bg, darkslateblue);
    border: 1px solid white;
    color: white;
}

.use-hover-shadow:is(:hover, :focus ){
    box-shadow: var(--bx-shadow);
}

.has-icon {
    display: inline-flex;
}

.has-icon .icon {
    margin-right: 20px;
}

.icon::before {
    display: block;
    height: 40px;
    width: 40px;
}

.motion-sensor-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/motion-sensor-ico.svg");
}

.booking-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/booking-ico.svg");
}

.unlocked-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/unlocked-ico.svg");
}

.admin-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/admin-ico.svg");
}

.smartphone-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/smartphone-ico.svg");
}

.focus-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/focus-ico.svg");
}

.list-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/list-ico.svg");
}

.intercom-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/intercom-ico.svg");
}

.wifi-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/wifi-ico.svg");
}

.trident-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/trident-ico.svg");
}

.control-system-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/control-system-ico.svg");
}

.telegram-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/telegram-ico.svg");
}

.viber-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/viber-ico.svg");
}

.shopping-cart-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/shopping-cart-ico.svg");
    height: 10px !important;
}

.visacard-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/visacard-ico.svg");
}

.mastercard-ico::before {
    content: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/mastercard-ico.svg");
}

.editor-only {
    visibility: hidden;
    cursor: none;
    pointer-events: none;
    display: none;
}

.quad-img {
    aspect-ratio: 4/3;
    width: 100%;
    height: min-content;
}
.cover-img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

:where(p, div):not([class]) img:where(:not([class])) {
    max-width: 100%;
    max-height: 100vw;
    object-fit: contain;
}

*:has(.has-filter) {
    position: relative;
}
*:has(.has-filter) .has-filter {
    position: relative;
}
*:has(.has-filter) .has-filter::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    content: '';
    z-index: 1;
    background-color: #204d6d;
}
*:has(.has-filter) .has-blue-filter::after {
    background-color: #0095FF;
}
*:has(.has-filter) .has-filter > div {
    position: relative;
    z-index: 2;
    background-color: #0000292a;
}
.h-banner {
    height: clamp(300px, 300px, 100%);
    max-height: 300px;
    overflow: hidden;
}
[data-widget="image-bg"] {
    color: white;
}
[data-widget="image-bg"] > [data-widget="selector"] {
    display: none;
}

.page .content:last-child {
    margin-bottom: 0;
}

.fixed-end {
    position: fixed;
    top: 60%;
    right: min(20px, 5%);
    z-index: 20;
}
.img-circle {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: right;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0149BF;
}

.invert {
    filter: invert(1);
}

/* HERO SECTION */
.slider {
    height: clamp(50vh, 100vh, 900px);
    position: relative;
}

.slider img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: fill;
}

.slider .picture {
    width: 100%;
    height: 100%;
    background-color: black;
    background-clip: text;
    filter: brightness(0.6);
}
.slider:has(.central-text+.info-arrow) .info-arrow {
    width: auto;
    bottom: 12%;
    left: 24%;
}
.central-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    overflow: hidden;
    translate: -50% -50%;
    text-align: center;
    background: transparent;
    background-clip: text;
    color: white;
}
.join-cards.container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -7%;
}
.join-cards .card {
    background-color: #0149BF;
    color: white;
    height: clamp(200px, 200px + 2vh, 300px);
    position: relative;
    padding: 20px;
}
.join-cards .card-title {
    color: #FFF;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}
.join-cards .card-text {
    color: #EFEFEF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 135% */
}
.join-cards .img-circle {
    position: absolute;
    top: 80%;
    left: 70%;
    width: clamp(40px, 80px + 2vh, 250px);
    height: clamp(40px, 80px + 2vh, 250px);
}
.join-cards .card a.btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}

@media screen and (max-width:1600px) {
    .slider:has(.central-text+.info-arrow) .info-arrow {
        bottom: 10%;
        left: 15%;
    }
}
@media screen and (max-width:1440px) {
    .slider:has(.central-text+.info-arrow) .info-arrow {
        bottom: 10%;
        left: 15%;
    }
}
@media screen and (max-width:1280px) {
    .slider:has(.central-text+.info-arrow) .info-arrow {
        bottom: 10%;
        left: 15%;
    }
}
@media screen and (max-width:1024px) {
    .slider:has(.central-text+.info-arrow) .info-arrow {
        bottom: 10%;
        left: 15%;
    }
    .join-cards .card {
        padding: 12px;
    }
    .join-cards .img-circle {
        top: 76%;
        left: 60%;
    }
    .join-cards .card-text {
        font-size: 16px;
        line-height: normal;
    }
}
@media screen and (max-width:0786px) {
    .slider:has(.central-text+.info-arrow) .info-arrow {
        bottom: 10%;
        left: 10%;
    }
    .join-cards .card-text {
        font-size: 14px;
    }
}
@media screen and (max-width:0568px) {
    .slider:has(.central-text+.info-arrow) .info-arrow {
        bottom: 10%;
        left: 10%;
    }
    .central-text {
        top: 40%;
        left: 50%;
        width: 90%;
        overflow: hidden;
        translate: -50% -50%;
        text-align: center;
        background: transparent;
        color: white;
    }
}

/* HERO SECTION 2.0 */
.hero-activation {
    width: 100%;
    height: clamp(540px, 100vh, 800px);
    position: relative;
}
.hero-activation .desktop {
    display: block;
}
.hero-activation .mobile {
    display: none;
}
.hero-activation .img-box {
    width: 100%;
    height: 100%;
}
.hero-activation .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.hero-activation .activation-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-activation .activation-trigger button {
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    border: none;
    color: transparent !important;
}
@media screen and (width <= 768px) {
    .hero-activation .desktop {
        display: none;
    }
    .hero-activation .mobile {
        display: block;
        background: radial-gradient(circle, rgba(177,113,183,1) 42%, rgba(144,105,174,1) 54%, rgba(39,107,165,1) 100%);
        background-attachment: fixed;
    }
    .hero-activation .img-box img {
        width: 100%;
        max-height: 100% !important;
        object-fit: contain !important;
    }
    .hero-activation {
        width: 100%;
        height: auto;
        position: relative;
    }
}

/* SECTION HOW-IT-WORKS */
.how-it-works {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
}

.how-it-works .dmph-h1 {
    padding: 0 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.how-it-works .dmph-h2 {
    margin-bottom: 30px;
}

.how-it-works .dmph-text {
    text-align: justify;
}

.how-it-works p {
    margin-bottom: .5rem;
}

/* SECTION HOW-IT-WORKS 2.0 */
@media screen and (width <= 768px) {
    .how-it-works .info-text {
        display: none;
    }
}

/* SECTION VIDEO 2.0 */
.video-infograph {
    position: relative;
    padding-bottom: 20px;
}
.video-infograph .card {
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* SECTION SP-SOLVE  */
.sp-solve .bg-section {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(243, 243, 243) 0%);
}
.sp-solve .part-bg {
    filter: grayscale(1) opacity(0.5);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.sp-solve .device {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0);
    overflow: hidden;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.sp-solve .device :is(figure, .figure) {
    --w-size: clamp(200px, 60% - 10vh, 400px);
    --h-size: clamp(400px, 100% - 25vh, 800px);
    width: var(--w-size);
    height: var(--h-size);
    position: sticky;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.sp-solve .device img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp-solve .section-content {
    padding-top: max(10%, 85px);
}

.sp-solve .section-content .dmph-h2 {
    margin-bottom: 35px;
}

.sp-solve .list {
    list-style: none;
    padding-left: 0;
    max-width: 100%;
    padding: 2px 0;
}

.sp-solve .list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    width: 100%;
}
.sp-solve .list li p:has(img) {
    margin-right: 10px;
    width: clamp(37px, 60px - 2vw, 60px);
    height: clamp(37px, 60px - 2vw, 60px);
}
.sp-solve .list p {
    margin-bottom: .5rem;
}
.sp-solve .symblink-img >*:first-child {
    width: clamp(24px, 10% - 10px, 32px);
}
.sp-solve .symblink-img >*:last-child {
    width: calc(90% - 10px);
    font-size: clamp(0.75rem, 0.875rem, 1rem);
}
.sp-solve .symblink-img:hover {
    cursor: pointer;
}
.sp-solve .symblink-img:hover img {
    filter: hue-rotate(290deg);
}

.sp-solve .img-symblink {
    display: none;
}
.sp-solve .img-symblink.active {
    display: block;
}

.call-us a {
    width: clamp(40px, 80px - 2vw, 80px);
    height: clamp(40px, 80px - 2vw, 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.call-us i {
    font-size: clamp(1rem, 1.5rem - 0.5vh, 1.5rem);
}
/* SECTION SP-SOLVE 2.0 */
.sp-solve.two .bg-section {
    background: #f5f5f5;
}
.sp-solve.two .list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    position: relative;
}
.sp-solve.two .list li {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

@media screen and (width <= 1280px) {
    .sp-solve .device {
        align-items: flex-start;
    }
    .sp-solve .device :is(figure, .figure) {
        height: clamp(300px, 100%, 450px);
        margin-top: 30px;
    }
    .sp-solve.scroll-animation figure {
        position: -webkit-sticky;
        position: sticky;
        top: 20.75rem;
        left: auto;
        margin-top: 10px;
    }
}

@media screen and (width <= 568px) {
    .sp-solve.two .list li {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 16px;
        height: 176.792px;
    }
    .sp-solve.two .list li.carousel-item {
        display: none;
    }
    .sp-solve.two .list li.carousel-item.active {
        display: flex;
    }
    .sp-solve .symblink-img *:first-child {
        width: auto;
    }
    .sp-solve :is(.carousel-control-next, .carousel-control-prev) {
        width: 10%;
    }
    .sp-solve p {
        text-align: justify;
    }
}

/* LASTES PROJECTS */
.lastes-projects .card .card-img-top {
    aspect-ratio: 4/3;
    width: 100%;
    height: min-content;
}
/* LASTES PROJECTS 2.0 */
.lastes-projects.two {
    padding-top: 20px;
    padding-bottom: 20px;
}
.lastes-projects.two .card {
    position: relative;
    background-color: #f5f5f5;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
}
.lastes-projects.two .card .read-more-text {
    visibility: hidden;
}
.lastes-projects.two .card .card-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.lastes-projects.two .card .card-button a {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: transparent;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    font-weight: bold;
    transition: all ease-out .15s;
}
.lastes-projects.two .card .card-button a::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 34px;
    content: " ";
    background-color: yellow;
    z-index: -1;
    border-bottom-left-radius: .35rem;
    visibility: hidden;
}
.lastes-projects.two .card:hover {
    transform: scale(1.025);
}
.lastes-projects.two .card:hover .card-button a {
    color: #2B2B2B;
}
.lastes-projects.two .card:hover .card-button a::after {
    visibility: visible;
}
.lastes-projects.two .card img {
    height: calc(300px - 1vw);
    object-fit: cover;
}

/* SECTION INTERESTED-IN */
.interested-in {
    margin-top: -25px;
    height: auto;
    position: relative;
}

.interested-in .bg-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.interested-in .bg-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.interested-in .bg-filter {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #0085FF;
    opacity: .6;
}

.interested-in .section-content {
    position: relative;
    z-index: 4;
    padding-top: 70px;
}

.bubble {
    position: relative;
    background: rgb(32, 77, 109, 75%);
    mix-blend-mode: multiply;
    border-radius: 101px;
}

.bubble::before {
    content: ' ';
    position: absolute;
    bottom: -20px;
    right: 65px;
    background: transparent;
    border-style: solid;
    border-width: 0 40px 20px 30px;
    width: 0px;
    height: 0px;
    border-color: transparent transparent rgb(32, 77, 109, 75%) transparent;
    transform: rotate(36deg);
}

.interested-in .bubble {
    padding: 16px 20px;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.interested-in .bubble p {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.interested-in .bubble p span:first-of-type {
    color: #FFFC00;
}

.interested-in .logotip {
    text-align: end;
}

/* SECTION MORE-CONFORT */
.more-confort .bg-section {
    background: #EFEFEF;
}

.more-confort .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.more-confort .section-content .section-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}

.more-confort .section-content .section-subtitle {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.more-confort .section-content .has-icon {
    padding: 22px 122px 12px 22px;
    box-sizing: border-box;
    border: 1px solid #000000;
    width: 100%;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #2B2B2B;
}

.more-confort .section-content .has-icon .icon::before {
    width: 60px;
    height: 60px;
}

/* SECTION PRODUCT */
.product {
    padding-top: 60px;
    padding-top: 60px;
}

.product .dmph-h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #3A1F48;
}

.product .slider-v {
    position: relative;
    width: 100%;
    height: 100%;
}

.product .slider-v .carousel-panel {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .slider-v .carousel-indicators {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    flex-wrap: wrap;
    padding: 40px 0 20px 0;
}

.product .slider-v .carousel-panel .bord {
    width: 75px;
    height: 75px;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
}

.product .slider-v .carousel-panel .bord img {
    width: 100%;
    height: 100%;
    display: block;
}

.product .slider-v .carousel {
    width: 385px;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product .slider-v .carousel-indicators li {
    width: 80px;
    height: 80px;
    text-indent: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    opacity: 1;
}

.product .slider-v .carousel-indicators li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product .slider-v .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    border: 0;
}

.product .slider-v .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    border: 0;
}

.product .slider-v .carousel-control-next-icon {
    background-image: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/up-arrow.svg");
}

.product .slider-v .carousel-control-prev-icon {
    background-image: url("/storage/brisa_smart/app/public/photos/1/domophone/icons/down-arrow.svg");
}

.product .slider-v .carousel-ads {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.product .slider-v .carousel-ads p {
    background-color: #953D87;
    border-radius: 38px;
    width: 160px;
    height: auto;
    padding: 10px 12px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: white;
    text-align: center;
}

.product .slider-v .carousel-ads p:first-of-type {
    background-color: #40A230;
}

.product .info {
    margin-bottom: 50px;
}

.product .info .stock-and-code {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.product .info .price-and-btnbuy {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.product .info .price-and-btnbuy p {
    font-weight: 700;
    font-size: 59px;
    line-height: 69px;
    color: #2B2B2B;
}

.product .info .price-and-btnbuy small {
    font-size: 30px;
    font-weight: 700;
    vertical-align: super;
    color: #2B2B2B;
}

.product .info .price-and-btnbuy a {
    padding: 20px 45px;
    border-radius: 50px;
    width: 262px;
    height: 75px;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF !important;
    align-items: center;
}

.product .info .short-desc h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.product .info .short-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2B2B2B;
}

.product .info .gen-char h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #2B2B2B;
}

.product .info .gen-char h5 a {
    color: #2B2B2B;
}

.product .info .gen-char p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6D6D6D;
}

.product .chars-list {
    padding-left: 0;
    list-style: none;
}

.product .chars-list h6 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.product .chars-list li {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    margin-bottom: 5px;
}

.product .chars-list li .divider {
    flex-grow: 1;
    border-bottom: 1px dotted;
}

.product .notes {
    margin-top: 20px;
}

.product .notes p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2B2B2B;
}

.product .to-catalog {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2B2B2B;
}

.product .to-catalog a {
    color: #2B2B2B;
    text-decoration: underline;
}

.product .to-catalog+hr {
    border-top: 1px solid #D9D9D9;
}

.to-apple-store,
.to-google-play {
    width: 135px;
    height: 45px;
    padding: 12px 5px;
    background: transparent;
    margin-right: 15px;
    vertical-align: middle;
    border-radius: 5px;
    display: inline-flex;
    position: relative;
    content: '';
}

.to-apple-store object,
.to-google-play object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* SECTION METHOD calls-doors*/
.method-calls-doors .card.card-link {
    margin: 1.6rem;
    padding: 1.6rem;
    font-size: 22px;
}

.method-calls-doors .card.card-link:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.method-calls-doors .card.card-link .card-title {
    text-align: center;
    height: 65px;
}

.method-calls-doors .card.card-link img {
    width: 160px;
    height: 160px;
    aspect-ratio: 1/1;
    margin: auto;
}

.method-calls-doors .card.card-link.not-img img {
    visibility: hidden;
    font-size: 22px;
}

/* SECTION BANNER */
.banner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner img {
    width: 100%;
    object-fit: contain;
    max-height: 355px;
    margin-top: -40px;
}

/* SECTION ADD BUSINESS */
.ads-business {
    padding-bottom: 60px;
}

.ads-business h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #3A1F48;
}

.ads-business h6 {
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #2B2B2B;
    margin-bottom: 18px;
}

.ads-business .for-devs {
    background: #EFEFEF;
    border-radius: 35px;
    padding: 40px 60px 40px 30px;
}

.ads-business .for-devs p {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #953D87;
}

.ads-business .info {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ads-business .info .btns {
    display: inline-flex;
}

.ads-business .info .btns .icon {
    margin-right: 0;
}

.ads-business .info .consult {
    padding: 20px 30px;
    border-radius: 49px;
    width: 343.42px;
    height: 75px;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    color: #FFFFFF !important;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.ads-business .info .social-link {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.ads-business .info .social-link .icon::before {
    height: 10px;
}

/* SECTION VIDEO BANNER */
.video-how-to-use {
    width: 100%;
    height: auto;
    max-height: 824px;
    overflow: hidden;
    position: relative;
}
.video-how-to-use > div {
    position: relative;

}
.video-how-to-use .section-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.video-how-to-use iframe {
    width: 50% !important;
    height: 60% !important;
}

/* SECTION BANNER INDUSTRY AND INTERCOMS */
.banner-link {
    position: relative;
}
.banner-link .phone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 90%;
    text-align: center;
}
.banner-link .phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-btn-box {
    position: relative;
}
.img-btn-box .btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(255, 0, 0, 0.055);
    color: yellow;
}
.img-btn-box .btn i {
    display: none;
    margin-right: 6%;
    margin-top: 8%;
}
.img-btn-box .btn .fa-arrow-left {
    transform: rotate(-20deg);
}
.img-btn-box .btn .fa-arrow-right {
    transform: rotate(20deg);
}
.img-btn-box .btn:hover i {
    display: initial;
}

/* ADVANTAGES */
.advantages {
    position: relative;
    color: white;
}
.advantages .section-title {
    color: white;
    margin-bottom: calc(20px + 1vw);
}
.advantages .number {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.advantages .row > div:not(:last-child) {
    border-right: 2px solid white;
}

/* ADVANTAGES 2.0 */
.advantages.two {
    position: relative;
    padding: 20px;
    color: #2B2B2B;
    background-color: #f5f5f5;
}
.advantages.two .section-title {
    color: #2B2B2B;
}
.advantages.two .number {
    background-color: white;
    color: var(--color-footer);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 16px;
}

/* WHY US 2.0*/
.why-us.two .card {
    border: 1px solid transparent !important;
    border-radius: 0.375rem;
}

/* WIDGET BANNER 2.0 */
.widget-banner {
    --gap: 20px;
    position: relative;
    font-weight: normal;
    line-height: normal;
    cursor: pointer;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 20px;

}
.widget-banner :where(svg, img) {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: lightslategray;
}
.widget-banner:hover {
    background-color: white;
    box-shadow: 1px 1px 2px 0px  rgba(0, 0, 0, 0.15);
}
.widget-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    color: transparent;
}
.widget-banner-link a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}
.widget-banner-link a[disabled]:hover {
    background: #000000b0;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.widget-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - var(--gap));
    height: 100%;
    font-size: clamp(0.75rem, 0.875rem + .5vw, 1rem);
    color: grey;
    text-align: justify;
    padding: 20px;
}
.widget-banner-content :where(h3, h4, h5) {
    font-size: clamp(1rem, 1rem + 1.5vw, 2rem);
    font-weight: bold;
    color: #2B2B2B;
}
.widget-banner-content > *:last-child {
    margin-bottom: 0;
}
.widget-banner-content .see-now {
    padding: 12px;
    background-color: lightgray;
    color: #2B2B2B;
    border-color: #2B2B2B;
    border-radius: .375rem;
    width: max-content;
}
.widget-banner-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - var(--gap));
    height: 100%;
    padding: 20px;
}
.widget-banner-footer .img-box {
    width: 100%;
    height: 100%;
}
@media screen and (width <= 568px ) {
    .widget-banner {
        --gap: 10px;
        padding: 16px;
        margin-bottom: 15px;
        flex-direction: column-reverse;
    }
    .widget-banner-content {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }
    .widget-banner-footer {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }
}

/* WIDGET CONTACT 2.0 */
.widget-contact {
    position: relative;
    background-color: whitesmoke;
    margin-bottom: 10px;
    overflow: hidden;
}
.widget-contact .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.widget-contact .details {
    padding: 20px 2px;
    display: flex;
    flex-wrap: wrap;
}
.widget-contact .details > * {
    width: 100%;
}
.widget-contact .details h5 {
    font-weight: bold;
    font-size: clamp(1rem, 1.625rem + 0.5vw, 1.875rem);
}
.widget-contact .details :is(address, .address) {
    margin-bottom: 10px;
}
.widget-contact .details .department {
    width: 50%;
    display: inline-flex;
}
.widget-contact .details .department .icon {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.widget-contact .details .department .text {
    width: 50%;
}

.widget-contact .details figure.table:has(.timetables) {
    width: 50%;
}

.widget-contact .details:not(:has(figure.table)) .timetables {
    width: 50%;
}
.widget-contact .timetables :is(tr, td, th) {
    background: transparent;
    border-bottom: transparent;
}
.widget-contact .timetables td:first-child {
    color: gray;
}
.widget-contact .timetables td:last-child {
    font-weight: bold;
}
.widget-contact .timetables span {
    font-size: 12px;
}
.widget-contact .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: end;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 2px;
    gap: 10px;
}
.widget-contact .btn-box {
    width: calc(50% - 10px);
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    padding: .375rem .75rem;
    border-radius: .375rem;
}
.widget-contact .btn-box:first-child {
    width: 100%;
}
.widget-contact .btn-box :where(a, button) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent !important;
}
@media screen and (width <= 768px) {
    .widget-contact .details {
        padding: 20px 16px;
    }
    .widget-contact .details .department {
        width: 100%;
    }
    .widget-contact .details .timetables {
        width: 100%;
    }
    .widget-contact .btn-box {
        width: 100%;
    }
}
@media screen and (width <= 568px) {
    .widget-contact .details .department {
        width: 50%;
    }
    .widget-contact .details .timetables {
        width: 50%;
    }
    .widget-contact .btn-box {
        width: calc(50% - 10px);
    }
}

/* WIDGET FLOATING CONTACT 2.0 */
.widget-float-contact {
    position: relative;
    background-color:transparent;
    float: left;
}
.widget-float-contact .popup-box {
    display: none;
    position: absolute;
    right: 110%;
    bottom: -20vh;
    width: clamp(200px, 250px + 10vw, 350px);
    height: auto;
    overflow: hidden;
}
.widget-float-contact .popup-box.show {
    display: block;
}
.widget-float-contact > .btn-box {
    width: clamp(40px, 4vw + 10px, 80px);
    height: clamp(40px, 4vw + 10px, 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.widget-float-contact > .btn-box :is(a, button) {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0095FF;
    border: 1px solid #0095FF;
    color: white;
}
.widget-float-contact > .btn-box :is(a, button):hover {
    background-color: #0095FF;
    border: 1px solid white;
    color: white;
    transform: scale(1.2);
    box-shadow: var(--bx-shadow);
}
.widget-float-contact > .btn-box span {
    display: none;
}
.widget-float-contact > .btn-box .open.show {
    display: inline-block;
}
.widget-float-contact > .btn-box .close.show {
    display: inline-block;
}
.widget-float-contact .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
}
.widget-float-contact .logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.widget-float-contact .details {
    display: flex;
    flex-wrap: wrap;
}
.widget-float-contact .details > * {
    width: 100%;
}
.widget-float-contact .details h5 {
    font-weight: bold;
    font-size: clamp(0.875rem, 1rem + 0.5vw, 1.125rem);
}
.widget-float-contact .details :is(address, .address) {
    margin-bottom: 10px;
    font-size: 0.75rem;
}
.widget-float-contact .details .department {
    display: inline-flex;
    font-size: 14px;
}
.widget-float-contact .details .department .icon {
    width: 28px;
    height: 28px;
    background-color: lightgrey;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.widget-float-contact .timetables :is(tr, td, th) {
    background: transparent;
    border-bottom: transparent;
}
.widget-float-contact .timetables td:first-child {
    color: gray;
}
.widget-float-contact .timetables td:last-child {
    font-weight: bold;
}
.widget-float-contact .timetables span {
    font-size: 12px;
}
.widget-float-contact .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: end;
    width: 100%;
    height: 100%;
    padding: 2px;
    gap: 5px;
    margin-top: 5px;
}
.widget-float-contact .btns .btn-box {
    width: 100%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    padding: .375rem .75rem;
    border-radius: .375rem;
}
.widget-float-contact .btns .btn-box:first-child {
    width: 100%;
}
.widget-float-contact .btns .btn-box :where(a, button) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent !important;
}

/* GROUP LINKS 2.0 */
.group-links {
    position: relative;
}
.group-links .widget-banner {
    background-color: #f5f5f5;
    height: 300px;
    box-shadow: 1px 1px 2px 0px  rgba(0, 0, 0, 0.15);
    border-color: transparent;
}
.group-links .widget-banner:nth-child(odd) {
    flex-direction: row-reverse;
}
.group-links .widget-banner:nth-child(odd) .see-now {
    background-color: var(--color-footer);
    color: white;
    border-color: var(--color-footer);
}
.group-links .widget-banner:nth-child(odd):hover .see-now {
    background-color: transparent;
    color: var(--color-footer);
    border: 1px solid var(--color-footer);
}
.group-links .widget-banner:nth-child(even) .see-now {
    background-color: #FFCC00;
    color: var(--color-footer);
    border-color: #FFCC00;
}
.group-links .widget-banner:nth-child(even):hover .see-now {
    background-color: transparent;
    color: #FFCC00;
    border: 1px solid #FFCC00;
}
.group-links .widget-banner-footer .img-box img {
    border-radius: .375rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (width <= 768px) {
    .group-links .widget-button-content p {
        display: none;
    }
}

@media screen and (width <= 568px) {
    .group-links .widget-button {
        --gap: 0px;
        height: auto;
        padding: 20px;
    }
    .group-links .widget-button-content {
        width: 100%;
    }
    .group-links .widget-button-content p {
        display: none;
    }
    .group-links .widget-button-footer {
        width: 100%;
    }
    .group-links .widget-button-footer .img-box img {
        height: 120px !important;
    }
    .group-links .widget-banner:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .group-links .widget-banner {
        height: auto;
        margin-bottom: 0;
    }
    .widget-contact .logo-box {
        padding: 10px 0;
    }
}

/* FORM IN MODAL */
.form-modal .modal-content {
    margin-top: clamp(5%, 105px, 20vh);
    border-radius: 0.375rem;
}

.form-modal .modal-header {
    position: relative;
}

.form-modal .modal-header .bg-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(2px);
}

.do-order .modal-header .bg-section {
    background: linear-gradient(to left, rgba(0, 117, 255, 0.5), rgba(0, 117, 255, 0.5)),
        url('/storage/brisa_smart/app/public/photos/1/domophone/imgs/form-modal.png');
    background-position: center;
}

.activate-order .modal-header .bg-section {
    background: linear-gradient(to left, rgba(143, 37, 170, 0.5), rgba(143, 37, 170, 0.5)),
        url('/storage/brisa_smart/app/public/photos/1/domophone/imgs/form-modal.png');
    background-position: center;
}
.activate-order .modal-header .bg-section {
    filter: opacity(.90) brightness(.90) drop-shadow(0px 0px 0px var(--blue-dark, black));
}
.activate-order .modal-header .bg-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.form-modal .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    color: currentColor;
    border-radius: 50%;
    border: 1px solid currentColor;
    width: 35px;
    height: 35px;
    padding: 0px;
}

.form-modal .modal-header .close {
    background-color: white;
    font-size: 20px;
    font-weight: bolder;
}

.form-modal .modal-header .close:focus {
    outline: none;
}

.form-modal .modal-header .close:hover {
    color: white;
    background-color: var(--color-instagram);
}

.form-modal .modal-title {
    text-align: center;
    padding: 24px 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 10;
    width: 100%;
}

.form-modal .modal-title h5 {
    font-size: 45px;
    line-height: 53px;
}

.form-modal .modal-title span {
    font-size: 24px;
    line-height: 28px;
}

.form-modal .modal-body {
    padding: 20px clamp(20px, 10vw, 80px);
}

.form-modal label {
    font-weight: 400;
    font-size: clamp(0.875rem, 1rem + 0.5vw, 1.5rem);
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.form-modal label::first-letter {
    text-transform: uppercase;
}

.form-modal input::placeholder {
    color: #6c757d !important;
}

.form-modal input::placeholder::first-letter {
    text-transform: uppercase;
}

.form-modal label.no-text {
    color: transparent !important;
    user-select: none;
}

.form-modal select {
    border: 1px solid #2B2B2B;
}

.form-modal .form-control.udl {
    border-width: 0px 0px 1px 0px;
    border-color: #9F9F9F;
}

.form-modal .form-control {
    border-width: 1px 1px 1px 1px;
    border-color: #9F9F9F;
    border-radius: 0%;
    color: #2B2B2B !important;
    height: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.form-modal .form-control:not(select) {
    background-color: transparent !important;
}

.form-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding-top: 0;
}

.form-modal .submit {
    padding: 5px 25px;
    margin-top: 15px;
    border-radius: 49px;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
}

.form-modal .submit:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.form-check-input.is-invalid + * {
    text-decoration: underline;
    text-decoration-color: var(--bs-form-invalid-border-color, red);
}

.step-form {
    width: 100%;
    height: auto;
    position: relative;
}
.step-form .step-1 {
    display: flex;
    flex-direction: column;
}
.step-form .step-1 > div:not(:nth-child(2)) {
    order: 1;
}

.address-fields {
    position: relative;
}
.address-part {
    position: relative;
}
.address-part.first .form-control,
.address-part.first + .address-part .form-control {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.address-part.last .form-control,
.address-part:has(+ .last) .form-control {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
@media screen and (width <= 600px) {
    .address-part .form-control {
        border-radius: 0.375rem;
    }
}

.terms-fields {
    position: relative;
}

.terms-fields a {
    border-bottom: 1px inset var(--color-footer);
}
.terms-fields .form-check-input:is(:hover, :focus ) {
    cursor: pointer;
}


/***********************
░█▀▄▀█ ░█▀▀▀█ ░█▀▀█ ▀█▀ ░█─── ░█▀▀▀
░█░█░█ ░█──░█ ░█▀▀▄ ░█─ ░█─── ░█▀▀▀
░█──░█ ░█▄▄▄█ ░█▄▄█ ▄█▄ ░█▄▄█ ░█▄▄▄
 ***********************/
@media screen and (max-width:768px) {
    .dmph-h1 {
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
    }

    .dmph-h2 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

    .dmph-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .has-icon .icon {
        margin-right: 15px;
    }

    .mob {
        display: initial;
    }

    .desk {
        display: none;
    }

    /* HERO SECTION */
    .slider {
        position: relative;
        overflow: hidden;
        background: radial-gradient(#bc6ace 50%, #3b539d 100%);
    }

    .slider img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: fill;
    }

    img.mob {
        object-position: center;
        object-fit: contain;
        aspect-ratio: 4/3;
    }

    /* SECTION HOW-IT-WORKS */
    .how-it-works {
        padding-top: 30px;
        padding-bottom: 15px;
        text-align: left;
    }

    .how-it-works .dmph-h1 {
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .how-it-works .dmph-h2 {
        margin-bottom: 10px;
        text-align: center !important;
    }

    .how-it-works .dmph-text {
        text-align: center;
    }

    /* SECTION SP-SOLVE  */
    .sp-solve .bg-section {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 2.5%, rgb(243, 243, 243) 2.5%);
    }

    .sp-solve .device {
        padding-top: 2px;
        text-align: center;
    }

    .sp-solve .device img {
        width: 60%;
        height: 90%;
    }

    .sp-solve .section-content {
        padding-top: max(5%, 25px);
    }

    .sp-solve .section-content .dmph-h2 {
        margin-bottom: 15px;
    }

    .sp-solve .list li {
        margin-bottom: 0;
    }

    /* SECTION INTERESTED-IN */
    .interested-in {
        margin-top: 0px;
    }

    .interested-in .section-content {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .bubble::before {
        bottom: -10px;
        right: 27px;
        border-width: 0 30px 21px 15px;
    }

    .interested-in .bubble {
        padding: 28px 38px;
        width: 100%;
    }

    .interested-in .bubble p {
        font-size: 16px;
        line-height: 19px;
        margin: 0;
    }

    .interested-in .logotip object {
        width: 50%;
        margin-top: 10px;
    }

    /* SECTION MORE-CONFORT */
    .more-confort .section-content {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .more-confort .section-content .section-title {
        font-size: 18px;
        line-height: 21px;
    }

    .more-confort .section-content .section-subtitle {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 25px;
    }

    .more-confort .section-content .has-icon {
        padding: 18px 18px;
        width: 100%;
        align-items: center;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .more-confort .section-content .has-icon .icon::before {
        width: 50px;
        height: 50px;
        transform-origin: left top;
        transform: scale(.90);
    }

    /* SECTION PRODUCT */
    .product {
        padding-top: 30px;
        padding-top: 30px;
    }

    .product .slider-v .carousel {
        width: 100%;
        height: 100%;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .product .slider-v .carousel-panel {
        margin-top: -35px;
    }

    .product .slider-v .carousel-ads {
        position: absolute;
        bottom: auto;
        right: 0;
        top: 30px;
    }

    .product .slider-v .carousel-ads p {
        width: 140px;
        margin-bottom: 5px;
        padding: 8px 5px;
        font-size: 11px;
    }

    .product .slider-v .carousel-indicators li {
        width: 65px;
        height: 65px;
    }

    .product .slider-v .carousel-control-prev,
    .product .slider-v .carousel-control-next {
        display: none;
    }

    .product .info {
        margin-bottom: 0px;
    }

    .product .info .stock-and-code {
        margin-bottom: 20px;
    }

    .product .info .price-and-btnbuy p {
        font-size: 48px;
        line-height: 60px;
    }

    .product .info .price-and-btnbuy small {
        font-size: 24px;
    }

    .product .info .price-and-btnbuy a {
        padding: 16px 22px;
        width: auto;
        height: 55px;
        font-size: 20px;
        line-height: 23px;
    }

    .product .info .price-and-btnbuy .icon {
        transform-origin: left top;
        transform: scale(.90);
    }

    .product .info .short-desc {
        margin-top: 15px;
    }

    .product .info .short-desc h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .product .info .short-desc p {
        font-size: 12px;
        line-height: 15px;
    }

    .product .info .gen-char h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .product .info .gen-char p {
        font-size: 12px;
        line-height: 15px;
    }

    .product .to-catalog {
        font-size: 18px;
        line-height: 22px;
    }

    .product .notes {
        margin-top: 10px;
    }

    .product .notes p {
        font-size: 12px;
        line-height: 14px;
    }

    .product .chars-list {
        font-size: 14px;
    }

    .product .chars-list h6 {
        font-size: 14px;
    }

    /* SECTION METHOD Mobile calls-doors*/
    .method-calls-doors .card.card-link {
        margin: 1rem;
        padding: 1rem;
        font-size: 18px;
    }

    .method-calls-doors .card.card-link:hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .method-calls-doors .card.card-link .card-title {
        text-align: center;
        height: auto;
    }

    .method-calls-doors .card.card-link img {
        width: 160px;
        height: 160px;
        aspect-ratio: 1/1;
        margin: auto;
    }

    .method-calls-doors .card.card-link.not-img img {
        visibility: hidden;
        font-size: 18px;
    }

    /* SECTION BANNER */
    .banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* SECTION ADD BUSINESS */
    .ads-business {
        padding-bottom: 30px;
    }

    .ads-business h2 {
        margin-bottom: 15px;
    }

    .ads-business h6 {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        color: #2B2B2B;
        margin-bottom: 10px;
    }

    .ads-business .for-devs p {
        font-size: 18px;
        line-height: 26px;
    }

    .ads-business .for-devs {
        padding: 20px 10px 10px 10px;
        margin-bottom: 20px;
    }

    .ads-business .info h6 {
        margin-bottom: 14px;
    }

    .ads-business .info .btns {
        display: inline-flex;
        margin-top: 10px;
    }

    .ads-business .info .consult {
        font-size: 14px;
        line-height: 19px;
        width: 215px;
        height: 50px;
        padding: 10px 10px;
        margin-right: auto;
    }

    .ads-business .info .social-link {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
    }

    .ads-business .info .social-link .icon::before {
        height: 2px;
        width: 26px;
        transform-origin: left top;
        transform: scale(.60);
    }

    /* FORM IN MODAL */
    .modal-dialog {
        max-width: 100%;
        width: auto;
    }
    .form-modal .modal-header {
        position: relative;
    }

    .form-modal .modal-title {
        padding: 6px 6px;
    }

    .form-modal .modal-title h5 {
        font-size: 1.375rem;
        line-height: normal;
    }

    .form-modal .modal-title span {
        font-size: 1rem;
        line-height: normal;
    }

    .form-modal .modal-body {
        padding: 12px 16px 0 16px;
    }

    .form-modal label {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .form-modal .submit {
        padding: 10px 30px;
        width: 100%;
    }

    .form-modal label.no-text {
        display: none;
    }

    .form-modal .modal-header .close {
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        padding: 0px;
    }

    .form-modal .form-control {
        margin-bottom: 0px;
    }

    .form-modal .form-group {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-modal .modal-content {
        margin-top: clamp(3%, 60px, 15vh);
    }

    .banner-link .phone {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        width: 50%;
        height: 40%;
        text-align: center;
        margin-inline: auto;
    }
}

@media screen and (max-width:568px) {
    .dmph-h1 {
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
    }

    .dmph-h2 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

    .dmph-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .has-icon .icon {
        margin-right: 15px;
    }

    .mob {
        display: initial;
    }

    .desk {
        display: none;
    }

    /* HERO SECTION */
    .slider {
        position: relative;
        overflow: hidden;
    }

    .slider img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: fill;
    }
    .form-modal .modal-title {
        padding: 6px 12px;
    }
}

.info-arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: max(10vh, 70px);
    background-color: #0095ff00;
    text-align: center;
}

.bounce {
    width: clamp(40px, 10vh, 50vw);
    height: clamp(40px, 10vh, 50vw);
    object-fit: contain;
    animation: bounce 2s infinite;
}

.bounce:hover {
    cursor: pointer;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }

    80% {
        transform: translateY(-5px);
    }
}

@media screen and (max-width:768px) {
    .info-arrow {
        height: max(5vh, 40px);
    }

    .bounce {
        width: clamp(40px, 5vh, 30vw);
        height: clamp(40px, 5vh, 30vw);
    }
}
