/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
box-sizing: border-box;
}
*,*::before,*::after {
  box-sizing: inherit;
}

body {
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

/* GlOBALES */
.contenedor{
  width: 98%;
  margin: 0 auto;
}

@media only screen and (min-width: 480px){
  .contenedor {
    width: 95%;
  }
}

@media only screen and (min-width: 768px){
  .contenedor {
    width: 90%;
  }
}

@media only screen and (min-width: 990px){
  .contenedor {
    width: 90%;
    max-width: 1100px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button.transparent {
  background-color: transparent;
  border: 2px solid white;
}

.button.transparent:hover {
  border: 2px solid #fe4918;
}

.button {
  background-color: #fe4918;
  padding: 10px 40px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 1em;
  margin-top: 20px;
  display: inline-block;
  transition: all .3s ease;
  border: 2px solid  #fe4918;
}
.button.hollow,
.button.hollow:hover {
  background-color: white;
  color: #fe4918;
  }
.button:hover {
  background-color: #e33000;
}

.float-right {
  float: right;
}

/** Lettering **/
h1.nombre-sitio {
  position: relative;
  text-shadow: 0 0 30px black;
  color: #014386;
}

.seccion {
  padding: 10px 0;
}

.seccion p {
  font-size: 1.1em;
  text-align: center;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
}

h2::after{
  content: '';
  margin: 0 auto;
  background-image: url(../img/separador.png);
  height: 30px;
  width: 100px;
  display: block;
}

/* Header*/

div.hero {
background-image: url(../img/metrologia.jpg);
height: 50vh;
background-size: cover;
}

div.contenido-header {
  padding-top: 40px;
}

@media only screen and (min-width: 768px){
  div.contenido-header {
    padding-top: 10px;
  }
}

nav.redes-sociales {
  text-align: center;
}

nav.redes-sociales a {
  color: white;
  font-size: 2em;
  padding-left: 1em;
}

div.informacion-evento {
  text-align: center;
  color: white;
}

@media only screen and (min-width: 768px){
  div.informacion-evento {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
  }
}

div.informacion-evento p {
  margin: 0;
  display: inline;
  font-size: 20px;
  text-transform: uppercase;
}

div.informacion-evento p i {
  color: orange;
  font-size: 2.4rem;
}

p.fecha {
  float: left;
}


p.ciudad {
  float: right;
  text-align: right;
  color: #014386;
}

p.slogan {
  text-transform: none!important;
  color: orange;
}

p.slogan span {
  font-weight: bold;
  font-size: 1.3em;
}

h1.nombre-sitio {
  font-size: 5.9vw;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  color: #014386;
}

@media only screen and (min-width: 768px){
  h1.nombre-sitio{
  font-size: 5.5vw;
  margin: 0;
  color: #014386;
}
}

/* BARRA */

div.barra {
  background: #353535;
  padding: 20px 0;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

div.logo {
  width: 80%;
    float: left;
}

div.logo img {
  width: 100%;
}
@media only screen and (min-width: 768px){
div.logo {
  width: 33%;
}
}

/* NAV PRINCIPAL */

nav.navegacion-principal {
  display: none;
  width: 100%;
}

nav.navegacion-principal a {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .6s ease;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

nav.navegacion-principal a:last-child {
  border: 2px solid #009EDD;
  color: #009EDD;
}

nav.navegacion-principal a:last-child:hover {
  color: white;
}

nav.navegacion-principal a:hover{
  background-color: #009EDD;
}

@media only screen and (min-width: 768px){
  nav.navegacion-principal {
    width: 67%;
    float: right;
    text-align: center;
    display: block;
  }

  nav.navegacion-principal a {
    padding: 10px 10px;
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
  }

}

/* MENU MOVIL estilo sandwich */
div.menu-movil {
width: 60px;
display: block;
float: right;
text-align: right;
margin-top: 12px;
}

div.menu-movil:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px){
  div.menu-movil {
    display: none;
  }
}

div.menu-movil span {
  height: 8px;
  margin-bottom: 6px;
  background-color: white;
  display: block;
}

/* TALLERES */

/* El "padre" debe de estar en relative, para que los hijos podramos darle un absolute. */

section.programa {
  position: relative;
}

div.contenedor-video {
  max-width: 100%;
  overflow-x: hidden;
}

div.contenido-programa {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

div.programa-evento {
  background-color: rgba(255, 255, 255, .8);
  /*padding: 15px;
  margin-top: 80px;*/
}

@media only screen and (min-width:768px){
  div.programa-evento {
    width: 70%;
  }
}

@media only screen and (min-width:992px){
  div.programa-evento {
    width: 50%;
  }
}

nav.menu-programa {
  width: 100%;
}

@media only screen and (min-width:992px){
  nav.menu-programa {
    display: table;
  }
}

nav.menu-programa a {
  display: block;
  text-align: center;
  color: black;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
  font-size: 1.2em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #009EDD;
}
nav.menu-programa a.activo::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  width: 30px;
  background-image: url('../img/talleres-flecha_AZUL.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  bottom: -20px;

}
@media only screen and (min-width:992px){
  nav.menu-programa a {
    display: table-cell;
  }
}

nav.menu-programa a i {
  color: #009EDD;
  font-size: 1.6em;
  margin-right: 10px;
}

div.ocultar {
  display: none;
}
/* Detalle evento*/
div.detalle-evento{
  margin-top: 20px;
  border-bottom: 1px solid black;
  padding: 0 20px;
}

div.detalle-evento:nth-child(2){
  border: none;
}

div.detalle-evento p {
  margin-bottom: 20px;
  font-size: 18px;
}

div.detalle-evento h3,i {
  color: #009EDD;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}

div.detalle-evento i {
  font-size: 1.5em;
}
/* INVITADOS */

ul.lista-invitados li {
  padding: 10px;
  float: left;
}

@media only screen and (min-width:480px){
  ul.lista-invitados li {
      width: 50%;
  }
}

@media only screen and (min-width:768px){
  ul.lista-invitados li {
      width: 33.3%;
  }
}

div.invitado {
  position: relative;
  overflow: hidden;
}

div.invitado img {
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .5s ease-in-out;
}

div.invitado img:hover{
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}

div.invitado p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  text-align: left;
  color: #009EDD;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

div.invitado:hover p {
  bottom: -80px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
}

/*Contador*/
.parallax::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-filter: brightness(.8);
  filter: brightness(.8);
}
div.contador {
  position: relative;
  height: auto;
}

div.contador::before {
  background-image: url(../img/bg-resumen.jpg);
  content: '';
}

ul.resumen-evento {
  position: relative;
  padding: 120px 0;
}

ul.resumen-evento li {
  width: 50%;
  float: left;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}

p.numero {
  color: #fe4918;
  font-size: 1.5em;
  display: block;
  margin: 0 0 10px 0;
  font-family: 'Oswald', sans-serif;
}

@media only screen and (min-width:768px){
  ul.resumen-evento li {
    width: 25%;
  }
}
/* Tabla de precios */
ul.lista-precios > li {
  padding: 10px;
}


@media only screen and (min-width:768px){
  ul.lista-precios > li {
    float: left;
    width: 33.3%;
  }
  .valores{

    padding-left: 290px;
  }
}

div.tabla-precio{
  border: 1px solid #e1e1e1;
  background-color: white;
  padding: 40px 0;
  text-align: center;
  transition: all .3s ease;
}
div.tabla-precio:hover{
transform: scale(1.1);
border: 1px solid #fe4918;
box-shadow: 0px 0px 50px #666;
  }
div.tabla-precio ul li {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  margin: 20px;
  color: #868686;
  line-height: 26px;
}
div.tabla-precio ul li::before{
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font-size: 20px;
  color: green;
  -webkit-font-smoothing: antialiased;
  content: '\f00c' ;
}
div.tabla-precio h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #fe4918;
}
div.tabla-precio p.numero {
  color: #000000;
  margin: 20px 0;
}
/* MAPA */
div.mapa {
  height: 420px;
  background-color: green;
}
/*Testimoniales*/
div.testimoniales {
  padding-bottom: 20px;
}

div.testimonial {
  padding: 5px;
}
@media only screen and (min-width:768px){
  div.testimonial {
    width: 33.3%;
    float: left;
  }
}
blockquote {
  background-color: white;
  border: 1px solid #e1e1e1;
  position: relative;
  margin: 0 0 10px 0;
  padding-bottom: 20px;
}
blockquote p {
  text-align: left!important;
  font-size: 1em!important;
  font-family: 'PT Sans', sans-serif;
  padding: 0 20px 0 65px;
}
blockquote p::before{
  content: '\201c';
  position: absolute;
  left: 13px;
  top: 8px;
  font-size: 8rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fe4918;
}
footer.info-testimonial {
  padding: 0;
  background-color: transparent;
}
footer.info-testimonial img {
  float: left;
  width: 20%;
  border-radius: 50%;
  margin-left: 20px;
}
footer.info-testimonial cite {
  text-align: left;
  color: #fe4918;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 20px;
  width: 66.6%;
  float: right;
  font-weight: bold;
  font-style: normal;
}
footer.info-testimonial cite span {
color: black;
display: block;
text-transform: none;
margin-top: 5px;
}
/*newsletter*/
div.newsletter{
  position: relative;
  height: auto;
}
div.newsletter::before{
  background-image: url(../img/bg-newsletter.jpg);
  content: '';
}
div.newsletter .contenido {
  padding: 100px 0;
  color: white;
  text-align: center;
  position: relative;
}
div.newsletter .contenido p {
  font-size: 1.2em;
  text-transform: lowercase;
}
div.newsletter .contenido h3 {
  color: white;
  text-transform: uppercase;
  font-size: 7vw;
  font-family: 'PT Sans', sans-serif;
}
/* Cuenta regresiva */
div.cuenta-regresiva ul li {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (min-width:768px){
  div.cuenta-regresiva ul li {
    width: 25%;
    float: left;
  }
}
/*FOOTEr*/
footer {
  background-color: #353535;
  padding-top: 40px;
  margin-top: 20px;
}
footer.contenedor > div {
  color: white;
  padding: 0 20px;
  font-size: 12px;
}
@media only screen and (min-width:768px){
    footer .contenedor > div{
      width: 33.3%;
      float: left;
    }
}
footer h3 {
  color: white;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
}
footer h3 span {
  color: #009EDD;
}
footer .ultimos-tweets{
  margin-bottom: 10px;
}
footer .redes-sociales {
  text-align: left;
}

.texx {
  color: white;
  padding-right: 20px;
  text-align: justify;
}

p.copyright {
  background-color: #2e2e2e;
  color: white;
  padding: 10px 0;
  margin: 20px 0 0 0;
  text-align: center;
}

/* INTERNAS */
/*Conferencia*/
/*.navegacion-principal .activo {
  border-bottom: 2px solid #009EDD;
} */
div.galeria a{
display: inline-block;
margin-bottom: 5px;
}
/* REGISTRO.HTML */
form.registro h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

form.registro label {
  margin-bottom: 5px;
  font-weight: bold;
}
h4  {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #fe4918;
  padding-bottom: 10px;
  font-size: 1.2em;
}
div.caja {
  background-color: white;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin: 10px;
}

div.campo {
  padding: 20px;
}

@media only screen and (min-width: 768px){
  div.campo {
    float: left;
    width: 33.3%;
  }
}

div.paquetes .tabla-precio:hover{
  transform: none;
  box-shadow: none;
}
div.paquetes .tabla-precio input {
  clear: both;
  width: 100px;
  margin: 10px auto 0 auto;
  display: block;
}
.contenido-dia  {
  padding: 20px;
  display: none;
}
@media only screen and (min-width: 768px){
.contenido-dia > div {
  float: left;
  width: 33.3%;
}
}
.contenido-dia > div p {
  text-align: left;
}
.contenido-dia > div label {
  display: block;
  margin-bottom: 10px;
}
.contenido-dia > div input {
  margin-right: 10px;
}
.contenido-dia > div label time {
  color: #fe4918;
  font-weight: bold;
}
/* RESUMEN registro*/
.resumen p {
  font-size: 1.2em;
  text-transform: uppercase;
}
div.resumen div.extras {
  float: left;
  width: 50%;
  padding: 30px;
}
div.resumen div.orden {
  text-align: left;
  margin-bottom: 10px;
}
div.resumen div.orden input {
  margin: 10px 0 0 0;
}
div.resumen div.total {
  float: right;
  width: 50%;
  padding: 30px;
}
div.resumen input {
  display: block;
  margin: 10px auto;
}
#lista-productos {
  background-color: #e1e1e1;
  padding: 20px;
  display: none;
}

#suma-total {
  text-align: center;
  font-size: 2em;
  color: #fe4918;
}

/*#error {
  clear: both;
  text-align: center;
  padding: 15px;
}*/

/* Calendario */
div.calendario h3,
div.calendario h3 > i {
  background-color: #009EDD;
  clear: both;
  color: white;
  text-align: center;
  padding: 10px 0;
}
div.calendario::after {
  clear: both;
  display: block;
  content: '';
}
div.dia {
  width: 50%;
  float: left;
  border: 5px solid #e1e1e1;
  transition: all .3s ease;
}

@media only screen and (min-width:768px) {
  div.dia {
    width: 33.3%;
    min-height: 127px;
    /*padding-top: 20px;*/
  }
}
div.dia:hover {
  background-color: #e1e1e1;
 -webkit-transform: scale(1.1);
}

div.dia p.titulo {
  color: #009EDD;
  text-transform: uppercase;
  font-weight: bold;
}
div.dia p{
  font-size: 1em;
}

/* COLOrBOX */
div.cboxElement {
  padding: 30px!important;
  text-align: center;
  background-color: #f2f2f2f2
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.division {
  padding: 23px 0;
}

.btn {
font-size: 100px;
float: right;
position: relative;
top: 40%;
right: 45vw;
}

#wrapper {
  position: relative;
}

#over_map {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 304px;
  background: #fff;
  box-shadow: 0px 0px 3px grey;
}

/* Formulario de contacto */

.formulario {
  width: 30%;
  margin: 0 auto;
  padding-bottom:20px;
}
.contacto{
	border: 1px solid #CED5D7;
	border-radius: 6px;
  padding: 15px 15px;
	background-color: #f2f2f2f2;
}
.contacto label{
	display: block;
	font-weight: bold;
}
.contacto input[type='text'], .contacto textarea{
	width: 294px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #FFC9C9;
}
.contacto input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	margin-top: 9px;
	border-radius: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	background: #e4f1f6;
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:hover{
	background: #edfcff;
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:active{
	background: #cfe6ef;
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
/*
.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
*/
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

address.mailto a:link{
  color:white;
  font-weight:bold;
  text-decoration: none;
}

hr {
background-color: rgb(98,135,153);
height: 5px;
margin-top: -15px;
}

.p-marker{
  color: black;
  margin-top: -8px;
}

.p-marker span {
  font-weight: bold;
}

.cuadro_mapa {
  height: 195px;
  width: 320px;
}

table.descripcion
{
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 5px;
}
table.descripcion td, th /* Asigna un borde a las etiquetas td Y th */
{
    border: 1px solid black;
}

.textocomun {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #333333;
line-height:16px;
text-align: left;
}

.textocomunsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	line-height:16px;
  text-align: left;
  padding: 6px;
}

.textocomunsmall ol {
  list-style-type: square;
}

div.dia img {
  width: 100%;
}

div#cboxContent .invi img {
   padding-left: 34%;
 }

@media only screen and (min-width: 0px) and (max-width: 767px){
   .btn {
    right: 41vw;
    top: 20%;
  }

  #over_map {
    position: absolute;
    top: 0px;
    width: 146px;
  }

  .contacto input[type='text'], .contacto textarea{
  	width: 100%;
  }

  div.informacion-evento {
    margin-top: 70px;
  }

  h1.nombre-sitio {
    margin: 30px;
    font-size: 10vw;
  }

   div#cboxContent .invitado-info img {
    width: 100%;
  }

  div.detalle-evento p {
    margin: 11px;
    font-size: 16px;
  }
  section.programa {
    margin-bottom: 15px;
  }

  div.contenedor-video video{
    visibility: hidden;
  }

  div.dia img {
    width: 100%;
  }

}

div.cliente img {
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .5s ease-in-out;
}

div.cliente img:hover{
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.05);
}

#imagen > div {
      position: relative;
      bottom:33px;
      color:#009EDD;
      background-color: rgba(0,0,0,0.55);
      padding:2px 10px;
      width: 190px;
      height: 19px;
      margin-left: 34%;
      font-variant: small-caps;
      font-weight:bold;
      font-size: 19px;
    }

.botones-sociales {
position: fixed;
top: 130px;
width: 75px;
z-index: 9999;
}

.derecha{
right: 0;
}

.botones-sociales #twitter-btn .social,
.botones-sociales #facebook-btn .social,
.botones-sociales #google-btn .social,
.botones-sociales #rss-btn .social,
.botones-sociales #pinterest-btn .social,
.botones-sociales #youtube-btn .social {
  position: relative;
  background-color: #33353B;
}

.botones-sociales #facebook-btn .social:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

.botones-sociales #twitter-btn .social:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;

}

.botones-sociales #youtube-btn .social:before {
    content: "\f167";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

.botones-sociales #google-btn .social:before {
    content: "\f16d"; /* Instagram */
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

.botones-sociales #pinterest-btn .social:before {
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

.botones-sociales #facebook-btn:hover .social {
background-color: #3B5998;
}
.botones-sociales #twitter-btn:hover .social {
background-color: rgb(58,177,219);
}
.botones-sociales #google-btn:hover .social {
background-color: rgb(217,49,117);
}
.botones-sociales #rss-btn:hover .social {
background-color: #FF8B0F;
}
.botones-sociales #pinterest-btn:hover .social {
background-color: rgb(0,110,195);
}
.botones-sociales #youtube-btn:hover .social {
background-color: rgb(255,0,0);
}
.botones-sociales a:hover .texto{
display: block;
}

.derecha .social {
-moz-transition: background-color 0.4s ease-in 0s;
-webkit-transition: background-color 0.7s ease-in 0.1s;
background-repeat: no-repeat;
display: block;
float: right;
height: 43px;
margin-bottom: 2px;
width: 43px;
}

.derecha .texto {
display: none;
float: left;
font-size: 70%;
font-weight: bold;
margin: 14px 0 11px 31px;
white-space: nowrap;
}

.botones-sociales .texto{
color: #FFFFFF; /* color del texto de los iconos */
}


            .contenedor-formulario {
  width: 100%;
  color: #f2f2f2;
  padding: 20px; }
  .contenedor-formulario .formulario {
    width: 100%;
    margin: auto; }
    .contenedor-formulario .formulario .input-group {
      position: relative;
      margin-bottom: 32px; }
      .contenedor-formulario .formulario .input-group input[type="text"],
      .contenedor-formulario .formulario .input-group input[type="email"],
      .contenedor-formulario .formulario .input-group input[type="password"] {
        font-family: "Roboto";
        font-size: 16px;
        color: #303F9F;
        width: 100%;
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 2px solid #BBDEFB; }
        .contenedor-formulario .formulario .input-group input[type="text"]:focus, .contenedor-formulario .formulario .input-group input[type="text"]:active,
        .contenedor-formulario .formulario .input-group input[type="email"]:focus,
        .contenedor-formulario .formulario .input-group input[type="email"]:active,
        .contenedor-formulario .formulario .input-group input[type="password"]:focus,
        .contenedor-formulario .formulario .input-group input[type="password"]:active {
          outline: none;
          border-bottom: 2px solid #303F9F; }
        .contenedor-formulario .formulario .input-group input[type="text"].error,
        .contenedor-formulario .formulario .input-group input[type="email"].error,
        .contenedor-formulario .formulario .input-group input[type="password"].error {
          border-bottom: 2px solid #D32F2F; }
          .contenedor-formulario .formulario .input-group input[type="text"].error + label,
          .contenedor-formulario .formulario .input-group input[type="email"].error + label,
          .contenedor-formulario .formulario .input-group input[type="password"].error + label {
            color: #D32F2F; }
      .contenedor-formulario .formulario .input-group label {
        color: #303F9F; }
        .contenedor-formulario .formulario .input-group label.label {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          margin-left: 15px;
          font-size: 16px;
          line-height: 16px;
          position: absolute;
          top: 16px;
          left: 0; }
          .contenedor-formulario .formulario .input-group label.label.active {
            top: -12px;
            font-size: 12px;
            line-height: 12px;
            color: #B6B6B6; }
      .contenedor-formulario .formulario .input-group.checkbox label, .contenedor-formulario .formulario .input-group.radio label {
        display: inline-block;
        cursor: pointer;
        color: #303F9F;
        position: relative;
        padding: 5px 15px 5px 51px;
        font-size: 1em;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .contenedor-formulario .formulario .input-group.checkbox label:hover, .contenedor-formulario .formulario .input-group.radio label:hover {
          background: #bbdefb; }
        .contenedor-formulario .formulario .input-group.checkbox label:before, .contenedor-formulario .formulario .input-group.radio label:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 17px;
          position: absolute;
          left: 15px;
          border-radius: 50%;
          background: none;
          border: 2px solid #303F9F; }
      .contenedor-formulario .formulario .input-group.error label {
        color: #D32F2F; }
        .contenedor-formulario .formulario .input-group.error label:hover {
          background: rgba(211, 47, 47, 0.2); }
        .contenedor-formulario .formulario .input-group.error label:before {
          border: 2px solid #D32F2F; }
      .contenedor-formulario .formulario .input-group.radio input[type="radio"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label {
          padding: 5px 15px;
          background: #303F9F;
          border-radius: 2px;
          color: #f2f2f2; }
      .contenedor-formulario .formulario .input-group.checkbox label:before {
        border-radius: 3px; }
      .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label {
          background: #303F9F;
          color: #f2f2f2;
          padding: 5px 15px; }

.contenedor-formulario .formulario input[type="submit"] {
      background: #303F9F;
      border-radius: 1px;
      border: 2px solid #f2f2f2;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: "Roboto";
      font-size: 16px;
      padding: 15px;
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

.contenedor-formulario .formulario input[type="submit"]:hover {
        background: #1976D2; 
      }


#google_translate_element {
  float: right;
  position: absolute;
  top: 15px;
  right: 1vw;
}