.paralax.header-img {
    background-image: url("../../assets/img/header.jpg");
    background-position: center center;
    padding: 10% !important;
    height: auto;
    color: #ffffff;
}

.paralax.header-img {
    font-weight: 800;
}

.parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar .logo img {
    max-width: 150px;
}
#contact-footer {
    color: #ffffff;
    padding: 5% 0;
    text-align: center;

}
#contact-footer li a {
    color: #ffffff;

}

#contact-footer li a {
    font-size: 1.5em !impo;

}

.counters h3 {
    font-size:3em; 
}

.counters{
    display:none;
    padding: 2em 0;
    background-color: #f1f1f1;
    color: #214c6f;

}

.counters p.subtitle-count{
    font-size: 1.2em !important;
    font-weight: 200;
}

#footer {
    text-align: center;
    background-color: #214c6f;
    padding: 2em 0 0 0;
}

#footer img {
    max-width: 400px;
    margin: 2em auto;
}

form .form-control {
    border: 0;
    border-radius: 0;
    background-color: #f1f1f1;
}

form label{
    font-size: 12px !Important;
    font-weight: 300 !important;
    text-transform: uppercase;
}

form .btn.btn-lg.px-3 {
    border: 2px solid #214c6f;
    color: #214c6f;
    border-radius: 0;
    margin: auto;
    display: block;
    text-transform: uppercase;
    transition: .2s;
}

form .btn.btn-lg.px-3:hover {
background-color: #214c6f;
color: #ffffff;
border: 2px solid #214c6f;
transition: .2s;
}

form{
    max-width: 600px !important;
}

form input::placeholder, form textarea::placeholder{
    font-weight: 300 !important;
    font-size: 1.1em !important;
}


.nav-link active{
    color:#0052c2;
}

#contact-footer {
    background-color: color(srgb 0.072 0.1625 0.24);

}

.nav-link {
    text-align: center !important;
}


.navbar-expand-lg .navbar-nav{
    max-width: 500px;   
}

.desc.col-md-6.pt-12 {
    font-size: 1.25em;
    font-weight: 200;
    text-align: justify;
}

.tick {
    display: inline-flex;
    padding: .5em 1em;
}

.tick i {
    margin-right: 1em;
    font-size: 16px;
    color: #4099c1 !important;
}

.tick p {
    color: #4099c1 !important;
    font-size: 1.3em;
    line-height: .9em;
}

.destacado p {
    font-size: 1.2em;
}

.homeblue {
    background: #eaf6fb;
}

.desc {
    color: color(srgb 0.072 0.1625 0.24);
    font-size: 1.2em;
    font-weight: 200;
}

.py-5{
    padding: 2% 5%;
}

.nohome p{
    line-height: 1.25em;
    margin-top: -.25em;
    color: #616161 !important;
    font-weight: 300;;
}

.nohome b{
    color: #4099c1 !important;
}

.row.py-5.contact {
    font-size: 1.5em;
    font-weight: 300;
    color: #616161;
}

.contact a.text-decoration-none, .contact i {
    color: #0d6efd;
}