/*===================================================================================
								GENERAL
===================================================================================*/

@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,300i,400|Fira+Sans:300,400,700");

body {
  margin: 0px;
  font-family: "Fira Sans", sans-serif;
}

section {
  width: 100%;
  display: block;
  overflow: hidden;
}

.container {
  max-width: 100%;
}

div.centrar {
  width: 1620px;
  margin: 0 auto;
}

@media (max-width: 1620px) {
  div.centrar {
    width: 100%;
  }
}

/*===================================================================================
									MENÚ
===================================================================================*/

nav div ul {
  margin: 0 auto;
}

nav div ul li {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: bold;
  color: #484848;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

nav div ul li a img {
  width: 80px;
  position: relative;
  top: 7px;
  margin: 0px 30px;
}

nav.navbar.navbar-expand-md.navbar-light.bg-light.fixed-top a.navbar-brand {
  display: none;
}

@media (max-width: 828px) {
  nav div ul li {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

@media (max-width: 766px) {
  nav div ul li a img {
    display: none;
  }
  nav.navbar.navbar-expand-md.navbar-light.bg-light.fixed-top a.navbar-brand {
    display: block;
  }
}

/*===================================================================================
									BANNER
===================================================================================*/
#banner,
#one {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  min-height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#banner h2,
#one h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  font-size: 1.75em;
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
}

#banner h2:before,
#banner h2:after,
#one h2:after,
#one h2:before {
  -moz-transition: width 0.85s ease;
  -webkit-transition: width 0.85s ease;
  -ms-transition: width 0.85s ease;
  transition: width 0.85s ease;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

#banner h2:before,
#one h2:before {
  top: 0;
  left: 0;
}

#banner h2:after,
#one h2:after {
  bottom: 0;
  right: 0;
}

#banner p {
  letter-spacing: 0.225em;
  /*text-transform: uppercase;*/
}

#banner p a,
#one p a {
  color: inherit;
}

#banner .more,
#one .more {
  border: medium none;
  bottom: 0;
  color: #000;
  font-size: 0.8em;
  font-weight: 300;
  height: 7em;
  left: 50%;
  letter-spacing: 0.225em;
  margin-left: -8.5em;
  opacity: 1;
  outline: 0 none;
  padding-left: 0.225em;
  position: absolute;
  text-align: center;
  transform: translateY(0px);
  transition-delay: 1s;
  transition-duration: 0.75s, 0.75s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
  width: 16em;
  z-index: 1;
}

#banner .more:after {
  background-image: url("arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 39px;
  content: "";
  display: block;
  height: 1.5em;
  left: 50%;
  margin: 0 0 0 -0.75em;
  position: absolute;
  width: 1.5em;
}

#banner:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  content: "";
  /*			background-image: url('images/loading.jpg');*/
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media screen and (max-width: 1180px) {
  #banner {
    padding: 25% 0%;
    height: auto;
    min-height: 0;
  }
  body.landing #page-wrapper {
    background-attachment: fixed;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: 100% cover;
  }
}

@media screen and (max-width: 736px) {
  #banner,
  #one {
    padding: 25% 0%;
    height: auto;
    min-height: 0;
  }

  #banner h2,
  #one h2 {
    font-size: 1.25em;
  }

  #banner br,
  #one br {
    display: none;
  }

  #banner .more,
  #one .more {
    display: none;
  }
}

body.is-loading #banner h2,
body.is-loading #one h2 {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

body.is-loading #banner h2:before,
body.is-loading #banner h2:after,
body.is-loading #one h2:before,
body.is-loading #one h2:after {
  width: 0;
}

body.is-loading #banner .more,
body.is-loading #one .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0;
}

body.is-loading #banner:after,
body.is-loading #one:after {
  opacity: 1;
}

body.is-mobile.landing #page-wrapper {
  background: none;
}

body #banner,
body.is-mobile.landing .wrapper.style4 {
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../img/ReconoSer_Micrositio_Banner_1902.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.is-mobile.landing #one,
body.is-mobile.landing .wrapper.style4 {
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url("../img/disenografico.jpg");
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url("../img/disenografico.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../img/disenografico.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../img/disenografico.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.is-mobile.landing #footer {
  background-color: #1d242a;
}

/*===================================================================================
								PRINCIPAL
===================================================================================*/

section.banner_principal {
  /*margin-top: 53px;*/
  text-align: center;
  background-image: url(https://upaep.mx/images/oferta_educativa/posgrados/banner/1261644.jpg);
  background-position: center;
  background-size: cover;
}

section.banner_principal div.centrar div {
  padding: 7% 0px;
}

section.banner_principal div.centrar h1,
section#banner div.centrar h1 {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-style: italic;
  font-size: 60px;
}

section.banner_principal div.centrar h1 span,
section#banner div.centrar h1 span {
  font-weight: 1000;
}

section#banner div.centrar div a.more.scrolly {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: lighter;
}

section.banner_principal div.centrar p,
section#banner div.centrar p {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 25px;
  font-weight: lighter;
  margin: 43px 0px 26px 0px;
}

section#banner div.centrar a.boton {
  background-color: #e41325;
  padding: 18px;
  border-radius: 30px;
  display: block;
  width: 176px;
  margin: 0 auto;
}

section#banner div.centrar a.boton span {
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
  margin: 0px 20px;
  font-size: 14px;
}

/*===================================================================================
								EMBAJADORES
===================================================================================*/

section.embajadores {
  padding: 70px 0px;
}

section.embajadores div.centrar h1,
section.enfoque h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 36px;
  /*color: #484848;*/
  color: #d21033;
  text-align: center;
  font-weight: lighter;
  font-style: italic;
  margin-bottom: 40px;
}

section.embajadores div.centrar div.row div.col-sm-4 div {
  width: 362px;
  margin: 0 auto;
}

section.embajadores div.centrar div.row div.col-sm-4 {
  text-align: center;
}

section.embajadores div.centrar div.row div.col-sm-4 p {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #484848;
  margin: 0px;
  text-align: left;
  line-height: 26px;
}

section.embajadores div.centrar div.row div.col-sm-4 p.titulo {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 20px;
}

section.embajadores div.centrar div.row div.col-sm-4 p.subtitulo {
  font-weight: lighter;
  letter-spacing: 3px;
  margin-bottom: 15px;
  line-height: 20px;
  min-height: 40px;
  text-transform: uppercase;
}

section.embajadores div.centrar div.row div.col-sm-4 div a p.ajuste_min {
  min-height: 56px;
}

section.embajadores div.centrar div.row div.col-sm-4 img {
  margin-bottom: 20px;
}

section.embajadores div.centrar div.row div.col-sm-4 div a:hover {
  text-decoration: none;
}

section.embajadores div.centrar div.row div.col-sm-4 div a.borde {
  border: 2px solid #0b0b57;
  padding: 5px;
  border-radius: 40px;
  display: block;
  width: 126px;
  margin: 15px auto;
}

section.embajadores div.centrar div.row div.col-sm-4 div a span {
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0b0b57;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.cierre {
  color: #df2b33;
}
@media (max-width: 1090px) {
  section.embajadores div.centrar div.row div.col-sm-4 div,
  section.embajadores div.centrar div.row div.col-sm-4 img {
    width: 100%;
  }
}

@media (max-width: 1620px) {
  section.embajadores div.centrar div.row {
    padding: 0px 25px;
  }
}

/*===================================================================================
								PARALLAX
===================================================================================*/

section.parallax {
  background-image: url(/soyupaep/img/disenografico.jpg);
  background-attachment: fixed;
  background-position: center -83%;
  background-repeat: no-repeat;
  background-size: cover;
}
section.parallax div.row div.col-sm-6 h1 {
  font-family: "Fira Sans Condensed";
  font-style: italic;
  font-size: 55px;
  font-weight: bold;
  color: #d21033;
  text-align: right;
}

section.parallax div.row div.col-sm-6 p {
  margin-top: 30px;
  font-family: "Fira Sans Condensed", sans-serif;
  line-height: 27px;
  color: #000;
  font-weight: lighter;
  text-align: left;
  font-size: 20px;
}

section.parallax div.row div.col-sm-6 a {
  border: 2px solid #000;
  padding: 5px;
  border-radius: 40px;
  display: block;
  width: 114px;
  margin-top: 35px;
  text-align: center;
  float: right;
}

section.parallax div.row div.col-sm-6 span a {
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

section.parallax div.row {
  padding: 7% 0px;
}

.col-sm-6 {
  margin: 0 auto !important;
}

@media (max-width: 1620px) {
  section.parallax div.row {
    padding: 7% 25px;
  }
}

/*===================================================================================
							DESCRIPCIÓN
===================================================================================*/

section.desc div.centrar div.row {
  padding: 7% 0px;
}

section.desc div.centrar div.row div.col-sm-6 h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 55px;
  color: #0b0b57;
  margin-bottom: 55px;
}

section.desc div.centrar div.row div.col-sm-6 p {
  font-family: "Fira Sans";
  line-height: 29px;
  color: #484848;
  font-size: 15px;
}

section.desc div.centrar div.row div.col-sm-6 a.boton {
  border: 2px solid #0b0b57;
  padding: 5px;
  border-radius: 40px;
  display: block;
  width: 114px;
  margin: 35px 0px;
  text-align: center;
  float: left;
}

section.desc div.centrar div.row div.col-sm-6 a.boton span {
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0b0b57;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1620px) {
  section.desc div.centrar div.row {
    padding: 7% 25px;
  }
}

/*===================================================================================
							CASTING UPAEP
===================================================================================*/

section.casting {
  background-color: #e41325;
  padding: 80px 0px 20px 0px;
}

section.casting div.centrar div.row div h1 {
  color: #fff;
  font-style: italic;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 900;
  text-align: right;
  float: right;
  margin-top: 80px;
  font-size: 55px;
  display: block;
}
div#page-wrapper section#casting.casting div.centrar div.row div p {
  font-size: 20px;
}
div#page-wrapper section#casting.casting div.centrar div.row img {
  width: 100%;
}
section.casting div.centrar div.row div.col-sm-6 p {
  color: #fff;
  text-align: right;
  float: left;
  margin-left: 200px;
  margin-top: 20px;
}

section.casting div.centrar div.row div.col-sm-7 {
  text-align: center;
}

section.casting div.centrar div.row div.col-sm-7 img {
  width: 85%;
}

@media (max-width: 1620px) {
  section.casting div.centrar div.row {
    padding: 0px 25px;
  }
}

@media (max-width: 990px) {
  section.casting div.centrar div.row div h1 {
    font-size: 43px;
  }
  section.casting div.centrar div.row div.col-sm-6 p {
    margin-left: 0px;
  }
}

/*===================================================================================
							SEGUNDO NIVEL A
===================================================================================*/

nav.navbar.navbar-light.bg-light.fixed-top {
  text-align: center;
}

nav.navbar.navbar-light.bg-light.fixed-top a.navbar-brand {
  margin: 0 auto;
}

nav.navbar.navbar-light.bg-light.fixed-top {
  border-bottom: 1px solid #e30922;
}

nav.navbar.navbar-light.bg-light.fixed-top a.navbar-brand img {
  width: 180px;
}

section.video {
  padding-top: 72px;
}

section.video div div div h1 {
  padding-top: 80px;
}

section.video div.centrar div.row div.col-lg-4 h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: bold;
  line-height: 51px;
}

section.video div.centrar div.row div.col-lg-4 h2 {
  font-weight: lighter;
  margin-bottom: 15px;
  line-height: 51px;
}

section.video div.centrar div.row div.col-lg-4 p {
  font-family: "Fira Sans Condensed", sans-serif;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 1620px) {
  section.video div.centrar div.row div.col-lg-4 {
    padding: 0% 25px;
  }

  section.video div div div h1 {
    padding-top: 0px;
  }
}

@media (max-width: 990px) {
  section.video div.centrar div.row div.col-lg-4 {
    padding: 7% 25px;
  }
}

section.videos_mas {
  padding: 80px;
}

section.galeria {
  padding-bottom: 80px;
}

.loaderImage {
  display: none;
  position: absolute;
  min-height: 100%;
  width: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  left: 0%;
  text-align: center;
}

.loaderImage img {
  position: static;
  width: 60px;
  padding-top: 296px;
}

a.venobox.vbox-item img {
  width: 100%;
}

div#foto.item {
  display: inline-table;
  margin: 6px 3px auto;
  width: 24.5%;
  overflow: hidden;
}

@media (max-width: 1188px) {
  div#foto.item {
    width: 24.5%;
  }
}

@media (max-width: 1180px) {
  div#foto.item {
    width: 24.2%;
  }
}

@media (max-width: 750px) {
  div#foto.item {
    width: 24%;
  }
}

@media (max-width: 605px) {
  div#foto.item {
    width: 23.8%;
  }
}

@media (max-width: 528px) {
  div#foto.item {
    width: 23.5%;
  }
}

@media (max-width: 478px) {
  div#foto.item {
    width: 23%;
  }
}

@media (max-width: 328px) {
  div#foto.item {
    width: 31%;
  }
}

div.vbox-overlay div.vbox-container div.vbox-content {
  margin: 0px !important;
}

@media (max-width: 800px) {
  div.vbox-overlay div.vbox-container div.vbox-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0%;
  }
}

@media (max-width: 990px) {
  section.videos_mas {
    padding: 2%;
  }
  section.videos_mas div.centrar div.row div.col-lg-6 div {
    margin-bottom: 50px;
  }
}

/*===================================================================================
							SEGUNDO NIVEL C
===================================================================================*/

.ocultar {
  display: none;
}

@media (max-width: 500px) {
  .ocultar {
    display: block;
  }
  .mostrar {
    display: none;
  }
}

section.banner {
  padding-top: 72px;
  width: 100%;
}

section.banner div.centrar img.mostrar {
  width: 100%;
}

section div.centrar div.contorno {
  padding: 0px 360px;
}

@media (max-width: 1180px) {
  section div.centrar div.contorno {
    padding: 0px 4%;
  }
}

section.rojo {
  background-color: #e13740;
  color: #fff;
}

section.rojo div.centrar div.contorno h1 {
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

section.rojo div.centrar div.contorno h5 {
  font-size: 38px;
  font-family: "Fira Sans", sans-serif;
  margin: 36px 0px;
  text-align: left;
  font-weight: bold;
  width: 387px;
}

section.rojo div.centrar div.contorno div.row div.col-lg-6 p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  font-weight: lighter;
  line-height: 24px;
}

section.blanco,
section.rojo {
  padding: 40px 0px;
}

section.blanco {
  font-size: 18px;
  font-weight: lighter;
}

section.blanco div.centrar div.contorno h1 {
  font-size: 40px;
  color: #4d4d4d;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

@media (max-width: 500px) {
  section.blanco div.centrar div.contorno h1 {
    font-size: 34px;
  }
}

section.blanco div.centrar div.contorno h2 {
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
  color: #df2b33;
  margin: 36px 0px;
  text-align: left;
  font-weight: bold;
  /*width: 387px;*/
}

section.blanco div.centrar div.contorno h3,
section.enfoque h3 {
  font-size: 27px;
  color: #231f20;
  font-family: "Fira Sans", sans-serif;
  font-weight: lighter;
}

@media (max-width: 500px) {
  section.blanco div.centrar div.contorno h3 {
    font-size: 26px;
  }
}

section.blanco div.centrar div.contorno h6 {
  font-size: 16px;
  color: #666666;
  font-family: "Fira Sans", sans-serif;
  line-height: 25px;
  font-style: italic;
  font-weight: lighter;
}

section.blanco div.centrar div.contorno h4 {
  color: #666666;
  font-size: 25px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 412px) {
  section.blanco div.centrar div.contorno h2,
  section.rojo div.centrar div.contorno h5 {
    width: 80%;
  }
}

/*===================================================================================
							FOOTER
===================================================================================*/

html body section.footer {
  width: 100%;
  min-height: 60px;
  padding: 5px;
  border-top: 2px solid #ac241e;
  background-color: #9a0013;
  text-align: center;
  color: #fff;
}

section.footer div.centrar div.row {
  padding: 55px 0px 40px 0px;
}

section.footer div.centrar div.row div.col-lg-4 {
  border-right: 2px solid #fff;
}

section.footer div.centrar div.row div.col-lg-4 p {
  width: 230px;
  margin: 0 auto;
  text-align: left;
}

section.footer div.centrar div.row div.col-lg-4 img {
  margin-right: 74px;
}

section.footer div.centrar div.row div.col-lg-4 div.ocultar {
  display: none;
}

section.footer div.centrar div.row div.col-lg-8 div {
  width: 194px;
  text-align: left;
  margin-left: 55px;
  margin-top: 73px;
}

section.footer div.centrar div.row div.col-lg-8 div a {
  color: #fff;
}

@media (max-width: 990px) {
  section.footer div.centrar div.row div.col-lg-4 div.ocultar {
    display: block;
    margin-top: 26px;
  }
  section.footer div.centrar div.row div.col-lg-4 div.ocultar a {
    color: #fff;
  }
  section.footer div.centrar div.row div.col-lg-8 div.mostrar {
    display: none;
  }
  section.footer div.centrar div.row div.col-lg-4 img {
    margin-right: 0px;
  }
  section.footer div.centrar div.row div.col-lg-4 p {
    width: auto;
    text-align: center;
  }
}

/*===================================================================================
							TESTIMONIOS UPAEP
===================================================================================*/

section.banner img {
  text-align: center;
}

section.banner img {
  width: 100%;
}

section.franja div.centrar {
  padding: 15px 0px;
  text-align: center;
}

form {
  text-align: center;
}

form div.educ_buscador input.educ_opcionBuscador {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px;
  margin: 0 auto;
  width: 100%;
}

.educ_buscador {
  width: 450px;
  background: #fff;
  display: inline-block;
  color: #d7d3d3;
  padding-left: 10px;
  width: 20%;
}

@media (max-width: 1620px) {
  .educ_buscador {
    width: 300px;
  }
}

@media (max-width: 408px) {
  .educ_buscador {
    width: 250px;
  }
}

@media (max-width: 356px) {
  .educ_buscador {
    width: 200px;
  }
}

.educ_buscadorSubmit {
  display: inline-block;
  padding: 9px 12px 1px 12px;
  background-color: #ffc904;
  margin-left: 8px;
  position: relative;
  top: 7px;
}

section.busqueda div.centrar div.card-columns {
  padding-top: 35px;
}

@media (max-width: 1620px) {
  section.busqueda {
    padding: 0% 2%;
  }
}

div.card {
  font-family: "Fira Sans", sans-serif;
}

section.busqueda div.centrar section.educ_busqueda p a {
  padding: 10px;
  border-radius: 4px;
  font-family: "Fira Sans", sans-serif;
  color: #000;
  background-color: #ffc904;
}

section.footer div.centrar div.row div.col-lg-4 img {
  width: 159px;
}

div.sticky {
  width: 150px;
  height: 150px;
  background-image: url(/micrositios/reconocer/img/ver_mas_historias.png);
  background-position: center;
  background-size: 100%;
  transition: box-shadow 0.2s;
  cursor: pointer;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: fixed;
  top: 75px;
  left: 15px;
  transition: bottom 0.2s;
  z-index: 1041;
  left: unset;
  right: 24px;
}
.reconocer_videos p {
  font-size: 22px;
  color: #666666;
  margin-bottom: 15px;
}
.btn-link,
.btn-link:hover {
  color: #d21033;
}
.btn-link1 {
  background-color: #d21033;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
}

/* Formulario */
.form_enfoque {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0px 0px 12px 0px;
  font-size: 14px;
  border: 1px solid #b3b4b4;
  border-radius: 27px;
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  padding-left: 17px;
  background: #faf8fa;
  color: #737373;
  font-family: "Roboto Condensed", sans-serif;
}

.contenedor-form {
  width: auto;
  max-width: 325px !important;
  margin: 0 auto !important;
  padding: 12px 10px;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  border: 1px solid #b3b4b4;
  border-radius: 25px;
}

textarea.form_enfoque {
  height: 100px;
}

input#Archivo {
  padding-top: 5px;
}

button {
  border-radius: 17px;
}

button.EnviarDatos {
  width: 117px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 10px;
}

.text__confirmation {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.registro {
  text-align: center;
}

.text__confirmation__icon {
  font-size: 86px;
  color: #28a745;
}

.text__confirmation__uno {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  align-self: center;
  line-height: normal;
  padding-bottom: 13px;
}

.enviarDatos {
  width: 128px;
  background: #e30921;
  color: #fff;
  border: 0px;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 7px;
  text-align: center;
}

p {
  font-size: 16px;
  color: #666666;
  font-family: "Fira Sans", sans-serif;
  line-height: 25px;
  font-style: italic;
  font-weight: lighter;
}

h2 {
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
  color: #df2b33;
  margin: 36px 0px;
  text-align: left;
  font-weight: bold;
  /* width: 387px;*/
}

.contendio-enfoque,
.enfoque-btn {
  width: 1620px;
  margin: 0 auto;
  padding: 0px 360px;
}

.btn-comunidad {
  width: 200px;
  margin-right: 40px;
  background: #e30921;
  color: #fff !important;
  border: 0px;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 7px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid #b9001d;
  border-radius: 23px;
}

.btn-egresados {
  width: 160px;
  margin-right: 40px;
  background: #e30921;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 7px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid #b9001d;
  border-radius: 23px;
}

a {
  color: #fff !important;
}

a:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-primary:hover {
  color: #fff !important;
  background: #e30921 !important;
  border: 3px solid #b9001d !important;
}

.btn-primary {
  width: 160px;
  color: #fff;
  background: #e30921;
  border: 3px solid #b9001d;
  border-radius: 23px;
  margin-bottom: 32px;
}

.btn-pdf {
  color: #000;
  padding-bottom: 10px;
}

.img-fotografia img {
  width: 100%;
}

.img-fotografia {
  width: 100%;
}

.img-fotografia a {
  border: none !important;
  padding: none !important;
  width: 100% !important;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}

@media only screen and (max-width: 994px) and (min-width: 300px) {
  .contendio-enfoque,
  .enfoque-btn {
    width: 100%;
    padding: 0px 4%;
  }

  section.embajadores div.centrar h1,
  section.enfoque h1 {
    font-size: 45px;
    padding-top: 4px;
  }

  section.blanco div.centrar div.contorno h3,
  section.enfoque h3 {
    font-size: 36px;
    padding-bottom: 14px;
  }

  p {
    font-size: 34px;
    line-height: revert;
  }

  ul.lista-enfoque {
    font-size: 25px;
  }

  h2 {
    font-size: 42px;
  }

  .btn-comunidad {
    width: 40%;
    margin-right: 40px;
    font-size: 30px;
    border-radius: 30px;
  }

  .btn-egresados {
    width: 30%;
    font-size: 30px;
    padding-top: 5px;
    border-radius: 30px;
  }

  .btn-pdf {
    color: #000;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
  }

  .btn-primary {
    width: 32%;
    border-radius: 40px;
    font-size: 30px;
    margin-bottom: 30px;
  }
}


