* {
    margin: 0;
    padding: 0;
    outline: none;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #353535;
}

.contenedor_principal {
    width: 100%;
    height: 96%;
    margin: auto;
    max-width: 400px;
}

.cardex {
    border-radius: 25px;
    margin: 10px;
    box-shadow: -11px 11px 1px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.card-head {
    position: relative;
    height: 25%;
    background: #fa782e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fa782e 8%, #c82930 83%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fa782e 8%, #c82930 83%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fa782e 8%, #c82930 83%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fa782e', endColorstr='#c82930', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 25px 25px 0 0;
}

.card-logo {
    width: 55px;
    margin: 20px;
}

.product-img {
    position: absolute;
    left: 0;
    margin-top: -16px;
    margin-left: 50px;
}

.product-detail {
    padding: 0 20px;
    font-size: 11px;
    color: #fff;
}

.product-detail h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.back-text {
    display: inline-block;
    font-size: 125px;
    font-weight: 900;
    margin-left: -7px;
    margin-top: -12px;
    opacity: 0.1;
}

.cardex-body {
    height: 75%;
    background: #fff;
    border-radius: 0 0 25px 25px;


}

.contenido {
    padding-top: 17%;
}

.footer {
    height: 10%;
    bottom: 16px;
    margin: auto;
    position: absolute;
    background: #ff4200;
    border-radius: 0 0 25px 25px;
    width: 95%;
    padding-top: 20px;
    text-align: center;
    max-width: 381px;
}





.footer  i {
    font-size: 30px;
    color: #fff;
    transition: all .3s ease-in;
}

.footer i:hover i {
    transform: scale(0.9);
    color: #ccc;
    cursor: pointer;
}



.product-title {
    padding: 10px 20px 0px 20px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-title b {
    font-weight: 900;
    letter-spacing: 0px;
}
.product-caption{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}


.avatar {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 25%;
    transform: translate(-50%);
    text-align: center;
}

.img {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    height: 177.5px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.img img {
    width: 100%;
    padding: 10px 0;
}

.dato{ font-size:17xp;}
.dato i{font-size: 26px; color: #fff;}
.divicono {
    border-radius:100%;
    width: 50px;
    height: 50px;
    background-color: #ff4200;
    text-align: center;
    padding-top:11px;
    margin: auto;
}
.bordercolor{ border-left: #c82930 solid 2px; margin-left: 0px; width: 1px; height: 100%; float: left;}
.nolink{ color: #353535; text-decoration: none;}