/* https://www.colourlovers.com/palette/4648461/Lavander_Paradise */

*{
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: verdana;
}

a {
  text-decoration: none;
}

/*class="articol text"*/
.articol.text {
  text-align: left;
}

.articol h1 {
  color:#08979D;
}

/*class="titlu text"*/
.titlu.text {
  text-align: center;
}

.titlu h1 {
  font-size: 16px;
  color:#08979D;
  padding:30px 0 0 0;
  margin: 0px;
}

/* text*/
.text p {
  padding:0 10px 10px 10px;
}

/*centrare site*/
.center {
  max-width: 100%;
  width: 1180px;
  margin: 0 auto;
}

/*class="wrapper-banner"*/
.banner {
  width: 100%;
  height: 135px;
  background-color:#08979D;
  position: relative;
}

.banner h1 {
  position: absolute;
  background-color: rgba(0,0,0,0.1);
  color:#fff;
  right: 0;
  bottom: 0;
  left: 0;
  margin:0;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
}

/*class="wrapper-header*/
.wrapper-header {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #08979D;
}

.header-top {
  display: flex;
  flex-direction: row;
  height: 40px;
}

.header-logo {
  display: flex;
  flex-grow: 1;
}

.logo {
  flex-grow: 1;
  background-image: url('./assets/logo/header-logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-navigare {
  display: flex;
  flex-grow: 5;
}

.header-navigare ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-grow: 1;
}

.header-navigare ul li {
  display: flex;
  margin-right: 10px;
}

.header-navigare ul li:last-of-type  {
  margin-right: 0px;
}

.header-navigare ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-transform: uppercase;
  font-size:11px;
  font-weight: bold;
  padding: 0 10px 0 10px;
  color: #055B5C;
}

.header-navigare ul li:hover a, .header-navigare ul li.active a {
  background-color:#08979D;
  color:#fff;
}

/*class="wrapper-services"*/
.wrapper-services {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top:40px;
}

.services h2, h3 {
  margin: 0px;
  line-height: 25px;
  color: #000;
}

.services span {
  color: rgba(008,151,157, 0.8);
}

/*class="wrapper-imagini"*/
.wrapper-servicii {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 25px;
  margin-top: 40px;
}

@media only screen and (max-width: 500px) {
  .wrapper-servicii {
    display: flex;
    flex-wrap: wrap;
  }
}

.servicii {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding: 10px;
}

.servicii .icon {
  width: 100px;
  height: 100px;
  background-color: #08979D;
  border-radius: 50%;
}

.icon-search {
  background-image: url('./assets/icons/search.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-placeholder {
  background-image: url('./assets/icons/placeholder.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-user {
  background-image: url('./assets/icons/user.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.titlu-serviciu {
  color: #08979D;
  font-family: verdana;
  margin-top: 30px;
}

.descriere-serviciu {
  margin-bottom: 10px;
}

.buton-servicii {
  background-color:#fff;
  color:#08979D;
  padding: 5px;
  border:1px solid #08979D;
  display: block;
}

.buton-servicii:hover {
  background-color:#08979D;
  color:#fff;
}

/*class="wrapper-slider"*/
.wrapper-slider {
  margin-top:30px;
  border-top:1px solid #08979D;
  background-color: #08979D;
}

.slider {
  width: 500px;
  height: 170px;
  position: relative;
  z-index: 2;
  left:50%;/*centrare pentru relativ, oriziontala axa "X"*/
  transform: translateX(-50%);/*centrare pentru relativ, oriziontala axa "X"*/
}

.slide-item {
  position: relative;
}

.slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #08979D;
  border-left: 1px solid #08979D;
}

.slide-item h1 {
  position: absolute;
  background: rgba(008,151,157, 0.8);
  color:#055B5C;
  font-size: 18px;
  right: 0;
  bottom:0;
  left: 0;
  width: 100%;
  margin-bottom: 0px;
}

.buton-slider {
  position: absolute;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: rgba(008,151,157, 0.8);
  color:#fff;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top:50%; /*centrare pentru absolut axa "y" verticala */
  transform: translatey(-50%);/*centrare pentru absolut axa "y" verticala */
}

.buton-slider.buton-stanga {
  left:0;
}

.buton-slider.buton-dreapta {
  right:0;
}

/*wrapper-imagini*/
.wrapper-imagini {
  margin-top:30px;
  border-top:1px solid #08979D;
  border-bottom: 1px solid #08979D;
}

.imagini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.imagine {
  display: flex;
  flex-wrap: wrap;
  height: 292px;
  width: 234px;
  border:1px solid #fff;
  background-color:#08979D;
  background-image: url('./assets/icons/placeholder.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.imagine a {
  flex-grow: 1;
}

.imagine:hover {
  opacity: 0.7;
  color:#fff;
}

/*class="wrapper-footer"*/
.wrapper-footer {
  margin-top:30px;
  border-top: 1px solid #08979D;
  background-color:#08979D;
}

.footer-w {
  display: flex;
  flex-direction: row;
}

.footer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  width: 242px;
  padding: 5px 10px 5px 10px;
}

.footer span {
  font-weight: bold;
  color: rgba(005,091,092.3)
}

.footer a {
  text-transform: uppercase;
  color:#fff;
  font-size:11px;
}

.footer a:hover {
  background-color:#fff;
  color:#08979D;
  display: block;
}
