

/* ===================================================== /
/ CONSULTAS SECTION /
/ ===================================================== */

.consultas-section{

padding:
72px 0 18px;

}

/* ===================================================== /
/ PLACEHOLDER /
/ ===================================================== */

.consultas-placeholder{

width:100%;

}

/* ===================================================== /
/ HERO /
/ ===================================================== */

.consultas-hero{

max-width:760px;

margin-bottom:6px;

}

/* TAG */

.consultas-hero small{

color:#1e88ff;

letter-spacing:4px;

text-transform:uppercase;

font-size:11px;

display:block;

margin-bottom:8px;

}

/* TITLE */

.consultas-hero h1{

font-size:38px;

line-height:1.0;

font-weight:800;

color:white;

margin-bottom:10px;

}

/* TEXT */

.consultas-hero p{

font-size:14px;

line-height:1.5;

color:#aab4c5;

max-width:700px;

margin-bottom:0;

}

/* ===================================================== /
/ FORM BOX /
/ ===================================================== */

.consultas-box{

background:
rgba(255,255,255,0.03);

border:
1px solid rgba(255,255,255,0.05);

border-radius:22px;

padding:
18px;

}

/* ===================================================== /
/ LABELS /
/ ===================================================== */

.consultas-box label{

display:block;

margin-bottom:5px;

color:#d9e3f0;

font-size:12px;

font-weight:500;

}

/* ===================================================== /
/ INPUTS /
/ ===================================================== */

.consultas-box .form-control{

background:
rgba(255,255,255,0.03);

border:
1px solid rgba(255,255,255,0.08);

color:white;

border-radius:12px;

padding:
9px 14px;


min-height:42px;
font-size:13px;

transition:0.3s;

}

/* FOCUS */

.consultas-box .form-control{

background:
rgba(255,255,255,0.05);

border-color:#1e88ff;

box-shadow:
0 0 0 0.12rem rgba(30,136,255,0.15);

color:white;

}

/* PLACEHOLDER */

.consultas-box .form-control::placeholder{

color:#7f8b9d;

}

/* ===================================================== /
/ TEXTAREA /
/ ===================================================== */

.consultas-box textarea.form-control{

min-height:65px;

resize:none;

}

/* ===================================================== /
/ BUTTON /
/ ===================================================== */

.consultas-btn{

padding:
10px 20px;

border-radius:12px;

font-size:14px;

font-weight:600;

}

/* ===================================================== /
/ RESPONSIVE /
/ ===================================================== */

@media(max-width:900px){

.consultas-section{

    padding:
    88px 0 10px;
}

.consultas-hero h1{

    font-size:32px;
}

.consultas-hero p{

    font-size:13px;
}

.consultas-box{

    padding:
    16px;
}

.consultas-box textarea.form-control{

    min-height:80px;
}

}