/*** Styles ***/

* {
    font-family: 'Cabin', sans-serif;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Cabin', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #026685;
}

b {
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}

a {
    font-family: 'Cabin', sans-serif;
}

p {
    line-height: 1.1em;
}

h1 {
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 1.7em;
    padding-left: 50px;
}

h2 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 1.5em;
    text-align: left;
}

.cintillo-delgado {
    margin-top: -43px;
    position: relative;
    z-index: 15;
    width: 100%;
    text-align: center;
    background: rgb(0, 110, 143);
    padding: 12px;
}

.cintillo-delgado span {
    font-size: 1.2em;
    color: #efefef;
    text-transform: uppercase;
}

.container {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 25px;
}

.main-picture {
    position: relative;
    z-index: 1;
    height: 100%;
    background: url(../media/main-image1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.light {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

/*** Navigation ***/
.navigation{
    position: fixed;
    top:0;
    width:100vw;
    background: rgb(239, 239, 239);
    z-index: 25;
    height: 89px;
}
.topnav {
    background-color: rgb(239, 239, 239);
    overflow: hidden;
    position: fixed;
    top:0;
    right: 0;
}

.topnav a {
    float: right;
    display: block;
    color: #5d5d5d;
    text-align: center;
    padding: 35px 20px;
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'Cabin', sans-serif;
}

.topnav .icon {
    display: none;
    z-index: 20;
}

.dropdown {
    float: right;
    overflow: hidden;
    z-index: 21;
}

.dropdown .dropbtn {
    font-size: 1.2em;
    border: none;
    outline: none;
    color: #5d5d5d;
    padding: 33px 20px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 28;
    display: none;
    position: fixed;
}

.long-menu {
    column-count: 2;
    margin-left: -200px;
    font-size: 1em;
}

.dropdown-content a {
    float: none;
    color: #5d5d5d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #026685;
    color: #efefef;
}

.dropdown-content a:hover {
    background-color: #0396B0;
    color: #efefef;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.show{
    z-index: 28;
    display: block;
    position: fixed;
}

/*** Header Image ***/

.header-img {
    width: 200px;
    position: absolute;
    left: 16px;
    top: 14px;
}

/*** Footer ***/

footer {
    background: #056887;
    width: 100%;
    z-index: 20;
    position: relative;
}

.logo-blanco {
    width: 300px;
    display: block;
    margin: 0 auto;
    padding-top: 25px;
}

.footer-p,
.copy {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #efefef;
}

.footer-p:first-of-type {
    margin-top: 25px;
}

.footer-pic {
    height: 100%;
    background: url(../media/footer-pic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 20;
}

.copy {
    padding-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

.triangulo-footer {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 125px 125px;
    border-color: transparent transparent #0396B0 transparent;
    position: absolute;
    right: 0;
    margin-top: -125px;
}

.triangulo-b {
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-top: 100px solid #efefef;
    position: absolute;
    left:0;
}

/*** Responsive ***/

@media screen and (max-width: 1000px) {
    .container {
        width: 80%;
    }
}

@media screen and (max-width: 700px) {
    .topnav a,
    .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
    #space {
        margin-top: 82px;
    }
    .triangulo-footer, .triangulo-b {
        display: none;
    }
    .long-menu {
        column-count: 1;
        margin: 0;
    }
    .hide {
        display: none;
    }
    h2 {
        text-align: center;
    }
    p {
        text-align: center;
    }
    h1 {
        margin:0;
    }
    .light {
        padding-bottom: 25px;
    }
}