@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans Extra Condensed", sans-serif;
}
.wsp-new {
  background: #FCDA40;
  font-size: 20px;
  padding: 5px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #000;
  display: inline;
  width: 200px;
  text-align: right;
  font-weight: bold;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
}

.texto {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  padding: 10px 0;
  color: #1C2631;
  margin-top: 10%;
  background: #FCDA40;
  border-radius: 20px;
}

.logo {
  width: 250px;
}
.espacio, .espacio-2{
  display: none;
}
.borde-rad{
  border-radius: 20px;
  width: 100%;
}

@media (max-width:1199px) {

}
@media (max-width:991px) {
.espacio, .espacio-2{
  display: block;
}

}
@media (max-width:767px) {
.texto {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
}
.guion{
  display: none;
}
}

@media (max-width:480px) {
 
}

    .txt-pie {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 150px;
  text-align: center;
  line-height: normal;
  border-top: 1px solid #CCCCCC;
  margin-top: 50px;
}
.txt-pie a {
  color: #000000;
  text-decoration: none;
}
.txt-pie a:hover {
  color: #000000;
  text-decoration: underline;
}

.saltito{
  display: none;
}
 @media (max-width: 600px) {

.saltito{
  display: block;
}
.punto{
  display: none;
}
    }

