@charset "UTF-8";
@import url("mixing-EK--RDC.css");



body {
    padding: 0;
    margin: 0;
    font-family: "Raleway", serif;
}

.contenido .sidebar {
    width: 250px;
    background: #1f1f1f;
    padding: 25px 0;
}

.contenido .sidebar .logo {
    text-align: center;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 50%;
    padding: 15px;
    height: 105px;
    width: 105px;
}

.contenido .sidebar .section-title {
    font-size: 1.2rem;
    color: #fff;
    background: #444;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-top: 30px;
    text-align: center;
    padding: 15px 0;
}

.contenido .sidebar .menu {
    margin-top: 20px;
}

.contenido .sidebar .menu ul {
    padding: 0;
}

.contenido .sidebar .menu ul li {
    list-style: none;
}

.contenido .sidebar .menu ul li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer;
}

.contenido .sidebar .menu ul li.parent>a::after {
    color: #fff;
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
}

.contenido .sidebar .menu ul li.parent.open>a::after {
    color: #000;
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
}

.contenido .sidebar .menu ul li.parent.open {
    background: #fff;
    border-right: 6px solid var(--colorpp2);
}

.contenido .sidebar .menu ul li.parent.open a {
    color: #000 !important;
}

.contenido .sidebar .menu ul li.parent.open ul {
    display: block;
}

.contenido .sidebar .menu ul li.parent.open ul li {
    visibility: visible;
    opacity: 1;
}

.contenido .sidebar .menu ul li.parent.open ul li a {
    color: #000;
}

.contenido .sidebar .menu ul li.parent ul {
    display: none;
}

.contenido .sidebar .menu ul li.parent ul li {
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear;
}

.contenido .sidebar .menu ul li.parent ul li a {
    padding: 6px 0 6px 45px;
    color: #000;
}

.contenido .sidebar .menu ul li.parent ul li a:hover {
    color: var(--colorpp);
}

.contenido .sidebar.mini {
    width: 100px;
}

.contenido .sidebar.mini .logo {
    height: 80px;
    width: 80px;
}

.contenido .sidebar.mini .logo img {
    width: 100% !important;
}

.contenido .sidebar.mini .section-title {
    display: none;
}

.contenido .sidebar.mini .menu ul li a {
    text-align: center;
}

.contenido .sidebar.mini .menu ul li a span {
    display: none;
}

.contenido .sidebar.mini .menu ul li.parent.open {
    padding-bottom: 20px;
}

.contenido .sidebar.mini .menu ul li.parent ul li a {
    padding-left: 8px;
    font-size: 13px;
    text-align: center;
}

.contenido .contenido-interno.mini {
    width: calc(100% - 100px);
}

.contenido header.header {
    background: linear-gradient(to right, #5b86e5, #36d1dc);
    width: 100%;
    position: relative;
}


.contenido header.header .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    padding: 10px 0;
    /* background-image: url(/img/img-home.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    text-align: center;
}

.contenido header.header .bottom .logo {
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    z-index: 6;
}

.contenido header.header .bottom .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contenido header.header .bottom .logo .by {
    font-size: 28px;
}

.contenido header.header .bottom .logo img {
    height: 150px;
    margin: 6px 0 20px 0;

}

.contenido header.header .bottom .logo .logo-colectivo,
.contenido header.header .bottom .logo .logo-web {
    width: 160px;
    height: 100px;
    display: block;
}

.contenido header.header .bottom .logo .logo-colectivo img,
.contenido header.header .bottom .logo .logo-web img {
    object-fit: contain;
    width: 100%;
    height: 96%;



}

.contenido header.header .bottom .logo p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    width: 100%;

}

.contenido header.header .bottom .slogan {
    display: flex;
    justify-content: center;

    margin-top: 170px;
    padding: 40px 0;
}

.contenido header.header .bottom .slogan img {
    width: 50px;
    margin: 15px auto;
}

.contenido header.header .bottom h1 {
    font-size: 28px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;

}

.contenido header.header .bottom h1::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);

}

.contenido header.header .bottom .menus {
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 6;
}

.contenido header.header .bottom .menu-pp {
    width: 100%;
    position: relative;
}

.contenido header.header .bottom .menu-pp ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.contenido header.header .bottom .menu-pp ul li {
    list-style: none;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.contenido header.header .bottom .menu-pp ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.contenido header.header .bottom .menu-pp ul li ul {
    display: none;
    position: absolute;
    background: transparent;
    min-width: 120px;
    top: 30px;
    padding-left: 15px;
    left: -17px;
    padding-top: 20px;
    z-index: 9;

}

.contenido header.header .bottom .menu-pp ul li:hover ul {
    display: block;
}

.contenido header.header .bottom .menu-pp ul li:hover a {
    color: var(--colorppH);
}

.contenido header.header .bottom .menu-pp ul li ul li:hover a {
    color: var(--colorpp2H);
}

.btn-showmenu {
    display: none;
}

.contenido header.header .bottom .info-user {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 15px;
}

.contenido header.header .bottom .info-user a {
    color: #fff;
}

.contenido header.header .bottom .info-user .menu-dropdown a {
    color: #000;
}

.contenido header.header .bottom .info-user .icono {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colorpp);
}

.contenido header.header .bottom .info-user .icono i {
    font-size: 25px;

}

.contenido header.header .bottom .info-user .datos {
    margin-left: 10px;
}

.contenido header.header .bottom .info-user .datos span {
    display: block;
    font-size: 16px;
    line-height: 18px;
}

.contenido header.header .bottom .info-user .datos span.name {
    font-weight: 800;

}



.contenido-interno {
    padding: 10px 20px;
}

.contenido-interno .logo {
    text-align: center;
    margin: 35px 0 70px 0;
}

.contenido-interno .logo img {
    width: 260px;
}

.cont-pages {
    min-height: 65vh;
    ;
}

.contenido .banner {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.card-home {
    background: #eee;
    border-radius: 15px;
    display: flex;
    border: none;
    padding: 10px 25px;
}

.contenido .banner img {
    width: 100%;
    border-radius: 15px;
}


.contenido .banner .btn {
    min-width: 160px;
    border-radius: 6px;
}

.contenido .slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start !important;

}

.contenido .slogan h2 {
    color: var(--colorppH2);
    font-weight: 300;

}

.home-box-services a {
    text-decoration: none;
}

.home-box-services .intro {
    text-align: center;
    margin: 0 auto;
    max-width: 83%;
    margin-bottom: 45px;
}

.bloque-marcas {
    text-align: center;
    width: 80%;
    margin: 80px auto;
}

.bloque-marcas h2 {
    font-weight: 800;
    font-size: 40px;

    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-servicio {
    padding: 15px 15px 30px 15px;
    cursor: pointer;
    width: 100%;
    border: none;

    margin-bottom: 40px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 1px 1px 20px 0px rgba(204, 204, 204, 0.59);
}

.box-servicio>.cont-icono {
    display: flex;
    justify-content: flex-end;

}


.box-servicio>.cont-icono .icono {

    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #fff;
    background: var(--colorpp);
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-servicio .logo-emp {
    padding-left: 25px;
    justify-content: center;
    text-align: left;
    display: flex;
    flex-wrap: wrap;

}

.box-servicio .logo-emp .image {
    width: 100%;
    height: 150px;
    margin-top: 15px;
    border-radius: 30px;
    overflow: hidden;
}

.box-servicio .logo-emp .image img {

    object-fit: cover;
    height: 100%;
    width: 100%;

}

.box-servicio .logo-emp .logo {
    height: 50px;
    margin: 25px 0;
}

.box-servicio .logo-emp h4 {
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
    font-size: 24px;
}

.box-servicio .logo-emp h5 {
    /* font-weight: 400;
    font-size: 18px; */
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.box-servicio .logo-emp p {
    width: 100%;
    color: #444;
    margin: 10px 0;
}

.box-servicio .logo-emp .btn {
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
}


.box-servicio .img:hover .icono {
    background: var(--colorpp2);
}


.cont-row {
    width: 90%;
    margin: 0 auto;
}

.menu-dropdown a {
    color: #000;
}


.box-servicio.business .btn {
    background: #F65370;
    border-color: #F65370;
}

.box-servicio.business .btn:hover {
    background: #db4762 !important;
    border-color: #db4762 !important;
}

.box-servicio.inmoverse .btn {
    background: #0FAFF7;
    border-color: #0FAFF7;
}

.box-servicio.inmoverse .btn:hover {
    background: #0c92cf !important;
    border-color: #0c92cf !important;
}

.modal-servicios {
    text-align: center;
    padding: 20px 0;
}

.modal-servicios h4 {
    font-weight: 700;
    margin-top: 15px;
    font-size: 25px;
}

.modal-servicios.business .btn {
    background: #F65370;
    border-color: #F65370;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.modal-servicios.business .btn:hover {
    background: #db4762 !important;
    border-color: #db4762 !important;
}

.modal-servicios.business .btn-2 {
    color: #F65370;
    border-color: #F65370;
    background: #fff;

}

.modal-servicios.business .btn-2:hover {
    background: #db4762 !important;
    border-color: #db4762 !important;
    color: #fff;
}


.timeline {
    display: flex;
    justify-content: space-around;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    width: 86%;
    margin: 0 auto;
    height: 2px;
    background: #ccc;
    top: 40px;
    z-index: 0;
}

.timeline li {
    list-style: none;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
}



.timeline .icono {
    height: 80px;
    width: 80px;
    border-radius: 80%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--colorppH);
    background: var(--colorpp);
    font-size: 40px;
}

.timeline .name {
    display: block;
    width: 95%;
    text-align: center;
}

.page-contacto .card {
    padding: 50px;
}

.page-contacto .card a.colorpp {
    text-decoration: none;
}

.page-contacto .card a.colorpp:hover {
    color: var(--colorppH);
}


footer.footer {
    background-color: #EDEEEC;
    padding: 60px 50px;
    text-align: center;
    margin-top: 20px;
}

footer.footer .colaboraciones {

    display: flex;
    font-weight: 300;
    font-size: 14px;
    align-items: center;
}

footer.footer img {
    height: 50px;
    margin: 0 auto;
}

footer.footer ul {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}

footer.footer ul li {

    list-style: none;
    margin-right: 5px;
    font-size: 14px;

}

footer.footer ul li a {
    text-decoration: none;
    color: #000;

}

.card-header .btn-xs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vista-movil {
    display: none;
}

@media(max-width:700px) {
    .pasos-registro .steps ul li.borderS {
        border-top: 0px
    }

    .pasos-registro .steps ul li .num {
        margin: 0 auto;
    }

    .menuTelefonia .cont-btn .botones-telefonia .division>div {
        width: 70%;
        margin-right: 0px;
    }

    .menuTelefonia .cont-btn .botones-telefonia .division>div label {
        padding: 10px;
    }

    .bg-telefonia,
    .bg-telefonia>.row {
        position: relative;
        min-height: 38vh;
    }

    .bg-telefonia .logo img {
        width: 320px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .vista-web {
        display: none;
    }

    .vista-movil {
        display: block;
    }
}

@media(max-width:1350px) {
    .contenido .banner {
        min-height: 400px;
    }
}

@media(max-width:990px) {
    .contenido header.header .bottom .menu-pp ul li a {
        color: #21331C;
    }

    .box-servicio {
        margin-bottom: 15px;
    }

    .box-servicio .logo-emp img {
        width: auto;
        height: 40px;
        margin-bottom: 10px;
    }

    .box-servicio>.img img {
        margin-bottom: 0px;
    }

    .contenido header.header .bottom .menu-pp {
        display: flex;
        justify-content: flex-end;
    }

    .contenido header.header .bottom .menu-pp ul {
        display: none;
        position: fixed;
        right: 0px;
        top: 140px;

        min-width: 298px;
        min-height: 100%;
        z-index: 999;
        padding: 30px 0 0 30px;
    }

    .contenido header.header .bottom .logo img {
        height: 100px;
        margin-bottom: 5px;
    }

    /*.contenido header.header .bottom {
        justify-content: flex-start;
    }*/

    .contenido header.header .bottom .menus {
        right: 0px;
    }

    .contenido header.header .bottom .logo p {
        display: none;
    }

    .bloque-marcas {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .btn-showmenu {
        display: block;
        font-size: 22px;
        margin-right: 10px;
        color: #fff;
    }

    .btn-showmenu:hover {
        color: var(--colorpp2) !important;
        border: none;
    }

    .contenido header.header .bottom .menus {
        width: 36%;
    }

    .contenido header.header .bottom .info-user {
        position: fixed;
        top: 160px;
        z-index: 99999;
        right: 0px;
        display: none;
        flex-wrap: wrap;

    }

    .contenido header.header .bottom .info-user:after {
        display: none;
    }

    .contenido header.header {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 99;
    }

    .cont-pages {
        /*margin-top: 270px;*/
        margin-top: 10rem;
    }

    .cont-pages>.m-5 {
        margin: 1rem !important;
    }

    .page-contacto .card {
        padding: 12px;
    }


    .contenido header.header .bottom .info-user .menu-dropdown {
        width: 100%;
        margin-top: 15px;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        border-radius: 0px;
    }


}

@media(max-width:500px) {

    .contenido header.header .bottom .logo .logo-colectivo,
    .contenido header.header .bottom .logo .logo-web {
        width: 150px;
    }

    .contenido .banner img,
    .box-servicio {
        margin-top: 20px;
    }

    footer.footer ul {
        display: block;
    }

    .contenido header.header .bottom .menus {
        width: 35%;
    }

    .timeline {
        display: block;
        text-align: center;
    }

    .timeline:before {
        display: none;
    }

    .timeline li {
        width: 100%;
        margin-bottom: 25px;
    }

    .timeline li .name {
        display: inline-block;
        margin-top: 5px;
    }

}

@media(min-width:500px) {
    .contenido header.header .bottom .info-user {
        display: flex;
    }
}