/* Sobrescrevendo bootstrap */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(74, 165, 226, 0.8);
  box-shadow: none;
  outline: 0 none;
}

body {
    font-family: 'Markazi Text', serif;
    font-size: 15px;
    letter-spacing: 2px;
    word-spacing: 3px;
    background: #f6f6f6 !important;
    font-weight: 400;
    transition: all .5s;
    overflow-x: hidden;
}

.top div {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 2% 17%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 2% 17%, 0 0);
    width: 100vw;
    background: #1e77bb !important;
    height: 15px;
}

.bottom div {
    -webkit-clip-path: polygon(43% 38%, 100% 70%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(43% 38%, 100% 70%, 100% 100%, 0 100%, 0 0);
    width: 100vw;
    background:#de662a !important;
    height: 15px;
    position: fixed;
    bottom: 0px;
}

.destaque {
    color: #1e77bb;
}
.container-erro {
    display: none;
}
.erros {
    color:crimson;
    font-weight: bold;
    font-size: 80%;
}
.containerLogin {
    background: #fff;
    padding:6px;
    text-align: center;
    margin-top: 20px;
}
.containerLogin .title{
    font-family: 'Lato', sans-serif;
    font-size: 120%;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.containerLogin .informations {
    font-size:80%;
    font-weight: 400;
}

.formLogin {
    margin-top: 20px;
}

.feeling {
    text-align: center;
}

.feeling .title {
    font-size:100%;
    font-weight: 400;
    display: block;
}

.feelingOptions ul {
    list-style: none;
    text-align: center;
}

.feelingOptions ul li {
    display: inline-block;
    cursor: pointer;
    transition: border-right-color .6s, border-top-color .206s, border-left-color .406s, border-bottom-color .606s, transform .6s;
    margin:3px;
    position: relative;
    left: -19px;
    padding:5px;
    border: 2px solid #fff;
}
.feelingOptions ul li.active{
    border-left-color :rgba(74, 165, 226, 0.8);
    border-right-color: rgba(74, 165, 226, 0.8);
    border-bottom-color: rgba(74, 165, 226, 0.8);
    border-top-color: rgba(74, 165, 226, 0.8);
}

.feelingOptions ul li:hover {
    transform: rotatey(180deg);
}

.btn-send {
    background: #de662a;
    color: #fff;
    padding: 4px 50px !important;
}

.btn-send:hover {
    background: #e66626e5;
    color: #fff !important;
}

.helpDesk div{
    display: inline-block;
    margin: 44px;
}

.helpDesk .tel {
    float: left;
    text-align: center;
}
/* 
  Tablet e Desktop
*/
@media (min-width: 1281px) {
    .iconSmartnx {
        padding-top: 50px;
    }
    .helpDesk,
    .containerLogin,
    .iconSmartnx img {
        transform: translateX(-50%);
    }
    .helpDesk {
        width: 105%;
    }

}

@media (min-width: 1200px) and (max-width: 1280px) {

    .iconSmartnx {
        padding-top: 50px;
    }
    .helpDesk,
    .containerLogin,
    .iconSmartnx img {
        transform: translateX(-50%);
    }
    
    .helpDesk {
        width: 112%;
    }
}

@media (min-width: 1080px) and (max-width: 1199px) {
    .iconSmartnx {
        padding-top: 50px;
    }
    .helpDesk,
    .containerLogin,
    .iconSmartnx img {
        transform: translateX(-50%);
    }
    
    .helpDesk {
        width: 129%;
    }
}

@media (min-width: 1025px) and (max-width: 1079px) {
    .iconSmartnx {
        padding-top: 50px;
    }
    .helpDesk,
    .containerLogin,
    .iconSmartnx img {
        transform: translateX(-50%);
    }
    
    .helpDesk {
        width: 131%;
    }
}

/* Mobile */
  @media (min-width: 768px) and (max-width: 1024px) {
    
    .iconSmartnx {
        padding-top: 50px;
    }
    .helpDesk,
    .containerLogin,
    .iconSmartnx img {
        transform: translateX(-50%);
    }    
    
    .helpDesk {
        width: 136%;
    }

  }

  @media (min-width: 481px) and (max-width: 767px) {
    
    .iconSmartnx {
        padding-top: 50px;
    }
    .iconSmartnx img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }   
    .helpDesk {
        position: relative;
        margin: 0 10%;
        width: 100%;
    }
}

  @media (min-width: 320px) and (max-width: 480px) {
    
    .iconSmartnx {
        padding-top: 50px;
    }
    .iconSmartnx img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }   
  }

  @media (min-width: 0px) and (max-width: 320px) {
    
    .iconSmartnx {
        padding-top: 50px;
    }
    .iconSmartnx img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }   
  }