/* ESTRUCTURA - STRUCTURE */

*, ::after, ::before {
    box-sizing: inherit;
}

body, button, input, select, textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7;
    color: #777;
}

body {
    background: #fff;
    height: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;

}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* ELEMENTOS - ELEMENTS */

a {
    color: #03c4eb;
    text-decoration: none;
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}


/* CLASES - CLASSES */


#header {
    position: fixed;
    z-index: 997;
    transition: all 0.5s;
    padding: 6px 0;
    width: 100%;
    height: auto;
}

.site {
    background: #FFF;
    position: relative;
}

.wrap {
    display: block;
}

.site-header.header-fixed {
    top: 0;
    left: 0;
    position: fixed;
}

.site-header {
    line-height: 75px;
    position: relative;
    width: 100%;
    background: #FFF;
    z-index: 1000;
    -webkit-transition: all 1s ease-out;
    transition: all .5s ease-out;
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 6%);
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}


.site-branding {
    float: left;
    line-height: 60px;
}

.site-branding .site-logo-div {
    line-height: 75px;
}


#nav-toggle {
    float: right;
    position: relative;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    display: none;
    margin-left: 15px;
}



/* MENU  */

#menu {
    background: #FFFFFF;
    color: #111;
    height: 45px;
    padding-left: 18px;
    border-radius: 10px;
}

#menu ul, #menu li {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

#menu ul {
    width: 100%;
}

#menu li {
    float: left;
    display: inline;
    position: relative;
}

#menu a {
    display: block;
    line-height: 45px;
    padding: 0 14px;
    text-decoration: none;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    padding-left: 17px;
    padding-right: 17px;
    letter-spacing: 1px;
}

#menu a.dropdown-arrow:after {
    content: "\25BE";
    margin-left: 5px;
}

#menu li a:hover {
    color: #03C4EB;
    background: #FFFFFF;
}

#menu input {
    display: none;
    margin: 0;
    padding: 0;
    height: 45px;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

#menu label {
    display: none;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 35px
}

#menu label:before {
    font-size: 1.6em;
    content: "\2261";

}

#menu ul.sub-menus {
    height: auto;
    overflow: hidden;
    width: 170px;
    background: #FFFFFF;
    position: absolute;
    z-index: 99;
    display: none;
}

#menu ul.sub-menus li {
    display: block;
    width: 100%;
}

#menu ul.sub-menus a {
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
}

#menu li:hover ul.sub-menus {
    display: block
}

#menu ul.sub-menus a:hover {
    background: #aaa;
    color: #444444;
}

#menu li a.default-selected {
    border-bottom: 1px solid #1f2555;
    border-radius: 2px;
    font-weight: 500;
    color: #1f2555;
}

#portada {
    margin: 0.5rem, 0.7rem;
    /* background: rgb(106, 147, 176);
    background: linear-gradient(90deg, rgba(106, 147, 176, 1) 0%, rgba(96, 146, 166, 1) 49%, rgba(106, 147, 176, 1) 100%); */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url(../resources/backgrounds/background-edificios.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-position-y: 0%;
    background-size: cover;
}


.container-portada {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 600px;
    width: auto;
    margin-top: 70px;
    padding: 50px 5px;
}

.container-portada h2 {
    color: #fff;
    font-family: "Helvetica", sans-serif;
    font-size: 46px;
    text-align: center;
    font-weight: 600;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.container-portada h2 span {
    color: #1f2555;
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 12px;
    font-size: 54px;
    padding: 0 8px;
}

.container-portada p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin: 0 10px;
    font-style: italic;
    max-width: 60%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.button-portada.btn-selected {
    background-color: #03c4eb;
    color: #fff;
    border-radius: 10px;
    border: 0px ! important;
}

.buttons-portada {
    margin: 10px;
    padding-top: 30px;
    transition: 0.5s;
}

.button-portada {
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 15px;
    font-size: 1.0625rem;
    border-radius: 2px;
    font-weight: 600;
    padding: .75rem 1.5rem;
    border: 1px solid #fff;
    transition: 0.8s
}

.buttons-portada a:hover {
    background-color: #03c4eb;
    transition: transform 0.8s ease-in-out;

}

.button-portada.btn-selected:hover {
    background-color: #fff;
    color: #03c4eb;
    border-radius: 30px;
    transition: linear 0.5s;
    

}



.footer-basic {
    padding: 25px 0;
    background-color: #ffffff;
    color: #4b4c4d;
}

.footer-basic ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social>a:hover {
    opacity: 0.9;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

footer {
    display: block;
}

/* MODAL */


/* RESPONSIVE */

@media (max-width: 1600px) {
    #menu a {
        font-size: 12px;
        font-weight: 400;
    }

    .container-portada h2 {
        font-size: 42px;
    }

    .container-portada h2 span {
        font-size: 48px;
    }

    .container-portada {
        margin-top: 50px;
    }
}

@media (max-width: 1368px) {
    #menu a {
        padding: 0 12px;
    }

    .container-portada p {
        max-width: 65%;
    }

    .container-portada h2 {
        font-size: 36px;
    }

    .container-portada h2 span {
        font-size: 40px;
    }
}

@media (max-width: 1250px) {

    #menu a {
        padding: 0 10px;
        letter-spacing: 0.5px;
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-portada h2 {
        font-size: 48px;
    }

    .container-portada p {
        font-size: 18px;
    }
}


@media (max-width: 1100px) {

    .container-portada h2 {
        font-size: 48px;
        font-weight: 600;
    }

    .container-portada p {
        font-size: 18px;
    }

    .button-portada {
        font-size: 0.9rem;
    }

    .logo-home {
        width: 152px !important;
        height: 30px;
    }

}


@media (max-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-basic ul {
        font-size: 14px;
    }

    .footer-basic .copyright {
        font-size: 11px;

    }
}


@media (max-width: 930px) {
    #menu a {
        padding: 0 5px;
        letter-spacing: 0.5px;
        font-size: 10px;
    }

    .site-header {
        line-height: 25px;
    }

    .container-portada {
        margin-top: 20px;
        height: 400px;
    }

    .container-portada h2 {
        font-size: 30px;

    }

    .container-portada h2 span {
        font-size: 34px;
    }
    .container-portada p {
        font-size: 16px;
        max-width: 82%;
    }
}

@media screen and (max-width: 800px) {

    .container {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 40px;
    }

    #menu {
        position: relative;
        width: 100%;
        font-size: 22px;
    }

    #menu ul {
        background: #FFF;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 3;
        height: auto;
        display: none
    }

    #menu ul.sub-menus {
        width: 100%;
        position: static;
    }

    #menu ul.sub-menus a {
        padding-left: 30px;
    }

    #menu li {
        display: block;
        float: none;
        width: auto;
        padding-left: 15px;
        margin-right: 15px;
    }

    #menu li a.default-selected {
        border: 0px;
        border-bottom: 2px solid rgb(197, 197, 197);
        border-radius: 1px;
        font-weight: 600;
        color: rgb(31 37 85);
    }

    #menu input, #menu label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding-left: 15px;

    }

    #menu input {
        z-index: 4
    }

    #menu input:checked+label {
        color: white
    }

    #menu input:checked+label:before {
        content: "\00d7";
        color: #111;
    }

    #menu input:checked~ul {
        display: block
    }

    .site-logo-div {
        margin: 0px 15px;
        padding-right: 15px;
    }
}


@media (max-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media (max-width: 650px) {
    .container-portada h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .container-portada p {
        font-size: 12px;
    }

    .button-portada {
        font-size: 0.6rem;
    }

    .logo-home {
        width: 252px !important;
        height: 30px;
    }
    .footer-basic .social>a {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .footer-basic .social {
        padding-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-portada h2 {
        font-size: 24px;
        text-align: center;
    }

    .container-portada p {
        max-width: 75%;
        font-weight: 400;
    }

    .footer-basic ul {
        font-size: 12px;
    }

    .footer-basic .copyright {
        font-size: 9px;

    }

    .footer-basic .social {
        padding-bottom: 5px;
    }

}

@media (max-width: 410px) {

    .container-portada {
        padding: 30px 5px;
        height: 300px;
    }
    .container-portada h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .container-portada h2 span {
        font-size: 24px;
    }

    .container-portada p {
        font-size: 10px;
    }

    .button-portada {
        font-size: 0.72rem;
        padding: .50rem 1rem;
    }

    /* .logo-home {
        width: 152px !important;
        height: 30px;
    } */

    .footer-basic ul {
        font-size: 10px;
    }

    .footer-basic .copyright {
        font-size: 7px;

    }
}

@media (max-width: 300px) {

    .container-portada {
        padding: 30px 5px;
        height: 300px;
    }
    .container-portada h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .container-portada p {
        font-size: 8px;
    }

    .button-portada {
        font-size: 0.4rem;
    }

    /* .logo-home {
        width: 182px !important;
        height: 30px;
    } */
}