:root{
    font-family: 'Gilroy-Bold';
 }
 .navbar {
    margin-bottom: 0;
    border: 0;
}
 .navbar-default{
     height: 100px;
     background-color: #FDF7F5;
 }
 .navbar-nav{
     margin-top: 20px;
     margin-left: 350px;
     padding-left: 20px;
     font-size: 17px;
     font-weight: 500;
 }
 .navbar-default .navbar-nav>li>a{
    color: #2A2727;
 }
 .nav li a.active {
    color: #F46929
}
input {
    --c: #222222; /* active color */
    --g: 8px; /* the gap */
    --l: 5px; /* line thickness*/
    --s: 30px; /* thumb size*/
    
    width: 400px;
    height: var(--s); /* needed for Firefox*/
    --_c: color-mix(in srgb, var(--c), #FFFCDB var(--p,0%));
    -webkit-appearance :none;
    -moz-appearance :none;
    appearance :none;
    background: none;
    cursor: pointer;
    overflow: hidden;
  }
  input:focus-visible,
  input:hover{
    --p: 25%;
  }
  input:active,
  input:focus-visible{
    --_b: var(--s)
  }
  /* chromium */
  input[type="range" i]::-webkit-slider-thumb{
    height: var(--s);
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,#ababab 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -webkit-appearance: none;
    appearance: none;
    transition: .3s;
  }
  /* Firefox */
  input[type="range"]::-moz-range-thumb {
    height: var(--s);
    width: var(--s);
    background: none;
    border-radius: 50%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,#ababab 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -moz-appearance: none;
    appearance: none;
    transition: .3s;
  }
  @supports not (color: color-mix(in srgb,red,red)) {
    input {
      --_c: var(--c);
    }
  }
 
.top-text{
    background-color: #FDF7F5;  
}
.content-text{
    width: 35%;
    margin: 0 auto;
}
.content-text p{
    color: #797982;
    font-size: 20px;
    text-align: center;
}
.content-text h2{
    color: #25252F;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.top{
    display: flex;
    margin-top: -230px;
    justify-content: space-between;
    height: 600px;
}
.top-left{
    width: 32%;
    margin-block-start: auto;
}
.top-left img{
    width: 80%;
    margin-left: 40px;
}

.top-content{
    width: 37%;
    margin-bottom: -20px;
    margin-block-start: auto;
}

.sildes{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 320px;
}
#sliderValue  {
    color: #25252F;
    font-size: 40px;
    text-align: center;
    font-family: 'DIN-Bold';
    font-weight: 600;
    padding-top: 30px;
}
.sildes input{
    width: 80%;
    margin: 0 auto;
}
.top-right{
    width: 33%;
    margin-block-start: auto;
}
.top-right img{
    width: 100%;
}
.rangeone{
    width: 80%;
    display: flex;
    margin: 0 auto;
    margin-top: 10px;
    justify-content:space-between;
    color: #828284;
}
.button{
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.myButton {
    padding: 10px 40px;
    margin-top: 10px;
    border: none;
    background-color: #FFFFFF;
    border: 1px solid #25252F;
    color: #25252F;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 790;
}

.myButton.active {
    background-color: #F46929;
    border: 1px solid #F46929;
    color: #FFFFFF;
}
.monto{
    width: 80%;
    height: 50px;
    margin: 10px;
    border: none;
    border-radius: 10px;
    background-color: #F46929;
    color: #FFFFFF;
    cursor: pointer;
}
.falta{
    display: flex;
    width: 80%;
    margin: 0 auto;
}
.falta-left{
    width: 60%;
    margin-left: 5%;
}
.falta-text h2{
    font-size: 40px;
    font-weight: 700;
}
.falta-flex{
    display: flex;
}
.flex-imges img{
    width: 80%;
}
.flex-text p{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.vertical-line{
    border-left: 3px dotted #F46929;
    height: 50px;
    margin-top: 20px;
    margin-left: 30px;
}
.falta-right{
    width: 40%;
}
.contact-background{
    background-color: #F6F8FB;
}
.contactone{
    display: flex;
    width: 80%;
    margin: 0 auto;
}
.contactleft{
    width: 50%;
}
.contactleft img{
    margin-top: -70px;
}
.contactright{
    width: 35%;
    margin-top: 80px;
}
.contact h2{
    font-size: 40px;
    font-weight: 700;
}
.contact p{
    font-size: 17px;
}
.contactright-flex{
    margin-top: 50px;
    display: flex;
}
.whatappp{
    margin-left: 28%;
}
.email-flex{
    margin-top: 50px;
    display: flex;
}

.footer{
    background-color: #0F1F45;
    display: flex;
    height: 140px;
}
.footer-content{
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}
.footer-left {
    width: 60%;
}
.footer-left img{
    width: 30%;
}
.footer-right {
    color: #FFFFFF;
    margin-left: 60px;
}
.falta-footer{
    margin-top: 40px;
}
.reservados{
    background-color: #0F1F45;
}
.reservados p{
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}



.sobre-top h2{
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
    font-weight: 700;
}
.sobre-top img{
    width: 98%;
    margin-top: 80px;
}
.sobre-spacing{
    height: 40px;
}
.sobre-content{
    height: 470px;
}
.sobre-content-text{
    text-align: left;
    width: 50%;
    margin: 0 auto;

}
.sobre-content-text p{
    padding-top: 20px;
    font-size: 15px;
    color: #2E2F33;
}

.chl-del {
    padding: 0 237px;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;


    .text p {
        margin-top: 89px;
        font-weight: bold;
        font-size: 56px;
        color: #25252F;
        margin-bottom: 33px;
    }

    .text span {
        display: block;
        font-weight: 400;
        font-size: 22px;
        color: #2E2F33;
        margin-bottom: 82px;
    }

    .text button {
        width: 620px;
        height: 88px;
        background: #F46929;
        border-radius: 7px;
        border: none;
        color: #fff;
        font-weight: 500;
        font-size: 30px;
    }

    .chl-img img{
        max-width: 538px;
        max-height: 624px;
    }
}
@media screen and (max-width: 2100px){
    .correo {
        margin-left: 91px;
    }
    .sobre-top{
        width: 80%;
        margin: 0 auto;
        height: 700px;
    }
}
@media screen and (max-width: 1600px){
    .correo {
        margin-left: 65px;
    }
    .sobre-top{
        height: 600px;
    }
}
