/* Source: page/calificanos-servicio.php */
/* HERO */
        .hero-section {
            background: linear-gradient(135deg, #00a75d, #28a745, #007bff);
            color: #fff;
            padding: 70px 0 45px;
            text-align: center;
        }
        .hero-section h1 {
            font-size: 3.2rem;
            font-weight: 500;
        }
        .hero-section p {
            font-size: 1.3rem;
            opacity: .95;
        }
        /* CONTENEDOR */
        .section{
            padding:80px 0;
        }

        .form-card{
            background:#fff;
            border-radius:18px;
            box-shadow:0 18px 45px rgba(0,0,0,.08);
            padding:40px;
        }

        .form-header{
            text-align:center;
            margin-bottom:30px;
        }

        .form-header img{
            max-width:150px;
            margin-bottom:15px;
        }

        .form-header h3{
            color:#0a4f6d;
            font-weight:600;
        }

        .form-header p{
            color:#6c757d;
            font-size:1rem;
        }

        iframe{
            width:100%;
            height:100vh;
            min-height:600px;
            border:none;
            border-radius:12px;
        }

        /* ALERTA */
        .info-box{
            background:#f0f9ff;
            border-left:5px solid #00a75d;
            padding:15px 20px;
            border-radius:10px;
            margin-top:25px;
            font-size:.95rem;
            color:#084298;
        }

        /* RESPONSIVE */
        @media(max-width:768px){
            .hero-section h1{font-size:2.2rem;}
            .section{padding:60px 0;}
            .form-card{padding:25px;}
            iframe{
                height:auto;
                min-height:1200px;
            }
        }

.rating-thanks {
  text-align: center;
  color: #6c757d;
  margin-top: 30px;
}
