*{margin:0; padding:0}
@font-face {
    font-family: Gellix SemiBold;
    src: url(../fontes/Gellix-SemiBold.otf);
}
@font-face {
    font-family: Gellix Medium;
    src: url(../fontes/Gellix-Medium.otf);
}
@font-face {
    font-family: Gellix Regular;
    src: url(../fontes/Gellix-Regular.otf);
}
@font-face {
    font-family: Manrope Regular;
    src: url(../fontes/Manrope-Regular.ttf);
}
@font-face {
    font-family: Manrope Medium;
    src: url(../fontes/Manrope-Medium.ttf);
}
@font-face {
    font-family: Manrope Light;
    src: url(../fontes/Manrope-Light.ttf);
}
.menu {
    width: 100%;
    height: 145px;
    padding: 30px 0;
    float: left;
    background: #FFF;
    font-family: Gellix Medium;
    color: #2c408d;
    text-transform: uppercase;
    z-index: 999999999;
}
.navbar-light .navbar-nav .nav-link {
    color: #2c408d !important;
}
.menu .logo {
    width: 231px;
    float: left;
    margin: 0 50px 0 0;
}
.menu ul li {
    font-size: 14px;
    margin: 0 20px 0 0;
    transition: 0.2s;
    color: #2C4D5E;
    transition: 0.2s;
}
.menu ul li:hover {
    transition: 0.2s;
    box-shadow: 0px 2px 0px 0px #2c408d;
}
.menu ul li a {
    color: #2c408d;
}
.slide {
    width: 100%;
    float: left;
}
.home-about {
    width: 100%;
    float: left;
    background: #2c3f8c
}
.home-about .icon {
    width: 40%;
    height: 620px;
    float: left;
    background: #192451;
    background-image: url(../images/light_box.png);
    background-repeat: no-repeat;
    text-align: center;
}
.home-about .icon img {
    margin: 260px 0 0 0;
}
.home-about .information {
    width: 60%;
    padding: 148px 0 0 160px;
    height: 620px;
    float: left;
}
.home-about .information h2 {
    font-family: Gellix Medium;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 60px 0;
}
.home-about .information h3 {
    width: 600px;
    font-family: Manrope Regular;
    color: #FFF;
    font-size: 15px;
    font-weight: inherit;
    line-height: 2.1em;
}
.home-about .btnmore {
    margin: 70px 0 0 0;
    padding: 16px 41px;
    float: left;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #FFF;
    box-shadow: 0px 0px 0px 2px #FFF;
    text-transform: uppercase;
    transition: 0.2s;
}
.home-about .btnmore:hover {
    background: #FFF;
    color: #2c3f8c;
}
.the-company {
    width: 100%;
    float: left;
    height: 568px;
    padding: 200px 0 0 0;
    background: url(../images/company.png) right;
}
.the-company h2 {
    font-family: Gellix SemiBold;
    font-size: 105px;
    color: #2c408d;
    text-transform: uppercase;
}
.the-company-about {
    width: 100%;
    float: left;
    padding: 150px 0 260px 0;
}
.the-company-about h3 {
    font-family: Manrope Regular;
    font-size: 22px;
    line-height: 1.9em;
    color: #2c3f8c;
}
.the-company-about .btnmore {
    margin: 80px 0 0 0;
    padding: 16px 41px;
    float: left;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #2c3f8c;
    box-shadow: 0px 0px 0px 2px #2c3f8c;
    text-transform: uppercase;
    transition: 0.2s;
}
.the-company-about .btnmore:hover {
    background: #2c3f8c;
    color: #FFF;
}
.the-company-about .product {
    width: 1034px;
    height: 540px;
    margin: 0 0 0 -200px;
    position: absolute;
    background: url(../images/product_01.png);
}
.news {
    width: 100%;
    float: left;
    padding: 160px 0;
    background: #e8eef4;
}
.news .title {
    width: 100%;
    float: left;
    margin: 0 0 83px 0;
}
.news .title h2 {
    width: auto;
    float: left;
    font-family: Gellix SemiBold;
    font-size: 60px;
    color: #2c408d;
    text-transform: uppercase;
}
.news .title .btnmore {
    margin: 16px 0 0 0;
    padding: 16px 41px;
    float: right;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #2c3f8c;
    box-shadow: 0px 0px 0px 2px #2c3f8c;
    text-transform: uppercase;
    transition: 0.2s;
}
.news .title .btnmore:hover {
    background: #2c3f8c;
    color: #FFF;
}
.news .base-extern {
    width: 100%;
    float: left;
    color: #2c3f8c;
    margin: 0 0 20px 0;
    background: #FFF;
    transition: 0.2s;
    cursor: pointer;
}
.news .base-extern:hover {
    transition: 0.2s;
    color: #FFF !important;
    background: #2c408d;
}
.news .base-extern .image {
    width: 100%;
    height: 212px;
    float: left;
}
.news .base-extern .text {
    float: left;
    padding: 40px 50px;
}
.news .base-extern .text h2 {
    font-family: Gellix SemiBold;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.3em;
}
.news .base-extern .text p {
    margin: 16px 0 0 0;
    font-family: Manrope Regular;
    font-size: 10px;
    opacity: 0.78;
    line-height: 1.7em;
}
.footer {
    width: 100%;
    float: left;
    padding: 150px 0 110px 0;
    background: #1b1e31;
}
.footer .name {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
    font-family: Gellix SemiBold;
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
}
.footer .detailcontact {
    margin: 10px 0 0 0;
    font-family: Manrope Regular;
    font-size: 16px;
    color: #FFF;
    line-height: 1.8em;
}
.footer .copyright {
    width: 100%;
    float: left;
    margin: 70px 0 0 0;
    padding: 68px 0 0 0;
    border-top: 2px solid #43496b;
    font-family: Manrope Regular;
    font-size: 16px;
    color: #FFF;
}
.footer ul {
    list-style-type: none;
}
.footer ul li {
    margin: 10px 0;
    font-family: Manrope Regular;
    font-size: 16px;
    color: #989bad;
}
.bar-page {
    width: 100%;
    height: 456px;
    float: left;
    margin: 0;
    padding: 190px 0 0 0;
    background: #1d2455;
    background-image: url(../images/light_page.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.bar-page h1 {
    font-family: Gellix SemiBold;
    color: #FFF;
    font-size: 73px;
    text-transform: uppercase;
}
.bar-page-contact {
    width: 100%;
    height: 456px;
    float: left;
    margin: 0;
    padding: 190px 0 0 0;
    background: #e8eef4;
    color: #233680;
}
.bar-page-contact h1 {
    font-family: Gellix SemiBold;
    font-size: 73px;
    text-transform: uppercase;
}
.bar-page-contact p {
    margin: 20px 0 0 0;
    font-family: Manrope Regular;
    font-size: 19px;
}

.healthcare-solutions {
    width: 100%;
    float: left;
}
.healthcare-solutions .content {
    width: 100%;
    float: left;
    padding: 180px 0;
}
.healthcare-solutions .content h3 {
    font-family: Manrope Regular;
    font-size: 19px;
    color: #233680;
    line-height: 1.9em;
}
.healthcare-solutions .content .product {
    width: 524px;
    height: 466px;
    margin: -120px 0 0 0;
    position: absolute;
    background: url(../images/product_02.png);
}
.healthcare-solutions .image-institutional {
    width: 100%;
    height: 600px;
    float: left;
    padding: 280px 0 0 0;
    background: url(../images/img_health_solution.png) center;
    text-align: center;
    font-family: Gellix SemiBold;
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.area-contracting {
    width: 100%;
    float: left;
    margin: 70px 0;
    padding: 89px 0 0 130px;
    height: 229px;
    background: #2c408d;
}
.area-contracting h3 {
    width: auto;
    float: left;
    font-family: Gellix SemiBold;
    color: #FFF;
    font-size: 40px;
    text-transform: uppercase;
}
.area-contracting .btnmore {
    margin: 5px 120px 0 0;
    padding: 16px 41px;
    float: right;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #FFF;
    box-shadow: 0px 0px 0px 2px #FFF;
    text-transform: uppercase;
    transition: 0.2s;
}
.area-contracting .btnmore:hover {
    background: #FFF;
    color: #2c3f8c;
}
.about-us {
    width: 100%;
    float: left;
}
.about-us .image {
    width: 50%;
    height: 632px;
    float: left;
    background: url(../images/tech_about.png);
    background-size: cover;
}
.about-us .information {
    width: 50%;
    float: left;
    padding: 0 0 0 50px
}
.about-us .information .text {
    width: 490px;
    float: left;
    margin: 0 0 0 80px;
}
.about-us .information img {
    margin: 172px 0 74px 0;
}
.about-us .information h2 {
    font-family: Gellix Regular;
    font-size: 54px;
    color: #2c408d;
    line-height: 1.2em;
}
.about-us .information h3 {
    margin: 60px 0 0 0;
    font-family: Manrope Regular;
    font-size: 18px;
    color: #5b5b5b;
    line-height: 2.1em;
}
.about-us .divide {
    width: 100%;
    float: left;
    margin: 90px 0;
    text-align: center;
}
.about-us .vision-mission {
    width: 100%;
    float: left;
    padding: 0 30px 0 0;
}
.about-us .vision-mission h3 {
    font-family: Gellix SemiBold;
    color: #2c408d;
    font-size: 60px;
    text-transform: uppercase;
}
.about-us .vision-mission p {
    margin: 47px 0 0 0;
    font-family: Manrope Regular;
    color: #434343;
    font-size: 15px;
    line-height: 1.9em;
}
.core-values {
    width: 100%;
    float: left;
    margin: 117px 0 180px 0;
    padding: 100px 0 0 0;
    border-top: 1px solid #d3d3d3;
}
.core-values .title {
    width: 100%;
    float: left;
    margin: 0 0 92px 0;
}
.core-values .title h2 {
    font-family: Gellix SemiBold;
    font-size: 60px;
    color: #444444;
}
.core-values .title p {
    font-family: Manrope Regular;
    font-size: 18px;
    color: #b6b6b6;
}
.core-values .value {
    width: 100%;
    height: 310px;
    float: left;
    margin: 0 0 30px 0;
    background: #e6edf8;
    padding: 80px 80px 0 83px;
    transition: 0.2s;
}
.core-values .value:hover {
    transition: 0.2s;
    box-shadow: 0px 0px 0px 3px #2c3f8c;
}
.core-values .value .title {
    width: 100%;
    margin: 0 0 26px 0;
    float: left;
}
.core-values .value .title img {
    float: left;
    margin: -2px 20px 0 0;
}
.core-values .value .title h4 {
    width: auto;
    float: left;
    font-family: Gellix SemiBold;
    font-size: 38px;
    color: #2c408d;
}
.core-values .value .title p {
    width: 100%;
    float: left;
    margin: 32px 0 0 0;
    font-family: Manrope Regular;
    font-size: 13px;
    color: #434343;
    line-height: 1.8em;
}
.medical-equipment {
    width: 100%;
    float: left;
    padding: 155px 0;
    background: #e8eef4;
}
.medical-equipment .base {
    width: 100%;
    float: left;
    height: 240px;
    margin: 0 0 20px 0;
    color: #2c3f8c;
    background: #FFF;
    transition: 0.2s;
    cursor: pointer;
}
.medical-equipment .base .text {
    width: 100%;
    float: left;
    padding: 76px 80px;
}
.medical-equipment .base .text h2 {
    font-family: Gellix SemiBold;
    font-size: 31px;
    text-transform: uppercase;
}
.medical-equipment .base .text p {
    margin: 26px 0 0 0;
    font-family: Manrope Regular;
    font-size: 10px;
    opacity: 0.70;
}
.medical-equipment .base .img {
    width: 100%;
    height: 240px;
    float: left;
}
.medical-equipment .base:hover {
    transition: 0.2s;
    color: #FFF;
    background: #2c408d;
}
.page-products {
    width: 100%;
    float: left;
    padding: 155px 0;
    background: #e8eef4;
}
.page-products .base {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    background: #FFF;
}
.page-products .base .text {
    width: 100%;
    padding: 0 50px;
    float: left;
}
.page-products .base .text h3 {
    font-family: Gellix SemiBold;
    font-size: 23px;
    color: #2c408d;
    text-transform: uppercase;
}
.page-products .base .text p {
    margin: 28px 0 0 0;
    font-family: Manrope Regular;
    font-size: 10px;
    line-height: 1.5em;
}
.page-products .base .image {
    width: 100%;
    height: 300px;
    float: left;
}
.page-products .base .more {
    width: 100%;
    float: left;
    height: 75px;
    margin: 55px 0 0 0;
    padding: 25px 0 0 0;
    background: #2c408d;
    text-align: center;
    text-transform: uppercase;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #FFF;
    transition: 0.2s;
}
.page-products .base .more:hover {
    transition: 0.2s;
    background: #4056aa;
}
.page-products .btnmore {
    width: 190px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    padding: 16px 41px;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #2c3f8c;
    box-shadow: 0px 0px 0px 2px #2c3f8c;
    text-transform: uppercase;
    transition: 0.2s;
}
.page-products .btnmore:hover {
    background: #2c3f8c;
    color: #FFF;
}
.contact-us {
    width: 100%;
    float: left;
    padding: 170px 0;
}
.contact-us .form {
    width: 100%;
    float: left;
}
.contact-us .form input {
    width: 100%;
    height: 78px;
    padding: 0px 55px 0 55px;
    float: left;
    margin: 0 0 26px 0;
    background: #FFF;
    font-family: Gellix Regular;
    color: #888;
    font-size: 18px;
    outline: none;
    border: none;
    transition: 0.2s;
    box-shadow: 0px 0px 0px 2px #e1e1e1;
}
.contact-us .form input:focus {
    color: #2c408d;
    box-shadow: 0px 0px 0px 2px #2c408d;
}
.contact-us .form textarea {
    width: 100%;
    height: 200px;
    min-height: 100px;
    padding: 30px 55px 0 55px;
    float: left;
    margin: 0 0 26px 0;
    background: #FFF;
    font-family: Gellix Regular;
    color: #888;
    font-size: 18px;
    outline: none;
    border: none;
    transition: 0.2s;
    box-shadow: 0px 0px 0px 2px #e1e1e1;
}
.contact-us .form textarea:focus {
    color: #2c408d;
    box-shadow: 0px 0px 0px 2px #2c408d;
}
.contact-us .form .send {
    float: left;
    height: 75px;
    margin: 40px 0 0 0;
    padding: 25px 48px 0 48px;
    background: #2c408d;
    text-align: center;
    text-transform: uppercase;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #FFF;
    transition: 0.2s;
}
.contact-us .form .send:hover {
    transition: 0.2s;
    background: #4056aa;
}
.contact-us .information {
    width: 100%;
    padding: 0 0 0 50px;
    margin: -10px 0 0 0;
    float: left;
}
.contact-us .information h3 {
    font-family: Gellix SemiBold;
    font-size: 51px;
    color: #2c408d;
}
.contact-us .information p {
    margin: 40px 0 0 0;
    font-family: Manrope Regular;
    color: #1d2556;
    font-size: 16px;
    line-height: 2.2em;
}
.contact-us-adress .address {
    width: 50%;
    height: 800px;
    float: left;
    background: #1d2455;
    background-image: url(../images/light_box_map.png);
    background-position: right, bottom;
    background-repeat: no-repeat;
    padding: 255px 0 0 225px;
}
.contact-us-adress .address h3 {
    font-family: Gellix Regular;
    font-size: 46px;
    color: #FFF;
    line-height: 1.5em;
}
.contact-us-adress .address .btn-view {
    float: left;
    margin: 70px 0 0 0;
    padding: 16px 41px;
    font-family: Gellix Regular;
    font-size: 15px;
    color: #FFF;
    box-shadow: 0px 0px 0px 2px #FFF;
    text-transform: uppercase;
    transition: 0.2s;
}
.contact-us-adress .address .btn-view:hover {
    background: #FFF;
    color: #2c3f8c;
}
.contact-us-adress .map {
    width: 50%;
    height: 800px;
    float: left;
}
@media (max-width: 767px) {
    .menu {
        height: auto;
        float: left;
        position: inherit;
    }
    .menu .logo {
        float: left;
        margin: 0;
    }
    .slide {
        margin: 0;
    }
    .home-about .icon {
        width: 100%;
        padding: 100px 0;
        height: auto;
    }
    .home-about .icon img {
        margin: 0;
    }
    .home-about .information {
        width: 100%;
        height: auto;
        padding: 100px 40px;
    }
    .home-about .information h3 {
        width: 100%;
    }
    .the-company {
        padding: 70px 0 0 0;
        height: 200px;
        text-align: center;
        background-size: cover;
    }
    .the-company h2 {
        font-size: 50px;
    }
    .the-company-about {
        padding: 80px 40px;
    }
    .the-company-about h3 {
        font-size: 18px;
    }
    .the-company-about .product {
        display: none;
    }
    .news {
        padding: 80px 0;
    }
    .news .title {
        padding: 0 30px;
    }
    .footer {
        text-align: center;
        padding: 40px 0;
    }
    .footer .name {
        font-size: 24px;
        margin: 40px 0 15px 0;
    }
    .footer .copyright {
        margin: 30px 0 20px 0;
        padding: 40px 0 0 0;
    }
    .footer ul li {
        font-size: 14px;
    }
    .footer .detailcontact {
        font-size: 14px;
    }
    .bar-page {
        height: auto;
        padding: 110px 0;
    }
    .bar-page h1 {
        font-size: 47px;
    }
    .about-us .information {
        width: 100%;
    }
    .about-us .image {
        width:100%;
        height: 300px;
    }
    .about-us .information .text {
        width: 100%;
        margin: 0;
    }
    .about-us .information h2 {
        font-size: 45px;
    }
    .about-us .information img {
        margin: 100px 0 50px 0;
    }
    .about-us .information {
        padding: 0 50px;
    }
    .about-us .divide {
        padding: 0 40px;
    }
    .about-us .divide img {
        width: 100%;
    }
    .about-us .vision-mission {
        padding: 0 30px;
    }
    .about-us .vision-mission h3 {
        font-size: 40px;
    }
    .about-us .vision-mission p {
        margin: 20px 0 0 0;
        font-size: 13px;
    }
    .core-values {
        margin: 80px 0 20px 0;
        padding: 60px 20px;
    }
    .core-values .title {
        margin: 0 0 32px 0;
    }
    .core-values .title h2 {
        font-size: 50px;
    }
    .core-values .value {
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        padding: 60px 35px 50px 35px;
    }
    .bar-page-contact {
        height: auto;
        padding: 110px 0;
        text-align: center;
    }
    .bar-page-contact h1 {
        font-size: 47px;
    }
    .bar-page-contact p {
        font-size: 17px;
    }
    .contact-us {
        padding: 80px 0;
    }
    .contact-us .form input {
        margin: 0 0 20px 0;
    }
    .contact-us .form .send {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .contact-us .information {
        margin: 60px 0;
        padding: 0 30px;
    }
    .contact-us-adress .address {
        width: 100%;
        height: auto;
        padding: 80px 40px;
    }
    .contact-us-adress .address h3 {
        font-size: 38px;
        line-height: 1.3em;
    }
    .contact-us-adress .address .btn-view {
        margin: 40px 0 0 0;
    }
    .contact-us-adress .map {
        width: 100%;
    }
    .medical-equipment {
        padding: 90px 0;
    }
    .medical-equipment .base {
        height: auto;
    }
    .medical-equipment .base .img {
        height: 180px;
    }
    .medical-equipment .base .text {
        width: 100%;
        float: left;
        padding: 50px 60px;
    }
    .page-products {
        padding: 90px 0;
    }
    .area-contracting {
        padding: 50px 0 0 60px;
    }
    .area-contracting .btnmore {
        float: left;
        margin: 20px 0 0 0;
    }
    .healthcare-solutions .content {
        padding: 80px 50px;
    }
    .healthcare-solutions .content h3 {
        font-size: 16px;
    }
    .healthcare-solutions .content .product {
        width: 340px;
        height: 300px;
        margin: 0 auto;
        margin-top: 50px;
        position: inherit;
        background: url(../images/product_02.png) center no-repeat;
        background-size: cover;
    }
    .healthcare-solutions .image-institutional {
        height: 400px;
        padding: 150px 0 0 0;
    }
    .about-us .vision-mission {
        margin: 0 0 40px 0;
    }
    .home-about .information h2 {
        margin: 0 0 40px 0;
    }
    .home-about .btnmore {
        margin: 40px 0 0 0;
    }
}