.Section-Principal {
    margin-top: 80px;
    height: calc(100vh - 80px);
    line-height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
    background-image: url('../../img/background-3.jpg');
}
.Section-Principal-Download {
    height: calc(100vh - 80px);
    line-height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
    /* background-image: url('../../img/download/top.png'); */
}

.Section-Principal, .Section-ContactUs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Section-ContactUs {
    background-image: url('../../img/background-4.jpg');
}
.Section-Principal #principal{
    width: 50%;
    margin-right: 0px;
    transition: .5s ease;
}
.Section-Principal .label-lateral{

    position: relative;
    float: right;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: white;
    text-transform: uppercase;
    transition: .5s ease;
}

.Section-Principal .label-lateral.contact {
    margin-top: 50px;
    margin-right: -95px;
}
.Section-Principal .label-lateral.newsletter {
    margin-top: 120px;
    margin-right: -146px;
}
.Section-Principal .label-lateral a{
    color: #C1272D;
}

.Section-Principal .label-lateral.contact.hover {
    margin-right: 0;
    transition: .5s ease;
}
.Section-Principal .label-lateral.newsletter.nohover {
    margin-right: -241px;
    transition: .5s ease;
}
#principal.hover1{
    margin-right: -95px;
    transition: .5s ease;
}

.Section-Principal .label-lateral.newsletter.hover {
    margin-right: -50px;
    transition: .5s ease;
}
.Section-Principal .label-lateral.contact.nohover {
    /* margin-right: -241px; */
    transition: .5s ease;
}
#principal.hover2{
    margin-right: -96px;
    transition: .5s ease;
}

.Section-AboutUs {
    background-color: #C1272D;
    color: white
}

.Section-ContactUs {
    margin-top: -100px;
}
.Section-ContactUs .Newsletter {
    background-color: #C1272D;
}
.Section-ContactUs .Newsletter h2, .Section-ContactUs .Newsletter label{
    color: white;
    display: block;
}
#NetworkMap {
    display: block;
}

@media(max-width: 576px){
    .Section-Principal {
        margin-top: 60px;
        height: calc(100vh - 60px);
        line-height: calc(100vh - 60px);
    }
    .Section-Principal #principal{
        width: 75%;
        margin-right: -50px;
        transition: .5s ease;
    }
    #principal.hover1{
        margin-right: -145px;
        transition: .5s ease;
    }
    #principal.hover2{
        margin-right: -145px;
        transition: .5s ease;
    }

    #NetworkMap {
        display: none;
    }
    
}