/*

Theme Name: Ardrill
Theme URI: ------
Author: Publicidade Popular
Author URI: http://www.publicidadepopular.com.br
Version: 1.0
Text Domain: Ardrill

*/

html,
body {
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

#luxy {
    position: relative;
    background: #03080c url('img/back_topo.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFFFFF;
    font-weight: 700;
}

h1 {
    font-size: 3.4em;
}

h2 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1em;
}

h3 {
    font-size: 2.6em;
    margin-bottom: 20px;
    color: #fff;
}

h3.icone {
    display: inline-flex;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto 40px;
    color: #FFF;
}

h4 {
    font-size: 2em;
    margin-bottom: 10px;
}

h5 {
    font-size: 1.4em;
    margin-bottom: 15px;
}

h6 {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #fff !important;
    margin-right: 15px;
    display: inline-block;
}

small {
    font-size: 0.8em !important;
    color: inherit !important;
    display: block !important;
}

strong,
b {
    font-weight: 900;
    color: inherit !important;
}

strike {
    text-decoration: line-through;
    color: #aaa;
    font-size: 0.8em;
    display: block;
    font-weight: 100;
}

hr {
    height: 2px;
    background-color: #CCC;
    display: block;
    clear: both;
    margin-bottom: 80px;
}

p {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 50px;
    font-weight: 200;
    color: #FFF;
}

p.small {
    font-size: 1.2em;
}

p strong {
    color: #333;
    letter-spacing: inherit;
    font-weight: 400;
}

i,
em {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

svg {
    max-width: 100%;
}

span {
    color: inherit;
}

.text-lg-left {
    text-align: left !important;
}

.text-md-left {
    text-align: left !important;
}

.text-sm-left {
    text-align: left !important;
}


/* TOPO */

.topo {
    text-align: center;
    padding: 20vh 0 15vh;
}

.topo img {
    max-height: 25vh;
}

.sombra {
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.8);
    max-width: 95%;
    margin: 30px 0;
}


/* BLOCO 2 */

.bloco2 {
    position: relative;
}

.background {
    display: block;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 5%;
    right: 5%;
    background: url(img/textura.jpg) center center no-repeat;
    height: 80%;
    background-size: cover;
    z-index: 1;
}

.bloco2 .container div,
.bloco2 .container-fluid div {
    z-index: 2;
}


/* BLOCO 3*/

.bloco3 {}

.bloco3 video {}


/* PADINGS */

.p-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.p-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* FOOTER */

#footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

#footer h4 {
    margin-bottom: 30px;
}

#footer h5 {
    margin-top: 50px;
}

#footer p {
    font-size: 1.3em;
    color: #FFF;
    margin-bottom: 10px;
}

#footer img.assinatura {
    margin-bottom: 80px;
    max-width: 80%;
}

#footer .redes_sociais a {
    display: inline-block;
    margin: 0 10px;
    max-width: 30%;
}

#footer .redes_sociais a img {
    width: auto;
    max-width: 100%;
}


/* FORMS */

form {
    margin: 0;
}

.form-control {
    border: none;
    color: #111;
    background-color: #FFF !important;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 1.5em;
    height: 58px !important;
    line-height: 1em !important;
    padding-left: 20px !important;
    padding-right: 15px !important;
    margin-bottom: 15px !important;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.form-control.invert,
.select.invert .select-selected {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.form-control:focus,
.form-control:-webkit-autofill:focus {
    background-color: #F9F9F9;
    border: none !important;
    box-shadow: none;
    outline: none !important;
}

input:-webkit-autofill,
input.invert:-webkit-autofill,
input.invert:-webkit-autofill:focus {
    background-color: #F9F9F9;
    outline: none !important;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 150px;
    padding-top: 15px;
}

.select {
    position: relative;
    font-size: 1.5em;
    margin-bottom: 18px;
}

.select select {
    display: none;
}

.select-selected {
    background-color: #FFF;
    border: none solid;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.select-selected:after {
    content: url(img/arrow-down1.svg);
    z-index: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    right: 17px;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.select-selected.select-arrow-active {
    z-index: 1;
}

.select-selected.select-arrow-active:after {
    transform: rotate(-180deg) translateY(60%);
}

.select-items div,
.select-selected {
    background-color: #FFF;
    text-align: left;
    cursor: pointer;
    font-size: 1em;
    line-height: 2.6em !important;
    white-space: nowrap;
    padding-left: 20px !important;
    padding-right: 50px !important;
    min-width: 100%;
}

.select-items {
    position: absolute;
    background-color: #FFF;
    border: 1px rgba(14, 173, 166, 0.2) solid;
    top: 100%;
    right: 0;
    min-width: 100%;
    z-index: 2;
}

.select-items div {
    line-height: normal;
    font-size: 1em;
    white-space: nowrap;
    width: auto;
    padding: 0 15px 0 10px !important;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #ee1480;
    color: #FFF;
}

label {
    margin-left: 15px;
    color: #FFF;
    display: inline;
    font-size: 1.3em;
}

form.simples {
    display: block;
    padding: 30px 0;
}

form.simples .form-control {
    border-radius: 25px;
    font-size: 1.5em;
    height: 45px !important;
    margin-bottom: 15px;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input[type=submit].form-control {
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.6em;
    background-color: #a1a1a1 !important;
    color: #FFF;
    margin-top: 30px;
    display: inline;
    padding: 15px 30px !important;
    width: auto !important;
    height: auto !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

input[type=submit].form-control:hover {
    background-color: #4d555d !important;
    color: #FFF;
}

.input-ico {
    position: relative;
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.input-ico svg.ico {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 25px;
    z-index: 1;
}

.input-ico svg.ico path,
.form-ico svg.ico line,
.form-ico svg.ico polygon,
.form-ico svg.ico circle {
    fill: #D80027;
}

.input-ico input[type=text],
.input-ico input[type=email],
.input-ico input[type=tel] {
    padding-left: 55px !important;
    margin-bottom: 0 !important;
}

.form-ico input,
.form-ico a,
.form-ico .select-selected {
    padding-left: 45px !important;
}

.select svg path,
.select svg circle,
.select svg polygon,
.select svg line {
    fill: #ef237f;
}

.arquivo {
    overflow: hidden;
    position: relative;
    margin-left: 0;
    cursor: pointer;
    background: transparent;
    float: left;
    color: #aaa;
    font-size: 1em;
}

.arquivo span {
    background: #111;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 25px;
    margin-right: 10px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.arquivo:hover span {
    background: #4d555d !important;
    color: #FFF;
}

.arquivo input[type=file] {
    cursor: inherit;
    cursor: pointer;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}


/* BOTÕES */

.btn {
    display: inline-block;
    border-radius: 15px;
    border: none !important;
    background-color: #00ff6a !important;
    color: #000 !important;
    font-size: 1.4em !important;
    line-height: 1.4em !important;
    margin: 0 10px 15px !important;
    padding: 20px 30px !important;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    border: none !important;
    margin: 0 3px 10px;
    background-color: #00d346 !important;
    color: #000;
    transform: scale(1.05);
    font-weight: 400;
}

.btn * {
    color: inherit !important;
}

.btn svg {
    display: inline;
    vertical-align: middle;
    width: 1.3em;
    height: 1.3em;
    margin-right: 8px;
    margin-top: -2px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn svg path,
.btn svg line,
.btn svg circle {
    fill: #FFFFFF;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover svg path,
.btn:hover svg line,
.btn:hover svg circle {
    fill: #111;
}

.btn.invert {
    border: 2px #FFFFFF solid !important;
    color: #FFF !important;
    background-color: transparent !important;
}

.btn-ico,
.btn-ico:hover {
    font-weight: 900;
    font-size: 1.4em;
    margin: 0;
}

.btn-ico.ml {
    margin-left: 20px;
}

.btn-ico.mr {
    margin-right: 20px;
}

.btn-ico svg {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-ico:hover svg {
    transform: scale(1.1);
}


/* CHECKBOX */

.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1.8em;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

.check-label:hover input~.checkmark {
    background-color: #ccc;
}

.check-label input:checked~.checkmark {
    background-color: #4d555d;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-label input:checked~.checkmark:after {
    display: block;
}

.check-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#whatsapp-btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 60px;
    text-align: center;
    box-shadow: 0 0 10px 4px #555;
    z-index: 100;
    cursor: pointer;
}