*{
    margin: 0;
    padding: 0;
    border:0;
    font-size: 100%;
    vertical-align: baseline;
}

body{
    text-align: center;
    font-family: sans-serif;
}

.logo{
    color:blue;
}

.head{

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    background:rgb(11, 15, 87);
    position:fixed;
    width: 100%;
    z-index: 100;


}


.navbar{
    display: flex;
    margin-right: 1rem;
}

.logo a{
    text-decoration:double;
    text-transform: uppercase;
    font-size: 2rem;
    margin-left: 2rem;
  
}

.navbar a{
    display: block;
    padding:2rem;
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2rem;
}

.navbar a:hover{
 background: gray;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header{
    height: 60vh  !important;
    background: url(imagenes/miami.jpg)no-repeat center;
    background-size: cover;
    max-width: 100%;
    
}

.title{

    margin-bottom:3rem;
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    color:white;
    max-width: 100%;


}

p{

    margin-bottom: 3rem;
    font-size: 1rem;
    color:rgb(252, 252, 252);
    padding: 0 6rem;
    max-width: 100%;
    font-family:Verdana, Geneva, Tahoma, sans-serif


}
.menu-hamburguesa{
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #fff;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.menu-hamburguesa  span{
    display: block;
    width: 2rem;
    height: 0.2rem;
    background-color: #333;
    margin-bottom: 0.5rem;

}



.btn{

    display: inline-block;
    margin-top: 1rem;
    padding: 1rem  3rem;
    border: 0.1rem solid rgb(2, 2, 2);
    color:#fff;
    text-decoration: none;
    background: rgb(108, 112, 85);

}

.btn:hover{
    background: none;
}

.btn-home {

display: flex;

}

.btn-home a {

    margin: 0 1rem;
}

.content{

    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sau {
    padding: 3rem;
    background:rgb(11, 15, 87);
    max-width: 100%;

}

.box-container{

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.box-container .box{

    height: 11rem;
    width: 17rem;
    background: #0e184e;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0  .3rem 5rem rgb( 0, 0, .5);
    margin:2rem;

}

.box-container .box i {
 height: 3rem;
 width: 3rem;
 line-height: 3rem;
 text-align: center;
 border-radius: 50%;
 color: #fff;
 background: rgb(30, 2, 240);
 font-size: 2rem;
 margin:1rem 0;
}

.box-container  .box h3{

    font-size: 2rem;
    color:rgb(233, 233, 233)
}

.box-container .box.p {
 padding: 0 1rem;
 font-size: 1rem;
}

.about{
    background: url(imagenes/rut.webp)no-repeat center;
    background-size: cover;
    font-weight:bold;
    max-width: 100%;
    background-attachment: fixed;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: #b5cab6;

    
}


.price{

    background: url(imagenes/miami.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.contact{
    padding-top: 2rem;
    background: #171717;
    padding-bottom: 0;
}

.piedepagina {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}


.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.info, .opciones, .pagos{

    flex-basis: 30%;
    margin: 20px;   
}


.pagos img{
    margin: 10px;;
}


@media (max-width: 768px) {

    .head{
        height: auto;
        padding: 1rem;

    }
    .menu-hamburguesa{
        display: none;
    }


    .logo a{
        font-size: 1.5rem;
        
    }
    .navbar{
        display: none;
        position: absolute;
    }

    .content header,p{
        display: none;
    }

     

    .title {
        display: none;
      }
    
  
 .about{
    height: 30px;
    background-attachment: fixed;
 }

   .header img{
    width: 100%;
    height: auto;
   }

   

  .content {
    padding: 20px;
    width: 100%;
  }

   .box-container{
    flex-direction: column;
    width: 90%;
   }
 .box-container .box{
    margin: 1rem 0;
 }

   .sau{

    padding:1rem;
   }

   .navbar{

    display: none;
   }

}



form{

    padding: 3rem 3rem;
    box-shadow: 0 2rem rgba(0, 0, 0, 0.2);
    border-radius:2rem;
    text-align: center;
    width: 21rem;
    background-color: rgb(210, 208, 208);
}

.formulario{
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(imagenes/miami.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}




.input-group{

    display: flex;
    flex-direction: column;
    text-align: left;
}

h2 {

    color:#283629;
    font-size:35px;
}


label{
 color:rgb(30, 2, 240);
 font-size: 15px;
 font-weight:600;
 margin-bottom: 15px;

}

input, textarea{
    padding:0.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
    background-color: #edffed;
    border:2px solid #f0faf1;
    color:#283629;
    outline:none;
}

input::placeholder,textarea::placeholder{

    color:#b5cab6;
}

.form-txt{
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.form-txt a{
    color:#76b28e;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    

}

.header, content header{
    width: 100%;
}

.btn{

    font-size: 16px;
    color:#fff;
    border:0;
    border-radius: 1rem;
    background-color:rgb(30, 2, 240) ;
    box-shadow: 0 0 1.5rem rgb(0, 0, 0);
    cursor: pointer;


}

.btn:hover{

background-color: rgb(30, 2, 240);
}


.piedepagina{
    padding: 10px;
}

.info, .opciones, .pagos{
    margin: 10px;
}

@media(max-width:62rem){

    form {
        padding: 3rem 2rem;
        width: 100%;
    }

    input{
        padding: 1.2rem 1rem;
    }
}



