/*Boton effecto*/
.btn-effect,
.btn-effect *,
.btn-effect :after,
.btn-effect :before,
.btn-effect:after,
.btn-effect:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-effect {
  -webkit-tap-highlight-color: transparent;
  background-image: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-effect:disabled {
  cursor: default;
}

.btn-effect:-moz-focusring {
  outline: auto;
}

.btn-effect [hidden] {
  display: none;
}

.btn-effect {
  overflow: hidden;
  position: relative;
}

.btn-effect span {
  mix-blend-mode: luminosity;
}

.btn-effect:before {
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  content: '';
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
}

.btn-effect:hover:before {
  transform: skew(-45deg) translateX(75%);
}

/*fin del efecto*/

.fondo_ponenciasingle {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(@/Images/ThanksPages/fondo.png);
  margin: 0;
}

.cartaContainer {
  max-width: 695px;
  min-height: 455px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 0 13px;
}

.viewsingle-icono {
  width: 135px;
  padding: 25px 0 16px 0;
}

.viewsingle-text1 {
  text-align: center;
  max-width: 460px;
  min-width: 380px;
  width: 100%;
  padding-bottom: 8px;
  color: #025486;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.viewsingle-ponente {
  color: #545454;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
}

.viewsingle-datos {
  color: #545454;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  gap: 8px;
  padding-bottom: 15px;
}

.viewsingle-cupos {
  color: #025486;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 16px;
}

.viewsingle-introduce {
  max-width: 379px;
  width: 100%;
  color: #545454;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.viewsingle-correo {
  width: 100%;
  height: 38px;
  max-width: 380px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 16px;
  color: #888;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.viewsingle-correo::placeholder {
  color: #bbb;
}

.viewsingle-correo:focus {
  border-color: rgba(86, 86, 86, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.botonRegresar {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  height: 28px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F07F1E;
}

.botonContinuar {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  height: 28px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F07F1E;
}

@media (max-width: 480px) {
  .viewsingle-text1 {
    padding: 0 38px;
  }
}
