/*
* **********************************
* ################################## ESTILOS DO INDEX
* **********************************
*/

/*
========================
======================== OCULTANDO BLOCOS
========================
*/

.main_header,
.main_footer {
    display: none !important;
}

/*
========================
======================== HTML/BODY
========================
*/

html, body {
    min-height: 100vh;
}

/*
========================
======================== OPENING
========================
*/

.opening {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

.opening_left,
.opening_right {
    flex-basis: 50%;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .opening_left,
    .opening_right {
        flex-basis: 100%;
        text-align: center;
    }
}

.opening_image {
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

@media (max-width: 1024px) {
    .opening_image {
        padding: 30px;
    }
}

.opening_image:hover,
.opening_image:focus {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.opening_header {
    max-width: 490px;
}

.opening_header h1 {
    font-size: 2.5em;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 10px;
}

.opening_header .description {
    font-size: 1.25em;
    line-height: 1.1em;
    color: #FFF;
    font-weight: 300;
    margin: 10px 0 15px 0;
    border-left: 5px solid #ff4b36;
    padding: 10px;
}

.opening_right .opening_header .description {
    border-left: 5px solid #5a79f2;
}

.opening_header .btn {
    background-color: #ff4b36;
    display: inline-block;
    text-transform: none;
    padding: 12px 35px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.opening_header .btn:hover {
    background-color: #c2210e;
}

.opening_right .opening_header .btn {
    background-color: #5a79f2;
}

.opening_right .opening_header .btn:hover {
    background-color: #1e45dd;
}

.opening_header .btn div {
    display: flex;
    align-items: center;
}

.opening_header .btn h2 {
    font-size: 1.375em;
    text-align: left;
    font-weight: 300;
}

.opening_header .btn p {
    font-size: 0.7em;
}

.opening_header .btn span {
    margin-left: 15px;
    font-size: 1.4em;
}

/*
========================
======================== OPENING FOOTER
========================
*/

.opening_footer {
    padding: 30px 0;
}

.opening_footer .content {
    display: flex;
    flex-wrap: wrap;
}

.opening_footer_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1024px) {
    .opening_footer_logo {
        flex-basis: 100%;
        text-align: center;
        justify-content: center;
    }
}

.opening_footer_logo h1 {
    font-size: 1.2em;
    color: #5e666e;
    font-weight: 400;
    line-height: 1.1em;
    padding-left: 20px;
}

.opening_footer_info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    padding-left: 70px;
}

@media (max-width: 1024px) {
    .opening_footer_info {
        text-align: center;
        padding-left: 0;
    }
}

.opening_footer_contact {
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .opening_footer_contact {
        flex-basis: 100%;
        text-align: center;
        margin-right: 0;
    }
}

.opening_footer_contact p {
    font-size: 1em;
    color: #5d656d;
    line-height: 1.4em;
}

.opening_footer_technical_manager {
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .opening_footer_technical_manager {
        flex-basis: 100%;
        text-align: center;
        margin-right: 0;
        margin-top: 30px;
    }
}

.opening_footer_technical_manager p {
    font-size: 1em;
    color: #e11f27;
    line-height: 1.4em;
}

.opening_footer_qr {
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .opening_footer_qr {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 840px) {
    .opening_footer_qr {
        flex-direction: column;
    }
}

.opening_footer_qr h2 {
    font-size: 1em;
    color: #5e666e;
    font-weight: 400;
    line-height: 1.1em;
    padding-left: 20px;
}

@media (max-width: 840px) {
    .opening_footer_qr h2 {
        padding-left: 0;
        margin-top: 20px;
    }
}

.opening_footer_links{
    display: flex;
    align-items: center;
    margin-left: 30px;
}


@media (max-width: 1024px) {
    .opening_footer_links {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 30px;
    }
}

.opening_footer_links .btn{
    background-color: #026490;
    margin-right: 10px;
    font-size: 0.875em;
    padding: 10px 15px;
}

.opening_footer_links .btn:hover{
    background-color: #064776;
}


.opening_footer_coppy {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-left: 70px;
}

@media (max-width: 1024px) {
    .opening_footer_coppy {
        text-align: center;
        padding-left: 0;
    }
}

.opening_footer_coppy p {
    font-size: 0.8em;
    font-weight: 300;
    color: #5d656d;
}

@media (max-width: 1024px) {
    .opening_footer_coppy p {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.opening_footer_coppy .ebrothers {
    background: url(../../img/global/custom/ebrothers-blue.png) no-repeat;
    font-size: 0;
    width: 75px;
    height: 14px;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .opening_footer_coppy .ebrothers {
        display: inline-block;
    }
}

.opening_footer_social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .opening_footer_social {
        display: none;
    }
}

.opening_footer_social a {
    background-color: #2071c2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    color: #FFF;
    margin-right: 3px;

    width: 33px;
    height: 33px;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.opening_footer_social a:last-child {
    margin-right: 0;
}

.opening_footer_social a:hover {
    background-color: #0b4783;
}

.opening_footer_social a.icon-instagram {
    background-color: #c6168d !important;
}

.opening_footer_social a.icon-instagram:hover {
    background-color: #930d68 !important;
}

.opening_footer_social .icon-notext:before {
    top: 1px !important;
    left: 1px !important;
}
