.general {
	max-width: 1080px;
	height: auto;
	margin: 0 auto;
}

/*** estilos header y footer **/


a:hover {
  text-decoration: none;
}

header {
	width: 100%;
	height: auto;
	background-color: #1B3D70; 
}

header img {
	padding: 2% 6%;
}

footer {
	width: 100%;
	height: auto;
	background-color: #1B3D70;
	
}

footer p{
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	padding: 2% 4%;
	margin: 0 auto;
	
}

.logo-unam {
	
}

.logo-unam img {
	width: 250px;
	margin-right: auto;
}

.logo-acatlan {
	
}

.logo-acatlan img {
	width: 270px;
	margin-left: auto;
	margin-top: 3px;
}
/*****************************/


/** estilos menu **/
.menu {
	width: 100%;
	height: 40px;
	background-color: currentColor;
}

.menu-desp {
	background-color: #1C2833;
	color: #ffffff;
}

.menu-desp a{
	color: #ffffff;
}

.menu-desp a:hover {
	background-color: #808B96;
}

/*******************************/

/** estilos contenido general **/

.separacion {
	width: 100%;
	height: 15px;
	background-color: goldenrod;
}

.banner {
	width: 100%;
	height: auto;
	text-align: center;
	color: #ffffff;
}


.info-g {
	width: 100%;
	height: auto;
	padding: 1% 0;
}

.text-info {
	
	
}

.text-info p{
	padding: 2% 4%;
	margin: 0 auto;
	text-align: justify;
	font-size: 15px;
	color: #000000;
}
.text-info h3{
	padding: 2% 4%;
	margin: 2% auto 0 auto;
	text-align: justify;
	color: #bb8800;
	font-size: 22px;
	
}

.img-info {
	text-align: center;
	
}

.img-info img {
	width: 280px;
	margin: 0 auto;
}

.inf {
	width: 100%;
	height: auto;
	margin: 5% 0;
}

.inf p {
	font-size: 20px;
	text-align: justify;
	/**border: solid 1px #1B3D70;**/
	border-radius: 5px;
	padding: 1% 4%
}

.inf h1 {
	text-align: center;
	font-size: 25px;
	color: #1B3D70;
}

.txt-info {
	width: 94%;
	margin: 0 auto;
	text-align: justify;
	
}

.txt-info h4{
	color: #1B3D70;
	font-size: 20px;
}

.txt-info p {
	margin: 4px 0;
	font-size: 16px;
}

.tabla-m {
	width: 90%;
	margin: 0 auto;
}

.img-doc {
	padding: 2% 0;
	text-align: center;
}

.img-doc img {
	width: 250px;
	margin: 0 auto;
}

.img-doc h5 {
	color: #1B3D70;
	font-family: fantasy
}

.pure-button {
	background-color: #1B3D70;
	color: #ffffff;
	border-radius: 8px;
	text-decoration: none !important;
	margin: 3% 0;
}



/* ===========Estilos de Acordeón =================*/
.accordion {
  background-color: #353356;
  color: #fff;
  cursor: pointer;
  padding: 7px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-left: 5%;
  margin-right: 5%;
}

.accordion:hover {
  background-color: #c7cbe3;
  color: #353356;
  border-color: #353356;
  font-weight: bold;
}

.accordion:after {
  color: #9897A8;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: #c7cbe3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-color: #353356;
  border-style: solid;
  border-width: 0.5px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  border-radius: 2px;
  color: #353356;
  font-size: 90%;
}

/***** videos *****/
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video {
	width: 90%;
	margin: 0 auto;
	
}

@media screen and (max-width: 900px) and (min-width: 768px)  {
      .video{
          padding-top: 10%;
    }
}


/***** estilo presentacion ****/



/*** estilos ambientes ***/

.info-cursos {
	width: 100%;
	padding: 2% 4%;
	letter-spacing: 0px;
}

.info-cursos h1 {
	text-align: center;
	font-size: 25px;
	color: #1B3D70;
}

.info-cursos h2 {
	text-align: center;
	font-size: 22px;
	color: #1B3D70;
}

.info-cursos hr {
	color: #1B3D70;
	border:  1px solid;
	width: 85%;
}


/******** estilos para grid cursos ******/

.cont-actividades {
	width: 100%;
	height: auto;
	margin: 1% auto;
}

/*** actividades ***/

.cont-act-1 {
	padding: 1% 2%; 
	
}

.cont-act-2 {
	background-color: #E5E8E8;
	padding: 2% 4%;
	border-radius: 5px;
	text-align: right;
	-webkit-box-shadow: 10px 7px 7px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 10px 7px 7px 0px rgba(0,0,0,0.50);
	box-shadow: 10px 7px 7px 0px rgba(0,0,0,0.50);
	
}

.cont-act-2 h5 {
	font-size: 16px;
	text-align: center;
	color: #1B3D70;
	margin: 2% auto;
}

.cont-act-2 p{
	font-size: 15px;
	margin: 1% auto;
	padding: 0px 1%;
	text-align: left;
}

.cont-act-2 a {
	background-color: #1B2631;
}

.cont-act-2 a:hover {
	color: goldenrod;
}


.fecha {
	display: flex;
	width: 100%;
	text-align: center;
}

.fecha p{
	background-color: #1B2631 ;
	color: white;
	padding: 1% 2%;
	border-radius: 8px;
	font-size: 12px;
	text-align: center;
	width: 110px;
}

/*------
# Back to top button
-----------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #ffc451;
  color: #151515;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #151515;
  color: #ffc451;
}



