
        body {
            background-color: #009ca3;
            height: 100%;
            padding: 0;
            margin: 0;
            height: 100vh;
            overflow-x: hidden;
            background-position:center ; 
            background-repeat: no-repeat;
            background-size: cover; 
            
            
        }
   

        .container {
            max-width: 900px;
            margin: 40px auto;
            background: #fff;
            border-radius: 50px;
            padding: 30px;
            border: 5px solid #ccc;
            background-image:  #7638C9;
            color: white;

            .titles{
                margin-top: 50px;
                justify-content: center;
                align-items: center;
                position: relative;
                display: flex;
                flex-direction: column;
               
                .title1{
                   justify-content: center;
                   text-shadow: none !important;
                   white-space: nowrap;
                   max-width: 1000px;
                   text-align: center;
                   border-radius:  0 50px 50px 0;
                   position:relative;
                   margin: 10px;
                   padding: 10px;
                   background-color: #009ca3;
                   font-weight: bold;
                   color:#ffffff;
                   font-family: Arial, sans-serif;
                   letter-spacing: 7px;
                   font-size: 45px;
                   padding-left:610px;
                   padding-right: 120px;
                   right: 210px;
                }
                .title2{
                    justify-content: center;
                    text-shadow: none !important;
                    white-space: nowrap;
                    max-width: 1000px;
                    text-align: center;
                    border-radius:  50px 0 0 50px ;
                    position: relative;
                    padding: 10px;
                    color:white;
                    font-family: Arial, sans-serif;
                    font-size: 30px;
                    letter-spacing: 2px;
                    top: -25px;
                    padding-left: 200px; 
                    padding-right: 400px;   
                    left:150px;
                    background-color:#f7aa00;
                 }
                 .title3{
                    justify-content: center;
                    text-shadow: none !important;
                    white-space: nowrap;
                    max-width: 1000px;
                    text-align: center;
                    position: relative;
                    padding: 10px;
                    color:#009ca3;
                    font-weight: bold;
                    font-family: Arial, sans-serif;
                    font-size: 20px;
                    letter-spacing: 2px;
                    top: -65px;
                    padding-left: 200px; 
                    padding-right: 400px;   
                    left:140px;
                 }
           
                }  
        }

        form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        p{
            text-align: center;
            justify-content: center;
            color:#009ca3;
            font-size: 20px;
            font-family: Arial, sans-serif;
        }
    
    
        p.pline{
            text-decoration: underline;
            text-decoration-color: #f7aa00;
            text-underline-offset: 15px;
            font-family: Arial, sans-serif;
           
        }
        p.note-form{
            text-align: left;
            font-family: Arial, sans-serif;
            font-size: 15px;
        }

        .content-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
            align-items: flex-start;
            margin: -50px 0;
        }
         
        .benefits {
            font-family: 'Arial', sans-serif;
            font-size: 20px;
            margin-top: 200px;
            ul{
                color:#009ca3;
                font-size: 20px;
            }
        }
        
        .formulario {
            max-width: 400px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        input, select {
            font-family: Arial, sans-serif;
            padding: 10px;
            border: 2px solid #009ca3;
            color: #009ca3;
            border-radius: 20px;
            outline: none;
            font-size: 15px;
            -webkit-text-fill-color: #009ca3!important; 

        }

        input::placeholder {
            color: #009ca3;
            font-family: Arial, sans-serif;
        }

        input:hover{
            appearance: none;
            background: rgba(40, 147, 175, 0.5);
            color: rgba(40, 147, 175, 0.5);
        }

        .checkbox {
            gap: 10px;
            font-size: 20px;
            position: relative;
            right: 240px;
            max-width: 900px;
            flex-direction: column;
            top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-top: 30px;
        }

.checkbox label {
  
  align-items: center;
  font-size: 14px;
  color: #009ca3;
  max-width: 90%;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  cursor: pointer;
  
}

/* Caja del checkbox personalizada */
.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  margin-bottom: -6px;
  background: transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

/* Chulito ✔ */
.checkbox input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 14px;
  color: #005459;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Al marcar, mostrar ✔ y cambiar color */
.checkbox input[type="checkbox"]:checked {
  background-color: #ffffff;
  border-color: #005459;
}

.checkbox input[type="checkbox"]:checked::after {
  content: "✔";
  opacity: 1;
}

/* Enlaces dentro del label */
.checkbox label a {
  color: #005459;
  font-weight: bold;
  text-decoration: none;
}
        button {
            background-color:#f7aa00 ;
            color: white;
            font-family: Arial, sans-serif;
            border: none;
            border-radius: 25px;
            padding: 15px 40px;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            right: 225px;
            cursor: pointer;
            margin-top: 110px;
            margin: 40px;
        }
        button:hover {
            transform: scale(1.01);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
            background-color: #005459;
            color: white;
            
          }
          
        button:active {
            transform: scale(0.95);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        }
        .bottom-text {
            position: relative;
            text-align: center;
            font-size: 20px;
            margin-top: 5px;
            color: #005459;
            top: -50px;
            
        }

        .bottom-text a {
            color: #005459;
            font-weight: bold;

        }
