.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
    color: #d96b2b;
}

#offcanvas-toggler>.fa {
    color: #001f37;
}

@media (max-width: 575px){
#sp-header {
    height: 80px !important;
}}
@media (max-width: 575px){
#sp-logo .logo {
    display: flex;
    align-items: center;
    margin-top: 10px !important;
}}
@media (max-width: 575px){
#sp-header {
    height: 70px !important;
}}
@media (max-width: 575px){
#sp-menu > div .sp-megamenu-wrapper {
    padding-top: 10px !important;
}}
.logo-image-phone {
    height: 60px !important;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #d96b2b!important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0px 10px!important;
}
/*---alto header--*/
#sp-header {
    height: 117px;
}

#sp-logo .logo {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

/*---pading menu---*/
#sp-menu > div .sp-megamenu-wrapper {
  padding-top: 25px;
}

/*--color_icono_contacto---*/
.sp-contact-info li span {
    color: #fff;
}

/*---texto contacto--*/
.sp-contact-info li {
    font-size: 16px;
}

/*---icnonos_redes_sociales--*/
ul.social-icons {
    font-size: 20px;
}

/*---linea_inferior_menu---*/
sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
color: #D96B2B;
}
.sp-megamenu-parent >li.active>a:before, .sp-megamenu-parent
>li:hover>a:before {
transform: scale(1);
}
.sp-megamenu-parent >li >a:before{
background-color: #D96B2B;
}
.sp-megamenu-parent >li >a:before {
content: "";
position: absolute;
bottom: 5px;
height:3px;
left: 10px;
right: 10px;
transform: scale(0);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background-color: #ffa000;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: 30px;
}

/*---menu flotante--*/
.sp-module .menu-flotante {
    display: inline-block!important;
    position: fixed;
    top: calc(50% - 185px);

    z-index: 999;
    -webkit-animation-name: menu-oferta-flotante;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-oferta-flotante;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

/*---menu flotante moviles---*/
@media screen and (max-width: 2600px){
.sp-module .menu-flotante {
    width: 81px;
    top: 35%;
    bottom: 60%;
    right: 0px;
    box-shadow: 0px -3px 5px rgba(0,0,0,0.1);
    -webkit-animation-name: menu-oferta-flotante-resp;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-oferta-flotante-resp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }}

.img-fluid {
    max-width: auto;
    height: 218px;
}

/*---color fuentes negrita---*/
b, strong {
    font-weight: bolder;
    color: #d96b2b;
}

/*--color h1--*/
h1{
  color:#232d40;
}

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