html {
    background-color: rgba(0, 0, 0, 0.979);
}

@media only screen and (max-width: 832px) and (min-width:300px) {
    html {
        margin: 0;
        padding: 0;
        font-family: 'Old Standard TT', serif;
        font-family: 'Playfair Display', serif;
        background-color: rgba(0, 0, 0, 0.979);
    }
    .sub-indice {
        font-size: 12px !important;
    }
    .card {
        margin-top: 0.2rem;
        text-align: center;
    }
    .card p {
        text-align: center;
    }
    .card:last-child {
        margin-bottom: 0.2rem;
    }
    a {
        color: rgba(0, 0, 0, 0.979);
    }
    a:hover {
        color: rgba(148, 41, 150, 0.986);
    }
    a:visited {
        color: rgba(120, 3, 122, 0.986);
        text-decoration: none;
    }
    .h1,
    h1 {
        font-size: 1.75rem;
    }
    .h2,
    h2 {
        font-size: 1.35rem;
    }
    .h3,
    h3 {
        font-size: 1.25rem;
    }
    a:active {
        color: rgb(249, 107, 252);
        text-decoration: none;
    }
    .about {
        margin-bottom: auto;
    }
    .about .about-container {
        display: flex;
        max-width: 100%;
        max-height: 100%;
    }
    .card-text {
        font-size: 1.2rem;
    }
    .bio h1 {
        max-width: 100%;
        font-size: 1rem;
        color: rgba(80, 79, 79, 0.863);
        font-weight: 300;
        font-style: italic;
    }
    h1 {
        color: rgb(0, 0, 0);
    }
    body {
        background-color: #F6F5F4;
        color: black;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Old Standard TT', serif;
        font-family: 'Playfair Display', serif;
    }
    .superior {
        display: block;
        background-image: url("../img/ico/logo-sup.png");
        background-repeat: no-repeat;
        max-width: 100%;
        height: 20vh;
        padding: 0;
        margin-left: 0;
    }
    .logo {
        padding-top: auto !important;
    }
    .logo img {
        text-align: center;
        max-width: 100%;
        margin-top: -10rem;
    }
    /* img main */
    .img-main {
        display: block;
        flex-direction: row;
        justify-content: center;
        visibility: visible;
        z-index: 99;
        text-align: center;
    }
    .img-main img:first-of-type {
        display: none;
    }
    .img-main img {
        display: inline-block;
        text-align: center;
        max-height: 60vh;
    }
    .img-main img:last-child {
        display: none;
    }
    /*img fin main */
    /*barra media */
    .simple {
        background-color: rgba(224, 200, 190, 0.5);
        display: flex;
        justify-content: center;
        margin-top: -2rem;
    }
    .simple nav {
        margin-top: 1rem;
        display: none;
        max-width: 100%;
    }
    /*fin barra media */
    .txt-bc {
        color: rgb(253, 251, 251);
        font-family: 'Old Standard TT', serif;
        font-family: 'Playfair Display', serif;
        font-size: 1rem;
        font-weight: 400;
        font-style: italic;
    }
    .caja-neg {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.521);
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    /*seccion medio */
    .simple {
        background-color: rgba(224, 200, 190, 0.5);
        margin-top: 0.5rem;
    }
    .simple section {
        display: flex;
        flex-basis: 100%;
        text-align: center;
        flex-direction: column;
    }
    .simple section .sub-pagina {}
    /*tarjetas medio */
    .card-body h5,
    .card-title .numero {
        margin-top: -3.5rem;
        font-size: 3rem;
        font-weight: 700;
        color: rgba(10, 10, 10, 0.836);
    }
    .numero {
        text-align: left;
        background-color: rgba(253, 251, 251, 0.815);
        padding-left: 1rem;
        max-width: 50%;
        border-radius: 3px;
    }
    .card-body P {}
    /* slider */
    .slider base {
        flex: auto;
        z-index: 2;
        height: auto;
    }
    .superponer {
        background-color: rgba(0, 0, 0, 0.521);
    }
    .slider .bg-dark {
        border-radius: 0;
        background-color: inherit;
        height: auto !important;
    }
    .slider .card-img-overlay {
        padding: 0;
    }
    .slider .bg-dark p {
        color: rgba(0, 0, 0, 1);
        text-transform: uppercase;
        line-height: 1.8;
        letter-spacing: 0.2em;
        font-size: 12px;
        text-align: center;
        font-family: 'Oswald';
        font-weight: 400;
        font-style: normal;
    }
    /* fin slider */
    /*contenido dinamico */
    .contenedor-medio {
        width: 100%;
        overflow: hidden;
    }
    .contenido-slider {
        display: flex;
        height: 100%;
    }
    .contenido-slider {
        display: flex;
        flex-direction: row;
    }
    .contenido-slider>img {
        display: block;
        width: 100%;
        margin-left: 3px !important;
        margin-right: -2px !important;
    }
    /* fin contenido dinamico */
    /* colash */
    .colash {
        display: block;
        text-align: center;
    }
    .colash p {
        color: rgba(0, 0, 0, 1);
        text-transform: uppercase;
        line-height: 1.8;
        letter-spacing: 0.2em;
        font-size: 12px;
        text-align: center;
        font-family: 'Oswald';
        font-weight: 400;
        font-style: normal;
    }
    .colash .sub-nav {
        margin-top: 2rem;
    }
    /* fin colash */
    /* footer */
    .footer {
        background-image: url(../img/svg/main-bg3.svg);
        background-position: center center;
        background-size: cover;
        /*background-color: rgb(0, 0, 0);*/
        text-align: center;
        margin: 0;
        position: static;
    }
    .footer p {
        text-align: inherit;
        color: #F6F5F4;
    }
    .footer p:last-child {
        background-color: rgba(0, 0, 0, 0.521);
        margin-bottom: 0;
    }
    .colash {
        background-color: #F7E3DE;
        padding-top: 1.5rem;
    }
    .colash nav {
        background-image: url(../img/gn/footer-sm.png);
        background-position: bottom;
        background-repeat: no-repeat;
        /* background-position: center center; */
        display: block;
        padding-bottom: 1.5rem;
    }
    /* fin colash */
    /*feedback*/
    .contenedor {
        max-width: 100%;
        align-items: center;
        text-align: center;
        display: block;
        margin: 0;
    }
    .contenedor .card {
        display: block !important;
        background-color: inherit;
        border: none;
    }
    .contenedor img {
        border-radius: 50%;
        max-width: 75%;
        margin: 0;
        text-align: center;
        -webkit-box-shadow: 2px 10px 2px 3px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 2px 10px 2px 3px rgba(0, 0, 0, 0.082);
        box-shadow: 2px 10px 5px 2px rgba(0, 0, 0, 0.082);
    }
    .drop {
        filter: drop-shadow(0 0 0 0 rgba(0, 0, 0, 0.13));
    }
    .shadow {
        -webkit-box-shadow: 1px 32px 5px 3px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 1px 32px 5px 3px rgba(0, 0, 0, 0.07);
        box-shadow: 1px 32px 5px 3px rgba(0, 0, 0, 0.07);
    }
    .adelante {
        font-size: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: rgb(250, 187, 222);
        font-weight: bold;
    }
    .btn-flecha {
        border-radius: 1%;
        background-color: rgba(31, 30, 30, 0.021);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    /* fin feedback */
    img {
        max-width: 100%;
        margin: 0 !important;
        border-radius: 0;
    }
    header img {
        width: 120vh;
        /*width: 100%;*/
    }
    .bn-sup {
        background-image: url("../img/ico/bn-sup.png");
        background-position-x: center;
    }
    .ico {
        max-width: 25px;
    }
    .ico img {
        max-width: 100%;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url('../img/ico/menu-1.png');
    }
    .navbar-toggler-icon {
        width: 1rem;
        height: 1rem;
    }
    .hide {
        display: none;
    }
    #show {
        display: block;
    }
    .bg-dark {
        background-color: #F7E3DE!important;
        align-content: center;
        text-align: center;
        height: 100vh !important;
    }
    .bg-dark ul li {
        margin-top: 2rem;
    }
    .bg-dark ul li span {
        color: black;
        font-size: 2rem;
        font-weight: bolder;
    }
    .bg-dark ul,
    li {
        margin-left: -2rem !important;
        list-style: none;
    }
    p {
        color: rgb(0, 0, 0);
        line-height: 1.8;
        letter-spacing: 0em;
        font-size: 14px;
        text-align: left;
        font-family: 'Old Standard TT';
        font-weight: 400;
        font-style: normal;
        padding: 1rem;
    }
    .txt-gaboedicion .bg-black {
        background-color: rgb(0, 0, 0, 0.5);
    }
    .sub-principal {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        background-color: #F7E3DE;
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(218, 217, 217, 0.63)), url("../img/ico/grayscale-photo-of-footprints-on-sand-1535402.jpg");
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
    }
}