@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
*{
font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Lic Section
--------------------------------------------------------------*/
#lic {
  width: 100%;
  height: 90vh;
  background: url("../../assets/banners/convocatorias/BANNER_LIC.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}
#lic .container {
  position: relative;
}

#lic h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#lic h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#lic .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #11202D;
}

#lic .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #lic {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #lic {
    margin-bottom: 0;
    height: 100vh;
  }
  #lic .container {
    padding-bottom: 63px;
  }
  #lic h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #lic h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #lic {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Tec Section
--------------------------------------------------------------*/
#tec {
  width: 100%;
  height: 90vh;
  background: url("../../assets/banners/convocatorias/BANNER_TEC.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}
#tec .container {
  position: relative;
}

#tec h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#tec h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#tec .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #11202D;
}

#tec .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #tec {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #tec {
    margin-bottom: 0;
    height: 100vh;
  }
  #tec .container {
    padding-bottom: 63px;
  }
  #tec h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #tec h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #tec {
    height: auto;
  }
}

/*--------------------------------------------------------------
# TUM Section
--------------------------------------------------------------*/
#tum {
  width: 100%;
  height: 90vh;
  background: url("../../assets/banners/convocatorias/BANNER.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}
#tum .container {
  position: relative;
}

#tum h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#tum h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#tum .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #11202D;
}

#tum .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #tum {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #tum {
    margin-bottom: 0;
    height: 100vh;
  }
  #tum .container {
    padding-bottom: 63px;
  }
  #tum h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #tum h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #tum {
    height: auto;
  }
}



/* seccion2 Us Section
--------------------------------*/
#seccion2 {
  margin-top: 50px;
  padding: 80px 0;
background-color: #ebf1fa;
}

#seccion2 .seccion2-content {
  padding-top: 40px;
  margin-top: 100px;
}

#seccion2 .seccion2-content h2 {
  color: #142433;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; 
}

#seccion2 .seccion2-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#seccion2 .seccion2-content ul {
  list-style: none;
  padding: 0;
}

#seccion2 .seccion2-content ul li {
  padding-bottom: 10px;
}

#seccion2 .seccion2-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #F54C40;
}

#seccion2 .seccion2-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#seccion2 .seccion2-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#seccion2 .seccion2-img img:hover {
  width: 100%;
  transform: scale(1.03);
}

#seccion2 .seccion2-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#seccion2 .seccion2-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Services Section
--------------------------------*/
#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #F54C40;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #F54C40;
  border: 3px solid #F54C40;
}
/* Why Us Section
--------------------------------*/
#why-us {
  padding: 60px 0;
}

@media (max-width: 991px) {
  #why-us .why-us-content {
    padding-top: 30px;
  }
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #142433;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: black;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #F54C40;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #2d2b46;
}


.center {
  margin: auto;
  padding: 10px;

}

.shadow-card{
  box-shadow: 5px 6px 6px 0px rgba(0,0,0,0.55);
-webkit-box-shadow: 5px 6px 6px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 5px 6px 6px 0px rgba(0,0,0,0.55);
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  background-color: #e1ecf7;

}