@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: NarrNews;
    src: url("../fonts/ClanOffcPro-NarrNews.woff");
    font-weight:normal;
}
@font-face {
    font-family: NarrBook;
    src: url("../fonts/ClanOffcPro-NarrBook.woff");
    font-weight:normal;
}
@font-face {
    font-family: NarrBold;
    src: url("../fonts/ClanOffcPro-NarrBold.woff");
    font-weight:bold;
}
@font-face {
    font-family: NarrThin;
    src: url("../fonts/ClanOffcPro-NarrThin.woff");
    font-weight:normal;
}
input,
textarea,
btn,
select {
    outline: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pre-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wella-btn:hover, .wella-btn:focus {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(305deg,rgba(255,44,102,1.00) 0%,rgba(209,10,59,1.00) 100%);
    background-image: -moz-linear-gradient(305deg,rgba(255,44,102,1.00) 0%,rgba(209,10,59,1.00) 100%);
    background-image: -o-linear-gradient(305deg,rgba(255,44,102,1.00) 0%,rgba(209,10,59,1.00) 100%);
    background-image: linear-gradient(145deg,rgba(255,44,102,1.00) 0%,rgba(209,10,59,1.00) 100%);
    background-color: hsla(343,100%,44%,1.00);
}
.social-menu {
    font-size: 1.6rem;
    color: #4E4C4C;
}
.social-menu a{
    color: #4E4C4C;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-decoration: none;
}
.social-menu a:hover{
    color: #6B6A6A;
}
.wella-btn {
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    background-image: -webkit-linear-gradient(305deg,rgba(226,0,59,1.00) 0%,rgba(255,44,102,1.00) 100%);
    background-image: -moz-linear-gradient(305deg,rgba(226,0,59,1.00) 0%,rgba(255,44,102,1.00) 100%);
    background-image: -o-linear-gradient(305deg,rgba(226,0,59,1.00) 0%,rgba(255,44,102,1.00) 100%);
    background-image: linear-gradient(145deg,rgba(226,0,59,1.00) 0%,rgba(255,44,102,1.00) 100%);
    background-color: hsla(343,100%,44%,1.00);
}
.login-menu {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 1.6rem;
}
.bg-light.footer {
    padding-top: 20px;
}
.footer h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-family: NarrThin;
}
.login-menu a{
    padding-left: 10px;
    padding-top: 5px;
    font-size: 1.3rem;
    color: #E1003E;
}
.login-menu a:hover{
    padding-left: 10px;
    padding-top: 5px;
    text-decoration: underline;
}
.social-footer {
    padding-top: 15px;
}
.social-footer a{
    font-size: large;
    padding-right: 10px;
    padding-left: 10px;
    color: #9A9A9A;
}
.social-footer a:hover {
    color: hsla(0,0%,60%,0.70);
}
.wrapper {
	padding-bottom: 20px;
	margin-bottom: 2px;
	/* [disabled]margin-top: 20px; */
}
.footer-content-brands {
    padding-top: 13px;
}
.footer-content-brands img {
    padding-right: 10px;
    padding-left: 10px;
}
.privacy-footer {
    margin-top: 29px;
}
.privacy-footer a {
    color: #9A9A9A;
}
.main-title {
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
}
.form-h3 {
    font-family: NarrNews;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.form-check-label {
    font-size: 1.3rem;
    padding-left: 5px;
    text-transform: uppercase;
}

.new {
  padding: 50px;
}

.form-group-new {
  display: block;
  margin-bottom: 15px;
}

.form-group-new input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-new label {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.form-group-new label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #D10A3B;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group-new input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 7px;
    height: 14px;
    border: solid #D10A3B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.container.main {
    margin-top: 20px;
}
.formacoes-info h4 {
    font-family: NarrNews;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-formacoes {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.calendario-modal {
    color: #D10A3B;
	font-family: NarrNews;
	padding-bottom: 10px;
	padding-top: 10px;
}
.form-sign-in {
    background-color: #D10A3B;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 400px;
}
.form-sign-in a {
    color: #FFFFFF;
}
#frm2 .form-group {
    padding-top: 20px;
}
.hero-img {
    background-position: left center;
    background-size: cover;
    min-height: 400px;
}
#frm2 a {
    color: #FFFFFF;
}
.input-group-append #btnSearch {
    border-color: #D10A3B;
    margin-top: 10px;
}
.formacoes-item {
    margin-bottom: 10px;
}
#txtSearch {
    border-color: #D10A3B;
}
form #search-formacoes #txtSearch {
}
.estudios-div {
    padding-top: 50px;
}
.estudios-mapa {
    margin-bottom: 30px;
}
.estudios-div h2 {
    color: #D10A3B;
    font-family: NarrBold;
}
.img-link a:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.img-link {
    margin-bottom: 10px;
}
.wella-logo {
    height: 30px;
    width: auto;
}
.sp-logo {
    height: 35px;
    width: auto;
}
.sebastian-logo {
    width: auto;
    height: 17px;
}
.sp1-logo {
    width: auto;
    height: 30px;
}
.nioxin-logo {
    width: auto;
    height: 10px;
}
.ghd-logo {
    width: auto;
    height: 25px;
}
.opi-logo {
    width: auto;
    height: 30px;
}
.h1-modal {
    font-family: NarrBold;
    color: #D10A3B;
    border-bottom: thin solid #D10A3B;
}
.hero-video {
    align-content: center;
    background-image: url(../img/video-right.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}
.hero-video-evento {
    align-content: center;
    background-image: url(../img/video-right_romeu.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}
.video-div {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {


}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
.main-title {
    font-size: 1.8rem;
}

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

.main-title {
    font-size: 1.55rem;
    padding-top: 20px;
    text-align: center;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}

@media screen and (max-width:767px){
.bg-light.footer {
    text-align: center;
}
.container .row .col-md-4.col-xl-3 {
    padding-bottom: 15px;
}
.container .row .col.privacy-footer {
    text-align: center;
}
.footer-col {
}
.footer-hr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: dashed;
}
.btn-formacoes {
}
}

@media screen and (min-width:768px){
.col.privacy-footer {
    text-align: right;
}
.footer-col {
    border-right: thin solid #999999;
}
.footer-hr {
    display: none;
}
.main-title {
    font-size: 5rem;
}
form hr {
    display: none;
}
.contactos-footer {
    font-size: x-small;
}
#calendario .modal-dialog   {
    max-width: 750px;
}
}

@media screen and (max-width:991px){
	.bg-light.footer {
    text-align: center;
}
.container .row .col-xl-3.col-md-12 {
    margin-bottom: 10px;
}
}

@media screen and (min-width:576px){
.main-title {
    font-size: 3.5rem;
}
.container-fluid.hero.hero-small {
    min-height: 500px;
}
#calendario .modal-dialog {
    max-width: 550px;
}
}

@media (max-width:576px){
.calendario-tabela td {
    font-size: x-small;
}
.calendario-tabela tr th {
    font-size: x-small;
}
.container-fluid.hero.hero-small {
    height: 300px;
}
}

@media screen and (min-width:992px){
#calendario .modal-dialog   {
    max-width: 950px;
}
}

@media (max-width:767px){
.hero-video {
    height: 300px;
    margin-top: -6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.hero-video-evento {
    height: 300px;
    margin-top: -6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
}
