/*@media (max-width: 575.98px) { ... }*/

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

@import 'https://fonts.googleapis.com/css?family=Droid+Sans';
@import 'https://fonts.googleapis.com/css?family=Tangerine';
@import url('https://fonts.googleapis.com/css?family=Cookie|Fondamento|Fredericka+the+Great|Indie+Flower|Jacques+Francois+Shadow|Keania+One|Playball|Rye|Sail|Vast+Shadow');

html {
  background-image:url("fotos/moonrise2.jpg");
  background-size: cover;
  background-position: bottom;
    height: 100%;
}

body {
    min-height: 100%;
    background-color: rgba(0,0,0,0.01);
}

.atrix-header{
    background-color: rgb(4,9,12,0.1);
}

.myicon {
  font-family:Tangerine,serif;
  font-size: 1.2em;
  padding-right: 20px;
  display: none;
  text-align: right;
/*text-shadow: 0px 2px 5px #FF0000;*/
}

#navbar {
  font-size:1em;
  display: block;
  width: 100%;
        text-shadow: 2px 2px 8px #FF0000;
}

#navbar ul {
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 0;
    margin-bottom: 0px;
}

#navbar li {
  display: inline-block;
    width: 320px;
}

#navbar li a {
    color: white;
  text-decoration: none;
  font-size: 1.6em;
  text-align: center;
  padding-bottom: 0px;
    margin-right: 40px;
    padding-left: 0px;
}

#navbar li p {
  font-size: 1.6em;
    margin-bottom: 0px;
}

#navbar li a:hover,
#navbar li.active a {
   text-shadow: 1px 15px 20px #ffffff;
}

header h1{
    padding:0;
    font-size: 3em;
    text-shadow: 2px 2px 8px #FF0000;
    height: 80px;
    margin-top: 5%;
    text-transform: uppercase;
   }

header {
  height: 25%;
  max-width:100%;
  color: white;
  text-align: center;
  overflow: hidden;
  padding-bottom: 0px;
/*  border-bottom: 6px solid black;*/
    overflow:visible;
  
}

.active {
    text-shadow: 1px 15px 20px #ffffff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(3,13,12,0.1);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    width:350px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
    text-align: left !important;
    width: max-content;
}

.dropdown-content a:hover {   
    text-shadow: 1px 15px 20px #ffffff;
}

.dropdown:hover p {   
    text-shadow: 1px 15px 20px #ffffff;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------------------*/


footer{
    width: 100%;
/*    max-height 5% !important;*/
    padding: 0;
    color: aliceblue;
    background-color: black;
}


.contenedor {
    margin-top: 9rem;
}
    
  
.text-danger {
    display: none;
}
.pie{
   font-family:Tangerine,serif;
    font-size: 1.5rem;
    font-weight: 500%;
    text-align: center;
/*    padding-top: 10px !important;*/
    margin-bottom: 0px;
}

//----------------------------------------------------------------------------

@media screen and (min-width: 821px) and (orientation: landscape){
    
.carrusel{
    font-size 5rem !important;
    padding-top:140px !important;
}
footer{
     max-height 5% !important;
}
}

@media screen and (min-width: 821px) and (orientation: portrait){
    
}

@media screen and (min-width: 631px) and (max-width: 825px) and (orientation: landscape){

    .dropdown {
        width:100%;
    }
    
    .dropdown-content {
      position: relative;
        width: 100%;
    }

    .dropdown-content a {
        padding-right: 0px !important;
        width: 100%;
        text-align: center !important;
        border-bottom: 1px solid white;
/*        box-shadow:0px 10px 20px gray;*/
    }
    
 header h1{
     font-size: 2.5em;
     margin-top: 20px;
     height: 50px;
    }
 
    header{
/*    max-width: auto !important;*/
/*    padding-right: 30px !important;*/
    height: 15%;
    overflow: visible
    }
    
    .sm-screen {
   display: none;
  }
  
    #navbar {
        //display:inline-block;
        width: 100%; 
}
    .myicon {
    display: block;
    font-size: 2.5em;
    padding-bottom: 0;
    //float: right;
 }
    
    #navbar li {
        border-bottom: 1px solid white;
        text-align: center;
        width: 100%;
        font-size: 0.8em;
        box-shadow:0px 10px 20px grey;
    }
    
    #navbar li a {
        margin-left: 0px;
        margin-right: 0px;
    }
    
 footer{
}   
.fixed-bottom {
    position: relative;
    margin-top: 250px;
    }
   
}



@media screen and (min-width: 631px) and (max-width: 825px) and (orientation: portrait){

    header {
      height: 18%;
     overflow: visible;
    }
    
  header h1{
      font-size: 3.0em;
    }
    
    .sm-screen {
    display: none;
  }

    #navbar {
        //display:inline-block;
        width: 100%; 
    }
    
    .myicon {
        display: block;
        width: 100%;
        font-size: 4.0em;
        padding-bottom: 0;
        float: right;
        padding-right: 50px
/*
        border-bottom: 1px solid white;
         box-shadow:0px 10px 20px gray;
*/
    }
    #navbar li {
        border-bottom: 1px solid white;
        text-align: center;
        width: 100%;
        font-size: 0.8em;
        box-shadow:0px 10px 20px gray;
        padding: 10px;
    }
    
    #navbar li a {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .dropdown-content a {
        padding-right: 0px !important;
        width: 100%;
        text-align: center !important;
        border-bottom: 1px solid white;
    }
    
    .dropdown-content {
        width:100%;
        position: relative;
    }
    
    .dropdown {
        width:100%;
    }
    
}

/*------------------------------------------------------------------------------------------*/

@media screen and (max-width: 630px) and (orientation: landscape){
    
    header h1{
        margin-top: 20px;
        height: 50px;
    }
 
    .fixed-bottom {
      position: relative;
     margin-top: 160px;
    }
    
}
    
/*----------------------------------------------------------------------------------------------*/
    
@media screen and (max-width: 630px){
 
    header {
      height: auto;
     overflow: visible;
    }
    
  header h1{
    font-size: 2.5em;
      height: 50px;
    }
    
    .sm-screen {
    display: none;
  }

    #navbar {
        //display:inline-block;
        width: 100%; 
    }
    
    .myicon {
        display: block;
        font-size:2.5em;
        padding-bottom: 0;
/*
        border-bottom: 1px solid white;
        box-shadow:0px 10px 20px grey;
*/
    }
    
    #navbar li {
        border-bottom: 1px solid white;
        text-align: center;
        width: 100%;
        font-size: 0.8em;
        box-shadow:0px 10px 20px grey;
        padding: 10px;
    }
    
    #navbar li a {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .dropdown-content a {
        padding-right: 0px !important;
        width: 100%;
        text-align: center !important;
        border-bottom: 1px solid white;
    }
    
    .dropdown-content {
        width:100%;
        position: relative;
    }
    
    .dropdown {
        width:100%;
    }
    
}

