@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap');

body{
  font-family: "Raleway", sans-serif;
}

#landing {
  float: left;
  width: 100%;
  background-color: #e3265f;
  background-image: url("../img/bg-desktop.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

#empeza{
  float: left;
  width: 100%;
  background-color: #e3265f;
  padding-bottom: 2vh;
}

#empeza p.lead{
  font-size: 3em;
  color: white;
  line-height: 1 !important;
}

#empeza span.gigante{
  font-size: 2em;
  display: block;
  font-weight: 700;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #landing {
    min-height: 260px;
    background-image: url("../img/bg-mobile.png");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
  }
  #empeza p.lead{
    font-size: 2.6em;
    color: white;
    line-height: 1.1 !important;
    text-align: center;
    margin-top: 30px;
  }

  #empeza span.gigante{
    font-size: 1.4em;
    display: block;
    font-weight: 700;
  }
  #empeza img.icoTelefono{
    max-width: 160px;
    display: block;
    margin: 0 auto;
  }
  .btnRefe{
    width: 900px;
    max-width: 100%;
  }
}



.titEmpeza{
  text-align: center;
  margin-top: 7vh;
  margin-bottom: 2.5vh;
  color: white;
  font-size: 4em;
}

#empeza a {
  margin-bottom: 20px;
  display: block;
}

#como {
  float: left;
  width: 100%;
  background-image: url("../img/bg-como.jpg");
  background-size: cover;
  background-position: center;
}

.titComo{
  text-align: center;
  margin-top: 3vh;
  margin-bottom: 2.5vh;
  color: #e3265f;
  font-size: 4em;
}

.wrpComo{
  background-color: #b3b3b3;
  color: white;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0,0,0,.3);
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 20px;
}

.wrpComo a{
  color: #e3265f;
}

#como hr{
  border: 0;
}

.volver {   
  font-weight: bold;
  text-transform: uppercase;
  background-color: #D70B51;
  color: white;
  display: inline-block;
  text-decoration: none; 
  padding: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  text-decoration: none;
}

.container-landing { background-color: #e3265f; }
@media (min-width: 968px) {
  .container-landing #landing { overflow: hidden; min-height: 360px; max-width: 800px; margin: 0 auto; float: none; }
}