/* CSS Document */
/* --- RESET Y VARIABLES --- */
        :root {
            --brand-pink: #FD0061;
            --bg-gray: #F5F5F5;
            --text-black: #000000;
            --text-gray: #666666;
        }

        body {
            font-family: 'Inter', sans-serif !important;
            background-color: #ffffff;
            color: var(--text-black);
            font-size: 16px;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }

        /* --- HEADER --- */
        #encabezado {
            padding: 20px 0;
            margin-bottom: 10px;
            background: white;
        }

        .call-center-aligner {
            max-width: 420px;
            margin: 0 auto;
            text-align: right;
        }

        .call-center-top {
            font-weight: 700;
            font-size: 18px;
            margin-top: 40px;
            display: inline-block;
        }
		
		.importante {
			border: 1px solid #c2c2c2;
			border-radius: 10px;
			padding: 20px;
		}

		.imp {
			color: var(--brand-pink);
		}

		.parrafo-imp {
			padding-top: 10px;
		}
		
		.parrafo-imp p {
			font-weight: 600;
		}
		
		.imp-borde {
                position: absolute;
                border-style: solid;
                border-color: #c2c2c2;
                border-top-width: 1px;
                border-bottom-width: 1px;
                border-left-width: 1px;
                border-right-width: 1px;
                display: block;
                border-radius: 10px;
            }

		.img_importante {

			margin-left: 15%; 
			max-width: 98px;
			float: right;
			
		}

		

        /* --- HERO SECTION Y FORMULARIO --- */
        #principal {
            margin-bottom: 60px;
        }


        .btn-ingresar{
			background-color: var(--brand-pink);
			padding: 10px 25px;
			border-radius: 10px;
			color: #ffffff;
			border: none;
        }

        .btn-ingresar:hover {
            background-color: #d60052;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(253, 0, 97, 0.3);
        }

        /* --- SECCIÓN TEXTOS CENTRALES --- */
        .section-title-container {
            font-family: "Inter:Bold", sans-serif;
            word-break: break-word;
            font-weight: 600;
            font-style: normal;
            font-size: 30px;
            letter-spacing: -1.6px;
            text-align: center;
            line-height: 0;
        }

        .section-title {
            font-weight: 600;
            font-size: 30px;
            text-align: center;
            line-height: 1.2;
            margin-bottom: 50px;
            letter-spacing: -1px;
            font-family: "Inter:Bold", sans-serif;
        }

       

        /* --- IDENTIFICA TU SITUACIÓN --- */
        .situation-header {
            text-align: center;
        }

        .situation-header h4 {
            font-weight: bold;
            font-size: 25px;
            margin: 0 0 10px 0;
            color: #000;
        }

        .situation-header p {
            font-size: 25px;
            margin: 0 0 10px 0;
            color: #000;
        }

        /* CAMBIO: Clase para el texto de beneficios */


        .tab-content-box {
            background-color: #FFFFFF;
            padding: 40px;
            border-radius: 10px;
			border: 1px solid rgb(194, 194, 194);
            margin-bottom: 40px;
            width: 100%;
        }

        .tab-title-inside {
            font-weight: 700;
            font-size: 25px;
            margin-bottom: 20px;
            display: block;
			color: var(--brand-pink);
        }

        /* --- SECCIÓN FULL WIDTH GRIS --- */
        .full-width-grey-section {
            width: 100%;
            background-color: #F5F5F5; /* Gris solicitado */
            padding: 60px 0; /* Espaciado superior e inferior */
            margin-top: 40px;
        }



        /* --- FOOTER Y MEJORAS DE ESPACIO --- */
        .footer {
            margin-top: 0px;
            padding: 80px 0;
            background-color: white;
            border-top: 1px solid #eaeaea;
            text-align: center;
        }

        .footer-logo-col {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


		.logo_footer {
			max-height: 90px;
		}

		.logo_evoluciona {
			max-height: 90px; 
			max-width: 184px;
		}

		.logo_acreditacion {
			max-height: 85px; 
			max-width: 321px;
		}

        @media (min-width: 992px) {
            .footer-logo-col {
                margin-bottom: 0;
            }
			
			
        }
	
		@media (max-width: 992px){
			.img_importante {
				float: left;
				margin-left: 0;
			}
		}
		

        @media (max-width: 768px) {
            .section-title { font-size: 24px; }
            .call-center-top { float: none; text-align: center; display: block; margin-top: 10px; }
            .call-center-aligner { text-align: center; max-width: 100%; }
            .logo { display: block; margin: 0 auto; }
            #encabezado { text-align: center; }
            #principal { align-items: center !important; }
            .tab-content-box { padding: 20px; }

			.logo {
				max-width: 80%;
			}
			
			.img_footer {
				max-width: 80%;
			}
			
			.ing {
				padding-top: 30px;
			}
			
			.importante {
				margin-left: 15px;
				margin-right: 15px;
			}
			
			.img_importante {
				max-width: 40px;
			}
			
			.logo_footer {
				max-width: 70%;
			}

			.logo_evoluciona {
				max-width: 45%;
				margin-top: 20px;
			}

			.logo_acreditacion {
				max-width: 70%;
				margin-top: 20px;
			}
			
        }