/*
 * Encuesta 2017
 *
 */

   html,
   button,
   input,
   select,
   textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background-color: #F7F7F7;
    font-family: 'Lato', sans-serif;
}

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

 img {
    vertical-align: middle;
}


 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


 textarea {
    resize: vertical;
}


   .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


   h1, h2, h3, h4, h5, h6, ul li a {
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
}

h2 {
    font-weight: 400;
    color: #525252;
    font-size: 16px;
    margin-top: 0;
    margin-bottom:48px;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

a:focus {
    color:white!important;
    outline:none;
    text-decoration: none;
}
.texto-encuesta {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 0px;
    font-weight: 300;
    padding-right: 20px;
}
.texto-encuesta2 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 0px;
    font-weight: 300;
    padding-right: 40px;
}

header {
    background-color: #F7F7F7;
}

.img-cabecera {
  width: 40%;
  padding: 20px;
    margin-top: 20px;
}
.img-cabecera-ga {
    margin-left: 10px;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

section {
    padding: 20px 0;
    background-color: #F7F7F7
}

section h2.titulo {
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: #9E1C32;
    text-transform: uppercase;
}

section p.texto {
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
        letter-spacing: 0.5px;
    margin-bottom: 20px;
}
section p.texto2 {
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
        text-align: center;
}
.padding {
    padding: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.padding2 {
    padding: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 100px
}
footer{ text-align: center;}
footer p{ margin-top:11px; font-size:10px;}

#pie {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8;
    background-color: #f7f7f7;
    color: rgba(255,255,255,.25);
    bottom: 0px;
    width: 100%;
}
#pie2 {
    position: fixed;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8;
    background-color: #f7f7f7;
    color: rgba(255,255,255,.25);
    bottom: 0px;
    width: 100%;
}
.imagen-footer {
  width: 14%;
  height: auto;
}

img.responsive {
    max-width: 100%;
    padding-left:50px;
    padding-right:50px;

}


   @media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

     .ir a:after,
     a[href^="javascript:"]:after,
     a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width: 1200px) {
    .row .col-lg-6 > .pull-right {
        float: none !important;
    }
}

.titulo-encuesta {
    font-size: 14px;
    color: #9E1C32;
    font-weight: bold;
}

.titulo-encuesta2 {
    font-size: 14px;
    color: #9E1C32;
    font-weight: bold;
    margin-bottom: 20px
}
.titulo-encuesta3 {
    font-size: 14px;
    color: #9E1C32;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
.center {
    text-align: center
}
.opcion-encuesta {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.opcion-encuesta2 {
    padding-left: 25px !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.puntuacion {
    font-size: 14px
}
th.puntuacion {
    width: 7%;
}
.table-responsive {
    padding-bottom: 20px;
}
.form-control {
    border-radius: 0px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.fondo {
    background: #f1f1f1;
    padding: 5px;
}
.pie-encuesta {
    background: #f7f7f7;
    padding: 20px;
    margin-top: 40px

}
.form-control#gestor_colegio, .form-control#nombre {
    width: 80%
}
.form-nombre {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
        margin-top: 5px;
}
.lopd {
    font-style:italic;
}
.proteccion-datos {
    padding: 20px;
    border: 1px solid #fff;
    margin-top: 25px;
    font-size:9px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .proteccion-datos{font-size:7px;}
    .logo_container, .titulo_encuesta{text-align:center}
}
.boton-enviar {
    background-color: #9E1C32;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid #ccc;
    font-weight: 600;
}
.boton-enviar:hover {
    background-color: transparent;
    color: #444;
    border: 2px solid #444;
}
.caracteres {
    font-size:10px; 
    border:#FFFFFF;
    margin-right: 10px
}
.overlimit{color: red;}
.texto-pie {
    color: #444
}
