﻿@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?pvvqa6');
    src: url('../fonts/icomoon.eot?pvvqa6#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff2?pvvqa6') format('woff2'), url('../fonts/icomoon.ttf?pvvqa6') format('truetype'), url('../fonts/icomoon.woff?pvvqa6') format('woff'), url('../fonts/icomoon.svg?pvvqa6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

header {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
}

.container {
    max-width: 1450px !important;
}

html {
    scroll-behavior: smooth;
}

.menu-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.header-colors {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.color {
    width: 20%;
    height: 15px;
}
.banner-smae {
    width: 100%;
    margin-top: 120px;
}
.info-home-slide {
    position: absolute;
    top: 42%;
    left: 63%;
    z-index: 9;
}
.info-home-slide p {
    font-family: Roboto-Bold;
    font-size: 70px;
    color: #fff;
    line-height: 42px;
}
.info-home-slide span {
    color: #487629;
}
.banner-text {
    font-family: Roboto-Regular !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin-top: 60px;
}
.menu-button {
    display: none;
    margin: 0 10px;
}

.btn-menu2 {
    position: relative;
    cursor: pointer;
}
.btn-mov {
    display: none;
}
.logo-gema img {
    width: 170px;
}

.options-menu {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.list-menu {
    width: 100%;
}

.list-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    list-style: none;
}
.list-menu ul li.with-sub-menu {
    position:relative;
}
.list-menu ul li.with-sub-menu:hover {
    background-color: #fe6b01;
}
.list-menu ul li.with-sub-menu:hover > a {
    color: #fff !important;
}
.list-menu ul li.with-sub-menu:hover .list-sub-menu{
    display:block;
    opacity: 1;
    transition: opacity 1s;
}
.list-menu ul li.with-sub-menu > a:after {
    content: "\e908";
    font-family: icomoon;
}
.list-menu ul li.with-sub-menu > a:hover:after {
    content: "\e907";
}
.list-menu ul li a {
    font-family: Roboto-Regular;
    font-size: 15px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
    color: black !important;
    display: inline-block;
    height: 100%;
}
.list-menu ul li a.selected {
    border-bottom: 2px solid orange;
}
.list-menu ul li a:hover {
    color: #fe6b01 !important;
    cursor: pointer;
}
.list-menu ul li .list-sub-menu {
    position: absolute;
    margin-top: -10px;
    background-color: #fe6b01;
    width:100%;
    opacity:0;
    display:none;
    transition: opacity 1s;
}

.list-menu ul li .list-sub-menu ul {
    display: block;
}
.list-menu ul li .list-sub-menu ul li a {
    display:block;
    padding:10px;
    color: #fff !important;
}
.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 91px;
    height: 25px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    padding: 0 10px;
    margin: 0 auto .5rem;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button span {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.button.primary {
    background-color: #ec701e;
    text-decoration: none;
    display: inline-flex;
}
.logo {
    vertical-align: middle;
    display: inline-block;
    width: 15%;
}

.logo a {
    display: block;
}


.logo img {
    width: 100%;
}
.name-ubDist a {
    display: flex;
    align-items: center;
}

.nav-mov {
    /* display: none; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 55;
    width: 100%;
    height: 100vh;
    color: #ffffff;
    background: #fafafa;
    padding: 0;
    margin: 0;
    transition: all .25s ease-in-out;
}

.nav-mov.open {
    left: 0;
}

/*.nav-mov .icon-close {
    font-size: 100px;
    padding-top: 20px;
    margin-bottom: 10px;
}*/

.nav-mov .icon-close span {
/*    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;*/
    color: black;
}
    /*  */
.nav-mov .navigation-mov {
    padding: 50px 0;
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav-mov .navigation-mov ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

.nav-mov .navigation-mov li {
    margin-bottom: 10px;
}

.nav-mov .navigation-mov li a {
    font-family: Roboto-Regular;
    color: #000000;
    font-size: 20px;
    transition: all .3s ease;
    text-decoration: none;
}
.nav-mov .navigation-mov li a:hover {
    color: #ff6b00 !important;
    cursor: pointer;
}

#metodologia {
    margin-top: 11%;
    top: 50px;
    bottom: 0px;
    width: 100%;
}
.space {
    margin-top: 19%;
}


/* nuestras marcas movil */
.nuestras-marcas-mov {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px var(--color-grey-2);
}

.nuestras-marcas-mov span {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.nav-mov.open {
    left: 0;
    padding: 50px 25px;
}

.info-smae {
    margin-top: 50px;
    width: 100%;
    background-color: aliceblue;
}

.text-smae {
    text-align: center;
    color: #123c3f;
    width: 80% !important;
}

.text-smae h1, h2 {
    font-family: Roboto-Bold;
    font-size: 40px;
    color: #123c3f;
}

.text-smae p {
    font-family: Roboto-Regular;
}
.info-white {
    margin-top: 50px;
    width: 100%;
}
.title-acceso {
    font-family: Roboto-Bold;
    color: #808080b8 !important;
    font-size: 39px;
}
.title-acceso .rounded-square {
    display: inline;
    padding: 0 10px;
}
.title-acceso .rounded-square .costo {
    font-size:smaller;
}
.tira {
    margin-top: 30px;
    width: 100%;
    /*display: flex;*/
    align-items: center;
    column-count: 3;
    /*column-gap: 3em;*/
    column-rule: 1px solid black;
}
.registrate{
    background-color: darkolivegreen;
}

.imagen-registro {
    width: 126px;
    border-radius: 6px;
}

.imagen-login {
    width: 97px;
}

/*.pieza {
    width: 33%;
}*/
.pieza img {
    width: 50%;
}
.equiv-test {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
}
.info-equiv {
    margin-top: 50px;
    width: 100%;
}
.item-banner-test {
    width: 33%;
}
.item-banner-test img {
    width: 40%;
    margin-bottom: 20px;
}
.item-border {
    border-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
}
.item-banner-mov {
    display:none
}
.btn-equiv {
    background-color: #fe6b01;
    color: white;
    width: 220px;
    margin: auto;
    text-align: center;
    border-radius: 6px;
}

/*Nueva class para P*/
.p_text {
    text-align: justify;
    font-size: 25px;
}

.text_info {
    font-size: 32px;
}

#texto_anuncio {
    background-color: darkorange;
    display: flex;
    margin-left: -17%;
    width: 134%;
}

.text_an {
    color: white;
    margin-left: 20%;
    font-size: 20px;
    margin-top: 14px;
}
/*Div para pedido*/
#pedido {
    background-color: #a8d534;
    height: 47px;
    width: 197px;
    margin-left: 42%;
    border-radius: 12px;
    display: inline-flex;
}
#texto-extra {
    width: 50%;
    margin-left: 42%;
    font-size: 23px;
    margin-top: 2%;
}
/*Clase para el div con imagen de edicion impresa*/
#img-cover {
    height: 622px;
    display: block;
}
#cover-mobile{
    display: none;
}

#buttons{
    display: flex;
    justify-content:space-around;
}
#caracteristicas-smae {
    display: flex;
    justify-content: space-around;
    text-align: left;
    margin-top: 10px;
}
#caracteristicas-smae .lista {
    width: 26%;
    padding: 5px;
}
#caracteristicas-smae .lista ul {
    list-style: inside;
}
#caracteristicas-smae .lista.lista-digital {
    color: #fe6b01;
}
#caracteristicas-smae .lista.lista-premium {
    color: #a74258;
}
#caracteristicas-smae .lista.lista-impresa {
    color: forestgreen;
}
#caracteristicas-smae .lista.lista-premium .items-digital {
    color: #fe6b01;
}
.rounded-square {
    margin-top: 2%;
    width: 26%;
    height: 50px;
    display: flex;
    border-radius: 8px;
    color: #fff;
    transition: .3s ease;
        
}
.rounded-square.digital {
    background-color: #fe6b01;
}
.rounded-square.premium {
    background-color: #a74258;
}
#premium-ed:hover,
#digital-ed:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.rounded-square.print {
    background-color: forestgreen;
}

#impresa-ed:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);    
}

#registrate-btn {
    transition: .3s ease
}
#registrate-btn:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#login-btn {
    transition: .3s ease
}

#login-btn:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.text-edicion {
    color: white !important;
    font-size: 25px;
    margin: auto;
}

/*Texto digital */
.texto-digital {
    color: #123c3f;
    font-family: Roboto-Bold;
    font-size: 3.5rem;
    margin-top: -31%;
    margin-left: 40%;
}

.margen{
    margin-bottom:15px;
}
.text-meto{
    font-size:23px;
}

.texto-digital-2 {
    color: #123c3f;
    margin-top: 1%;
    margin-left: 42%;
    font-family: Roboto-Bold;
    font-size: 3.5rem;
}
.equiv-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding-top: 25px;*/
}
.equiv-content-mov {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
}
.item-banner-equiv {
    width: 30%;
}
    .item-banner-equiv img {
        width: 46%;
        margin-bottom: 12px;
    }
.igual {
    width: 5%;
    /*margin: auto;*/
    font-size: 60px;
}
.edicion-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
    text-align: justify !important;
}
.item-edicion {
    width: 45%;
}
.item-edicion ul{
    font-family: Roboto-Regular;
}
.info-meto {
    margin-top: 50px;
    width: 100%;
}
.item-meto {
    width: 20%;
    padding: 30px 0px;
    cursor: pointer;
    position: relative;
}
.item-meto-mov {
    padding: 10px 25px;
    font-size: 16px;
    text-align: center;
}
.item-meto-mov ul {
    margin-left: 15px;
}
.link-meto {
    text-decoration: none;
    color: #123c3f;
}
.info-uno {
    display: none;
}

.info-dos {
    display: none;
}

.info-tres {
    display: none;
}

.info-cuatro {
    display: none;
}

.info-cinco {
    display: none;
}

.text-meto {
    text-align: center;
    color: #123c3f;
    width: 100% !important;
}
.text-meto h2 {
    font-family: Roboto-Bold;
    font-size: 2.5rem;
}
.text-meto p{
    font-family: Roboto-Regular;
}
.text-tabla img {
    width: 100%;
}
.text-tabla {
    text-align: center;
    color: #123c3f;
    width: 80% !important;
    margin: auto;
}
.redes-footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.logo-footer {
    display: flex;
    width: 250px;
}
.logo-footer img {
    width: 100%;
}

footer {
    padding-top: 60px;
    background-color: #81b02e52;
    font-family: Roboto-Regular;
    font-size: 15px;
}
.img-footer {
    width: 50%;
    display: inline-block;
}
.img-footer ul {
    display: inline-block;
    list-style: none;
}
.img-footer ul li {
    color: #7fae2a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.img-footer ul li img {
    margin-right: 10px;
    width: 15px;
}
.redes-footer a {
    color: #7fae2a !important;
    text-decoration: none;
}
.redes-footer a:hover {
    color: #7fae2a !important;
    text-decoration: none;
}
.footer-priv {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}
.footer-priv a {
    margin-top: 35px;
    font-family: Roboto-Regular;
    padding: 0px 5px;
    color: #7fae2a !important;
    cursor: pointer;
}
.logo-mov {
    display:contents;
}

/*ESTILOS REGISTRATE*/
.title-reg {
    width: 72%;
    margin: auto;
}
.title-reg h1{
    font-family: Roboto-Bold;
    font-size: 35px;
    color: #123c3f;
    padding-top: 20px;
}

.title-reg p {
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #737373;
}
.banner-registro {
    width: 100%;
}

.form-registro {
    width: 80%;
    margin: auto;
    background-color: #eff0f0;
}

.form-registro h2 {
    font-family: Roboto-Bold;
    font-size: 35px;
    color: #123c3f;
    padding-top: 20px;
}

.form-registro p {
    font-family: Roboto-Regular;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #737373;
}
#aviso {
    font-family: Roboto-Regular;
    font-size: 20px;
    margin-bottom: -15px;
    margin-top: 15px;
    color: red !important;
}
/*.form-control {
    margin: auto !important;
    margin-top: 15px !important;
    border-radius: 0 !important;
    font-family: 'Roboto-Regular';
}*/

.campos-reg {
    width: 90%;
    margin: auto;
}

.radios {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*.radios p {
    font-family: Roboto-Regular;
    font-size: 20px;
    margin-bottom: 15px !important;
    margin-top: 15px;
    color: #737373;
}*/
/*.form-check-label {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    font-family: 'Roboto-Regular' !important;
    color: #737373;
}*/

.form-check-inline .form-check-input {
    margin-left: 20px !important;
}

.form-lugar {
    display: inline-block;
    width: 70%;
}

.form-fin {
    display: inline-block;
    width: 40%;
}

.campos-reg a:hover {
    text-decoration: none;
    color: white;
}
.btn-reg {
    font-family: 'Roboto-Bold';
    display: block;
    background-color: #ff6b00;
    color: white;
    width: 130px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    padding: .375rem .75rem;
}
.btns-perfil {
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.inputs-inline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.load {
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-image: url(/img/cargando.gif);
    background-color: #ffffffd9;
    background-size: 400px;
    background-position: center;
}
.load-pago {
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000000d9;
    background-size: 400px;
    background-position: center;
}
.cont-pago {
    width: 50%;
    background-color: #fff;
}

@media(max-width: 1880){
    .text-edicion {
        color: white !important;
        font-size: 27px;
        margin-left: 4%;
    }
}
@media(max-width: 1744px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 3.5rem;
        margin-top: -35%;
        margin-left: 40%;
    }
    
    .space {
        margin-top: 22%;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 128%;
    }

    .text_an {
        color: white;
        margin-left: 20%;
        font-size: 21px;
        margin-top: 14px;
    }

    .text-edicion {
        color: white !important;
        font-size: 22px;
        margin: auto;
    }
}
@media(max-width: 1634px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 3.5rem;
        margin-top: -36%;
        margin-left: 40%;
    }
    .texto-digital-2 {
        color: #123c3f;
        margin-top: 1%;
        margin-left: 42%;
        font-family: Roboto-Bold;
        font-size: 50px;
    }
    
    .space {
        margin-top: 24%;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 124%;
    }
    .text_an {
        color: white;
        margin-left: 20%;
        font-size: 21px;
        margin-top: 14px;
    }

    .text-edicion {
        color: white !important;
        font-size: 22px;
        margin: auto;
    }
}
@media(max-width: 1550px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 3.5rem;
        margin-top: -41%;
        margin-left: 40%;
    }
    .texto-digital-2 {
        color: #123c3f;
        margin-top: 1%;
        margin-left: 42%;
        font-family: Roboto-Bold;
        font-size: 43px;
    }
    
    .space {
        margin-top: 24%;
    }
    .img-slider .navigation {
        z-index: 2;
        position: absolute;
        display: flex;
        bottom: -61%;
        left: 50%;
        transform: translateX(-50%);
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 121%;
    }

    .text_an {
        color: white;
        margin-left: 20%;
        font-size: 21px;
        margin-top: 14px;
    }

    .text-edicion {
        color: white !important;
        font-size: 22px;
        margin-left: 7%;
        margin-top: 3%;
    }
}
@media(max-width: 1470px) {
    .img-slider .navigation {
        z-index: 2;
        position: absolute;
        display: flex;
        bottom: -63%;
        left: 50%;
        transform: translateX(-50%);
    }
    .space {
        margin-top: 26%;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text_an {
        color: white;
        margin-left: 20%;
        font-size: 21px;
        margin-top: 14px;
    }
    .text-edicion {
        color: white !important;
        font-size: 19px;
        margin: auto;
    }
    
}
@media(max-width: 1400px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 3.5rem;
        margin-top: -45%;
        margin-left: 40%;
    }
}

@media screen and (min-width: 1292px) and (max-width: 1399px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 3.5rem;
        margin-top: -44%;
        margin-left: 40%;
    }
    #texto-extra {
        width: 50%;
        margin-left: 42%;
        font-size: 19px;
        margin-top: 2%;
    }
   
    #metodologia {
        margin-top: -4%;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text_an {
        color: white;
        margin-left: 26%;
        font-size: 16px;
        margin-top: 14px;
    }
    .text-edicion {
        color: white !important;
        font-size: 19px;
        margin-left: 6%;
        margin-top: 4%;
    }
}

@media(max-width: 1280px) {
    #impresa-ed {
        display: flex;
        margin-top: 2%;
        width: 37%;
        height: 50px;
        background-color: forestgreen;
        border-radius: 8px;

    }
    .img-slider .navigation {
        z-index: 2;
        position: absolute;
        display: flex;
        bottom: -59%;
        left: 50%;
        transform: translateX(-50%);
    }
    #premium-ed {
        width: 35%;
    }
    #digital-ed {
        margin-top: 2%;
        width: 35%;
        height: 50px;
        display: flex;
        background-color: coral;
        border-radius: 8px;
        transition: .3s ease
    }
        #digital-ed:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
        }
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -50%;
        margin-left: 40%;
    }


    #texto-extra {
        width: 50%;
        margin-left: 42%;
        font-size: 18px;
        margin-top: 2%;
    }
    
    #metodologia {
        margin-top: -8%;
    }
    .text_an {
        color: white;
        margin-left: 19%;
        font-size: 19px;
        margin-top: 14px;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text-edicion {
        color: white !important;
        font-size: 23px;
        margin: auto;
    }

}
@media (min-width: 1200px) {
    .info-uno.open {
        display: block;
        position: absolute;
        left: 0;
    }

    .info-dos.open {
        display: block;
        position: absolute;
        left: 0;
    }

    .info-tres.open {
        display: block;
        position: absolute;
        left: 0;
    }

    .info-cuatro.open {
        display: block;
        position: absolute;
        left: 0;
    }

    .info-cinco.open {
        display: block;
        position: absolute;
        left: 0;
    }
    
}
@media (max-width: 1210px) {
    .options-menu {
        display: none;
    }

    .menu-button {
        display: block;
        color: #fe6b01;
    }

    .logo {
        margin: auto;
        width: 32%;
    }

    .logo img {
        width: 100%;
    }

    .btn-mov {
        display: block;
    }

    .btn-mov a {
        display: block;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text_an {
        color: white;
        margin-left: 19%;
        font-size: 19px;
        margin-top: 14px;
    }
    .text-edicion {
        color: white !important;
        font-size: 24px;
        margin-left: 5%;
        margin-top: 2%;
    }
    
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -54%;
        margin-left: 40%;
    }
    .text-edicion {
        color: white !important;
        font-size: 21px;
        margin-left: 11%;
        margin-top: 2%;
    }
    #metodologia {
        margin-top: -14%;
    }
    .text_an {
        color: white;
        margin-left: 16%;
        font-size: 18px;
        margin-top: 14px;
    }
}

@media screen and (min-width: 1025px) and (max-width:1100px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -58%;
        margin-left: 40%;
    }
    .text_an {
        color: white;
        margin-left: 14%;
        font-size: 17px;
        margin-top: 14px;
    }

    .text-edicion {
        color: white !important;
        font-size: 21px;
        margin: auto;
    }
    #metodologia {
        margin-top: -19%;
    }
}

@media (max-width: 1024px) {
    .info-home-slide {
        top: 16%;
        left: 56%;
    }

        .info-home-slide p {
            font-size: 50px;
            line-height: 33px;
        }
           

    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -58%;
        margin-left: 40%;
    }

    #texto-extra {
        width: 50%;
        margin-left: 42%;
        font-size: 18px;
        margin-top: 2%;
    }
    #metodologia {
        margin-top: -23%;
    }
    .imagen-login {
        width: 97px;
        margin-top: 4%;
    }
    .text_an {
        color: white;
        margin-left: 16%;
        font-size: 15px;
        margin-top: 14px;
    }

    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }

    .text-edicion {
        color: white !important;
        font-size: 18px;
        margin: auto;
    }
}

@media (max-width: 912px){
    
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -64%;
        margin-left: 40%;
    }
    #texto-extra {
        width: 50%;
        margin-left: 42%;
        font-size: 17px;
        margin-top: 2%;
    }
    #img-cover {
        display: none;
    }

    #cover-mobile {
        display: block;
    }
    #metodologia {
        margin-top: -2%;
    }
    .text_an {
        color: white;
        margin-left: 16%;
        font-size: 15px;
        margin-top: 14px;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text-edicion {
        color: white !important;
        font-size: 18px;
        margin-left: 6%;
        margin-top: 5%;
    }
    
}

@media screen and (min-width: 821px) and (max-width: 892px){
    .texto-digital-2 {
        color: #123c3f;
        margin-top: 1%;
        margin-left: 42%;
        font-family: Roboto-Bold;
        font-size: 42px;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text_an {
        color: white;
        margin-left: 15%;
        font-size: 14px;
        margin-top: 14px;
    }
    .text-edicion {
        color: white !important;
        font-size: 17px;
        margin-left: 5%;
        margin-top: 5%;
    }
}

@media (max-width: 820px){
    
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -71%;
        margin-left: 40%;
    }

    #texto-extra {
        width: 50%;
        margin-left: 42%;
        font-size: 19px;
        margin-top: 2%;
    }
    .texto-digital-2 {
        color: #123c3f;
        margin-top: 1%;
        margin-left: 42%;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text_an {
        color: white;
        margin-left: 15%;
        font-size: 13px;
        margin-top: 14px;
    }
    .text-edicion {
        color: white !important;
        font-size: 17px;
        margin: auto;
    }

}

@media (max-width: 768px) {
    .info-home-slide {
        top: 19%;
        left: 56%;
    }
    .info-home-slide p {
        font-size: 40px;
        line-height: 25px;
    }
    .banner-text {
        font-size: 18px !important;
        line-height: 25px !important;
        margin-top: 29px;
    }
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -78%;
        margin-left: 40%;
    }
    .text_an {
        color: white;
        margin-left: 14%;
        font-size: 13px;
        margin-top: 14px;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 119%;
    }
    .text-edicion {
        color: white !important;
        font-size: 16px;
        margin: auto;
    }
}
@media screen and (min-width: 670px) and (max-width: 750px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 2.5rem;
        margin-top: -85%;
        margin-left: 40%;
    }
    .text_an {
        color: white;
        margin-left: 14%;
        font-size: 15px;
        margin-top: 14px;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 120%;
    }
    .text-edicion {
        color: white !important;
        font-size: 16px;
        margin: auto;
    }
}

@media (max-width: 669px) {
    .pieza img {
        width: 40%;
    }
    .text-smae {
        text-align: center;
        color: #123c3f;
        width: 100% !important;
    }
    .igual {
        font-size: 30px;
    }
    
    .img-slider {
        width: 649px;
        height: 375px;
    }
    

}

@media screen and (min-width: 541px) and (max-width: 670px) {
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 35px;
        margin-top: -98%;
        margin-left: 40%;
    }
    #texto-extra {
        width: 50%;
        margin-left: 42%;
        font-size: 15px;
        margin-top: 2%;
    }
    .text_an {
        color: white;
        margin-left: 14%;
        font-size: 13px;
        margin-top: 14px;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 120%;
    }
    .text-edicion {
        color: white !important;
        font-size: 16px;
        margin: auto;
    }
}

@media(max-width: 540px) {
    #img-cover {

        height: 536px;
    }
    .texto-digital {
        color: #123c3f;
        font-family: Roboto-Bold;
        font-size: 1.5rem;
        margin-top: -95%;
        margin-left: 40%;
    }
    .texto-digital-2 {
        color: #123c3f;
        margin-top: 1%;
        margin-left: 42%;
        font-family: Roboto-Bold;
        font-size: 1.5rem;
    }
    .text_info {
        font-size: 20px;
    }


   
    #texto-extra {
        width: 50%;
        margin-left: 42%;
        font-size: 15px;
        margin-top: 2%;
    }
}


@media screen and (min-width: 481px) and (max-width: 539px) {
    .img-slider {
        margin-top: 204px;
        width: 483px;
    }
    .text_an {
        color: white;
        margin-left: 14%;
        font-size: 14px;
        margin-top: 14px;
    }
    #texto_anuncio {
        background-color: darkorange;
        display: flex;
        margin-left: -17%;
        width: 121%;
    }
    .text-edicion {
        color: white !important;
        font-size: 14px;
        margin: auto;
    }

}
    @media (max-width: 500px) {
        .pieza img {
            width: 68%;
        }

        .edicion-content {
            display: block;
        }

        .item-edicion {
            width: 95%;
            margin-left: 4%;
        }

        .item-meto {
            width: 100%;
        }

        .text-tabla {
            width: 95% !important;
        }

        .info-home-slide {
            top: 24%;
            left: 56%;
        }

            .info-home-slide p {
                font-size: 26px;
                line-height: 10px;
            }

        .banner-text {
            font-size: 13px !important;
            line-height: 20px !important;
            margin-top: 29px;
            width: 200px;
        }

        .img-footer {
            margin: auto;
            width: 85%;
        }

        .footer-priv {
            display: flex;
            flex-wrap: wrap;
            width: auto;
            justify-content: center;
        }

        .logo-mov {
            width: 100%;
            margin: auto;
            text-align: center;
            display: block;
        }

            .logo-mov img {
                width: 60% !important;
                margin-top: -70px !important;
            }

        .redes-footer {
            justify-content: center;
        }

        .text-smae h1, h2 {
            font-size: 20px;
            font-family: Roboto-Bold !important;
        }

        .title-acceso {
            font-size: 20px;
        }

        .text-meto h2 {
            font-size: 20px;
        }

        .form-registro {
            width: 90%;
        }

        .footer-priv a {
            margin-top: 0px;
        }
    }


    @media (max-width: 480px) {
        .pieza img {
            width: 40%;
        }

        .text-smae {
            width: 100% !important;
        }

        .btn-equiv {
            width: 80%;
        }

        .item-banner-equiv img {
            width: 70%;
        }

        .item-banner-mov {
            display: block;
            width: 50%;
        }

            .item-banner-mov img {
                width: 50%;
            }

        .item-banner-test {
            display: none
        }

        .item-border-mov {
            border-width: 1px;
            border-right-style: solid;
        }

        .info-home-slide {
            top: 30%;
            left: 55%;
        }

            .info-home-slide p {
                width: 130px;
                font-size: 12px;
                line-height: 0px;
            }

        .banner-text {
            font-size: 10px !important;
            line-height: 9px !important;
            margin-top: 0px;
        }

        .title-reg {
            width: 88%;
        }

            .title-reg h1 {
                font-size: 30px;
            }

        .form-registro {
            width: 100%;
        }

            .form-registro h2 {
                font-size: 30px;
            }

            .form-registro p {
                font-size: 15px;
            }

        .form-control {
            font-size: 15px !important;
        }

        .radios p {
            font-size: 15px;
        }

        .form-check-label {
            font-size: 15px !important;
        }

        .menu-header {
            justify-content: space-evenly;
        }

        /*Para los botones de ediciones */
        #digital-ed {
            margin-left: 5%;
            margin-top: 2%;
            width: 85%;
            height: 50px;
            display: flex;
            background-color: #fe6b01;
            border-radius: 8px;
            transition: .3s ease
        }
            #digital-ed:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }

        #impresa-ed {
            margin-left: -87%;
            display: flex;
            margin-top: 21%;
            width: 89%;
            height: 50px;
            background-color: forestgreen;
            border-radius: 8px;
        }

        
        /*Imagen de edicion digital*/
        #img-cover {
            height: 353px;
        }

        .texto-digital {
            color: #123c3f;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
            margin-top: -82%;
            margin-left: 40%;
        }

        .texto-digital-2 {
            color: #123c3f;
            margin-top: 1%;
            margin-left: 42%;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
        }

        #texto-extra {
            width: 50%;
            margin-left: 42%;
            font-size: 9px;
            margin-top: 2%;
        }

        .text_info {
            font-size: 17px;
        }

        .img-slider {
            width: 406px;
            height: 250px;
            margin-top: 205px;
        }

            .img-slider .navigation {
                bottom: 17px;
            }

        .space {
            margin-top: -13%;
        }
    }

    @media screen and (min-width: 450px) and (max-width: 480px) {
        .texto-digital {
            color: #123c3f;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
            margin-top: -73%;
            margin-left: 40%;
        }
        .img-slider .navigation {
            bottom: -4px;
        }
        .img-slider {
            margin-top: 204px;
            width: 443px;
        }
        .text-edicion {
            color: white !important;
            font-size: 23px;
            margin: auto;
        }
        .text_an {
            color: white;
            margin-left: 16%;
            font-size: 14px;
            margin-top: 14px;
        }
        #texto_anuncio {
            background-color: darkorange;
            display: flex;
            margin-left: -17%;
            width: 121%;
        }
    }

    @media (max-width: 414px) {
        .texto-digital {
            color: #123c3f;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
            margin-top: -81%;
            margin-left: 40%;
        }

        .text_info {
            font-size: 17px;
        }

        #texto_anuncio {
            background-color: darkorange;
            display: flex;
            margin-left: -17%;
            width: 121%;
        }

        
        .banner-smae {
            width: 100%;
            margin-top: 183px;
        }

        .info-home-slide {
            top: 24%;
            left: 55%;
        }
        .text-edicion {
            color: white !important;
            font-size: 22px;
            margin-left: 5%;
        }
    }

    @media screen and (min-width: 394px) and (max-width: 420px) {
        .img-slider .navigation {
            bottom: -22px;
        }

        .img-slider {
            width: 386px;
            height: 200px;
            margin-left: -9px;
        }

        .space {
            margin-top: -1%;
        }
        .text_an {
            color: white;
            margin-left: 14%;
            font-size: 13px;
            margin-top: 14px;
        }
        .text_an {
            color: white;
            margin-left: 16%;
            font-size: 13px;
            margin-top: 14px;
        }
        #texto_anuncio {
            background-color: darkorange;
            display: flex;
            margin-left: -17%;
            width: 121%;
        }
        .text-edicion {
            color: white !important;
            font-size: 25px;
            margin-left: 3%;
            margin-top: 1%;
        }
    }


    @media (max-width: 393px) {
        .img-slider {
            width: 378px;
            height: 200px;
            margin-left: -9px;
        }

            .img-slider .navigation {
                bottom: -21px;
            }

        .texto-digital {
            color: #123c3f;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
            margin-top: -86%;
            margin-left: 40%;
        }

        .space {
            margin-top: -4%;
        }
        .text-edicion {
            color: white !important;
            font-size: 21px;
            margin-left: 5%;
        }
    }

    @media (max-width: 390px) {
        .info-home-slide {
            top: 27%;
            left: 55%;
        }
    }

    @media screen and (min-width: 376px) and (max-width: 392px) {
        .img-slider .navigation {
            bottom: -9px;
        }
        .text_an {
            color: white;
            margin-left: 14%;
            font-size: 12px;
            margin-top: 14px;
        }
        .text-edicion {
            color: white !important;
            font-size: 22px;
            margin-left: 5%;
            margin-top: 2%;
        }
        .texto-digital {
            color: #123c3f;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
            margin-top: -88%;
            margin-left: 40%;
        }
    }

    @media (max-width: 375px) {
        .texto-digital {
            color: #123c3f;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
            margin-top: -93%;
            margin-left: 40%;
        }

        .text_info {
            font-size: 17px;
        }

        #texto_anuncio {
            background-color: darkorange;
            display: flex;
            margin-left: -17%;
            width: 122%;
        }

        .text_an {
            color: white;
            margin-left: 14%;
            font-size: 12px;
            margin-top: 14px;
        }

        .info-home-slide {
            top: 30%;
            left: 55%;
        }
    }


    @media (max-width: 360px) {
        .text-edicion {
            color: white !important;
            font-size: 22px;
            margin-left: 5%;
        }

        .texto-digital-2 {
            color: #123c3f;
            margin-top: 1%;
            margin-left: 42%;
            font-family: Roboto-Bold;
            font-size: 21px;
        }
    }

    @media screen and (min-width: 361px) and (max-width: 374px) {
        .text_an {
            color: white;
            margin-left: 16%;
            font-size: 11px;
            margin-top: 14px;
        }
        .img-slider {
            width: 344px;
            height: 200px;
            margin-left: -9px;
        }

        .img-slider .navigation {
            bottom: 3px;
        }

        .space {
            margin-top: -9%;
        }

        .texto-digital {
            color: #123c3f;
            font-family: Roboto-Bold;
            font-size: 1.5rem;
            margin-top: -93%;
            margin-left: 40%;
        }
}

a:hover {
    color: #0056b3;
     text-decoration: none !important;
}
/* SLIDER CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}

.img-slider {
position: relative;
width: 101%;
height: 500px;
margin: 10px;
margin-left: -7px;
/* margin-top: 67px; */
/* background: #1D212B; */
}

.img-slider .slide {
z-index: 1;
position: absolute;
width: 100%;
clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active {
clip-path: circle(150% at 0 50%);
transition: 2s;
transition-property: clip-path;
}

.img-slider .slide img {
z-index: 1;
width: 100%;
border-radius: 5px;
}

.img-slider .slide .info {
position: absolute;
top: 0;
padding: 15px 30px;
}

.img-slider .slide .info h2 {
color: #fff;
font-size: 45px;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 2px;
}

.img-slider .slide .info p {
color: #fff;
background: rgba(0, 0, 0, 0.1);
font-size: 16px;
width: 60%;
padding: 10px;
border-radius: 4px;
}

.img-slider .navigation {
z-index: 2;
position: absolute;
display: flex;
bottom: -47%;
left: 50%;
transform: translateX(-50%);
}

.img-slider .navigation .btn {
background: rgba(255, 255, 255, 0.5);
width: 12px;
height: 12px;
margin: 10px;
border-radius: 50%;
cursor: pointer;
}

.img-slider .navigation .btn.active {
background: #2696E9;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.modal.show .modal-dialog.modal-wide {
    width: 90vw;
    max-width: none;
}
.modal.show .modal-dialog.modal-medium {
    width: 75vw;
    max-width: none;
}
.list-command {
    text-align:center;
}
.btn.tutorial {
    background-color: #a84158;
    color: #fff;
}
@media(max-width: 1280px) {
    .img-slider {
position: relative;
width: 101%;
height: 500px;
margin: 10px;
margin-left: -7px;
/* margin-top: 67px; */
/* background: #1D212B; */
}

.img-slider .navigation {
z-index: 2;
position: absolute;
display: flex;
bottom: -40%;
left: 50%;
transform: translateX(-50%);
}
.space {
margin-top: 23%;
}
}

@media screen and (min-width: 1199px) and (max-width: 1279px) {
.img-slider .navigation {
z-index: 2;
position: absolute;
display: flex;
bottom: -35%;
left: 50%;
transform: translateX(-50%);
}
.space {
margin-top: 20%;
}
}
                                                                   
@media (max-width: 1198px) {
.img-slider .navigation {
z-index: 2;
position: absolute;
display: flex;
bottom: -15%;
left: 50%;
transform: translateX(-50%);
}

.space {
margin-top: 20%;
}

}

@media (max-width: 1024px) {
.img-slider {
position: relative;
width: 101%;
height: 500px;
margin: 10px;
margin-left: -7px;
/* margin-top: 67px; */
/* background: #1D212B; */
}

.img-slider .navigation {
z-index: 2;
position: absolute;
display: flex;
bottom: -2%;
left: 50%;
transform: translateX(-50%);
}

.space {
margin-top: 10%;
}
}

@media (max-width: 912px) {
.img-slider .navigation {
bottom: 1%;
}
.img-slider {
position: relative;
width: 101%;
height: 500px;
margin: 10px;
margin-left: -7px;
/* margin-top: 67px; */
/* background: #1D212B; */
}
.space {
margin-top: 0%;
}
}

@media screen and (min-width: 883px) and (max-width: 912pxpx) {
.space {
margin-top: -7%;
}
}

@media (max-width: 820px) {
.img-slider {
width: 102%;
height: 375px;
}

.img-slider .slide .info {
padding: 10px 25px;
}

.img-slider .slide .info h2 {
font-size: 35px;
}

.img-slider .slide .info p {
width: 70%;
font-size: 15px;
}

.img-slider .navigation {
bottom: -14%;
}

.img-slider .navigation .btn {
width: 10px;
height: 10px;
margin: 8px;
}

.space {
margin-top: 11%;
}
}

@media screen and (min-width: 770px) and (max-width: 810pxpx) {
.img-slider {
width: 101%;
height: 375px;
}

.img-slider .navigation {
bottom: -13%;
}

.space {
margin-top: 10%;
}
}

@media (max-width: 768px) {
.img-slider {
width: 101%;
height: 375px;
}

.img-slider .navigation {
bottom: -13%;
}

.space {
margin-top: 10%;
}
}

@media screen and (min-width: 670px) and (max-width: 767px) {
.img-slider {
width: 101%;
height: 375px;
}
.img-slider .navigation {
bottom: -3%;
}

.space {
margin-top: 6%;
}
}

@media screen and (min-width: 670px) and (max-width: 728px) {
.img-slider {
width: 101%;
height: 375px;
}

.img-slider .navigation {
bottom: -3%;
}

.space {
margin-top: 6%;
}
}


@media screen and (min-width: 622px) and (max-width: 665px) {
.img-slider {
width: 101%;
height: 375px;
margin-top: 31%;
}
.img-slider .navigation {
bottom: 8%;
}
.space {
margin-top: -9%;
}
}

@media (max-width: 620px) {
.img-slider {
width: 103%;
height: 250px;
margin-top: 200px;
}

.img-slider .slide .info {
padding: 10px 20px;
}

.img-slider .slide .info h2 {
font-size: 30px;
}

.img-slider .slide .info p {
width: 80%;
font-size: 13px;
}

.img-slider .navigation {
bottom: -19%;
}

.img-slider .navigation .btn {
width: 8px;
height: 8px;
margin: 6px;
}
.space {
margin-top: 17%;
}
}
@media screen and (min-width: 557px) and (max-width: 619px) {
.img-slider {
width: 103%;
height: 250px;
margin-top: 200px;
}

.img-slider .navigation {
bottom: -67px;
}
}
@media (max-width: 540px) {
.img-slider {
margin-top: 204px;
width: 104%;
}
.img-slider .navigation {
bottom: -15%;
}

.space {
margin-top: 15%;
}

}

@media screen and (min-width: 466px) and (max-width: 527px){
.img-slider {
margin-top: 204px;
width: 103%;
}
.img-slider .navigation {
bottom: -10%;
}
.space {
margin-top: 12%;
}
}

@media (max-width: 420px) {
.img-slider {
width: 402px;
height: 200px;
margin-left: -9px;
}

.img-slider .slide .info {
padding: 5px 10px;
}

.img-slider .slide .info h2 {
font-size: 25px;
}

.img-slider .slide .info p {
width: 90%;
font-size: 11px;
}

.img-slider .navigation {
bottom: -29px;
}

.space {
margin-top: 10%;
}
}

@media screen and (min-width: 375px) and (max-width: 392px) {
.img-slider {
width: 373px;
height: 200px px;
margin-left: -9px;
}

.img-slider .navigation {
bottom: -13px;
}
}

@media (max-width: 375px) {
.img-slider {
width: 363px;
height: 200px;
margin-left: -9px;
}

.img-slider .navigation {
bottom: -11px;
}

.text-edicion {
color: white !important;
font-size: 22px;
margin:auto;
}
}