/*---------HEADER Y POPUP(CSS FORMULARIOS DENTRO DE style.css y style2.css-----------*/
body {
    top:20px;
    background-image: url('imagenes_index/background2.png');
    background-repeat:no-repeat;
}
header {
  background: white;
  box-shadow: 0 5px 5px -5px #333;
  /*box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0.6);*/
  margin: 0;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
}
#navbar {    
  right: 0;
  margin-right: 0;
  overflow: hidden;
  background-color: rgba(255,0,0,0);
}
#navbarimagen a {
  align-content: center;
  left: 50px;    
  float:left;
  display: block;
  color: dimgrey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 0,7em;
}    
header{
    right: 0;
    margin-right: 0;    
    }
#navbar a {
    align-content: center;
  left: 50px;    
  float:right;
  display: block;
  color: dimgrey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 0,5em;
}

#navbar a:hover {
  background-color: rgba(255,0,0,0);
  color: royalblue;
}

#navbar a.active {
  background-color: rgba(255,0,0,0);
  color: midnightblue;

}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
}

.sticky + .content {
  padding-top: 60px;
}   
.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 6px;
  width: 30px;
  border-radius: 30px;
  background-color: dimgrey;
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  right: -9000px;
}

.bar {
  position: fixed;
  right: 12px;
  top: 24px;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 80px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  right: 0;
  z-index: 2;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 0,1em;
  padding: 0,5em;
  color: #fff;
  display: block;
}
.menu-expanded a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .15s;
  letter-spacing: 1px;
  color: #333;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-expanded .bar {
  background-color: white;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}
    
#imagen {
    margin-left: 5%;
    margin-top: 1%;
    }
    
@media (min-width: 991px){
    
    header .menu-collapsed {
            display: none; } 
} 
@media (max-width: 991px){
    header  {background: none;
            box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0);}
    header #navbar, #navbarimagen {
            display: none; } 
} 
@media (min-width: 991px){
    header #imagen {
            display: none; } 
}     

.login-form2 input[type="submit"] {
    color: #fff;
    font-size: 18px;
}

.selecciona {
    color: black;
}

.boton {
    margin-top: 100%
    color: black;
}

:root {
  --radius: 2px;
  --baseFg: dimgray;
  --baseBg: white;
  --accentFg: #5dbaff;
  --accentBg: #2e74b5;
}

.theme-construction {
  --radius: 0;
  --baseFg: white;
  --baseBg: black;
  --accentFg: black;
  --accentBg: orange;
}

select {
  -webkit-appearance: none;
  appearance: none;
  color: var(--baseFg);
  border: 1px solid var(--baseFg);
  line-height: 1;
  outline: 0;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: 18px;
  background-color: var(--baseBg);
  background-image: linear-gradient(var(--baseFg), var(--baseFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
  background-position: right 20px center, right bottom, right bottom, right bottom;   
}

select:hover {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
}


@media (min-width: 991px){
    #individual {
            left:30%;
            width:40%;}
} 
@media (max-width: 991px){
    #individual {
            left:15%;
            width:70%; } 
} 
#individual{ 
border-radius: 25px;    
position:absolute;
background-image: url('imagenes_index/popup.jpg');
color: white;
align-content: center;
float:left;
text-align:center;
display:none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

/*---------footer-----------*/
    .footer {
   position: absolute;
   left: 0px;
   width: 100%;
   background-color: white;
   color: grey;
   box-shadow: 0 -5px 5px -5px #333;
   text-align: center;
}
/*---------COOKIES POPUP-----------*/
    
    #cookieConsent {
    
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

