@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap");
* {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;
  list-style: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #1d0e15;
}

html::-webkit-scrollbar-thumb {
  background: #ff5421;
}

body {
  background: #1d0e15;
}

section {
  padding: 3rem 1rem;
}

.link-btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  background: #ff5421;
  color: #fff;
  cursor: pointer;
  border-radius: .5rem;
  font-size: 1.8rem;
  text-transform: capitalize;
}

.link-btn:hover {
  background: #fff;
  color: #ff5421;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
}

.heading span {
  font-size: 2.5rem;
  color: #ff5421;
}

.heading h3 {
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #fff;
}

.header {
  z-index: 1000;
  padding: 3rem 1rem;
}

.header.active {
  background: #fff;
  padding: 2rem 0;
}

.header.active .logo {
  color: #000;
}
.header .nav ul {
  display: flex;
}


.header.active .nav ul li a {
  color: #ff5421;
}

.header.active #menu-btn {
  color: #000;
}

.header .logo img{
  width: 100px;
  height: auto;
}
.header .telefono {
  color: #ff5421;
}

.header .nav ul li a {
  font-size: 2rem;
  margin-left: 2rem;
  color: #fff;
}

.header .nav ul li a:hover {
  color: #ff5421;
}

.header #menu-btn {
  display: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #fff;
}

.home {
 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 5rem;
}

.home span {
  font-size: 2.5rem;
  color: #ff5421;
}

.home h3 {
  font-size: 5rem;
  text-transform: none;
  color: #fff;
  padding-top: 1rem;
}

.about span {
  font-size: 2.5rem;
  color: #ff5421;
}

.about h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding: 1rem 0;
}

.about p {
  font-size: 1.5rem;
  line-height: 2;
  color: #ccc;
}

.about ul {
  list-style: none;
}

.about ul li {
  padding-top: 1.5rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
}

.about ul li i {
  padding-right: 1rem;
  color: #ff5421;
}



.menus .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.menus .box-container .box {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.menus .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.menus .box-container .box .image {
  height: 20rem;
  overflow: hidden;
}

.menus .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menus .box-container .box .content {
  padding: 2rem;
}

.menus .box-container .box .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}

.menus .box-container .box .content .icons span {
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
}

.menus .box-container .box .content .icons span i {
  color: #ff5421;
  padding-right: .5rem;
}

.menus .box-container .box .content h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding: .5rem 0;
}




/*----------------------------------------
           DONDE ESTAMOS
-----------------------------------------*/
.donde {
    position: relative;
    width:90%;
    margin-top: 10px;
    margin-bottom: 20px;   
  }  
iframe {
    width:90%;
    height: 450px;
    z-index: 1;
}
h3{
  color:#ccc;
}
/*----------------------------------------
            FOOTER
-----------------------------------------*/

 footer {
    width: 100% ;
    padding-top:30px;
    display: flex;
    align-items:center;
    justify-content: center;
    background: black;  
}

 footer ul {
    width: 100%;
    background:black;
    border-radius:10px;
    box-shadow: white 0px -2px ;
    
}
 footer ul li {
    width:100%;
    text-align: center;
    list-style: none;
    bottom: 2px;
    color:#eaeaea;;
    border-bottom: 1px solid #eaeaea;
    font-size: 1.5rem;
}
 footer ul li:nth-last-child(1){
    border-bottom:none;
    
}



/*----------------------------------------
        REDES SOCIALES
-----------------------------------------*/
.redes {
    padding-top:10px;
    border-top:1px solid #eaeaea;
    background: black;
    padding-bottom: 1px;
    
    
}
.redes ul{
    
    display: flex;
    align-items:center;
    justify-content: center;
   
}
.redes ul li{
    list-style: none;
}
.redes ul li a{
    
    width:50px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    padding:6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow:0 10px 15px rgba(255,255,255,0.3);
    background: linear-gradient(0deg, #fff, #ddd);
    transition:.5s;
}
.redes ul li a:hover{
    box-shadow:0 2px 5px rgba(0,0,0,0.3);
}
.redes ul li a span.fab {
    width:100%;
    height:100%;
    background: #eaeaea;
    border-radius: 50%;
    line-height: calc(45px - 6px);
    font-size:24px;
    color: #262626;
    transition:.5s;
}
.redes ul li:nth-child(1) a:hover span.fab{
    color:#00f
}
.redes ul li:nth-child(2) a:hover span.fab{
    color:#f033d7;
}

/*----------------------------------------
        COPYRIGHT
-----------------------------------------*/
.copyrights {
    width:100%;
    display: flex;
    align-items:center;
    justify-content: center;
    background: black;
    color:#eaeaea;
    border-top:1px solid #eaeaea;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .home h3 {
    font-size: 3rem;
  }
  .pricing .box-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pricing .box-container .box:nth-child(2) {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .join h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 2rem;
  }
  .header.active {
    padding: 2rem;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .nav {
    
      position: absolute;
      top:100%; 
      right: -100%;
      background:rgba(0, 0, 0, 0.504);
      width: 15rem;
      height: calc(100vh - 9.5rem);
 
  }
  .header .nav.active {
    right:0;
  }
  .header .nav ul {
    display: block;
  }
  .header .nav ul li a {
    color: #fff;
    margin: 1rem 2rem;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}
/*# sourceMappingURL=style.css.map */