
.header_appcenter {
    background: url(/wp-content/themes/mafle/images/bg_appcenter.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 400px;
    text-align: center;
    color: white
}

.cont_appheader {
    width: 70%;
    margin: 0 auto;
}

.cont_appheader h1 {
margin: 0;
padding-top: 25px;
text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
}

.cont_appheader p {
    padding-top: 280px;
    text-align: right;
    color: #333;
    font-weight: bolder;
    font-size: 1.3em;
}


.contenedor_tabsapp {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
    border: 3px solid #333;
    border-radius: 15px;
    text-align: center;
}
.contenedor_tabsapp h2 {
    color: white;
    background-color: #333;
    padding: 10px 0;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
 .tabs ul {
    padding-left: 0;
    margin-top: 0;
 }
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
    
    .tab-links {
        background: #cecece;
    }
    .tab-links li {
        margin:0px 2px;
        float:left;
        list-style:none; 
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#E6E6E6;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c!important;
            transition:all linear 0.15s;
            width: 100%;
        }

        .tab-links a:visited {
            color: #333!important;
        }
 
        .tab-links a:hover {
            background:#f54148;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }

    .items_apps {
        display: inline-block;
        width: 16.3%;
    }

    .img_apps img {
        box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.36);
        border-radius: 100px;
    }

    .titulo_apps {
        font-size: 1.3em;
        font-weight: bolder;
        padding-top: 5px;
    }

    .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}


/******************  Caract Apps **************/
.caract_apps {
    margin-top: 40px;
}
.caract_grisApps {
    background: #333;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

.centrar_grisApps {
    width: 70%;
    margin: 0 auto;
    padding: 30px;
}

.opc_itemsApps {
    color: white;
    display: inline-block;
    width: 20%; 
    padding: 15px;
    vertical-align: top;
}

.img_caractApps {
    float: left;
}

.img_opcApps {
    text-align: center;
}
.titulo_opc {
    font-size: 1.2em;
    font-weight: bold;
}
@media only screen and (max-width: 40em) {
.contenedor_tabsapp {
    width: 100%;
}
.tab-links li {
    width: 100%;
}
.cont_appheader {
    width: 95%;
}
.cont_appheader p {
    padding-top: 250px;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
}
.header_appcenter {
    background-position: 20% bottom;
}
.items_apps {
    width: 48%;
}
.centrar_grisApps {
    width: 95%;
}
.opc_itemsApps {
    width: 100%;
}
.img_opcApps ul {
    padding-left: 0;
}
.img_caractApps img {
    width: 100%;
}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */


@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
.contenedor_tabsapp {
    width: 85%;
}

.tab-links li {
    margin: 1px 1px;
    width: 33%;
}
.items_apps {
    width: 30%;
}
.centrar_grisApps {
    width: 85%;
    text-align: center;
}
.img_caractApps {
    float: none;
}
.img_opcApps ul {
    padding-left: 0;
}
.opc_itemsApps {
    width: 30%;
}
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


@media only screen and (min-width: 1025px) and (max-width: 1454px) { 

.opc_itemsApps {
    width: 30%;
}

.img_opcApps {
    display: inline-block;
}
.img_caractApps {
    float: none;
    text-align: center;
}

}

