
 
.borde {

border-bottom: 1px solid  #a0a0a0;
padding-bottom: 50px;  

}
.rounded-3 {
border-radius: 1.0rem !important;

}
.bg-ocean-blue {
  background-image: linear-gradient(to right,  #3C81C2 10%,#004784 50%, #3C81C2 90%);
}
 .textH {
    font-size: 1.9rem !important;
    line-height: 2.5rem !important;
}	 
.textH2 {
color: #494949 !important;
font-size: 1.3em !important; 
line-height: 1.6rem !important;
font-weight:bold !important;
padding: 2.5rem;
 text-align: center;
 

}
.provBA {
min-width: 150px;
}
 
.alert-beneficio{
    background:#d9d9d9;
    border-radius:40px;
    padding:35px 45px;
    gap:30px;
}

.icono-alerta{
    min-width:72px;
    width:72px;
    height:72px;
    border-radius:50%;
    background:#5b5b5b;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
}

.texto-alerta{
    font-size:1.2rem;
    font-weight:700;
    color:#4d4d4d;
    line-height:1.6;
}

.link-alerta{
    color:#4d4d4d;
    text-decoration:none;
    font-weight:800;
}

.link-alerta:hover{
    text-decoration:underline;
}
.lista-pasos{
    counter-reset: paso;
    list-style: none;
    padding-left: 0;
}

.lista-pasos li{
    position: relative;
    padding-left: 50px;
    margin-bottom: 24px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4d4d4d;
}

.lista-pasos > li::before{
    counter-increment: paso;
    content: counter(paso);

    position: absolute;
    left: 0;
    top: 0.2em;

    width: 25px;
    height: 25px;

    border-radius: 50%;
    background: #5b5b5b;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 1rem;
}
.lista-pasos li a{
    display: inline;
    margin: 0;
    padding: 0;
}
.sub-lista{
    margin-top: 12px;
    padding-left: 18px;
}

.sub-lista li{
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 1rem;
}

.sub-lista li::before{
    content: none;
}

.lista-check {
    list-style: none;
    padding: 0;
}

.lista-check li {
    position: relative;
    padding-left: 28px;
    margin-top: 10px;
    line-height: 1.5;
}

.lista-check li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(84, 88, 84);

    position: absolute;
    left: 0;
    top: 2px;
}

.textH3 {
    font-size: 1.2em !important;
    color: #777777;
    line-height: 1.3rem !important;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 0.9rem 1.5rem !important;
    font-size: 1.4rem !important;
    line-height: 2.3rem !important;
} 


/* XS: 0px – 575.98px ***************************************************************/

@media (max-width: 575.98px) {
    .lista-pasos li{
        
        font-size: 1rem;
    }

    .lista-pasos > li::before{
        width: 36px;
        height: 36px;
        font-size: .9rem;
    }


    .alert-beneficio{
        flex-direction:column;
        text-align:center;
        border-radius:25px;
        padding:25px;
    }

    .texto-alerta{
        font-size:1rem;
    }
    .textH {

			font-size: 1.2rem !important;
			line-height: 1.3rem !important;

			}
	.textH2 {
			
			font-size:1rem !important; 
			font-weight:600 !important;
		    padding: 1.5rem !important;
            text-align: left !important;
           
			}

    .textH3 {
                font-size: 1.2em !important;
                color: #777777;
                line-height: 1.5rem !important;
               
            }

		    .btn-lg, .btn-group-lg>.btn {
		   font-size: 1.1rem  !important;
		  
			}
			.provBA {
			min-width: 200px;
			}
            .icono-alerta {
                min-width: 50px;
                width: 50px;
                height: 50px;
                font-size: 30px;
            }
		  

}


/* SM: 576px – 767.98px ***************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) {
	 


    .alert-beneficio{
        flex-direction:column;
        text-align:center;
        border-radius:25px;
        padding:25px;
    }

    .texto-alerta{
        font-size:1rem;
    }
    .provBA {
		
	min-width: 280px;
	}

    .textH {

			font-size: 1.9rem !important;
			line-height: 2.5rem !important;

			}

            .textH2 {
			
			font-size:1.3rem !important; 
            line-height: 2rem !important;
			font-weight:600 !important;
		     text-align: left !important;
           

			}
   
		.btn-lg, .btn-group-lg>.btn {
		   font-size: 1.1rem  !important;
		  
			}
			
			 
 }
 
 /* MD: 768px – 991.98px *************************************************************************/
  @media (min-width: 768px) and (max-width: 991.98px) { 
    .btn-lg, .btn-group-lg>.btn {
    padding: 0.9rem 1.5rem !important;
    font-size: 1.2rem !important;
    line-height: 2.3rem !important;
} 
 
}  
/* LG: 992px – 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {

}