
/* ----- login ----- */

.login {
    border-radius: 10px;
    padding: 40px 100px;
    text-align: center;
    margin-top: 10%;
    background-color: white;
}
.login .input-field input {
    margin-bottom: 30px;
}
.login .input-field .helper-text {
    text-align: left;
    transform: translateY(-25px);
}

@media only screen and (max-width: 992px) {
    .login {
        margin-top: 15%;
        padding: 40px;
    }
}

/* ----- session ----- */

.session .container {
    text-align: right;
    font-weight: 300;
    padding: 5px;
}
.session .container a {
    color: white;
    font-size: 13px;
    cursor: pointer;
    transition: color .5s;
}
.session .container a:hover {
    color: var(--main-color);
    transition: color .5s;
}
.session .container a:hover i {
    color: var(--main-color);
    transition: color .5s;
}

.session .container i {
    color: white;
    vertical-align: middle;
    font-size: 20px;
    padding-right: 5px;
}

#modal-logout.modal {
    max-width: 500px;
}
#modal-logout .modal-footer {
    padding: 4px 20px;
}

/* ----- header ----- */

.header-content {
    width: 100%;
    background-color: white;
}

header {
    width: 100%;
}

.logo {
    padding: 20px 0px;
    max-width: 100%;
    height: auto;
    content: url(../images/logo-powered.png);
}

/*-S-*/ @media only screen and (max-width: 600px) {
    .logo {
        content: url(../images/logo.png);
    }
}

/* ----- pantalla e idioma ----- */

.card-idioma {
    background-color: #cfd8dc;
    padding: 24px;
    border-radius: 4px;
    height: fit-content;
    margin: 0px 10px;
}

.select-wrapper input.select-dropdown {
    margin-bottom: 0px;
}

/*-S-*/ @media only screen and (max-width: 600px) {
    .card-idioma {
        margin: 10px;
    }
}



.modal h4 {
    font-size: 1.5rem;
}

.pantallas .col a i {
    color: #959598;
    font-size: 50px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all .5s;
}

.pantallas .col a:hover,
.pantallas .col a:hover i,
.pantallas .col a:hover + p {
    color: var(--main-color);
    transition: all .5s;
}
.pantallas .col a:hover ~ div span.badge.new {
    background-color: var(--main-color);
    transition: all .5s;
}
.pantallas .col p {
    transform: translateY(-10px);
    font-size: 14px;
    color: #959598;
    transition: all .5s;
}
.pantallas .col > div:nth-of-type(1) {
    position: absolute;
    top: 20px;
    right: 30px;
}

/* ----- canales container ----- */

.card .card-content .card-title {
    font-size: 20px;
}

.canales .col {
    position: relative;
}
.canales .col a i {
    color: #959598;
    font-size: 90px;
    cursor: pointer;
    transition: all .5s;
}

.canales .col a i img {
    max-width: 70%;
    height: auto;
    border-radius: 5px;
}

.canales .col a:hover,
.canales .col a:hover i,
.canales .col a:hover + p {
    color: var(--main-color);
    transition: all .5s;
}
.canales .col a:hover ~ div span.badge.new {
    background-color: var(--main-color);
    transition: all .5s;
}
.canales .col p {
    transform: translateY(-10px);
    font-size: 14px;
    color: #959598;
    transition: all .5s;
}
.canales .col > div:nth-of-type(1) {
    position: absolute;
    top: 20px;
    right: 30px;
}

span.badge {
    float: unset;
    padding: 5px;
    margin: 0px;
}
span.badge.new {
    background-color: #959598;
    border-radius: 5px;
    transition: all .5s;
}

/*-S-*/ @media only screen and (max-width: 600px) {
    .card .card-content i {
        font-size: 80px;
    }
}

/*-SM-*/ @media only screen and (max-width: 992px) {
    .canales > div:nth-child(3n+4) {
        clear: both;
    }
}

/*-LXL-*/ @media only screen and (min-width: 993px) {
    .canales > div:nth-child(6n+7) {
        clear: both;
    }
}

/* ----- plantillas container ----- */

.plantillas .col p {
    font-size: 14px;
}

.plantillas .col img {
    cursor: pointer;
}

.plantillas > div {
    position: relative;
}

/*-SM-*/ @media only screen and (max-width: 992px) {
    .plantillas > div:nth-child(1n+4) {
        padding-top: 20px;
    }
}

/*-LXL-*/ @media only screen and (min-width: 993px) {
    .plantillas > div:nth-child(1n+7) {
        padding-top: 20px;
    }
}

.duration {
    position: absolute;
    top: 55px;
    left: 0px;
    background-color: black;
    border-radius: 3px;
    color: white;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
}

/*-S-*/ @media only screen and (max-width: 600px) {
    .duration {
        top: 25px;
        padding: 3px;
        font-size: 10px;
    }
}

/*-M-*/ @media only screen and (min-width: 601px) and (max-width: 992px) {
    .duration {
        top: 75px;
    }
}

/* ----- collapsible ----- */

.collapsible {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    margin: 0;
}

.collapsible-header {
    line-height: 1.5;
    padding: 0;
    background-color: transparent;
    border-bottom: 0px;
    font-size: 14px;
    flex-direction: column;
    padding-bottom: 10px;
}

.collapsible-body {
    border-bottom: 0px;
    padding: 1rem;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    font-size: 14px;
}
.collapsible-body span,
.collapsible-body p {
    font-size: 14px;
}

/* ----- dropdown ----- */

.idiomas {
    position: absolute;
    top: 0px;
    right: 15px;
}

a.dropdown-trigger.idiomas i {
    color: white;
    font-size: 14px;
}

a.dropdown-trigger.btn {
    height: auto;
    line-height: 1;
    padding: 5px;
}

#lang.dropdown-content {
    height: fit-content;
    min-width: fit-content;
    width: fit-content;
}

.dropdown-content li {
    line-height: 1;
    min-height: 1px;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    color: var(--main-color);
    line-height: 1;
    padding: 10px 16px;
}

/* ----- toast ----- */

.toast {
    font-family: 'Roboto', sans-serif;
    background-color: var(--main-color);
    font-size: 14px;
}

/* ----- footer ----- */

.footer-content {
    width: 100%;
    background-color: white;
    border-top: 1px solid #ccc;
}

footer {
    padding: 20px 0px;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: gray;
    text-align: right;
}

/*-SM-*/ @media only screen and (max-width: 992px) {
    footer {
        text-align: center;
    }
}

/*-LXL-*/ @media only screen and (min-width: 993px) {
    .footer-content {
        position: fixed;
        bottom: 0;
        z-index: 100;
    }
}













.container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
.container .head {
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row; }
.container .head > div {
    flex: 0 1 50%; }
.container .head > div img {
    width: 100%;
    height: auto;
    max-width: 250px; }
.container .head > div:nth-child(2) {
    text-align: right; }
.container .info {
    text-align: center; }
.container .info p {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #607d8b; }
.container .screens {
    width: 100%;
    height: 100%;
    padding: 3rem 1rem;
    box-sizing: border-box;
    background-color: #e8e8e8;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }
.container .screens .screen-item {
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 1rem;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3); }
.container .screens .screen-item > div:nth-child(1) {
    flex: 0 1 45%;
    display: flex;
    align-items: center; }
.container .screens .screen-item > div:nth-child(1) > div {
    flex: 0 1 50%; }
.container .screens .screen-item > div:nth-child(1) > div:nth-child(1) {
    text-align: center;
    background-color: #607d8b;
    background-image: url("../img/reflejo.png");
    background-repeat: no-repeat;
    background-position: center center; }
.container .screens .screen-item > div:nth-child(1) > div:nth-child(1) p {
    color: #cfd8dc;
    font-family: 'Roboto-Bold';
    font-size: 30px;
    margin: 0;
    line-height: 2; }
.container .screens .screen-item > div:nth-child(1) > div:nth-child(2) {
    padding-left: 0.5rem; }
.container .screens .screen-item > div:nth-child(1) > div:nth-child(2) p:nth-child(1) {
    font-family: 'Roboto-Bold';
    font-size: 16px;
    margin: 0; }
.container .screens .screen-item > div:nth-child(1) > div:nth-child(2) p:nth-child(2) {
    font-family: 'Roboto-Light';
    font-style: italic;
    font-size: 13px;
    margin: .2rem 0 0 0; }
.container .screens .screen-item > div:nth-child(2) {
    opacity: 0;
    text-align: center;
    flex: 0 1 35%; }
.container .screens .screen-item > div:nth-child(2) a {
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: .6rem;
    font-family: 'Roboto-Light';
    font-style: italic;
    font-size: 12px; }
.container .screens .screen-item > div:nth-child(2) a i {
    vertical-align: middle;
    color: #00784b;
    font-size: 22px; }
.container .screens .screen-item > div:nth-child(3) {
    text-align: right;
    flex: 0 1 20%; }

/* ----- ACTIVE ----- */
.active {
    background-color: #c0ca33 !important;
    color: #607d8b !important; }

/* ----- MODAL ----- */
#modalMirroring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-items: center;
    align-items: center;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.4); }
#modalMirroring .modal {
    width: 90%;
    display: block;
    padding: 3rem 1rem;
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.5); }
#modalMirroring .modal h2 {
    margin-top: 0;
    font-family: 'Roboto-Light';
    font-size: 24px; }
#modalMirroring .modal p {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #607d8b;
    padding-bottom: 1rem; }

/* ----- BTNS ----- */
a {
    text-decoration: none; }

a.btnExit {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #00784b;
    color: white;
    font-family: 'Roboto-Medium';
    font-size: 13px; }
a.btnExit i {
    vertical-align: middle;
    margin-right: .5rem;
    font-size: 22px; }

a.btnOpen {
    padding: 1rem;
    border-radius: 5px;
    background-color: #90a4ae;
    color: white;
    font-family: 'Roboto-Medium';
    font-size: 16px; }
a.btnOpen i {
    vertical-align: middle;
    font-size: 22px; }

/* ----- ANIMATION ----- */
.in {
    animation: fadein 1s ease 0s 1 normal forwards; }

@keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

.out {
    animation: fadeout 1s ease 0s 1 normal forwards; }

@keyframes fadeout {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }
