/* navbar */

nav#navbar {
    background-color: #163B60;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

nav#navbar .navbar-brand {
    width: 250px;
}

nav#navbar .nav-link {
    color: #f7f7f7 !important;
    text-transform: uppercase;
}

nav#navbar .nav-link:hover {
    color: #bbbbbb !important;
}

/* social */

#social {
    background-color: #183b60;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    color: #ffffff;
}

#social a {
    color: #ffffff;
    margin: 0 .5rem;
}

#social a:hover {
    color: #f1f1f1;
}

#social .fa-stack {
    font-size: 1.75rem;
}

#social .text-primary {
    color: #183b60 !important;
}

/* #social span i {
    color: #183b60;
} */

/* grupo */

#grupo {
    background-color: #f7f7f7;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text-real-primary {
    color: #183b60;
}

.btn-warning {
    color: #fff;
}

.btn-warning:hover {
    color: #fff;
}

/* whatsapp */

a#whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #25d366;
    z-index: 1000;
}

section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* section header*/

/* section about */

#about {
    background-color: #f7f7f7;
}

#about .about-content {
    padding-top: 3rem;
}

#about .about-title {
    color: #183b60;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

#about .about-text {
    border: dotted 1px #000000;
    padding: 1rem;
}

/* services */

#services {
    background-color: #183b60;
    color: #ffffff;
}

#services .services-header {
    margin-bottom: 2rem;
}

#services .services-header h2 {
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

#services .services-header img {
    width: 45px;
}

#services .services-header p {
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
}

#services .card {
    background-color: transparent;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-left: 1rem;
    border: 0;
    border-left: #00778b solid 1px;
    border-right: #00778b solid 1px;
}

#services .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

#services .card .card-subtitle {
    color: #00ffff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.75rem;
}

#services .card .card-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-group>.card {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    #services .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    #services .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
}

/* section acting*/

#acting {
    background-color: #f7f7f7;
}

#acting .acting-content {
    padding-top: 3rem;
}

#acting .acting-title {
    color: #183b60;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

#acting .acting-text {
    border: dotted 1px #000000;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #183b60;
}

#acting .btn-primary {
    background-color: #183b60;
    border-color: #183b60;
    border-radius: 0;
    width: 100%;
}

#acting .btn {
    width: 100%;
    margin-bottom: .5rem;
}

@media (min-width: 576px) {
    #acting .btn {
        width: 32.6%;
    }
}

#acting .acting-img {
    text-align: center;
}

#acting .agency {
    border-width: 1px;
    border-style: solid;
    border-color: #b3b3b3;
    border-radius: 1em;
    padding: 1em 1.5em;
    color: #183B60;
    background-color: #f8f9fa;
    margin-bottom: 1rem;
}

/* section contact */

#contact {
    background-color: #183b60;
}

#contact .contact-title {
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center;
}

#contact .contact-title img {
    width: 45px;
}

#contact {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/**/

.form-control.is-valid, .was-validated .form-control:valid {
    /* border-color: #28a745; */
    background-image: none;
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

.custom-control-input:valid~.custom-control-label {
    color: initial !important;
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #007bff !important;
    background-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}