.div-header {
    background-image: url('../images/inicio/fondoHeader.png');
    background-position: center;
    background-size: cover;
}
.div-footer {
    background-image: url('../images/inicio/fondoFooter.png');
    background-position: center;
    background-size: cover;
}
.div-footer-somos {
    background-image: url('../images/somos/fondoFooter.png');
    background-position: center;
    background-size: cover;
}
.div-footer-asesorias {
    background-image: url('../images/asesorias/fondoFooter.png');
    background-position: center;
    background-size: cover;
}
.footerIcons i {
    color: white !important;
}
body a {
    text-decoration: unset !important;
}
.overlapContainer {
    margin-top: -1px !important;
}
.btn-orangered {
    background-color: orangered;
    color: white;
}
.btn-orangered:hover {
    background-color: orange;
    color: white;
}
.btn-deeppink {
    background-color: deeppink;
    color: white;
}
.btn-deeppink:hover {
    background-color: palevioletred;
    color: white;
}
.fondoPuntos {
    background-image: url('../images/inicio/fondoPuntos.png');
    background-position: center;
    background-size: cover;
}
.mt-6 {
    margin-top: 4rem !important;
}
.mt-7 {
    margin-top: 5rem !important;
}
.mt-8 {
    margin-top: 6rem !important;
}
.mt-9 {
    margin-top: 7rem !important;
}
.mt-10 {
    margin-top: 8rem !important;
}
.fondoFigurasRosas {
    background-image: url('../images/asesorias/fondoFigurasRosas.png');
    background-position: center;
    background-size: cover;
}
.fondoMesaTrabajo {
    background-image: url('../images/franquicias/PESTAÑA\ 4\ -\ Franquicia_1b\ fondo_Mesa\ de\ trabajo\ 1.png');
    background-position: center;
    background-size: cover;
}
.fondoFranquiciasVideo {
    background-image: url('../images/franquicias/PESTAÑA\ 4\ -\ Franquicia_2-cintilla\ video.png');
    background-position: center;
    background-size: cover;
}
.fondoNeuro {
    background-image: url('../images/neuro/PESTAÑA\ 5\ -\ Neuroeducacion_7.png');
    background-position: center;
    background-size: cover;
}
.fondoInicioVideo {
    background-image: url('../images/inicio/cintilloVideo.png');
    background-position: center;
    background-size: cover;
}

.cssMenu {
    margin-left: auto !important;
    padding: 15px !important;
}

.cssMenu li{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.accordion-body {
    text-align: justify !important;
}

.icon-neuro {
    background-image: url('../images/neuro/iconos/inicioNeuro.png');
    background-size: cover;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.icon-cuentame {
    background-image: url('../images/inicio/ICONOS/inicioCuentame.png');
    background-size: cover;
    display: inline-block;
    height: 15px;
    width: 15px;
}