html{
    scroll-behavior: smooth;
}



/* header */

.header_border {
    border-bottom: 3px solid #f70776;
}

.logo_lg{
    max-width: 50%;
}

.menu-horizontal > li > a:hover{
    color: white;
    background-color: #a40b7e;
    padding: 10px;
    border-radius: 10%;
}



/* Inicio page */

@media only screen and (min-width: 768px) {
    .box_ini_size{
        height: 100%;
    }
}

div.border_box_ini h5{
    border-bottom: 2px solid violet;
}



/* Whatsapp logo */

div.fixed i {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 4;
}

footer li a i {
    color: white;
}



/* Nosotros page */

ul.prof{
    list-style-type: disc;
    list-style-position: inside;
}

.img_prof{
    width: 150px;
    border-radius: 15%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sq_prof{
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.border_prof{
    border: 3px solid rgba(190, 168, 182, 0.473);
}

.nosotros_title_underline {
    text-decoration: underline;
    text-decoration-color: violet;
}

.bgi_prof {
    background: rgb(191,78,107);
    background: linear-gradient(180deg, rgba(191,78,107,1) 13%, rgba(152,40,102,1) 58%, rgba(82,0,59,1) 100%);
}
.prof_title_color{
    color: white;
}

.prof_text{
    color: rgb(230, 230, 230);
}



/* Servicios page */

ul.servicios li{
    list-style-type: disc;
    
}




/* Footer */ 

.fotter_bg_color {
    background: rgb(189,77,106);
    background: linear-gradient(90deg, rgba(189,77,106,1) 0%, rgba(152,40,102,1) 44%, rgba(82,0,59,1) 100%);
}
.text_footer {
    color: rgb(226, 226, 226);
}

footer li:hover{
    text-decoration: underline;
}

.footer_nav{
    border-left: 1px solid rgb(226, 226, 226);;
    padding-left: 5px;
}

.footer_border{
    border-left: 2px solid rgb(226, 226, 226); ;
}


