/*
Theme Name: WebHS Cowork
Theme URI: http://www.webhs.pt
Description: WebHS Tempalte
Author: webdsagency
Author URI: https://www.webds.pt
Template: visual-composer-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/

a,
button:focus {
    outline: 0;
}

.logo-spacer {
    width: 2px;
    height: 66px;
    object-fit: contain;
    background-color: #3a3a3a;
    display: block;
    margin: 0px 14px;
}

div.navbar-brand {
    align-items: center;
    display: flex;
}

body:not(.menu-sandwich) .navbar-header {
    max-width: 400px !important;
}

#header_bg,
#home_webhs {
    background-position: 80% bottom !important;
}

.text-hsblue {
    color: #1b75bb;
}

.coments_block {
    padding: 40px 0px 20px;
}

.coments_block .vc_column-inner {
    padding: 0px 0px 0px 0px !important;
}

#COMENTARIOS {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 80px;
}

#COMENTARIOS .vc_pagination-style-flat {
    margin: 0px;
}

#COMENTARIOS .vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
    padding-bottom: 0px;
}

#COMENTARIOS blockquote {
    font-size: 18px;
    line-height: 1.33;
    color: #3a3a3a;
    padding: 0px;
    font-weight: 300 !important;
    font-style: normal;
}

#COMENTARIOS blockquote .quote {
    font-size: 72px;
    font-weight: 800;
    color: #1b75bb;
    display: block;
    text-align: left;
    line-height: 26px;
}

.entry-content blockquote,
.comment-content {
    border-left: none !important;
}

.product_block {
    border-radius: 5px;
    box-shadow: -1.1px 16px 44.2px 1.8px rgba(52, 118, 186, 0.19);
    background-color: #ffffff;
    padding: 35px 40px 50px;
}

.product_block .vc_single_image-img {
    height: 77px;
}

.product_block .cowok_period {
    text-align: center;
    color: #1b75bb;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    height: 30px;
}

.product_block .vc_separator {
    margin-top: 10px;
}

.price_tag {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: rgba(27, 117, 187, 0.5);
    margin-bottom: 0px !important;
}

.price_tag sup {
    top: 0em;
}

.price_tag sup.period_sup {
    font-weight: 300;
}

.block_content {
    height: 170px;
    margin-bottom: 15px !important;
}

.product_block h3.vc_custom_heading {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #1b75bb;
}

.register-form .form-group {
    position: relative;
    padding-top: 15px;
}

.register-form .form-group label {
    position: absolute;
    left: 25px;
    top: 20px;
    pointer-events: none;
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    transition: top 0.3s ease-in 0s, left 0.3s ease-in 0s;
}

.register-form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #3a3a3a;
    box-shadow: none !important;
}

.register-form .form-group.focus label {
    top: 0px;
    left: 15px;
}

.register-form {
    align-items: stretch;
}

.register-form {
    height: 100%;
}

.register-form .forms-right-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-form .forms-right-icons .row .col-lg-12:first-child {
    align-self: flex-start;
}

.register-form .forms-right-icons .input-group {}

.register-form .forms-right-icons .input-group .input-group-addon {
    background: #3a3a3a;
    color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.register-form .forms-right-icons .input-group .input_tld {
    padding: 1.5rem 1rem;
    border: 1px solid #3a3a3a;
}

.register-form .forms-right-icons .input-group .input_tld:focus {
    box-shadow: none;
}

.register-form .forms-right-icons .input-group button.disabled {
    opacity: 1;
}

.vc_pagination-item:before {
    content: "";
    display: none;
}

.register-form .forms-right-icons .input-group button {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: #3a3a3a !important;
    border-color: #3a3a3a !important;
}

.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger {
    background: #1b75bb;
}

#header_bg {
    background-image: url(https://www.webhs.education/wp-content/uploads/2020/01/group-1.png) !important;
    background-position: 80% 100% !important;
    background-repeat: no-repeat !important;
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        width: 100%!important;
    }
    .webhs-link img {
        width: 100px!important;
    }
    #header_bg {
        background-image: none!important;
    }
    body:not(.menu-sandwich) .navbar-header {
        width: 90%;
    }
    #COMENTARIOS {
        padding: 25px 25px!important;
    }
    .vc_row.vc_column-gap-30 {
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
}

.custom-control-label::before,
.custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #1b75bb;
    background-color: #1b75bb;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.btn-primary {
    background: #1b75bb !important;
    border-color: #1b75bb !important;
}

.register-form .dom {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

.register-form .dom .result {}

#ptfields {
    display: none;
}

.result-box {
    padding: 1rem 1rem;
}

.result-box .row {
    justify-content: center;
}

.dom .fa-cog.fa-spin {
    display: none;
}

.maintain_tld .input-group {
    display: flex;
    align-items: center;
}

.dom .result .unavailable {
    display: block;
    font-weight: 600;
    color: #f41213;
    font-size: 15px;
}

.dom .result .available {
    display: block;
    font-weight: 600;
    color: #2fb049;
    font-size: 15px;
}

#solicitar.disabled {
    pointer-events: none;
}

.block_content_plan p {
    margin-bottom: 0px !important;
}

.navbar-brand>* {
    max-width: 50% !important;
}

input:invalid {
    background: rgba(193, 66, 66, 0.2);
}