﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.box {
    margin-top: 80px;
}


.deviceContainer {
    background-color: var(--content-box-background);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 768px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
    border: 1px var(--content-box-border) solid;
}

.deviceContainer h1{
    margin: 0;
}

.helpContainer {
    max-width: 840px;
    margin: 22vh auto 0 auto;
    min-height: 65vh;
}

.helpPageTitle {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    font-weight: normal;
}

.button-enviar {
    border: none;
    background: #008ccf;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
}

.deviceTxt {
    font-size: 24px;
    color: #5d5d5d;
    margin-bottom: 15px;
    text-align: center;
    min-width: 260px;
}

.deviceAlignTop {
    vertical-align: top;
}

.deviceDetail {
    width: 965px;
    height: 475px;
    background-color: #f2f2f2;
    display: inline-block;
}

@media (min-width: 880px) {
    .division {
        width: 24.3%;
        display: inline-block;
    }
}

@media (max-width: 880px) {
    .division {
        width: 48.3%;
        display: inline-block;
    }
    .marginSmall{
        margin:5px;
    }

    .deviceContainer {
        margin: 0 var(--spacing-left-mobile);
    }
   
}

@media (max-width: 515px) {
    .division {
        width: 98.3%;
        display: inline-block;
    }
}


.division1 {
    width: 30%;
    display: inline-block;
}

.division2 {
    width: 65%;
    display: inline-block;
}

.deviceImg {
    margin: 0 auto;
    width: 260px;
    padding-bottom: 20px;
    text-align: center;
}

.deviceImgApp {
    vertical-align: top;
    padding-top: 25px;
}

.inputField {
    width: 80%;
}

.description {
    margin-top: 5px;
}

.registerColumn {
    margin-left: 5%;
    margin-right: 5%;
}

.form-fields {
}

.field-validation-error span {
}

.descriptionPhone {
    display: block;
}

.phone {
    display: inline-block;
    width: 150px;
}

.phoneArea {
    display: inline-block;
    width: 40px;
}

.button {
    margin-top: 25px;
    width: 130px;
}

.separator {
    display: inline-block;
    border-left: 1px solid #C7C7C7;
    vertical-align: top;
    height: 450px;
    margin: 20px 10px 0 10px;
}

.supportTitleRight {
    margin-top: 30px;
    text-align: right;
}

.supportTextRight,
.supportTextRight a:link,
.supportTextRight a:visited,
.supportTextRight a:hover {
    text-align: right;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5d5d5d;
}

.supportItalico {
    font-style: italic;
    font-size: 12px;
}


.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    background: #fff;
    font-size: 14px;
}


.accordion-section-title {
    background: url('/Content/images/arrow_left.png') 10px 20px no-repeat /*images/arrow_left.png*/;
    width: 100%;
    padding: 15px 35px;
    display: inline-block;
    text-decoration: none;
    -moz-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    font-size: 1.200em;
    text-shadow: 0 1px 0 #008ccf !important;
    color: #008ccf !important;
}

    .accordion-section-title.active, .accordion-section-title:hover {
        background: url('/Content/images/arrow_down.png') 10px 20px no-repeat /*images/arrow_down.png*/;
        text-decoration: none;
        color: #008ccf;
    }

.accordion-section {
    border-bottom: 6px solid white;
}

    .accordion-section:last-child .accordion-section-title {
        border-bottom: none;
    }

.accordion-section-content {
    padding: 15px;
    display: none;
}

.containerAccordions {
    margin: 120px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.umCliqueBackground{
    margin-top: 0px;
    padding-top: 50px;
    background-image: url("images/backgroundUmclique.jpg?univervideo");
    background-repeat: no-repeat;
    background-position: right top;
}
.umClique{

    background-repeat: no-repeat;
    background-position: 12px;
    height: 52px;
    padding-left: 78px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #fff
}

.color-black {
    color: #000 !important;
}

.terms-conditions {
    color: #fff;
    padding: 60px 0 0 0;
}

.terms-conditions h2{
    font-size: 36px;
    text-align: center;
}

.terms-conditions ul{
    padding: 0;
}

.terms-conditions ul li {
    margin-bottom: 60px;
    list-style: none;
}

.terms-conditions ul li h3{
    font-size: 24px;
    margin-bottom: 20px;
}

.terms-conditions ul li p{
    font-size: 18px;
    margin-bottom: 20px;
}

.contact {
    color: #fff;
    padding-top: 80px;
}

.contact input {
    border: none;
    border-radius: 5px;
    color: #000;
    height: 40px;
    margin: 0 0 20px 0;
    padding: 5px;
    width: 100%;
}

.contact textarea {
    border: none;
    border-radius: 5px;
    color: #000;
    height: 100px;
    margin: 0 0 20px 0;
    padding: 5px;
    width: 100%;
}

.contact .button-enviar {
    color: #fff;
}

.contact .contact-info h4{
    font-size: 30px;
    margin-bottom: 50px;
}

.contact .contact-info p {
    display: block;
    font-size: 16px;
}

.contact .contact-info .social {
    padding-top: 50px;
}