.alivio-co {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../img/hospital.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 780px;
    align-content: center;
}

.panel-default {
    width: auto;
    height: 1500;
}

#alvte-weare {
    background: rgba(255, 255, 255, 0.5);
    background-image: url('../img/cropped-portadachica-01-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 720px;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.col-icon {
    padding-top: 40px;
}

.row {
    padding: 0%;
}

.assa-paraph-just-google h1,
h4 {
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;
}

.assa-paraph-just-google12 h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 60px;
    color: black;
    text-align: center;
}

.assa-paraph-just-google {
    font-family: 'EB Garamond', serif;
   /*  font-family: 'Domine', serif;  */
/* font-family: 'Merriweather', serif; */
/* font-family: 'Noto Sans', sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Source Sans 3', sans-serif;
/*font-family: 'Source Sans Pro', sans-serif; */
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font-size: 60px;
    color: black;
    text-align: center;
}

.menu-ali {
    width: 300px;
    height: 800px;
    border-radius: 8px;
}

.rainbow {
    background-color: #343A40;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 15px 85px;
}

.rainbow-1:hover {
    background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
    animation: slide 5s linear infinite;
}

.glow-on-hover {
    width: 298px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

#test {
    padding-top: 30px;
    border: 1px solid aquamarine;
    border-radius: 431px;
    height: 414px;
}

#test:hover {
    border: 1px solid aqua;
    overflow: hidden;
    background-color: rgb(228, 255, 228);
}

#our-serv {
    border-radius: 20px;
}

#our-serv:hover {
    border: 1px solid rgba(128, 128, 128, 0.432);
    overflow: hidden;
    background-color: rgb(228, 255, 228);
}

#offer {
    border-radius: 20px;
}

#offer:hover {
    border: 1px solid rgba(128, 128, 128, 0.432);
    overflow: hidden;
    background-color: rgb(228, 255, 228);
}

#espe-medi {
    border-radius: 20px;
}

#espe-medi:hover {
    border: 1px solid rgba(128, 128, 128, 0.432);
    overflow: hidden;
    background-color: rgba(228, 255, 228, 0);
}

#prob {
    border-radius: 20px;
}

#prob:hover {
    border: 1px solid rgba(128, 128, 128, 0.432);
    overflow: hidden;
    border: 3px solid rgba(127, 255, 212, 0.212);
    background-color: rgba(214, 247, 237, 0.301);
}

#ases:hover {
    border: 1px solid rgba(127, 255, 212, 0.212);
    overflow: hidden;
    background-color: rgba(0, 0, 255, 0.288);
    border-radius: 10px;
}

#icons-subs {
    display: block;
    margin: auto;
}

#for {
    height: auto;
    width: auto;
}