@font-face{
    font-family:"Gotham-Bold";
    src: url('/assets/fonts/Gotham-Bold.otf');
    font-weight:600;
}

@font-face{
    font-family:"Gotham-Black";
    src: url('/assets/fonts/Gotham-Black.otf');
    font-weight:800;
}

@font-face{
    font-family:"Gotham-Medium";
    src: url('/assets/fonts/Gotham-Medium.otf');
    font-weight:500;
}

@font-face{
    font-family:"Gotham-Light";
    src: url('/assets/fonts/Gotham-Light.otf');
    font-weight:400;
}


body {
    font-family: 'Gotham-Regular', sans-serif;
    font-size:13px;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#00ff8f;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-family: 'Gotham-Light', sans-serif;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.5em;
}

input,button,select,textarea{
    
}

p{
    position:relative;
    line-height:1.9em;  
}

.navbar-brand img{
    width: 12rem;
}

.bg-top{
    background-color: white;
}

.bg-top a{
    color: #72656c;
    font-size: .8rem;
    font-weight: 600;
    font-family: Gotham-Light;
}

.bg-top strong{
    font-family: Gotham-Bold;
}


.bg-header {
    background-image: url(/assets/img/header.jpg);
    background-position: center 0px;
    background-size: cover;
    margin-top: 5rem;
    height: 27rem;
}


.bg-header h1{
    color: white;
    font-weight: 600;
    font-family: Gotham-Light;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 3px;
    top: 2rem;
    font-size: 2.4em;
    width: 90%;
}

.bg-header strong{
    font-family: Gotham-Black;
}

.description p{
    color: #8d8d8d;
    font-size: 1.2vw;
}

.bg-tasaciones {
    background-color: #f4f4f4;
}

.bg-tasaciones h2{
    font-family: Gotham-Bold;
    font-size: 2rem;
    font-weight: 600;
    color: #353535;
    text-transform: uppercase;
}

.bg-tasaciones p{
    letter-spacing: .05px;
    font-family: Gotham-Light;
    font-weight: 300;
    color: #353535;
    font-size: 1.2vw;
    line-height: 1.5;
}

.bg-tasaciones img{
    width: 4rem;
}

.bg-tasaciones .card-body p{
    font-size: 1vw;
    font-family: Gotham-Light;
    font-weight: 300;
    color: #8d8d8d;
}

.bg-tasaciones .card-body h5{
    font-size: 1.8vw;
    text-transform: uppercase;
    font-family: Gotham-Bold;
    font-weight: 600;
    color: #353535;
}

.width-box-tas{
    width: 37em;
    box-shadow: 0 7px 5px -5px rgb(80 80 80 / 80%);
}

.bg-form{
    background-color: #f4f4f4;
}

.bg-form h4{
    font-family: Gotham-Bold;
    font-size: 2rem;
    font-weight: 600;
    color: #353535;
    text-transform: capitalize;
}

.bg-form p{
    letter-spacing: .05px;
    font-family: Gotham-Light;
    font-weight: 600;
    color: #353535;
    font-size: 1.1vw;
    line-height: 1.5;
}

.bg-form img{
    width: 100%;
    border-radius: 20px;
    margin-top: 3rem;
}

.bg-form label{
    font-family: Gotham-Medium;
    color: #7b7d7d;
}

.bg-form input{
    background-color: #f4f4f4;
    border-radius: .3rem;
}

.bg-form select{
    background-color: #f4f4f4;
    border-radius: .2rem;
}

.bg-form textarea{
    background-color: #f4f4f4;
    border-radius: .2rem;
}

.btn-form{
    background-color: #004492 !important;
    border-radius: 5px !important;
    font-family: Gotham-Bold !important;
    padding: .5rem 1.2rem !important;
}

.bg-accord{
    background-color: white;

}

.bg-accord button{
    background-color: #f5f5f5;
    font-family: Gotham-Light;
    font-size: 1.5rem;
    color: #353535;
    font-weight: 600;
    
}

.accordion-button:not(.collapsed) {
    color: #353535 !important;
}

.bg-footer{
    background-color: #2e2e2e;
}

.bg-footer h5{
    color: white;
    font-size: 1.3em;
    font-family: Gotham-Bold;
}

.bg-footer p{
    color: #cfc2c7;
    font-size: .8em;
    font-family: Gotham-Light;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 1rem;
}

.bg-footer li{
    color: #cfc2c7;
    font-size: .8em;
    font-family: Gotham-Light;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 1rem;
}


.bg-footer .row{
    padding: 0rem 1em;
}

footer{
    background-color: black;
}

footer p{
    color: #cfc2c7;
    font-size: .6em;
    font-family: Gotham-Light;
    line-height: 1.7;
    font-weight: 600;
    margin: 0;
    padding: 1rem;
}



@media only screen and (max-width: 767px){

    .bg-header-mobile {
        background-image: url(/assets/img/header-mobile.jpg);
        background-position: center 0px;
        background-size: cover;
        margin-top: 5rem;
        height: 17rem;

    }

    .width-box-tas{
        width: auto;
    }

    .bg-top {
        height: 6rem;
    }

    .navbar-brand img {
        width: 7rem;
    }

    .bg-header {
        margin-top: 7rem;
    }

    .bg-header h1 {
        font-size: 1rem;
        left: 1rem;
        width: auto;
    }

    .bg-header {
        margin-top: 7rem;
    }

    .description p {
        font-size: 3.2vw;
    }

    .bg-tasaciones h2 {
        font-size: 1rem;
    }

    .bg-tasaciones p {
        font-size: 3.2vw;
    }

    .bg-tasaciones .card-body h5 {
        font-size: 3.8vw;
    }

    .bg-tasaciones .card-body p {
        font-size: 3.2vw;
    }

    .bg-form h4 {
        font-size: 1rem;
    }

    .bg-form p {
        font-size: 3.1vw;
    }

    .bg-accord button {
        font-size: 1rem;
    }

    .bg-footer .row {
        padding: 0rem 0em;
    }

    .navbar-expand-md{
        background-color: white;
    }

    .navbar-toggler{
        background-color: gray !important;
    }
}