@font-face {
    font-family: Bree;
    src: url("fonts/Bree-Bold.otf");
    font-weight: bold;
}

body {
    font-family: Bree;
}
header {
    background-color: #E8913E;
    background-size: cover;
    background-position: center;
}

.img_lucy{
	max-width: 73% !important;
}

.texto_superior {
    color: #2072B6;
    font-size: 3.5rem;
    letter-spacing: -1px;
    line-height: 54px;
}

.texto_inferior {
    color: #314767;
    font-size: 1.5rem;
    letter-spacing: -1px;
    line-height: 28px;
}

.lucy_superior {
    max-width: 350px !important;
}

.recuadro_texto {
    background-color: #314767;
    color: white;
    border-radius: 10px;
    border: 2px solid white;
    width: 60%;
    padding: 3px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    font-size: 1.1rem;
    bottom: -25px;
}

.lucy {
    margin-bottom: -25px;
}

footer {
    background-color: #2378BA;
}

.border-warning {
    border-color: #E28F3E !important;
}

@media (max-width: 767px) {
    .border-end {
        border-right: unset !important;
    }

    footer {
        height: 400px;
    }

    .texto_superior {
        font-size: 2.5rem;
        line-height: normal;
    }

    .recuadro_texto {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .border-bottom-md {
        border-bottom: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .lucy_izq {
        text-align: center;
        width: 190px;
        left: 10px;
    }

    .lucy_der {
        width: 160px;
        top: 260px;
    }

    footer {
        height: 350px;
    }

    .text_izq {
        width: 200px;
        margin-top: 30px;
    }
}


