* {
  /*font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;*/
  text-decoration: none;
  outline: none;
  border: none;
  text-transform:;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  /*font-size: 62.5%;*/
  overflow-x: hidden;
}

section {
  padding: 2rem 9%;
}

/*botones*/

/*.btn {
  display: block;
  margin-top: 1rem;
  padding: .8rem 2.8rem;
  font-size: 1.7rem;
  color: #c4a781;
  border: 0.2rem solid #c4a781;
  background: none;
  cursor: pointer;
  border-radius: .5rem;
}

.btn:hover {
  background: #c4a781;
  color: #fff;
}

#menu-btn {
  display: none;
}

*/

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
}

.cont-footer{
  /*font-size: 62.5%;*/
   width: 90%;
   margin: 0 auto;
}
.footer-row-0-background-color{
  background-color: #143b51 !important;
}
    

.cont-footer .box .par-up{
  /*font-size: 2.5rem;*/
  color: #fff;
  margin-bottom: 1rem;
  text-align:center;
  border-bottom: 1px solid #E3DFCD;
  padding-bottom: 2.5rem;
  
}

.cont-footer .box{
  color: #fff;
  
}

.cont-footer .box span{
  color: #bfe134;
  
}


.cont-footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(23rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
  gap: 1.3rem;
  margin-top:1.6rem;
}

.cont-footer .box-container .box h3 {
  /*font-size: 2.2rem;*/
  color: #fff;
  padding: 1rem 0;
  text-align: left;
}

.cont-footer .box-container .box a {
  display: block;
  /*font-size: 1.5rem;*/
  color: #fff;
  padding: 0.3rem 0;
  text-align: left;
}

.cont-footer .box-container .box a:hover {
  color: #bfe134;
}

.cont-footer .box-container .box a:hover i {
  padding-left: 2rem;
}

.cont-footer .box-container .box a i {
  color: #bfe134;
  padding-right: 2rem;
}

.cont-footer .box-container .box p {
  /*font-size: 1.5rem;*/
  color: #fff;
  margin-bottom: 1rem;
  text-align:left;
}

.cont-footer .box-container .box form input[type="email"] {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: .5rem;
  background: #ececec;
  /*font-size: 1.6rem;*/
  text-transform: none;
  margin: .5rem 0;
}

.cont-footer .credit {
  text-align: center;
  padding: 1rem;
  padding-top: 2.5rem;
  margin-top: 1.6rem;
  /*font-size: 1.7rem;*/
  color: #fff;
  border-top: 1px solid #E3DFCD;
}

.cont-footer .credit span {
  color: #fff;
}

@media (max-width: 1200px) {
  /*html {
    font-size: 55%;*/
  }

  section {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }  
  
    @media (max-width: 450px) {

  .home .slide .content h3 {
    font-size: 4rem;
  }
 .box-container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
   
    .cont-footer .box-container .box h3 {
    text-align: center;
  }
      
  .cont-footer.box-container .box a {
  text-align: center;
}

}