﻿.espacio {
    height: 50px;
}

.bg-dark {
    background: #000000 !important;
}

.menulateral {
    background: #000000;
    width: 80% !important;
    text-align: end;
}

    .menulateral img {
        width: 250px;
    }

@media screen and (max-width: 1097px) {
    .menulateral img {
        width: 8rem;
    }
}

.menumovil {
    display: none;
}

.menulateral .list-group {
    text-align: right;
    padding: 3% 4% !important;
}

.menulateral p {
    color: #ccc;
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 28%;
}

.subtitulo {
    background: #FFFFFF;
    margin: 40px -30px 0px !important;
    width: 110%;
    padding: 10px 40px;
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
}

.container {
    text-align: justify;
}

.container2 {
    width: 80%
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important;
    border-bottom: 5px solid #38FE7C;
    padding: 4px;
    text-decoration: none;
}

.LinkAddGetIn {
    color: #41D680;
    font-family: 'Metropolis-SemiBold',sans-serif;
    font-size: 1.8em;
    font-size-adjust: .58;
}

.spanText {
    color: #41D680;
    font-family: 'Metropolis-SemiBold',sans-serif;
    font-size: 2em;
    font-size-adjust: .58;
}

.spanTextLigth {
    color: #41D680;
    font-family: 'Metropolis-SemiBold',sans-serif;
    font-size-adjust: .58;
}

main {
    padding-top: 6%;
    padding-bottom: 3%;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 576px) {
    main {
        padding-top: 30%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .LinkAddGetIn {
        font-size: 1.2em;
    }

    .espacio {
        height: 25px;
    }

    .Tituno {
        font-size: 34px !important;
    }
}


b {
    font-size: 1em;
    font-family: 'Metropolis-SemiBold',sans-serif;
}

table th {
    font-family: 'Metropolis-SemiBold',sans-serif;
    color: #41D680;
}

ul {
    list-style: url(../images/iconlistg.png) inside;
    font-size: left;
    line-height: 2.3;
}

ol {
    list-style: #41D680;
    line-height: 3;
    padding: 15px;
}

.conten-guia {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

@media screen and (max-width: 769px) {
    .conten-guia {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

.Tituno {
    font-family: 'Metropolis-',sans-serif;
    font-size: 40px;
    color: #41D680;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1em;
    color: #41D680;
}

.btnCopy {
    background-color: #41D680;
    border: none;
}

    .btnCopy:hover {
        background-color: #2ed073;
    }

    .btnCopy:active {
        background-color: #2ed073 !important;
        outline: none;
    }

    .btnCopy:focus {
        background-color: #13b558 !important;
        outline: none;
    }

.highlight {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #000000;
    overflow: auto;
    width: 100%;
    color: #FFFFFF;
}

.EndInstruciones {
    font-size: 1rem;
    color: #000;
    font-family: 'Metropolis-Light';
}

.highlight span {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: start !important;
    color: #FFFFFF;
}

.highlight h5 {
    font-weight: 600;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: start !important;
    color: #FFFFFF;
}

.highlight button {
    display: flex;
    align-items: center;
}

.bb-Title {
    border-bottom: 1px solid #ffffff40;
}

.Gralhtml {
    width: 700px;
}

.html-propiedad {
    color: #01b4ef !important;
}

.html-etiqueta {
    color: #758cf1 !important;
}

.html-Inicio {
    color: #747474 !important;
}

.html-comentario {
    color: rgba(255, 255, 255, 0.61) !important;
}

.html-subrallado {
    text-decoration: underline;
}

#ListPropiedades p {
    line-height: 2.3;
}

.espacio1 {
    margin-left: 2rem;
}

.espacio2 {
    margin-left: 4rem;
}

.espacio3 {
    margin-left: 6rem;
}

.espacio4 {
    margin-left: 8rem;
}

@media screen and (max-width: 576px) {
    .menumovil {
        display: block;
        position: fixed;
        width: 100%;
    }

    .navbar-brand img {
        width: 70%;
        padding: 10px 0px;
    }

    .navbar-dark .navbar-toggler {
        color: #ffffff;
        border-color: #000000;
        float: right !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
    }

    .container {
        padding: 10px 30px;
        margin-top: 1rem;
    }
}
