@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700|Roboto:400,300,700);
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
.wsp-new {
  background: #F88F27;
  font-size: 20px;
  padding: 5px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #FFFFFF;
  display: inline;
  width: 200px;
  text-align: right;
  font-weight: bold;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
}

.wsp-new2 {
  background: #091953;
  font-size: 16px;
  padding: 5px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 150px;
  right: 20px;
  color: #FFFFFF;
  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-slider {
  position: absolute;
  bottom: 15%;
  left: 10%;
  padding: 1vw;
  font-size: 20px;
  color: #FFF;
  border-radius: 10px;
  text-shadow: 0 0 10px #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.back-top{
  background-image: url(../images/top.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
  padding-top: 40px;
}
.texto {
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  padding: 30px 0;
  color: #1C2631;
}
.texto-gracias {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  color: #FFFFFF;
  margin-top: 5%;
  text-shadow: #000000 2px 2px 5px;
}
.logo {
  width: 250px;
}
.espacio, .espacio-2{
  display: none;
}
.borde-rad{
  border-radius: 30px;
  margin: 20px 0;
}

@media (max-width:1199px) {

}
@media (max-width:991px) {
.espacio, .espacio-2{
  display: block;
}

}
@media (max-width:767px) {

}

@media (max-width:480px) {
 
}


.cont-boton {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .botones {
      display: flex;
      gap: 10px;
      justify-content: center;
    }

    .boton {
      padding: 10px 20px;
      border: none;
      border-radius: 40px;
      color: white;
      font-size: 30px;
      cursor: pointer;
      transition: transform 0.2s ease;
      font-weight: bold;
    }

    .boton:hover {
      transform: scale(1.05);
    }

    .whatsapp {
      background-color: #25D366;
    }

    .llamar {
      background-color: #3d2e6b;
    }
    .txt-pie {
  color: #000000;
  font-size: 22px;
  font-weight: 200;
  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;
}
.txt-web {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: normal;
}
.txt-web a {
  color: #000000;
  text-decoration: none;
}
.txt-web a:hover {
  color: #000000;
  text-decoration: underline;
}
.saltito{
  display: none;
}
 @media (max-width: 600px) {

.saltito{
  display: block;
}
.punto{
  display: none;
}
    }

