/*! HTML5 Boilerplate v6.1.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.2;
    width: 1200px;

}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
    border: 2px;
    background-color: green;
    display: block;
}
div.fotadjuntas #video {
  border: 2px solid black;
  background-color: gray;
  display: block;

}
/*div.fotadjuntas tabla {
  border: 2px;
  width: 33.3%;
  display: block;

}*/
div.fotadjuntas td img {
  border: 2px;
  width: 300px;
  height: 200px;


}
/*
 * 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-image: url(../img/bg-talleres.jpg); */
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  /*background-color: #e1e1e1;*/
}



div.logo  {
  width: 70%;
  float: left;
  margin-left: 20px;
  /*padding-top: 10px;*/

}
div.logo img {
  width:  180px;
  height: 80px:

}

div.hero {
  margin-top: 5px;
  margin-bottom: : 5px;
  text-align: center;
  color: blue;
  border: 2px solid #000000;
  text-transform: uppercase;
  padding: 0;

}
section.area {
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  div.hero {
    padding: 5px;
  }
}
/* Globales */
.contenedor {
  width: 98%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
.contenedor {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
.contenedor {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) {
.contenedor {
    width: 100%;
    max-width: 1100px;
  }
}
section {
  padding: 0;
}
.seccion p {
  text-align: center;
  font-size: 1.0em;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.0em;
  text-align: left;
  padding-top: 3px;
}

h2.grafico {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  text-align: center;
  background-color: Blue;
  color: #ffffff;
  display: inline-block;

}
h2::after {
  content: '';
  margin: 0 auto;
  height: 10px;
  width: 20x;
  padding-top: 10px;
  display: block;

}
h3 {
  font-size: 0.8em;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  padding-top:  20px;
}
p {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
}
div.mapa {
  height: 300px;
  width: 70%;
  margin: 20px;
  background-color: gray;
  border: 2px solid black;

}
.button {
  margin-top: 25px;
}
.button a {
    background-color: #8b90d1;
    text-decoration: none;
    padding: 10px 40px;
    color: #ffffff;
    margin-top: 40px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    transition: all .3s ease;
    margin-bottom: 30px;
}
.button:hover a {
  background-color: grey;
  color: #ffffff;
}

.float-right {
    float: Right;
    margin-right: 100px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.redondeo {
  background-color: grey;
  border-radius: 30px;
  margin-top: 100px;
  width: 70%;
   /* margin-left: 150px; */
}
div.usuario {
   margin-left: 50px;

}
div.contenido-header {
  padding: 5px;
}
div.error {
  display: none;
  color: red;
  font-size: 1.5em;
  font-weight: bold;


}
div.error h3 {
  font-weight: bold;
  color: red;
  font-size: 1.5em;
}

div.separacion {
  padding-top: 5px;
}
div.centrar {
  /* width: 900px; */
  /* height: 300px; */
}

div.titulo {
  float: left;
  width: 50%;
  text-align: center;
  height: 25px;
}
div.titulo h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.0em;
  padding-top: 3px;
  color: #ffffff;
  background-color: blue;


}
float-left {
  float: left;
}
label.folio {
  height: 25px;
  float: right;
  width: 50%;
  margin-right: 10px;
}
section.antinmueble {
   float: left;
   width: 50%;

}
section.antinmueble input {
  display: inline-block;

}
div.fencuesta {
  height: 25px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  background-color: blue;
}
div.fencuesta h2 {
  border: 2px solid #000000;
  text-transform: uppercase;
  text-align: center;
}
div.idcatastral {
float: right;
  margin-right: 50px;
}
div.localidad {
  text-align: left;
  margin-top: 40px;
  float: left;
  width: 40%;
  text-transform: none;
}
div.fenc {
  text-align: left;
  margin-top: 10px;
  float: left;
  width: 40%;
  text-transform: none;

}
div.fenc   label {
  text-align: left;
  display: block;
}
div.noencuesta_obs {
  margin-top: 20px;
}

div.localidad-d {
  text-align: left;
  float: right;
  width: 60%;
  display: inline-block;
  margin-top: 5px;
  text-transform: none;
}
.linea {
  display: inline-block;
}
div label input.le {
  text-align: left;
}
div.localidad input {
  display: inline-block;
}
div.localidad input {
  margin-bottom: 2px;
}
div.localidad-d input {
  margin-bottom: 2px;
}
div.localidad-d input.linea {
  display: inline-block;
}
div.localidad-d input.linea {
  display: inline-block;
}
div.antinmueble {
  float: none;
}
label.idcatastral {
  float: right;
  margin-right: 50px;
}
div.actoadministrativo {
  float: none;

}
div.botonpdf a {
  background-color: #8b90d1;
  text-decoration: none;
  padding: 10px 40px;
  color: #000000;
  margin-top: 40px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  transition: all .3s ease;
  margin-bottom: 30px;
  margin-left: 50px;
}
.boton:hover a {
background-color: grey;
color: #ffffff;
}


div.noencuesta_obs {
  text-align: left;
  display: inline-block;
  float: none;
}

}
div.actoadministrativo label {

  margin-bottom: 10px;
}

div.actadm {
    width: 50%;
  float: left;
  text-align: left;

}

div.actadm label {
  text-transform: none;
  text-align: left;
  display: block;
}
div.centornox {
    width: 100%;
  text-align: left;

}
div.centorno {
    width: 100%;
  float: left;
  text-align: left;

}
div.centornos {
    width: 100%;

  text-align: left;

}
div.centorno label {
  text-transform: none;
  text-align: left;
  display: block;
}
div.centornox label {
  text-transform: none;
  text-align: left;
  display: block;
}
div.actadm-d {
  width: 50%;
  float: right;
  text-align: left;
}
div.actadm-d label {
  text-transform: none;
  display: inline-block;

}



div.hero h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.0em;
  padding-top: 3px;
  color: #ffffff;
  background-color: blue;
  float: none;
  text-align: center;

}


// lista tabla de encuestas
div.existentes {
  padding: 20px;
  background-color: #e1e1e1;
}
div.existentes  table {
  width: 100%;
  font-family: geneva;
  font-size: 16px;
  border-collapse: collapse;
}
div.existentes  table thead {
  background-color: #ff9800;
}
div.existentes table thead th {
    padding:10px 0;
}
div.existentes table tbody tr:nth-child(even) {
  background-color: #9e9e9e;
}
div.existentes  table a {
  background-color: #3f51b5;
  padding: 5px 10px;
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
div.existentes  table td {
  padding: 10px 0;
  line-height: 20px;
}
div.existentes h2 {
  margin-bottom: 20px;
}
div.existentes p {
  text-align: center;
  margin-bottom: 20px;
}
td.borrar a {
  background-color: red!important;
}
div.obsval {
  margin-left: 20px;
  font-size: 1.2em;
  color: red;
  display: block;
}

// lista encuestas

div.resumen {
  background-color: #elelel;

}
div.resumen p {
  background-color: #3f51b5;
  padding: 5px 10px;
  display: block;
  float: left;
  font-size: 1.2em;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 25px;
  font-family: 'Oswald', sans-serif;
}
div.resumen p span {
  font-size: 1.6em;
}


div.usoinmAled-der {
  text-align: left;
  margin-left: 30px;
}
div.usoinmAled-izq {
  margin-top: 30px;
  text-align: left;
  margin-left: 30px;
}


label.fotale{
  margin-left: 100px;
}

div.encabezado  li{
text-align: left;
list-style-type: none;
}
div.hero li {
text-align: left;
list-style-type: none;
text-transform: none;
color: black;
}

div.encabezado  li{
text-align: left;
list-style-type: none;
}
div.hero li {
text-align: left;
list-style-type: none;
text-transform: none;
color: black;
}
/*
div.informacion-evento {
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  div.informacion-evento{
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
div.informacion-evento p {
  margin: 0;
  display: inline;
  text-transform: uppercase;
  font-size: 20px;

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

p.fecha {
  float: left;
}
p.ciudad {
  float:right;
  text-align: right;
}
p.slogan {
  text-transform: none!important;
}
p.slogan span {
  font-weight: bold;
}

h1.nombre-sitio {
  font-family: 'PT Sans', sans-serif;
  font-size: 5.9vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h1.nombre-sitio {
    font-size: 8.5vw;
    margin: 0;
    text-align: center;
    line-height: 1;
  }
}

/** barra **/
/*
div.barra {
  background-color: #353535;
  padding: 20px 0;
}
*/


/*
@media only screen and (min-width: 768px) {
div.logo {
  width:  200px;
  height: 96px:
  width: 33%;
  }
}
@media only screen and (min-width: 480px) {
div.logo {
  width:  200px;
  height: 96px:
  width: 33%;
  }
} */
/*
/** Menu Movil **/

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

div.menu-movil {
  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 - detalle evento */
/**

/** detalle evento **/
/**

/** seccion Invitados **/
/**


**/



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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * 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;
    white-space: inherit;
}

/*
 * 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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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 {
        white-space: pre-wrap !important;
    }
    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;
    }

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

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