
/*PALETA DE COLORES COSTA FREE
----------------- ----------------- ----------------- 

AZUL LOGO
Primary: #01579b /  rgb(13, 71, 161)

( P — Light #5472d3 | P — Dark #002171 )

CELESTE LOGO
Secondary: #1976d2 / rgb(23, 117, 209)

( S — Light #63a4ff  |  S — Dark #004ba0 )

GRIS LOGO
Primary: #455a64

light #718792  dark #1c313a

*/


/*
  LOGOTIPO*/


.astroid-logo img {
    max-width: 350px!important;
   
}

/*#astroid-sticky-header {padding: 10px 0}
*/
.astroid-logo .astroid-logo-mobile {padding: 10px 10px;}


/*MENU
*/
.astroid-nav .nav-link:hover, .astroid-sidebar-menu .nav-link:hover {
 
    background: #eceff1;
}


.astroid-nav .nav-link:active, .astroid-nav .nav-link.active, .astroid-sidebar-menu .nav-link:active, .astroid-sidebar-menu .nav-link.active {
        color: #ffffff!important;
        background: #63a4ff!important;
}

.btn-primary, .btn-backtohome, .btn-prosandcons, .k2ReadMore, 
.spacer.product-container .addtocart-area, .readmore {
    color: #ffffff;
    background-color: #009ddd;
    border-color: #009ddd;
}

.module-title::after {
    background: #009ddd;
}

.text-primary {
    color: #009ddd!important;
}


.dark {    background-color: rgba(20,30,40,.52);}

.underlap {position: relative; z-index: -5}




ul li:not(:last-child) {
    margin-bottom: inherit;
}




#jde-t07100058638486414s > .jdb-tab > li.jdb-active a {
    color: #ffffff;
    background: #009ede;
    border: solid 1px;
}

/*MENU OFF CANVAS
*/

#astroid-offcanvas {
	padding-left: 40px;
	font-size: 1.4em;
	line-height: 1.4em;
}


/* selector de idioma */
.switcher .selected {background: #FFF}

/* ICONOS MENU */

.fa, .fas {
    font-weight: 900;
    margin-right: 5px;
}


/*Información al pie móviles 
*/
.footer-section .module-title {
    font-size: 26px!important;}


.acymailing_introtext {
    line-height: initial;
}

#enlaces-pie{
    text-transform: uppercase;
    font-weight: bold;
    line-height: initial;
    }

#enlaces-pie a {
    background: #1976d2;
    border-bottom: solid 1px #ababab;
    display: block;
    max-width: 50%;
    padding-left: 8px;
    padding: 5px 0 5px 8px;
}


/* raya debajo de los títulos
*/.module-title:after {
    content: "";
    width: 40px;
    height: 3px!important;
    background: #007bff;
    display: block;
    margin-top: 10px!important;
    margin-bottom: 30px!important;
}

#pie-copyright { font-size: 0.8rem }

/* BOTON GO TO TOP */
.fa-arrow-up:before, .fa-chevron-up:before {
    content: "\f062";
    margin-left: 4px;
}


