:root{
    --rojo: #E0115F; 
}

.featherlight-content .form-group {
    margin-bottom: 1rem;
}



/* --------------------------------------------------------------*/
/* ******************** Forms  *********************************/
/* --------------------------------------------------------------*/


.dropdown-menu {
    background: rgba(247, 247, 247, 1);
    color: #fff;
}


.movil-contac-box{
    width: 100%;
   
    margin-right: auto;

    margin-left: auto;
    background: transparent;
    position: relative;
    
}
.botones-contacto{
    position: absolute;
    bottom: 150px;
    right: 0px;
}
.contacto-icon {
    max-width: 25px;
    margin: auto;
}
.contacto-icon-small {
    max-width: 35px;
    margin: auto;
}
.contact-box a{
    display: flex;
    height: 40px;
    width: 40px;
    background-color: var(--rojo);
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 10px;
}
.line-media {
    width: 100%;
    height: 0;
    border: medium none;
    border-top: 2px solid var(--rojo);
    margin-top: 25px;
}
@media (max-width: 776px) {
    .line-media {
        display: none;
    }
}


@media (max-width: 767px) {
    .contact-box a {
        margin-right: 5px;
    }
    .botones-contacto {
        bottom: 5rem;
        right: 0px;
    }
}



.fixed-bottom {
    position: fixed!important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}