body{
    font-size: var(--font-size);
    font-family: var(--font-family);
    color: var(--text-color-primary);
}

h1 {
    font-size: var(--font-size-6);
    font-weight: 800;
    color: var(--primary);
}
h2 {
    font-size: var(--font-size-5);
    font-weight: 700;
    color: var(--primary);
    margin-top: 3rem;
    margin-bottom: 3rem;
}
h3 {
    font-size: var(--font-size-4);
    font-weight: 700;
    color: var(--primary);
}
h4 {
    font-size: var(--font-size-3);
    font-weight: 600;
    color: var(--primary);
}
h5 {
    font-size: var(--font-size-2);
    font-weight: 600;
    color: var(--primary);
}
h6 {
    font-size: var(--font-size-1);
    font-weight: 600;
    color: var(--primary);
}


ul{
    list-style:none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

p{
    font-size: 1rem;
    margin: 0;
    font-weight: 300;
}
label{
    font-size: 1rem;
}

a {
    color: var(--accent);
}

a:hover {
    color: var(--accent);
}

.modal .modal-content {
    height: 98vh;
}
.modal .modal-content .modal-body {
    overflow-y: scroll;
}

.modal .modal-content .modal-header .close{
    color: var(--text-color-primary);
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: var(--font-size-3);
    background-color: var(--light-gray);
    margin: -0.5rem -0.5rem -1rem auto;

}

.no-padding{
    padding:0;
}
.no-margin{
    margin: 0;
}

.display-web{
    display: block;
}

.line{
    color: #4b5258;
    width: 100%;
}

.pre-footer {
    padding:50px;
    background: #EBEFF6;
    color: #1c252c;
}
.footer-contact {
    background: #151617;
    color: white;
}
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/web/ante-footer.jpg");
    color: white;
}

.display-movil{
    display: none;
}
.city-select-hidden {
    visibility: hidden;
}

.btn-portics{
    background: #172238;
    color: #ffffff;
    font-size: 0.8rem;
}

.separador-home{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.separador{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.display-line{
    display: none;
}

.text-muted {
    color: #6c757d;
}

.page-banner {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner .logo {
    display: none;
}


.btn-accent {
    background-color: var(--accent);
    border: none;
}

.btn-accent:hover {
    background-color: var(--accent);
}

.btn-accent::after {
    background-color: var(--accent);
}

hr {
    height: 2px;
    width: 50px;
    background-color: var(--accent);
    margin-top: 0;
}

@media only screen and (min-width : 320px) {}

@media only screen and (min-width : 480px) {}

@media only screen and (min-width : 768px) {
    p{
        font-size: 1rem;
    }
    hr {
        height: 4px;
        width: 100px;
    }
}

@media only screen and (min-width : 992px) {
    p{
        font-size: 1rem;
    }
    label{
        font-size: 1rem;
    }

    .display-movil{
        display: block;
    }

    .display-web{
        display: none;
    }


    .display-line{
        display: block;
    }

    .separador{
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .text-muted{
        color: #929497 !important;
    }

    .modal .modal-content {
        height: 95vh;
    }

    .page-banner {
        height: 50vh;
    }
    .page-banner .logo {
        display: flex;
        width: 180px;
        height: 180px;
    }
}

@media only screen and (min-width : 1200px) {}
