body {
    /*background: #000a2e;*/
    /*overflow: hidden;*/
    overflow: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    vertical-align: middle;
    border-style: none;
}

#starsLeft {
    position: absolute;
    left: 0;
    top: 5%;
    opacity: 0.7;
    z-index: 2;
}

#starsRight {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 5%;
    opacity: 0.7;
}

#mainDiv {
    color: #ffffffef;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 8;
    align-items: center;
    justify-content: center;
    display: flex !important;
    flex-direction: column !important;
}

#wrappInfo {
    top:15px;
    left: 50%;
    transform: translate(-50%, 60px);
    position: absolute;
    z-index: 16;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column !important;
    padding: 0px 4px 4px 4px; 
    border-radius: 0px; 
    /*border: solid 1.5px #E6E6E6; */
    height: auto;
    /*max-width: 1200px !important;*/
    min-width: 100% !important;    
    background:rgba(97, 95, 255, 0.7);
}

.containerInfo{
    min-width: 100% !important;
}

.div-btnExit{ 
    top:0px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    align-items: center;
    align-content: center;
    position: absolute;
    min-width: 80% !important;
}
input[name="btnExit"] {
  border-radius:5px; 
  background-color: red; 
  border: none; 
  color: white; 
  padding: 3px 4px 2px 4px;  
  display: inline-block; 
  float: inline-end; 
  text-align: center; 
  text-decoration: none; 
  font-size: 8px; 
  cursor: pointer; 
  font-family:monospace; 
  font-weight:600;
  margin-top:4px;
}

input[name='btnExit']:hover {
  /*border: 1px solid #D10000 !important;*/
  background-color: #D10000; 
}

#wrappNews {
    /*top:34%;*/
    top:70px;
    left: 50%;
    transform: translate(-50%, 70px);
    position: absolute;
    z-index: 10;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column !important;
    padding: 20px 20px 20px 20px; 
    border-radius: 15px; 
    border: solid 1.5px #E6E6E6; 
    height: auto;
    /*max-width: 1200px !important;*/
    min-width: 90% !important;    
    color: black
}
.containerNews{
    min-width: 80% !important;
}

#wrapp-cabildo {
    top:70px;
    left: 50%;
    transform: translate(-50%, 70px);
    position: absolute;
    z-index: 10;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column !important;
    padding: 20px 20px 20px 20px; 
    border-radius: 15px; 
    border: solid 1.5px #E6E6E6; 
    height: auto;
    /*max-width: 1200px !important;*/
    min-width: 90% !important;    
    color: black;
}

.containerCabildo{
    min-width: 80% !important;
}

#wrapp-sevac {
    top:70px;
    left: 50%;
    transform: translate(-50%, 70px);
    position: absolute;
    z-index: 10;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column !important;
    padding: 20px 20px 20px 20px; 
    border-radius: 15px; 
    border: solid 1.5px #E6E6E6; 
    height: auto;
    /*max-width: 1200px !important;*/
    min-width: 90% !important;    
    color: black;   
    margin-bottom: 10%;
}

.containerSevac{
    min-width: 80% !important;
}

#wrapp-transparency {
    top:70px;
    left: 50%;
    transform: translate(-50%, 70px);
    position: absolute;
    z-index: 10;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column !important;
    padding: 20px 20px 20px 20px; 
    border-radius: 15px; 
    border: solid 1.5px #E6E6E6; 
    height: auto;
    /*max-width: 1200px !important;*/
    min-width: 90% !important;    
    color: black;   
    margin-bottom: 10%;
}

.containerTransparency{
    min-width: 80% !important;
}
/*
.frm-0{
    border: 2px groove ButtonFace;
    border-top-width: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding: .35em .625em .75em;
    margin-top: 1em;
    position: relative;
    min-width: 100% !important;
}
*/

/*.legend {
  margin-top: -1.1em !important;
}*/

/*.legend::before {
  position: absolute;
  top: 0;
  left: -1px;
  border-top: 2px groove ButtonFace;
  content: " ";
  width: 0.5em;
}*/

/*.legend::after {
  position: absolute;
  top: 0;
  border-top: 2px groove ButtonFace;
  content: " ";
  width: 74%;
}*/

.div-btnSave{ 
    bottom:0%;
    left: 50%;
    transform: translate(-50%, -25%);
    align-items: center;
    align-content: center;
    position: absolute;
}

#logo {
    height: 35vh;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
    margin-top: 50%;
}
@media screen and (max-width: 720px) {
    #mainDiv {
        color: #ffffffef;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 8;
        align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important;
    }

    #logo {
        height: 125px;
        vertical-align: middle;
        position: relative;
    }
}
#MainText {
    color: #ffffffef;
    text-align: center !important;
}

#MainText span {
    color: #4f978a;
    text-align: center !important;
    font-family: monospace;
    padding-bottom: 8px;
}

h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.btn-green-l{
    background-color: #6bcca7; 
    border: none; 
    color: white; 
    padding: 10px 28px; 
    text-align: center; 
    text-decoration: none;  
    display: inline-block; 
    font-size: 16px; 
    font-weight: 600; 
    margin: 10px 2px; 
    cursor: pointer; 
    border-radius: 15px;
}

.inpt-txt-roud{
    margin: 2px 1px 8px 1px; 
    border-radius: 10px; 
    font-size: 16px; 
    padding: 4px 4px;
    font-family: monospace;
    border: 2px solid #d2e2d5;
}

input .inpt-txt-roud:focus { 
   border: 2px solid #9fc2a6 !important;
}

input[name="tNme"]:focus {
  border: 2px solid #9fc2a6 !important;
}

.lbl-content{
    align-items: center; 
    align-content: center; 
    text-align-last:  left; 
    padding-left: 10px;
    font-family: monospace;
    font-weight: 600;
    color: #4f978a;
    font-size: 16px;
}

.btn-content{
    align-items: center; 
    align-content: center; 
    text-align-last: center;
}

.titleLogin{
    font-family: cursive, monospace;
    color: darkviolet;
    font-weight: 600;
}

header{
    width: 100%;
}


/* BARRA DE MENU*/
#mnu-news0 a{
    color:rgba(15, 115, 75, 0.59) !important;
}
#mnu-news1 a{
    color:rgba(15, 115, 75, 0.59) !important;
}
#mnu-news2 a{
    color:rgba(15, 115, 75, 0.59) !important;
}
#mnu-news3 a{
    color:rgba(15, 115, 75, 0.59) !important;
}


nav{
    background-color: rgba(210, 226, 213, 0.5); /*rgb(240, 248, 255);*/
    color: #fff;
    width: 100%;
    height: 75px;
   /* box-shadow: 1px 1px 1px 5px rgba(0, 0, 0, 0.3);*/
   /* box-shadow: 1px 1px 1em .5em  rgba(0, 0, 0, 0.3);*/
}
a.logoo{
    /*font-size: 35px;*/
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
    background-color: transparent;
}

.logoo .img-logo{
    margin-top: -14px;
    height: 80px !important;
    background-color: transparent;
}

nav ul{
    float: right;
    margin-right: 5px;
}

nav ul li{
    display: inline-block;
    line-height: 72px;
    margin: 0;
    padding: 0 12px;
    height: 75px;
    background-color: transparent;
    
}
nav ul li:hover{
    background-color: #d2e2d5;  /* rgba(188, 222, 255, 0.3);*/
    border-radius: 4px;
    
}

nav ul li a{
    color:rgb(19, 69, 117);
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: monospace;
    text-decoration: none;
}


#mnu-news0:hover a{
    color:rgba(15, 115, 75, 0.9) !important;
}
#mnu-news1:hover a{
    color:rgba(15, 115, 75, 0.9) !important;
}
#mnu-news2:hover a{
    color:rgba(15, 115, 75, 0.9) !important;
}
#mnu-news3:hover a{
    /*color:rgba(15, 115, 75, 0.9) !important;*/
     color:rgba(15, 115, 75, 0.9) !important;
}

.active{
    color:rgba(15, 115, 75, 0.9) !important;
    background-color: #d2e2d5;  /* rgba(188, 222, 255, 0.3);*/
    border-radius: 4px;
}
.active a{
    color:rgba(15, 115, 75, 0.9) !important;
}

input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
  color: #fff;
  position: relative;
}

input[type="date"]::-webkit-datetime-edit-year-field{
  position: absolute !important;
  border-left:1px solid #8c8c8c;
  padding: 4px;
  color:#000;
  left: 65px;
}

input[type="date"]::-webkit-datetime-edit-month-field{
  position: absolute !important;
  border-left:1px solid #8c8c8c;
  padding: 4px;
  color:#000;
  left: 31px;
}


input[type="date"]::-webkit-datetime-edit-day-field{
  position: absolute !important;
  color:#000;
  padding: 4px;
  left: 4px;
  
}

#meny {
    display: none;       
}

#movil {
    bottom:50px; 
    right: 35px; 
    width:40px;  
    position: fixed;  
    z-index:99999999999999999999999999999999999999999999 !important;
}
#burger {
    display: none;
}
#menyAvPaa {
    display: none !important;
}

@keyframes Animation {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.clouds {
    position: absolute;
    bottom: 0;
    width: 99%;
}

#cloudLeftTop {
    position: absolute;
    top: -10%;
    left: -20px;
    z-index: 1;
}

#cloudBottomRight {
    position: absolute;
    bottom: 10%;
    right: -20px;
    z-index: 1;
}

.night {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotateZ(45deg);
}

.shooting_star {
   
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 1px;
    background: linear-gradient(
        -45deg,
        rgba(95, 145, 255, 1),
        rgba(0, 0, 255, 0)
    );
    border-radius: 999px;
    filter: drop-shadow(0 0 6px rgba(105, 155, 255, 1));
    animation: tail 3000ms ease-in-out, shooting 3000ms ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes tail {
    0% {
        width: 0;
    }

    30% {
        width: 100px;
    }

    100% {
        width: 0;
    }
}

@keyframes shooting {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(300px);
    }
}

.video {
    height: 100%;
    width: 100%;
    border: 0;
}

.video-container {
    position: relative;
    display: inline-block; /* Or 'block' depending on layout */
}

.video-container img {
    display: block; /* Remove bottom space/margin under the image */
    width: 100%; /* Adjust based on your needs */
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 64px; /* Adjust size of the play button */
    height: 64px; /* Adjust size of the play button */
}


@media screen and (max-device-width: 1104px){
    nav ul{
        margin: 0;
    }  
    nav ul li{
        line-height: 72px;
        margin: 0;
        padding: 0 3px;
    }
    label.logoo{
        padding: 0 1px!important;
    }
}

@media screen and (max-device-width: 1184px){
    nav ul li a{
        font-size: 0.688rem;
    }    
    nav ul li{
        line-height: 73px;
        margin: 0;
        padding: 0 3px;
    }
    label.logoo{
        padding: 0 1px 0 0!important;
    }
}

@media screen and (max-device-width: 1390px){
    nav ul li a{
        font-size: 1.013rem;
    }    
    nav ul li{
        line-height: 72px;
        margin: 0;
        padding: 0 3px;
    }
    label.logoo{
        padding: 0 0 0 30px;
    }
}

@media screen and (max-device-width: 1000px){
    #mnuOptions{
        display: none;
    }
    #meny {
        display: flex;       
    }
    
.burger-wrapper { cursor: pointer; }
    
#meny a { 
    color:rgb(19, 69, 117); 
    font-size:1em; 
    line-height: 1.3em; 
    font-family: monospace; 
    text-decoration:none;  
    font-weight: 600;
}
#meny ul { 
    padding:70px 5%; 
    text-align: right; 
}
#meny ul li { 
    border-bottom:#3e96d2 solid 2px; 
    list-style:none; 
    padding:0 15px 0 20px !important;
    width: 100%;
    border-radius: 2px;
}
#meny ul li a .burger-mnu { 
    color:rgb(19, 69, 117); 
    font-size:0.5em; 
    line-height: 1.3em; 
    font-family: monospace; 
    text-decoration:none; 
}
#meny a img.rs { 
    padding:5px !important; 
    display:inline-block;
}

#meny {
    background: rgba(19, 69, 117, 0.2);/* rgba(255, 255, 255, .8); */
    width: 320px; 
    height: 100vh;
    position: fixed; 
    right: 0; 
    transition-timing-function: cubic-bezier(10,2,3,1);
    transform: translateX(50rem); 
    top: 0; 
    z-index: 100000 !important; 
    transition: 0.5s;
}
#menyAvPaa { display: none; }
#menyAvPaa:checked ~ #meny { transform: translateX(0rem); }
#burger {
    position: absolute; 
    cursor: pointer; 
    width: 40px; 
    height: 40px; 
    right: 1rem; 
    top: 1rem;
    display: flex; 
    justify-content: space-between; 
    flex-direction: column;  
    z-index:99999999999999999999999999999999999999999999 !important;
}

#movil {
    bottom:50px; 
    right: 35px; 
    width:40px;  
    position: fixed;  
    z-index:99999999999999999999999999999999999999999999 !important;
}
#burger { 
    background-color: transparent; 
}
#burger > div { 
    height: 10px; 
    background: none; 
    transition: 0.5s; 
    z-index: 999; 
    position: relative; 
}
#burger > div > .box1 { 
    width: 100%; 
    height: 10px; 
    background: #ef488d; 
    position:absolute; 
    color: transparent; 
    float:left; 
    border-radius:18%; 
}
#burger > div > .box2 { 
    width: 10px; 
    height: 10px; 
    background: #505050; 
    position:relative; 
    color: transparent; 
    margin:0 auto;  
}
#burger > div > .box3 { 
    width: 10px; 
    height: 10px; 
    background: #505050; 
    position:absolute; 
    color: transparent; 
    top:0; 
    right:0; 
}

#menyAvPaa:checked ~ #burger > div {  background-color: #3e96d2; }
#menyAvPaa:checked ~ #burger > div > .box1 {  background: none; }
#menyAvPaa:checked ~ #burger > div > .box2 {  background: none; }
#menyAvPaa:checked ~ #burger > div > .box3 {  background: none; }
#menyAvPaa:checked ~ #burger > div:nth-child(1) { transform: translateY(15px) rotate(45deg); }
#menyAvPaa:checked ~ #burger > div:nth-child(2) { opacity: 0;}
#menyAvPaa:checked ~ #burger > div:nth-child(3) { transform: translateY(-15px) rotate(-45deg); }

}

.logo { 
    position:fixed; 
    z-index:20; 
    top:50px;
    width:350px; 
}