* {
    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; 
    background: -moz-linear-gradient(-45deg, #fa782e 8%, #c82930 83%);  
    background: -webkit-linear-gradient(-45deg, #fa782e 8%, #c82930 83%);   
    background: linear-gradient(135deg, #fa782e 8%, #c82930 83%);   
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fa782e', endColorstr='#c82930', GradientType=1);
    */
    background-image:url(grafico_2.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;



    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: 8%;
    bottom: 16px;
    margin: auto;
    position: absolute;
    background: #1d2330;
    border-radius: 0 0 25px 25px;
    width: 95%;
    padding-top: 20px;
    text-align: center;
    max-width: 381px;
}





.footer  i {
    font-size: 25px;
    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: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.img img {
    width: 100%;
    padding: 10px 0;
}

.dato{ font-size:15px;}
.dato i{font-size: 20px; color: #fff;}
.divicono {
    border-radius:100%;
    width: 40px;
    height: 40px;
    background-color: #818990;
    text-align: center;
    padding-top:10px;
    margin: auto;
}
.bordercolor{ border-left: #c82930 solid 2px; margin-left: 0px; width: 1px; height: 100%; float: left;}
.nolink{ color: #353535; text-decoration: none;}

.col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: -38px !important;
    }
.col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: -11px !important;
    }


@media screen and (max-width: 390px) {
  /* Estilos específicos para este dispositivo */

    .img {
        background-color: #fff;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 50%;
        border: 1px solid #cfcfcf;
        height: 150px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contenido {
        padding-top: 13%;
    }
    .mt-5, .my-5 {
        margin-top: 2.3rem !important;
    }




}