*{ padding:0;     margin:0;    box-sizing: border-box;}
body{    width: 100%; position: relative;}
.font1{ font-family: 'Poppins', sans-serif;    font-style: normal;    font-weight: 600;}
.font2{ font-family: 'Roboto', sans-serif;    font-style: normal;    font-weight: normal; font-size: 14px;    line-height: 16px;}
.font3{ font-family: 'Muli', sans-serif;    font-style: normal;    font-weight: normal;}
nav{ margin-top: 2.5%; transition: all 1s ease;}
.color-navbar{background: #c4c4c4; margin:0;}
.navbar{
    /*background-color: transparent;*/
    z-index: 99999999;
    position: fixed;
    width: 100%;
}
.nav-link, .nav-link:hover{color:white}
.navbar-brand{margin-left:7%;}
.nav-item{
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    text-align: center;
    padding:0 4px 0 0;
}

.cambio-menu{
    background: white;
    margin:0;
    color: black;
    padding-top:2.5%;
    padding-bottom:2.5%;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.col-md-6{ position: relative;}
#hero-bg{
    background: url(../img/fondo-contacto.jpg);
    background-size: cover;
    position: relative;
}
.no-gutters{ background-color: #C4C4C4;}
.no-gutters .content{ margin: 20% 0 0 15%;}
.icons{ margin-top: 15%;    margin-bottom: 5%;}
h1{ font-size: 36px;    line-height: 110%;    letter-spacing: -0.02em;}
form{ width:450px;}
.form-group{width: 100%;}
#form-contacto{ margin-top:9%;}
.form-control{
    width: 100%;
    border-radius: 0;
    height: 48px;
    margin-bottom:12px;
}
footer .row{margin:0;}
textarea{ resize: none;}
.form-group button{
    background: white;
    color: #FF6B00;
    border-radius:24px;
    width: 120px;
    height: 41.74px;
    border: none;
}
.form-group button:focus{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-control:focus{
    outline: none;
    background: white;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-control:active{
    outline: none;
    background: white;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.fab{
    font-size: 22px;
    padding-right: 10px;
}



/*Chrome:*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*Firefox:*/
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
}
/*Other*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#Menu-GontorPlus:hover~.menu-nav{
    display: block;
}
.menu-nav:hover{
    display: block;
}
footer{ background: #62605F; padding-top: 3.68%;}
.ft{ padding-bottom: 3.47%; }
.medio{ display: flex; align-items: center; justify-content: center;}
.medio-izq{ display: flex; align-items: center;}
.fab{ font-size: 22px; padding: 10px;}
.d-flex{    margin-bottom: 10%;}
.medio .tel{
    position: absolute;
    margin-top:10%;
    font-weight: bold;
    font-size: 12px;
    line-height: 120%; 
}
footer .bg-naranja .col-md-6{     font-size:12px;    padding: 1% 0;}
footer .bg-naranja .col-md-6 p{ margin: 0;}
a:hover{text-decoration: none;}
.book{ display: inline-block;}
#btn-ft{ padding:0; margin:0;}
.btn-book{
    font-weight: bold;
    font-size: 14px;
    line-height: 110%;
    display:block;
    margin: 2% auto;
    width: 70%;
}
.btn-book:hover{
    background:none;
    border: none;
    color: white;
    text-decoration: none;
}
.btn-book:focus{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-f:focus{
    outline: none;
    border: 1px solid #E1E1E1;
    border-top: 6px solid #FF6B00;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.bg-naranja{background-color: #FF6B00;}


.btn-submit-gont-contacto{
        background:#ff6b00;
        color:white;
        border: 1px solid #FF6B00;
          border-radius: 24px;
          align-items: center;
          justify-content: center;
          height: 45px;
          width: 120px;
          margin-top: 2.5%;
          margin-left:20px;
      }

      .btn-submit-gont-contacto:hover{
        background:white;
        border: 1px solid #ff6b00;
        color:#ff6b00;
        box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
      }

      .btn-submit-gont-contacto:active{
        background:white;
        border: 1px solid #ff6b00;
        color:#ff6b00;
        box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
      }
.llamar-contacto{
                margin-top:20px;
                display: inline-block;
              }
              .llamanos-contacto{
                float: left;
                padding-top:5%;
              }

@media (max-width: 1001px){
    .btn-submit-gont-contacto{
        margin-left:0px;
    }
}   
@media (max-width: 768px){
    .btn-submit-gont-contacto{
        margin-left:20px;
    }
}

@media (max-width: 600px){
    .btn-submit-gont{
        margin-left:0px;
    }
}   

footer>.bg-naranja>a:hover{ text-decoration: none;}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    .form-group{ width: 90%; margin-left: -5%;}
    h1{margin-left: -5%;}
    .font2{ font-size: 12px; }
    .no-gutters .content{ margin-top: 30%; margin-left: 15%;}
    .navbar{padding: 0; padding-top:5%;}
    .navbar-collapse{ 
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
        height: 100vh;
        transition: all 1s ease-in-out;
    }
    .nav-link, .nav-link:hover{
        color: black;
    }
    .nav-item{padding: 3%;}
    .form-group button{width: 100%;}
    .navbar-brand img{width: 80%;padding-bottom: 10%;}
    .navbar-toggler{padding-bottom: 5%;}
    .btn-book{width: 50%;}
    #btn-ft{display: block; margin: 7% auto 0; padding-left: 0;}
    footer .medio-izq, footer .medio{margin-bottom: 5%;}
    footer .medio-izq img{display: block; margin: 0 auto;}
    footer{text-align: center;}
    .navbar-toggler{color: white; margin-right: 5%;}
    footer .text-right{text-align: center !important;}
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width:991px) {
    .navbar{padding: 0;}
    .navbar-collapse{ 
        background: #C4C4C4;
        height: 100vh;
        transition: all 1s ease-in-out;
    }
    .navbar-toggler{color: white; margin-right: 5%;}
    .nav-link, .nav-link:hover{
        color: black;
    }
    .navbar-brand img{padding-top:2.5%;}
    .nav-item{padding: 3%;}
    .btn-book{width: 90%;}
    #btn-ft{display: block; margin: 7% auto 0; padding-left: 0;}
    footer .medio-izq, footer .medio{margin-bottom: 5%;}
    footer .medio-izq img{display: block; margin: 0 auto;}
    footer{text-align: center;}
    .no-gutters .content{ margin-top: 35%; margin-left: 0%;}
    .no-gutters .form-group{width: 100%;}
    footer .text-right{text-align: center !important;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width:1200px) {
    .nav-item{padding:0;}
    .nav-link, .nav-link:hover{color:white;}
    .no-gutters .content{ margin-top: 35%; margin-left: 5%;}
    .btn-book{width: 90%;}
    #btn-ft{display: block; margin: 0 auto; padding-left: 0;}
}
@media only screen and (max-width:600px){

    footer .medio-izq{
        margin-top:20%;
    }

    footer .medio{
        margin-top:8%;
    }

    .btn-footer-llamar{
        display: block;
        margin: 0 auto;
        padding-left: 0;
    }

    .btn-submit-gont{
        width:40%;
        margin-bottom:15%;
    }

    .btn-submit-gont-contacto {
        margin-left: 0px;
    }

    #btn-ft {
        margin: 15% auto 0;
    }


    footer .bg-naranja{
        margin-top:15%;
    }

}