.Title-bene{
	color: #082b5e !important;
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    line-height: 28px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Open Sans';
    padding-top: 50px;
}
.beneficios-icon img{ width: 100%; max-width: 120px; margin-top: 10px; }




#toggle-puntos, #toggle-equipos, #toggle-esim, #toggle-control, #toggle-cobertura, #toggle-clientes {
    display: none;
    background-color: transparent;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding: 7% 0% 3%;
}

#toggle-puntos a, .toggle-equipos a, .toggle-esim a, .toggle-control a, #toggle-cobertura a, #toggle-clientes a{
    color:  #0068FF !important; font-weight: 400;
}

#toggle-puntos strong, .toggle-equipos strong, .toggle-esim strong, .toggle-control strong, #toggle-cobertura strong, #toggle-clientes strong{
    color:  #000000;
}

.btn-ver-mas{
    border: 2px solid #0068FF;
    background: #0068FF;
    color: #FFFfFF;
    border-radius: 30px;
    padding: 6px 22px;
    font-weight: 500;
    margin: 5% 3%;
    font-size: 20px;
    font-family: 'Open Sans';
}

.beneficio{ 
    margin-bottom: 10%; 
    border: 2px solid #F5F5F5;
    border-radius: 50px;
}

.toggle-div{
    border-top: 2px solid #F5F5F5;
    display: none;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.active{display: none;}


@media screen and (max-width: 1200px){
    .Title-bene{ font-size: 24px; }
}

@media screen and (max-width: 991px){
    .beneficios-icon img{ max-width: 90px; }
    .Title-bene{ font-size: 22px; padding-top: 10px; padding-bottom: 20px; }
    #toggle-puntos, #toggle-equipos, #toggle-esim, #toggle-control, #toggle-cobertura, #toggle-clientes{ font-size: 18px; }
    .btn-ver-mas{ font-size: 18px; }
}

@media screen and (max-width: 767px){
    #toggle-puntos, #toggle-equipos, #toggle-esim, #toggle-control, #toggle-cobertura, #toggle-clientes{ font-size: 14px; }
    .Title-bene { font-size: 20px; padding-top: 10px; padding-bottom: 0px; line-height: 20px; }
}


