.hola12{
    font-family: Arial, Helvetica, sans-serif !important;
}

main{
    margin: 15px;
    position: relative;
}

.cuerpo{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}




.columna{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.div2{
    display: inline-block;
    width: 300px;
    margin: 10px 60px 10px 0px ;
    padding: 20px 0px 0px 0px ;
    top: 0;
    position: relative;
    background-image: linear-gradient(-186deg, #041f28 0, #041f28 18%, #f0aa1c 100%);
   
    box-shadow: 30px 5px 18px rgba(148, 156, 161,0.25) ;
    border-radius:10px ;
}

.div2 .imagen{

    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 0px solid #C4C6C8;
    box-shadow: 3px 4px 8px rgba(1, 1, 1,0.15);

}

a:not{
    color: inherit;
    text-decoration: none;

}

a{
    
    text-decoration: none;

}

.div2 .imagen .imgfondo{
    width: 150px;
}

.div2 .imagen img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

img{
    overflow-clip-margin: content-box;
    overflow: clip;
}

.div2 .datos{
    padding: 20px 20px;
    text-align: left;
    margin : 0px 0px 14px 0px;
    padding-bottom: 0px;
    z-index:10 ;
    position: relative;
    -webkit-transition: all 0.3s ease ;
    -moz-transition: all 0.3s ease ;
    transition: all 0.3s ease;  
}

.div2 .datos h5{
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: bold;

}

.div2 .datos h2{
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight:bold;
    text-transform: uppercase; 
    margin-bottom: .5rem;
}
h2{
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.div2 .datos .links{
    text-align: center;
    margin: 20px 0px;
}

a{
    text-decoration: none;
}

.div2 .datos .links a{
    margin: 0px 5px;
    color: #C4C6C8;
    padding: 10px 10px 6px 10px ;
}

.div2 .datos .links .wsat{
    padding-left: 15px;
    color: white;
    margin: 0px 5px;
    padding-bottom: 8px;
    cursor: pointer;
    border-radius: 30px;
    background-color: #19b44c;
    font-size: 22px;
   
}

.div2 .datos .links .wsat:hover{
    background-color: rgb(245, 245, 245);
    color: #19b44c ;
    transition: 2.5s;

}

.div2 .datos .links .mail{
    
    font-size: 22px;
    border-radius: 30px;
    text-align: center;
    margin: 0px 5px;
    padding-left: 15px;
    padding-bottom: 8px;
    color: white;
    background-color: #ff0000 ;
    cursor: pointer;
   

}

.div2 .datos .links .mail:hover{
    background-color: rgb(245, 245, 245);
    color: #ff0000 ;
    transition: 2.5s;
}



.div2 .datos .links .phone{
    font-size: 20px;
    border-radius: 6px;
    margin: 0px 5px;
    color: rgb(0, 123, 255);
    background-color: #ffffff ;
    cursor: pointer;

}

.div2 .datos .links .phone:hover{
    background-color: rgb(0, 123, 255);
    color: #ffffff ;
    transition: 2.5s;

}

.div2 .datos ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.div2 .datos li{
    
    padding: 5px 0px;
}




.div2 .datos ul li a{
    position: relative;
    line-height: 13px;
    margin-bottom: 0rem;
    font-size: 12px;
    font-weight: normal;
    color: #041f28;
    text-decoration: none;
    background: transparent;
}
.div2 .datos ul li a i{
    position: absolute;
    top: 2px;
    left: 0;
}

.fa{
    font-weight: 900;
}

.div2 .datos ul li a span{
    display: block;
    padding-left: 24px;
    position: relative;
}

.div2 .estado{
    justify-content: center;
    margin: 15px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}

.div2 .estado .boton{
    font-weight: bold;
    color: #041f28;
    border-radius: 25px;
    padding-top: 2px;
    padding-bottom: 25px;
    justify-content: center;
    display: flex;
    background-color:white ;
    text-align: center;
    width: 150px;
    height: 15px;

}

.div2 .estado .boton:hover{
    background: #041f28;
    color: white;
    transition: 2.5s;
}



