@font-face {
    font-family: "poppins";
    src: url("../fonts/poppins/Poppins-Regular.ttf");
}

.picker__date-display {
	background-color: #1a2c79!important;
}

.picker__weekday-display {
	background-color: #1a2c79!important;

}

body {
	background: #FFFFFF;
	color: #000;
	height: 100%;
}



body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	/* font-family: 'nunito-local'; */
	font-family: "poppins" !important;
}

.footer2{
	position: absolute;
	width: 100%;
	bottom: 0px;
}


.fondo-naranja{
	background-color: #FF4337;
}

.naranjo-pls{
	color: #FF4337!important;

}

.hr-naranja{
	background-color: #4545f7;
	height: 7px;
	margin: 0px;
}

.estilo-texto-header{
	color: #737373;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
	color: #737373!important;

}

.input-field.col label {
	left: 0.75rem;
	color: #000;
}

.input-field label.active {
	font-size: 1rem!important;
	margin-top: 5px;
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
}


.modal-postulacion{
	max-height: 90%!important; top:5%!important;
}

.tabs .tab a {
    color: #000!important;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 12px!important;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #FF4337!important;
    width: 16%;
    will-change: left, right;
}

.heading{
	background: url(http://www.trabajosur.cl/themes/suraustral/img/herramienta_bg.jpg);
	background-size: cover;
	background-position: center center;
	margin: 0px -15px 0px;
	border-bottom: 6px solid #FF4337;
	padding: 15px 50px;
	padding-bottom: 150px;
}

.heading-empresas{
	background: url(images/empresa.jpg); 
	background-size: cover;
	background-position: center center;
	margin: 0px -15px 0px;
	border-bottom: 6px solid #FF4337;
	padding: 15px 100px;
	padding-bottom: 150px;
}

.heading-contacto{
	background: url(images/contacto.jpg); 
	background-size: cover;
	background-position: center center;
	margin: 0px -15px 0px;
	border-bottom: 6px solid var(--primary);
	padding: 15px 100px;
	padding-bottom: 150px;
}

.heading-final{
	margin: 0px -15px 0px;
	border-bottom: 10px solid var(--primary);
	padding: 15px 50px;
}

.carousel {
	top: 60px!important;
}

.carousel-index{
	position: absolute!important;
	z-index: -100;
}

.titulo-index{
	color: #fff;
	
	font-size: 25px;
	line-height: 4rem;

}

.titulo-index-2{
	font-size:21px;
	color: #FF4337;
}

.titulo-index-3{
	color: #003D51;
	margin-bottom: 0;
	margin-top: 2px;
	font-weight: bold;
	font-size: 35px;
}

.row-index{
	height: 93vh!important;
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
	color: #fff;
}

#homeSlogan{
	color: black !important;
	font-weight: bold; 
	font-size: 1.6em;
	margin: 0px;
}

#homePhrase{
	font-size: 1.1em !important;
	margin-top: 1em;
}

@media (min-width: 500px){
	#home img{
		margin-top: 5%;
		margin-bottom: -35px !important;
	}
}

.parallax-container{
	height: 550px!important;

}

.modal { 
	width: 95% !important ;
	height: 95% !important ; 
	max-height: 95%!important;
	top: 3%;
}

#modal{
	top: 3%!important;
}

.img-logo-navbar{	
	text-align: left;
	padding-top: 3px;
	width: 280px;
	height: 55px;
}

.img-empleo{
	background: url('../../../images/empleo.jpg') no-repeat center fixed !important; 
	-webkit-background-size: cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-empleo2{
	background: url('../../../images/empleo2.jpg') no-repeat center fixed !important; 
	-webkit-background-size: cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-empleo3{
	background: url('../../../images/empleo3.jpg') no-repeat center fixed !important; 
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.img-empleo4{
	background: url('../../../images/empleo4.jpg') no-repeat center fixed !important; 
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.capitalize{
	text-transform: capitalize;
}

.mayusculas{
	text-transform: uppercase;
}

.justificado{
	text-align: justify;
}

.letra-chica{
	font-size: 11px;
}

.oferta-desc{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

nav {
	color: #fff!important;
	background-color: #ffffff!important;
	width: 100%;
	height: 56px;
	line-height: 56px;
}

nav ul a {
	transition: background-color .3s;
	font-size: 1rem;
	color: #fff!important;
	display: block;
	padding: 0 15px;
	cursor: pointer;
}

.select-index{
	border: 0px!important;
	border-radius: 2px;
	margin: 5px;
	width: 95%;
}

.fondo-img-login{
	background-image:url("../../../images/fondo.jpg");
	background-size:     cover;                      /* <------ */
	background-repeat:   no-repeat;
	background-position: center center;  
}

.fondo-blanco{
	background-color: #fff;
}

/*tipografias*/

.titulo1{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.span-login{
	height: 12em;
}

.btn{
	margin-top: 10px;
	width: auto;
	height: 40px!important;
	border-radius: 50px !important;
}

.btn-admin{
	width: 20%!important;
}


.texto-btn{
	margin-top: 5px;
}

.card-proyecciones{
	padding: 10px!important;
}

.mini-container{
	padding-left: 20px;
	padding-right: 20px;
}

.card .card-content {
	padding: 10px!important;

}

/* Dispositivos */
@media  (min-width: 1280px) and (max-width: 1360px) {
	.span-login{
		height: 18em;
	}

	.row-index{
		height: 90vh!important;

	}

	.carousel {
		height: 90vh!important;

	}

}

@media  (min-width: 1360px) and (max-width: 1399px) {
	.span-login{
		height: 6em;
	}

		.row-index{
		height: 90.5vh!important;

	}

	.carousel {
		height: 90.5vh!important;

	}
}

@media (min-width: 1400px) and (max-width: 1499px){
	.span-login{
		height: 18em;
	}

		.row-index{
		height: 91.5vh!important;

	}

	.carousel {
		height: 91.5vh!important;

	}
}

@media (min-width: 1500px) and (max-width: 1699px){
	.span-login{
		height: 18em;
	}
}

@media (min-width: 1600px) and (max-width: 1699px){
	.span-login{
		height: 4em;
	}
}

@media  (min-width: 1700px) and (max-width: 1980px) {
	.span-login{
		height: 311px;
	}

}
/* dispositivos móviles */
@media (max-width: 800px){

}



input::-webkit-input-placeholder {
	color: #9e9e9e !important;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #9e9e9e !important;

}

input::-moz-placeholder {  /* Firefox 19+ */
	color: #9e9e9e !important;

}

input:-ms-input-placeholder {  
	color: #9e9e9e !important;

}

textarea::-webkit-input-placeholder {
	color: #9e9e9e !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #9e9e9e !important;

}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #9e9e9e !important;

}

textarea:-ms-input-placeholder {  
	color: #9e9e9e !important;

}

/** Global **/
:root {
	--primary: #4545f7;
	--primaryContrast: #2d2dfb;
	--second: #f75908;
	--secondContrast: #f75908;
	--backgroundSimple: #e7e5e54f;
}

.btn-primary{
	background-color: var(--primary) !important;
}

.btn-primary:hover{
	background-color: var(--primaryContrast) !important;
}

.btn{
	background-color: var(--primary) !important;
}

.btn:hover{
	background-color: var(--primaryContrast) !important;
}

/** Menú **/
#main-menu nav ul li a > b{
	color: #000 !important;
}

#main-menu .menu-icon{
	font-size: 25px;
	margin: 0.5em 15px 0 0;
}

#dropdown-menu .menu-icon{
	width: 22px;
	margin: 0 15px 0 0;
}

/** Index **/
.row-index .container{
	display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    height: 100%;
    padding-bottom: 2%;
}

.index-btn{
	color: #FFF;
	font-weight: 700;
	margin-top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: var(--second) !important;
}

.index-btn:hover{
	background-color: var(--secondContrast) !important;
}

.index2-btn{
	color: #FFF;
	font-weight: 700;
	background-color: var(--primary) !important;
}

.index2-btn:hover{
	background-color: var(--primaryContrast) !important;
}

.row-index, .carousel{
	height: 79vh !important;
	max-height: 80vh !important;
}

#phrase{
	height: 100%;
	padding-top: 8vh;
	margin-bottom: 5em;
}

#phrase .card{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid var(--primary);
	padding-top: 3em;
	padding-bottom: 3em;
}

#phrase p{
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 1em 0 1em;
}

#phrase .card-image > img{
	margin-top: 1em;
	margin-bottom: 1.5em;
}

#phrase .card.small .card-content{
	max-height: 100%;
}

#alliances{
	background-color: var(--backgroundSimple);
	padding: 2em 0 3em 5%;
	color: var(--primary);
	/* padding-left: 5%; */
}

#brochure{
	padding: 2em 0 2em 5%;
}

#brochure h4{
	color: var(--primary);
}

#brochure p{
	margin-bottom: auto;
}

#faq{
	background-color: var(--backgroundSimple);
	padding: 2em 0 2em 0;
}

#faq-title{
	color: var(--primary);
	padding-left: 5%;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#faq-content{
	font-size: 1.2em;
}

#faq-content{
	padding-left: 2em;
}

#faq-content .collapsible-header{
	font-weight: bold;
    min-height: 4rem;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#faq-content li{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#faq-content li.active
{
	margin-right: 2em;
}

.faq-subtitle{
	font-weight: bold;
}

#footer{
	overflow:hidden;
	position:relative;
	margin-bottom: 0;

	height: 100%;
	background-color: var(--primary);
	color: #fff;
}

#footer::before{ 
	content:'';
	font-family:'';
	position: absolute;
	z-index: 3;
	pointer-events: none;
	background-repeat: no-repeat;
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw; 
	background-size: 134% 50px;
	background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%23ffffff"/></svg>'); 
}
	
@media (min-width:2100px){
	#footer::before{
		background-size: 134% calc(2vw + 105px);
	}
}

#footer-content{
	padding-top: 5em;
	padding-bottom: 4em;
}

#footer-content i{
	font-size: 1em;
	vertical-align:middle;
}

/** LoginPage **/
#form-ingreso .btn{
	background-color: var(--primary) !important;
}

#form-ingreso .btn:hover{
	background-color: var(--primaryContrast) !important;
}

/** Contact Page **/
.primary-text{
	color: var(--primary);
}

.btn-contact{
	background-color: var(--primary) !important;
}

.btn-contact:hover{
	background-color: var(--primaryContrast) !important;
}

/** Oferta index **/
#search-job{
	color: #FFF;
	font-weight: 700;
	background-color: var(--primary) !important;
}

#search-job:hover{
	background-color: var(--primaryContrast) !important;
}

.item-job{
	font-family: 'nunito-local';
}

/** Test Disc **/
#disc-form input[type="radio"]:checked + label:after {
    background-color: var(--primary);
	border: 2px solid var(--primary);
}

#disc-form .titles{
	margin-left: 2% !important;
}

.beta::before{
	content: "beta";
	position: fixed;
	width: 150px;
	height: 25px;
	background: var(--primary);
	bottom: 30px;
	left: -35px;
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 27px;
	transform:rotate(45deg);
	box-shadow: 0 36px 39px 0 rgba(0, 0, 0, 0.14), 0 8px 31px 0 rgba(0, 0, 0, 0.82), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

#modalDescriptionDisc{
	width: auto !important;
    height: auto !important;
    /* max-height: 60%!important; */
}