@import "https://fonts.googleapis.com/css?family=Oswald:300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";

:root {
    --color-primary:#fcb116;
    --color-primary-hover:#d19b2d;
    --color-secundary:#f15a22;
    --color-secundary-hover:#bb5333;
    --color-tercery:#003058;
    --color-tercery-hover:#001425;
    --color-quartery:#004c8b;
}

body {
    margin:0;
    padding:0;
}

body {
    color:#707070;
    background-color:#fff;
    font-family:Oswald,Open Sans,Verdana,sans-serif;
    font-size:12.5px;
    line-height:17px;
    margin-top:160px;
}

p {
    font-family:Roboto,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.4em;
}

h1{font-size:3em;}
h2{font-size:2.2em}
h3{font-size:1.8em}
h4{font-size:1.4em}
h5{font-size:1.2em}

.btn {
    box-shadow: none !important;
    border-radius: 0;
    cursor: pointer !important;
}

.button-primary,
.button-secundary {
    cursor:pointer;
    transition:background .5s ease;
    padding:.3em 1em;
    font-size:16px;
    color:#fff !important;
}

.button-primary {
    background:var(--color-primary);
}

.button-primary:hover {
    background:var(--color-primary-hover);
}

.button-secundary {
    background:var(--color-secundary);
}

.button-secundary:hover {
    background:var(--color-secundary-hover);
}

.span-primary {
    color:var(--color-primary) !important;
}

header {
    position:fixed;
    top:0;
    z-index: 3;
    width: 100%;
    background:var(--color-tercery)
}

header .button .menu-mobile-button {
    display:none !important;
}

header #menus-mobile {
    display: none;
    position: absolute;
    top:71px;
    left:0;
    width: 100%;
    background:var(--color-tercery);
    height:100vh;
}

header #menus-down-mobile {
    display: none;
    position:fixed;
    bottom:0;
    left:0;
    padding:15px;
    width: 100%;
    background:var(--color-tercery);
}

header #menus-down-mobile ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom:0;
    padding-left:0 !important;
}

header #menus-down-mobile ul li a {
    display: flex;
    flex-direction: column;
    font-size:10px;
    text-align:center;
    color:#fff;
    text-decoration: none !important;
}

header #menus-down-mobile ul li a svg {
    margin-bottom:10px;
    fill:#fff;
    height:25px !important;
}

header #menus-down-mobile ul li:hover {
    opacity: 0.7;
}

header nav ul {
    display: flex;
    margin-bottom:0;
    list-style-type: none;
}

header nav  ul li {
    min-width: 100px;
}

header nav ul li:hover {
    background:var(--color-tercery-hover);
}

header nav ul li a {
    padding: 15px;
    display: flex;
    align-items:center;
    color:#fff !important;
}

header nav ul li a:hover {

    filter: brightness(0.8);
    text-decoration: none;
}

header nav ul li a svg {
    margin-right: 10px;
    min-height:27px;
    fill:#fff;
}

section#services h1 {
    color:var(--color-tercery);
}

section#services .group-services {
    margin-top:100px;
}

section#services .group-services .row:nth-child(1){
    margin-bottom: 1.5rem;
}

section#services .group-services a {
    cursor:initial;
}

section#services .group-services .service-item {
    overflow: hidden;
}

section#services .group-services article a {
    color:#fff;
    text-decoration: none;
}

section#services .group-services article {
    background:var(--color-tercery);
    color:#fff;
    padding-top:50px;
    height: 100%;
}

section#services .group-services article br,
section#services .group-services article .chevron-right {
    display: none;
}


section#services .group-services article .chevron-right {
    position: absolute;
    right:10px;
    bottom:10px;
    height:26px !important;
    pointer-events: none;
}

section#services .group-services article svg {
    fill:#fff;
    height: 56px !important;
    margin-bottom:20px;
}

section#services .group-services article h3 {
    margin-bottom:26px;
}

section#services .group-services article h2 {
    color:var(--color-primary);
    font-size:47.5px;
}

section#services .group-services article h2.without-limit {
    margin-bottom:40px;
}

section#services .group-services article a {
    margin-bottom:20px;
    margin-top:10px;
}

section#services .group-services article ul {
    background:var(--color-quartery);
    color:#fff;
    padding-top:20px;
    padding-bottom:10px;
    padding-right: 20px;
    height: 100%;
}

section#services .group-services article ul li {
    font-weight: 400;
    margin-top:10px;
}

section#features {
    margin-top:100px;
    padding:40px 0;
    background:url('../assets/img/background-features.jpg') 100% 100%;
    color:#fff;
}

section#features .title {
    margin-bottom:50px;
}

section#features .title h2 {
    border-left:4px solid var(--color-primary);
    padding-left:10px;
    margin-bottom:10px;
}


section#features .group-features svg {
    margin-bottom:10px;
}

section#about-pague {
    padding:130px 0;
}

section#about-pague img {
    width:100%;
}

section#about-pague h2 {
    color:var(--color-tercery);
}

section#about-pague a {
    margin-bottom:10px;
}

section#about-pague p.important {
    font-size:12px;
    font-weight: 500;
}

footer {
    background:var(--color-tercery);
}

footer hr {
    background:#fff;
    opacity: 0.2;

    margin:0;
}

footer .content-top {
    padding:30px 0;
    align-items: center;
}

footer ul {
    list-style-type: none;
    align-self:center;
    margin-bottom:0;
    padding-left:0;
}

footer ul li a {
    text-decoration: none !important;
}

footer ul li p {
    color:#fff;
    transition:filter .2s linear;
    margin-left:20px;
    margin-bottom:0;
}

footer ul li p:hover{
    filter: brightness(0.8);
}

footer .social ul a:hover {
    filter: brightness(0.8);
}

footer .social ul a li {
    display: flex;
    align-items:center;
    justify-content: center;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;

    margin-left:10px;
}

footer .content-bottom {
    margin-top:30px;
    color:#fff;
}

@media (max-width: 992px) {
    h1 {
        font-size:26px;
    }

    h2 {
        font-size:22px;
    }

    h3 {
        font-size:20px;
    }

    h5 {
        font-size:12px;
    }

    p {
        font-size:14px;
    }

    header {
        padding:10px;
    }
    
    header nav#menus {
        display: none;
    }
    
    header #menus-mobile.show-menus-mobile {
        display: block;    
    }

    header #menus-down-mobile {
        display: block;
    }

    header #menus-mobile ul {
        padding-left:0;
        list-style-type: none;
    }

    header #menus-mobile ul li {
        color:#fff;
        padding:20px 0;
        border-bottom: 1px solid #003e72;
        text-align: center;
    }

    header #menus-mobile ul li a {
        text-align: center;
        color:#fff;
        text-decoration: none;
    }

    header #menus-mobile ul li:hover {
        background:none;
        opacity: 0.5;
    }

    header .button .menu-mobile-button {
        display: flex !important;
        align-items:center;
        justify-content: center;
    }
    
    header .button .menu-mobile-button h5 {
        margin-bottom:2px;
        color:#fff;
        margin-left:10px;
    }
    
    header .button a {
        display: none;
    }

    section#services svg {
        width:auto;
        height:22px;
        margin-bottom:-3px;
    }

    section#services .group-services article h2 {
        font-size:32px;
    }

    section#services .group-services article p {
        font-size:14px;
    }

    section#services .group-services .row:nth-child(1){ 
        margin-bottom:0;
    }

    section#features .title svg {
        width: auto;
        height:18px;
        margin-bottom:0px;
    }
   
    section#features .group-features article {
        margin-bottom:30px;
    }

    section#services .group-services .service-item {
        margin-bottom: 1.5rem!important;
    }

    section#about-pague {
        padding:50px 0;
    }

    section#about-pague svg {
        width:auto;
        height:20px;
        margin-bottom:0px;
    }

    section#features .group-features article {
        margin-bottom:40px;
    }

    footer img {
        margin-bottom:20px;
    }

    footer ul {
        margin-bottom:20px;
    }

    footer ul li p {
        margin-left: 0;
        margin-bottom:10px;
    }

    footer .social ul a li {
        margin-left:0;
        margin-right:10px;
    }

}

@media only screen and (max-width:767px) {
    section#services .group-services a {
        cursor:pointer !important;
    }

    section#services .group-services .service-item {
        margin-bottom: 15px !important;
    }

    section#services .group-services .row:first-child .service-item:nth-child(4),
    section#services .group-services .row:last-child .service-item:nth-child(2) {
        padding-right:7.5px;
    }

    section#services .group-services .row:first-child .service-item:nth-child(6),
    section#services .group-services .row:last-child .service-item:nth-child(4) {
        padding-left:7.5px;
    }

    section#services .group-services .service-item article br,
    section#services .group-services .service-item:not(.ref-primary) article .chevron-right {
        display: block;
    }

    section#services .group-services .service-item article {
        position: relative;
        padding-top:0;
    }

    section#services .group-services .service-item article ul {
        display: none !important;
    }

    section#services .group-services .service-item article .box-mobile {
        display: flex;
        align-items:center;
        background:var(--color-quartery);
        justify-content: start;
        padding:15px 10px;
        margin-bottom:50px;
    }

    section#services .group-services .row:first-child  .service-item:first-child article .box-mobile {
        margin-bottom:40px;
    }

    section#services .group-services .service-item article svg {
        height:30px !important;
        margin-bottom:0;
    }

    section#services .group-services .service-item article h3 {
        margin-bottom:0;
        font-size:16px;
    }

    section#services .group-services .service-item article h2 {
        font-size:22px;
    }

    section#services .group-services .service-item article h2 + p {
        display: none;
    }

    section#services .group-services .service-item article h5,
    section#services .group-services .service-item article h2,
    section#services .group-services .service-item article a + p {
        margin-left:10px;
    }

    section#services .group-services .service-item:first-child article a + p { 
        font-size:12px;
    }

    section#services .group-services .service-item:not(.ref-primary) article a + p {
        display: none;
    }

    section#services .group-services .service-item a.btn {
        position: absolute;
        right:20px;
        bottom:0;
    }

    section#services .group-services .service-item:not(.ref-primary) article a.btn {
        display: none !important;
    }

    section#services .group-services article h2.without-limit  {
        margin-bottom:10px;
    }

    section#services .group-services .box-mobile img {
        height:14px !important;
        margin-bottom:-2px;
    }
}

@media only screen and (max-width: 575px) {
    section#services .group-services .box-mobile {
        display: flex;
        justify-content: center;
        align-items:center;
    }

    section#services .group-services article {
        padding-top:40px;
    }

    section#services .group-services ul {
        margin-top:40px;
    }

    section#services .group-services .box-mobile svg {
        margin-right:15px;
    }

    
}