*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "sweet-sans-pro", sans-serif;
	font-size: 14px;
}


.custom-alert {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-alert-content {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  text-align: center;
  max-width: 90%;
  width: 350px;
  font-family: sans-serif;
}

.custom-alert-content button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}



body {padding: 0px;}

.offcanvas-collapse .me-auto {margin: auto;}
a {
	text-decoration: none;
}

img {
  pointer-events: none;
}
h2 {
	font-weight: 700;
}
header {
	min-height: 490px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -60px;
}

button {
	border: none;
}
.offcanvas-collapse {
	z-index: 999999;
}
.head-text h1 {
	font-family: "sweet-sans-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 40px;
    color:#ffffff;
}

.btn-primary {
	color:#ffffff;
	background-color: #233568;
	font-size: 14px;
	padding: 8px 30px;
	font-weight: 700;
}

.degree-menu {
	border-bottom: 1px solid #eee;
	background: #000000;
background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#000000",
  GradientType=0
);
position: relative;
z-index: 1;
}

.menu-principal a {
	font-size: 14px;
	color:#ffffff;
}

.menu-secundario a {
	font-size: 10px;
	color:#ffffff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {min-width: 3rem;}
.navbar-expand-lg .navbar-nav .dropdown-menu a {color: #333333;}

/*--------------- AREAS DE NEGOCIO -------------------*/

.areas-negocio {padding: 2em;}
.areas-negocio h2 {
	color: #000000;
	font-weight: 700;
}
.box-card img {width: 90px;}
.box-card {
	border: 1px solid #eee;
	padding: 4em 2em;
	min-height: 325px;
	font-size: 14px;
}
.box-card h4 {
	color: #233568;
	font-weight: 700;
}

/*---------------------- NOSOTROS HOME -------------------------------*/

.nosotros-home {
	padding: 6em 0em 13em 0em;
	background-color: #000000;
	color: #ffffff;

}

.nosotros-home p {
	margin-bottom: 2rem;
}

.w50 {width: 80%;margin-bottom: 35px;}

.btn-outline {
	color:#ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
	font-size: 14px;
	padding: 8px 30px;
	font-weight: 700;
}

/*------------------- EMPLEO -----------------------------*/
.empleo-home {
	min-height: 490px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -60px;
}
.btn-empleo {
	color: #ffffff;
	background-color: #000000;
	font-size: 2rem;
	padding: 40px 70px;
}

/*------------------- FORMULARIO -----------------------------*/

.formulario {
	max-width: 500px;
	margin: auto;
	border: 1px solid #eee;
	padding: 3rem 2rem 3rem 2rem;
	border-top: 8px solid #233568;
	margin-bottom: 4rem;
}

.form-control {
	border: none;
	border-bottom: 1px solid #eee;
}

textarea {
	resize: none;
	border: 1px solid #eee!important;
}

/*------------------- FOOTER -----------------------------*/

footer {
	background-color: #000000;
	color:#ffffff;
	padding: 2rem 0rem;
}
.menu-footer ul {
	padding-left: 0px;
}
.menu-footer ul li{
	list-style: none;
}
.menu-footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.text-footer {
	color: #ffffff;
	font-size: 11px;
}
.social a{
	color: #ffffff;
	font-size: 16px;
	margin-right: 20px;
} 


/*--------------- SECCIONES -----------------------------*/

.btn-outline-2 {
	color:#000000;
	background-color: transparent;
	border: 2px solid #000000;
	font-size: 14px;
	padding: 8px 30px;
	font-weight: 700;
}

.gradiente {
	background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(255, 255, 255, 1) 55%);
}

.section-grupo{

	position: relative;
    top: -155px;
}

.logo-secciones {
	padding-top: 5rem;
}

.dark-box {
	height: 300px;
    width: 90%;
    background-color: #000000;
    position: absolute;
    top: 10px;
    z-index: -1;
    right: 5%;
    left: 5%;
}
.pd-4r{
	padding:0rem 6rem;
}

.section-grupo h2 {
	max-width: 400px;
}

.section-grupo p {
	max-width: 400px;
	margin-bottom: 2em;
}

/*---------------- NOSOTROS ------------------*/
.grey-box {
	background-color: #f2f2f2;
	height: 300px;
    width: 90%;
    position: absolute;
    top: -50px;
    z-index: -1;
    right: 5%;
    left: 5%;
}
.section-nosotros{
	position: relative;
    top: -155px;
    background-color: #f2f2f2;
    padding-bottom: 4em;
    margin-bottom: -5em;
}

.section-nosotros h3 {
	font-weight: 700;
}

.pd-1 {
	padding: 1em;
}

/*----------------- EMPLEO ---------------*/
.white-box {
	background-color: #ffffff;
	height: 300px;
    width: 90%;
    position: absolute;
    top: -50px;
    z-index: -1;
    right: 5%;
    left: 5%;
}
.section-empleo{
	position: relative;
    top: -155px;
    background-color: #ffffff;
    padding-bottom: 4em;
    margin-bottom: -5em;
}

.form-select, .form-control {border-radius: 0px;}

/*----------------- TERMINOS ---------------*/

.terminos {
	background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(35, 53, 104, 1) 50%, rgba(35, 53, 104, 1) 100%);
}

.terminos-box {
	margin-top: 5em;
	margin-bottom: 5em;
	padding: 4em;
	background-color: #ffffff;
	color:#000000;
	min-height: 70vh;
}


 /*---------- responsive ----------------*/
@media (max-width: 480px){
	.btn-empleo {
	color: #ffffff;
	background-color: #000000;
	font-size: 1.5rem;
   padding: 20px 50px;
}
}

@media (max-width: 767px) {
	.box-card {
		min-height: auto;
		margin-bottom: 10px;
	}
	.menu-footer ul {
		display: inline!important;
	}
	.menu-footer ul li {
		margin-right: 10px;
	}
	.dark-box {
		height: 220px;
	}
	.section-grupo p {
	max-width: 100%;
}
.img-seccion {margin-top: 2em;}
}
@media (min-width: 767px) {
.dark-box {
		height: 230px;
	}
}

@media (max-width: 990px){
	.menu-secundario a {
    font-size: 14px;
    color: #ffffff;
}
.pd-4r
 {
    padding: 0rem 2rem;
}
}
@media (min-width: 1200px) {
.dark-box {
		height: 240px;
	}
}

@media (min-width: 1400px) {
	.dark-box {
		height: 250px;
	}
}