body{
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
}
.container{
    max-width: 1180px;
    margin: 0px auto;  
    padding: 0px;
}
.header ul {
    padding-left: 299px;
}
.header ul li a {
    font-weight: 600;
}
.header .navbar.bg-light{
    background-color: white!important;
}
.header{
    box-shadow: 0px 4px 13px rgba(136, 136, 136, 0.52);
    -webkit-box-shadow: 0px 4px 13px rgba(136, 136, 136, 0.52);
	background-color: white!important;
}
.header .navbar-brand, .header .navbar-brand:hover{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 29px;
    color: #0d47a1;
}
.navbar-light .navbar-nav .nav-link {
    color: #90caf9;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0d47a1;
}
section#home{
    height: 100vh;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
    color: #0d47a1;
    padding: 295px 0px 0px;
    background-image: url(../images/parallax/DSC_3376-1.jpg);
    background-position-y: -68px;
}
.home section h1{
    font-size: 80px;
    font-weight: 900;
    text-align: center;
    color: #00bb9c;
}
.home section h3{
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}
.descripcion{
    height: 180px;
    margin-top: 120px;
    margin-bottom: 65px;
    position: relative;
}
.descripcion:after{    
    content: "";
    height: 170px;
    width: 200%;
    background-color: #002071;
    position: absolute;
    top: 0;
    left: -200%;
    margin-left: -15px;
}
.descripcion h2{
    font-size: 84px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    width: 454px;
    text-align: right;
    display: inline-block;
    margin-right: 50px;
    color: #0d47a1;
}
/*.invisible{
    opacity: 0
}
.visible{
    opacity: 1
}*/
.descripcion p{
    display: inline-block;
    font-size: 22px;
    width: 600px;
    color: #000;
}
section#especialidad .card{
    border: none;
}
section#especialidad .card-img-top{
    width: 75px;
    margin: 0px auto
}
section#especialidad .card-title, section#especialidad .card-text{
    text-align: center;
    color: #0d47a1;
}
section#especialidad .card-text{
    color: #000
}
.line{
    width: 75px;
    border-bottom: 3px solid #90caf9;
    margin: 20px auto;
}
.textazul{
    color: #00bb9c;
}
section#profesores .descripcion h2{
    width: 586px;
}
section#profesores .descripcion p{
    width: 469px;
}
section#profesores .profesor{
    background-color: red;
    border-radius: 25px;
    width: 150px;
    height: 150px;
}
.proyecto{
    background-image: url("https://www.mundoperro.net/wp-content/uploads/Nombres-de-perro-con-la-letra-G.jpg");
    width: 285px;
    margin-right: 10px;
    display: inline-block;
    background-size: cover;
    height: 200px;
}
.proyecto.ultimo{
    margin-right: 0px;
}
.card-group.noticias .card.ultimo{
    margin-right: 0px;
}
.proyecto .proyecto-tapa{
    opacity: 0;
    transition:0.4s; 
    width: 100%;
    height: 100%;
    padding: 8px;
}
.proyecto .proyecto-tapa h2{
    color: #ffffff;
}
.proyecto:hover{
    text-decoration: none;
}
.proyecto:hover .proyecto-tapa{
    opacity:0.87;
    background-color: darkblue;
}
section#pasantias .descripcion h2{
    width: 535px;
}
section#pasantias .descripcion p{
    width: 590px;
}
section#pasantias h1{
    font-weight: 800;
    font-size: 45px;
}
section#pasantias h3{
    color: #0d47a1
}
.carousel-inner{
    width: 500px;
    height: 380px;
    margin: 0px auto;
}
.w-100 {
    background-size: cover;
    height: 100%;
}
.modal{
    height: auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
section#especialidad .malvasio-card{
    margin: 0px auto;
}
section#especialidad .malvasio-card .card-img-top{
    width: 160px;
    border-radius: 161px;
    margin-top: 40px;
}
section#especialidad .malvasio-card .card-text {
    line-height: 11px;
} 
.inlineb{
    display: inline-block;
}
.card-group.noticias .card {
    -ms-flex:none;
    flex: none;
    width: 30%;
    margin-right: 59px;
    margin-top: 50px;
}
.card-group.noticias .card .card-img-top{
    height: 200px;
}
section#proyectos .descripcion h2{
    width: 499px;
}
.indicador.cuarto{
    background-color: #1e88e5
}
.indicador.quinto{
    background-color: #1976d2
}
.indicador.sexto{
    background-color:#1565c0
}
.indicador.tercero{
    background-color: #2196f3
}
.card a, #accordion .card-body{
    color:#000
}
.btn.btn-8.btn-8b.egresado,.btn.btn-8.btn-8b.estudios,.btn.btn-8.btn-8b.detalle{
    margin: 0px auto;
    width: 325px;
    margin-bottom: 15px;
    padding: 15px;
}
.btn-8{
    background-color: #0d47a1;
    color: #00bb9c;
    margin: 0px auto;
    width: 325px;
    margin-bottom: 15px;
    padding: 15px;
}
.btn-8b:after {
    background: #34749a;
}
#blog .card-title {
    color:#0d47a1;
}
#blog .card-text {
    color:#000;
}
#blog .card{
    border: 1px solid #cfd8dc;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 6px 9px 1px;
}
.video{
    width: 750px;
    margin: 0px auto;
}
#blog .card a{
    color:#0d47a1;
}
#blog .carousel-inner{
    height: auto;
}
.carousel-control-next-icon {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Next_Arrow.svg/2000px-Next_Arrow.svg.png);
}
.carousel-control-prev-icon {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Back_Arrow.svg/2001px-Back_Arrow.svg.png);
}
.carousel-control-prev-icon,.carousel-control-next-icon {
    width: 65px;
    height: 65px;
}
.arduino{
    font-size: 65px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    color: #0d47a1;
    margin: 34px 0px;
}
#proyectos img {
    vertical-align: middle;
    border-style: none;
    width: 500px;
    height: 325px;
}
.indicador {
    padding-top: 20px;
    text-align: center;
    width: 100%;
    height: 73px;
    background-color: yellow;
    margin-top: 35px;
}
.divisor-materias {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.indicador p {
    font-size: 24px;
    font-weight: 700;
    color: white;
}
/* Footer */

	#footer {
		background: #272833;
		padding: 6em 0;
		text-align: center;
	}

		#footer .icons .icon.alt {
			text-decoration: none;
		}

			#footer .icons .icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#footer .icons .icon.alt:before {
				color: #272833 !important;
				text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
			}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			line-height: 1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.3);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

.homediv{
    text-align: center;
    margin-top: 115px;
}
.homediv h1{
    font-weight: 900;
    font-size: 68px;
    font-family: 'Raleway', sans-serif;
}
.homediv img{
    width: 285px;
    margin-bottom: 72px;
}
footer{
	margin-top:50px;
}
.icons{
	margin-top: 30px;
	margin-left: -38px;
}
.icons li{
	margin: 0px 10px;
	display:inline-block;
}
.icon{
	font-size: 26px;
}
section#pasantias .descripcion h2.carreras {
    width: 440px;
}
footer ul{
    margin-left: -39px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
/*---------------------------3D----------------------------*/
.contenedor{
    height: 250px;
    margin: 55px 15px;
    width: 307px;
    display: inline-block;
    -webkit-perspective: 500px;
}
.circulos{
    height: 100%;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: 1s;
}
.contenedor:hover .circulos{
    transform: rotateY(180deg);
}
.text-muted {
    color: #005cb2!important;
}
.lado{
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    position: absolute;
}
.card a:hover{
    text-decoration: none;
    font-weight: 800;
}
.frente{
    background-color: burlywood;
    background-image: url("https://www.anipedia.net/imagenes/que-comen-los-perros.jpg");
    background-size: cover;
}
.atras{
    background-color: azure;
    transform: rotateY(180deg);
    background-image: url("../images/backimage-1.jpg");
    background-size: cover;
    padding: 20px;
}
.circlestitle{
    font-size: 28px;
    color: #1fb5ac;
}
.circlesbody{
    margin-top: 15px;
    font-size: 18px;
    color: #ffffff;
}
.owl-carousel .owl-stage-outer{
    cursor: pointer;
}
/*--------------------------------------PARALLAX-----------------------------------*/
.pcontainer.home section{
    background-color: none;
}
.pcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 500px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100%;
    margin-top: 80px;
}
.pcontainer.home {
    height: 100vh;   
       margin-top: 0px;
}
.pcontainer.home section .image{
        padding: 295px 0px 0px;
        background-size: cover;
    font-family: 'Raleway', sans-serif;
    color: #0d47a1;
    background-position-y: -68px; 
    opacity: 1;
    background-image: url(../images/DSC_3386-1.jpg);
}
.pcontainer section {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.pcontainer section#dos .image {
  background-image: url(../images/parallax/DSC_3385-1.jpg);
}
.pcontainer section#tres .image {
  background-image: url(../images/parallax/DSC_3380-1.jpg);
}
.pcontainer section#cuatro .image {
  background-image: url(../images/parallax/DSC_3539-1.jpg);
}
.pcontainer section#cinco .image {
  background-image: url(../images/parallax/DSC_3437-1.jpg);
}
.pcontainer section#seis .image {
  background-image: url(../images/parallax/DSC_3472-1.jpg);
}
.pcontainer section#siete .image {
  background-image: url(../images/parallax/450_1000-1.jpg);
}
.pcontainer section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.7;
}
.pcontainer section .stuff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #e67e22;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
}

/*OWL-CAROUSEL*/
.owl-carousel {
    width: 800px;
    height: auto;
    margin: 60px auto 50px;
}
.owl-carousel .item{
    height: auto;
}

.owl-carousel .item .item-image{
    width: 100%;
    height: 400px;
    background-color: #1565c0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.owl-carousel .item .item-image .item-image-title {
    position: absolute;
    bottom: 70px;
    background-color: #00000085;
    color: white;
    font-size: 32px;
    padding: 7px;
}
.owl-carousel .item p {
    font-size: 15px;
    text-align: justify;
    margin-top: 7px;
}
.owl-dots {
    position: absolute;
    bottom: 450px;
    left: 50%;
    transform: translateX(-50%);
}