/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  /* font-family: "Open Sans", sans-serif;*/
}
@font-face {
  font-family: 'Poppins', sans-serif!important;  
}
a {
  color: #18d26e;
  transition: 0.5s;
  text-decoration: none;
}

a:hover, a:active, a:focus {
 /* color: #18d36e;*/
  outline: none;
  text-decoration: none!important;
}
.pass-drop {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #26B1E7;

}
p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: 'Segoe UI', sans-serif!important; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif!important; 
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
h1 {
  font-size: 70px!important;
  font-weight: 900!important;
  color: white!important;
}
h6 {
  font-size: 26px!important;
  text-transform: uppercase;
  color: white!important;
}
/*Nuevas Clases 2020*/
.btn-pass {
  background-color: #553DE2 !important;
  border: 1.5px solid #553DE2!important; 
  color: #FFF;  
  font-size: 17px !important;
  font-weight: 600!important;
  padding: 10px 35px 10px 35px !important;
  border-radius: 8px !important; 
  font-family: 'Poppins', sans-serif;  
}
.btn-pass:hover {
  background-color: transparent !important;
  border: 1.5px solid #553DE2!important; 
  color: #553DE2;
  font-size: 17px !important;
  font-weight: 600;
  padding: 10px 35px 10px 35px !important;
  border-radius: 8px !important;  
}
.card-header {
   padding: 1.25rem 1.25rem !important;
   border-bottom: 1px solid transparent!important;
 }
.card-text-pass {
  font-size: 15px;
  line-height: 1.25rem;  
}
.form-control-pass {
  border: 1px solid white !important;
  background: white!important;
}
.input-pass {
  border-bottom: 2px solid #553DE2 !important;
  height: 39px !important;  
  width: calc(100% - 2px) !important;
  background-color: white !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif;
  font-size: 20px !important;
}
.hr-pass {
  border: 1px solid white;
  margin-top: -5px;
}
.card-header {
    margin-bottom: 2px;
    font-weight: 600;
}
/*-------------------------------*/

.btn-outline-primary {
    color: #26B1E7;
    border-radius: 15px;
    border-color: #26B1E7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    
  }

.btn-outline-primary:hover {
  color: #fff;
  border-radius: 15px;
  border-color: #26B1E7;
  background-color: #26B1E7;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  
}

.btn-outline-secondary {
  color: #F3784E;
  border-radius: 15px;
  border-color: #F3784E;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  
}

.btn-outline-secondary:hover {
  color: #fff;
  border-radius: 15px;
  border-color: #F3784E;
  background-color: #F3784E;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 1150px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #FFF;
}

#header_index {
  padding: 9px 0 9px 0;
  /*height: 80px;*/
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #FFF;
}


#header.header-scrolled {
  background: #FFF;
  /*padding: 20px 0;
  height: 72px;*/
  transition: all 0.5s;
}

#header #logo {
  float: left;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 20px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
 }

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 1150px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }

}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  /*text-align: center;*/
    width: 60%;
    text-align: left;
    /* float: left; */
    position: absolute;
    left: 10%;
    font-size: 17px;
    line-height: 1.75rem;
    padding-top: 10%;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 75px;
  font-weight: 900;
}

._btn-colegio {
    border: 1px solid #26B1E7 !important;
    border-radius: 18px;
    /*background-color: #00b3ea;*/
    background-color: transparent;
    color: #26B1E7;
    height: 40px;
    padding: 8px 20px !important;
    right: 0px;
    float: right;
    /* margin-top: 40px; */
    margin-right: 13px;
    top: 76px;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
}

._btn-colegio i {
    padding-right: 5px;
}

._btn-colegio:hover {

    border: 1px solid #26B1E7;
    background-color: #00b3ea;
    color: #fff;
}

._input-colegio {
    border: 1px solid #F9F9F9 !important;
}

._login-colegio {
    background-color: #26B1E7!important;
    color: #fff;    
    border-radius: 18px;
    height: 40px;
    padding: 8px 20px !important;
    right: 0px;
    float: center;    
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
}
._login-colegio:hover {    
    transition: all 0.2s ease;  
    background-color:rgba(19, 134, 205, 1)!important;
    -webkit-box-shadow: 0px 16px 16px -5px rgba(38,177,231,0.14);
-moz-box-shadow: 0px 16px 16px -5px rgba(38,177,231,0.14);
box-shadow: 0px 16px 16px -5px rgba(38,177,231,0.14);
}

.dropdown-colegio{
    
   /* height: 12rem !important;*/
    width: 19rem !important;       
}

.input-dropdown{
  padding-top: 7px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

._btn-estudiante {
    border: 1px solid #F3784E !important;
    border-radius: 18px;
    background-color: transparent;
    color: #F3784E;
    height: 40px;
    padding: 8px 30px !important;
    right: 0px;
    float: right;
    margin-right: 13px;
    top: 76px;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
}

._btn-estudiante i {
    padding-right: 5px;
}

._btn-estudiante:hover {

    border: 1px solid #F3784E;
    background-color: #ff784a;
    color: #fff;
}

._input-estudiante {
    border: 1px solid #F9F9F9 !important;
}

._input-estudiante:focus{
    box-shadow: 0 0 0 0.2rem rgb(255, 205, 188) !important;
}

._login-estudiante {
    background-color: #F3784E !important;
    color: #fff !important;  
    border-radius: 18px;
    height: 40px;
    padding: 8px 20px !important;
    right: 0px;
    float: center;    
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
}
._login-estudiante:hover {    
    transition: all 0.2s ease;  
    background-color:rgba(246, 110, 65, 1)!important;
   -webkit-box-shadow: 0px 16px 16px -5px rgba(243,120,78,1);
-moz-box-shadow: 0px 16px 16px -5px rgba(243,120,78,1);
box-shadow: 0px 16px 16px -5px rgba(243,120,78,1);
}

._login-estudiante:focus {
    box-shadow: 0 0 0 0.2rem rgb(255, 205, 188) !important;
}

._button-estudiante:focus{
    box-shadow: 0 0 0 0.2rem rgb(255, 182, 158) !important;
}

.dropdown-estudiante{
    /*left: -11% !important;*/
    /*height: 10rem !important;*/
    width: 19rem !important;
    /*padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;*/
}

@media (max-width: 1150px) {
  #intro h2 {
    font-size: 28px;
  }

  #intro .carousel-content {
  /*text-align: center;*/
    width: 100%;
    text-align: left;
    /* float: left; */
    position: absolute;
    left: 10%;
  }

  .dropdown-colegio.show {
    position: inherit !important;
    transform: translate3d(-45px, 77px, 0px) !important;
    top: 0px !important;
    left: 0px !important;
    will-change: transform !important;
    background-color: #ffffff7a !important;
  }

  .dropdown-estudiante.show {
    position: inherit !important;
    transform: translate3d(-45px, 77px, 0px) !important;
    top: 0px !important;
    left: 0px !important;
    will-change: transform !important;
    background-color: #ffffff7a !important;
  }
}

#intro p {
  width: 80%;
  /*margin: 0 auto 30px auto;*/
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #F3784E;
}

#intro .btn-get-started:hover {
  color: #F3784E;
  background: #fff;
  border-color: #F3784E;
  border-radius: 50px;
  outline: #F3784E;
}
#intro .btn-segundo {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #26b1e7;
}

#intro .btn-segundo:hover {
  color: #26b1e7;
  background: #fff;
  border-color: #26b1e7;
  border-radius: 50px;
  outline: #26b1e7;
}

._input-rounded{
  border-radius: 16px 16px 16px 16px !important;
}

.btn-big:hover {
  background-color: transparent;
  border: 1.5px solid rgba(38, 177, 231, 100); 
  color: #26B1E7;
  float: right;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.btn-big i{
  margin-right: 2px!important;
}
.btn-big:focus {
  background-color: #5cc8f1;
  border: 1.5px solid #5cc8f1; 
  color: #FFF;
  float: right;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  border-radius: 8px;
  transition: all 0.2s ease;   
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 5;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
/*#nav-menu-container {
  float: right;
  margin: 0;
}*/
#nav-menu-container  {
  /*float: right;*/
  margin: 0;
  /*padding-top: 1.1rem; */
  padding-top: 2rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 1150px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  /* display: inline-block;*/
  color: #555555;
  font-family: 'Poppins', sans-serif; 
  font-weight: 800;
  font-size: 16px;
  text-transform: none;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  /* color: #f3784e;*/
  color: #26B1E7;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

.nav-menu-colegio{
    margin-top: -7px;
    position: absolute;
    right: 155px;
    transform: translatex(-10%);
    padding-right: 25px;
}


.nav-menu-estudiante{
  margin-top: -7px;
  position: fixed;
  right: 10px;
  /*transform: translatex(-10%);
  padding-right: 10px;*/
}
     
.dropdownLogin{
      height: 39px !important;
    /* padding: 0px; */
    width: calc(100% - 2px) !important;
    /*border: 1px solid #d4d4d4 !important;*/
    /* border-radius: 4px !important; */
    background-color: #f7f7f7 !important;
    /* box-shadow: inset 0 3px 0px rgba(0,0,0,0.04); */
    /* margin-bottom: 25px; */
    /* font-size: 18px; */
    text-align: center !important;
    /* font-weight: bold; */
    /* color: red !important; */
}

.nav-menu-center{
    position: absolute;
    left: 50%;
    transform: translatex(-50%);     
}

.nav-menu-center li{
    margin: 0px;
    padding: 0 10px 0 10px;
    border-right: 1.5px solid #fbd40c;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #999999;
}

@media (max-width: 1150px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #26B1E7;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background-size: cover;
  padding: 60px 20px 10px 20px;;
  position: relative;
  max-width: 1920px;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: url("../img/about-bg.png") center top no-repeat fixed;
}

#featured-services .box {
  padding: 30px 20px;
  align-content: center;
  vertical-align: middle;

}

#featured-services i {
  color: #F3784E;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 600;
  margin: 15px 0;
  font-size: 28px;
  text-align: center;
}

#featured-services h4 a {
  color: #26B1E7;
}

#featured-services h4 a:hover {
  color: #26B1E7;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  margin-bottom: 0;
  text-align: center;
}
.img-sections-1 {
  width: 160%;
  transform: translateX(30%) translateY(-20%);
  float: right;
}
.img-sections-2 {
  width: 150%;
  transform: translateX(-30%) translateY(-18%);
  float: left;
}
.img-sections-3 {
  width: 150%;
  transform: translateX(30%) translateY(-10%);
  float: right;
}
.hr-sections {
  width: 15%;
  border-top: 7px solid #FBD40C;
}
.hr-sections-orange {
  width: 15%;
  border-top: 7px solid #F3784E;
  transform: translateX(570%)
}

/* Gestión Section
--------------------------------*/
#gestion {
  background: url("../img/gestion_bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#gestion::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#gestion .container {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  align-content: right;
  margin-bottom: -120px;
}
#gestion h4 {
  font-weight: 200;
  margin: 15px 0;
  font-size: 40px;
  text-align: left;
  color: #fff;
}
#gestion p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10;
  text-align: left;
}

#gestion .gestion-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#gestion .gestion-col .img {
  position: relative;
}

#gestion .gestion-col .img img {
  border-radius: 4px 4px 0 0;
}

#gestion .gestion-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#gestion .gestion-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#gestion .gestion-col:hover .icon {
  background-color: #fff;
}

#gestion .gestion-col:hover i {
  color: #18d26e;
}

/*   color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#gestion .gestion-col h2 a {
  color: #000;
}

#gestion .gestion-col h2 a:hover {
  color: #18d26e;
}
--------------------------------*/

#gestion .gestion-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Monitoreo Section
--------------------------------*/
#monitoreo {
  background: url("../img/monitoreo_bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#monitoreo::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#monitoreo .container {
  position: relative;
  z-index: 10;
  padding-top: 120px;
}
#monitoreo h4 {
  font-weight: 200;
  margin: 15px 0;
  font-size: 40px;
  text-align: right;
  color: #fff;
}
#monitoreo p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10;
  text-align: right;
}

#monitoreo .monitoreo-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  float: right;
}

#monitoreo .monitoreo-col .img {
  position: relative;
}

#monitoreo .monitoreo-col .img img {
  border-radius: 4px 4px 0 0;
}

#monitoreo .monitoreo-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#monitoreo .monitoreo-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#monitoreo .monitoreo-col:hover .icon {
  background-color: #fff;
}

#monitoreo .monitoreo-col:hover i {
  color: #18d26e;
}

#monitoreo .monitoreo-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#monitoreo .monitoreo-col h2 a {
  color: #000;
}

#monitoreo .monitoreo-col h2 a:hover {
  color: #18d26e;
}

#monitoreo .monitoreo-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Reportes Section
--------------------------------*/
#reportes {
  background: url("../img/reportes_bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#reportes::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#reportes .container {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  margin-bottom: 0px;
}
#reportes h4 {
  font-weight: 200;
  margin: 15px 0;
  font-size: 40px;
  text-align: left;
  color: #fff;
}
#reportes p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10;
  text-align: left;
}

#reportes .reportes-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#reportes .reportes-col .img {
  position: relative;
}

#reportes .reportes-col .img img {
  border-radius: 4px 4px 0 0;
}

#reportes .reportes-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#reportes .reportes-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#reportes .reportes-col:hover .icon {
  background-color: #fff;
}

#reportes .reportes-col:hover i {
  color: #18d26e;
}

#reportes .reportes-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#reportes .reportes-col h2 a {
  color: #000;
}

#reportes .reportes-col h2 a:hover {
  color: #18d26e;
}

#reportes .reportes-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/* FOOTER
--------------------------------*/
.footer-login {
  padding: 0 1% 1.1% 1%;  
}
.footer-logo {
  width: 90%;
}
.footer-credit {
  text-align: center;
  padding-top: 2%;
  padding-right: 10%;
  font-size: 12px;
  text-transform: uppercase;
}

@media(max-width:1150px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
.estudiante-dp {
  transform: translate3d(-130px, 40px, 0px);
}