html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "Averta";
    background-image: linear-gradient(to left bottom, #8419b5, #5e1d97, #3c1a78, #1f1458, #0a0838);
    background-repeat: no-repeat;
    color: #0A4B77;
    font-size: 1.6em;
}

.text1 {
    font-family: "Averta";
}

.text2 {
    font-family: "Averta Black";
}

.txtPili {
    width: 95%;
    height: 95vh;
    background: white;
    border: solid 2px #00ffff;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 2rem;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    margin-right: 3rem;
    margin-top: 2.4rem;
}

::-webkit-scrollbar {
    width: 1.5em;
    /*box-shadow: 0 0 2px 4px lavender;*/
    border-radius: 50px;
    background-color: transparent;
}

.txtPili::-webkit-scrollbar-thumb {
    background-image: url(../img/scroll1.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-y: 1.8em;
}

img.img-fluid.d-block {
    width: 60%;
    top: 0rem;
}

html {
    overflow: hidden;
}

.botonsAceptar {
    background-color: #fa8000;
    cursor: pointer;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 3rem;
    position: absolute;
    right: 5rem;
    margin-bottom: 2rem;
    margin-top: -2rem;
    width: 170px;
    cursor: pointer;
}

.botonsAceptar:hover {
    transform: scale(1.2);
    color: white;
}

::-webkit-scrollbar {
    width: 1.5em;
    /*box-shadow: 0 0 2px 4px lavender;*/
    border-radius: 50px;
    background-color: transparent;
}

.txtPili::-webkit-scrollbar-thumb {
    background-image: url(../img/scroll1.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-y: 1.8em;
}

@media screen and (max-width: 1610px) {
    /*.col-lg-3.col-md-3.col-sm-12.col-xs-12.vuelaEnMovil {
        display: none;
    }*/
}

@media screen and (max-width: 768px) {
    .col-lg-3.col-md-3.col-sm-12.col-xs-12.vuelaEnMovil {
        display: none;
    }
}


/*@media only screen and (max-width: 1550px) {*/

@media only screen and (min-height: 1550px) {
    .col-lg-3.col-md-3.col-sm-12.col-xs-12.vuelaEnMovil {
        display: none;
    }
    .txtPili {
        margin-left: -1.5rem;
        width: 106%;
        height: 100vh;
        background: white;
        /*border-radius: 3rem;*/
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        padding: 2rem;
        overflow-y: scroll;
        position: absolute;
        left: 0;
        margin-right: 3rem;
        margin-top: 2.4rem;
    }
    p {
        font-size: 2rem;
    }
    h3 {
        font-size: 3.75rem;
    }
    ul {
        font-size: 2rem;
    }
    .TituloTel {
        display: block !important;
        height: 18rem;
    }
    .TituloTel>img {
        width: 35%;
        float: right;
    }
}

.vuela {
    display: none;
}

.txtCel {
    width: 80%;
    height: 95vh;
    background: white;
    /*border-radius: 3rem;*/
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 2rem;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    /*margin-top: 2.4rem;*/
    margin-left: 10.5vw;
}

.txtCel::-webkit-scrollbar-thumb {
    background-image: url(../img/scroll1.png);
    background-size: 25% 62%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-y: 2rem;
    height: 10vh;
}

.txtCel2 {
    width: 100%;
    height: 97vh;
    background: white;
    /* border-radius: 3rem; */
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 2rem;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    /* margin-top: 2.4rem; */
    /* margin-left: -0.5vw;*/
}

.txtCel2::-webkit-scrollbar-thumb {
    background-image: url(../img/scroll1.png);
    background-size: 25% 62%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-y: 2rem;
    height: 10vh;
}