@font-face {
    font-family: "gobCL";
    font-style: normal;
    font-weight: normal;
    src: url("/static/fonts/gobcl_regular.eot") format("eot"),
        url("/static/fonts/gobcl_regular.woff") format("woff"),
        url("/static/fonts/gobcl_regular.ttf") format("truetype");
}

@font-face {
    font-family: "gobCL-bold";
    font-style: normal;
    font-weight: normal;
    src: url("/static/fonts/gobcl_bold.eot") format("eot"),
        url("/static/fonts/gobcl_bold.woff") format("woff"),
        url("/static/fonts/gobcl_bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("/static/fonts/Roboto-Bold.ttf") format("truetype");
}

.roboto, .roboto-bold {
    font-family: "Roboto";
}

.roboto-bold {
    font-weight: bold;
}

.gobcl, .gobcl-bold {
    font-family: "gobCL"; 
}

.gobcl-bold {
    font-weight: bold;
}

.img_logo_izquierda {
    margin: 0px;
    max-height: 231px;
    min-height: 95px;
    position: absolute; left:0;
}

header .bicolor {
    margin: 0px;
    width: 170px;
    height: 1.5em;
}

header .bicolor span.azul {
    background: #0f69b4;
    width: 50%;
    height: 1.5em;
}

header .bicolor span.rojo {
    background: #eb3646;
    width: 50%;
    height: 1.5em;
}

#iconos_header {
    max-width: 312px;
    position: absolute; right:0;"
}

.logins_header {
    font-size: 12.2px;
    color: white;
    font-weight: bold;
    float: right;
    background-color: #1369b3;
    padding: 5px;
    border-right: 0px solid white;
}

.logins_header_ul {
    padding: 0px;
}

form ul.logins_header_ul {
    margin-bottom: 0px;
}

.logins_header_li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px;
    list-style: none;
}

.logins_header_li a {
    text-decoration: none;
    color: inherit;
}



.logins_header_li a:active, .logins_header_li a:hover {
    outline: 0;
    color: #eb3e48;
}

.logins_header_li:last-child {
    border-right: solid 0px;
}

header {
    width: 100%;
    height: 63px;
    position: relative;
    margin: 0 auto 20px;
}

#header {
    background-repeat: no-repeat;
    background-position-x: 44%;
    background-position-y: 40%;
    background-color: #ffffff;
    background-size: 450px;
}

#headerCCHC {
	height: 270px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-color: #ffffff;
    background-size: 1000px;
/*     background-attachment: fixed; */
    background-image: url(/static/images/cchc/bannerCCHCEmpresa.jpg);
}

@media (max-width: 576px) {
    #headerCCHC {
        background-position-y: 45%;
        background-size: contain;
    }
}

#headerAdmin {
    background-size: 1030px, auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    height: 170px;
}

/******MENU*****/
.col-centered {
    float: none;
    margin: 0 auto;
}

.width1000 {
    max-width: 1000px;
}

.menuSinPadding {
    padding: 0;
    margin-top: 0px;
}

.navbar-default {
    background-color: rgba(51, 122, 183, 1);
    border: 0px solid transparent;
    border-radius: 0px;
    z-index: 2;
    margin-top: 220px;
}

.navbar-nav>li {
    margin: 0;
    display: table-cell;
    text-align: center;
    position: relative;
    float: left;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    height: 50px;
    display: block;
    border-right: 1px solid #e6e6e6;
    border-bottom: 2px solid #bdc9d1;
    color: white !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
}

.navbar-nav>li>a, .navbar-nav>li>a:hover 
{
    background: #B82D27!important;
}

.navbar-default .navbar-toggle {
    background-color: #1369b3;
    border-color: transparent;
    z-index: 99999999;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e6e6fa;
}

#navbar {
    padding: 0px 0px;
    background-color: #B82D27;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e6e6fa;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0f69b4;
}

#main_menu {
    width: 100%;
    text-align: center;
}

#main_menu .open {
    background-color: green !important;
}

#main_menu>li {
    width: 25%;
}

#main_menu .dropdown-menu {
    width: 100%;
    background-color: #1369B3;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main_menu .dropdown-menu li {
    background-color: #1369b3;
    margin: 0;
    list-style: none;
    float: none;
    text-align: center;
    /*border-bottom: 1px solid #3091C1;*/
    display: block;
    font-size: 12px;
    color: white;
    padding: 0;
    box-sizing: border-box;
}

#main_menu .dropdown-menu>li>form>a {
    display: block;
}

#main_menu .dropdown-menu>li>a, #main_menu .dropdown-menu>li>form>a {
    padding: 3px;
    font-size: 15px;
    text-align: left;
    color: inherit;
    text-decoration: none;
    background-color: #003A6C;
    border-bottom: 1px solid #1369B3;
}

/* TODO no consigo con :last-child */
#main_menu .dropdown-menu>li>a.last, #main_menu .dropdown-menu>li>form>a.last {
    border-bottom: 0;
}

#main_menu .dropdown-menu>li>a:hover,
#main_menu .dropdown-menu>li>form>a:hover {
    padding: 10px;
    color: white;
    padding: 3px;
    /*border-bottom: 1px solid #29abe2 !important;*/
    background: none repeat scroll 0 0 #003A6C;
    transition: all ease 0.2s;
}

@media ( max-width : 999px) {
    .img_logo_izquierda {
        margin-left: 0px;
    }
}

@media ( max-width : 699px) {
	
	#navbar{
    padding: 0px 0px;
    z-index: 2;
    position: relative;
    background-color: transparent;
    }
	
	
    header .bicolor {
        width: inherit;
    }
    .img_logo_izquierda {
        width: 135px;
        margin-left: 0px;
    }
    #header {
        width: 100%;
        position: relative;
        background-size: 150% 100%;
        background-repeat: no-repeat;
        background-position: top;
        margin: 0 auto 30px;
        background:white;
    }
    #iconos_header {
        max-width: 157px;
        margin-right: -12px;
    }
    .logins_header {
        font-size: 12.2px;
        color: white;
        font-weight: bold;
        float: right;
        background-color: #1369b3;
        padding: 5px;
        margin-right: 0px;
        border-radius: 10px 0px 0px 10px;
        border-right: 1px solid white;
        width: 149px;
    }
    .logins_header_li {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        list-style: inside;
        border-right: solid 0px;
        width: 100%
    }
    
    .menuSinPadding {
        margin-top: 0px;
    }
    
    .navbar-nav {
        margin: 0 auto;
        color: black !important;
    }
    #main_menu>li {
        width: 100%;
        /* background-color: #1b0188; */
        background-color: #0058a4;
        text-align: left;
        background-color: #ffff;
        border-right: 1px solid #e6e6e6;
        border-bottom: 2px solid #bdc9d1;
    }
    
    #main_menu .dropdown-menu li{
    background-color: #1369b3;
    margin: 0;
    list-style: none;
    float: none;
    text-align: center;
    display: block;
    font-size: 12px;
    color: white;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 999999;
    border-right: 1px solid #e6e6e6;
    border-bottom: 2px solid #bdc9d1;
    }
    .navbar-default .navbar-nav>li>a {
        color: white;
    }
    
    #main_menu .open {
    background-color: transparent!important;
    border-bottom: none;
    }
 
    .navbar-default {
        background-color: rgba(51, 122, 183, 1);
        border: 0px solid transparent;
        border-radius: 0px;
        z-index: 2;
        margin-top: 220px;
        margin-bottom:0px;
        height: 50px;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover{  
        border-right:none;
	    border-bottom: none;
	    height: 70px;	    
	    padding-top: 10px;
	    text-align: center;
	    font-size: 12px;
	    
    }
    
	    #main_menu .dropdown-menu {
	    width: 100%;
	    background-color: #1369B3;
	    margin-top: 1px;
	}
	
	/*CSS ESPECIFICO PARA OPCION DE GESTION OFERTAS DEL MENU*/
	.navbar-default .navbar-nav>li:nth-child(3)>a, .navbar-default .navbar-nav>li:nth-child(3)>a:hover{
        padding-left: 10px;
    }
	
	/*HACE QUE EL MENU DE ADMINISTRACION SE DESPLIEGUE A LA IZQUIERDA*/
	.navbar-nav .open .menu_contactenos_ul {
	   float: right;	
	}
	
	/*CSS SOLO PARA LA OPCION DEL MENU DE ADMINISTRACION*/
	.navbar-default .navbar-nav>li:last-child >a, .navbar-default .navbar-nav>li:last-child>a:hover{
	   padding-left: 10px;
	   padding-right:10px;
	   padding-top: 12px;
	   padding-bottom:10px;
	   text-align:center;
	   word-break: break-all;
	}
}

/*******ESTILOS COMUNES**********/
.noPaddingLaterales {
    padding-left: 0px;
    padding-right: 0px;
}

.paddingSuperior {
    padding-top: 15px;
}

.paddingSuperior2x {
    padding-top: 30px;
}

.noMargingLaterales {
    margin-left: 0px;
    margin-right: 0px;
}

.noPaddingRight {
    padding-right: 0px;
}

.noPaddingVerticales {
    padding-top: 0px;
    padding-bottom: 0px;
}

.noPaddingLeft {
    padding-left: 0px;
}

.paddingLeft {
    padding-left: 15px;
}
.margenVerticales {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margenSuperior {
    margin-top: 15px;
}

.margenSuperior2x {
    margin-top: 30px;
}

.margenIzquierda {
    margin-left: 15px;
}

.margenDerecha {
    margin-right: 15px;
}

.margenInferior {
    margin-bottom: 15px;
}

.blue-tick {
    color:#0f70b7;
    font-weight: bold;
}
.green-tick {
    color:#a2ffa2;
    font-weight: bold;
}
.red-times {
    color:#ff0000;
    font-weight: bold;
}

.cursiva {
    font-style: italic;
}

.width740 {
    margin-top: 1em;
    max-width: 740px;
}

.width230 {
    margin-top: 1em;
    margin-right: 30px;
    max-width: 230px;
}

.width660 {
    margin-top: 1em;
    max-width: 660px;
}

.width320 {
    max-width: 320px;
}

.width320Fixed {
    width: 320px;
}

.rotate45up {
     transform: rotate(-45deg);
}

body {
    font-family: "gobCL";
    font-style: normal;
    font-weight: normal;
    background-color: #e6e6e6;
    color: #666666;
}

input.select2-search__field {
    color: #666666;
}

input.select2-search__field::-webkit-input-placeholder { 
    color: #666666 !important; 
}

.alert-info{
    color:#1F5C80;
    text-align: left;
}
.alert-info-prev{
	height:60px;
	padding-left: 0px; 
	background: #E2F3FB;
	border: 1px solid #003A6C;
	box-sizing: border-box;
	border-radius: 5px;
}

.tituloPrev{
	margin-bottom: 19px; 
	height: 44px; 
	color: #003A6C; 
	padding-top: 7px; 
	padding-bottom: 9px; 
	font-family: gobCL; 
	font-style: normal; 
	font-weight: normal; 
    font-size: 28px; 
    line-height: 100%;
}

.texto-interior{
	font-family: Roboto;
    font-style: normal;
    font-size: 11px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #003A6C;
    text-align: left;
}

.texto-titulo{
	font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;

    color: #003A6C;
    text-align: left;
}

.ocupacion{
	font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 100%;
    color: #666666;
}

.alert-danger{
    color:#903A39;
    text-align: left;
}

.alert-success{
    color:#006D00;
    text-align: left;
}

.width830{
    width: 830px;
    margin-left: 8.5%;
}

.editarOferta{
	width: 192px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #666666;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #666666;  
    font-family: gobCL;
    font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding-top: 13px;
}

.guardarOferta{
	width: 192px;
	height: 40px;	
	background: #1369B3;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;	
	font-family: gobCL;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	}


@media ( min-width :701px) and (max-width: 992px) {
    .width230 {
        margin-right: inherit;
    }
    .width660 {
        margin-left: 0px;
        max-width: 62%;
    }
}

@media ( max-width : 700px) {
    .width230 {
        margin-top: 15px;
        margin-right: inherit;
        max-width: inherit;
    }
    .width740 {
        margin-top: 15px;
        max-width: inherit;
    }
    .width660 {
        margin-top: 1em;
        max-width: inherit;
    }
    .width320 {
        max-width: inherit;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu-wide {
    width: 30em !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu-info {
    margin-left: 2px !important;
    background-color: #e7e7e7 !important;
    color: black !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

*.c.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/***** MENU STICKY *****/
@media(min-width: 768px){
    .aside-menu-sticky {
    position: sticky;
    top: 25px;
    }
}

/***** FIN MENU STICKY *****/

/***** CLEARBOTH *****/
.clearboth{
    clear:both;
}
/***** FIN CLEARBOTH *****/

/***** CURSOR POINTER *****/
.cursor-pointer{
    cursor: pointer;
}

.no-resize{
    resize: none;
}
.resize-horizontal{
    resize: horizontal;
}
.resize-vertical{
    resize: vertical;
}

input:read-only {
    cursor: pointer;
}

.imagen-logo {
    max-width:300px;
    height:100px;
}

.overflow-scroll {
    overflow: auto;
}

.banner-feria{
    padding-left: 30px;
    padding-right: 45px;
}

#main_menu .dropdown-menu .submenu li {
    background-color: #002046;
    border-bottom: 1px solid #1369B3;
    text-align: left;
    padding-left: 20px;
}

#main_menu .dropdown-menu .submenu >li>a {
    font-size: 15px;
    text-align: left;
    color: inherit;
    text-decoration: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li:hover, .dropdown-menu>li:focus {
	background-color: #003A6C !important;
	background-image: none;
}

.titulosForm {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #003A6C;
}

#fecMesConsultaControl {
    width: 40px;
    height: 38px;
    background: #1369B3;
    border-radius: 0px 4px 4px 0px;
}

#iconoCalendar {
    color: #FFFFFF;
    padding-top: 11px;
    padding-left: 13px;
}

.errores {
    color: red;
    /*position: absolute;*/
    height: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* rojo principal */
    color: #B82D27;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}

.parent{
	flex-direction: row;
}

/* ------------------------------------------------------------ */

#headerDropdown {
    z-index: 9999;
    position: absolute;
    right: 0;
    width: 270px;
    background: #1369B3;
    border-radius: 0px 0px 0px 10px;
    animation: animateFromBottom .3s;
}

#headerDropdown.show {
	display: block;
}

#divGeneralHeader {
	display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    height: 100%;
}

#divImagenHeader img {
	max-width: 64px;
	margin-left: 20px;
}

#divOpciones {
	display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

#divOpcionesHeader {
	width: 156px;
	height: 44px;
	background: #1369B3;
	border-radius: 5px;
	display: flex;
    align-items: center;
    gap: 40px;
    cursor: pointer;
}

#divOpcionesHeader span {
	font-family: 'gobCL';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	margin-left: 15px;
}

.nombreUsuario {
	font-family: 'gobCL';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.cerrarSesion {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #FFFFFF;
}

.datosUsuarioHeader {
	height: 50px;
    display: flex;
    align-items: center;
}

.datosUsuarioHeader div:nth-child(1){
	margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 55%;
}

.azules {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.divPaginaPrincipal {
	background: #003A6C;
    border-radius: 5px;
    width: 320px;
    height: 44px;
    display: flex;
    align-items: center;
}

.divPaginaPrincipal img {
	margin-left: 12px;
    height: 22px;
    margin-bottom: 5px;
}

.divPaginaPrincipal a {
	font-family: 'gobCL';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-left: 10px;
}

.azulOscuro {
	background: #003A6C;
	border-radius: 5px;
	width: 320px;
    height: 44px;
    display: flex;
    align-items: center;
}

.azulOscuro a {
	font-family: 'gobCL';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	margin-left: 20px;
}

.enlacesSimplesHeader {
	display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.enlacesSimplesHeader a {
	font-family: 'gobCL';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 307%;
	color: #FFFFFF;
	margin-left: 27px;
}

@keyframes animateFromBottom {
  from {
    transform: translate3d(0, 10px, 0);
    opacity: 0
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes animateToBottom {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
  to {
    transform: translate3d(0, 10px, 0);
    opacity: 0
  }
}

.ocultar {
	display: none;
}

@media only screen and (max-width: 600px)  {
    
    #divImagenPersonas {
        display: none;
    }
    
    #headerDerechaDesktop {
        display: none;
    }
    
    .azulOscuro {
        background: #003A6C;
	    border-radius: 5px;
	    width: 255px;
	    height: 44px;
	    display: flex;
	    align-items: center;
    }
    
    .divPaginaPrincipal {
        background: #003A6C;
	    border-radius: 5px;
	    width: 255px;
	    height: 44px;
	    display: flex;
	    align-items: center;
    }
    
}

@media only screen and (min-width: 600px)  {

	header {
	    width: 100%;
	    height: 111px;
	    position: relative;
	    margin: 0 auto 20px;
	}
   
    #divGeneralHeader {
        display: grid;
	    grid-template-columns: 15% 45% 40%;
	    align-items: center;
	    height: 100%;
	    width: 1000px;
	    margin: 0 auto;
    }
    
    #divImagenHeader img {
	    max-width: 90px;
	    margin-left: 20px;
    }

    #headerDerechaDesktop {
	    height: 100%;
	    grid-template-rows: 50% 50%;
	    margin-top: auto;
        display: flex;
        align-items: flex-end;
        margin-bottom: 0px;
    }

    #divImagenPersonas {
	    display: flex;
	    height: 100%;
	    align-items: flex-end;
	    margin-bottom: -15px;
    }

    #divInformacionOpcionesDesktop {
        height: 100%;
	    width: 100%;
	    display: flex;
	    align-items: flex-end;
	    justify-content: flex-end;
	    position: relative;
	    margin-top: auto;
    }
    
    .divOpcionesMobile {
        display: none !important;
    }
    
    #divDatosUsuarioDesktop {
	    width: 227px;
		height: 40px;
		background: #F2F2F2;
		border-radius: 13px 13px 0px 0px;
		display: flex;
        align-items: center;
        gap: 10px;
        position: absolute;
        left: 60px;
    }
    
    #divDatosUsuarioDesktop img {
	    margin-left: 10px;
    }
    
    #divDatosUsuarioDesktop a {
	    font-family: 'gobCL';
		font-style: normal;
		font-weight: 700;
		font-size: 13px;
		line-height: 14px;
		display: flex;
		align-items: center;
		letter-spacing: 0.015em;
		text-transform: uppercase;
		color: #666666;
    }
    
    #divOpcionesHeader {
        width: 133px;
		height: 40px;
		background: #1369B3;
		border-radius: 13px 13px 0px 0px;
		gap: 20px;
		position: absolute;
    }
    
    #headerDropdownDesktop {
	    z-index: 9999;
	    position: absolute;
	    right: 0;
	    width: 340px;
	    background: #1369B3;
	    border-radius: 0px 0px 0px 10px;
	    animation: animateFromBottom .3s;
    }
    
    #containerDropdownDesktop {
	    width: 1000px;
	    margin: 0 auto;
	    position: relative;
    }
    
    #divAjustesDesktop {
        display: flex;
	    justify-content: flex-end;
	    align-items: center;
    }
}
