@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body{scroll-behavior: smooth;}
body {
	background: #a4b19b;
	color: #fff;
	font-family: 'Work Sans', Arial, sans-serif;
	background-image: url("../img/back.jpg");
	background-size: cover;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	outline: none;
	color: #F9C700;
}
p{    font-size: 1.18rem;}
a:hover, a:focus {
	color: #fff;
	outline: none;
}
.opcion strong::after {z-index: -1;
    background-image: url(https://www.eluniversal.com.mx/resizer/v2/R33HVX36JFHH5BHQMEHSHL5GQI.png?auth=f6df88cc8d5eafb63c3e69a34fa7091b85a725bfa9f6b7750b34d7f50bc5c85d);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    position: absolute;
    right: 23px;
	margin-top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
}
.btn-menu1{width: 55px; height: 45px; float: left; margin: 10px; border-right: 1px solid #CCCCCC; padding-right: 15px;}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {width: 100%;
	font-family: 'Work Sans', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}
.head-el-uni a img{width: 100%; max-width: 290px; height: auto; margin-top: 5px;}
.icon-seccion{float: right; max-width: 20px; height: auto;}
#intro{height: 1080px; margin-top: 0; background-position: center -150px; background-size: cover; background-repeat: no-repeat;}
.btn-outline-warning {background-color: rgba(21,17,4,0.32)}
.intro-text{margin-top: 36vh;}
.intro-text h2{font-weight: 900; font-family: 'Work Sans Bold', sans-serif; font-size: 3rem; line-height: 3rem;}
.cabeza-descanso{margin-top: 20px; letter-spacing: 3px; font-weight: 800!important; margin-left: -2px;}
.sumario{color: #eee4bb;}
.creditos{font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px;}
.imagen-texto{margin: 25px 0 5px;  border-bottom: 1px solid #6d8376; margin-bottom: 30px; }
.imagen-texto p{padding: 10px 15px 20px 15px; margin-bottom: 10px; display: block; background-color: #394940; font-size: 15px; color: #eae8d3; line-height: 1.25rem; letter-spacing: 1px;}
.liga-promos{width: 100%;}
.bloque-promos{margin: 60px auto; border: 1px solid #9d9054; border-radius: 10px; background-color: #2e3e34;}
.promo-final a{color: #EEEEEE; text-decoration: none;}
.promo-final p{line-height: 1.44rem; color: #FFFFFF; font-size: 1rem;}
.promo-final{margin: 5px 0; padding: 5px 10px;}
.promo-final img{border-radius: 5px;}
.promo-final h3{font-weight: 700; padding: 3px 0; letter-spacing: 1px; font-size: 1.44rem;}
.lista-creditos ul li{list-style: none;}
.img-impresa{width: 100%; max-width: 161px;}
.credito-foto{font-size: 15px; letter-spacing: 1px;}
.liga-promos{width: 100%;}
.liga-promos{transition: all 0.5s ease-out allow-discrete;}
.liga-promos:hover{color: #ded6a7; text-decoration: none; filter: brightness(120%); background-color: #FFF;}
/* To Navigation Style */
.codrops-top {
	width: 100%;
	background: #91cfa1;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 1.1em;
}

.codrops-demos a {
	display: block;
	float: left;
	clear: both;
	margin: 0.5em 0.5em 0.5em 1.9em;
	padding: 1em 1.1em;
	width: 280px;
	outline: none;
	color: #fff;
	background: #336ca6;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	opacity: 0.9;
}

.content {
	padding: 4em 2em;
	max-width: 1500px;
	margin: 0 auto;
}

.block {
	float: left;
	padding: 1em 3em;
}

.block-40 {
	width: 40%;
}

.block-60 {
	width: 60%;
}

.block p {
	margin: 0;
	padding: 0 1em 0.6em;
	font-size: 1.8em;
	line-height: 1.5;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.c-postfooter {padding: 20px 0; background-color: #024e7a !important; }
.menu-footer{list-style-type: none; text-align: center; padding: 0 10px; max-width: 1000px; margin: 0 auto;}
.menu-footer li{list-style: none; display: inline; text-align: center; line-height: 1.8rem;}
.menu-footer li a{color: #FFFFFF; font-size: 12px; margin-left: 24px;}
.menu-footer li a:hover{color: #f96806!important;}
.px-legal{color: #FFFFFF; font-size: 12px; max-width: 1000px; margin: 15px auto; text-align: center; display: block; border-top: 1px solid #CCCCCC; padding-top: 13px;}
.list-inline li{display: inline; margin-right: 22px;}
footer ul li {list-style: none;}
.img-parrafo{float: left; margin: 0 25px 20px -120px; max-width: 340px;}
.imagen-completa{padding: 0; margin-bottom: 80px;}
.details{background-color: rgba(251,251,251,0.45);}
.btn-equipo-footer div {
    width: 180px;
    height: 33px;
    background-color: #dfc802;
    border-radius: 15px;
    text-align: center;
    padding: 2px 10px;
	margin: 0 auto 30px;
}
.btn-equipo-footer:hover{
	background-color: #333;transition: all 0.4s;
}
.btn-equipo-footer {
	display: block;
	max-width: 200px;
	font-size: 14px;
	padding: 10px 15px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	background-color: #dfc802;
	border-radius: 22px;
	margin: 10px auto;
}
.interfoto{width: 100%; padding: 0; height: 70vh; margin: 0; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
.btn-equipo-footer:hover {color: #FFF;background-color: #75aca2}





#footer {
  background: black;
  padding: 0;
  color: #fff;
  font-size: 0.93rem; letter-spacing: 0.05rem;
	line-height: 1.3rem;
}

.footer-top {
  border-bottom: 1px solid #28251f;
  padding: 0 0 20px 0;
}

#footer .footer-top .footer-info {
  margin: 30px 0;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Work Sans", serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0068a2;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #dfc802;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 1px 0;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  color: #dfc802;
}
#footer .footer-top .footer-links img{max-width: 260px;}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #dfc802;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #009c86;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.footer-links ul li img{margin: 13px auto;}

@media screen and (max-width: 69em) {
	.block {
		float: none;
		width: 100% !important;
		padding: 1em;
	}
}

@media screen and (max-width: 25em) {
.img-impresa{width: 100%; max-width: 120px; height: auto;}
	.cabeza-descanso{margin-left: 0;}
	body {
		font-size: 80%;
	}

	.codrops-icon span {
		display: none;
	}

}