* {
      box-sizing: border-box;
}

html {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100vh;
}

body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100vh;
      font-family: Poppins;
      font-weight: 400;
      
      background-position: center;
      background-size: cover;
   
}


nav {
      padding: 8px;
}

.logo {
      float: left;
      padding: 8px;
      margin-left: 16px;
      margin-top: -1px;
     font-family: 'Oswald', sans-serif;
    
    color:#FA5858;;
    
}
.logo p{
    margin-top: 1;
    font-size: 13
}
.logo a {
      color:#000;;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 26px;
      letter-spacing: 30px;
      text-decoration: none;
}
.logo img{
    height: 150px;
    width: 150px;
    
    display:block;
margin:auto;
    
    
}



nav ul {
      float: right;
}

nav ul li {
      display: inline-block;
      float: left;
}

nav ul li:not(:first-child) {
      margin-left: 48px;
}

nav ul li:last-child {
      margin-right: 24px;
}
/* texto en menu */
nav ul li a {
      display: inline-block;
      outline: none;
      color:#fff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 1.2px;
      font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 840px) {
      .logo {
            padding: 0;
      }

      .nav-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: #fff;
            opacity: 0;
            transition: all 0.2s ease;
          /* background: url('../img/back.jpg');*/
          background-color: #F0E68C;
           background-position: center;
      background-size: cover;
      }

      .nav-wrapper ul {
            position: absolute;
            top: 35%;
            transform: translateY(-50%);
            width: 100%;
         
      }

      .nav-wrapper ul li {
            display: block;
            float: none;
            width: 100%;
            text-align: right;
            margin-bottom: 10px;
          
      }
    .nav-wrapper img
    {
       height: 24px;
       width: 24px;
    display: block;
        float:right;
        margin-right: 20px;
        
    }

      .nav-wrapper ul li:nth-child(1) a {
            transition-delay: 0.2s;
      }

      .nav-wrapper ul li:nth-child(2) a {
            transition-delay: 0.3s;
      }

      .nav-wrapper ul li:nth-child(3) a {
            transition-delay: 0.4s;
      }

      .nav-wrapper ul li:nth-child(4) a {
            transition-delay: 0.5s;
      }
     .nav-wrapper ul li:nth-child(5) a {
            transition-delay: 0.6s;
      }

     .nav-wrapper ul li:nth-child(6) a {
            transition-delay: 0.7s;
      }

     .nav-wrapper ul li:nth-child(7) a {
            transition-delay: 0.8s;
      }


      .nav-wrapper ul li:not(:first-child) {
            margin-left: 0;
      }

      .nav-wrapper ul li a {
            padding: 10px 24px;
            opacity: 0;
            color:#FA5858;;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1.2px;
            transform: translateX(-20px);
            transition: all 0.2s ease;
      }

      .nav-btn {
            position: fixed;
            right: 10px;
            top: 10px;
            display: block;
            width: 48px;
            height: 48px;
            cursor: pointer;
            z-index: 9999;
            border-radius: 50%;
      }

      .nav-btn i {
            display: block;
            width: 20px;
            height: 2px;
            background: #000;
            border-radius: 2px;
            margin-left: 14px;
      }

      .nav-btn i:nth-child(1) {
            margin-top: 16px;
      }

      .nav-btn i:nth-child(2) {
            margin-top: 4px;
            opacity: 1;
      }

      .nav-btn i:nth-child(3) {
            margin-top: 4px;
      }
}

 .nav-wrapper img
    {
       height: 22px;
       width: 22px;
        display: block;
        float:right;
        margin-left: 20;
        
    }


#nav:checked + .nav-btn {
      transform: rotate(45deg);
}

#nav:checked + .nav-btn i {
      background: #000;
      transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1) {
      transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
      opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
      transform: translateY(-6px) rotate(90deg);
}
#nav:checked + .nav-btn i:nth-child(4) {
      transform: translateY(-6px) rotate(90deg);
}
#nav:checked + .nav-btn i:nth-child(5) {
      transform: translateY(-6px) rotate(90deg);
}
#nav:checked + .nav-btn i:nth-child(6) {
      transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-wrapper {
      z-index: 9990;
      opacity: 1;
}

#nav:checked ~ .nav-wrapper ul li a {
      opacity: 1;
      transform: translateX(0);
}

.hidden {
      display: none;
}
.destacado{
      color: #FA5858;
      font-size: 24px;
}
footer {
float: left;
      padding: 8px;
      margin-left: 16px;
      margin-top: -1px;
	width: 98%;
	height: 60;
	background: #FA5858;
	border-top: 2px solid rgb(233, 116, 116);
	position: absolute;
	bottom: 0;
    color:#333;
}
#inicio
{
   
    margin-top: 5%;
     font-family: 'Oswald', sans-serif;
    color:#2b0594;
}
.carousel-caption h3,p
{
    color:#2b0594;
}
.container1
{
      margin: 0 auto;
}
/*
body::after {
             content: "";
             background: url(../img/logo.png);
             opacity: 0.4;
             top: 0;
             left: 0;
             bottom: 0;
             right: 0;
             position: absolute;
             z-index: -1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
           } 
*/

#main-header {
	background: rgb(90, 89, 89);
	color: white;
	height: 40px;
	
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
      padding-top: 8px;
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

.nav-wrapper li a:hover{
      color: #fff;  
}
.nav-wrapper li a:active{
      color: #fff;  
}
