

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i|Raleway:400,400i,700,700i');
@-ms-viewport { width: device-width; }
body {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    color: #444 !important;
}
.div-header {
    width: 100%;
    height: 75px;
    background-color: #e7045b
}

.img-header {
    width: 200px;
    /* padding-top: 7px;
    padding-left: 24px;*/
}


.fit-image{
    width: 100%;
    object-fit: cover;
    /* height: 100%px; */ /* only if you want fixed height */
    height: 475px;
}

.border-input {
    border-color: #dc3545;
}

.fit-image-formulario {
    margin-top: -92px;
    height: 66px;
    margin-left: 464px;
}

.s-letter {
    font-size: 16px;
}

.s-letter-family {
    font-family: "Merriweather", serif;
    font-weight: 500 !important;
    color: #444;
}


.s-letter-text {
    font-family: 'Raleway', sans-serif;
}

.s-letter-color {
    color: #0485ac
}

.btn-color {
    color: #fff !important;
    background-color: #e7045b !important;
    border-color: #e7045b !important;
    min-width: 200px !important;
    margin-top: 30px !important;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2) !important;
    padding: .375rem .75rem !important;
}

.img-fondo {
    background-image: url("/images/edificios-subpagina.svg");
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-size: 100%;
    background-position: 50% 80%;

}

.navbar {
    padding : 0px !important
}


