h1, h2, h3, h4, h5, h6 {
    font-family: "GT America Extended", sans-serif !important;
    font-weight: 700;
}

p {
    font-family: "GT America", sans-serif !important;
}

#dudas {
    background-color: #0C1A40;
    border-radius: 25px;
}

#hero {
    background-image: url("photos/Hero-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.bg-light {
    background-color: #F5F6F9 !important;
}

p.text-dark, h1.text-dark, h2.text-dark, h3.text-dark, h4.text-dark, h5.text-dark, span.text-dark {
    color: #0C1A40 !important;
}

label.form-label {
    color: #FFFFFF !important;
}

section.bg-dark {
    background-color: #0C1A40 !important;
}

a.text-primary {
    color: #FF5768 !important;
    text-decoration: none !important;
    font-family: "GT America", sans-serif;
    font-weight: 600;
}

img.download-icon {
    margin-bottom: 10px;
    height: 20px;
}

input.form-control {
    background-color: #0C1A40 !important;
    border: 2px solid #7F8AAD !important;
    color: white !important;
}

input.form-control:focus {
    border: 2px solid #B8C1CB !important;
    box-shadow: 0px 0px 0px #0C1A40 !important;
}

textarea.form-control {
    background-color: #0C1A40 !important;
    border: 2px solid #7F8AAD !important;
    color: white !important;
}

button.btn-primary, a.btn-primary {
    background-color: #FF3449 !important;
    border-color: #FF3449 !important;
    font-weight: 600;
    font-family: "GT America", "";
}

button.btn-primary:hover, a.btn-primary:hover {
    background-color: #FF5768 !important;
    border-color: #FF5768 !important;
}

p.text-secondary, ul.text-secondary {
    color: #384873 !important;
}

div.card-top {
    background-color: #F5F6F9 !important;
    border-width: 0 !important;
    border-radius: 10px 10px 0 0;
}

div.card-bottom {
    background: linear-gradient(0deg, #FFFFFF 50%, #F5F6F9 50%);
}

div.unidad-wrapper {
    position: relative;
    padding-bottom: 75%;
}

div.post-wrapper {
    position: relative;
    padding-bottom: 75%;
}

div.unidad, div.post {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

div.unidad-description {
    background-color: rgba(12, 26, 64, 0.75);
    border-radius: 0 0 10px 10px;
    transition: all 0.25s ease;
}

div.post-description {
    background-color: rgba(12, 26, 64, 0.75);
    border-radius: 0 0 10px 10px;
    transition: all 0.25s ease;
    font-weight: 600;
    min-height: 100px;
}

.unidad:hover .unidad-description, .post:hover .post-description {
    background-color: rgba(12, 26, 64, 0.90);
    border-radius: 0 0 10px 10px;
}

div.parent-div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.child-div {
    background-color: rgba(12, 26, 64, 1);
}

.child-div:hover {
    background-color: rgba(12, 26, 64, 0.75);
    transition: all 0.5s linear;
}

div.unit-modal-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px 0 0 20px;
}

nav.navbar {
    box-shadow: 0 0 5px black;
}

div.gmap_canvas {
    border-radius: 25px;
    border: 3px solid #0C1A40;
}

p.footer-item, a.footer-item {
    color: #384873;
    font-weight: 600;
}

p.text-justify, li.text-justify {
    text-align: justify;
}

p.text-light, h1.text-light, h2.text-light {
    color: #F5F6F9 !important;
}

div.post-background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p.post-paragraph{
    font-size: 18px;
    color: #0C1A40;
    line-height: 30px;
    text-align: justify;
}

img.arrow{
    transition: all 0.25s ease-in-out;
}

.post:hover img.arrow, .unidad:hover img.arrow{
    transform: scale(1.2);
}

i.fab, i.fas{
    transition: all 0.25s ease-in-out;
}

i.fab:hover, i.fas:hover{
    transform: scale(1.2);
}

button.close-btn{
    background-color: white;
    border-width: 0;
}

.times{
    transition: all 0.25s ease-in-out;
}

.close-btn:hover .times{
    transform: scale(1.2);
}

.child::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
}