/*  font-family: "Epilogue", sans-serif;
  font-family: "Quicksand", sans-serif;
 */
html{
    overflow-x: hidden;
}
body{
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
}
.bgbanner{
    /*background-image: url('../img/bannerinicio.webp');*/
    background-image: 
    linear-gradient(90.01deg, rgba(37, 71, 121, 0.83) 0.01%, rgba(37, 71, 121, 0.49) 100.79%),
    url('../img/hero-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgproceso{
    background-image: 
    linear-gradient(90.01deg, rgba(37, 71, 121, 0.84) 0.01%, rgba(37, 71, 121, 0.84) 100.79%),
    url('../img/proceso-bg.webp');
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
        text-align: center;
        padding-top: 50px;
    padding-bottom: 60px;
}
#bgcerca{
    background-image: 
    linear-gradient(90.01deg, rgba(37, 71, 121, 0.83) 0.01%, rgba(37, 71, 121, 0.49) 100.79%),
    url('../img/soluciones-paneles.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#bgcam{
    background-image: 
    linear-gradient(90.01deg, rgba(37, 71, 121, 0.83) 0.01%, rgba(37, 71, 121, 0.49) 100.79%),
    url('../img/soluciones-alarmas.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgcontacto{
    background-image: 
    linear-gradient(90.01deg, rgba(37, 71, 121, 0.83) 0.01%, rgba(37, 71, 121, 0.49) 100.79%),
    url('../img/bg-contacto.webp');
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: right;
        text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#navbar-panel{
    background-color: #111827;
}

.btnpanel{
    background-color: #4483DF;
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1rem;
    padding: 13px 35px;
    border-radius: 5px;
    line-height: 1.2;
    transition: transform 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
.btnpanel:hover {
   color: white;
   transform: scale(1.05);
}
#logoimg{
        width: 95px;
}
#imgpanel{
        width: 470px;
    margin-bottom: -74px;
}
.titlebanner{
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    text-shadow: 0px 4px 4px #00000040;
    color: #FFFFFF;
    font-size: 3.5rem;
}
.titlebanner strong{
    color: #FFEDBC;
     font-weight: 700;
}
#subtitlebanner{
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    font-size: 1.4rem;
    color: white;
    margin-top: 30px;
    margin-bottom: 35px;
    text-wrap: balance;
}
.newbtnpadd{
    padding: 18px 45px;
}
.divquienessomos{
    padding-top: 60px;
    padding-bottom: 60px;
    /*margin: 3rem 0;*/
    background-color: #F9FAFB;
}
#img-quienes-somos {
    border-radius: 20px;
}
#porque-elegirnos {
    padding-top: 60px;
    padding-bottom: 60px;
}
.titles{
    font-family: "Epilogue", sans-serif;
    color: #254779;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 16px;
}
.titles-claros{
    font-family: "Epilogue", sans-serif;
    color: #579BFF;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 16px;
}
.parra{
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.2rem;
    text-wrap: pretty;
    margin-bottom: 17px;
}

.mbuttop{
    margin-top: 10px;
}
.mt1{
    padding-top: 20px;
    padding-left: 35px;
}

.beneficiosm{
    /*margin-top: 60px;*/
    text-align: center;
}

#porque-elegirnos {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

#porque-elegirnos h2 {
    margin-bottom: 0;
}

#porque-elegirnos .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.divcuadros{
    text-align: center;
    box-shadow: 4px 3px 8px 0px #00000017;
    border-radius: 9px;
    padding: 28px 21px;
    background-color: #F9FAFB;
    /*margin-top: 20px;
    margin-bottom: 40px;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    gap: 1rem;
    height: 100%;
}

/*para forzar el tamaño de los íconos dependiendo el contenedor*/
.divcuadros img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.divcuadros h3{
    font-family: "Epilogue", sans-serif;
    color: #254779;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 0;
}

.divcuadros p{
    color: #1E1E1E;
    font-weight: 500;
    font-size: 1.1em;
    text-wrap: pretty;
    margin-bottom: 0;
}
.chcolor{
    background-color: #254779;
}
.tchcolor{
    color: white;
}
.numcircle{
    display: flex;
    text-align: center;
    background: #579BFF;
    width: 84px;
    height: 84px;
    font-family: "Epilogue", sans-serif;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100%;
    padding-top: 10px;
    color: white;
    margin: auto;
    margin-bottom: 38px;
    margin-top: 18px;
}
.subtitleproce{
    font-family: "Epilogue", sans-serif;
    color: white;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 1.5rem;
}
.parraproce{
      color: white;
    line-height: 1.3;
    font-size: 1.1rem;
    margin-bottom: 50px;
}
#nuestros-productos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 4rem 0;
}
.product-card {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(254.1deg, #FFFFFF 38.67%, #999999 145.18%);
    box-shadow: 0px 4px 7.1px 0px #00000040;
    height: 100%;
    transition: box-shadow 0.3s ease;
}
.product-card__text {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}
.product-card__img {
    width: 45%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.product-card__price {
    font-family: "Epilogue", sans-serif;
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #254779;
    color: #FFF;
    text-wrap: balance;
}
.product-card__price span {
    color: #FFF2BC;
}
.product-card__price p,
#nuestros-productos h3 {
    margin-bottom: 0;
}
.product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.product-card-link:hover .product-card {
    box-shadow: 0px 8px 20px 0px #00000060;
}
#img-camara {
    background-size: contain;
    background-repeat: no-repeat;
}
.beneficio-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.beneficio-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    flex-shrink: 0;
}
#beneficios-exclusivos {
    background-color: #111827;
    padding: 4rem 0;
    color: #fff;
}
.divcarrusel{
    padding-top: 50px;
    padding-bottom: 50px;
}
#carrusel{
    margin-top: 20px;
}
.slidercard{
    box-shadow: 4px 3px 8px 0px #00000017;
    position: relative;
    overflow: hidden;
    padding: 25px 30px;
    padding-left: 0;
}
.slidercard h3{
    font-family: "Epilogue", sans-serif;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.slidercard h4{
    font-family: "Epilogue", sans-serif;
    color: #254779;
    font-weight: 500;
    font-size: 1.1rem;
}
.slidercard  p{
        color: #1E1E1E;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.4;
}



/* Agrega margen lateral a cada slide */
.slick-slide {
  margin: 10px 20px;
  border-radius: 9px;
}

/* Compensa el margen del contenedor para alinear los slides */
.slick-list {
  margin: 0 -20px;  /* el mismo valor que el margin lateral */
}
.fondo{
    position: absolute;
    height: 100%;
    width: 50px;
    background-color: #4483DF;
    left: 0;
    top: 0;
}

.imgslider{
        width: 80%;
    z-index: 2;
    position: relative;
    margin-left: 17px;
    max-width: 100%;
}

.divotras{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 60px;
}
.cardotros{
    border-radius: 9px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cardotros img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 18px;
}
.titleotros{
        display: block;
    font-family: "Epilogue", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
}

.linkno{
    text-decoration: none;
    cursor: pointer;
}
#form{
    background: white;
    padding: 45px 30px;
    border-radius: 9px;
    width: 45%;
    margin: auto;
}
.divInput{
    margin-bottom: 10px;
    border: 1px solid #a9a9a994;
}
.divTextarea{
    resize: none;
    height: 160px;
    border: 1px solid #a9a9a994;
     margin-bottom: 20px;
}
.btnform{
        background: #579BFF;
    width: 100%;
    border: 0;
}
#res{
        font-size: 1.1rem;
    font-weight: 500;
}
footer{
        background-color: #111827;
    padding-top: 31px;
    padding-bottom: 33px;
}
#footerlist{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.iconf{
   width: 17px;
    margin-right: 13px;
    align-self: flex-start;
}
#footerlist a{
    color: white;
    text-decoration: none;
}
.iconface{
    width: 40px;
}
.textfooter{
        text-align: center;
    color: white;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 35px;
}
#wrapper-textos-footer {
    display: flex;
    justify-content: space-between;
}
#wrapper-textos-footer a {
    color: white;
}
#wrapper-textos-footer a:hover {
    color: #579BFF;
    transition: ease 0.2s;
}
.alinsefltbtt{
    align-self: flex-end;
}
.icofooter{
    width: 120px;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 28px;
    margin: auto;
    margin-top: 6px;
    --b: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #579bff;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation: l5 1s infinite;
}
@keyframes l5 {to{transform: rotate(.5turn)}}




@media (max-width: 1450px) {
   #imgpanel {
        width: 382px;
        margin-bottom: -58px;
    }
    .titlebanner {
        font-size: 3.1rem;
    }
    #subtitlebanner {
        font-size: 1.22rem;
        margin-top: 16px;
        margin-bottom: 25px;
    }
    .titles {
        font-size: 2rem;
    }
    .titles-claros {
        font-size: 1.8rem;
    }
    .parra {
        font-size: 1.1rem;
    }
    .divcuadros h3 {
        font-size: 1.3em;
    }
    .numcircle {
        width: 80px;
        height: 80px;
        font-size: 3rem;
        margin-bottom: 32px;
    }
    .subtitleproce {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
    .cardotros {
        height: 250px;
    }
    .titleotros {
        font-size: 1.4rem;
    }
    .cardotros img {
        width: 73px;
        height: 73px;
        margin-bottom: 13px;
    }
    .icofooter {
        width: 108px;
    }
    .iconf {
        width: 14px;
        margin-right: 10px;
    }
    #footerlist a {
        font-size: 0.9rem;
    }
    .iconface {
        width: 35px;
    }
    .textfooter {
        font-size: 0.9rem;
        margin-top: 29px;
    }
    #logoimg {
        width: 89px;
    }
    .bgbanner {
        padding-top: 11px;
    }
    #form {
        width: 50%;
    }
}

@media (max-width: 1210px) {
    #logoimg {
        width: 75px;
    }
    .btnpanel {
        font-size: 1rem;
        padding: 11px 27px;
    }
    .titlebanner {
        font-size: 2.8rem;
    }
    subtitlebanner {
        font-size: 1.15rem;
    }
    #imgpanel {
        width: 320px;
        margin-bottom: -49px;
    }
    .newbtnpadd {
        padding: 16px 38px;
    }
    .titles {
        font-size: 1.8rem;
    }
    .titles-claros{
        font-size: 1.6rem;
    }
    .parra {
        font-size: 1rem;
    }
    .divcuadros h3 {
        font-size: 1.2em;
    }
    .divcuadros {
        /*padding: 46px 30px;*/
    }
    .divcuadros p {
        font-size: 1em;
    }
    .numcircle {
        width: 75px;
        height: 75px;
        font-size: 2.5rem;
        margin-bottom: 26px;
    }
    .subtitleproce {
        font-size: 1.2rem;
        margin-bottom: 7px;
    }
    .parraproce {
        color: white;
        line-height: 1.2;
        font-size: 1rem;
        margin-bottom: 40px;
    }
    .slidercard p {
        font-size: 1rem;
        line-height: 1.3;
    }
    .slidercard p br{
       display: none;
    }
    .cardotros img {
        width: 60px;
        height: 60px;
    }
    .titleotros {
        font-size: 1.3rem;
    }
    .cardotros {
        height: 235px;
    }
    .bgcontacto {
        background-size: cover;
    }
    .icofooter {
        width: 106px;
    }
}

@media (max-width: 991px) {
    .titlebanner {
        font-size: 2.2rem;
    }
    #subtitlebanner {
        font-size: 1rem;
    }
    #subtitlebanner br{
        display: none;
    }
    #imgpanel {
        width: 245px;
        margin-bottom: -53px;
    }
    .newbtnpadd {
        padding: 13px 32px;
    }
    .mt1 {
        padding-top: 0;
        padding-left: 12px;
    }
    .titles {
        font-size: 1.5rem;
    }
    .titles-claros {
        font-size: 1.3rem;
    }
    .divquienessomos {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .divcuadros h3 {
        font-size: 1.1rem;
    }
    .divcuadros {
        /*padding: 23px 13px;*/
        margin-top: 13px;
        margin-bottom: 30px;
    }
    .beneficiosm {
        margin-top: 45px;
    }
    .numcircle {
        width: 65px;
        height: 65px;
        font-size: 2rem;
        margin-bottom: 19px;
    }
    .bgproceso {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .subtitleproce {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .parraproce {
        line-height: 1.2;
        text-wrap: balance;
        margin-bottom: 25px;
    }
    .divcarrusel {
        padding-top: 34px;
        padding-bottom: 20px;
    }
    .slidercard h3 {
        font-size: 1.1rem;
    }
    .slidercard h4 {
        font-size: 1rem;
    }
    .slidercard p {
        font-size: 0.9rem;
    }
    .imgslider {
        width: 135%;
        z-index: 2;
        position: relative;
        margin-left: 10px;
        max-width: 135%;
    }
    .fondo {
        width: 35px;
    }
    .divotras {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .cardotros {
        height: 187px;
    }
    .cardotros img {
        width: 47px;
        height: 47px;
    }
    .titleotros {
        font-size: 1.2rem;
    }
    #form {
        width: 70%;
    }
    .bgcontacto {
        padding-top: 37px;
        padding-bottom: 39px;
    }
    .icofooter {
        width: 84px;
    }
    .iconf {
        width: 14px;
        margin-right: 1px;
    }
    #footerlist a {
        font-size: 0.85rem;
    }
    .iconface {
        width: 27px;
    }
    .textfooter {
        font-size: 0.85rem;
        margin-top: 25px;
    }
    footer {
        padding-top: 27px;
        padding-bottom: 30px;
    }
    .divcuadros p {
        font-size: 1em;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    #logoimg {
        width: 70px;
    }
    .btnpanel {
        font-size: 1rem;
        padding: 8px 20px;
    }
    .titlebanner {
        font-size: 1.8rem;
        line-height: 1.1;
        text-align: center;
    }
    #subtitlebanner {
        font-size: 0.9rem;
        text-align: center;
        text-wrap: pretty;
    }
    .newbtnpadd {
        padding: 11px 20px;
    }
    .bgbanner {
        padding-top: 18px;
        text-align: center;
    }
    #imgpanel {
        width: 180px;
        margin-bottom: -26px;
        margin-top: 13px;
    }
    .divquienessomos{
        text-align: center;
    }
    .mt1 {
        padding-top: 17px;
    }
    .titles {
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .titles-claros {
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .parra {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .beneficiosm {
        margin-top: 42px;
    }
    .divcuadros {
        /*padding: 30px 45px;*/
        margin-top: 2px;
        margin-bottom: 20px;
    }
    .divcuadros h3 {
        font-size: 1.2rem;
    }
    .subtitleproce {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .parraproce {
        margin-bottom: 16px;
    }
    .mtpomovi{
        margin-top: 14px;
    }
    .divcarrusel {
        padding-top: 26px;
        padding-bottom: 13px;
    }
    #carrusel {
        margin-top: 0;
    }
    .divotras {
        margin-top: 14px;
        margin-bottom: 20px;
    }
    .cardotros {
        height: 175px;
        margin-bottom: 14px;
    }
    .parra br{
        display: none;
    }
    #form {
        width: 95%;
        padding: 34px 25px;
    }
    .divTextarea {
        height: 130px;
    }
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .icofooter {
        width: 83px;
        margin-bottom: 13px;
    }
    #footerlist {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #footerlist li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    #footerlist a {
        font-size: 1rem;
        line-height: 1.1;
        text-align: center;
        display: inline-block !important;
    }
    #wrapper-textos-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .iconf {
        width: 17px;
        margin-right: 0px;
        display: block;
        margin: auto;
        margin-bottom: 3px;
    }
    .nopadnma{
        padding: 0;
        margin: 0;
    }
    .textfooter {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-top: 11px;
    }
}