body {
  font-family: 'PT Sans Caption', sans-serif;
  background-color: #ed1c24;
}

header {
  /* background: url(images/bg-padres.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

.heading {
  background: #4e4948;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.reglas-card {
  border-radius: 20px;
  padding: 30px 10px;
  background: #fff;
  max-width: 700px;
  margin: 0 auto;
  -webkit-transition: all .30s ease-in-out;
-moz-transition: all .30s ease-in-out;
-ms-transition: all .30s ease-in-out;
-o-transition: all .30s ease-in-out;
transition: all .30s ease-in-out;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.reglas-card:hover {
  -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: 1px 1px 15px 10px rgba(0,0,0,0.2);
box-shadow: 1px 1px 15px 10px rgba(0,0,0,0.2);
}

.reglas-card h3{
  margin: 0;
  text-decoration: none;
  color: #000;
}

.reglas-card a{

}

a, a:hover {
  text-decoration: none !important;
}

.btn {
  background: #ec241a;
  border: 0;
  border-radius: 0;
  height: 60px;
  padding: .375rem 1.65rem;
}

.btn:hover, .btn-primary.focus, .btn-primary:focus{
  background: #000;
  color: #fff
}

.form-control {
  border-radius: 0;
  height: 60px;
}

.form-wrap {
  position: relative;
  padding: 20px;
  background: #fff;
}

section.form {
  padding: 30px 0 10px;
}

p.legal {
  font-size: 0.5em;
  text-align: justify
}

.alert-box {
  position: relative;
  margin: 0 auto 10px auto;
  padding: 15px;
  text-align: center;
}

.alert-box i {
  width: 30px;
}

.alert-box .close {
  display: block;
  position: absolute;
  right: 3px;
  top: 2px;
  padding: 5px;
  font-size: 1.2em;
  color: #666;
  border: 0;
  background: transparent;
}

.alert-box .close:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.alert-box.error,
.alert-box.error a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-box.success,
.alert-box.success a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.call-button {
  padding: 1em 1.65rem;
  height: 57px;
}

.claro-logo img{
  width: 100px
}

.btn-read {
  font-size: 0.8em;
  background: white;
  border: 3px solid #000;
  height: 37px;
}

.btn-read:hover {
  border: 3px solid #000;
}

.legal-wrap {
  max-height: 150px;
  position: relative;
  overflow: hidden;
}

.legal-wrap .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0;
  padding: 18% 0 0; 
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.1), #fff 65%);
}

@media (max-width: 575px) {
  .small-offer-mobile img {
    width: 75%
  }
}

.header {
  padding: 15px 0 0;
}

.header img {
  width: 150px;
  padding-bottom: 15px;
}

.header h1, .footer h2 {
  text-transform: uppercase;
  color: #fff;
}

.footer .lead {
  color: #fff;
}

.footer #sorteoForm .form-check {
  text-align: left;
}

/* Estilos para el footer del sitio */
.site-footer {
  background: #fff;
  color: #333;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.site-footer a {
  color: #ed1c24;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Estilos para el formulario en .footer */
.footer #sorteoForm {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 20px auto 0;
}

.form-group {
  text-align: left;
}

.footer #sorteoForm .form-group label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.footer #sorteoForm .form-control {
  border-radius: 10px;
  border: 2px solid #ddd;
  padding: 10px 15px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.footer #sorteoForm .form-control:focus {
  border-color: #ed1c24;
  box-shadow: 0 0 5px rgba(237, 28, 36, 0.5);
}

.footer #sorteoForm .form-check {
  margin: 0;
}

.footer #sorteoForm .form-check-input {
  margin-right: 10px;
  transform: scale(1.2);
}

.footer #sorteoForm .form-check-label {
  font-size: 0.9rem;
  color: #555;
}

.footer #sorteoForm .form-check-label a {
  color: #ed1c24;
  text-decoration: underline;
}

.footer #sorteoForm .btn-primary {
  background: #ed1c24;
  border: none;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 100%;
  margin-top: 20px;
}

.footer #sorteoForm .btn-primary:hover {
  background: #c0161a;
  transform: translateY(-2px);
}

/* Estilos para el modal */
.modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
  background: #ed1c24;
  color: #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
}

.modal-body {
  padding: 20px 30px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.modal-body p {
  margin-bottom: 15px;
}

.modal-body a {
  color: #ed1c24;
}

.modal-footer {
  border-top: none;
  padding: 15px 30px;
}

.modal-footer .btn-secondary {
  background: #ed1c24;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
}

.grecaptcha-badge {
  opacity: 0;
}