* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?a398wc');
  src: url('fonts/icomoon.eot?a398wc#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?a398wc') format('truetype'),
    url('fonts/icomoon.woff?a398wc') format('woff'),
    url('fonts/icomoon.svg?a398wc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-linkdin:before {
  content: "\e902";
}

.icon-logo-up:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

/* 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;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #EBEAE2;
  font-size: 17px;
  font-family: 'Krub', sans-serif;
  color: #5D5D5F;
}

.marron1 {
  color: #7B562A;
}

.rojo {
  color: #702A1F;
}

.celeste {
  color: #00ACEC;
}

h1 {
  font-size: 1.5em;
  color: #7B562A;
  text-align: center;
  font-family: 'Caudex', serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}

h2 {
  font-size: 1.3em;
  color: #7B562A;
  text-align: center;
  font-family: 'Caudex', serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}

h3 {
  font-size: 1.1em;
  color: #702A1F;
  text-align: center;
  font-family: 'Caudex', serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}

h4 {
  font-size: 1.5em;
  color: #702A1F;
  text-align: center;
  font-family: 'Caudex', serif;
  text-transform: uppercase;
  width: 100%;
}

nav {
  width: 100%;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 99999999;
}

.menu {
  display: flex;
  width: 50%;
  justify-content: flex-start;
  font-size: 0.8em;
  flex-wrap: wrap;
  height: auto;
  box-sizing: border-box;
}

.link-menu a:link {
  display: flex;
  color: #000000;
  height: 100%;
  padding-left: 1.2em;
  padding-right: 1.2em;
  justify-content: center;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
  align-items: center;
}

.link-menu a:visited {
  color: #000000;
}

.link-menu a:hover {
  color: #ffffff;
  background: #7B562A;
}

.link-menu a:active {
  color: #000000;
}

.seccion-logo {
  display: block;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: center;
  height: 7em;
}

.seccion-logo img {
  height: 7em;
}



header {
  display: flex;
  width: 100%;
  height: 420px;
  background-image: url(img/fondo-vanessa-heller-ledgar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  margin-top: 7em;
}

.foto-vanessa {
  display: flex;
  width: 20em;
  align-items: flex-end;
  justify-content: center;
  margin-right: -8em;
  z-index: 99999;
}

.contenido-header {
  display: flex;
  width: 30em;
  background: rgba(122, 81, 2, 0.6);
  padding-left: 7em;
  margin-bottom: 3em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  justify-content: flex-start;
  align-items: center;
}

.intero-contenido-header {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.titulo-1 {
  color: #ffffff;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.3em;
}

.nombre-premio {
  font-size: 2.5em;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  font-family: 'Caudex', serif;
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid #F5DBAB;
  border-bottom: 1px solid #F5DBAB;
}

.btn-eneviar a:link {
  background: #702a1f;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  display: block;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: flex-end;
  float: right;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.1em;
}

.btn-eneviar a:visited {
  color: #ffffff;
}

.btn-eneviar a:hover {
  color: #ffffff;
  background: #885623;
}

.btn-eneviar a:active {
  color: #ffffff;
}


.bajada-titulo {
  font-size: 1.5em;
  color: #FFD28A;
  text-transform: uppercase;
  font-family: 'Caudex', serif;
  display: block;
  width: 100%;
  text-align: center;
}

.texto-cabecera {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 0.9em;
}

.seccion-botom-cabecera {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.btn-header a:link {
  font-family: 'Krub', sans-serif;
  color: #ffffff;
  font-size: 0.7em;
  border: 1px solid #ffffff;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.btn-header a:visited {
  color: #ffffff;
}

.btn-header a:hover {
  background: #ffffff;
  color: rgba(122, 81, 2, 1);
}

.btn-header a:active {
  color: #ffffff;
}

#intro-vanessa {
  display: block;
  width: 100%;
  background: url(img/fondo-flores-top.png) top center, url(img/fondo-flores-botton.png) bottom center;
  background-repeat: no-repeat;
  background-size: 90%;
  padding-top: 3em;
  padding-bottom: 3em;
}

.contendor-general {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
}

.contenedor-testimonios {
  display: flex;
  justify-content: center;
  width: 90%;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
}

.contendor-general2 {
  display: flex;
  justify-content:space-between;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  align-items:flex-start;
}

.contendor-cronograma {
  display: flex;
  justify-content:space-between;
  width: 80%;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  align-items:flex-start;
  text-align: center;
  justify-content: center;
  padding-top: 3em;
}

.texto-intro-home {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  text-align: right;
  padding-right: 2em;
}

.foto-vanessa-home {
  display: block;
  width: 20%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.resaltado1-home {
  font-family: 'Caudex', serif;
  color: #7B562A;
  font-weight: 700;
  font-size: 1.1em;
}

.titulo-vanessa {
  font-family: 'Caudex', serif;
  color: #7B562A;
  font-weight: 700;
  font-size: 1.8em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.resumen-vanessa {
  font-size: 1.1em;
  justify-content: center;
}

#testimonios {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #F1F1F2;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-shadow: 0 0 15px 1px rgba(50, 28, 15, 0.6);
  box-shadow: 0 0 15px 1px rgba(50, 28, 15, 0.6);
}

.testimonio {
  display: block;
  width: 22%;
  background: #ffffff;
  margin: 1%;
  box-sizing: border-box;
  padding: 1em;
  -webkit-box-shadow: 0 0 8px 1px rgba(28, 17, 10, 0.4);
  box-shadow: 0 0 8px 1px rgba(28, 17, 10, 0.4);
}

.foto-testimonio{
  display: block;
  width: 100%;
}
.nombre-alumno{
  font-family: 'Caudex', serif;
  color: #702A1F;
  font-weight: 700;
  font-size: 1.2em;
}
.descripcion-alumno{
  font-family: 'Caudex', serif;
  font-weight: 700;
  font-size: 0.9em;
}
.texto-testimonio{
  font-size: 1.1em;
  font-style:italic;
  padding-left: 0.4em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
#video-vanessa{
  display: block;
  width: 35em;
  margin-top: 2em;
  margin-bottom: 2em;
}
#premio{
  display: block;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.seccion2{
  display: block;
  width: 48%;
  box-sizing: border-box;
}
.intro-premio{
  margin-bottom: 2em;
}

ol{
  padding-left: 2em;
}
li{
  margin-bottom: 1em;
}
footer{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 2em;
  padding-bottom: 2em;
}
.contendor-footer{
  display: flex;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 3, 0, 0.79);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.seccion-redes{
  display:flex;
  width: 15%;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content:flex-end;
  align-items: center;
  padding-right: 0.2em;
}
.seccion-info{
  display:flex;
  width: 85%;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
}
.red a:link{
  margin: 0.2em;
  font-size: 1.2em;
  color: #00ACEC;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.red a:visited{
  color: #00ACEC;
}
.red a:hover{
color: #00ebfa;
}
.red a:active{
  color: #00ACEC;
}
.seccion-info{
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-left: 1px solid #00ACEC;
}
.organizador{
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
.seccion-web{
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 2em;
}
.organiza{
  color: #ffffff;
  font-size: 0.8em;
  display: block;
  width: 100%;
}
.texto-organizador{
  color: #ffffff;
}
.web a:link{
  color: #00ACEC;
  font-size: 1.2em;
  font-weight: 800;
  text-decoration: none;
  font-family: 'Nanum Gothic', sans-serif;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.web a:visited{
  color: #00ACEC;

}
.web a:hover{
  color: #00ebfa;
}
.web a:active{
color: #00ACEC;
}
@media screen and (max-width:1400px) {
  body {
    font-size: 15px;
  }
  .contendor-general, .contendor-general2  {
    max-width: 1000px;
  }
  .contendor-footer{
    max-width: 900px;
  }
  header {
    height: 380px;
  }

  .foto-vanessa {
    display: flex;
    width: 20em;
    align-items: flex-end;
    justify-content: center;
    margin-right: -8em;
    z-index: 99999;
  }

  .contenido-header {
    display: flex;
    width: 30em;
    background: rgba(122, 81, 2, 0.6);
    padding-left: 7em;
    margin-bottom: 3em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 0.5em;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-height:1300px) {
  body {
    font-size: 14px;
  }
  header {
    height: 350px;
  }
}
@media screen and (max-height:1100px) {
  .contendor-general, .contendor-general2  {
    max-width: 90%;
  }
  .contendor-footer{
    max-width: 800px;
  }
}

@media screen and (max-width:900px) {
  .contendor-footer{
    max-width: 85%;
  }
  .seccion-redes{
    width: 20%;
  }
  .seccion-info{
    width: 80%;
  }
  header {
    height: 300px;
  }
}


@media screen and (max-width:700px) {
  header {
    height: 220px;
  }
  .menu {
    display: none;
  }
  nav {
    justify-content:center;
  }
  body {
    font-size: 12px;
  }
  .foto-vanessa {
    width: 15em;
    margin-left: -2em;
  }

  .contenido-header {
    width: 100%;
    margin-bottom: 1em;
  }

  .nombre-premio {
    font-size: 2em;
  }

  .bajada-titulo {
    font-size: 1.5em;
  }

  .texto-cabecera {
    font-size: 0.8em;
  }

  .seccion-botom-cabecera {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .texto-intro-home{
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em;
  }
  .titulo-vanessa{
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
  }
  .resumen-vanessa{
    text-align: justify;
  }
  .foto-vanessa-home{
    width: 90%;
  }
  .testimonio{
    width: 100%;
  }
  #video-vanessa{
    width: 90%;
  }
  .seccion2{
    width: 100%;
  }
  footer{
    padding-bottom: 0;
  }
  .contendor-footer{
    max-width: 100%;
    flex-direction: column;
  }
  .seccion-redes, .seccion-info, .seccion-web, .organizador{
    width: 100%;
    justify-content: center;
    text-align: center;
    border-left: none;
    padding: 0;
  }
  .organiza, .texto-organizador{
    margin-left: 0;
    display: block;
    width: 100%;
    padding: 0.2em;
    box-sizing: border-box;
}

@media screen and (max-width:330px) {
  .nombre-premio {
    font-size: 1.5em;
  }
  .bajada-titulo {
    font-size: 1.2em;
  }

}
