body {
    margin: 0 0 100px;
    padding: 0;
    background: black !important;;
}
.menu{
    /* height: 170px; */
    /* background-image: radial-gradient(circle at 50.09% 50.02%, #e9ecef 0, #e9ecef 25%, #dee2e6 50%, #e9ecef 75%, #adb5bd 100%); */
    z-index: 2;
    /* box-shadow: inset 4px -11px 15px 0px rgba(0, 0, 0, 0.8); */
    /* top:0; */
    width: 100%;
    
}

.menu ul {
    width: 100%;
    display:flex;
    justify-content: center;
    font-size:20px;
    background-color: #0c0808;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    
    overflow: hidden;
}

.menu li {
    float: left;
    background-color: #ff5722;
    margin: 0 10px;
    /* border-radius: 10px; */
}

.menu li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-weight: bold;
    transition: all .5s;
}

.menu li a:hover {
    background-color: #ff2424;
    border-radius: 10px;
    color:white;
}



.btn-menu-hamburguesa{
    display: none;
    text-align: right;
    padding: 0 10px;
    color:white;
    vertical-align: center;
    height: 50px;
}

.menu-hamburguesa{
    list-style-type: none;
    position:fixed;
    background: #0c0808;
    width: 100%;
    min-height: 100vh;
    line-height: 60px;
    top:-100vh;
    transition:1s all;
    z-index: 1;
    font-size:18px;
   
}
.menu-hamburguesa-desplegado{
    top:120px;
    transition:1s all;
   
}

.menu-hamburguesa li a{
    text-decoration: none;
    color:#ddd
}

.cabecera{
    background-color: black;
}

#ms-contenido{
    position: relative;
    overflow: hidden;
}
.contenedor-cards{
    animation: slideFromRight 1s forwards;
}

@keyframes slideFromRight {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0); 
    }
  }



#frase-final {
  padding: 60px 20px;
  border-top: 2px solid #aaa; /* Amarillo dorado */
  border-bottom: 2px solid #aaa;
  background: linear-gradient(105deg, #1a1a1a, #333); /* Fondo oscuro degradado */
  text-align: center;
}

#frase-final p {
  font-size: 40px;
  color: #aaa; /* Amarillo dorado */
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5); /* Brillo dorado */
}

.contenido{
    padding: 40px;
}
p{
    color:white;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
}

.subtitulos{
    color:#e9ecef;;
    text-align: center;
    font-size: 50px;
    font-family: cursive;
}
#quien-soy{
  padding:  30px 40px;
}

#quien-soy p{
    font-size: 45px;
}

@media (max-width: 768px) {
    .menu{
        height: 130px;
    }
    .menu li{
        display: none;
    }
    .img-menu-a{
      display: none;
    }
    .img-logo{
      width: 130px;
    }
    .btn-menu-hamburguesa{
        display: block;
    }
    #mis-trabajos>div>img{
        width: 100%;
    } 
    .video {
        max-width: 100%; /* Los videos se ajustarán al ancho de su contenedor */
        height: auto;    /* La altura se ajustará automáticamente */
    }
    .pagos img{
        width:90%;
    }

    #frase-final{
      padding: 20px;

    }
    #frase-final p{
      font-size: 28px;
    
    }
    #quien-soy p{
            font-family: serif;
          font-size: 22px;
    }
    
}
  .img-pc {
        display: block;
        width: 100%;
    }
    .img-movil {
        display: none;
        width: 100%;
    }


   @media (max-width: 768px) {
        .img-pc {
            display: none;
        }
        .img-movil {
            display: block;
        }
    }

#mis-servicios{
    background-color: #110f0fcf;   
}

#seccion-texto{
  background-color: #8d5d03;
  padding: 50px;
  color:white;
  text-align: center;
}

#mis-servicios a{
  font-size: 16px;
}

/* .servicio{
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.servicio img{
    width: 100%;
    cursor:pointer;
} */

.seccion{
    width: 100%;
    display: inline-block; /* Ajusta el tamaño al contenido (la imagen) */
    position: relative;
}
.seccion>img{
    z-index: -1;
    position: absolute;
    width: 100%;



}
 .card {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border:0 !important;
  }

  .card h3{
    margin:20px 0px;
    color: white
  }
  .card label{
    margin-bottom: 10px;
    font-size: 19px;
    color: white
  }
  .card a{
    font-size: 20px;
    font-weight: bold;
    margin-top:20px
  }

.boton-whatsapp {
    display: inline-block;
    background-color:#25D366;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
  }

#mis-trabajos{
    background: #64010180;
    box-shadow: -20px -1px 14px 7px #570501;
    /* color: #eddd00;
    font-family: "Aref Ruqaa", Sans-serif;
    text-align: center;
    padding: 20px; */
    /* border-top:  4px  solid #eddd00; */
}
#mis-trabajos img{
    margin-bottom: 20px;
}

.pie-pagina{
    display:flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background-color: #0000001c; */
    /* opacity: 0.7; */
    padding: 10px 0px;
 
}

.pie-pagina a{
    padding: 0 60px
 }

/* 
 @keyframes animacion-svg {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
  }

  @keyframes rotacion {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(40deg);
    }
    100% {
      transform: rotate(0deg);
    }
  } */
 

  svg {
    animation: animacion-svg 1s infinite; 
  }

  #pie-ws {
    animation: animacion-svg 2s infinite; 
  }

  #telefono {
    animation: rotacion 1s linear infinite;
  }

#mis-trabajos img{
    transition: transform 0.5s ease;  
    cursor:pointer;
 
}
#mis-trabajos img:hover{
    transform: scale(1.1);
  }

  #mis-servicios img{
    transition: transform 0.5s ease;  
    cursor:pointer;
}
#mis-servicios img:hover{
    transform: scale(1.05);
  }


.terminos{
    background: black;
    color: #bbb;
    padding: 40px;
    margin-bottom: 60px;
    text-align: justify;
}

.terminos label{
  font-size: 14px;
}

#testimonios{
  background-color: #000000a3;
  color: white;
 
}

#testimonios label{
  text-align: justify;
  margin-bottom: 20px;
}

#testimonios p{
 font-size: 20px;
}

#testimonios h3{
  color: white;
  font-size: 40px;
}
#testimonios>div>div>div>img {
  border-radius: 50%;
}

