* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
	vertical-align: baseline;
    /* border: 1px dashed gainsboro; */
}

#banner {
    height: 30%;
    background: #2F5597;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#logo-background {
    margin: 1% 2%;
    height: 80%;
    width: 27%;
    background: white;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

#logo-alterna {
    max-width: 70%;
    margin: 20px 40px;
}

#right-banner {
    max-width: 50%;
    text-align: right;
    margin-right: 3%;
    color: white;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;

}

#text-car {
    margin-top: -5%;
    font-weight: 700;
    width: 100%;
}

#text-car-480 {
    display: none;
}

#logo-car {
    margin-top: -5%;
    width: 50%;
}
#logo-car-2 {
    margin-top: -5.1%;
    width: 51.5%;
}

#language {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: absolute;
    top: 0%;
	left: 0%;
    margin: 1% 0 0 97%;
    padding-top: 3px;
    border-radius: 100%;
    border: solid 1px #B2B2B2;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #B2B2B2;
    cursor: default;
    cursor: pointer;
}

#language:hover {
    background: rgba(209, 198, 198, 0.1);
}

#language:active {
    color: #D3D7CF;
    background: rgba(209, 198, 198, 0.2);
    top: 1px;
  }

/* main */

#main-head {
    width: 96%;
    margin: 0 2%;
    display: flex;
}

#block-00 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-title {
    box-sizing: border-box;
    text-align: right;
    color: #2F5597;
    padding: 1% 0;
    font-family: 'Montserrat', 'Lato', 'Roboto', Verdana, sans-serif;
    font-size: 2.2em;
    font-weight: 700;
}

#image-001 {
    width: 100%;
    height:auto;
    margin: 0 2% -355px 0;
    position: relative;
    top: -55px;
    left: 1%;
    clip-path: inset(55px 0px 300px 0px);
}

#main-content {
    margin: 1%;
    padding-right: 1%;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}

.main-blocks {
    max-width: 38%;
    margin: 0 1%;
    color: #2F5597;
    font-size: 1.4rem;
    text-align: center;
}

.subtitle {
    padding-bottom: 1%;
    font-family: 'Lato', 'Roboto', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    white-space: nowrap;
    font-weight: 700;
}

.block-image {
    max-width: 100%;
}

#block-03 {
    max-width: 20%;
    margin-top: 2.1em;
    background-image: url("./images/image-003.jpg");
    background-size: cover;
    clip-path: inset(0px 0px 10px 0px);
    display: flex;
}

#objective-container {
    margin: auto;
    vertical-align: middle;
    font-weight: 700;
    font-family: 'Lato','Roboto';
}

#footer-content {
    margin: -1% 2%;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
}

.social-media {
    position: fixed;
    bottom: 0;
    right: 2px;
}

.social-media-anchors {
    display: block;
}

.middle-title {
    margin-top: 1%;
    margin-bottom: 2%;
    text-align: center;
    font-family: 'Roboto', sans-serif;;
    font-size: x-large;
    font-weight: 700;
    color: black; 
}

.middle-number {
    padding-top: 1%;
    padding-left: 1%;
    text-align: center;
    font-family: 'Roboto', sans-serif;;
    font-size: large;
    font-weight: 700;
    color: black;
}

.middle-text {
    padding-top: 1%;
    padding-left: 1%;
    text-align: center;
    font-family: 'Roboto', sans-serif;;
    font-size: medium;
    font-weight: 700;
    color: black;
}

#block-f-01 {
    padding-top: 2%;
    max-width: 76%;
}

#block-f-02 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible;
}

.stand-out {
    color: #2F5597;
    font-weight: 700;
}

#link-map {
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.contact {
    display: flex;
    justify-content: left;
}

.contact-logo {
    padding: 1% 0;
    height: 2rem;
}

@media only screen and (min-width: 769px) and (max-width: 1300px) {
    #text-car {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: visible;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {
    #banner {
        /* height: 30%;
        background: #2F5597; */
        display: block;
        /* justify-content: space-between;
        position: relative; */
    }

    #logo-background {
        margin: 1% 2%;
        height: 70px;
        width: 50%;
        background: white;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
        display: inline-block;
    }

    #logo-alterna {
        max-width: 60%;
        margin: 10px 20%;
    }

    #right-banner {
        max-width: 40%;
        /* text-align: right;
        margin-right: 3%; */
        color: green;
        /* font-style: italic;
        font-family: Arial, Helvetica, sans-serif; */
        font-size: larger;
        display: inline-block;
    }

    #logo-car {
        margin-top: -5%;
        width: 70%;
    }

    #logo-car-2 {
        margin-top: -5%;
        width: 70%;
    }

    #text-car {
        display: none;
    }

    #language {
        top: 0%;
        left: 0%;
        margin: 1% 0 0 90%;
        padding-top: 3px;

    }

    #text-car-480 {
        max-width: 100%;
        text-align: right;
        margin-right: 3%;
        padding-bottom: 1%;
        color: white;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: 700;
        display: block;
    }

    /* main */

    #main-title {
        /* box-sizing: border-box;
        text-align: right;
        color: #2F5597;
        padding: 1% 0;
        font-family: 'Montserrat', 'Lato', 'Roboto', Verdana, sans-serif; */
        font-size: 0.9em;
        /* font-weight: 700; */
    }

    #image-001 {
        width: 100%;
        height:auto;
        margin: 0 2% -125px 0;
        position: relative;
        top: -5px;
        left: 1%;
        clip-path: inset(55px 0px 300px 0px);
    }

    #main-content {
        /* margin: 1%;
        padding-right: 1%;
        display: flex; */
        /* justify-content: space-between; */
        /* justify-content: center; */
        flex-direction: column;
    }

    .main-blocks {
        max-width: 98%;
        /* margin: 0 1%;
        color: #2F5597; */
        font-size: 1rem;
        /* text-align: center; */
    }

    #block-03 {
        max-width: 98%;
        /* margin-top: 2.1em;
        background-image: url("./images/image-003.jpg"); */
        background-size: contain;
        /* clip-path: inset(0px 0px 10px 0px);
        display: flex; */
    }
    
    #objective-container {
        margin: 10% auto;
        /* vertical-align: middle;
        font-weight: 700;
        font-family: 'Lato','Roboto'; */
    }

    #footer-content {
        /* margin: -1% 2%;
        display: flex;
        justify-content: space-between;
        font-family: 'Roboto', sans-serif; */
        flex-direction: column;
    }

    .social-media {
        /* position: fixed;
        bottom: 0; */
        right: 10px;
    }

    #block-f-01 {
        /* padding-top: 2%; */
        max-width: 98%;
    }
}