/*color cabeceras*/

.agency_banner_area_two, .breadcrumb_area{
    background-image: -moz-linear-gradient(180deg, #446df2 0%, #2ca9fd 100%);
    background-image: -webkit-linear-gradient(180deg, #446df2 0%, #2ca9fd 100%);
    background-image: -ms-linear-gradient(180deg, #446df2 0%, #2ca9fd 100%);
}

.action_area_three{
    background-image: -moz-linear-gradient(180deg, #446df2 0%, #446df2 100%);
    background-image: -webkit-linear-gradient(180deg, #446df2 0%, #446df2 100%);
    background-image: -ms-linear-gradient(180deg, #446df2 0%, #446df2 100%);
}

.agency_banner_btn{
    color: #446df2!important;
}

.company_banner_area{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn_get {
    color: #446df2;
    border: 2px solid #446df2;
}
    &:hover{
        color: #fff;
        background: #446df2;
        border-color: #446df2;
        box-shadow: none;
    }
.login-form .btn_three {
    background: #446df2;
}
.header_area.navbar_fixed .menu_four .btn_get, .contact_form_box .btn_three {
    border: 1px solid #446df2;
}
.login-form .btn_three, .contact_form_box .btn_three {
    background: #446df2;
}
.innterkaia{
    font-weight: 500!important;
}
.azul{
    color: #2ca9fd!important;
}
.margin-b-20{
    margin-bottom: 20px!important;
}
.margin-b-30{
    margin-bottom: 30px!important;
}

.margin-b-50{
    margin-bottom: 50px!important;
}
.margin-b-100{
    margin-bottom: 100px!important;
}
/* sección 2 */
.analytices_title p {
    max-width: 900px;
}

.security_features_area{
    background: white!important;
}

.security_features_inner{
    max-width: 100%!important;
}
.security_features_inner .s_features_item {
    width: 24%!important;
}


/*qué hacemos*/
body > div.body_wrapper > section.agency_featured_area.bg_color{
    padding-top: 5px!important;
}

body > div.body_wrapper > section.agency_featured_area.bg_color > div > div > div.row.agency_featured_item.agency_featured_item_two{
    margin-top: 80px;
}

/*contacto*/
.footer-contacto{
    border-top: 1px solid #e9ecf3;
    background-color: #fff!important;
}

/*idioma*/
.menu > .nav-item + .idioma-2 {
    margin-left: 20px!important;
}

@media (max-width: 991px){
.menu > .nav-item + .idioma-2 {
    margin-left: 0px!important;
}
}

/*carrousel*/
.service_carousel .owl-item {
    padding-left: 0px!important;
    padding-bottom: 0px!important;
}

/*formulario*/

.text_box input[type="text"], .text_box textarea, .text_box input[type="password"], .text_box input[type="email"] {
    border: 1px solid #677294!important;
}

/*index algunas referencias*/
.s_integration_item {
    padding: 26px 26px!important;
}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:30px!important;
    width:100%;
    text-align:center;
    min-height:50px;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
    margin-bottom: 20px;
}
 
.inner a.ok {
    padding:5px;
    color:#fff!important;
    text-decoration:none;
    background-color: #446df2;
}
 
.inner a.info {
    padding:5px;
    text-decoration:none;
    color:#fff;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    #barraaceptacion {
    min-height:140px;
    padding-bottom:10px!important;
}
    .inner {
    top:10%;
    margin-bottom: 10px;
}
}

/*acceso clientes*/
#navbarSupportedContent > a{
    padding:0px 15px!important;
    font: 500 12px/40px "Poppins", sans-serif;
}

.menu_one .btn_get {
    margin-left: 0px!important;
}