body {
  background: black !important;
}

.menu {
  font-family: 'Righteous', sans-serif;
  height: 70px;
  background-color: #29004d;;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  color: white;
  font-size: 18px;
}

.menu ul {
  display: flex;
  justify-content: center;
  font-family: cursive;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu li {
  float: left;
}

.menu li a {
  font-family: 'Righteous', sans-serif;
  font-weight: bold;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu li a:hover {
  color: yellow;
}




.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: #4D0091;;
  width: 100%;
  min-height: 100vh;
  line-height: 60px;
  top: -100vh;
  transition: 1s all;
  z-index: 1;
  font-size: 18px;

}

.menu-hamburguesa-desplegado {
  top: 50px;
  transition: 1s all;

}

.menu-hamburguesa li a {
  text-decoration: none;
  color: #ddd
}

.cabecera {
  background-color: black;
  text-align: center;
  /* height: 500px; */
}

.cabecera_img {
  display:block;
}

.cabecera_cel_img {
  display:none;
}


.contenido {
  font-family: fantasy;
  color: #ff0000;
  padding: 12px;
  /* margin: 0 0 100px; */

}

.contenido h1 {
  font-size: 60px;
}

.amarres-item {
  /* margin-top: 20px; */
  padding: 65px 60px 0;
}

.presentacion{
  background-color: rgba(134, 25, 56, 0.62);
  padding: 20px;
}
.presentacion label{
  font-size: 25px !important;
}

.amarres-item label{
  color:white;
  font-family: 'math';
  font-size: 20px;
  text-align: justify;
}

.amarres-item img {
  max-width: 100%;
  align-self: baseline;

}

.boton-whatsapp {
  display: inline-block;
  font-family: 'math';
  background-color:#25D366;
  color: white;
  text-shadow: 
  -1px -1px 0 #000,  
   1px -1px 0 #000,
  -1px  1px 0 #000,
   1px  1px 0 #000; 
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 23px;
  font-weight: bold;
}


/* MIS TRABAJOS  */
.trabajos{
  margin-top:40px;
}
iframe{
  margin-bottom: 20px;
  border: 1px solid #cccccc4f !important;
}


/* TESTIMONIOS */
.testimonios{
  padding-top:20px;
  background-color: rgba(180, 119, 39, 0.91);
  color:white;
  
}

.testimonios h3{
  font-family: 'math';
}

.testimonios>img{
  position: absolute;
  z-index: -1;
}
.imagenes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 60px;
}

.imagenes-container img {
  width: calc(33% - 20px);
  margin: 10px;
  border-radius:10px;
}

/* TERMINOS  */
.terminos{
  font-family: 'Righteous', sans-serif;
  color:#ccc;
  font-size: 13px;
  justify-content: justify;
  margin:20px 0 0;
}
.terminos label{
  text-align:justify;
}

.terminos-punto{
  color:#dc3545;
}

.ws{
  display:flex;
  justify-content: space-between;
  position: fixed;
  /* right: 20px; */
  padding: 0 20px ;
  bottom: 20px;
 width: 100%;
}

@media (max-width: 768px) {
  .menu li {
    display: none;
  }

  .menu>img{
    width: 100px;
  }
  .btn-menu-hamburguesa {
    display: block;
  }

  .contenido h1 {
    font-size: 40px;
  }

  .cabecera_img{
    display: none;
  }
  .cabecera_cel_img{
    display: block;
  }

  .amarres-item {
    padding: 65px 20px 0;
  }
  
  .presentacion{
    padding: 30px;
  }
  .presentacion label{
    font-size: 23px !important;
  }

  .imagenes-container {
    padding: 10px;
  }

  .imagenes-container img {
    width: calc(100% - 20px);
  }
  
  .terminos>div>div{
    margin-bottom: 10px;
  }

  .boton-whatsapp {
    font-size: 18px;
  }

  .imagenes-container iframe{
    width: 350px
  }
  
  #servicios{
    padding: 20px !important;
  }

}