/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.00rem;
}

/* rtl:end:remove */
 
/* mis css */

.text-justify{
 text-align: justify;
 margin-top: 40px;
 margin-left: 10px;
 margin-right: 20px;
 color: #5a5a5a;
}

.heading-title{
  margin-top: 65px;
  font-size: 35px;
}

.heading-subtitle{
  margin-top: 10px;
  font-size: 40px;
}

.container-wpp{
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.container-wpp img{
  width: 55px;
}

.home {
  min-height: 100vh;
  display: flex;
  align-items: top;
  background: url(nosotros2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.home .homeContent{
  width: 60%;
  float: left;
  text-align: justify;
  margin-left: 4rem;
  padding-right: 7rem;
  padding-top: 2rem;
}

.home .homeContent2{
  width: 80%;
  float: left;
  text-align: justify;
  padding: 4rem;
}

.home .homeContent h2{
  font-size: 60px;
  font-weight: bolder;
  margin-bottom: 2rem;
  line-height: 7rem;
  
}
.home .homeContent p{
  margin-top: 10px;
  font-size: 1OPX;
}

.tabla{
  padding: 20px;
}

.course{
  width: 95%;
  margin: auto;
  text-align: center;
  padding-top: 5px;
}
.course h1{
  margin-top: 10px;
  font-size: 35px;
  font-weight: 600;
}
.course p{
  font-size: 15px;
  font-weight: 300;
  padding: 5px;
}

.row{
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.course-col{
  flex-basis: 47%;
  background: #2d2a2a;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 10px 10px;
  box-sizing: border-box;
  transition: 0.5s;
}

.course-col p{
  margin-top: 10px;
  font-size: 1OPX;
}

.course-col:hover{
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.campus{
  width: 100%;
  margin: auto;
  text-align: center;
}

.campus-col-1{
  flex-basis: 60%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.campus-col-2{
  flex-basis: 40%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.campus-col-1 h2{
  font-size: 60px;
  font-weight: bolder;
  text-align: right;
  margin-top: 70px;
}

.campus-col-1 p{
  text-align: left;
  margin-top: 30px;
}

.campus-col-2 p{
  text-align: left;
  margin-top: 75px;
}

.campus-col-2 h2{
  font-size: 60px;
  font-weight: bolder;
  margin-top: 150px;
  text-align: left;
}

.campus-col-1 img{
  width: 100%;
  border-radius: 10px;
}
.campus-col-2 img{
  width: 100%;
  border-radius: 10px;
}

.layer{
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0,5s;
}

.layer:hover{
  background: rgba(92, 87, 87, 0.7);
}

.layer h3{
  width: 100%;
  font-weight: 500;
  color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

.layer:hover h3{
  bottom: 50%;
  opacity: 1;
}

.layer p{
  width: 100%;
  font-weight: 500;
  color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  padding: 35px;
  font-size: 17px;
  text-align: left;
}

.layer:hover p{
  bottom: 10%;
  opacity: 1;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
