/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 9, 2016 */
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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



@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ovw9oa');
  src:  url('fonts/icomoon.eot?ovw9oa#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ovw9oa') format('truetype'),
    url('fonts/icomoon.woff?ovw9oa') format('woff'),
    url('fonts/icomoon.svg?ovw9oa#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-cerrar-sesion:before {
  content: "\e906";
}
.icon-acerca-de:before {
  content: "\e907";
}
.icon-como-llegar:before {
  content: "\e908";
}
.icon-entradas:before {
  content: "\e909";
}
.icon-eventos:before {
  content: "\e90a";
}
.icon-perfil:before {
  content: "\e90b";
}
.icon-inicio:before {
  content: "\e90c";
}
.icon-volver:before {
  content: "\e900";
}
.icon-flecha:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-ubicacion:before {
  content: "\e903";
}
.icon-buscar:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}



* {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-size: 100%;
    font-family: 'latoregular', sans-serif;
}

#encabezado-fijo {
    background: #183247;
    background: -webkit-linear-gradient(right top, #183247, #315c73);
    background: -o-linear-gradient(bottom left, #183247, #315c73);
    background: -moz-linear-gradient(bottom left, #183247, #315c73);
    background: linear-gradient(to bottom left, #183247, #315c73);
    position: fixed;
    width: 100%;
}

nav#menu {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

img.logo {
    padding: 2rem 0;
}

ul {
    display: inline-flex;
    padding: 3rem 0;
}

li {
    padding: 0 1rem;
}

a {
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    color: #37aad8 !important;
}

#presentacion {
    padding: 7rem 0 0 0;
}

img.play-video {
    width: 100%;
}

#quienes-somos {
    background-color: #bf3978;
    padding: 8rem 0;
    color: #fff;
    margin-top: -1rem;
}

#arriba {
    background-color: #bf3978;
    padding: 0;
    color: #fff;
}

h2 {
    font-family: "latobold";
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
}

.flex-container {
	display: flex; /* I now declare this as a flex-container */
	display: -webkit-flex; /* This is the Chrome notation */
    min-height: 150px;
}

.flex-item {
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    margin: auto;
    padding: 2rem 2rem;
    cursor: pointer;
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
}

.img-redonda {
    border-radius: 50%;
    margin: 1rem 0;
    width: 90%;
}

h3 {
    color: #37aad8;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.destacado {
    font-size: 1.4rem;
    width: 80%;
    margin: auto;
    text-align: center;
}

#sobre-conecsens {
    background-color: #dad6dc;
    padding: 7rem 0;
}

.contenido-app {
    max-width: 1400px;
    display: flex;
    margin: 3rem auto;
    justify-content: center;
}

#contacto {
    max-width: 1400px;
    margin: auto;
    padding-top: 7rem;
}

.contenido-contacto {
    padding: 3rem 0;
}

.consulta {
    padding-right: 3rem;
    color: #253446;
    line-height: 1.4;
    margin-bottom: 1rem;
}

img.contacto-icon {
    float: left;
    margin-right: 1rem;
}

.mapa {
    width: 100% !important;
    margin-top: 27rem;
}

input:not([type="submit"]) {
    display: block;
    margin: 0.6rem auto;
    border: 1px solid #000000;
    padding: 0.6rem;
    font-size: 1rem;
    background-color: white;
    min-width: 100%;
}

textarea {
    display: block;
    margin: 0.6rem auto;
    border: 1px solid #000000;
    padding: 0.6rem;
    font-size: 1.1rem;
    background-color: white;
    min-width: 100%;
    font-family: 'latoregular', sans-serif;
}

input.button.enviar {
    background-color: #37aad8;
    padding: 0.6rem 1rem;
    border-radius: 6%;
    border: none;
    color: #fff;
    font-size: 1rem;
}




footer {
    background-color: #253446;
    margin-top: -1rem;
}

.pie {
    max-width: 1400px;
    margin: auto;
    padding: 2rem 0 ;
    display: flex;
    color: #ffffff;
}

.logo-fadu {
    padding-right: 3rem;
    border-right: 1px solid #ffffff;
}

.copyright {
    padding-left: 3rem;
    font-family: 'latolight', sans-serif;
    line-height: 1.4;
}

