body {
    background-color: #F5F5F5;
}

/*** CONTACTOS ***/
.slide {
    background-color: #0d0d0d;
}

.slide ul li img {
    width: 100%;
    object-fit: cover;
    height: initial;
}

.page-title {
    margin-top: -370px;
    margin-bottom: 100px;
}

.s-container .dados .fa-spinner {
    color: red;
    font-size: 40px;
    margin-top: 240px;
    margin-right: 220px;
}

.cm-title {
    font-size: 23px;
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
}

.contactos-menu ul {
    list-style: none;
    margin-left: 20px;
}

.contactos-menu ul li {
    height: 35px;
    line-height: 35px;
}

.contactos-menu ul li a {
    transition: all linear 100ms;
    color: rgba(255, 255, 255, 0.77);
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 14px;
}

.contactos-menu ul li a i {
    color: red;
    font-size: 13px;
    margin-right: 10px;
}

.contactos-menu ul li a:hover, .contactos-menu ul li a.selecionado {
    transition: all linear 100ms;
    cursor: pointer;
    color: red;
    font-size: 16px;
}

.cs-title {
    background-color: #666;
    color: red;
    text-align: center;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
}

.contactos-moradas {
    font-size: 15px;
    width: 100%;
}

.contactos-moradas h1 {
    color: red;
    font-family: "Montserrat-Regular", sans-serif;
    opacity: 0.8;
}

.contactos-moradas i, .contactos-moradas span {
    display: inline-block;
    vertical-align: text-top;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.80);
}

.contactos-moradas i {
    width: 20px;
    margin-top: 4px;
    text-align: center;
}

.contacts {
    margin-right: 20px;
}

.contact-form {
    width: 100%;
    height: 610px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 60px 0px;
}

.contact-form .contend {
    width: 920px;
    padding-right: 0;
    padding-left: 0;
}

.contact-form .contend .inputs {
    display: flex;
    flex-direction: column;
}

.contact-form .contend .input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.contact-form h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

.contact-form h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    height: 45px;
    width: 100%;
    margin-right: 15px;
}

.contact-form input[id="telefone"] {
    margin-right: 0%;
}

.contact-form textarea {
    resize: none;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #333333;
    box-shadow: 2px 2px 4px #898989;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="email"]::placeholder, .contact-form textarea::placeholder {
    color: #8E8E8E;
}

.contact-form input[type="submit"] {
    margin-top: 25px;
    height: 50px;
    line-height: 50px;
    border: none;
    box-shadow: 1px 1px 4px #898989;
    background-color: red;
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
    width: 230px;
    float: right;
    font-size: 16px;
    transition: all linear 100ms;
    cursor: pointer;
}

.contact-form input[type="submit"]:hover {
    transition: all linear 100ms;
    background-color: #000;
    color: #fff;
}

.contact-form .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.centro-arbitragem {
    background-color: #ddd;
    padding: 30px 0;
}

.centro-arbitragem .contend {
    color: #555;
    font-size: 10px;
}

.centro-arbitragem img {
    height: 90px;
}

.contactos-menu {
    height: 530px;
    float: left;
    z-index: 2;
    width: 35%;
    background-color: #131313;
}

.s-container {
    float: left;
    background-color: #f7f7f7;
    z-index: 1;
    margin-top: -30px;
    position: absolute;
    right: 0;
    min-height: 580px;
    padding-bottom: 10px;
    padding-left: 220px;
    width: 62%;
    box-shadow: 0px 0px 3px #696969;
    box-sizing: content-box;
}

.s-container .dados {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.mapa_contactos {
    height: 400px;
}

.container-stand {

}

/*contactos*/
@media (min-width: 499px) and (max-width: 1280px) {
    .page-main {
        width: 920px;
    }

    .s-container {
        margin-top: -30px;
    }

    .mobile-content .col-100 .col-25, .mobile-content .col-100 .col-75 {
        width: 100%;
    }

    .mobile-content .col-100 .col-25 .col-83 {
        width: 100%;
    }

    .contactos-menu {
        padding: 0 10px;
        height: auto;
        padding-bottom: 20px;
    }

    .contactos-menu ul {
        margin-left: 0;
    }

    .container-stand .col-48, .container-stand .col-52 {
        width: 100%;
    }

    .contactos-moradas {
        height: auto;
        padding-bottom: 40px;
    }

    .centro-arbitragem .col-80, .centro-arbitragem .col-20 {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 498px) {
    .page-main {
        width: 100%;
    }

    .slide {
        width: 100%;
        height: 35vh;
    }

    .slide ul {
        height: 100%;
        max-width: 100vw;
        overflow: hidden;
    }

    .slide ul li {
        height: 100%;
        transform: translate3d(-1500px, 0px, 0px);
    }

    .slide ul li img {
        height: 100%;
        width: auto !important;
    }

    .page-title {
        margin-top: -120px;
        margin-left: 0;
        font-size: 30px;
        color: #fff;
        margin-bottom: 70px;
        font-family: "Montserrat-SemiBold", sans-serif;
        text-align: left !important;
        padding-left: 45px !important;
    }


    .mobile-content {
        height: auto !important;
    }

    .select-stands {
        height: 50px;
        border-radius: 0;
        box-shadow: 1px 2px 5px #ccc;
        background-color: #fff;
        color: #333;
        font-size: 18px;
        width: 100%;
        border: none;
    }

    .dados .fa.fa-spinner {
        margin: 300px auto;
        font-size: 30px;
        color: red;
    }

    .stand-info {
        display: block;
        min-height: 900px;
        height: auto;
    }

    .stand-info .contend {
        height: 100%;
    }

    .cm-title {
        font-size: 18px;
        color: #000;
        font-family: "Montserrat-Regular", sans-serif;
        text-align: center;
    }

    .contact-form {
        width: 100%;
        height: 710px;
        display: inline-block;
        padding: 0px 45px;
    }

    .contact-form input[type="submit"] {
        width: 100%;
    }

    .contact-form .contend {
        width: 100%;
    }

    .contactos-moradas .col-100 .col-55, .contactos-moradas .col-100 .col-45 {
        width: 100%;
    }

    .contactos-moradas {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contactos-moradas h1 {
        color: red;
        opacity: 0.8;
        font-size: 18px;
        font-family: "Montserrat-Regular", sans-serif;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .contact-form h2 {
        margin-bottom: 5px;
        font-family: "Montserrat-Regular", sans-serif;
        font-size: 22px;
    }

    .contact-form h3 {
        font-family: "Montserrat-Regular", sans-serif;
        font-size: 20px;
    }

    .contact-form .contend .input-group {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 8px;
    }

    .contact-form input[type="text"], .contact-form input[type="email"] {
        margin: 8px 0px;
    }
}


@media (min-width: 1280px) {
    .page-main {
        height: 650px;
        width: 1120px;
    }

    .contact-form .contend {
        width: 1120px;
    }

    .page-title {
        margin-top: -500px;
        margin-bottom: 110px;
    }
}

@media (min-width: 1500px) {
    .page-main {
        height: 650px;
        width: 1220px;
    }

    .contact-form .contend {
        width: 1220px;
        padding-right: 0;
    }

}
