
body{
    font-size: 18px;
    font-family: avenir_regular, 'Avenir',sans-serif;
    background: #FFF;
    color: #000;	 
  }
  #logo-container{
width:5%; overflow:hidden; padding:5px;
 }
 #logo-container img{
  background: #FFF;

}

#header{
  
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
#logo-container{
  width:25%; overflow:hidden; padding:5px;
   }
.oferta-container{
 padding:10px;
 height:25rem;
}
.oferta{
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height:100%;
}
.oferta a{
text-align: center;
text-decoration: none;
}
.oferta a:hover{
  text-decoration: none;
  }
.hidden{
  display:none;
}
#flags{
z-index:120;
margin-top:0px;


}


#flags ul{
list-style-type: none;
text-align: center;
top:0px;
z-index:120;
}

#flags ul a{
margin-right:0px;
}
.ullifloat {
margin-left:0px;	
float:left;

}

/* Social icons*/
.xarxesSocials .fa {
  padding: 3px;
  font-size: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
    text-decoration: none;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: red;
  color: white;
}
.fa-whatsapp {
  background: lightgreen;
  color: white;
}
#open-container{
width:15%; overflow:hidden; padding:0px;
right:15px;
top:1px;
position: absolute;
}
.infoacc{
  position:absolute; float:left; z-index:100; padding:5px;
}
/*BOTONS***************************/

.input-group .btn {
    margin: 0px;
}

.btn {
  border: 0;
  border-radius:0;
}
.badge-primary {
    border: 0;
    background-color: #172983;
    color: #FFFFFF;

    border-radius:0;
}
.btn-primary {
    border: 0;
    background-color: #172983;
    color: #FFFFFF;

    border-radius:0;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: rgb(56, 50, 117);
  
        color: #FFFFFF;
    }

    .btn-primary.disabled {
        opacity: 0.6;
        background-color: #140E47;
        color: #FFFFFF;
        cursor: not-allowed;
    }


    .btn-primary i {
        color: #000000;
    }

    .btn-primary:hover i, .btn-primary:focus i {
        color: #140E47;
    }
  .field{
	display: block;
	margin-top:10px;
	
  }

#container{
	  width:70%;
	  margin-left:15%;
	  text-align:left;
	  padding:10px;
	  padding-top:0px;

  }


#progressbar {
  margin:0;
    overflow: hidden;
    color: lightgrey;
padding:0;
}

#progressbar .active {
    color: #172983
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
}

#progressbar li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
   /* font-size: 18px;*/
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    text-align:center;

}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after,
#progressbar li.active i {
    background: #172983;
}

.field input, .field textarea, .field select{
	  float:right;
  }

input[type=number]{
	max-width:160px;  
}
input[type=date]{
	max-width:150px;  
}

.loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  @media only screen and (max-device-width: 480px) {
	  
  #container{
	  width:100%;
	  margin-left:0;
	  text-align:left;
	  border: none;
		padding-top:0px;
  }	  
  #header{
  
    height: 120px; /* You must set a specified height */

  }
  #bottomheader{
    font-size: 12px;
  }
  #marquee{
    font-size: 12px;
  }
  }

.dp-highlight .ui-state-default {
background: lightblue;
color: #FFF;
}


  /* Slider */
  .text-container{

    overflow: hidden;
 
  }
  .description {
    padding:5px;
    height:200px;
    font-size:0.90rem;
  }
  .slider-container{
    background: #fff;
    max-height: 380px;
    overflow: hidden;
  }
.slider {
  position: relative;
  margin: 0;
  padding: 0;
  width:100%;

}

.slider img {
  width: 100%;
overflow: hidden;
}  
.botoSlider {
  position: absolute;
bottom: 5px;
} 
.control_prev, .control_next {
  position: absolute;
  top: 40%;
  z-index: 1;
  display: block;
  padding: 10px;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  border: none;

}

.control_prev:hover, .control_next:hover {
  opacity: 1;

}

.control_prev {
  border-radius: 0 2px 2px 0;
}

.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.price{
	   width:50px;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9);
}


.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}



.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
