a:hover{
    text-decoration:none;
   
}



.title-personas{

        font-weight: 300;
        line-height: normal;
        color: #EF3829;
        /*width: calc(100% - 20px);*/
        text-align: center;
        margin-bottom: 5px;
        font-size: 24px
}

.box-personas{
    width:auto;
    text-align: center;
    margin: 40px auto;
  
}

.title-option{
    color:#5a5a5a;
    display:inline-block;
    vertical-align:middle;
    font-size:24px;
    font-weight:500;
}


.imgfijo{
    text-align: center;
}

.selecteoption{
    text-align:center;
}

.selecteoption{
    margin-top:15px;
}



.box h3.fijo:before, .mod__Servicios .box h3.fijo:before {
    background-position: -19px 0;
    width: 13px;
}


.box h3.movil:before, .home__Servicios .box h3.fijo:before, .home__Servicios .box h3.internet:before, .home__Servicios .box h3.tv:before, .home__Servicios .box h3.triplePlay:before, .home__Servicios .box h3.moveTime:before, .home__Servicios .box h3.moveTrack:before, .home__Servicios .box h3.hogarConectado:before, .home__Servicios .box h3.triplePlay2:before, .home__Servicios .box h3.cloud:before, .mod__Servicios .box h3.movil:before, .mod__Servicios .box h3.fijo:before, .mod__Servicios .box h3.internet:before, .mod__Servicios .box h3.tv:before, .mod__Servicios .box h3.triplePlay:before, .mod__Servicios .box h3.moveTime:before, .mod__Servicios .box h3.moveTrack:before, .mod__Servicios .box h3.hogarConectado:before, .mod__Servicios .box h3.triplePlay2:before, .mod__Servicios .box h3.cloud:before {
    content: " ";
    display: inline-block;
    background: url(../img/icon-servicios.png) no-repeat;
    width: 19px;
    height: 30px;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

.box h3.movil, .home__Servicios .box h3.fijo, .home__Servicios .box h3.internet, .home__Servicios .box h3.tv, .home__Servicios .box h3.triplePlay, .home__Servicios .box h3.moveTime, .home__Servicios .box h3.moveTrack, .home__Servicios .box h3.hogarConectado, .home__Servicios .box h3.triplePlay2, .home__Servicios .box h3.cloud, .mod__Servicios .box h3.movil, .mod__Servicios .box h3.fijo, .mod__Servicios .box h3.internet, .mod__Servicios .box h3.tv, .mod__Servicios .box h3.triplePlay, .mod__Servicios .box h3.moveTime, .mod__Servicios .box h3.moveTrack, .mod__Servicios .box h3.hogarConectado, .mod__Servicios .box h3.triplePlay2, .mod__Servicios .box h3.cloud {
    position: relative;
}

.box h3, .mod__Servicios .box h3 {
    font-weight: 300;
    line-height: normal;
    color: #EF3829;
    width: calc(100% - 20px);
    text-align: center;
    margin-bottom: 5px;
}

.box h3.internet:before, .mod__Servicios .box h3.internet:before {
    background-position: -33px 0;
    width: 30px;
}


.box h3.internet:before, .mod__Servicios .box h3.internet:before {
    background-position: -33px 0;
    width: 30px;
}


.box h3.movil:before, .home__Servicios .box h3.fijo:before, .home__Servicios .box h3.internet:before, .home__Servicios .box h3.tv:before, .home__Servicios .box h3.triplePlay:before, .home__Servicios .box h3.moveTime:before, .home__Servicios .box h3.moveTrack:before, .home__Servicios .box h3.hogarConectado:before, .home__Servicios .box h3.triplePlay2:before, .home__Servicios .box h3.cloud:before, .mod__Servicios .box h3.movil:before, .mod__Servicios .box h3.fijo:before, .mod__Servicios .box h3.internet:before, .mod__Servicios .box h3.tv:before, .mod__Servicios .box h3.triplePlay:before, .mod__Servicios .box h3.moveTime:before, .mod__Servicios .box h3.moveTrack:before, .mod__Servicios .box h3.hogarConectado:before, .mod__Servicios .box h3.triplePlay2:before, .mod__Servicios .box h3.cloud:before {
    content: " ";
    display: inline-block;
    background: url(../img/icon-servicios.png) no-repeat;
    background-position: 0 0;
    width: 19px;
    height: 30px;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

.box h3, .mod__Servicios .box h3 {
    font-weight: 300;
    line-height: normal;
    color: #EF3829;
    width: calc(100% - 20px);
    text-align: center;
    margin-bottom: 5px;
}


.grises img {
    
filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}


.grises2{
    display:inline-block;
}

.box-personas:hover img{

-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;

}


.box-personas:hover div.title-option{
    color:#ef3829;

}

/*.footer2{
    position: absolute;
    bottom: 0;
    width: 100%;
}
*/

@media only screen and (min-width:992px) {
    .footer2{
    position: absolute;
    bottom: 0;
    width: 100%;
}
}

@media (min-width:992px) {

   .footer2{
    position: absolute;
    bottom: 0;
    width: 100%;
}

}

.chatwa{
    position:fixed;
    float:right;
    top:50%;
    right:10px;
}
/*
.grises{
    display:inline-block;
}
*/