.top25 {
    margin-top: 25px;
}
.azul {
    background-image: linear-gradient(40deg, #4745e4 0%, #18cff5 100%);
}
.efef {
    background-color: #efefef !important;
}
.dfdf {
    background-color: #dfdfdf !important;
}
h2, h3 {
    transition: color linear 0.3s;
}

/*** Menu ***/
.header-two .site-nav .site-menu {
    width: 500px;
}
.header-two .header-main,
#prosess, #site-footer-two {
    background-color: #11325e;
}
.header-two .header-main.gp-header-fixed a {
     color: #fff;
 }
.header-inner .site-logo {
    padding: 10px 0;
}
.site-logo img {
    transition: width linear 0.5s;
    width: 180px;
}
.gp-header-fixed .site-logo img {
    width: 115px;
}
.gp-header-fixed .nav-button.nbtn-two:hover {
    color: #fff;
    border-color: #fff;
}
.procing-table:hover h2, .procing-table:hover h3 {
    color: #3224af;
}
.site-nav .site-menu li.movil {
    display: none;
}
.gp-header-fixed .mob-menu-open .bar {
    background: #ddd;
}
.gp-header-fixed .mob-menu-open .bar:nth-child(2),
.gp-header-fixed .mob-menu-open .bar:nth-child(3) {
    background: #d286de;
}

/*** Home ***/
#banner-two > .laptop {
    left: 0;
    margin: 15px 0;
    position: initial;
    text-align: center;
    transform: none;
    -webkit-transform: none;
}
#banner-two {
    height: auto;
}

/*** Contacto ***/
#contact-submit:hover {
    border: 1px solid #999;
    color: #999;
}
.gmap3-area {
    height: 480px;
}
small.form-text {
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 0;
}

/*** Footer ***/
.footer-logo {
    text-align: center;
}
.footer-logo > img {
    width: 150px;
}
#site-footer-two .widget-about p {
    color: #c1ddea;
    text-align: justify;
}
.site-footer .footer-inner-two .widget .widget-title,
.footer-contact-info li span, .follow-us span {
    color: #ddd;
}
.site-footer .footer-inner-two .widget .footer-menu li a,
.footer-contact-info li, .site-info .copyright {
    color: #c1ddea;
}
.site-footer .footer-inner-two .widget .footer-menu li a:hover,
.gp-header-fixed .site-menu li a:hover,
.gp-header-fixed .site-menu li.menu__item--current a,
.widget ul li a, #site-footer-two .site-info .copyright a {
    color: #4faeff;
}
.widget ul li a:hover {
    color: #d5e02d;
}

/*** Responsivo ***/
@media (max-width: 991px) {
    .site-nav .site-menu li.movil {
        display: block;
    }
    .header-two .site-nav .site-menu {
        padding: 0;
        width: 100%;
    }
    .site-nav .site-menu li {
        padding: 10px 0;
    }
    #banner-two {
        min-height: 500px;
    }
    .site-nav .site-menu li a:hover, .site-nav .site-menu li a:focus {
        color: #4faeff;
    }
}