*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

body{
    background-color: #000018;
}

.fixed{
    position: fixed;
}

.list-none{
    list-style: none;
}

.decoration-none{
    text-decoration: none;
}

.w-100{
    width: 100%;
}

.w-80{
    width: 80%;
}

.w-70{
    width: 70%;
}

.w-50{
    width: 50%;
}

.w-300px{
    width: 300px;
}

.w-342px{
    width: 340px;
}

.w-770{
    width: 770px;
}

.min-w-750{
    min-width: 750px;
}

.h15{
    height: 15px;
}

.h-100{
    height: 100%;
}

.h125{
    height: 125px;
}

.h200{
    height: 200px;
}

.h250{
    height: 220px;
}

.h300{
    height: 300px;
}

.padding30{
    padding: 30px 0;
}

.container-none{
    background-color: none;
}

.container-a1-50{
    background-color: rgba(0, 0, 24, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.container-a2-50{
    background-color: rgba(0, 12, 70, 0.5);
}

.text-color-deg-rojo{
    background: rgb(255,0,0);    background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(153,0,0,1) 100%);
    color: transparent;
    background-clip: text; 
    -webkit-background-clip: text;
}

.text-color-deg-oro{
    background: linear-gradient(90deg, rgba(250,138,34,1) 0%, rgba(255,213,0,1) 54%, rgba(250,138,34,1) 100%); 
    color: transparent;
    background-clip: text; 
    -webkit-background-clip: text;
}

.text-color-a{
    color: #000C46;
}

.color-deg-rojo{
    background: rgb(255,0,0);
    background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(153,0,0,1) 100%);
}

.container-deg1{
    background: rgb(0,0,24);
    background: linear-gradient(180deg, rgba(0,0,24,1) 0%, rgba(35,45,93,1) 100%); 
}

.container-blanco{
    background: #f2f2f2;
}

.container-blanco-10{
    background-color: rgba(255, 255, 255,0.1);
}

.color-font-blanco{
    color:#f2f2f2;
}

.h2{
    color: #f2f2f2;
    font-weight: 800;
    font-size: 40px;
}

.h3{
    font-size: 20px;
}

.weight-1000{
    font-weight: 1000;
    position: relative;
    top: 7px;
}

.size-24{
    font-size: 24px;
}

.size-32{
    font-size: 32px;
}

.precio{
    font-size: 64px;
    font-weight: 1000;
}

.w-container1{
    width: 230px;
}

.w-container2{
    width: 300px;
}

.text-align-center{
    text-align: center;
}

.border-radius{
    border-radius: 24px;
}

.border-radius-10{
    border-radius: 10px;
}

.border-radius-top{
    border-radius: 20px 20px 0 0;
}

.border{
    border: solid 1px #f2f2f2;
}

.border-none{
    border: none;
}

.opacity-5{
    opacity: 0.5;
}

.relative{
    position: relative;
}

.bottom35{
    bottom: 35px;
}

.bottom50{
    bottom: 70px;
}

.bottom80{
    bottom: 80px;
}

.flex{
    display: flex;
}

.display-none{
    display: none;
}

.display-block{
    display: block;
}

#seccion_camaras{
    display: flex;
}

#seccion_motores{
    display: none;
}

#seccion_cercas{
    display: none;
}

#seccion_paneles{
    display: none;
}

.column{
    flex-direction: column;
}

.flex-end{
    align-items: flex-end;
}

.margin-top{
    margin-top: 90px;
}

.margin-bottom{
    margin-bottom: 30px;
}

.margin-bottom2{
    margin-bottom: 50px;
}

.padding-bottom{
    padding-bottom: 30px;
}

.padding-bottom15{
    padding-bottom: 15px;
}

.padding-btn{
    padding: 10px 20px;
}

.padding15{
    padding: 15px 0;
}

.padding25{
    padding: 25px 0;
}

.padding35{
    padding: 35px 0;
}

.padding120{
    padding: 120px 0;
}

.center-h{
    align-content: center;
    margin: auto 0px;
}

.left10{
    left: 10px;
}

.bottom100{
    bottom: 100px;
}

.margin-left-list{
    margin-left: 18px;
}

.margin-left{
    margin-left: 40px;
}

.margin-left2{
    margin-left: 80px;
}

.margin-left-n{
    margin-left: -20px;
}

.center-w{
    align-items: center;
    margin: 0 auto;
}

.center-absolute{
    position: absolute;
    top: 26.5%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.space-between{
    justify-content: space-between;
}

.space-around{
    justify-content: space-around;
}

.z-index-1{
    z-index: 1;
}

.z-index-2{
    z-index: 2;
}

.triangulo{
    width: 0px;
    height: 0px;
    border-bottom: 15px solid #f2f2f2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: rotate(180deg);
}

.botonWh{
    padding: 5px 0px;
    width: 175px;
    margin-bottom: 30px;
}

.boton-descarga{
    padding: 5px 0px;
    width: 300px;
}

.boton-descarga img{
    height: 70%;
}

.border-box{
    box-sizing: border-box;
}

.botonWh:hover{
    opacity: 0.7;
    cursor: pointer;
}

.padding-btn:hover{
    border: solid 1px #FF0000;
    cursor: pointer; 
}

.padding-btn:active{
    background-color: #FF0000;
}

.boton-descarga:hover{
    border: solid 1px #FF0000;
    cursor: pointer;
}

.list-check{
    height: 12px;
}

.card-big{
    display: none;
}