.underline{
     text-decoration: underline;
}
.header .highlight, .planes .highlight{
    background-color: #4CAF50;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    width: auto;
    max-width: 25%;
    text-align: center;
}

.header .highlight a, .planes .highlight a{
    text-decoration: none;
    color: #fff;
}
.header .img-holder{
    /* width: 40em; */
    margin: 0 auto;
}
.header .img-holder img{
    border-radius: 20px;
}

.header .texto .titulo{
    font-size: 5em;
    font-weight: 200;
}

.header .texto .subTitulo{
    font-size: 1.4em;
    font-weight: 100;
}

.navbar .navbar-brand img{
    background-color: #fff;
    border-radius: 50%;
    width:60px; height: 60px; 
}

.features ul.card-text{
    list-style-type: none;
    padding-left: 0;
}

.organizate_mejor p{
    font-size: 1.2em;
}

.beneficios ul{
     list-style-type: none;
    padding-left: 0;
}
.beneficios ul li {
    margin-top: 15px;
}
.beneficios ul li span{
    vertical-align: bottom;
}
.beneficios ul li span.text{
    font-size: 1.2em;
    color: #616161;
}

.responsive p{
    font-size: 1.2em;
}

.media-img { 
    background-color: #6d64e8;
    text-align: center;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    color: #fff!important;
    height: 5rem;
    transition: all .15s ease;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15)!important;
    border-radius: 50%!important;
}

.card-img img{ 
    height: 2em;
}

.beneficios-text {
    text-align: left;
}

@media (max-width:991px){
    #titulo{
        display: none !important;
    }
    #subTitulo {
        display: block !important;
        font-size: 2em !important;
    }
    .header .img-holder{
        width: auto !important;
        margin: 20px 5px !important;
    }
    #highlight {
        max-width: 50% !important;
    }
    #img-responsive-1 {
        display: block !important;
    }
    #img-responsive-2 {
        display: none !important;
    }
    .header .img-holder img{
        margin: 0 auto !important;
    }
    .beneficios-text {
        text-align: center !important;
    }
    .img-whatsapp {
        max-width: 16em;
        max-height: 25em;
    }
    .img-catalogo-online {
        margin-top: 30px
    }
    .call-to-action .botones-redes{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .call-to-action .botones-redes a{
        margin-top: 10px;
    }
}

.img-whatsapp {
    max-width: 16em;
    max-height: 32em;
}

.badge-catalogo {
    border-radius: 50%;
    background-color: #6d64e8;
    font-size: 1em;
    color: #eee;
}

.btn-instagram {
    color: #eee;
    background-color: #E1306C;
    border-color: #E1306C;
}

#comenzar .call-to-action .media-img {
    width: 150px;
    height: 150px;
}
#comenzar .call-to-action .media-img img{
    border-radius: 50%;
}