.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1px solid rgba(92, 91, 91, 0.034);
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}

.card:before {
    border-radius: 30px;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.1s ease 0s;
}

.card:hover:before {
    background-color: rgba(65, 64, 64, 0.068);
}

.card-img img {
    border-radius: 30px;
    width: 100%;
    height: auto;
    padding: 10px;
}

.card .card-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    position: relative;
    z-index: 1;
    background-color: white;
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
}

.card .social {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
}

.card .social a {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.1s ease 0s;
    color: #000;
    background-color: #fff;
    line-height: 50px;
    width: 60px;
    height: 60px;
    font-size: 15px;
    margin: 0 2px 10px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}


/*.card:hover .social a{
	opacity: 1;
	background-color: rgba(26, 26, 26, 0.376);
	transform: translateY(-150%);
}
.card .social a:hover{
	color:white;
	background-color: rgba(0, 0, 0, 0.322);
}
.card .card-content{
	padding: 10px 10px 10px 10px;
	position: relative;
	z-index: 2;
	background-color:white;
}*/

.button-wsp {
    border-color: #4da735;
    font-size: 14px !important;
    background: #4da735;
    padding: 10px;
    border-radius: 20px;
    color: #fff !important;
    font-weight: bold;
}

.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../img/PYDYFIBERPRO.png');
    background-size: cover;
    background-position: center bottom;
}

.fondo {
    background: rgba(255, 255, 255, 0.815);
    background: linear-gradient(180deg, rgba(2, 36, 110, 0.418) 0%, rgba(2, 82, 255, 0.349) 100%);
}

.display-5 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.2;
}