@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
.menus {
    background: #185ca2;
    padding: 5px 0px 0px 0px;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

section {
    padding-top: 20px;
    min-height: 100px;
}

footer {
    color: #fff;
    margin-top: 0 !important;
    padding: 20px 0px 0px 0px;
    background-color: #fff;
}


/* ============= section css ============= */

nav {
    height: auto !important;
    padding: 0px 0px 0px 0px;
    background: none!important;
    box-shadow: none!important;
}

nav ul a {
    font-size: 1.4rem;
    color: #5b5790!important;
    line-height: 50px;
    font-weight: 700;
}

nav ul li:hover a {
    background-color: none;
    color: #414143!important;
}

.logo {
    float: left;
}

.call {
    color: #fff;
    text-align: right;
    font-weight: 700;
}

.top {
    background: #fff;
}

.d-top {
    color: #414143;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    font-size: 14pt;
    padding-top: 20px;
}

.rojita {
    color: #43406d;
    font-size: 22pt;
}

.c-gc-f {
    background: #43406d;
}

.c-g-l {
    color: #5b5790;
}

.c-gg-f {
    height: 50px;
    background: rgba(97, 97, 97, 1);
    background: -moz-linear-gradient(top, rgb(187, 183, 242) 0%, rgba(153, 153, 153, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97, 97, 97, 1)), color-stop(100%, rgba(153, 153, 153, 1)));
    background: -webkit-linear-gradient(top, rgba(97, 97, 97, 1) 0%, rgba(153, 153, 153, 1) 100%);
    background: -o-linear-gradient(top, rgb(187, 183, 242) 0%, rgba(153, 153, 153, 1) 100%);
    background: -ms-linear-gradient(top, rgb(187, 183, 242) 0%, rgba(153, 153, 153, 1) 100%);
    background: linear-gradient(to bottom, rgb(187, 183, 242) 0%, rgba(153, 153, 153, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#999999', GradientType=0);
}

.d-gc {
    color: #fff;
    font-weight: normal;
    text-align: left;
    line-height: 25px;
    font-size: 14pt;
    padding: 10px 0px 0px 0px;
}

.infos {
    position: relative;
    margin-top: -60px;
    padding: 0px;
}

.d-infos {
    margin-top: 10px;
    background: #6c69a9;
    text-align: center;
    padding: 5px 10px 5px 10px;
    color: #fff;
    min-height: 100px;
}

.c-gc-f .titus {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.logo2 {
    text-align: left;
}

.logo3 {
    text-align: right;
}

footer .rojita {
    margin: 0px;
}

.serv {
    background: #343434;
    padding: 25px 0px;
}

.b1 {
    background: #4a4a4a;
    padding: 25px;
}

.titus {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.parra {
    color: #fff;
    font-size: 13pt;
}

.info {
    font-size: 20px;
}

.cont-g {
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.cont-g ul {
    margin: 0;
    padding: 0;
}

.cont-g ul li {
    float: left;
    list-style: none;
    background: #000;
    margin: 1%;
    width: 18%;
}

.cont-g ul li a img {
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    width: 100%;
}

.cont-g ul li a img:hover {
    opacity: 0.7;
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
}

.parallax-container {
    padding: 10px 0px 20px 0px;
    height: auto;
}

.list-1 li {
    list-style-type: disc!important;
    color: #fff;
    font-size: 14pt;
    line-height: 22px;
}

.pad-less {
    padding: 0px;
}

.sec-3 {
    background-image: url('../img/bg2.jpg');
    background-size: cover;
    background-position: center bottom;
    padding-top: 300px !important;
}

.sec-1 {
    padding-bottom: 30px;
    padding-top: 20px !important;
}

.sec-1 p {
    color: #5e5e5e;
}

.sec-1 {
    padding-top: 80px !important;
    background-image: url("../img/divider.jpg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    padding-bottom: 110px;
}

.caja1 {
    background-color: #5b5790;
    background-image: url('../img/c1bg.png');
    background-repeat: no-repeat;
    background-position: left;
}


/* ============= section css ============= */

.form-control {
    background: #fff!important;
    border-radius: 0px!important;
    border: 1px solid #c1c1c1!important;
    border-bottom: 2px solid #eee!important;
}

.form-control:hover {
    border-bottom: 2px solid #000!important;
}

.input-field {
    position: relative;
    margin-top: 0px !important;
}

textarea.form-control {
    height: 80px!important;
}


/* ============= MEDIA QUERY ============= */

@media screen and (max-width: 992px) {
    .infos {
        margin-top: -30px;
    }
    .logo {
        float: none;
        margin: auto;
    }
    .logo2 {
        margin: auto;
    }
    .d-gc {
        text-align: center;
        width: 190px;
        margin: auto;
        padding-bottom: 15px;
    }
    .top {
        background: #fff!important;
    }
    footer {
        text-align: center;
    }
    .parra,
    .list-1 li {
        font-size: 12pt;
    }
}

@media screen and (max-width: 767px) {
    .infos {
        margin-top: 0px;
    }
    h3,
    h4 {
        font-size: 2rem!important;
    }
    .logo2 {
        text-align: center;
    }
    .logo3 {
        text-align: center;
    }
    .cont-g ul li {
        width: 48%;
    }
}

.bg-purple {
    background-color: #43406d;
}

p.foot {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

p.foot a {
    color: #fff;
}

.ax {
    width: 50px;
}