@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

/* Colores 
Gris #4B5056
Morado #7E57C6
*/

body{
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	min-height: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #7E57C6 !important;
    border-color: #7E57C6 !important;
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #4B5056 !important;
    border-color: #4B5056 !important;
    box-shadow: 0 0 0 0.25rem rgb(75 80 86 / 50%);
}



.btn-modal {
    color: #4B5056;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

/*----- Top Bar -----*/
.topbar{
	background-color: #4B5056;
	padding: 10px;
}

.topbar h1{
	color: #90979E;
	font-size: 1.3em;
	margin-top: 15px;
	font-style: italic;
}

.logo-jalisco{
	width: 80%;
	height: auto;
}

/*----- Navbar -----*/
.navbar{
	padding: 10px 0px !important;
}

/*----- Content -----*/
.content{
	padding: 40px 10px;
}

.btn-vacantes{
	font-size: 1.4em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding: 10px 30px;
    background-color: #7E57C6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	display: table;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-decoration: none;
	margin: 0 auto;
}

.btn-vacantes:hover{
	background-color: #4B5056;
    color: #FFFFFF;
}

.bg-color{
	background-color: #7E57C6;
	color: white;
}

.img-100{
	width: 100%;
	height: auto;
}


/* ------ Welcome ------ */
.welcome h2{
	color: #7E57C6;
	font-size: 1.6em !important;
	font-weight: bold !important;
}





/*----- Modal -----*/
.modal-content{
	padding: 20px;
	background-color: #7E57C6 !important;
	color: white;
}

.modal-header .btn-close{
	filter:invert(100%) !important;
}

.btn-modal{
	
}




/* ------ Col Same Height ------ */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.row-obj-bottom{
	 margin-bottom: auto !important;
}


@media (max-width: 767px) {
	.row-eq-height {
	  display:inline-block !important;
	}
}



/* ------ Avisos ------ */

.avisos h2{
	font-size: 1.8em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding: 10px 30px;
    background-color: #7E57C6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	
	
}

.aviso{
	border: thin solid #4B5056;
	text-align: center;
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
	
}


.aviso-header{
	background-color: #4B5056;
	padding: 10px 5px;
	font-size: 1.3em;
    color: #FFFFFF;
	font-weight: 700;
}


.aviso-content{
	padding: 8px;
}

.aviso-footer{
	padding: 5px;
	
}

.aviso-footer p{
	margin: 0 !important;
}

.aviso-footer .sueldo{
	font-weight: 700;
	font-size: 1.2em;
}

.aviso-footer .ubicacion{
	font-size: 0.8em;
}

.aviso-footer .edad-sexo{
	font-size: 0.8em;
}

.aviso-button{
	margin: 20px 0px !important;
	 
	
}

.aviso-button a{
	font-size: 1.1em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
    padding: 10px 30px;
    background-color: #7E57C6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	text-decoration: none;
}

.aviso-button a:hover{
	
background-color: #4B5056;
    color: #FFFFFF;


}


/* ------ footer ----- */
.footer{
	background-color: #4B5056 !important;
	padding:40px 10px;
	color: white;
}

.footer .address{
	font-size: 0.9em;
}

.footer .social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .social li{
	display: inline-block;
}

.footer .social li a{
	color: white;
	padding: 0px 10px;
}
