@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: 'Roboto', sans-serif;

}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

/* Colores principales PNA */

.bg-pna {
	background-color: #3c8dbc;
}

.color-pna {
	color: #3c8dbc;
}

.text-pna {
	color: #3c8dbc;
}

.text-pna a {
	decoration: none;
	color: #3c8dbc;
}

.bg-pnalight {
	background-color:rgba(188,188,187,0.5)
}

.color-pnalight {
	color: #EEEEEE;
}

.text-pnalight {
	color: #EEEEEE;
}

/* Botones PNA */

.btn-pna {
  color: #fff;
  background-color: #3c8dbc;
  border-color: #3c8dbc
}

.btn-pna:hover {
  color: #fff;
  background-color: #0082ba;
  border-color: #3c8dbc;
}

.btn-pna:focus, .btn-pna.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 165, 0.5);
}

.btn-pna.disabled, .btn-pna:disabled {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

.btn-pna:not([disabled]):not(.disabled):active, .btn-pna:not([disabled]):not(.disabled).active,
.show > .btn-pna.dropdown-toggle {
  color: #fff;
  background-color: #3c8dbc;
  border-color: #01628c;
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 165, 0.5);
}

.btn-outline-pna {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: #3c8dbc;
}

.btn-outline-pna:hover {
  color: #fff;
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

.btn-outline-pna:focus, .btn-outline-pna.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 165, 0.5);
}

.btn-outline-pna.disabled, .btn-outline-pna:disabled {
  color: #3c8dbc;
  background-color: transparent;
}

.btn-outline-pna:not([disabled]):not(.disabled):active, .btn-outline-pna:not([disabled]):not(.disabled).active,
.show > .btn-outline-pna.dropdown-toggle {
  color: #fff;
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 165, 0.5);
}

/* Header secciones */

.header-uaca {
	margin-top: 120px;
	background: url(../img/fragmentos/carousel-7.jpg) no-repeat center;
	background-size: cover;
}

.header-iusm {
	margin-top: 120px;
	background: url(../img/fragmentos/1.JPG) no-repeat center;
	background-size: cover;
}

.header-dedu {
	margin-top: 120px;
	background: url(../img/fragmentos/carousel-8.png) no-repeat center;
	background-size: cover;
}


.center-justify {
	text-align: justify;
	text-align-last: center;
}

.carousel-indicators-home {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators-home li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-right: 4px;
  margin-left: 4px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators-home li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 25px;
  content: "";
}

.carousel-indicators-home li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 15px;
  content: "";
}

.carousel-indicators-home .active {
  background-color: rgba(255, 255, 255, 1);
}


.carousel-img-height-mobile {
	min-height: 600px;
	width: auto;
	overflow: hidden;
}

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

.carousel-img-height {
	max-height: 100vh;
	overflow: hidden;
}

.text-homemain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.equipo-container {
  position: relative;
  width: 100%;
  height: auto;
}

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

.equipo-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  border-left: 6px solid #17a2b8;
}

.equipo-container:hover .equipo-overlay {
  opacity: 1;
}

.aliados-link img {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.aliados-link img:hover {
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}


.home-footer {
	margin-top: 10px;
	padding: 50px 0px;
	border-top: 5px solid #3c8dbc;
}

.menu-barra {
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
}

.menu-item {
	padding: 0px 10px;
}

.menu-item:hover {
	background-color: #17a2b8;
	border-radius: 25px;
}


li.menu-link {
	text-decoration: none;
	color: #000000;
	transition: all 0.3s ease-in-out;
}

li.menu-link:hover {
	text-decoration: none;
	color: #3c8dbc;
	transition: all 0.3s ease-in-out;
}

.bg-contacto {
	/*background: url(../img/banner/home-footer.png) no-repeat center;*/
	background-color:#3c8dbc;
}

.form-contacto {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 0.8rem;
 	line-height: 1.5;
	border: 1px solid #17a2b8;
	border-radius: 5px;
	background-color: transparent;
	color: white;
	
}

.form-contacto:focus {
	background-color: transparent;
	color: white;
}

.form-contacto::placeholder {
  color: white;
}

.form-control:disabled {
	color: white;
	opacity: 0.7;
 
}

.form-options {
	border: 0px solid rgba(0,0,0,0.70);
	background-color: rgba(0,0,0,0.70);
	line-height: 1.5;
}

.sitemap {
	list-style-type: none;
	color: #f8f9fa;
	line-height: 2.5;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding-left: 1px;
	text-transform: uppercase;
}

.sitemap a {
	text-decoration: none;
	color: #f8f9fa;
}

.sitemap a:hover {
	color: #D9D9D9;
}

.tab-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}


.tab-content {
	background-color: #f8f9fa;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 20px;
}

.separador {
	margin: 30px auto;
	height: 6px;
	width: 100px;
	border-radius: 8px;
	background-color: #3c8dbc;
}

div.tab-style h3 {
	border-bottom: 1px solid #D9D9D9;
}

div.tab-style h4 {
	margin-left: 25px;
}

.shadow {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}