body{
    width: 100vw;
    height: 100vh;
    background-color: #F0F3F6;
    font-family: 'Roboto', sans-serif;
}
.top-bar{
    display: flex;
    background-color: black;
    width: 100%;
    height: 5%;
    min-height: 50px;
}
.reserva{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserva-box{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    a{
        font-weight: bold;
        background-color: #FFBB00;
        padding: 16px;
        width: 30%;
        text-align: center;
        cursor: pointer;
        border-radius: 1em;
        text-decoration: none;
        color: #000;
    }
}
.top-bar-1{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar-2{
    /*width: 32%;*/
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.top-bar-2 span{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}


.bandera-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 10%;
}

.bandera-box img{
    max-width: 60%;
    height: auto;
    border-radius: 2.5px;
    margin-right: 5px;
}

.bandera-box span{
    color: #fff;
}
.header-box{
    width: 100%;
    height: 10%;
    min-height: 100px;
    display: flex;
}
.header-logo{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo img{
    max-width: 40%;
}
.header-menu{
    display: flex;
    width: 75%;
    height: 100%;
    background-color: #FFBB00;
}
.blank-menu{
    width: 45%;
    height: 100%;
}
.menu-opt{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu-opt a{
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bolder;
}
.menu-img{
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-img img{
    max-width: 25%;
    filter: brightness(0) invert(1);
}

.main-box{
    width: 100%;
    height: auto;
}
.car1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.car1-box{
    width: 40%;
    height:450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.car1-box img{
    max-width: 80%;
    height: auto;
    align-self: flex-end;
}
.text1-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text1{
    /*width: 45%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    font-weight: lighter;
}

.text1 span{
    color: black;
    font-weight: bold;
}
.manual-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.steps{
    width: 40%;
    display: flex;
}
.steps div{
    display: flex;
}
.s1, .s3, .s2{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s2{
    width: 10%;
}
.s2 img{
    max-width: 100%;
}
.s1-1{
    width: 95%;
    height: auto;
    margin-bottom: 15%;
}
.s3-1{
    width: 95%;
    height: auto;
    margin-bottom: 15%;
}
.s1-1 img, .s1-2 img{
    max-width: 100%;
}
.s3-1 img, .s3-2 img{
    max-width: 100%;
}

.section2{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.section2-box{
    width: 80%;
    height: 100%;
}

.section2-i1{
    max-width: 40%;
    position: relative;
    left: 30%;
    opacity: .3;
}

.section2-i2{
    max-width: 12%;
    position: relative;
    right: 25%;
    bottom: 52%;
}
.section2-i3{
    position: relative;
    font-size: 1.4em;
    font-weight: lighter;
    bottom: 10%;
    left: 32%;
    width: 20%;
    margin: 0;
}
.section2-i3 span{
    font-weight: bold;
    color: black;
}
.section2-i4{
    position: relative;
    font-size: 1.4em;
    font-weight: lighter;
    bottom: 76%;
    left: 53%;
    width: 20%;
    margin: 0;
}
.section2-i4 span{
    font-weight: bold;
    color: black;
}

.section2-i5{
    max-width: 12%;
    position: relative;
    left: 73%;
    bottom: 36%;
}

.bar-section{
    margin-top: 2%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-box{
    width: 35%;

}
.bar-box img{
    max-width: 100%;
}

.cars-section{
    width: 100%;
    margin-top: 2%;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cars-box{
    /*width: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.cars-box img{
    max-width: 40%;
}

.call-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.call-box{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call-box img{
    max-width: 48%;
}
.fix-img{
    margin-bottom: 10px;
}

.features-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.features-box{
    /*width: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft{
    width: 50%;
    /*font-weight: lighter;*/
    font-size: 0.6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ft img{
    max-width: 40%;
}

.ft p{
    padding-left: 10%;
    padding-right: 10%;
}

.subs-section{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subs-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subs1{
    width: 45%;
    height: 100%;
    background-image:url('../img/19.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.subs2{
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFBB00;
}
.subs2-1{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subs2-1 img{
    max-width: 75%;
}

.subs2-1 p{
    color: #fff;
    font-weight: lighter;
    font-size: 1.8em;
    /*width: 30%;*/
}
.subs2-1 span{
    font-weight: bold;
}

.submit-box input{
    height: 45px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}
.submit-box input::placeholder {
    font: 9px/3 sans-serif;
    text-align: center; 
    font-weight: bold;
    color: #fff;
}
.submit-box textarea:focus, input:focus{
    outline: none;
}
.submit-box img{
   position: relative;
   width: 100px;
   height: auto;
   top: 18px;
   right: 5px;
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-lg, .btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}


.btn-block {
    display: block;
    width: 100%;
}

.btn-fixed{
    background: #FFBB00; 
    padding: 20px 0; 
    z-index: 99
}

.btn-fixed a{
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    transition: all 0.3s ease 0s;
}

.btn-fixed span{
    color: white;
}

.ec-fixed-bottom {
    position: fixed;
    bottom: 0;
}

.oct {
    display: none;
}

footer{
    width: 100%;
    background-color: #525659;
    height: 15%;
}


@media (max-width: 575.98px) {  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { }

 /* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

   .section2{
    display: none;
   }
   .steps{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .call-box{
        width: 95%;
    }
    .features-box{
        width: 100%;
        flex-direction: column;
    }
    .ft{
        width: 60%;
    }
    .subs-section{
        height: auto;
    }
    .subs-box{
        flex-direction: column;
    }
    .subs2, .subs1{
        width: 100%;
        height: 200px;
    }
    .subs2-1{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .subs2-1 p{
        width: auto;
        font-size: 1em;
    }
    .s2 img{
        transform: rotate(90deg);
       margin-top: 25px;
       margin-bottom: 25px;
    }
    .cars-box{
        width: 100%;
        flex-direction: column;

    }
    .cars-box img{
        max-width: 70%;
    }
    .top-bar{
       flex-direction: column;
        height: 10%;
        min-height: 100px;
        font-size: 0.8em;
    }
    .top-bar-1{
        width: 100%;
        justify-content: space-around;
    }
    .top-bar-2{
        width: 100%;
    }
    .bandera-box{
        width: 10%;
    }
    .bandera-box img{
        max-width: 70px;
    }
    .header-box{
        flex-direction: column;
        height: 30%;
    }
    .header-logo{
        width: 100%;
    }
    .header-menu{
        width: 100%;
    }
    .blank-menu{
        display: none;
    }
    .menu-img{
        display: none;
    }
    .menu-opt{
        font-size: 0.8em;
        width: 100%;
        flex-direction: column;
    }
    .car1-box{
        margin-top: 50px;
        background-image: none;
        height: auto;
    }
    .car1-box img{
        max-width: 450px;
        height: auto;
        align-self: center;
    }
    .text1{
        width: 100%;
        font-size: 0.8em;
        font-weight: lighter;
    }

    .oct {
        display: block;
    }

 }

/* Large devices (desktops, less than 1200px) */
/* @media (max-width: 1199.98px) { ... } */