/*! HTML5 Boilerplate v6.0.1 | 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.
 */

/* ==========================================================================
   ******* ///// GENERALES ///// *******
   ========================================================================== */


/*
 * 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;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==== RESET ==== */

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

html {
  font-size: 62.5%;
  line-height: 1.4;
}

body {
  font-size:10px;
  font-family: 'Open Sans', sans-serif;
  background-color: #E6E6E6;
}

body p {
  font-size: 1.6rem;
}

ul, ol {
  list-style: none;
  margin: 0;
}

input.input-form:focus, textarea.textarea-form:focus, select.select-form:focus {
  outline: none;
}

.titulo14 {
  font-size: 140%;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: #0095D9;
}

.renglon14-centrado {
  font-size: 140%;
  color: black;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.renglon14-izquierdo {
  font-size: 140%;
  color: black;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.renglon14-derecho {
  font-size: 140%;
  color: black;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}

/* ==========================================================================
   ******* ///// MÓVIL ///// *******
   ========================================================================== */

/* ===== ///// INICIO ///// ===== */

div.logo-inicio {
  width: 100%;
  max-width: 400px;
  margin:0 auto;
}

div.titulo-inicio h1 {
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #707070;
  letter-spacing: 1rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

div.titulo-inicio h2 {
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #707070;
  letter-spacing: 1rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

div.titulo-inicio h3 {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #707070;
  margin:0;
  /*letter-spacing: 2px;*/
}

/* ===== ///// HEADER ///// ===== */

#header-principal {
  background-color: #2986ca;
  position: relative;
  padding: 10px 0 10px;
  border-bottom: 10px solid #ececec;
}

div.logo-header {
  display: none;
}

span#boton-menu {
  color: white;
  font-size: 4rem;
}

div.info-user {
  width: 70%;
  position: absolute; top: 15px; right: 10px;
  display: flex;
  justify-content: flex-end;
}

div.info-user p.text-user {
  display: none;
  color: white;
  margin:0;
  margin-right: 20px;
  /*position: relative; top: 4px;*/
}

div.info-user p.text-user span {
  margin-right: 10px;
  font-size: 3rem;
}

div.salir-icon span {
  color: white;
  font-size: 3rem;
}

/*span.icon-user-menu {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 2.5rem;
  border-right: 2px solid white;
  line-height:;
}*/


/* ===== ///// MENÚ ///// ===== */

li.li-user-menu {
  background-color: white;
  padding: 10px;
  color: #2986ca;
  border-bottom: none !important;
  font-size: 1.4rem;
  text-align: center;
}

li.li-user-menu span#icon-user {
  margin-right: 10px;
  font-size: 2.5rem;
}

nav.menu-principal {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100%;left: 0;
  display: none;
  z-index: 100;
}

div.fondo-nav {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  position: absolute;
  top: 0; left: 0;
  z-index: -1;
}

nav.menu-principal ul {
  width: 320px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  left: -100%;
}

ul.menu li.titulo-menu {
  text-align: center;
  padding: 15px 0;
  background-color: #2986ca;
  color: white;
  border-bottom: none;
  font-weight: 700;
}

ul.menu .menu-icon {
  width: 60px;
 position: relative; bottom: 2px;
}

ul.menu li {
  border-bottom: 1px solid #CDCDCD;
}

ul.menu li a {
  display: block;
  padding: 15px;
  color: #898989;
  text-decoration: none;
}

ul.menu li.item-submenu-uno > a:after {
  content:"\f054";
  font-family:'FontAwesome';
  position: absolute;
  right: 20px;
  font-size: 2rem;
  color: #898989;
  z-index: 1;
}

ul.menu li.item-submenu-dos > a:after {
  content:"\f054";
  font-family:'FontAwesome';
  float: right;
  font-size: 2rem;
  color: #898989;
}

ul.menu li.search-item-menu span {
   font-size: 2.2rem;
   display: inline-block;
  padding: 10px 15px;
  color: #898989;
  text-decoration: none;
  cursor: pointer;
  position: relative; bottom: 2px;
}

/*SUBMENU ========*/

ul.submenu-uno li.titulo-menu {
  background-color: white;
  color: #2986ca;
  font-weight: 700;
}

ul.submenu-uno li.btn-atras {
  padding:10px 15px;
  color: white;
  background-color: #2986ca;
  border-bottom: none;
}

ul.submenu-uno li.btn-atras:before {
  content:"\f053";
  font-family:'FontAwesome';
  margin-right: 10px;
  font-size: 2rem;
}

 ul.submenu-dos, ul.submenu-uno {
  /*display: none;*/
  z-index: 2
}


/* ===== ///// LOGIN ///// ===== */

section#login {
  background:url(../../img_link2pos/sistema/collage.gif);
  background-repeat: repeat;  
  height: 100vh;
}

section#login div.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

div.wrap-login {
  width: 450px;
  min-height: 400px;
}

div.logo-toluca {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
}

h2.titulo-login {
  text-align: center;
  margin-bottom: 30px;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*text-shadow: 1px 1px 1px white;*/
}

form#form-login {
  width: 100%;
}

form#form-login div.form-group {
  margin-bottom: 30px;
}

#form-login div.wrap-input {
  width: 100%;
  background-color: white;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #form-login div.wrap-input {
    width: 70%;
  }
}

form#form-login div.wrap-input {
  border-bottom: 5px solid hsl(213, 100%, 18%);
}

form#form-login div.wrap-input input.input-form {
  display: block;
  width: 100%;
  border:none;
  height: 40px;
  font-size: 1.6rem;
  padding-left: 40px;
  color: #A4A4A4;
  font-weight: 300;
}

div.wrap-input input.input-form::placeholder {
  color:#D8D8D8;

}

span.icon-input {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 2rem;
  color: hsl(213, 100%, 18%);
}

button#btn-login {
  background-color: hsl(213, 100%, 18%);
  color: white;
  margin-top: 40px;
  margin: 0 auto;
}

button#btn-login:hover {
  background-color: hsl(213, 100%, 25%);
}

a.text-recuperar {
  display: block;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
  font-size: 1.2rem;
}

h4.text-derechos-login {
  text-align: center;
  color: #848484;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0px white;
  font-size: 1.1rem;
  position: absolute; bottom: 10px; left: 0; right: 0;
  margin: auto;
  display: none;
}

div.error-login {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
 background-color: #f2dede;
  color: #a94442;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  /*text-transform: uppercase;*/
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  div.error-login {
    width: 70%;
  }
}

div.error-login.ok {
  color: #3c763d !important;
  background-color: #dff0d8 !important;

}

div.error-login span {
  margin-right: 10px;
  font-size: 1.6rem;
}

/* ===== ///// CONTENIDO ///// ===== */

section.seccion {
  padding: 30px 0;
}

section#contenido {
  margin: 0 auto;
  background-color: white;
  position: relative;
}

@media screen and (min-width: 1200px) {

  section#contenido {
  width: 95%;
}
}

@media screen and (min-width: 1400px) {

  section#contenido {
  width: 85%;
}
}

@media screen and (min-width: 1600px) {

  section#contenido {
  width: 80%;
}
}

h1.titulo-seccion {
  text-align: center;
  font-weight: 300;
  color: #707070;
  letter-spacing: 2px;
  font-size: 1.8rem;
  /*text-shadow: 1px 1px 1px white;*/
}

h1.titulo-error {
  text-align: center;
  font-weight: 300;
  color: #ff0000;
  letter-spacing: 2px;
  font-size: 1.8rem;
  /*text-shadow: 1px 1px 1px white;*/
}

h2.titulo-seccion {
  text-align: center;
  font-weight: 700;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.8rem;
  /*text-shadow: 1px 1px 1px white;*/
}

h2.titulo-orden {
  text-align: center;
  font-weight: 900;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 2px;
  //font-size: 2rem;
  /*text-shadow: 1px 1px 1px white;*/
}

h2.titulo-error {
  text-align: center;
  font-weight: 700;
  color: #ff0000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.8rem;
  /*text-shadow: 1px 1px 1px white;*/
}

div.wrap-contenido {
  margin-top: 20px;
}

div.wrap-contenido-tabs {
  margin-top: 0px;
}

section#contenido div.container {
  margin-bottom: 30px;
}

footer#footer-principal {
  padding: 10px 0;
  /*position: absolute; bottom: 20px;*/
  width: 100%;
}

h4.text-derechos-inicio {
  text-align: center;
  color: #848484;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0px white;
  font-size: 1.1rem;
/*  position: absolute; bottom: 10px; left: 0; right: 0;*/
  margin: auto;
  /*display: none;*/
}

div.wrap-agregar {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

div.wrap-agregar a#btn-agregar {
  font-size: 1.4rem;
  /*text-transform: uppercase;*/
  text-decoration: none;
  background-color: #0095D9;
  color: white;
  padding: 7px 10px;
  letter-spacing: 1px;
}


div.wrap-agregar a#btn-agregar span {
  margin-right: 7px;
  font-size: 1.8rem;
  position: relative; top: 2px;
}

div.wrap-agregar a#btn-agregar:hover {
  background-color: #1686AD;
}

div.wrap-agregar a#btn-filtrar, a#btn-limpiar {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #1999C6;
  color: white;
  padding: 7px 10px;
  letter-spacing: 1px;
  margin-right: 10px;
}

div.wrap-agregar a#btn-filtrar span, a#btn-limpiar span {
  margin-right: 7px;
  font-size: 1.8rem;
  position: relative; top: 2px;
}

div.wrap-agregar a#btn-filtrar:hover, a#btn-limpiar:hover {
  background-color: #1686AD;
}

div.error-contenido {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #C64B31;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  /*display: none;*/
}

div.error-contenido span {
  margin-right: 10px;
  font-size: 1.6rem;
}

div.aprobado-contenido {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #0095D9;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  /*display: none;*/
}

div.aprobado-contenido span {
  margin-right: 10px;
  font-size: 1.6rem;
}

/* === TABS === */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.4rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* === TABLAS === */

table.table-1 {
  font-size: 1.4rem;
}

table .thead-black {
  background-color: #000000;
  color: white;
}

table .thead-black th {
  text-align: center;
}

table .thead-dark {
  background-color: #0095D9;
  color: white;
}

table .thead-dark th {
  text-align: center;
}

table .thead-blue {
  background-color: #0095D9;
  color: white;
}

table .thead-blue th {
  text-align: center;
}

table .thead-green {
  background-color: #319E51;
  color: white;
}

table .thead-green th {
  text-align: center;
}

table .thead-red {
  background-color: #A72516;
  color: white;
}

table .thead-red th {
  text-align: center;
}

table.table tr td {
  /*text-align: center;*/
  /*padding: 15px 5px*/
  padding: 5px 5px;
  vertical-align: middle;
}

div.iconos-editar span {
  display: inline-block;
  margin-right: 10px;
  font-size: 2.5rem;
}

/* ===== ///// FORM EDITAR ///// ===== */

div.wrap-form {
  background-color: #E6E6E6;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

div.wrap-form-blanco {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

div.wrap-form-60 {
  background-color: #E6E6E6;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

div.wrap-form-tabs {
  background-color: #E6E6E6;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

label.label-edit-input {
  font-size: 1.4rem;
  color: #404040;
  padding-bottom: 0px;
  display: block;
}

label.label-edit-input_2 {
  font-size: 2.0rem;
  color: #404040;
  padding-bottom: 0px;
  display: block;
}

button.btn-editar-confirm, button.btn-filtrar-confirm {
  background-color: #0095D9;
  color: white;
  display: inline-block;
}


button.btn-filtrar-confirm:hover, a.btn-confirmar-confirm:hover {
  background-color: #1686AD;
}

button.btn-editar-confirm:hover{
  background-color: #1686AD; 
}

a.btn-editar-cancel, a.btn-filtrar-cancel, a.btn-confirmar-cancel {
  background-color: #C64B31;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 13px 5px;
  height: 50px;
}

button.btn-cancel {
  background-color: #C64B31;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 13px 10px;
  border: none;
  height: 50px;
}

a.btn-editar-cancel:hover, a.btn-filtrar-cancel:hover, a.btn-confirmar-cancel:hover {
  background-color: #AD422B;
}

div.wrap-inputfile {
  display: inline-block;
  /*background-color: white;*/
  position: relative;
  margin-bottom: 20px;
}

div.wrap-inputfile img {
  display: block;
  margin:0 auto;
  margin-bottom: 20px;
  width: 100px;
  height: auto;
}

div.wrap-inputfile input.file-form {
  display: inline-block;
  padding: 10px;
}

div.wrap-inputfile input.file-form::-webkit-file-upload-button {
  border: none;
  background-color: #1999C6;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  outline: none;
  position: relative;
  z-index: 1;
}

.container-chekbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  user-select: none;
}

label.label-checkbox {
  font-size: 1.6rem;
  font-weight: 400;
}

.container-chekbox input {
  position: relative;
  opacity: 0;
  cursor: pointer;
}

.container-chekbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: solid black;
  border-width: 1px 1px 1px 1px;
}

.container-chekbox .checkmark_formatos {
  position: absolute;
  top: 0;
  left: 70px;
  height: 25px;
  width: 25px;
  background-color: white;
  border: solid black;
  border-width: 1px 1px 1px 1px;
}

.container-chekbox  input:checked ~ .checkmark {
  background-color: #d0112b;
}

.container-chekbox  input:checked ~ .checkmark_formatos {
  background-color: #d0112b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark_formatos:after {
  content: "";
  position: absolute;
  display: none;
}

.container-chekbox input:checked ~ .checkmark:after {
  display: block;
}

.container-chekbox input:checked ~ .checkmark_formatos:after {
  display: block;
}

.container-chekbox .checkmark:after {
  content:"\f00c";
  font-family:'FontAwesome';
  color: white;
  font-size: 2rem;
  position: relative; left: 3px; bottom: 2px;
}

.container-chekbox .checkmark_formatos:after {
  content:"\f00c";
  font-family:'FontAwesome';
  color: white;
  font-size: 2rem;
  position: relative; left: 3px; bottom: 2px;
}

input[type="checkbox"] {
    display:none;
}

div.table-form .checkbox-table span {
  left: 40%;
}

div.table-form .checkbox-table span.checkmark:after {
  left: 0px;
}

div.table-form .checkbox-table span.checkmark_formtos:after {
  left: 0px;
}

span.marcador-hora {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 5px;
  color: #404040;
  font-weight: 700;
}

div.wrap-fecha {
  margin-left: 30px;
}

div.wrap-fecha #icon-fecha {
  position: absolute; top: 10px; left:-30px;
  font-size: 2rem;
  color: #404040;
}

div.wrap_hora #icon-hora{
  font-size: 2.3rem;
  color: #404040;
  margin-right: 10px;
  position: relative; top: 3px;
}

div.wrap_hora .wrap-select {
  width: 98px;
}

/* ===== ///// FORM FICHAS  ///// ===== */

h2.titulo-ficha {
  background-color: #363636;
  text-align: center;
  color: white;
  padding: 10px 0;
}

h3.titulo-tabla-ficha {
  text-align: center;
}

table.tabla-medico tr td {
  border:1px solid #363636;
}

span.icon-redes {
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 10px;
}

div.fecha-nac p, div.pais-nac p {
  position: relative;
  display: table;

}

div.fecha-nac p span.fa {
  position: absolute; top: 0px; right: -40px;
  font-size: 2.5rem;
  color: #404040;
}

div.pais-nac p span.bandera {
  position: absolute; top: 0px; right: -50px;
  display: block;
  width: 35px;
}

div.folder-icon img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

/* ===== ///// PÁGINA BORRAR ///// ===== */

div.text-confirmar {
  margin-bottom: 30px;
}

div.text-confirmar p {
  text-align: center;
  font-size: 2rem;
}

div.btn-confirmar {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  display: flex;
  justify-content: space-around;
}

a.btn-confirmar-confirm {
  background-color: #0095D9;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 13px 10px;
}




  

/* ==========================================================================
    ******* ///// TABLET ///// *******
   ========================================================================== */

@media screen and (min-width: 768PX) {

/* ===== ///// HEADER ///// ===== */

div.info-user p.text-user {
  display: block;
}

/* ===== ///// LOGIN ///// ===== */

div.wrap-login {
  width: 500px;
}

div.logo-toluca {
  width: 240px;
  margin-bottom: 50px;
}

h4.text-derechos-login {
  position: absolute; bottom: 30px; left: 0; right: 0;
  display: block;
}

/* ===== ///// CONTENIDO ///// ===== */

div.error-contenido, div.aprobado-contenido {
  width: 50%;
}

div.wrap-agregar {
  display: block;
}

div.wrap-agregar a#btn-agregar {
  float: right;
}

div.wrap-agregar a#btn-filtrar, a#btn-limpiar {
  float: left;
}

/* ===== ///// FORM EDITAR ///// ===== */

div.wrap-inputfile {
  display: inline-block;
  /*background-color: white;*/
  position: relative;
  margin-bottom: 20px;
}

div.wrap-inputfile img {
  display: inline-block;
  margin:0;
  margin-bottom: 0;
  height: 150px;
  width: auto;
}

div.wrap-inputfile input.file-form {
  display: inline-block;
  padding: 10px;
}

div.wrap-inputfile input.file-form::-webkit-file-upload-button {
  border: none;
  background-color: #1999C6;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  outline: none;
}

div.wrap-fecha {

}

div.wrap-hora {

}

/* ===== ///// PÁGINA BORRAR ///// ===== */

div.btn-confirmar {
  max-width: 600px;
}


}




/* ==========================================================================
    ******* ///// MEDIUM DESKTOP ///// *******
   ========================================================================== */

@media screen and (min-width: 992px) {

/* ===== ///// LOGIN ///// ===== */

h4.text-derechos-login {
  position: absolute; bottom: 10px; left: 0; right: 0;
}

/* ===== ///// CONTENIDO ///// ===== */

div.error-contenido, div.aprobado-contenido {
  width: 40%;
}

}



/* ==========================================================================
    ******* ///// LARGE DESKTOP ///// *******
   ========================================================================== */

@media screen and (min-width: 1200px) {

/* ===== ///// HEADER ///// ===== */

#header-principal {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  #header-principal {
  width: 85%;
  margin: 0 auto;
  /*border-bottom: 7px solid #bca976;*/
}
}

@media screen and (min-width: 1600px) {
  #header-principal {
  width: 80%;
  margin: 0 auto;
  /*border-bottom: 7px solid #bca976;*/
}

/* ===== ///// LOGIN ///// ===== */

h4.text-derechos-login {
  position: absolute; bottom: 40px; left: 0; right: 0;
}

}

div.logo-header {
  display: block;
  width: 150px;
  background-color: white;
  padding: 7px;
  position: absolute; top: 0; left: 0;
  box-shadow: 2px 2px 5px rgba(0,0,0,.6);
  z-index: 10;
}

span#boton-menu {
  display: none;
}

div.info-user {
  display: block;
  width: 70%;
  position: absolute; top: 15px; right: 10px;
  display: flex;
  justify-content: flex-end;
}

div.info-user p.text-user {
  font-size: 1.4rem;
}

div.info-user p.text-user span {
  font-size: 2.5rem;
}

div.salir-icon span {
  font-size: 2.5rem;
}

  /* ===== ///// MENÚ ///// ===== */

li.li-user-menu {
  display: none !important;
}

nav.menu-principal {
  width: 100%;
  height: auto;
  position: static;
  display: flex;
  justify-content:flex-end;
  /*background-color: blue;*/
  margin-left: 7%;
}

@media screen and (min-width:1900px){
  nav.menu-principal {
    margin-left: 1%;  
  }
}

div.fondo-nav {
  display: none;
}

nav.menu-principal ul {
  width: 100%;
  height: auto;
  background-color: transparent;
  position: static;
  text-transform: uppercase;
  margin-bottom: 0;
}

nav.menu-principal ul.menu {
    display: flex;
  justify-content: flex-start;
}

ul.menu li.titulo-menu {
display: none;
}

ul.menu li {
  display: inline-block;
  border-bottom: none;
  position: relative;
  margin-right: 20px;
}

ul.menu li a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  position: relative;
}

ul.menu li.item-submenu-uno > a:after {
  content:"\f105";
  font-family:'FontAwesome';
  font-size: 1.8rem;
  color: white;
/*  margin-left: 10px;*/
  position: absolute; bottom: 5px; right: 0;
}

ul.menu li.search-item-menu span {
  color: white;
}

ul.menu li:hover > a {
  color: rgba(255,255,255, 0.6);
}

ul.menu li:hover > a:after {
  color: rgba(255,255,255, 0.6);
}

/*SUBMENU ========*/

ul.submenu-dos, ul.submenu-uno {
  display: none;
}

ul.submenu-dos li, ul.submenu-uno li {
  margin-right: 0;
}

nav.menu-principal ul.submenu-uno {
  width: 250px;
  position: absolute;
  top: 35px; left: 0;
  background-color: #2986ca;
  z-index: 200;
}

nav.menu-principal ul.submenu-uno li {
  display: block;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

nav.menu-principal ul.submenu-uno li:last-child {
  border-bottom: 0;
}

nav.menu-principal ul.submenu-uno li:nth-child(3) a {
  padding-top: 20px;
}

ul.menu li.item-submenu-dos > a:after {
  content:"\f105";
  font-family:'FontAwesome';
  float: right;
  font-size: 2rem;
  color: white;
  position: relative; bottom: 5px;
}

nav.menu-principal ul.submenu-dos {
  width: 250px;
  position: absolute;
  top: 0px; left: 100%;
  background-color: #b30f25;
  z-index: 200;
}

nav.menu-principal ul.submenu-dos li {
  border-left: 2px solid #bca976;
}

nav.menu-principal li.item-submenu-dos ul.submenu-dos a {
  padding-top: 10px;
}


ul.submenu-uno li.titulo-menu {
  display: none !important;
}

ul.submenu-uno li.btn-atras {
  display: none !important;
}

/* ===== ///// CONTENIDO ///// ===== */

section.seccion {
  padding: 10px 0;
}

section#contenido {
  /*width: 80%;*/
  margin: 0 auto;
}

h2.titulo-seccion {
  text-align: center;
  font-weight: 700;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5rem;
  text-shadow: 1px 1px 1px white;
}

h3.titulo-seccion {
  text-align: center;
  font-weight: 250;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5rem;
  text-shadow: 1px 1px 1px white;
}

/*div.wrap-agregar {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}*/

div.error-contenido, div.aprobado-contenido {
  max-width: 430px;
}

/* ===== ///// FORM EDITAR ///// ===== */

div.wrap-form {
  width: 40%;
  margin: auto;
}

div.wrap-form-60 {
  width: 60%;
  margin: auto;
}

div.wrap-form-tabs {
  width: 100%;
  margin: auto;
}

}









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

@media only screen and (min-width:1200px) {
  div.container.container-big {
    width: 95%;
  }

  div.container.container-medium {
    width: 75%;
  }

  div.container.container-small {
    width: 55%;
  }

  table.table-small  {
    width: 55%;
    margin: 0 auto;
  }

  table.table-medium  {
    width: 70%;
    margin: 0 auto;
  }

  table.table-big  {
    width: 100%;
    margin: 0 auto;
  }

  div.wrap-agregar.small {
    width: 55%;
    margin: 0 auto;
  }

  div.wrap-agregar.medium {
    width: 70%;
    margin: 0 auto;
  }

  div.wrap-agregar.big {
    width: 100%;
    margin: 0 auto;
  }
}

img.img-responsive {
  display:block;
  width: 100%;
  height: auto;
}

.text-upper {
  text-transform: uppercase;
}

.texto-gris {
  color: #6E6E6E;
}

.border-input {
  border: 1px solid #C1C1C1;
}

.input-center {
  margin: 0 auto;
}

.form-group-label {
  position: relative;
  height: 5px;
  margin-bottom:15px
}

.form-group-label {
  position: relative;
 }

.form-group-30 {
  position: relative;
  height: 30px;
}

.form-group {
  position: relative;
  height: 65px;
}

.form-group-alto {
  position: relative;
  height: 160px;
}

.form-group-alto-220 {
  position: relative;
  height: 220px;
}

.form-group-alto-250 {
  position: relative;
  height: 250px;
}

.form-group {
  position: relative;
 }

.btn-form {
  display: block;
  /*margin: 0 auto;*/
  min-width: 120px;
  border:none;
  padding: 15px 5px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  height: 50px;
}

div.wrap-input {
  background-color: white;
  position: relative;
  /*margin-bottom: 20px;*/
}

input.input-form {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  padding: 0 10px;
  color: #A4A4A4;
  font-weight: 300;
}

div.wrap-select {
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}

select.select-form {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  padding-left: 10px;
  color: #A4A4A4;
  font-weight: 300;
  /* background-color: transparent; */
  background-color: white;
  background-image: none;
  appearance: none;
  position: relative;
  z-index: 2;
   border: 1px solid black;
}

img.img-stars {
  display: block;
  width: 150px;
  position: absolute; top: 38px; left: 100px;
}

div.wrap-select span {
  position: absolute; right: 7px; top: 10px;
  font-size: 1.8rem;
  color: #A4A4A4;
  z-index: 1;
}

div.wrap-select span.bandera {
  width: 35px;
}

div.wrap-textarea {
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}

textarea.textarea-form {
  display: block;
  width: 100%;
  min-height: 120px;
  max-height: 90px;
  font-size: 1.6rem;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #A4A4A4;
  font-weight: 300;
}

div.wrap-checkbox {
  position: relative;
  margin-bottom: 20px;
}

.center-elements {
  display: flex;
  justify-content: space-around;
}

div.input-small {
  width: 25%;
}

div.input-small-select {
  width: 20%;
}

div.input-small2 {
  width: 120px;  
}

div.input-medium {
  width: 50%;
}

div.input-medium-select {
  width: 50%;
}

div.input-medium2 {
  width: 140px;
}

div.input-medium3 {
  width: 50%;
  max-width: 380px;
}

div.input-large {
  width: 100%;
}

div.input-large-select {
  width: 82%;
}

div.buttons {
  padding-top: 15px;
  margin-top: 0px;
  border-top: 1px solid #ACACAC;
  height: 60px;
}

div.buttons-tabs {
  padding-top: 15px;
  margin-top: 0px;
  height: 60px;
  width: 60%;
  margin: auto;
}

.inline {
  display: inline-block !important;
}

/*
 * 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);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    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;
    -webkit-clip-path: none;
    clip-path: none;
    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;
}


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

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

.color_rojo {
  color:red;
}

.color_verde {
  color:green;
}

.input-group {
  margin-top: 10px;
}