html,
body {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    margin: 0;
}

.header-img {
    width: 100%;
    min-height: 60vh;
}
.row {
    margin: 0;
}

.banner-title {
    font-size: 3.7em;
    font-weight: 600;
}

.banner-text {
    text-align: center;
    color: white;
    width: 100%;
    position: absolute;
    top: 30vh;
}

.neon {
    -webkit-text-stroke-width: 2pt;
    -webkit-text-stroke-color: rgb(240, 105, 50);
    -webkit-text-fill-color: transparent;
}

.banner {
    background-image: url('../img/1.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
    background-attachment: fixed;
    background-size: cover;
    border-radius: 0 0 50% 50%;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

@media only screen and (min-width: 581px) {
    .blocks {
        margin-top: 150pt !important;
    }
}

@media only screen and (max-width: 550px) {
    .banner {
        border-radius: 0 0 30% 30%;
    }

    .blocks {
        margin-top: 50pt !important;
    }

}

@media only screen and (max-width: 400px) {
    .banner {
        border-radius: 0 0 0% 0%;
    }
}



.justify-text-center {
    width: 100%;
    text-align: center;
}

.primary {
    background-color: rgb(240, 105, 50);
    color: white;
}

.black {
    background-color: rgb(0, 0, 0);
    color: white;
}

.nav-link {
    color: rgba(0, 0, 0, .7) !important;
}

.bold {
    font-weight: 600;
}

.w5 {
    font-weight: 500;
}

.w8 {
    font-weight: 800;
}

.w9 {
    font-weight: 900;
}

.footer {
    padding: 32pt 16pt;
}

p {
    color: rgba(0, 0, 0, .8);
}

h2 {
    text-transform: uppercase;
}

.octagon {
    fill: rgb(240, 105, 50);
    width: 100%;
    margin-top: 16pt;
}
@media only screen and (max-width: 575px) {
    .octagon {
        width: 70%;
    }
}

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


    #banner-card{
        margin-top: 32pt;
    }
    .card{
        margin-top: 18pt;
    }
}

svg > text {
    fill: white;
    font-size: 0.12em;
}

#contacto {
    min-height: 50vh;
    /* The image used */
    background-image: url("../img/10.jpg");
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px;
    color: white;
}

.icon-social > span > * {
    color: white;
}

.icon-social > span {
    font-size: 1.5rem;
    margin: 6pt 8pt;
}

.header-text {
    font-weight: 600;
}

#pattern01 {
    width: 99%;
    position: absolute;
    z-index: -1;
}

.contact-text {
    font-size: 1.3rem;
}

.align-self-sm-end{
    width: 100%;
}

.card {
    height: 100%;
}

li, .navbar-brand {
    cursor: pointer;
}

.white {
    color: white !important;
}
#footer-logo{
    max-height: 150px;
}

.align-items-end{
    -ms-flex-align:end!important;
}