body {

  background-color: #0c0c0c;

}

.containerInicio {

  background-image: url(img/fideos_inicio.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.containerProyectos {

  background-image: url(img/vector1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;


}

.containerMenu {

  background-image: url(img/pizarra42.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1000px;
  height: 800px;
}


  .container2 {

    background-color: white;

  }


  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }


  .comfortaa> {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .rubik-mono-one-regular {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
  }

  .bowlby-one-sc-regular {
    font-family: "Bowlby One SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .manrope-bold> {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: bold;
  }

  .play-regular {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .play-bold {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-style: normal;
  }


  .cabin-sketch-regular {
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .cabin-sketch-bold {
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 700;
    font-style: normal;
  }



  .permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}




  .navbar-custom .nav-link {
    color: #202020 !important;
    /* Color naranja personalizado */
  }

  .navbar-custom .nav-link:hover {
    color: #c70039 !important;
    /* Otro color al pasar el ratón */
  }






  .text-shadow {
    text-shadow: #3e3e3f 0 1px;
  }

  .text-shadowMenu {
    text-shadow: #adacac 0 1px;
  }



  .texto-beneficio {
    border-left: 6px solid rgba(6, 87, 238, 0.719);
    padding-right: 12px;
  }

  .texto-beneficioChico {
    border-left: 6px solid rgb(255, 196, 0);
    padding-right: 12px;
  }





  .img-zoom {
    transition: transform 0.9s ease-in-out;
    /* Suaviza el efecto */
    max-width: 100%;
    /* Bootstrap .img-fluid */
    height: auto;
    /* Bootstrap .img-fluid */
  }

  .img-zoom:hover {
    transform: scale(1.1);
    /* Escala la imagen al 110% */

  }

  .image-container {
    overflow: hidden;
    /* Oculta el exceso de la imagen */
    width: 100%;
    /* Ajusta al ancho del contenedor */
  }







  .btn-wspM {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 63px;
    bottom: 25px;
    right: 25px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
  }

  .btn-wspM:hover {
    background: #20ba5a;
  }

  @media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wspM {
      width: 63px;
      height: 63px;
      line-height: 66px;
    }
  }