/*
Theme Name: Fonasa
Theme URI: http://www.anticipa.cl
Description: Un tema creado por Anticipa
Author: Anticipa
Author URI: http://www.anticipa.cl
Version: 1.0
*/
/* Estilos importados */
@import url("css/scss/style.css");

/*Estilos Dev*/

.selectbox::before {
	background-image: url(src/images/icons/icon__select_chevron.svg);
}
.breadcrumb__list li:not(:last-child)::after {
	background-image: url("src/images/icons/icon__breadcrumbs.svg");
}

.slick-dots .slick-active button {
    background-color: #009CB5;
    border-color: #009CB5 !important;
}

.landingtitle{
	padding-block : 10px;
}

.whatsapp-float{
	position: fixed;
	bottom: 130px;
	right: 24px;
	z-index: 1000;
}

.wp-pagenavi {
    width: auto;
    margin-top: 40px;
    border: 1px solid #F1F3F4;
    margin-left: auto;
    border-radius: 10px;
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.wp-pagenavi span, .wp-pagenavi a {
    padding: 10px;
    color: #009CB5;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
}

span.current {
    color: #fff;
    background-color: #009CB5;
}

a.nextpostslink, a.previouspostslink {
    color: #fff;
    background-color: #009CB5;
}

.text-justify{
	text-align:justify;
}

.portal-empleadores .accessibilitybox__options button,
.portal-prestadores .accessibilitybox__options button,
.portal-ciudadania .accessibilitybox__options button,
.portal-otros .accessibilitybox__options button { display: flex!important; justify-content: center; align-items: center; line-height: 1; width: 30px; height: 30px; }
.portal-empleadores .accessibilitybox,
.portal-prestadores .accessibilitybox,
.portal-ciudadania .accessibilitybox,
.portal-otros .accessibilitybox {border: none; height: 48px;}
.portal-empleadores .accessibilitybox .material-symbols-rounded,
.portal-prestadores .accessibilitybox .material-symbols-rounded, 
.portal-ciudadania .accessibilitybox .material-symbols-rounded,
/*.portal-otros .accessibilitybox .material-symbols-rounded { color: white; }*/
.portal-empleadores .open .accessibilitybox__options,
.portal-prestadores .open .accessibilitybox__options,
.portal-ciudadania .open .accessibilitybox__options,
.portal-otros .open .accessibilitybox__options { overflow: hidden; }

/*.portal-empleadores .navbar-brand,
.portal-prestadores .navbar-brand { position: absolute; z-index: 1; left: calc(50% - 60px); top: 20px; z-index: 1;  margin: 0!important; }*/

.table.table-hover { display: block; overflow-x: auto; font-size: clamp(var(--fontSize) * 1.15, 4vw, var(--fontSize) * 1.291); }

.landingstep { background-repeat: no-repeat; background-size: cover; background-position: center center; }
.landingbox p {
	font-size: 17px !important;
}
