    html{
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;

    }
    body{
        background-color: #0234ab;
        overscroll-behavior-y: contain;
        
        margin: 0;
        line-height: 1;
    }

    #logo {

        position: fixed;
        bottom: calc(50rem/16);
        right: calc(50rem/16);
        width: calc(150rem/16);
         z-index: 3;

    }

    .imagenBackground{
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 0.3;
    }

    .imagenBackground[data-imagen="1"]{
        background-image: url(../img/fondo1.jpg) !important;
    }
    .imagenBackground[data-imagen="2"]{
        background-image: url(../img/fondo2.jpg) !important;
    }
    .imagenBackground[data-imagen="3"]{
        background-image: url(../img/fondo3.jpg) !important;
    }
    .imagenBackground[data-imagen="4"]{
        background-image: url(../img/fondo4.jpg) !important;
    }


    .colorBackground{
        background-color: #222728;
        height: 100%;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 1;

    }

    


    #contenedor {
        height: 570px;
        width: 380px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 15%;
        right: auto;
        margin: auto !important;
        display: block;
        text-align: left;
        z-index: 2;
        padding: 50px 80px 80px;
        background: #0234ab;
    }
    @media only screen and (min-height: 915px) {
        #contenedor::before {
            content: '';      
            position: absolute;
            width: 59px;
            height: 67px;
            /*background-image: url(https://staticcampus.masterd.es/comun/login/images/logo/Davante_simbolo_white.png);*/
            background-size: 100% 100%;
            padding: 0;
            top: -64px;      
            right: -59px;
            opacity: 1;



            background-color: #FF5B41;
            -webkit-mask-image: url('https://staticcampus.masterd.es/comun/login/images/logo/Davante_simbolo_white.png');
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            mask-image: url('https://staticcampus.masterd.es/comun/login/images/logo/Davante_simbolo_white.png');
            mask-repeat: no-repeat;
            mask-size: contain;


        }


        
    }

    #contenedor.soporteAlumno {
        height: 300px;
    }

    #contenedor h1 {
        color: #FF5B41;
        font-family: 'Manrope' !important;
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 20px;
        width: 366px;
        margin-left: 0;
        margin-right: 0;
        text-align: right;
    }

    #contenedor.soporteAlumno h1 {
        width: 330px;
      }

    

    #contenedor h1 #logoh1 {
        max-width: 100%;
    }

    #contenedor:not(.soporteAlumno) h1 #logoh1 {
        margin-bottom: 10px;
    }


    #contenedor .contenedorItems {
        /*width: calc(420rem/16);*/
        margin: 0 auto;
        /*text-align: left;*/
    }

    #contenedor .contenedorItems + .contenedorItems {
        margin-top: 50px;
    }

    #contenedor .item{
        margin-bottom:calc(20rem/16);
        display: inline-block;
        font-size: 0;
        opacity: 1;
        transition: opacity 0.25s ease-out;
    }

    #contenedor .item:hover {
        opacity: .3;
    }

    #contenedor .item:last-child {
        margin-right: 0;
    }

    #contenedor .item:not(.hesk) {
        margin-bottom: 30px;
    }
    

        #contenedor .item img {
            width: auto;
            height: auto;
            max-width: calc(60rem/16);
            max-height: calc(60rem/16);
            display: inline-block;
            margin-right: calc(20rem/16);
            vertical-align: middle;
        }
        #contenedor .item.hesk img{
            max-width: calc(60rem/16);
            max-height: calc(60rem/16);
            margin-left: 0;
        }

        #contenedor .item .boton{
            /*background-color: rgba(50, 50, 50,1);
            border-radius:calc(5rem/16);*/
            display:inline-block;
            cursor:pointer;
            color:#ffffff;
            font-family:Arial;
            font-size:calc(16rem/16);
            /*padding: calc(10rem/16) calc(25rem/16);*/
            text-decoration:none;
            transition: background-color 0.25s ease-out;

            vertical-align: middle;

            font-weight: 600;
            font-family: 'Manrope' !important;
        }

        /*
        #contenedor .item .boton:hover {
            background-color: rgba(50, 50, 50,0.5);
        }

*/


    
    

    



@media only screen and (max-width: 1940px) {
    #contenedor {
      left: 10%;
    }
}

@media only screen and (max-width: 1300px) {

    #contenedor {
        /*height: calc(330px + 180px);
        padding: 0 40px;
        max-width: 450px;*/
    }

    #contenedor .contenedorItems {
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
    #contenedor .item {
        margin-right: 0;
    }
    #contenedor .item img {
        margin-right: calc(30rem/16);
    }
    #contenedor .item.hesk img{
        margin-right: calc(20rem/16);
    }
}

@media only screen and (max-width: 767px), only screen and (max-height: 715px) {

    .imagenBackground{
        display: none;
    }
    .colorBackground{
        background-color: #0234ab;
    }

    
    #contenedor::before {
        display: none;
    }
    #contenedor .contenedorItems {
        width: calc(420rem/16);
        margin: 0 auto;
        text-align: left;
    }
    
    body{
        text-align: center;
        
    }
    
    #contenedor {
        width: 100%;
        padding: 40px 0 0;
        left: 0;
        right: 0
    }
    #contenedor h1 {
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        width: 220px;
    }

    #logo {
        margin: calc(20rem/16) auto calc(-20rem/16);
        right: 0;
        left: 0;
        bottom: unset;
        top: 0;
        position: relative;
        display: none;
    }
    
    #contenedor {
        position: relative;
        height: auto;
    }
    #contenedor .contenedorItems {
        width: 100%;
        padding-top: calc(0rem/16);
    }
    #contenedor .item {
        text-align: center;
        display: block;
        margin-bottom: calc(40rem/16);
    }
    #contenedor .item img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: calc(10rem/16);
    }
    
    #contenedor .item .boton {
        font-size: calc(12rem/16);
        font-weight: 800;
    }

    #contenedor .item.hesk img {
        max-width: calc(40rem/16);
        max-height: calc(40rem/16);
    }

    #contenedor .item img {
        max-width: calc(40rem/16);
        max-height: calc(40rem/16);
    }
    
}


