/*---titulos del blog---*/
.entry-title a:hover, .entry-description a {
    color: #0c6ba6;
    line-height: 10px;
}

.entry-content h3 {
    font-size: 24px;
}

/*---quitar boton raro llamar feo---*/
@media screen and (max-width: 650px){
#callnowbutton {
  height: 0px !important;
  border-top: 2px solid rgb(51 187 51 / 0%) !important;
}}

/*---quitar texto extrano---*/
.page-header {
    padding-bottom: 0px;
    font-size: 0px;
    height: 0px;
}

/*---margin items menu principal---*/
.sp-megamenu-parent > li:not(:last-child) {
    margin-right: 0px;
}

/*---pading botom h1---*/
.float-none {
    float: none!important;
    margin-bottom: 20px;
}

/*--color h1--*/
h1{
  color: #104c8e !important; 
  font-family:'Raleway';
}

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

.sp-module .menu-oferta-flotante {
    display: inline-block!important;
    position: fixed;
    top: calc(50% - 185px);
    right: 0px;
    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;
}

@media screen and (max-width: 2600px){
.sp-module .menu-oferta-flotante {
    width: 95px;
    top:29%;
    bottom: 60%;
    right: 0px;
    box-shadow: 0px -3px 5px rgb(255 255 255 / 0%);
    -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;
  }}

/*---Menu  flotante moviles---*/
.sp-module .menu-movil-flotante {
    display: inline-block!important;
    position: fixed;
    bottom: -1%;
    z-index: 999;
    -webkit-animation-name: menu-movil-flotante;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-movil-flotante;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@media screen and (max-width: 414px){
.sp-module .menu-movil-flotante {
    width: 355px;
    left: 37%;
    box-shadow: 0px -3px 5px rgba(0 0 0 / 0%);
    -webkit-animation-name: menu-movil-flotante-resp;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-movil-flotante-resp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }}

@media screen and (max-width: 414px){
.sp-module .menu-oferta-flotante {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0px;
    box-shadow: 0px -3px 5px rgba(0 0 0 / 0%);
    -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;
  }}

/*---titulos blog---*/
a {
    color: #104c8e;
    font-family: 'Raleway';
    font-size:20px;
}

/*---menu bottom---*/
#sp-footer a, #sp-bottom a {
    color: #fff;
  	font-family: "Raleway";
}

/*---hover menu bottom---*/
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
    color: #f29b22;
} 

/*Rayita inferior banner principal*/
sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
	color: #9E2622;
}

.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: #9E2622;
}

.sp-megamenu-parent >li >a:before {
	content: "";
	position: absolute;
	bottom: -3px;
	height: 3px;
	left: 10px;
	right: 10px;
	transform: scale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #0f4b8e;
}

.sp-megamenu-parent > li > a {
    color: #104C8E;
}

/*---color hover menu principal---*/
.sp-megamenu-parent > li:hover > a {
    color: #0C6BA6;
}
/*---color desplegable---*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #104C8E;
}

/*---color hover desplegable---*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #0C6BA6;
}

/*---color casa---*/
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #09283C;
}
/*---color icono items megamenu---*/
.fa .fa-plus-square {
    font-size: 16px;
    color: #009cff;
}

/*---color items megamenu---*/
.sp-megamenu-parent .item-header > a {
    color: #0C6BA6!important;
    border-bottom: solid 1px #23a1b569;
}

/*---color hover items megamenu---*/
.sp-megamenu-parent .item-header > a:hover {
    color: #0C6BA6 !important;
    border-bottom: solid 1px #1b258b;
}

/*---borde inferior megamenu---*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-bottom: 5px solid #22A1B2;
}
/*------fin codigo---*/

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

/*---pading logo---*/
#sp-logo .logo {
    padding-top: 25px;
}

.sp-page-title .sp-page-title-heading {
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #f29b22;
    font-family: 'Raleway';
}

.sp-page-title {
    box-shadow: 0 0px 0px 0 rgb(209 209 209 / 50%);
    background: #fff;
    padding: 85px 0px 86px 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


/*---tamano header---*/
#sp-header {
    height: 90px;
    background:#ECD9CA;
    border-bottom: 0px solid #e6e6e6;
}

/*---color titulos blog---*/
