


*:not(.fa) {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.bodyBG {
    background-image: url("../themes/ws/assets/images/bg_image.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 64px;
    background-color: black; 
}

.navbar-brand{
    height: 100%;
}

.domain-name {
    color: #fa8935;
    text-transform: uppercase;
}

.domain-name strong {
    color: #ffffff;
}

.domain-name:hover {
    color: #fa8935;
}

.domain-name h1 {
    font-size: 45px; 
}

.wrap {
    word-break: break-word;
}

.navbar-brand h2 {
    margin: 0px 0px;
}

.fieldset {
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: "Open Sans";
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.fieldset-header{
    background-color: #f5f5f6;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 49px;
    padding: 14px 0;
    font-size: 20px;
    font-weight: 700;
}

.fieldset-body {
    padding: 10px 30px;
}

.fieldset label {
    width: 100%;
}

.fieldset label {
    color: #d6d6d6;
}

.fieldset-body input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 5px;  
}

#value {
    width: 93%;
}

.euro-symbol {
    margin-right: 10px;
    color: #d6d6d6;
}

.fieldset textarea {
    width:100%;
    max-height:140px;
    max-width:100%;
    resize: none;
    font-size: 12px;
    border-color: #d6d6d6; 
}

.fieldset textarea:focus {
    outline: none;
}

.fieldset ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bdbdbd;
}

.botao {
    width: 100%;
    height: 49px;
    background-color: #ff9c50;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

input:focus{
    outline: none;
}

.footer{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
}

.footer h5 {
    margin: 0px 0px;
    font-weight: 600;
}
.footer p {
    font-size: 13px;
}

.sub-button {
    background-color: #0084BA;
    color: white;
}

.email {
    font-size: 17px;
}

.social-networks {
    text-align: center;
}

.social-networks-small a{
    margin: 0px 3px;
    color: #cdcdcd;
}

.social-networks a{
    margin: 0px 10px;
    color: #cdcdcd;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-twitter:hover {
    color: #00aced;
}

.fa-google-plus:hover{
    color: #dd4b39;
}

.fa-linkedin:hover {
    color: #007bb6;
}

.advertise {
    color: #ffffff;
    font-family: Raleway;
    text-transform: uppercase;
}

.sep {
    margin: 20px 0px;
    border-bottom: 2px solid #ffffff;
    width: 40px;
}

.info {
    color: #ffffff;
    font-family: Raleway;
}

.text-center {
    text-align: center;
}

.value_req {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.opcional {
    font-size: 12px;
}

.green {
    color: white;
    background-color: #33cc33;
}
    
.fa-check-circle {
    color: #33cc33;
    margin: 20px 0;
}

.fa-5x {
    font-size: 10em;
}

.result-denied {
    color: red;
    text-align: center;
}

[id^="mailSignup"]{
    margin-top: -10px;
}

[id^="mailSignup"] button {
    background-color: #0084BA;
    color: white;
    height: 40px;
}

[id^="mailSignup"] input {
    height: 40px;
}
    


    
  
@media only screen and (min-width : 320px) {
    .domain-name h1 {
        font-size: 30px;
        margin-top: 0px;
    }
    .domain-name h2 {
        font-size: 20px;
        margin-top: 6px;
    }
    .advertise {
        font-size: 15px;
    }
    /*.info {
        font-size: 11px;
    }*/
    
    .fieldset {
        width: 100%;
        margin-top: 10px;
    }
    .strong-logo {
        width: 60px;
    }

    .email {
        font-size: 12px;
    }

    .footer{
        margin-top: 10px;
        padding: 10px 0px;
    }
    
    .social-networks{
        margin-bottom: 5px;
    }

    #value{
        width: 91%;
    }
    
    .fa-3x{
        font-size: 1em;
    }

}


@media only screen and (min-width : 480px) {

}


@media only screen and (min-width : 768px) {
    
    
    .strong-logo {
        width: 60px;
    }

    .fa-3x{
        font-size: 2em;
    }
}

@media only screen and (min-width : 992px) {
    .strong-logo {
        width: 80px;
    }
    .footer {
        bottom:0px;
        padding-top:20px;
        padding-bottom:0px;
    }
    
    body {
        background-size: 100% auto;
    }
    
    .fieldset-body input {
        margin: 8px 0px;
    }
    
    .strong-logo {
        margin:-5px;
        width: 130px;
    }

    .fa-3x{
        font-size: 3em;
    }

}

@media only screen and (min-width : 1200px) {

    body {
        background-size: 100% auto;
    }

    .domain-name h1 {
        font-size: 45px;
        margin-top: 20px;
    }

    .domain-name h2 {
        font-size: 30px;
        margin-top: 0px;
    }

    .advertise {
        font-size: 30px;
        font-weight: 400;
    }

    .info {
        font-size: 17px;
    }

    .fieldset {
        width: 329px;
    }

    .strong-logo {
        margin-top: -20px; 
        width: 180px;
    }

    .footer{
        height: 99px;
        padding: 26px 20px;
    }

    .email, .sub-button {
        height: 50px;
    }

    .footer {
        bottom: 0px;
    }
    
    .fieldset-body input {
        margin: 9px 0px;
    }
}

/*
 *
 * Marco
 *
 */
.fa-3x {
    font-size: 3em !important;
}
@media (min-width: 992px ) {
    body > .container {
        min-height: calc( 100vh - 64px - 89px - 10px - 20px); 
        /*display: flex;
        justify-content: center;
        align-items: center;*/
    }
    .footer {
        position: relative !important;
    }
}
@media (min-width: 1200px ) {
    body > .container {
        min-height: calc( 100vh - 64px - 99px - 10px - 20px);
    }
}
@media (max-width: 1199px ) {
    
    [id^="mailSignup"] {
        margin-top: 0 !important;
    }
}
@media (max-width: 991px ) {
    .strong-logo {
        width: auto !important;
    }
    footer.footer .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    footer.footer .footerLogo {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
    footer.footer .footerSocialnetworks {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    footer.footer .footerMailchimp {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
}
@media (max-width: 991px) {
    footer.footer .footerSocialnetworks {
        padding: 20px 0;
    }
    .text-center-991 {
        text-align: center;
    }
}
@media (min-width: 450px ) and (max-width: 767px ) {
    
    footer.footer .col-xs-12 img.img-responsive {
        width: 75% !important;
        margin-left: auto;
        margin-right: auto;
    }
    
}
.input-group-addon {
    background-color: white;
    border-left: 0px;
    border-top: 0px;
}
#value {
    width: 100%;
}
.formResponsive {
    margin-top: 25px;
    margin-bottom: 25px;
}
.successfullyMessage {
    text-shadow: 0 0 4px green;
    color: #eaeaea;
}
.successfullyIcon {
    text-shadow: 0px 0px 5px green;
    color: white;
}
#myDiv .fieldsetHere,
#myDiv .fieldsetHere .green{
    background: transparent;
}
body:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba( 0, 0, 0, 0.5 );
}