.imagen{
    background-image: url("../img/conalep_ctzar.jpg"), url(../img/Plantel.jpg);
    /*background-size: cover; */
}

.nav-link{
    color: #F0F3F4 !important;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.dropdown-menu {
    background-color: rgba(95, 185, 170, 0.8) !important;
}

.dropdown-item{
    color: #F0F3F4 !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #3C9C8C !important;
}

.navbar-light .navbar-toggler {
    color: rgba(149, 165, 166, 0.7) !important;
    border-color: rgba(235, 237, 239, 0.8) !important;
}

  .navbar-light .navbar-toggler-icon {
    color: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 2rem;
    margin: 1rem;
  }

  .bg-light {
    background-color: rgba(60, 156, 140, 0.9) !important;
  }

  .dropdown-menu {
    text-align: center !important;
    
  }

  .container-fluid{
    text-align: center !important;
  }

.navbar-center {
    position: absolute !important;
    left: 50% !important;
    transform: translatex(-50%) !important;
}

.align_center{
  text-align: center !important;
  position: relative !important;
  left: right !important;
}

.blue{
  background-color: black;
}

.page-footer{
  color:white;
}


/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 10px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: rgba(60, 156, 140, 0.9) !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 99%;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#D6DDDF;
}
#footer a {
    color: #D6DDDF;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.icon{
  height: 20px;
  width: auto;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.footer{
  padding: 0.5rem;
  border-radius: 1rem;
  margin: 0.2rem;
}

.cards{
  padding: 2rem;
  
}

.cardcon{
  background-color: rgba(95, 185, 170, 0.8);
  border-radius: 1rem;
  color: rgba(235, 237, 239, 0.8)
}