/*---color_body---*/
body, .sp-preloader {
    background-color: #fff;
}

/*---color_texto_top---*/
a {
    color: #3EA62E;
}

/*---top_padding---*/
div#sp-top1.col-lg-6{
  padding-top:37px;
}

/*---padding_icono---*/
ul.social-icons {
    padding-top: 37px;
}

/*---color_iconos_top---*/
.sp-contact-info li span {
    color: #03318C;
}

/*---color_menu---*/
.sp-megamenu-parent > li > a {
    color: #03318C;
}

/*---ancho_header--*/
#sp-header {
    height: 52px;
}

/*---padding_logo---*/
img.logo-image {
    padding-top: 13px;
    padding-bottom: 13px;
}

/*----padding_menu----*/
#sp-menu > div {
    padding-top: 0px;
}

/*---margin_menu-desplegable---*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    margin-top: 0px;
}

/*---buscador---*/
.site input[type="text"], .site input[type="email"], .site input[type="url"], .site input[type="date"], .site input[type="password"], .site input[type="search"], .site input[type="tel"], .site input[type="number"], .site select {
      border: 1px solid #99989E;
  	  border-radius: 30px;
      padding: 7px 20px;
 	margin-top:30px;
}

/*---botones---*/
.sppb-btn {
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    
}
-----------------------------widgetkit---------------

/*---fondo_blog---*/
.uk-panel-box {
    background: #e5e5e5;
}

/*---titulo---*/
a.uk-link-reset, .uk-link-reset a, .uk-link-reset a:focus, .uk-link-reset a:hover, .uk-link-reset:focus, .uk-link-reset:hover {
    color: #043F8C;
    font-family: 'Montserrat';
    font-size: 20px;
  padding-left:10px;
  font-weight: 400;      
}

/*---color_boton---*/
a.uk-button {
  color: #fff;
  background: #03318C;
  border: 0px solid rgba(0,0,0,.1)!important;
  border-radius: 30px;}

/*---color_boton_hover---*/
a.uk-button:focus, a.uk-button:hover {
    background-color: #3EA62E;
    color: #fff;
     border-color: #3ea62e!important;
}

div.uk-panel.uk-panel-box.uk-scrollspy-inview.uk-animation-scale-up{
  background: #e9ecef;
}

/*---titulo_cabecera_internas---*/
.sp-page-title .sp-page-title-heading {
    font-weight: 600;
    color: #fff;
}

/*---titulo_contenido---*/

h1 {
    color:#03318C;
}

/*---color_titulo_megamenu---*/
.sp-megamenu-parent .item-header > a {
  color: #03318c !important;
  border-bottom: solid 1px #e3e3e3;
}

/*---color_items_megamenu---*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #28a745;
}

/*---color_hover_items_megamenu---*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #3EA62E;
}

/*---color_menu_bottom---*/
#sp-footer a, #sp-bottom a {
    color: #03318c;
    text-transform: uppercase;
    height: 20px;
}

/*---color_hover_menu_bottom---*/
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
    color: #28a745;
}
/*---padding_botton---*/
#sp-bottom {
    padding: 50px 0 40px;
}