* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
text-align: center;
font-family: sans-serif;
}
.navbar{
    background: #171717;
    background: linear-gradient(to right, #404040, #171717);
    overflow: hidden;
    width: 100%;
    
}
.navbar a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 18px 15px;
    text-decoration: none;
    font-size: 17px;
    height: 55px;
}

.navbar a:hover {
    background: #eaccad;
    color: #303030;
}
.navbar a.active {
    background-color: #b5936f;
    color: #171717;
    padding: 3px 3px;
    float: left;
    
    
}
.navbar .icon {
    display: none;
}
.header {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
background: #F5F5DC;
background-size: cover;
}

.header img{
    margin-top: -30px;
    width: 450px;
    height: 450px;
}

.title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

p {
    margin-bottom: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0 150px;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 40px;
    border: 2px solid #171717;
    color: #fff;
    text-decoration: none;
    background: #171717;

}

.btn:hover {
    background: grey;
    color:#171717;
    border: 2px solid grey;
}

.content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sau {
    padding: 50px 0;
    background: #283048;
    background: linear-gradient(to right, #859398, #283048);
}

.box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.box-container .box {
    height: 370px;
    width: 270px;
    background: #F5F5DC;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
    margin: 20px;
}

.box-container .box i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #303030;
    background: #eaccad;
    font-size: 25px;
    margin: 10px 0;
}

.box-container .box h3 {
    font-size: 20px;
    color: #171717;
}

.box-container .box p {
    padding: 5px 15px;
    font-size: 15px;
    color: #171717;
}
.price { 
    background: #283048;
    background: linear-gradient(to right, #859398, #283048);
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.price .title{
    color: #fff;
    padding-top: -20px;
    margin-top: -40px;
}
.price .contain .box1 img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius:50%;
    margin-top: 10px;
    border: 3px solid #eaccad;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0 10px;
}
.imagen{
    height: 100vh;
    background: #283048;
    background: linear-gradient(to right, #859398, #283048);
}
.carousel{
    position: relative;
    width: 900px;
    height: 500px;
    background-color: #283048;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.66);
    border-radius: 15px;
    overflow: hidden; 
 }
 .carruseles{
 width: 2000%;
 height: 100%;
 display: flex;
 }
.slider-section{
    width: calc(100% / 20);
    height: 100%;
}
.slider-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btn-left,
.btn-right {
 display: flex;
 position: absolute;
 top: 50%;
 font-size: 1.5rem;
 background-color: transparent;
 border-radius: 50%;
 padding: 5px;
 font-weight: 600;
 cursor: pointer;
 color: #171717;
 transform: translate(0,-50%);
 transition: .5s ease;
 user-select: none;
}
.btn-left:hover,
.btn-right:hover {
background-color: #333333d4;
color: #fff;
}

.btn-right{
    right: 10px;
}
.btn-left{
    left: 10px;
}
.about {
    background: #283048;
    background: linear-gradient(to right, #859398, #283048);
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    height: 100vh;
}
.about p {
    color: #fff;
    font-size: 18px;
}
.box-container2 {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-wrap: wrap;
}

.box-container2 .box {
    width: 250px;
    padding-bottom: 10px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
    background: #eaccad;
    margin: 15px 15px;
    border-radius: 20px;
}

.box-container2 .box img{

    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -50;
    border: 6px solid #b5936f;
    margin: 10px 0px;
}

.box-container2 .box h3{

    font-size: 20px;
    color: #171717;
    padding-top: 10px;
    padding: 10px;
}

.box-container2 .box p {
    font-size: 14px;
    color: #171717;
    padding: 0;
}

.box-container2 .box .stars i {
font-size: 15px;
color: #fff;
}
.contact {
    padding: 30px;
    background: #283048;
    background: linear-gradient(to right, #859398, #283048);
    background-size: cover;
    height: 70%;
}
.contact .title{
    color: #fff;
}

.floating-button-container{
    position: fixed;
    bottom: 20px;
    right:20px;
    background-image: transparent;
    background-color: transparent;
    border: transparent;
 }
 .floating-button{
   background-image: transparent;
   background-color: transparent;
   border-color: transparent;
 }
 
  .footer-section {
    display: flex; 
  }

  .footer-section .box1 p {
    padding: 80px 0px;
    color: #fff;
  }
  .f-enlaces {
    display: flex;
    flex-direction: column;
    margin: 0 100px;
  }
  .f-enlaces a {
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    padding: 0px 30px;
  }
  .f-enlaces i {
     margin: 10px;
  }

figure {
    display: flex;
    flex-direction: column;
    margin: 0px 40px;
    margin-top: -50px;
}
footer{
    background: #171717;
    background: linear-gradient(to right, #404040, #171717);
    height: 50px;
}

.developer p{
font-size: 14px;
color: #fff;
padding: 18px;
}
.developer a{
    text-decoration: none;
    color: #fff;
    padding: 5px;
}
.developer a:hover{
    color: #598ad4;
}


 
  /**movil**/
 
  @media (max-width:767px) {

    .navbar a:not(:first-child){display: none;}
    .navbar a.icon {
     float: right;
    display: block;
    }

    .title {
        margin-bottom: 0;
        font-size: 40px;   
    }

    html {
        font-size: 100%;
    }
   
    .sau {
        height: 300vh;  
    }
    .box-container .box {
        margin-top: 30px;
        height: 280px;
        width: 240px;}

     .box-container .box p{
            font-size: 73%;
            }
   
    .about {
        height: 280vh;
    }

    .footer-section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    }

   .navbar.responsive {position: relative;}
   .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
   }
   .navbar.responsive a{
    float: none;
    display: block;
    text-align: left;
   }
   .carousel{
    width: 60%;
    height: 30vh; 
 }
 
}
 

  /**tablet**/
  @media (min-width: 768px) and (max-width: 990px) {
    .title {
        margin-bottom: 0;
        font-size: 40px;
    }
    html {
        font-size: 100%;
    }
   
    .sau {
        height: 70%;   
    }
.price{
    height: auto;
}
    .box-container .box {
        margin-top: 30px;
        height: 280px;
        width: 240px;}

        .box-container .box p{
            font-size: 75%;
            }
  
    .about {
        height: 100vh;
        
    }
.footer-section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.carousel{
    width: 95%;
    height: 60vh;

 }
 
  }
  
 @media (max-width: 1270px){
    .title {
        margin-bottom: 0;
        font-size: 40px;
        
    }
    html {
        font-size: 100%;
    }
   
    .sau {
        height: 250vh;
    }

    .box-container .box {
        margin-top: 30px;
        height: 280px;
        width: 240px;}
        .box-container .box p{
            font-size: 75%;
            }
  
    .about {
        height: 180vh;
    }
   .footer-section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
 } 
 .carousel{
    width: 90%;
    height: 70vh;
 }
  }
 