table .actulizarcliente{
  border-collapse: collapse;
  width: 100%;
}

.email{
  font-size: 36px;
  color: #000;
  font-family: 'Open Sans';

}

.actualizarcliente th, td {
  text-align: left;
  padding: 8px;
}

.actualizarcliente tr:nth-child(even) {
  background-color: yellow;
}
p{
  font-family: Helvetica;
  font-size: 16pt;
}
.fondoBarra{
    background-image: url("/public/fondobarradominios.png");
}
.contactos{
  background: linear-gradient(to right, transparent, rgb(240, 240, 35));
  display: flex;
  margin-right: 15px;
  padding: 0;
  justify-content: center;
  
}
.nav2{
  display: inline-block;
  height: 190px;
  background-color: white;
}
.nav2 h2{
  width: 50%;
  margin-left: auto ;
  margin-right: auto;
  font-size: 20px;
  color: #000;
  font-family: 'Open Sans';
  padding: 10px;
  
}
.nav2 p{
  width: 50%;
  margin-left: auto ;
  margin-right: auto;
  font-size: 20px;
  color: #000;
  font-family: 'Open Sans';
  padding: 10px;
  
}
.nav2 a{
  width: 50%;
  margin-left: auto ;
  margin-right: auto;
  font-size: 20px;
  color: #000;
  font-family: 'Open Sans';
  padding: 10px;
  
}
.espacio{
margin-right: 25px;
margin-left: 400px;
}
.miniespacio{
  margin-right: 25px;
  margin-left: 25px;
}
.imagen{
  width: 100px;
  height: 100px;
  border: black 3px solid;
 
}
.iconomenu{
  padding: 20px;
}
.usu{
  margin:10px;
  
}
bt.menu{

position: left;
border: rgb(38, 140, 235) 5px solid;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat Alternates', sans-serif;
}
body{
  background: rgb(38, 140, 235);
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
.header{
  background: #0000FF;
width: 100%;
height: 100px;
position: fixed;
top: 0;left: 0;
}
.container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
h1 {
  font-size: 36px;
  color: #000;
  font-family: 'Open Sans';
}
h2 {
  font-size: 30px;
  color: #000;
  font-family: 'Open Sans';
}
h4{
  color: #000;
  font-family: 'Open Sans';

}
.modal-header
 {
     
     background-color: #ffff61;
 }
.container .btn-menu, .logo{
  float: left;
  line-height:100px;
  
}
.container .btn-menu label{
  color: black;
  font-size: 25px;
  cursor: pointer;
  vertical-align: middle;
}
.logo h1{
  color: black;
  font-weight: 400;
  font-size: 22px;
  margin-left: 10px;
}
.container .menu{
  float: right;
  line-height: 100px;
}
.container .menu a{
  display: inline-block;
  padding: 15px;
  line-height: normal;
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  margin-right: 5px;
}
.container .menu a:hover{
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 5px;
}
#btn-menu{
  display: block;
}
.container-menu{
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100vh;
  top: 0;left: 0;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
#btn-menu:checked ~ .container-menu{
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.cont-menu{
  width: 100%;
  max-width: 250px;
  background:#f9db4a;
  height: 100%;
  position: fixed;
  display: block;
  transition: all 500ms ease;
  transform: translateX(-100%);
  z-index: 9999; /* Agregamos esta línea */
  overflow-y: auto; /* Agregamos esta línea */
}
#btn-menu:checked ~ .container-menu .cont-menu{
  transform: translateX(0%);
}
.cont-menu nav{
  transform: translateY(15%);
  position: fixed;
}
.cont-menu nav a{
  display: block;
  text-decoration: none;
  padding: 20px;
  color: black;
  border-left: 5px solid transparent;
  transition: all 400ms ease;
}
.cont-menu nav a:hover{
  border-left: 5px solid #c7c7c7;
  background: white;
}
.cont-menu label{
  position: absolute;
  right: 5px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.catalogo{
  width: 350px;
  height: 200px;
  margin-left: 40px;
  
}

.prrf{
  justify-content: center;
  margin-right: 40px;
  display: flex;
  margin-left: 40px;
}
.boton{
  justify-content: right;

}
.slider{
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.slider ul{
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 400%;
}
.slider li{
    width: 100%;
    list-style: none;
}
.slider img{
    width: 50%;
    height: 70%;
}
@keyframes cambio{
    0%{margin-left: 0;}
    20%{margin-left: 0;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;}
    
    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
@media only screen and (min-width:320px) and (max-width:768px){
.slider, .slider ul, .slider img{
    height: 100vh;
}
}
.inicio{
  font-size: 27px;
  justify-content:center;
  margin-right: 20px;
  display:flex;
  margin-left: 20px;
  font-family: Georgia  ;
  text-align: center;
}
.tabla{
  
background-color: #f9db4a ;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.sl{

background-color: #0000FF;
 display: none;
}
.serv{

  position:static;
  background-color: white;

}