﻿@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

/*MENU*/

p {
    font-family: 'Libre Baskerville', serif;
}

a {
    color: #000 !important;
    font-size: 1.2em;
    font-family: 'Libre Baskerville', serif;
}

h4 {
    font-family: 'Great Vibes', serif !important;
    font-size: 2.5em !important;
    color: #7A0013 !important;
    text-align: center;
}

#btnRegresar {
    position: fixed;
}

#logo {
    width: 60%;
}

#divLogo {
    text-align: center;
    margin-top: 4em;
}

#ulColapsar {
    list-style: none;
}

#iColapsar {
    color: #777;
    font-size: 1.5em;
}

#divColapsar {
    text-align: end;
}

#divContenedor {
    margin-left: 2em;
}

#back {
    font-family: 'Great Vibes', serif !important;
    font-size: 2em !important;
    text-align: center;
    color: #7A0013 !important;
    background: #f1f1f1 !important;
}

.fa-eye {
    color: #7A0013;
}

.min-font-size {
    font-size: 0.8em;
    font-style: italic;
}

.min-font-size2 {
    font-size: 0.8em;
    font-weight: bold;
}

.brand-link {
    font-family: 'Great Vibes', serif !important;
    font-size: 2em !important;
    text-align: center;
    color: #7A0013 !important;
    background: #f1f1f1 !important;
}

.sidebar {
    background: #f1f1f1;
}

.p-subtitulo {
    font-style: oblique;
    color: #7A0013;
    font-weight: bold;
}

.hr-style {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    border: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.fullscreen-modal .modal-dialog {
    top: 20%;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

@media (min-width: 500px) {
    .fullscreen-modal .modal-dialog {
        top: 10%;
    }
}

@media (min-width: 1024px) {
    .fullscreen-modal .modal-dialog {
        top: 10%;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .fullscreen-modal .modal-dialog {
        width: 100%;
    }
}

.main-header {
    border-bottom: none !important;
}

/*RESPONSIVO*/
@media only screen and (max-width:576px) {
    p {
        font-size: 0.8em;
    }

    #divContenedor {
        margin-left: auto;
    }

    #logo {
        width: 75%;
    }

    .r-align-center {
        text-align: center;
    }

    .min-font-size {
        /*display: none;*/
    }

    .p-especial {
        font-size: 0.69em;
    }
}

/*INDEX*/
#logo-index {
    width: 50%;
    display: block;
    margin: auto;
    margin-top: 10%;
}

#divIndex {
    text-align: center;
}

.p-index {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.5em;
}

.btn-default {
    background-color: #7A0013 !important;
    border-color: #7A0013 !important;
    color: #fff !important;
    font-size: 2em !important;
}

    .btn-default:hover {
        background-color: #bd021f !important;
        border-color: #bd021f !important;
        color: #fff;
    }


/*RESPONSIVO*/

@media only screen and (max-width:576px) {

    #logo-index {
        width: 100%;
        margin-top: 15%;
    }

    .p-index {
        font-size: 1em;
    }
}

@media (min-width: 1024px){
    #aColapsar{
        display: none !important;
    }
}

@media (max-width: 768px){
    #btnRegresarr{
        display: none !important;
    }
}

@media (max-width: 374px){
    .precio {
        font-size: 0.65em;
    }
}