    body.map-active{
	overflow: hidden;
}

body.map-active .mapa-wrapper{
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.ie-wrapper{
	background: #e6e4e4;
    padding: 20px 15px;
    border-radius: 4px;
}

.ie-wrapper-full{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.ie-wrapper-full .info-establecimiento{
	width: calc(33% - 17px);
	margin: 0 10px 20px;
}

.ie-wrapper-full .info-establecimiento:last-child{
	margin-bottom: 20px;
}

.info-establecimiento-title{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 23px;
	text-align: center;
}
.info-establecimiento{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px 10px 10px;
    word-wrap: anywhere;
}

.info-establecimiento:last-child{
	margin-bottom: 0;
}

.info-establecimiento .ie-box i{
	font-size: 18px;
    height: 30px;
    width: 30px;
    color: #3e3e3e;
    flex-shrink: 0;
    text-align: center;
    margin-right: 10px;
}

.info-establecimiento .ie-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-weight: 600;
	margin-bottom: 10px;
}

.info-establecimiento .ie-box div{
	position: relative;
	top: -2px;
}

.info-establecimiento .ie-title{
	font-weight: 400;
}


.card-job{
	height: 100%;
}

.card-job .card-more-info span{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.cargo-detalle .jumbotron-title{
	font-size: 36px;
	/*margin-bottom: 60px;*/
}

.cargo-detalle .card-job.card-job-detalle .card-job-body{
	display: block;
}

.cargo-detalle .card-job .card-job-title{
	font-size: 30px;
	padding: 18px 30px;
    font-family: "CHANEWEI", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
}
.cargo-detalle .card-job .card-job-body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.tabla-filtro{
	margin-top: -25px;
}
.tabla-filtro .table{
	width: calc(100% - 300px);
	float: left;
}
.tabla-filtro .sidebar-filtros{
	margin-left: 30px;
}


/*Boton para abrir mapa full en solicitud detalle*/
#map-full-detalle-btn{
	float: right;
}

.map-full-detalle-solicitud{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9998;
	background-color: #eeeeee;
	display: none;
}

.map-full-detalle-solicitud.map-active{
	display: block;
}

.close-map-full{
	height: 50px;
	width: 50px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 12px rgba(0,0,0,0.6);
	position: absolute;
	top: 30px;
	right: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 9999;
}

.close-map-full:hover{
	text-decoration: none;
}

.close-map-full i{
	font-size: 27px;
	color: #777;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-menu {
	margin-top: .5rem;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: - 0.5rem;
}
 .dropdown-submenu.open > a {
    background-color:  rgb(245, 245, 245) !important;
    font-weight: bold;
}

.dropdown.open li:hover, .dropdown li:focus{
    background-color:  rgb(245, 245, 245);
}

.dropdown.open {
    background-color:  rgb(245, 245, 245) ;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus{
    font-weight: bold;
}

.btn-ver-detalle {
	color: #636b6f;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	text-decoration-line: none;
	max-width:25em;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	word-wrap: break-word;
	text-align: left;
}

@media (max-width: 991px) {
	.ie-wrapper-full .info-establecimiento{
		width: calc(50% - 20px);
	}	
}


@media (max-width: 767px) {
	.tabla-filtro .sidebar-filtros{
		width: 100%;
		display: block;
		position: relative;
	}
	.ie-wrapper-full .info-establecimiento{
		width: 100%;
	}
}


body.mapa-wrapper #footer{
	display: block;
}

body.no-map .mapa-wrapper #footer{
	display: none;
}

body.map-full .mapa-wrapper{
	width: calc(100% - 270px);
}

body.map-full .main-content{
	width: 0;
	display: none;
}

.mapa-wrapper{
	position: relative;
}

.btn-expand-map{
    position: absolute;
    top: 30px;
	right: -80px;
	padding: 7px;
    z-index: 9999;
	font-size: 20px;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	color: #636b6f !important;
	opacity: 0.8;
	background-color: white;
}

.btn-expand-map:hover{
	opacity: 1;
}

.solicitudModal{
	z-index: 9999;
}
.solicitudModal .card-job .card-job-body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.solicitudModal .card-job .card-job-body > div{
	flex: 1;
}

.solicitudModal .card-job .card-job-body .ie-wrapper{
	margin-left: 10px;
}

.solicitudModal .modal-dialog{
	width: 1000px;
}


/*Estilos para pantalla en vivo*/
.count-wrapper{
	box-shadow: 0 0 12px rgba(0,0,0,0.6);
	padding: 15px 15px 0;
}
.count-wrapper .count-item{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.count-item i{
	height: 63px;
    width: 63px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #b1b024;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-right: 7px;
}
.count-item .ci-number{
	font-size: 34px;
	color: #000;
	font-family: "CHANEWEI", Helvetica, Arial, sans-serif;
}
.count-item .ci-title{
	text-transform: uppercase;
	color: #717171;
	font-size: 12px;
	margin-top: -6px;
}

.cw-vivo{
	font-size: 20px;
	margin-top: 0;
}

.main-title-vivo{
	margin-bottom: 30px;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.main-title-desc{
	margin-top: -15px;
	margin-bottom: 30px;
	font-size: 16px;
	background-color: #00b2e2;
	color: #fff;
	padding: 15px;
	border-radius: 4px;
}
.divider-line{
	width: 100%;
	margin: 0;
}

.mct-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.mct-box .mct-icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}
.mct-box .mct-icon i{
	margin-right: 5px;
    position: relative;
    top: -2px;
}
.mct-box .main-content-title{
	margin-bottom: 0;
}

.solicitud-cargo-vivo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.solicitud-cargo-vivo .scv-info{
	/*margin-left: 10px;*/
	padding-bottom: 20px;
	width: 100%;
	/*position: relative;
	top: -2px;*/
}

.scv-info-item{
	font-size: 17px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.scv-info-item .cargo{
	flex: 1;
}
.scv-info-item .tipo-listado{
	margin:0 10px;
}
.scv-info-item .escuela-box{
	margin-right: 10px;
	flex: 1;
}
.scv-info-item .escuela{
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}
.scv-info-item.escuela{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.scv-info-item.escuela div{
	margin-left: 3px;
}
.btn-collapse{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333 !important;
}
.btn-collapse:hover{
	color: #333;
	text-decoration: none;
}

.alert.alert-vivo{
	border: 2px solid #bce8f1;
	border-radius: 4px;
	margin-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #636b6f;
	background-color: #fff;
	margin-right: 10px;
}

.alert.alert-vivo.live{
	border-color: #fdd306;
	background-color: #fdd306;
    text-align: center;
    font-size: 21px;
    width: 150px;
    line-height: 1;
}
.alert.alert-vivo.live i{
	margin-right: 0;
	margin-bottom: 10px;
}

.alert.alert-vivo span{
	font-size: 25px;
	font-weight: 900;
}

.alert.alert-vivo:hover, .alert.alert-vivo:focus, .alert.alert-vivo:active{
	color: initial;
}
.alert.alert-vivo.por-empezar{
	background-color: #ffda00;
	border-color: #cfd400;
	animation: anim-border 1s infinite;
}

.alert.alert-vivo i{
	margin-right: 10px;
	font-size: 40px;
}

/*--- Estilo para pantalla postulaciones cargo vivo ---*/
.postulacion-hero{
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}
.postulacion-cargo-vivo{
	margin-top: 30px;
	overflow: hidden;
}

.postulacion-cargo-vivo .pcv-head-item, .postulacion-cargo-vivo .pcv-body-item{
	width: 16.6%;
	float: left;
}
.pcv-head{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.pcv-head, .pcv-body{
	height: auto;
}
.pcv-head-item{
	font-weight: 700;
	word-break: break-word;
}
.pcv-body{
	clear: both;
	border-top: 1px solid #ccc;
}
.pcv-body-wrapper{
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.pcv-body-wrapper.aceptado{
	background-color: #18b596;
	color: #fff;
}
.pcv-body-item.estado .alert{
	padding: 3px;
}
.pcv-body-item.estado .alert.alert-danger{
	background-color: red;
	color: #fff;
}

.postulacion-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin: 0;
	margin-bottom: 10px;
}
.postulacion-title i{
	margin-right: 7px;
}
.mb-20{margin-bottom: 20px;margin-top: 0;}


@keyframes anim-border {
  from {border-color: #233b40;}
  to {border-color: #cfd400;}
}


.card-job-detalle .fav-icon-escuelas{
	display: none !important;
}
.card-job-detalle .fav-icon-escuelas i{
	transform: rotate(315deg);
}
.card-job-detalle.visible-icon-up .fav-icon-escuelas, .card-job-detalle.visible-icon-down .fav-icon-escuelas{
	display: flex !important;
}
.card-job-detalle.visible-icon-down .fav-icon-escuelas{
	background-color: #e76056 !important;
}
.card-job-detalle .fav-icon-escuelas.success{
	background-color: #06d206;
}
.card-job-detalle .fav-icon-escuelas.success i{
        color: #fff;
}

.card-job .card-info .card-info-title-primary{
	overflow-wrap: break-word !important;
	width: 280px;
}

.card-job .card-info .card-info-title-primary-modal {
	overflow-wrap: break-word !important;
	width: 450px;
}

.card-job .card-info .card-info-title-detalle{
	overflow-wrap: break-word !important;
	width: 650px;
}

.prioridad-group .btn:hover, .prioridad-group .btn:active, .prioridad-group.prioridad-group-checked .btn:not([disabled="disabled"]){
        background-color: #fdd306;
        color:#685723;
}

.prioridad-group.prioridad-group .btn[disabled="disabled"]:hover, .prioridad-group.prioridad-group-checked .btn[disabled="disabled"]:hover{
    background-color: transparent;
    color: #666;
}

.card-job.card-job-detalle.priority .card-job-body{
    flex: 1;
}

#explicativoModal .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#explicativoModal .modal-header h4,#explicativoModal .modal-header .close{
    flex: 1;
}
#explicativoModal .modal-header:before{
    display: none;
}
#explicativoModal .modal-header .close{
    opacity: 1;
    color: #000;
    font-size: 30px;
    text-align: right;
}

.dropdown-notification{
    width: 500px ; 
    max-width: 500px ;
}
.notification-item {
  background-color: #d2f3f7
}
.notification-item .novedad-asunto p{
  font-size: large
}
.notification-item .novedad-descripcion{
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:485px;
  font-size: small
}
.row-flex-escuelas{
    display: flex;
}
.row-flex-escuelas .video-col{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bbb; 
}

@media(max-width: 991px){
    .row-flex-escuelas{
        display: block;
    }
    .row-flex-escuelas .video-col{
        padding: 15px;
    }
}



/*Estilos para pantalla docentes backend*/
.titulo-panel-home{
	text-align: center;
	margin: 40px 0;
}
.btn-filter{
	text-decoration: none;
	margin-bottom: 20px;
}
.collapse-filtros{
	margin: 0 0 30px;
}
.collapse-filtros > .row{
	margin-bottom: 10px; 
}
.listado-actions{
	margin: 30px 0 20px;
	text-align: right;
}

#novedadesStepper {
  background-color: #ffffff;
}

#novedadesStepper .tab {
  display: none;
}
.novedadesStepper-steps{
    text-align:center;
    margin-top:40px;
}
.novedadesStepper-steps .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.novedadesStepper-steps .step.active {
  opacity: 1;
}

.novedadesStepper-steps .step.finish {
  background-color: #4CAF50;
} 

.consultaMessage{
  overflow-y:auto;
  max-height: 550px
}

.showDataModal{
    overflow-y:auto
}

.showDataModal .modal-header{
	border-bottom: 0
}

.showDataModal .modal-body{
	font-size: 16px;
	padding-bottom: 20px
}

.showDataModal .modal-body .icon-alert-box{
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fdd306;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center
}

.showDataModal .modal-body .icon-alert-box .icon-alert{
	font-size: 30px;
	color: #fff
}

.showDataModal .close-modal {
	position: absolute;
	right: -40px;
	color: #fff;
	font-size: 30px;
	top: -6px;
	cursor: pointer
}

.showDataModal .modal-dialog{
	width: 450px;
	margin-top: 80px
}

.showDataModal .modal-body {
	padding: 30px
}

.showDataModal .modal-body .confirm-title{
	text-align: center
}

.showDataModal .modal-body .confirm-question {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 20px;
	text-align: center
}

.showDataModal .modal-footer {
	text-align: center;
	border-top: 0;
	padding: 30px 15px
}

.asigned-solicitud-escuela{
    color:yellow;
    display: inline-block
}
.deserted-solicitud-escuela{
    color:red;
    display: inline-block
}
.deserted-solicitud-escuela-acepted-by-other{
    color:#FFB261;
    display: inline-block
}
.deserted-by-blocking{
    color:#c51bdb;
    display: inline-block
}

.ready-to-publish-solicitud{
    border-radius: 25px;
	 background: #d7ffcc;
	 font-weight: bold;
	 text-align: center
}

.notSubmittedFormT-solicitud{
    border-radius: 25px;
	background: #f6fbb1;
	font-weight: bold;
	text-align: center
}

.novedadesBtn.active{
    background: green;
    color: white;
}

.novedadesBtn.active.focus{
    background: green;
    color: white;
}

.noNovedadesBtn.active{
    background: red;
    color: white;
}

.noNovedadesBtn.active.focus{
    background: red;
    color: white;
}

.noNovedadesBtn:active,.noNovedadesBtn:hover{
    background: red;
    color: white;
}

.novedadesBtn:active,.novedadesBtn:hover{
    background: green;
    color: white;
}

.btn-purple{
    background: blueviolet;
    color:white;
}
.btn-purple:hover,.btn-purple:focus{
    color:white;
}

.btn.btn-xs .badge.badge-list{
    width: auto;
    z-index: 1;
}
div.es-continuidad{
    /* background-color:#f0f0f0; */
    background-color:#153244;
    color: #a8a8a8;
}
.es-continuidad i{
  color:#a8a8a8 !important;
}
div.es-asignacion{
    background-color:#fcff21b0;
}
div.es-regla-oro{
  background-color:#FFCC00;
  /* color: #a8a8a8; */
}
.es-regla-oro i{
  /* color:#a8a8a8 !important; */
}
div.es-bloqueado{
  background-color:#3C3C3B;
  color: #a8a8a8;
}
.es-bloqueado i{
  color:#a8a8a8 !important;
}

.es-continuidad-message{
  font-weight: bolder;
}

div.es-asignacion-message{
  color:red;
  font-size: 17px;
  text-align: right;
  text-align: left;
  font-weight: bold;
  margin-left: 15px
}

.important-message{
    color:red;
    font-size: 15px;
    text-align: center;
    font-weight: bold
}

.btn-check{
	width: 1px;
}

.center-card{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.consultas-label{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px
}
.important-text{
    color:red !important;
    font-size: 12px;
    text-align: left;
    font-weight: bold
}

div.voto-en-blanco{
    color:red;
    font-size: 15px;
}

div.desafectada{
    background-color:#defdfd;
}
div.desafectada-message{
    color: #5ea6b4;
    font-size: 15px;
    text-align: left;
	font-weight: bold;
	margin-bottom: 20px
}

div.mail-area-message{
    color: #000;
    font-size: 15px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px
}

.asignaciones {background-image: url(iconos/asignaciones.svg);}
.consultas {background-image: url(iconos/consultas.svg);}
.comunicaciones {background-image: url(iconos/comunicaciones.svg);}

.cardAsignaciones {background-color: #fdd306ad;}
.cardConsultas {background-color: #c65278;}
.cardComunicaciones {background-color: #4ae45e;}
.cardActosAbiertos {background-color: rgb(76, 202, 87);}
.cardActosCerrados {background-color: #a80038;}

.cursoBasicoAscenso {background-image: url(iconos/cursoBasicoAscenso.svg);}
.cursoBasicoAscensoHome {background-image: url(iconos/cursoBasicoAscensoHome.svg);}
.cardCursoBasicoAscenso {background-color: #00EADC;}

.items-xs {
    border-radius: 10px;
    display: grid;
    grid-gap: 10px;
    cursor: pointer;
    transition: all 0.6s;
    height: 150px;
	margin-top: 40px;
}

.project-name h2 {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    transform: translateY(0px);
    transition: all 0.5s;
    width: 100%;
    min-width: 300px;
    position: absolute;
    text-align: center;
}

.items-xs:hover {
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

.items-xs:hover .project-name h1 {
    transform: translateY(-5px);
    font-size: 35px;
}

.items-xs:hover .project-name h2 {
    transform: translateY(-5px);
    font-size: 28px;
}

.badesdeadentro-footer {
    min-height: 40px;
	max-height: 40px;
    min-width: 135px;
	width: 165px;
    background-image: url("../images/ba-desde-adentro.png");
	background-size: cover;
	margin-left: 75px;
}

.badesdeadentro-footer:hover,
.badesdeadentro-footer:focus {
  opacity: .8;
}

.badesdeadentro-footer:active {
  opacity: 1;
}

.cog-btn-footer:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background-color: #999;
}

@media (max-width: 767px) {
	.showDataModal .modal-dialog {
		margin-top: 30px;
		width: auto
	}
}
@media (max-width: 1100px){
	.solicitudModal .modal-dialog{
		width: 800px;
	}
}
@media (max-width: 850px){
	.solicitudModal .modal-dialog{
		width: 600px;
	}
	.solicitudModal .card-job .card-job-body{
		display: block;
	}
}
@media (max-width: 767px){
	.solicitudModal .modal-dialog{
		width: calc(100% - 30px);
	}
	.solicitudModal .modal-body .close-modal{
		top: 10px;
		right: 10px;
		color: #333;
	}
	.solicitudModal .card-job .card-job-body{
		display: block;
	}
	
	.pcv-body{
		border-top: 0;
	}
	.pcv-head{
		display: none;
	}
	.pcv-body-wrapper{
		flex-direction: column;
	}
	.postulacion-cargo-vivo .pcv-body-item{
		width: 100%;
		margin-bottom: 10px;
	}

	.solicitud-cargo-vivo, .scv-info-item{
		flex-direction: column;
	}
	.alert.alert-vivo{
		margin-bottom: 20px;
	}
	.scv-info-item .cargo{
		margin-bottom: 10px;
	}	
	.count-postulantes{
		text-align: left;
		font-size: 18px;
	}
}

:root {
  --celesteClaro: #F3F6F9;
  --celesteOscuro: #DFE7F0;
  --blanco: #FFFFFF;
  --grisClaro: #00000029;
  --grisBlanco: #E6EBF0;
  --grisMedio: #8A98A8;
  --grisSombra: #DFE7F0;
  --grisOscuro: #333333;
  --azulClaro: #5C6A7A;
  --azulMedio: #505E70;
  --azulOscuro: #38485C;
  --amarilloClaro: #FCDA59;
  --amarilloMedio: #FFDB2E;
  --azulActivo: #007BC7;
  --grisMuyOscuro: #AAAAAA;

  --fontExtraChica: 13px;  /*13px*/
  --fontChica: 1.1vw; /*14px*/
  --fontMedia:16px; /*16px*/
  --fontGrande: 18px; /*18px*/
  --fontExtraGrande: 24px; /*24px*/

  --fontFamily1:'Nunito';
  --fontFamily2:'Open Sans';

  --lineHeightChica:19px;
  --lineHeightMedio:20px;
  --lineHeightGrande:24px;
  --lineHeightExtraGrande:44px;

  --headerHeight: 80px;
  --mainHeight: calc(100vh - var(--headerHeight));
  --footerTop: calc(var(--mainHeight) + var(--headerHeight)) ;
  --footerHeight: 27.1vh;

  --textosHeight: auto;

  /* Colors: */
  --amarillo-50-fdd306: #FDD306;
  --amarillo-40-ffdb2e: #FFDB2E;
  --naranja-50-ffa82e: #FFA82E;
  --verde-50-26874a: #26874A;
  --rojo-50-c93b3b: #C93B3B;
  --celeste-70-005387: #005387;
  --celeste-60-0063a1: #0063A1;
  --celeste-50-007bc7: #007BC7;
  --celeste-20-b7d8ed: #B7D8ED;
  --celeste-10-f5f9fc: #F5F9FC;
  --grisulado-90-38485c: #38485C;
  --grisulado-70-505e70: #505E70;
  --grisulado-30-9eaab8: #9EAAB8;
  --grisulado-20-b8c1cc: #B8C1CC;
  --grisulado-10-d1d8e0: #D1D8E0;
  --grisulado-5-e6ebf0: #E6EBF0;
  --grisulado-1-f3f6f9: #F3F6F9;

  /* Font/text values */
  --unnamed-font-family-open-sans: Open Sans;
  --unnamed-font-family-nunito: Nunito;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-600: 600pxs;
  --unnamed-font-weight-300: 300pxs;
  --unnamed-font-weight-normal: normal;
  --unnamed-font-weight-bold: bold;
  --unnamed-font-weight-light: lighter;
  --unnamed-font-size-13: 13px;
  --unnamed-font-size-16: 16px;
  --unnamed-font-size-17: 17px;
  --unnamed-font-size-18: 18px;
  --unnamed-font-size-19: 19px;
  --unnamed-font-size-21: 21px;
  --unnamed-font-size-28: 28px;
  --unnamed-font-size-37: 37px;
  --unnamed-font-size-11-7: 11.7px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-character-spacing-0-03: 0.03px;
  --unnamed-character-spacing--0-02: -0.02px;
  --unnamed-character-spacing-0-02: 0.02px;
  --unnamed-character-spacing--0-07: -0.07px;
  --unnamed-character-spacing--0-06: -0.06px;
  --unnamed-line-spacing-16: 16px;
  --unnamed-line-spacing-20: 20px;
  --unnamed-line-spacing-24: 24px;
  --unnamed-line-spacing-26: 26px;
  --unnamed-line-spacing-28: 28px;
  --unnamed-line-spacing-34: 34px;
  --unnamed-line-spacing-44: 44px;
  --unnamed-text-transform-uppercase: uppercase;    
}
.bodyfix{
  position: fixed;
}
html{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--grisOscuro);
  position: relative;
  height: fit-content;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  scroll-behavior: smooth
}
header{
  z-index: 1;
}
main{
  z-index: -1;
}
footer{
  z-index: 0;
}
.nombresUnset{
  margin: 0;
  padding: 0;
  all: unset;
}

/* ========== HEADER ========== */
header{
  width: 100vw; /*1440px*/
  position: fixed;
  z-index: 100;
}
.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw; /*1364px*/
  height: var(--headerHeight);
  background-color: var(--blanco);
  box-shadow: 0px 3px 6px var(--grisClaro);
  opacity: 1;
  flex-wrap: nowrap;

}
.navbar-brand{
  padding: 0;
  margin: 0;
  font-size: unset;
  white-space: nowrap;
}
#logo{
  --anchoBA:80px;
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-55%); */
  /* left: 138px; */
  margin-left: 73px;
  width: fit-content;
  height: fit-content;
  opacity: 1;
}
#logo div{
  width: fit-content;
  height: fit-content;
}
#logo div img{
  width: 71px;
  height: auto;
}
.logoFooter{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoFooter p{
  font-style:  var(--unnamed-font-style-normal) ;
  font-variant:  normal;
  font-weight: var(--unnamed-font-weight-bold);
  font-size:  var(--unnamed-font-size-19);
  font-family: var(--unnamed-font-family-nunito);
  line-height:  var(--unnamed-line-spacing-26);
  color: #707070;
  letter-spacing: var(--unnamed-character-spacing--0-02);
  text-align: right;
  margin: 0;
  margin-left: 25px;
}

/*Modal confirm postulacion*/
#infoPenalizadoModal{
	.modal-header{
		border-bottom: 0;
	}
	.modal-body{
		font-size: 16px;
		padding-bottom: 20px;
		.icon-alert-box{
			height: 80px;
			width: 80px;
			border-radius: 50%;
			overflow: hidden;
			background-color: #fdd306;
			margin: auto;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
			justify-content: center;
			.icon-alert{
				font-size: 30px;
				color: #fff;
			}
		}
	}
	.close-modal{
		position: absolute;
	    right: -40px;
	    color: #fff;
	    font-size: 30px;
	    top: -6px;
	    cursor: pointer;
	}
}

#infoPenalizadoModal{
	.modal-dialog{
		width: 450px;
		margin-top: 80px;
	}
	.modal-body{
		padding: 30px;
		.confirm-title{
			text-align: center;
		}
		.confirm-question{
			margin-top: 30px;
			margin-bottom: 0;
			font-size: 20px;
			text-align: center;
		}
	}
	.modal-footer{
		text-align: center;
		border-top: 0;
		padding: 30px 15px;
	}

	@media (max-width: 767px) {
		.modal-dialog{
			margin-top: 30px;
			width: auto;
		}
	}
}


/* ======== MAIN ======== (de todas las pags)*/ 
main{
  background: var(--grisulado-1-f3f6f9) 0% 0% no-repeat padding-box;
  width: 100%;
  margin-top: var(--headerHeight);
}
main > div{
  top: var(--headerHeight);
  width: 100vw;
  min-height: var(--mainHeight);
}

/* 
____________________________________________
___________________INDEX____________________
____________________________________________
*/

/* ========== FOOTER ========== */
footer{
  top: var(--footerTop);/*81.6vh; */
  left: 0px;
  width: 100vw;
  height: fit-content;
  background: var(--grisOscuro) 0% 0% no-repeat padding-box;
  opacity: 1;
  border-top: var(--amarilloClaro) solid 3px;
}
footer > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer1,#footer2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw - 73px - 73px)
}
#footer1{
  height: 115px;
  border-bottom: solid 1px var(--celesteClaro);
}
#footer2{
  height: 135px;
  border-bottom: solid 1px var(--celesteClaro);
}
.logo2{
  display: flex;
}
.logo2 img{
  height: 40px;
  width: auto;
}
.lista_redes{
  width: auto;
  height: auto;
}
.lista_redes a{
    text-decoration: none;
}
.lista_redes a img{
  margin-left: 39px;
}
.lista_redes a img:not(#logoYoutube){
    filter: invert(100%);
    width: 24px;
    height: 27px;
}
#footer1 #titulo1{
  visibility: hidden;
}
#contenedor_img{
  display: none;
}
.imgBAC img{
  width: 90px;
  height: 90px;
}
#footer2 .nombres{
  font-style:  var(--unnamed-font-style-normal) ;
  font-variant:  normal;
  font-size:  var(--unnamed-font-size-13);
  line-height:  var(--unnamed-line-spacing-16);
  letter-spacing: var(--unnamed-character-spacing--0-02);
  text-align: right;
  display: flex;
  gap: 1px;
}
#footer2 .nombres div{
  width: 235px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
}
#footer2 .nombres div:not(:first-child,:last-child){
  border-left: solid 1px var(--grisulado-30-9eaab8);
  border-right: solid 1px var(--grisulado-30-9eaab8);
}
.nombres h4{
  color: var(--blanco);
  font-family: var(--unnamed-font-family-nunito);
  font-weight: var(--unnamed-font-weight-300);
}
.nombres p{
  color: var(--blanco);
  font-family: var(--unnamed-font-family-open-sans);
  font-weight: var(--unnamed-font-weight-light);
}
#footer3{
  height: 70px;
  border-bottom: none;
  width: 88.3vw;
  line-height: 60px;
}
#informacion {
  padding-top: 23px;
}
#informacion p{
  text-align: left;
  color: var(--grisMuyOscuro);
  font-size: 12px;
  font-family: 'Open Sans';
  line-height: 16px;
  margin: 0;
}
#BACcorto{
  display: none;
}
#BAClargo{
  display: block;
}

/* ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ */
/* ================= MEDIAQUERY ================= */
/* ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ */
/* en Inspeccionar de chrome el max-width no incluye al valor definido, es todo lo anterior a ese numero. En la extension de chrome para ver diferentes pantallas SI lo incluye. */

/* ______________ ULTRA HD ______________ */
@media only screen and (min-width: 1920px){
}
/* ______________ ESCRITORIO HD ______________ */
@media only screen and (max-width: 1920px){
  /* se agranda todo un 50% osea 1.5 */
  /* =============HEADER=============== */
  /* ============ MAIN ============= */
  /*  =============FOOTER============== */
}
/* ______________ ESCRITORIO ______________ */
@media only screen and (max-width: 1440px) {
  /* BASE */
}
/* ______________ ESCRITORIO M ______________ */
@media only screen and (max-width: 1366px){
}
/* _______ ORDENADOR / TABLET HORIZONTAL _______ */
@media only screen and (max-width: 1024px){
  /* =============HEADER=============== */
  /* ============ MAIN ============= */
  /*  =============FOOTER============== */
  #BAClargo{
    display: none;
  }
  #BACcorto{
    display: block;
  }
}
/* _______ intermedio 3 _______ */
@media only screen and (max-width: 980px){
  /* =============HEADER=============== */
  /* ============ MAIN ============= */
  /*  =============FOOTER============== */
  footer{
    height: fit-content;
  }
  .formato-menu{
    width: 200px;
    transform: translate(-180px,25px);
  }
  #lista_redes a img{
    transform: scale(1.1) !important;
  }
  .logo2{
    display: flex;
  }
  .logo2 img{
    height: auto;
    width: 18.8vw;
  }
  .lista_redes{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .lista_redes a{
    text-decoration: none;
    display: flex;
    color: var(--blanco);
    text-decoration: underline;
    margin: 8.5px 0px;
  }
  .lista_redes a img{
    margin-left: 0px !important;
  }
  #footer1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 329px;
    gap: 5px;
    
  }
  #footer1 #imgBA1{
    display: none;
  }
  #footer1 #titulo1{
    visibility: visible;
    color: var(--blanco);
  }
  #titulo1{
    font-size: var(--unnamed-font-size-19);
  }
  #footer2 #imgBA2{
    visibility: visible;
  }
  #footer2{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: fit-content;
    border-bottom: none;
  }
  #footer2 .nombres{
    text-align: left;
    flex-direction: column;
    width: 88.3vw;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--celesteClaro);;
  }
  #footer2 .nombres div{
    padding-left: 0;
    padding-top: 20px;
  }
  #footer2 .nombres div:not(:first-child,:last-child){
    border-left: none;
    border-right: none;
  }
  #facebook::after{
    content: 'Facebook';
    margin-left:calc(6px * 2);
    font-size: calc(16px * 1);
  }
  #twitter::after{
    content: 'Twitter';
    margin-left:calc(6px * 2);
    font-size: calc(16px * 1);
  }
  #instagram::after{
    content: 'Instagram';
    margin-left:calc(6px * 2);
    font-size: calc(16px * 1);
  }
  #youtube::after{
    content: 'Youtube';
    margin-left:calc(6px * 2);
    font-size: calc(16px * 1);
  }
  #whatsapp::after{
    content: 'Whatsapp';
    margin-left:calc(6px * 2);
    font-size: calc(16px * 1);
  }
  #imgBAC{
    display: none;
  }
  #contenedor_img{
    display: flex;
    align-items: center;
    margin: 18.5px 0;
  }
  #informacion{
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
  }
  #informacion p{
    text-align: left;
    font-size: calc(12px * 1);
    line-height: calc(16px * 1);
  }
}
/* ______________ TABLET VERTICAL ______________ */
@media only screen and (max-width: 768px){
  /* =============HEADER=============== */
  #logo{
    margin-left: 60px;
  }
  /* ============ MAIN ============= */
  /*  =============FOOTER============== */
  #footer1,#footer2,#footer3{
    width: calc(100vw - 60px - 60px)
  }
}
/* ______________ MOBILE HD ______________ */
@media only screen and (max-width: 720px) {
  /* =============HEADER=============== */
  #logo{
    margin-left: 60px;
  }
  /* ============ MAIN ============= */
  /*  =============FOOTER============== */
}
/* ______________ MOBILE L ______________ */
@media only screen and (max-width: 425px) {
  /* =============HEADER=============== */
  #logo{
    margin-left: 20px;
  }
  #logo div p span {
    display: none;
  }
  /* ============ MAIN ============= */
  /*  =============FOOTER============== */
  #footer1,#footer2,#footer3{
    width: calc(100vw - 20px - 20px)
  }
}
/* ______________ MOBILE M ______________ */
@media only screen and (max-width: 375px) {
  /* =============HEADER=============== */
  /* ============ MAIN ============= */
  /*  =============FOOTER============== */
}
/* ______________ MOBILE S ______________ */
@media only screen and (max-width: 360px) {
  /* =============HEADER=============== */
  /* ============ MAIN ============= */
  /* ===================FOOTER================== */
}
/* ______________ FUERA DE JUEGO ______________ */
@media only screen and (max-width: 319px) {
  body{
    display: none;
  }
}