*{
    margin: 0;
    padding: 0;

}


.container{
    height: 800px;
    width: 100%;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center;
    position:relative;
    overflow: hidden;
    
}
.contentor{
  min-height: 800px;
}



@keyframes plan{
    100%{
        transform:translateX(0px) translateY(0px) rotate(0deg);
    }
    30%{
        transform:translateX(-500px) translateY(0px) rotate(5deg);
    }
    100%{
        transform:translateX(-2000px) translateY(-200px) rotate(15deg);
    }
}

.blackbar{
	height: 100% 10px;
	width: 100%;
	background-image: url();
	background-position: center;
	position: absolute;
}
.navbar{
	width: 85%;
	margin: auto;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
    width: 150px;
    cursor: pointer;
    font-weight: bold;
   }
.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.navbar ul li a{
	text-decoration: none;
	color: rgb(7, 7, 7);
	text-transform: uppercase;
}
.navbar ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background: #050505;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s
}
.navbar ul li:hover::after{
	width: 100%;

}

.logo-1 {
    width: 150px;
    cursor: pointer;
    font-weight: bold;
   }

   .u-section-1 {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("images/parque.jpg");
    background-position: 50% 50%;
    min-height: 820px;
  }
  
  .u-section-1 .u-text-1 {
    font-size: 6rem;
    font-weight: 700;
    margin: 210px auto 0 calc(((100% - 1140px) / 2) + 303px);
  }
  
  .u-section-1 .u-text-2 {
    margin: 30px auto 0 calc(((100% - 1140px) / 2) + -47px);
  }
  
  .u-section-1 .u-btn-1 {
    background-image: none;
    text-transform: uppercase;
    font-weight: 700;
    border-style: none;
    margin: 40px auto 0 calc(((100% - 1140px) / 2) + 500px);
  }
  .container-1{
    
    
    display: flex;
    justify-content: center;
    align-items: center;

  }
  
  
  .post{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
  }
  .post .box{
    position: relative;
    width: 350px;
    padding: 50px;
    background: rgb(255, 254, 254);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius:4px ;
    margin: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;


  }
  .post .box .icon{
      position: relative;
      width: 80px;
      height: 80px;
      background-color: rgb(163, 5, 5);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      border-radius: 50%;
      font-size:40px ;
      font-weight: 700;
      transition: 1s;
  }

  .post .box:nth-child(1) .icon{
      box-shadow: 0 0 0 0 #180f9c;
      background:#180f9c ;
  }
  .post .box:nth-child(1):hover .icon{
    box-shadow: 0 0 0 400px #180f9c;
}
.post .box:nth-child(2) .icon{
    box-shadow: 0 0 0 0 #ced11b;
    background:#ced11b ;
}
.post .box:nth-child(2):hover .icon{
  box-shadow: 0 0 0 400px #ced11b;
}
.post .box:nth-child(3) .icon{
    box-shadow: 0 0 0 0 #4ed311;
    background:#4ed311 ;
}
.post .box:nth-child(3):hover .icon{
  box-shadow: 0 0 0 400px #4ed311;
}

.post .box .content{
    position:relative;
    z-index: 1;
    transition: 0.5s;
}
.post .box:hover .content{
    color: #fff;
}

.post .box .content h3{
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
}

.post .box .content p{
    margin: 0;
    padding: 0;
}
.read{
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);

}
.topnav{
  display: none;
}



@media (max-width: 1250px) {
    .container{
        min-height: 1060px;

    }
    .navbar{
      
        text-align: center;
    }
    .topnav{
      display: none;
    }
    .post{
        max-width: 900px;
        margin-top: 0px;
    }
    .u-section-1 .u-sheet-1 {
      min-height: 525px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-bottom: 0;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 278px;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 295px;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 295px;
    }
  
    .u-section-1 .u-layout-cell-4 {
      min-height: 278px;
    }
    .album{
        position: center;
    }
  }
  
  @media (max-width: 1050px) {
    .container{
        min-height: 1280px;

    }
    .navbar ul li{
        padding: 10px;
        text-align: center;
    }
    .navbar{
      display: none;
    }
    .topnav{
      display: block;
    }
    .post{
        max-width: 750px;
        margin-top: 0px;
        margin-left: 260px;
    }
    .u-section-1 .u-sheet-1 {
      min-height: 430px;
    }
  
    .u-section-1 .u-text-1 {
      margin-top: 420px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-top: -372px;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-4 {
      min-height: 100px;
    }
  }
  
  @media (max-width: 767px) {
    .container{
        min-height: 1290px;

    }
    .navbar ul li{
        padding: 10px;
        text-align: center;
    }
    .post{
        max-width: 550px;
        margin-top: 0px;
        margin-left: 180px;
    }

    .u-section-1 .u-sheet-1 {
      min-height: 530px;
    }
  
    .u-section-1 .u-text-1 {
      margin-top: 1136px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-top: -1061px;
    }
  
    .u-section-1 .u-container-layout-1 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-2 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-3 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-4 {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (max-width: 575px) {
    .container{
        min-height: 1325px;

    }
    
    .post{
        max-width: 300px;
        margin-top: 0px;
        margin-left: 5px;
    }
    .navbar ul li{
        padding: 10px;
        text-align: center;
    }
      .album img{
        max-height: 200px;
        max-width: 200px;
        width: 120px;
        height: 120px;
        margin-left: 8px;
          
      }
    .u-section-1 .u-text-1 {
      margin-top: 1107px;
    }
  
    .u-section-1 .u-layout-wrap-1 {
      margin-top: -1007px;
    }
  }

  .topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    overflow: visible;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .active {
    background-color: #050505;
    color: white;
  }
