@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*Globales*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #000;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

section {
    padding: 3.9rem 0;
    overflow: hidden;
}

img {
    
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.6rem;
}

.container2 {
    width: 100%;
    max-width: 122.5rem;
    margin:  0 auto;
    padding: 0 2.4rem;
}

/*Header*/
.box
{
  padding-top:5%;
}
header {
    padding: 0%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent);
}
.nav {
  
    height: 8.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle {
    
    color: #fff;
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    cursor: pointer;
    z-index: 1500;
}

.fa-times {
    display: none;
}

.nav-list {
  list-style: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  backdrop-filter: blur(10px);
  padding: 3.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1250;
  transform: translateX(-100%);
 
}

.nav::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  transition: opacity .5s;

}

.open .fa-times {
    display: block;
}

.open .fa-bars {
    display: none;
}

.open .nav-list {
    transform: translateX(0);
}
.open .nav::before{
    opacity: 1;
    transform: scale(1);
}

.logo {
    color: #fff;
    width: 13%;
    max-width: 250px;
    min-width: 180px;
    margin: auto;
    display: flex;
    font-size: 2rem;
    font-weight: 100;
}

.nav-item {
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}

.nav-link {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin-right: -2px;
}

.nav-link:hover {
    color: #ccb13b;


 /*BODY*/
}
body{
  background-color: rgb(44, 44, 44);

}

/*gallery*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 20px 0 20px;
}

.container .heading{
  width: 50%;
  padding-bottom: 50px;
}
.container .heading h3{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}

.container .heading h3 span{
  font-weight: 100;
}
.container .box{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.container .box .dream{
  width: 32%;
  display: flex;
  flex-direction: column;
  
}


.container .box .dream img{
  width: 102.5%;
  margin-bottom: 24.2px;
  border-radius: 5px;
}

.container .btn{
  margin: 40px 0 70px 0;
  background: #c7ad37;
  padding: 15px 40px ;
  border-radius: 5px;
}

.container .btn a{
 color: #fff;
 font-size: 1.2em;
 text-decoration: none;
 font-weight: fill;
 letter-spacing: 3px;
}

@media (min-width:900px){
  .nav-list{
      backdrop-filter: blur(0px);
  }
}



@media screen and (min-device-width: 81px) and (max-device-width: 768px) { 
  .container .box 
  {  
    align-items: center;
      flex-direction: column;
     
      
      
  }
  .container .box .dream
  {width: 98%;
    padding-top: 15px;
    
  }

  .container .box .dream img{
    width: 100%;
    margin-bottom: 25px;
    border-radius: 5px;
  }
  
}

.dream{
  cursor: pointer;
  
}

.dream img:hover {
  transform: scale(103%);

}

/*footer*/
.wed {
  padding-bottom: 50px;
  padding-top: 30px;
  width: 20%;
  max-width: 120px;
  min-width: 130px;
  margin: auto;
  display: flex;
}
.wed img{
  width: 80%;
}
footer {
  padding: 7.9rem 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
  position: relative;
}

.footer-content {
  overflow: hidden;
}

.footer-content h4 {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
  margin-bottom: 3rem;
}
.perfil {
  width: 35%;
  max-width: 250px;
  min-width: 180px;
  margin: auto;
  display: flex;
  padding: 15px  ;
}
.footer-content .circle{
  
  
  margin: 2.4rem 0;
}

.footer-content-about {
  margin-bottom: 5.4rem;
}

.footer-content-about p {
  line-height: 2;
}

.social-icons {
  list-style: none;
  margin-bottom: 5.4rem;
  display: flex;
  justify-content: center;
}

.social-icons i {
  font-size: 2rem;
  color: #ccb13b;
  padding: .8rem 2rem;
  
}

.social-icons i:hover,
.social-icons i:focus {
  color: #ffc845;
}

.news-form {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;

}

.news-input {
  width: 100%;
  max-width: 25rem;
  padding: 1rem;
  border-radius: .4rem;
}
.news-btn {
  background: transparent;
  border: none;
  color: #252525;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1px .6rem;
  position: absolute;
  top: 30%;
  margin-left: 20.5rem;
}

@media screen and (min-width: 900px) {

  section {
      padding: 7.9rem;
  }

  .menu-toggle {
      display: none;
  }

  .nav {
      justify-content: space-between;
  }

  .nav-list {
      position: initial;
      width: initial;
      height: initial;
      background-color: transparent;
      padding: 0;
      justify-content: initial;
      flex-direction: row;
      transform: initial;
      transition: initial;
  }

  .nav-item {
      margin: 0 2.4rem;
  }

  .nav-item:last-child {
      margin-right: 0;
  }

  .nav-link {
      font-size: 1.3rem;
  }

  .active {
      position: relative;
  }
  .active::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff;
      left: 0;
      bottom: -3px;
  }

  .h2-sub {
      font-size: 3rem;
  }

  .fil {
      font-size: 3rem;
  }
  .head {
      font-size: 4.7rem;
      letter-spacing: .4rem;
  }

  .res-info {
      display: flex;
      align-items: center;
  }

  .res-info > div {
      flex: 1;
  }

  .pad-rig {
      padding-right: 7rem;
  }

  .footer-content {
      max-width: 77.5rem;
      margin: auto;
  }

  .footer-content-about {
      max-width: 51.3rem;
      margin:  0 auto 5.4rem;
  }

  .footer-div{
      display: flex;
      justify-content: space-between;
  }

  .social-media,
  .news-form {
      width: 100%;
      max-width: 27.3rem;
      margin: 0 1rem;
  }

 .news-btn {
     margin-left: 7.5rem;
 }
  
}









