.contenedores{
    display: flex;
    
}
.ContenedorEstados{
    display: flex;
    padding-left: 20px;
}
.Primero{
    width: 20%;
}
.Segundos{
    width: 20%;
}
.Tercero{
    width: 20%;
}
.Cuarto{
    width: 20%;
}
.Quinto{
    width: 20%;
}

.ofrecemoss{
    width: 50%;
    /*background-color: aqua;*/
}

.imagenes_seg{
    width: 40%;
   /* background-color: #c31620;*/
   
}



.centrado {
/*width: 80%; /*ajusta el ancho del elemento segun las necesidades */
margin: 100px; /* agrega margen vertical y horizontal automatico para centrar */ 
margin-top: 0%;
padding: 8px; /* opcional: agrega espacio interno (relleno) al elemento */ 
text-align: justify; /* alinea el texto al centro dentro del elemento */ 
}   

.margen{
    margin:30px;
}
.margenes {
    width: 80%; /*ajusta el ancho del elemento segun las necesidades */
    margin: 120px; /* agrega margen vertical y horizontal automatico para centrar */ 
    padding: 3px; /* opcional: agrega espacio interno (relleno) al elemento */ 
    text-align: center; /* alinea el texto al centro dentro del elemento */ 
    margin-top: 0%;
    }
b{
    color: #c31620;
}
.valores{
    text-align: justify;
}
.Estados{
    color:black;
}
.Estados:hover{
    color:#c31620;

}


.centradooo{
    /*width: 80%; /*ajusta el ancho del elemento segun las necesidades */
    margin: 20px; /* agrega margen vertical y horizontal automatico para centrar */ 
    margin-top: 0%;
    padding: 8px; /* opcional: agrega espacio interno (relleno) al elemento */ 
    text-align:center; /* alinea el texto al centro dentro del elemento */ 
    }

.intetaremos{
    text-align: center;
    color: aqua;
    
}



.img_telemetria img:hover{
    transform:scale(1.2);
}


.img_reos{
    display: flex;
}






/*
.IMG_SP .sp{

}



.IMG_SP .telemetria{
    padding-left: 400px;
    color:red;
    position: absolute;
    text-align: center;
    top:240%;
}

.IMG_SP .retail{
    padding-left: 550px;
    color:red;
    position: absolute;
    text-align: center;
    top:350%;
}

.IMG_SP .servicedesk{
    padding-left: 400px;
    color:red;
    position: absolute;
    text-align: center;
    top:490%;
}


.IMG_SP .fieldservice{
    padding-left: 400px;
    color:red;
    position: absolute;
    text-align: center;
    top:630%;
}

.IMG_SP .vozip{
    padding-left: 550px;
    color:red;
    position: absolute;
    text-align: center;
    top:750%;
}



.IMG_SP .Leasing{
    padding-left: 550px;
    color:red;
    position: absolute;
    text-align: center;
    top:880%;
}



.IMG_SP{
    display: inline-block;
    text-align: center;
}





.IMG_SP img{
    padding-top: 90px;
    
}
*/







#tabla-precios {
    display:inline-block;
    width:100%;
    margin-top:50px;
    justify-content: center;
    display: flex;
   }
   
   /*Columnas*/
   
   .precio-col {
    color: #000000;
    display:inline-block;
    background-color:#dfd4d4;
    width:90%;
    max-width:300px;
    border-radius:10px;
    margin-bottom:50px;
    box-shadow: 0px 2px 5px #ddd;
    padding-bottom: 10px;
   }
   
   @media screen and (min-width:768px) {
    .precio-col {
        padding-bottom: 10px;
    width:32%;
    float:left;
    margin-right:4%
    }
    
    .precio-col:last-child {
    margin-right:0
    }
   }


   @media screen and (max-width:760px) {
    .precio-col {
    padding-bottom: 10px;
    width:32%;
    float:left;
    margin-right:4%;
    }
    
    .precio-col:last-child {
    margin-right:0;
    }
    .precio-col-features img{
        width: 90%;
    }
    .precio-col li{
        font-size: 60%;
    }
    h3{
        font-size: 50px;
    }

   }



   
   /*Headers*/
   
   .precio-col-header {
    background-color:#000000;
    padding:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    height: 140px;
    padding-top: 10%;
   }
   
   .precio-col:nth-child(2) .precio-col-header {
    background-color:#000000
   }
   
   .precio-col-header h3 {
    color:#f3f3f3;
    text-align:center;
    font-size:30px;
    font-weight:600;
    margin-bottom:0
   }
   
   .precio-col-header p {
    text-align:center;
    color:#f3f3f3;
    font-size:14px;
    margin-bottom:0
   }
   
   /*Características*/
   
   .precio-col-features {
    padding: 20px 20px 20px 20px;
    

   }
   
   .precio-col-features p {
    padding:20px 0;
    margin:0;
    text-align:center;
    border-top:1px solid #ddd
   }
   
   .precio-col-features p:first-child,
   .precio-col-features p:last-child {
    border-top:none
   }
   
   /*Comprar*/
   
   .precio-col-comprar {
    padding:10px;
    max-width:250px;
    text-align:center;
    background-color:#c31620;
    margin: 0 auto 20px;
    border-radius:10px;
    border: 2px solid #c31620;
    transition: all 0.3s;
    font-weight: 900;
   }


.precio-col-comprar-computo{
    padding:10px;
    max-width:250px;
    text-align:center;
    background-color:#dd9933;
    margin: 0 auto 20px;
    border-radius:10px;
    border: 2px solid #dd9933;
    transition: all 0.3s
}

.precio-col-comprar-computo a{
    color:#000000;
    padding:10px;
    font-size:20px;
    text-transform:uppercase;
    transition: all 0.3s   
}


   
   .precio-col-comprar a {
    color:#000000;
    padding:10px;
    font-size:20px;
    text-transform:uppercase;
    transition: all 0.3s
   }
   
   .precio-col-comprar:hover {
    background-color:rgb(190, 105, 109);
    transition: all 0.3s    
   }
   
   .precio-col-comprar:hover H3 {
    color:#000000;
    transition: all 0.3s
   }

   .precio-col-comprar a:hover{
    color: #000000;
   }


/*Botones de beneficios*/
.botones ul li button{
    color: rgb(0, 0, 0); 
    background-color:#c31620; 
    height: 45px; 
    border-radius: 30px;
    font-size: 17px;
    font-weight: 700;
    
        /* desplazamiento-x | desplazamiento-y | radio de desenfoque | radio de extensión | color */
    box-shadow: 15px 10px 10px 3px #c2cdda;
}
.botones ul li{
    margin-top: 5px;
}

.botones ul li button:hover{
    transform: scale(1.2);
}

/*fin de botone de beneficios*/