﻿*{
margin: 0;
padding: 0;
}

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


body{
font-size: 16px;
width: 100%;
height: 100%;
min-height: 100vh;
display: flex;
flex-wrap: wrap;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
color: #264142;
}

p{
  margin-bottom: 1em;
  text-align: justify;
}

html{
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #ffffffff;
}

h1{
  text-transform: uppercase;
  font-size: 1.9em;
  text-align: right;
  line-height: 1em;
  padding-left: 4em;
}

h2{
  font-size: 1.2em;
  text-align: right;
}

p{
  line-height: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: right;
}
h3{
  font-size: 1em;
  color: rgb(83, 99, 105);
  text-align: right;
}

a{
text-decoration: none;
}

.verde{
  color: #009299;
}

.naranja{
  color: #f6981d;
}

.azul{
  color: #235379;
}


li{
  margin-bottom: 1em;
}

/* 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 { /* Chrome/Opera/Safari */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;

}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;
}

#menu-principal{
  display:flex;
  vertical-align: middle;
  align-items: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1696a3+34,09727c+100 */
  background: #1696a3; /* Old browsers */
  background: -moz-linear-gradient(top, #1696a3 34%, #09727c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1696a3 34%,#09727c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1696a3 34%,#09727c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696a3', endColorstr='#09727c',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 2em;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  text-align: center;
  line-height: 1em;
  font-size: 0.6em;
  font-weight: 400;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
}

#link1 a:link{
  display: block;
  color: #ffffffff;
  text-align: center;
  padding-right: 1em;
}
#link1  a:visited{
  color: #ffffffff;
}
#link1 a:hover{
  color: #ceff00;
}
#link1 a:active{
  color: #ffffffff;
}

#link2 a:link{
  display: block;
  color: #ffffffff;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  border-left: 1px solid #ffffffff;
  border-right: 1px solid #ffffffff;
}
#link2  a:visited{
  color: #ffffffff;
}
#link2 a:hover{
  color: #ceff00;
}
#link2 a:active{
  color: #ffffffff;
}

#link3 a:link{
  display: block;
  color: #ffffffff;
  text-align: center;
  padding-left: 1em;
}
#link3  a:visited{
  color: #ffffffff;
}
#link3 a:hover{
  color: #ceff00;
}
#link3 a:active{
  color: #ffffffff;
}


#followus{
  display: flex;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d88500+0,c46024+100 */
  background: #d88500; /* Old browsers */
  background: -moz-linear-gradient(top, #d88500 0%, #c46024 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d88500 0%,#c46024 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d88500 0%,#c46024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88500', endColorstr='#c46024',GradientType=0 ); /* IE6-9 */
  color: #ffffffff;
  font-size: 0.9em;
  align-items: center;
  vertical-align: middle;
  padding-right: 2em;
  padding-left: 1em;
  -webkit-border-radius: 13px 0 0 13px;
  border-radius: 13px 0 0 13px;
  position: absolute;
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 888888888888;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.icono-follow{
  display: block;
  width: 1.6em;
  margin: 0.2em;
}

#logo-up{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16em;
  margin-top: 2em;
  margin-right: 2em;
}

#home, #entrepreneurship, #culture, #summer, #cierre{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  justify-content: space-between;
}

#home{
  background-image: url(img/fondo-home.jpg);
}

#entrepreneurship{
  background-image: url(img/fondo-entrepreneurship.jpg);
}
#culture{
  background-image: url(img/fondo-culture.jpg);
}
#summer{
  background-image: url(img/fondo-summer.jpg);
}
#cierre{
  background-image: url(img/fondo-cierre.jpg);
}

.seccion-home{
  text-align: left;
  width: 45%;
  padding: 2em;
  padding-left: 5em;
  box-sizing: border-box;
}

#logo-summer{
  display: block;
  width: 15em;
  margin: 0 auto;
}

#info-home{
  background-color: rgba(22, 150, 163, 0.76);
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  color: #ffffffff;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.5em;
}

.contenedor-accesos-directos{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.accesos-directos{
  display: flex;
  width: 30.33%;
  margin: 1.5%;
  box-sizing: border-box;
  flex-direction: column;
  vertical-align: middle;
  align-items:center;
  justify-content: space-between;
  align-content: space-between;

}

.foto-acceso-directo{
  display: block;
  width: 10em;
  margin: 0 auto;
}

.titulo-acceso-directo{
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1em;
  display: flex;
  text-align: center;
}

.seccion-btn-moreinfo{
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0.3em;
}

.btn-vermas a:link{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d88500+0,c46024+100 */
  background: #d88500; /* Old browsers */
  background: -moz-linear-gradient(top, #d88500 0%, #c46024 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d88500 0%,#c46024 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d88500 0%,#c46024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88500', endColorstr='#c46024',GradientType=0 ); /* IE6-9 */
  color: #ffffffff;
  font-size: 0.65em;
  font-weight: 700;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.4);
}
.btn-vermas a:visited{
  color: #ffffffff;
}
.btn-vermas a:hover{
  color: #ffffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2bd00+0,e2962b+100 */
  background: #e2bd00; /* Old browsers */
  background: -moz-linear-gradient(top, #e2bd00 0%, #e2962b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2bd00 0%,#e2962b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2bd00 0%,#e2962b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2bd00', endColorstr='#e2962b',GradientType=0 ); /* IE6-9 */
}
.btn-vermas a:active{
  color: #ffffffff;
}


.titulo-form1{
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.5%;
}

.bajada-titulo1{
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 0.7em;
  line-height: 0.9em;
}
.contenedor-form{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5em;
}

.contenedor-form2{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5em;
}

.campo-completar, .lista-form1{
  display: block;
  width: 49%;
  margin: 0.5%;
  height: 2.5em;
  background-color: #ffffffff;
  border: 1px solid rgba(0, 0, 0, 0.29);
  box-sizing: border-box;
  padding-left: 1em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.campo-texto{
  display: block;
  width: 99%;
  height: 5em;
  background-color: #ffffffff;
  border: 1px solid rgba(0, 0, 0, 0.29);
  box-sizing: border-box;
  margin: 0.5%;
  padding-left: 1em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding-top: 0.5em;
}
.area-boton{
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 0.8em;
  padding: 1em;
  box-sizing: border-box;
  align-items: center;
}
.info-contac{
  line-height: 1em;
}
.resaltado{
  font-weight: 700;
}
input.btn-enviar{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d88500+0,c46024+100 */
  background: #d88500; /* Old browsers */
  background: -moz-linear-gradient(top, #d88500 0%, #c46024 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d88500 0%,#c46024 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d88500 0%,#c46024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88500', endColorstr='#c46024',GradientType=0 ); /* IE6-9 */
  color: #ffffffff;
  font-size: 0.9em;
  font-weight: 700;
  padding-left: 4em;
  padding-right: 4em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}
.btn-enviar a:visited{
  color: #ffffffff;
}
.btn-enviar a:hover{
  color: #ffffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2bd00+0,e2962b+100 */
  background: #e2bd00; /* Old browsers */
  background: -moz-linear-gradient(top, #e2bd00 0%, #e2962b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2bd00 0%,#e2962b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2bd00 0%,#e2962b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2bd00', endColorstr='#e2962b',GradientType=0 ); /* IE6-9 */
}
.btn-enviar a:active{
  color: #ffffffff;
}

.logos-izq{
  display: flex;
  width: 50%;
  height: 100%;
  box-sizing: border-box;

}

.info-der{
  display: flex;
  width: 40%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 3em;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 3em;
}

.info-der-cierre{
  display: flex;
  width: 40%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 3em;
  box-sizing: border-box;
  padding-left: 3em;
}

.logo-summer-blanco{
  display: block;
  width: 10em;
  margin-left: 3em;
  margin-top: 3em;
}

.logo-up-info{
  display: block;
  width: 16em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.contenedor-seccion-doble{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 1em;
  text-align: left;
}

.seccion-doble{
  display: block;
  width: 100%;
  text-align: right;
}

.section-number{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.numero{
  font-size: 1.8em;
  font-weight: 700;
  color: #009299;
  padding-right: 0.3em;
}

.btn-click-here a:link{
  background-color: #009299;
  color: #ffffffff;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 0.8em;
  font-weight: 700;
  -webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
}

.btn-click-here a:visited{
  background-color: #009299;
  color: #ffffffff;
}

.btn-click-here a:hover{
  background-color: #22bec6;
  color: #ffffffff;
}
.btn-click-here a:active{
  background-color: #009299;
  color: #ffffffff;
}
.textofinaldoble{
  display: block;
  width: 100%;
  text-align: left;
}

.precio{
  display: block;
  width: 100%;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  border: 2px solid #1b3738;
  text-align: right;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-top: 1em;
}

.titulo-precio{
  font-size: 1.3em;
}

.formulario2{
  background-color: rgba(37, 38, 40, 0.79);
  color: #ffffffff;
  padding: 2em;
  padding-bottom: 3em;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.logo-summer2{
  display: block;
  width: 15em;
  margin: 0 auto;
}



@media screen and (max-width:1600px){
  body{
  font-size: 14px;
  }
}
@media screen and (max-width:1400px){
  body{
  font-size: 12px;
  }
}
@media screen and (max-width:1300px){
}
@media screen and (max-width:1100px){
}
@media screen and (max-width:900px){
}
@media screen and (max-width:690px){
  body{
  font-size: 14px;
  color: #ffffffff;
  }

  #logo-up{
    display: block;
    position: absolute;
    width: 30%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    left: 2%;
    top: 8%;
  }
  #home, #entrepreneurship, #culture, #summer, #cierre{
    display: block;
    width: 100%;
    height: auto;
    align-items:center;
    vertical-align:top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }



}
@media screen and (max-width:500px){
  body{
  font-size: 14px;
  color: #ffffffff;
  }
  #menu-principal{
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #logo-up{
    display: block;
    position: absolute;
    width: 30%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    left: 2%;
    top: 8%;
  }
  #home, #entrepreneurship, #culture, #summer, #cierre{
    display: block;
    width: 100%;
    height: 100%;
    align-items:center;
    vertical-align:top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #home{
    background-image: url(img/fondo-home-680.jpg);
  }

  #entrepreneurship{
    background-image: url(img/fondo-entrepreneurship-680.jpg);
  }
  #culture{
    background-image: url(img/fondo-culture-680.jpg);
  }
  #summer{
    background-image: url(img/fondo-summer-680.jpg);
  }
  #cierre{
    background-image: url(img/fondo-cierre-680.jpg);
    box-sizing: border-box;
    padding-top: 30%;
  }

  .seccion-home{
    text-align: center;
    width: 95%;
    padding: 0;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #logo-summer{
    width: 23%;
    position: absolute;
    top: 7%;
    right: 2%;
  }

  #info-home{
    margin-top: 8em;
  }
  .contenedor-accesos-directos{
    margin-bottom: 0.5em;
  }
  .foto-acceso-directo{
    width: 50%;
  }
  .titulo-acceso-directo{
    font-size: 0.7em;
  }
  .logos-izq{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-end;
  }
  .logo-summer-blanco{
    display: block;
    width:25%;
    margin-left: 0;
    margin-top: 3em;
    margin-right: 1em;
  }
  .info-der, .info-der-cierre{
    display: block;
    width: 95%;
    height: auto;
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0.0);
    padding-left: 0;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 0.8em;
  }

  .logo-up-info{
    display: none;
  }

  .verde{
    color: #1ed6cd;
  }

  .naranja{
    color: #f7a521;
  }

  .azul{
    color: #35a3d3;
  }

  p{
    margin-bottom: 1em;
    text-align: justify;
  }

  h1{
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    line-height: 1em;
    padding-left: 0;
  }
  h3{
    color: #ffffffff;
  }
  .contenedor-seccion-doble{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 1em;
    text-align: left;
    font-size: 0.8em;
  }

  .precio{
    text-align: right;
    background-color: rgba(255, 255, 255, 0.27);
  }


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