html {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather';
    font-weight: 700;
}

body {
    position: relative;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    background: url(../img/background.jpg);
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #1A2333;
}
/*Style last modify 2020412------*/
.boneF {
    display: flex;
    flex-direction: column;
    background: #0000007a;
    height: 100%;
    flex-wrap: wrap;
    min-height: 100vh;
}

    /*.navbar*/
        .logo-nav-contF {
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: normal;
        }
        .img-logo-nav {
            height: 2.5rem;
        }
        .fContainMenu{
            justify-content: flex-end;
        }
        .navbar {
            box-shadow: 0px 0px 2px black;
        }

    #app{
        flex-grow: 17;
    }
        /*.card*/
            /*.title-pers*/
                .title-pers h1{
                    color:white;
                    text-align: center;
                    font-weight: lighter;
                    font-size: 3vh;
                }
                .title-pers h1 strong{
                    font-weight: bold;
                }
                .logo-Sa{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                    .logo-Sa img {
                        display: flex;
                        height: 16vh;
                    }
            /*form*/
                form label {
                    color: white;
                }
                .container-NumyCalle{
                    display: flex;
                }
                    .fcont-calle{
                        width: 100%;
                        margin-right: 1rem;
                    }
                    .fcont-num{
                        width: 26%;
                    }

        footer {
            display: flex;
            flex-direction: column;
            flex-grow: 0;
            justify-content: space-between;
            align-items: center;
            color: white;
            flex-wrap: wrap;
        }
            footer ul {
                list-style: none;
                padding-left: 0;
                display: flex;
                flex-direction: row;

                width: 100%;
                margin-bottom: 0;
            }
                footer ul li {
                    flex-grow: 1;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    margin-top: 1rem;
                    font-weight: 500;
                    font-size: 1.2rem;
                }
                footer ul li svg {
                    height: 2.5rem;
                    margin-right: 0.5rem;
                    color: green;
                    fill: green;
                }

                footer li p {
                    padding-top: 11px;
                }
            footer > p {
                text-align: center;
                padding: 5px;
                margin-bottom: 0;
                color: rgb(255, 255, 255);
                width: 100%;
                margin-top: 15px;
            }


    /*MODALS STYLE*/
    .contFdirections{
        display: flex;
        flex-direction: row;
    }
        .contFnro{
            flex-grow: 1;
        }
        .contFpiso{
            flex-grow: 1;
            margin-right: 1rem;
        }

        .contFdirection{
            margin-right: 1rem;
        }



@media (min-width: 1000px) {
    .contFdirections{
        flex-direction: row;
        flex-grow: 1;
        justify-content: space-between;
    }
        .contFdirection{
            flex-grow: 1;
            margin-right: 1rem;
        }
}

@media (min-width: 768px) {
    .fContainMenu { text-align: center !important; }

    #app{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 20;
    }
        .card{
            display: flex;
            align-items: center;
            flex-grow: 0;
            max-width: 450px;
        }


}

@media (max-width: 768px) {
    #app{
        display: flex;
        align-items: center;
        justify-content: center;

    }
        .card{
            display: flex;
            align-items: center;
            flex-grow: 0;
            width: 100%;
            margin: 2rem;
        }
    .logo-Sa img {
        height: 136px;
    }
    .title-pers h1{
        font-size: 24px;
    }
    footer ul {
        flex-direction: column !important;
    }
    footer ul li svg {
        margin-top: 0rem;
    }
    footer li p {
        padding-top: 18px;
    }
}
/*Style last modify 2020412------*/


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff00;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .35rem;
    border: none
}

.btn.custom{
    background-color: #2ba04361;
}
.navbar {
    background-color: #090234;
}
    .navbar .navbar-brand,
    .navbar .navbar-text {
        color: rgba(0,0,0,.8);
    }
    .navbar .navbar-nav .nav-link {
        color: rgba(0,0,0,.5);
    }
    .navbar .nav-item.active .nav-link,
    .navbar .nav-item:focus .nav-link,
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .modal-footer {
        border-top: none
    }

    .modal-header {
        background-color: #28a745;
        color: white
    }

.modal{
    overflow: scroll !important;
}







