body {
 
    background-color: #0c0c0c;
    
}

.containerInicio {

    background-image: url(img/hornoPiza.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;

}


.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;
  }









  .text-shadow {
    text-shadow: #252525 0 2px;
  }

  .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;
  } 









  .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;
	}
}