@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("animate.css");
@import url("all.min.css");
@import url("flaticon.css");
@import url("theme-default.css");
@import url("meanmenu.min.css");
@import url("owl.transitions.css");
@import url("venobox.css");
@import url("bootstrap-icons.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("style.css");
@import url("dropdown.css");
@import url("responsive.css");
@import url("rangeslider.css");
@media (min-width: 1200px) and (max-width: 1600px) {
    .topbar-area::before{
        width: 100px;
        height: 52%;
    }
        
    .topbar-area::after {
        width: 70px;
        height: 52%;
    }
    .topbar-inner::before {width: 100px;}
    .topbar-inner::after {width: 70px;height: 25px;}
}
.topbar-area{padding:10px 0px;}
.topbar-items ul li::before {
    background: transparent;
}
.topbar-items ul li:first-child {
    width: calc(100% - 130px);
    display: block;
    padding-left: 50px;
}

.header-menu ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: .5s;
    padding: 30px 0;
}
.header-menu ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: var(--blue-jds);
    bottom: 30px;
    right: 0;
    transition: .5s;
}
.header-menu ul .sub-menu li {
    padding: 10px 5px;
}
.header-menu ul li .sub-menu li a { padding: 10px 0;}
.header-menu ul li .sub-menu li a::before { bottom: 10px;}
.header-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 85%;
    margin-left: -50px;
}
.mobile-logo a img{
    width: auto !important;
    height: 50px !important;
}
.sidebar-textwidget .sidebar-logo a img {
    width: auto !important;
    height: 60px !important;
}
.sidebar-group .sidebar-widget{background-color: rgb(0 0 0 / 80%);}
.sidebar-group ul.list-style-one li i {color:#fff;}
.sidebar-widget-menu ul li a.dropdown {
    border: 1px solid rgb(255 255 255 / 10%);
}
.sidebar-textwidget {
    padding: 40px 15px;
    padding-top: 20px;
}
.topbar-inner .container {
    background: #f4f4f4;
}

.topbar-items ul li {
    background: #f4f4f4;
    padding-right: 10px;
}
.Living-btn {
    display: flex;
    align-items: center;
}

.Living-btn .icon-phone {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    padding: 10px 10px 10px 30px;
    color: #000;
    width: 80px;
    height: 60px;
    background: var(--red-jds);
    color: #fff;
    font-size: 40px;
}
.Living-btn a {
    color: var(--red-jds);
    font-size: 25px;
    font-weight: 900;
    padding: 0px 0px 10px 5px;
    background-color: transparent;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 298px;
    z-index: 1;
}
.Living-btn a span {
    display: block;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: var(--blue-jds);
    line-height: 1;
    padding: 3px 0px;
    margin-bottom: 5px;
    font-weight: 100;
    color:#fff;
}
.Living-btn a:hover {color:#fff;}
.Living-btn a::before{background-color: var(--blue-jds);}
.Living-btn a:hover span {background-color: var(--red-jds);}
.about-discription p,
.about-list ul li,
.service-discription p,
.about-text p {line-height: 1.5;font-size: 1.3rem;}
.about-discription p{margin-bottom:0px;}

.welcome {
    margin-top: -90px;
    padding-top: 170px;
    background: #f3fdff;
    position: relative;
    z-index: 1;
}

.welcome:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #94edff;
}
.section-main-title.about h2 {
    font-size: 2rem !important;
}
.image-container {
  width: 100%;               /* Ajusta el tamaño del contenedor */
  height: 530px;              /* Ajusta el tamaño del contenedor */
  overflow: hidden;           /* Oculta las partes que sobresalen de la imagen*/
  position: relative;
}

.zoom-image {
  width: 100%;                /* Inicia con un zoom para dar el efecto de acercamiento */
  height: 100%;
  object-fit:cover;
  position: absolute;
  animation: zoomMove 10s infinite alternate ease-in-out;
}

@keyframes zoomMove {
  0% {
    transform: translate(0, 0) scale(1.2); /* Punto de partida */
  }
  25% {
    transform: translate(-20px, -20px) scale(1.4); /* Mueve la imagen hacia la izquierda y arriba */
  }
  100% {
    transform: translate(20px, 20px) scale(1.2); /* Mueve la imagen hacia la derecha y abajo */
  }
}

img.mascota {
    position: absolute;
    top: 241px;
    left: -80px;
    width: 220px;
    z-index: 2;
}

.image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.1;
}

.service-area-new {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0px;
    position: relative;
}
.bg_service-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0 0 0 / 30%);
    z-index: 1;
}
.bg_service-area video#bg_video-service-area {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.service-area-new:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0 0 0 / 30%);
    z-index: 2;
}

.service-area-new .container {
    position: relative;
    z-index: 3;
}

.service-area-new .container .section-main-title h2 {
    color: #fff;
    text-shadow: 1px 1px 4px black;
}
.service-area-new  img.carro_jsd {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(237 50 55 / 52%);
}
.service-content {
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(237 50 55 / 52%);
    /*background-color: rgba(255 255 255 / 95%);*/
    /*border: 1px solid #ed3237;*/
}
.service-titile h4, .service-titile h4 a  {
    font-weight: 900;
    -webkit-text-stroke: 1px #ed3237;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
}

.choose-us-area::after {
    background: url(../images/bg_to_call_jsd2.jpeg);
}
.section_mapa{
    position: relative;width: 100%;height: 600px;z-index: 1;
}
.section_mapa iframe {border:0;position: absolute;width:100%;height:100%;left:0;top:0;}

.section-reviews {
    padding-top: 50px;
    background: #f3fdff;
    padding-bottom: 70px;
}
.section-reviews .brand-title h4 {
    margin-bottom: 20px;
}
.subtitle-reviews {
    text-align: center;
}

.subtitle-reviews .testimonial-rate {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.subtitle-reviews .testimonial-rate img.icon-star { width: 20px;}

img.review_google_logo {
    width: 100%;
    margin: auto;
    max-width: 200px;
}

.subtitle-reviews p {
    margin: 0;
}

.subtitle-reviews a {
    background: var(--red-jds);
    color: #fff;
    padding: 10px 20px;
    margin: 10px auto;
    display: block;
    max-width: max-content;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}
.review-box {
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    box-shadow: inset 2px 14px 5px 11px rgb(45 62 98 / 5%);
    width: 90%;
    margin:auto;
    padding: 10px;
    background: #fff;
    border-bottom: 3px solid rgb(45 62 98);
}
.review-box .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.review-box .header img.icon-google {width: 40px;}
.review-box .header .testimonial-rate {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.review-box .header .testimonial-rate img.icon-star {
    width: 20px;
}
.review-box .header .testimonial-rate img.ti-verified {
    width: 20px;
}
.review-box .content {text-align: center;}
.review-box .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 5em;
    line-height: 1.2em;
    text-overflow: ellipsis;
}

.review-box .content h4 {
    font-size: 20px;
}
.sidebar-group ul.list-style-one li a {color:#fff;}
@media(max-width:767px) {
    .prgoress_scrollup.active-progress {display: none!important;}
    .welcome {margin-top: 0px; padding-top:30px !important;}
    .welcome:before {z-index: -1;width: 20px;}
    .image-container {height: 430px;}
    img.mascota {
    position: absolute;
    top: 240px;
    left: 10px;
    width: 150px;
    z-index: 2;
    }
    img.zoom-image {
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    }
    div#navbar {padding: 5px 10px;}
    .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .mobile-logo a img{
        width: auto !important;
        height: 80px !important;
    }
    a.trigger-btn.btn-cta-mobile {
        margin-right: 55px;
        margin-top: 5px;
        font-size: 3rem;
        color:var(--blue-jds);
    }
    a.navSidebar-button {
        font-size: 3rem;
    }
    .service-area-new img.carro_jsd {display: none;}
    .service-content {text-align: center;}    
    .about-area, .about-single-box {text-align: center;}
    .about-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }    
    .choose-us-area {text-align: center;}
    .choose-us-left {
        margin: 130px auto 0 auto;
        width: 100%;
        padding:0px 15px;
    }

    .choose-us-area .container-fluid.pl-0.pr-50 {padding-right: 0;}
}