* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {

    min-height: 100vh;

}

table {
    width:80%;
    margin-left:150px;
}

form {
    margin-left:150px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 85px;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  background: #161a2d;
  padding: 25px 20px;
  transition: all 0.4s ease;
}

.sidebar:hover {
  width: 260px;
}

.sidebar .sidebar-header {
  display: flex;
  align-items: center;
}

.sidebar .sidebar-header img {
  width: 42px;
  border-radius: 50%;
}

.sidebar .sidebar-header h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 23px;
}

.sidebar-links h4 {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  margin: 10px 0;
  position: relative;
}

.sidebar-links h4 span {
  opacity: 0;
}

.sidebar:hover .sidebar-links h4 span {
  opacity: 1;
}

.sidebar-links .menu-separator {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  transform: translateY(-50%);
  background: #4f52ba;
  transform-origin: right;
  transition-delay: 0.2s;
}

.sidebar:hover .sidebar-links .menu-separator {
  transition-delay: 0s;
  transform: scaleX(0);
}

.sidebar-links {
  list-style: none;
  margin-top: 20px;
  height: 80%;
  overflow-y: auto;
  scrollbar-width: none;
}

.sidebar-links::-webkit-scrollbar {
  display: none;
}

.sidebar-links li a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  padding: 15px 10px;
  text-decoration: none;
  transition: 0.2s ease;
}

.sidebar-links li a:hover {
  color: #161a2d;
  background: #fff;
  border-radius: 4px;
}

.user-account {
  margin-top: auto;
  padding: 12px 10px;
  margin-left: -10px;
}

.user-profile {
  display: flex;
  align-items: center;
  color: #161a2d;
}

.user-profile img {
  width: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.user-profile h3 {
  font-size: 1rem;
  font-weight: 600;
}

.user-profile span {
  font-size: 0.775rem;
  font-weight: 600;
}

.user-detail {
  margin-left: 23px;
  white-space: nowrap;
}

.sidebar:hover .user-account {
  background: #fff;
  border-radius: 4px;
}

input {
    border: none;             /* Elimina todos los bordes por defecto */
    outline: none;            /* Elimina el contorno de enfoque predeterminado del navegador */
    border-bottom: 2px solid #00FFFF; /* Añade solo el borde inferior (ancho, estilo, color) */
    padding: 5px;             /* Espacio interno para que el texto no toque la línea */
}

.sinborde {
    border: none;             /* Elimina todos los bordes por defecto */
    outline: none; 
}

footer {
    clear: both;
    background: #000080;
    border-top: solid #fff; 
    float: right; 
    width:90%; 
    margin-top:20px;
}

table td, table th {
  height: 35px;
}

.tabla {
    border: none;             /* Elimina todos los bordes por defecto */
    outline: none;
}

.tabla td, table th {
    border-bottom: solid #4a6da7;
}

.acceso {
    width: 300px;
    margin: 0 auto;
}

.acceso input {
    border: none;             /* Elimina todos los bordes por defecto */
    outline: none;
}

.principal{
    text-align:center;
    width:93%;
    float:right;
}

.imagenes{
    width:50%;
    float:left;
}

#service{
    clear: both;
}

.servicios{
    width:90%;
    float:left;
    margin-top:50px;
    margin-left:100px;
}

.titulo{
    width:100%;
    background:white;
    color:black;
}

.whats a {
    float:left; 
    position:fixed; 
    width:20%; 
    top:90%; 
    left:95%; 
    z-index:2;
}

.whats img {
    width:20%;
}

.redes {
    margin-right:10px;
}

.parr {
    color:#000080;
    float:right;
    width:90%;
    margin-top:20px;
}

.centrar {
    text-align:center;
    clear: both;
    margin-top:20px;}

.mitad {
    margin-top:20px;
    text-align:center;
    float:left;
    width:30%;
    color:white;
}

.blanco {
    background: #4a6da7;
    color:white;
}

.texto {
    width:45%;
    font-size: 40vw
}

.mis {
    float:left;
    background:white;
    width:50%;
    height:220px;
}

.mis p{
    padding:10px;
}

.valor{
    width:18%;
    float:left;
    padding:8px;
    padding-bottom:20px;
}

.vin{
    width:3%;
}

.logis{
    width:100%;
    float:left;
    padding-bottom:20px;
}

.ofrece{
    background:white;
    width:100%;
    float:left;
    padding-bottom:20px;
}

/*Estilo responsivo ancho menor de 750px*/


@media screen and (max-width : 800px){
	.principal{
    width:90%;
}



.parr {

	width:80%;
}




.imagenes{
    width:100%;
}

.servicios{
    width:100%;
    padding:0px;
    padding-bottom:30px;
}

.whats a {
    float:left; 
    position:fixed; 
    width:60%; 
    top:93%; 
    left:85%; 
    z-index:2;
}

.mitad {
    float:left;
    width:55%;
}

.mis {
    width:100%;
}

.valor{
    width:100%;
}

.logis{
    width:100%;
    padding:0px;
}

.ofrece{
    width:100%;
    padding:0px;
}
}
