* {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?j0a5fk');
  src: url('fonts/icomoon.eot?j0a5fk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?j0a5fk') format('truetype'),
    url('fonts/icomoon.woff?j0a5fk') format('woff'),
    url('fonts/icomoon.svg?j0a5fk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e900";
}

.icon-dots:before {
  content: "\e901";
}

.icon-lenguage:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-graduate:before {
  content: "\e905";
}

.icon-messenger:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-credit:before {
  content: "\e908";
}

.icon-alert:before {
  content: "\e909";
}

html {}

p {
  margin-bottom: 0.7em;
}

.bold {
  font-weight: 900;
}

h1 {
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.3em;
  text-transform: uppercase;
}

a {}

ol {}

li {}

ul {}

/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.row:after, .clearfix:after, .container12:after, .container16:after {
  clear: both;
}

/* For IE7. Move this to separate file when you notice some problems */
.row, .clearfix {
  zoom: 1;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

::-webkit-input-placeholder {
  color: #ffff;
}

::-moz-placeholder {
  color: #ffff;
}

:-ms-input-placeholder {
  color: #ffff;
}

:-moz-placeholder {
  color: #ffff;
}

body {
  background: #ffffff;
  font-size: 17px;
  line-height: 1.5em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: rgb(80, 80, 80);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.nav-fostrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 0.6em;
  text-transform: uppercase;
}

.nav-fostrap li a {
  display: inline-block;
  text-decoration: none;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  color: #ffffff;
  font-weight: 900;
  -webkit-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
  -webkit-border-radius: 12px 12px 12px 12px;
}

.nav-fostrap li:hover ul.dropdown {
  display: block;
}

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  padding-top: 0;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  display: block;
}

.nav-fostrap li ul.dropdown li:last-child a {
  border-bottom: none;
}

.nav-fostrap li:hover a {
  background: #f2c033;
}

.nav-fostrap li:first-child:hover a {}

.nav-fostrap li ul.dropdown li:hover a {
  background: rgba(0, 0, 0, .1);
}

.nav-fostrap li ul.dropdown li:first-child:hover a {}

.nav-fostrap li:hover .arrow-down {
  border-top: 5px solid #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}

.title-mobile {
  display: none;
}

.cabecera-menu {
  display: flex;
  width: 100%;
  background: #4fa4c8;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.btn-messenger a:link {
  position: absolute;
  position: fixed;
  right: 0;
  bottom: 3em;
  display: flex;
  width: 13em;
  background: #006db8;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  font-size: 0.7em;
  text-transform: uppercase;
  line-height: 1em;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-border-radius: 18px 0 0 18px;
  border-radius: 18px 0 0 18px;
  font-weight: 900;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}

.btn-messenger a:visited {
  color: #ffffff;
}

.btn-messenger a:hover {
  background: #00adb8;
}

.btn-messenger a:active {}

.size-icono-messenger {
  font-size: 2em;
  margin-right: 0.2em;
}

.btn-messenger2 a:link {
  display: none;
}

.morado  {
  color: rgb(95, 78, 142);
}
.blanco  {
  color: rgb(255, 255, 255);
}

.baner-home {
  display: flex;
  width: 100%;
  background-image: url(img/banner-home.jpg);
  background-position: center center;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.contenedor-general, .confechas2{
  display: block;
  width: 100%;
  max-width: 1400px;
}

.logos-home{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  position: absolute;
}

#logo-bicentenario{
  display: block;
  width: 8em;
}
#logo-up{
  display: block;
  width: 13em;
}

.imagen-mujeres{
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  z-index: 999999999;
}

#foto-mujeres{
  display: block;
  width: 55em;
}

#info1{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.centrado1col{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#logo-mujeres{
  display: block;
  width: 35em;
  margin-top: -8.3em;
  z-index: 99999999999;
}
.intro{
  display: block;
  text-align: center;
  padding: 3em;

}

#fechas{
  display: flex;
  justify-content: center;
  width: 100%;
  background: url(img/foto-fechas.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
}

.contenedor-fechas{
  display: flex;
  justify-content: center;
  vertical-align: bottom;
  align-items: flex-end;
  margin-top: 4em;
}

.linea-fechas{
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(137, 124, 171);
  margin-top: -0.8em;
}
.fecha{
  display: block;
  width: 15%;
  margin-right: 0.3em;
}
.info-fecha{
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: 1em;
  line-height: 1em;
  border-right: 1px solid rgb(255, 255, 255);
  padding-right: 0.5em;
  padding-bottom: 1.5em;
  padding-top: 0.5em;
}

.g-nfecha{
  display: block;
  width: 100%;
  padding-left: 2.5em;
}

.n-fecha{
  display: block;
  width: 100%;
  border-bottom: 1px solid rgb(255, 255, 255);
  text-align: right;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.1em;
  color: rgb(137, 124, 171);
  padding-right: 0.5em;
  padding-bottom: 0.3em;

}

.cont-icon-fecha{
  display: flex;
  width: 100%;
  justify-content:flex-end;
}
.icon-fecha{
  display: block;
  width: 1.5em;
  margin-right: -0.70em;
}
#descargas{
  display: flex;
  width: 100%;
  background: url(img/fondo-descargas.jpg) no-repeat center left;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: auto 100%;
  justify-content: flex-end;
  min-height: 600px;
}
#seccion-descargas{
  display: flex;
  width: 50%;
  background: rgb(255, 255, 255);
  justify-content: center;
  flex-direction: column;
}

.contenedor-descargas{
  display: block;
  max-width: 700px;
  padding-left: 2em;
}

.btn-descarga{
  display: flex;
  align-items: center;
  border: 1px solid #C1C1C1;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  text-decoration: none;
  font-weight: 700;
  color: rgb(95, 78, 142);
  font-style: italic;
  padding-left: 0.5em;
  padding-top: 0.3em;
  margin-bottom: 0.5em;
}

.icono-descarga{
  display: block;
  width: 2em;
}
.descarga{
  padding-left: 0.3em;
  font-size: 1.1em;
}

#inscripciones{
  display: flex;
  width: 100%;
  background: url(img/fondo-inscripciones.png) no-repeat center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size:  cover;
  background-size: cover;
  background-color: #73689b;
  min-height: 800px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: rgb(255, 255, 255);
}

.contenedor-form{
  width: 70%;
}
.contenedor-campos{
  display: flex;
  width: 100%;
}
.campo-llenar{
  display: block;
  box-sizing: border-box;
  width: 48%;
  margin: 1%;
  border: 1px solid rgb(255, 255, 255);
  background: none;
  padding-left: 0.5em;
  font-size: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
  color: rgb(255, 255, 255);
}

.campo-llenar-lista{
  display: block;
  box-sizing: border-box;
  width: 48%;
  margin: 1%;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  padding-left: 0.5em;
  font-size: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
  color: rgb(70, 38, 78);
}


.campo-llenar2{
  display: block;
  box-sizing: border-box;
  width: 31.33333%;
  margin: 1%;
  border: 1px solid rgb(255, 255, 255);
  background: none;
  padding-left: 0.5em;
  font-size: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
  color: rgb(255, 255, 255);
}
input::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
	color: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  font-size: 0.9em;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  font-size: 0.9em;
}

input:-ms-input-placeholder {/* IE 10+ */
	color: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  font-size: 0.9em;
}

input::-moz-placeholder {/* Firefox 19+ */
	opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
	color: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  font-size: 0.9em;
}

input:-moz-placeholder {/* Firefox 18- */
	opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
	color: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  font-size: 0.9em;
}

input::placeholder {
	color: rgba(255, 255, 255, 0.26);
  font-weight: 300;
  font-size: 0.9em;
}

.campo-autorizaciones{
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.8em;
  margin-top: 1em;
}
.autorizacion{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.3em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.marcar-autorizacion{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  max-width: 10%;
}
.texto-autorizacion{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  max-width: 90%;
  padding-left: 1em;
}

.no-borde{
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.seccion-enviar{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
.btn-eneviar{
  background: #5abfd9;
  border: none;
  font-size: 1.3em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 700;
}
.terminos-condiciones a:link{
  color: #5abfd9;
  font-size: 0.9em;
  margin-top: 0.5em;
  display: block;
}
.terminos-condiciones a:visited{
  color: #5abfd9;
}
.terminos-condiciones a:hover{
  color: #5abfd9;
}
.terminos-condiciones a:active{
  color: #5abfd9;
}

.pie{
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  background-color: rgb(95, 67, 117);
}
.der{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.extremos{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-web{
  display: block;
  width: 12em;
}
.redes{
  display: flex;
  align-items: center;
}

.red{
  display: flex;
  align-items: center;
  width: 2.8em;
}

.texto-cierre-form{
  display: block;
  width: 100%;
  padding-top: 2em;
}

.link-mail {
  font-size: 1.3em;

  text-decoration: none;
}

.link-mail a:link{
  text-decoration: none;
  color: rgb(255, 213, 251);
  font-weight: 700;
  padding-left: 0.3em;
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.link-mail a:visited{
  color: rgb(255, 213, 251);
}

.link-mail a:hover{
  color: #5abfd9;
}

.link-mail a:active{
  color: rgb(255, 213, 251);
}

@media only screen and (max-width:1500px) {
  body {
    font-size: 16px;
  }
  .contenedor-general, .confechas2{
    max-width: 1300px;
  }

  #foto-mujeres{
    width: 50em;
  }
  .contenedor-descargas{
    display: block;
    max-width:100%;
    padding-left: 2em;
    padding-right: 4em;
  }

}

@media only screen and (max-width:1400px) {
  body {
    font-size: 15px;
  }

  .contenedor-general{
    max-width: 1200px;
  }
  #foto-mujeres{
    width: 48em;
  }


}

@media only screen and (max-width:1300px) {
  body {
    font-size: 14px;
  }

  .contenedor-general{
    max-width: 1100px;
  }

  #foto-mujeres{
    width: 43em;
  }

  #descargas{
    background-position: -100px;
  }


}

@media only screen and (max-width:1100px) {
  body {
    font-size: 13px;
  }

  .contenedor-general, .confechas2{
    max-width: 900px;
  }
  #descargas{
    background-position: -150px;
  }
  #inscripciones{
    padding-top: 8em;
    padding-bottom: 8em;
    background-position: center;
    background-position: right;
    background-position: 50px;
    min-height: inherit;
  }
  .pie{
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: inherit;
    padding-top: 3em;
    padding-bottom: 3em;
  }

}

@media only screen and (max-width:900px) {
  body {
    font-size: 13px;
  }


  .nav-fostrap {
    background: rgba(79, 164, 200, 0.9);
    width: 70%;
    height: 100%;
    display: block;
    position: fixed;
    left: -70%;
    top: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }

  .title-mobile {
    position: fixed;
    display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
  }

  .nav-fostrap.visible {
    left: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
  }

  .nav-bg-fostrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 12px 0 0 10px;
  }

  .container {
    justify-content: center;
  }


  .navbar-fostrap {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
  }

  .navbar-fostrap span {
    height: 2px;
    background: #fff;
    margin: 5px;
    display: block;
    width: 20px;
  }

  .navbar-fostrap span:nth-child(2) {
    width: 20px;
  }

  .navbar-fostrap span:nth-child(3) {
    width: 20px;
  }

  .nav-fostrap ul {
    padding-top: 50px;
  }

  .nav-fostrap li {
    display: block;
  }

  .nav-fostrap li a {
    display: block;
    color: #ffffff;
    font-weight: 900;
    font-size: 1.2em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 2em;
  }

  .nav-fostrap li:first-child:hover a {
    border-radius: 0;
  }

  .nav-fostrap li ul.dropdown {
    position: relative;
  }

  .nav-fostrap li ul.dropdown li a {
    background: #2980B9 !important;
    border-bottom: none;
    color: #fff !important;
  }

  .nav-fostrap li:hover a {
    background: #03A9F4;
    color: #fff !important;
  }

  .nav-fostrap li ul.dropdown li:hover a {
    background: rgba(0, 0, 0, .1);
     !important;
    color: #fff !important;
  }

  .nav-fostrap li ul.dropdown li a {
    padding: 10px 10px 10px 30px;
  }

  .nav-fostrap li:hover .arrow-down {
    border-top: 5px solid #fff;
  }

  .arrow-down {
    border-top: 5px solid #505050;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .cover-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .contenedor-general, .confechas2{
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
  #descargas{
    background-position: -250px;
  }
  #inscripciones{
    padding-top: 8em;
    padding-bottom: 8em;
    background-position: center;
    background-position: right;
    background-position: -200px;
    background-size: cover;
  }
  .contenedor-form{
    width: 80%;
  }

}

@media only screen and (max-width:600px) {
  #foto-mujeres{
    margin-top: 8em;
  }
  #logo-mujeres{
    display: block;
    width: 25em;
    margin-top: -6.6em;
    z-index: 99999999999;
  }
  .confechas2{
    width: 90%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    vertical-align: middle;

  }
  .linea-fechas{
    display: block;
    width: 2px;
    background-color: rgb(137, 124, 171);
    margin-top: auto;
    height: 400px;
  }

  .contenedor-fechas{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .fecha{
    display: flex;
    width: 100%;
    margin-left: 0.3em;
    margin-right: 0.3em;
    flex-direction: column;
    align-items: flex-start;
  }
  .info-fecha{
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 0.8em;
    line-height: 1em;
    border-right: none;
    padding-right: 0.5em;
    padding-bottom: 1.5em;
    padding-top: 0.5em;
    padding-left: 1em;
  }

  .g-nfecha{
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .n-fecha{
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255);
    text-align: left;
    font-weight: 700;
    font-size: 1em;
    color: rgb(137, 124, 171);
    padding-right: 0.5em;
    padding-bottom: 0.3em;
    padding-left: 1em;
  }

  .cont-icon-fecha{
    display: flex;
    width: auto;
    justify-content:flex-start;
    position: absolute;
  }
  .icon-fecha{
    display: block;
    width: 1.5em;
    margin-right: auto;
    margin-left: -1.3em;
    margin-top: 1em;
  }
  #descargas{
    display: flex;
    width: 100%;
    background: url(img/fondo-descargas.jpg) no-repeat top left;
    -webkit-background-size: auto 50%;
    -moz-background-size: auto 50%;
    -o-background-size: auto 50%;
    background-size: auto 50%;
    justify-content: flex-end;
    min-height: auto;
    padding-top: 300px;
  }
  #seccion-descargas{
    width: 100%;
    padding-bottom: 3em;
    padding-top: 3em;
  }

  #inscripciones{

  }

  .contenedor-form{
    width: 100%;
  }

  .campo-llenar{
    width: 100%;
  }
  .campo-llenar2{
    width: 100%;
  }
  .campo-llenar-lista{
    width: 100%;
    color: #ffffff;
    background: rgb(137, 124, 171);
  }
  .marcar-autorizacion{
    max-width: 20%;
  }
  .texto-autorizacion{
    max-width: 80%;
  }
  .extremos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (max-width:400px) {
  body {
    font-size: 12px;
  }

}

@media only screen and (max-width:340px) {}

@media only screen and (max-height:680px) {


}

@media only screen and (max-height:600px) {}

@media only screen and (max-height:500px) {}

@media only screen and (max-height:380px) {}

@media only screen and (max-width:1199px) {
  .container {
    width: 96%;
  }
}
