body,html{
    width: 100%;
    scroll-behavior: smooth;
}
.panel {
    background-color: #003256;
}
.menu a{
    margin-left: 20px;
    font-family: 'Staatliches', cursive;
    font-size: 1.2rem;
    color: #fff !important;
    position: relative;
    text-decoration: none;
}
.menuMobile{
    float: right;
}
.menu a:hover{
    color: #fdc24e !important;
}
.menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fdc24e !important;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.img-offers{
    margin-left: 20px;
}
.slider{
    background-color: #d1d1d1;
    height: 300px;
}
.offer img{
    margin-bottom: 20px;
    margin-top: 10px;
}
.offer h1{
    margin-bottom: 40px;
    margin-top: 40px;
}
.offer p{
    font-size: 1.1rem;
}
.offer span{
    font-size: 2.1rem;
}
.circle {
    background: #003256;
    border-radius: 40px;
    color: white;
    height: 40px;
    font-weight: bold;
    width: 40px;
    display: table;
    margin: 20px auto;
}
.block p{
    padding: 10px 0px;
    font-weight:bold;  
    color: #003256;
}
.pause{
    margin-top: 80px;
}
.contents{
    margin-top: 40px;
    margin-bottom: 40px;
}
.contents p{
    font-size: 1.1rem;
    color: #003256;
}
.offer{
    background-color: #003256;
    height: auto;
    color: white;
}

.offers{
    margin-top: 40px;
    background-color: transparent;
    height: auto;
}
.offers h3{
    margin-top: 20px;
    color: #335b78;
    margin-bottom: 50px;
}
.borderOffers{
    padding: 10px 10px;
    border: 2px solid #335b78;
    margin-top: 50px;
}
.imageOffers{
    padding: 5px 5px;
    height: 360px;
}
.offers h2{
    color: #335b78;
    margin-bottom: 50px;
}
.offer a{
    color: white;
    text-decoration: underline; 
}
.contact{
    background-color: #003256;
    height: auto;
    margin-top: 40px;
}
.contact h1 {
    color: white;
    margin-top: 20px;
}
.contact p{
    color: white;
    margin-top: 30px;
    font-size: 19px;
}
.contact input{
    margin-top: 20px;
    background-color: #1a4767;
    border: none;
    width: 300px;
    height: 50px;
    color: white;
    padding: 2px 10px;
}
.contact textarea{
    margin-top: 20px;
    background-color: #1a4767;
    border: none;
    width: 300px;
    height: 150px;
    resize: none;
    color: white;
    padding: 2px 10px;
}
.contact input[type=submit]{
    background-color: #fdc24e;
    color: white;
    font-weight: bold;
    width: 150px;
}
.min-slider{
    background-color: #d1d1d1;
    height: 120px;
}
.footer{
    color: white;
    background-color: #003256;
    height: auto;
}
.footer img{
    margin-top: 20px;
}
.footer ul{
    margin-top: 20px;
    list-style-type: square;
}
.contactFooter{
    color: white;
}
.contactFooter h5{
    margin-top: 40px;
}
.follow h5{
    margin-top: 40px;
}
.follow i{
    margin-left: 10px;
}
.copy{
    margin-top: 20px;
    margin-bottom: 30px;
}
.offers h5{
    margin-top: 70px;
    color: white;
}
.offers p{
    font-size: 1.1rem;
    margin-top: 70px;
    color: white;
    text-align: left;
}
.offers a{
    color: white;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
}
.map-responsive{
    margin-top: 50px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer p{
    margin-bottom: 0px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fdc24e !important;
}
.logotype{
    color:  #003256;
}
.logotype h3{
    margin-top: 20px;
    color: #003256;
}
.modal input[type=text]{
    height: 40px;
}
#scroller li{
    vertical-align: middle; 
    display: flex;   
    align-items: center;
}

.top-belt{
    height: 30px;
    width: 100%;
   background-color: #fdc24e;
}
.change-language{
    cursor: pointer;
    padding: 0 5px
}
@media only screen and (max-width: 700px) {
    
}
