* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Nanum Gothic", sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}



 /*cookie-notice*/
    .cookie-notice{
      position:fixed;
      bottom: 0;
      left: 24%;
      background-color: rgba(11, 81, 150, 0.9);
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3),
        -10px -10px 40px rgba(0, 0, 0, 0.3);
        border: 6px solid rgba(22, 84, 156, 0.9);
      border-radius: 4px;
      z-index:3;
      width: 50%;
      height: auto;
      transition: all 0.3s;
      padding: 10px 15px;
    }
    .cookieflex{
        display:flex;
        align-items: center;
        margin-left: calc(50% - 335px);
    }
    .cookie-notice img{
        width: 100px;
        height: 100px;
    }
    .cookie-notice:hover {
      box-shadow: 12px 12px 20px rgba(250, 222, 199, 0.2),
        -12px -12px 20px rgba(250, 222, 199, 0.2);
    }
    .cookie-notice h1{
        margin-left: 19px;
        font-size: 26px;
        text-align: center;
        color: white;
    }
    .cookie-notice p{
        margin-top: 15px;
        font-size: 16px;
        text-align: justify;
        color: white;
    }
    .cookie-notice p a{
        color: white;
    }
    .cookie-notice button{
        font-weight:500;
        font-size: 20px;
        color: rgba(22, 84, 156, 1);
        background-color: white;
        width: 250px;
        height: 35px;
        margin-left: calc(50% - 125px);
        margin-top: 10px;
        border: 2.1px solid rgba(22, 84, 156, 0.7);
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.4s;
    }
    .cookie-notice button:hover{
        background-color: rgb(72, 134, 186, 1);
        color: white;
    }


/*ACASA*/

.banner {
  background: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url("./images/indeximg53.jpg") fixed; 
  width: 100%;
  height: 100vh;
  background-size: 120%;
  background-position: 0% 100%;
  z-index:-1;
}
#nav1 {
    position:fixed;
  width: 100%;
  margin: auto;
  padding: 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, #1a5c8f , #093d6e); 
  box-shadow: 12px 12px 20px rgba(255, 255, 255, 0.1);
  z-index: 10;
}
/*CULOARE ANTERIOARA GRADIENT MENIU - #2e717d*/
#nav2 {
    display:none;
    position:fixed;
  width: 100%;
  margin: auto;
  padding: 4px 0;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, #1a5c8f , #093d6e); 
  box-shadow: 12px 12px 20px rgba(255, 255, 255, 0.1);
  z-index: 10;
}
.logo {
  width: 200px;
  height:60px;
  padding: 0;
  margin-left: 100px;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
.mobileinvizibil nav ul {
  margin: 0 100px;
}
.mobileinvizibil nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.mobileinvizibil nav a {
  text-decoration: none;
  font-size: 1.05rem;
  color: rgb(255, 255, 255);
  transition: all 2s;
}
.mobileinvizibil nav ul a::after {
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: white;
  transition: all 0.5s;
}
.mobileinvizibil nav a:hover::after {
  width: 100%;
}
.fa-circle-user {
  transform: scale(1.6);
  margin-right: 8px;
  color: #ffb579;
  transition: all 1s;
}
.fa-circle-user:hover {
  color: #fadec7;
}
.headingpartener1{
 text-align:center;
text-decoration: none;
  font-size: 1.05rem;
  color: rgb(255, 255, 255);
  transition: all 2s;
}
.headingpartener {
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  transition: all 2s;
  padding-right: 3px;
  padding-top: 2px;
  color: #ffb579;
  margin-top: -5px;
}
.pcontulmeu{
    padding-left:6px;
}
.content {
  position: absolute;
  transform: translateY(-50%);
  width: 60%;
  top: 54%;
  margin-left: 0%;
  text-align: center;
  color: aliceblue;
  z-index:2;
}
.content h1 {
  font-size: 21px;
  width:85%;
  margin-left:50%;
  transform: translate(-50%,0%);
  color: rgb(255, 255, 255);
   background-color: rgba(37, 56, 69, 0.3);
   box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.07), -5px -5px 10px rgba(0, 0, 0, 0.07);
}
.firstsearchdiv{
    display:flex;
}
.maintext2 i{
    color: #428f07;
    transform: scale(1.35);
    margin-right:7px;
    padding-left:15px;
}
.maintext2 {
    width:60%;
    margin: 0 auto;
    text-align:center;
    letter-spacing:0.7px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    margin-top:74vh;
}
.infoutilizatori{
    width:40%;
    margin: 0 auto;
    margin-top:75vh;
}
.infoutilizatori2 i{
    margin-right:5px;
    color:#428f07;
}
.infoutilizatori2{
    margin-left:10%;
    margin-bottom:5px;
    padding-left:20px;
    letter-spacing:0.5px;
    color:white;
    background-color: rgba(65, 98, 120, 0.2);
}
.searchzone {
  width: 80%;
  height: 144px;
  margin: 40px auto;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25),
    -10px -10px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
.searchzone:hover {
  box-shadow: 12px 12px 20px rgba(250, 222, 199, 0.1),
    -12px -12px 20px rgba(250, 222, 199, 0.1);
}
.firstp p {
  margin-top: 40vh;
  margin-right: 0;
  background-color: #fff;
  display: inline-block;
  position: relative;
}


    /*Notificari-meniu*/
    
        .notificariinmeniu{
            display:inline-block;
            position:relative;
            transition: all 0.3s;
        }
        .notificariinmeniu:hover .divmeniu{
            display:block;
        }
        .notificariinmeniu2{
            font-size: 1.05rem;
            color: rgb(255, 255, 255);
            cursor:pointer;
        }
        .notificariinmeniu i{
            transform: scale(0.85);
            padding-left:6px;
            margin-right:-7px;
            color:white;
        }
        .divmeniu2{
            padding-top:6px;
        }
        .divmeniu{
            display:none;
            position:absolute;
            width:180%;
            background-color:white;
            box-shadow: 5px 5px 12px rgba(43, 43, 43, 0.15), -5px -5px 12px rgba(43, 43, 43, 0.15);
        }
        .mobileinvizibil nav .divmeniu a{
            display:block;
            text-decoration: none;
            font-size: 1.05rem;
            padding:7px 5px;
            color: #034887;
            transition: all 0s;
            border-bottom: 0.7px solid #d0d5d9;
        }
        .mobileinvizibil nav .divmeniu a:hover{
            background-color: #0859a3;
            color: white;
            border-bottom: none;
        }
        .mobileinvizibil nav .divmeniu a:hover::after {
            width: 0%;
        }


/*Bara nav pentru scroll*/
.fixednav {
  position: fixed;
  background-color: rgba(2, 0, 12, 0.4);
  background-image: linear-gradient(to right, #2e717d , #093d6e);
  padding: 25px 0;
  box-shadow: 0px 0.5px 10px rgba(0, 0, 0, 0.267);
  transition: all 1s;
}


.fixedlinknav a {
  color: white;
}
.fixedlinknav i {
  color: #ffb579;
}

/*Segmen1-De ce sa folosesti AutoDone?*/

.segment1 {
  width: 100%;
  height: 120vh;
  background-color: rgb(253, 253, 253);
  position: relative;
}
.titlusegment {
  text-align: center;
  color: rgb(66, 66, 66);
  padding-top: 5rem;
  padding-bottom: 4rem;
  font-size: 3rem;
}
.list {
  display: flex;

  justify-content: space-between;
}
.segment1 .list div {
  background-color: rgba(255, 255, 255, 0.11);
  box-shadow: 10px 10px 20px rgba(222, 184, 135, 0.15),
    -10px -10px 20px rgba(222, 184, 135, 0.15);
  border-radius: 20px;
  display: inline-block;
  margin: 0 3%;
  transition: all, 0.5s;
  width: 27%;
}
.list h2 {
  text-align: center;
  font-size: 1.5rem;
  color: rgb(78, 78, 78);
}
.list h1 {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 8%;
  padding-bottom: 2%;
  color: rgb(58, 58, 58);
  font-weight: 600;
}
#three h1 {
  padding-top: 11%;
}
.iconsegment1 {
  transform: scale(2.6);
  color: rgb(236, 172, 119);
  padding-top: 4%;
  text-shadow: 1px 1px 3px rgba(255, 221, 148, 0.2),
    -1px -1px 3px rgba(255, 221, 148, 0.2);
  margin-top: 0px;
  margin-left: 47.5%;
}
.iconsegment2 {
  transform: scale(3.4);
  color: rgb(236, 172, 119);
  padding-top: 4%;
  padding-bottom: 0;
  text-shadow: 1px 1px 3px rgba(255, 221, 148, 0.2),
    -1px -1px 3px rgba(255, 221, 148, 0.2);
  margin-top: 0px;
  margin-left: 47.5%;
}
.list div:hover {
  box-shadow: 1px 1px 3px rgba(23, 104, 136, 0.4),
    -1px -1px 3px rgba(23, 104, 136, 0.4);
}

/*Segmen2-Servicii disponibile*/

.segment2 {
  width: 100%;
  height: 100vh;
  margin-top: 20vh;
  background-color: rgb(253, 253, 253);
  position: relative;
}

















/*CONTACT*/

.bannercontact {
  background: linear-gradient(
      rgba(161, 161, 161, 0.233),
      rgba(161, 161, 161, 0.233)
    ),
    url("./images/pexels-gustavo-fring-4173086.jpg") fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: bottom;
}
.contactbackground {
  position: absolute;
  top: 30%;
  right: 6%;
  text-align: center;
  width: 25em;
  border-radius: 7px;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.8)),
    url("./images/pexels-adrien-olichon-3137052.jpg");
  background-size: cover;
  background-position-y: 10%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25),
    -10px -10px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
.contactbackground:hover {
  box-shadow: 12px 12px 20px rgba(250, 222, 199, 0.2),
    -12px -12px 20px rgba(250, 222, 199, 0.2);
}
.contactbackground h1 {
  text-align: center;
  color: #1b66b6;
  margin-top: 1rem;
  font-size: 2rem;
}
/*.contactbackground p {
  text-align: center;
  color: rgb(82, 82, 82);
  margin-top: 0px;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  text-shadow: 2px 2px 4px rgba(66, 66, 66, 0.05);
}*/
.border {
  width: 85%;
  margin: 10px auto;
  border-bottom: 2.4px solid #6691be;
}
.field {
  height: 45px;
  width: 70%;
  margin: 15px auto;
  transform: translateX(-6.3%);
  position: relative;
}
.description {
  height: 170px;
  width: 70%;
  margin: 15px auto;
  transform: translateX(-6.3%);
  position: relative;
}
.field input {
  height: 100%;
  width: 100%;
  font-size: 0.95rem;
  outline: none;
  border-radius: 5px;
  padding-left: 35px;
  border: 1px solid rgb(137, 190, 221);
  box-shadow: 1.1px 1.1px 6px rgba(21, 36, 124, 0.137),
    -1.1px -1.1px 6px rgb(103, 117, 194, 0.137);
  transition: all 0s;
}
.field input:hover {
  border: 1px solid rgb(183, 209, 224);
  box-shadow: 1px 1px 10px rgba(21, 36, 124, 0),
    -1px -1px 10px rgb(103, 117, 194, 0);
}
.description textarea {
  height: 100%;
  width: 100%;
  padding-top: 9px;
  font-size: 0.96rem;
  outline: none;
  border-radius: 5px;
  padding-left: 35px;
  border: 1px solid rgb(137, 190, 221);
  box-shadow: 1.1px 1.1px 6px rgba(21, 36, 124, 0.137),
    -1.1px -1.1px 6px rgb(103, 117, 194, 0.137);
  transition: all 0s;
  min-width: 100%;
  max-width: 100%;
  min-height: 115px;
  max-height: 115px;
}
.description textarea:hover {
  border: 1px solid rgb(183, 209, 224);
  box-shadow: 1px 1px 10px rgba(21, 36, 124, 0),
    -1px -1px 10px rgb(103, 117, 194, 0);
}
.description textarea:focus,
.field input:focus {
  border: 2px solid #4979c2;
}
.field input:focus ~ i,
.description textarea:focus ~ i {
  color: #4979c2;
}

.field i {
  position: absolute;
  transform: scale(1);
  color: rgb(102, 102, 102);
  top: 34%;
  left: 4%;
}

.description i {
  position: absolute;
  transform: scale(1);
  color: rgb(102, 102, 102);
  top: 9%;
  left: 4%;
}
.submit-zone {
  bottom: 8px;
  left: 10.5%;
  display: flex;
  align-items: center;
}
.submit-zone button {
  font-size: 1.2rem;
  border: none;
  border-radius: 5px;
  background-color: #1b66b6;
  color: #fff;
  padding: 5px 17px;
  cursor: pointer;
}
.submit-zone span {
  margin-left: 10px;
  color: rgb(47, 77, 90);
  display: none;
  font-size: 15px;
}

/*Mobile MSG*/
.mobilemsg1{
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: rgb(244, 244, 245);
    z-index:2;
    display: none;
}
.mobilemsg2{
    position:fixed;
    top:42%;
    width: 80%;
    left:8%;
    z-index:3;
    background-color: rgba(7, 86, 145, 0.9);
    padding:15px;
    border-radius:5px;
}
.mobilemsg2 p{
    font-size:14px;
    color:white;
    text-align:center;
}
.mobilemsg2 p i{
    font-size:13px;
    padding-right:6px;
    color:white;
}


@media screen and (max-width: 1435px){
    /*Cookie notice*/
    .cookieflex{
        margin-left: calc(50% - 300px);
    }
    .cookie-notice img{
        width: 80px;
        height: 80px;
    }
    .cookie-notice h1{
        font-size: 23px;
    }
    .cookie-notice p{
        font-size: 14px;
    }
    .cookie-notice button{
        font-size: 19px;
        width: 200px;
        margin-left: calc(50% - 100px);
    }
}

@media screen and (max-width: 1360px){
    .banner {
      background: linear-gradient(
           rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.1)
        ),
        url("./images/indeximg53.jpg") fixed; 
      width: 100%;
      height: 100vh;
      background-size: 140%;
      background-position: 20% 100%;
      z-index:-1;
    }
    .content h1 {
      font-size: 19px;
      width:85%;
      margin-left:50%;
      transform: translate(-50%,0%);
      color: rgb(255, 255, 255);
      background-color: rgba(37, 56, 69, 0.3);
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.07), -5px -5px 10px rgba(0, 0, 0, 0.07);
    }
    .mobileinvizibil #nav2 ul {
      margin: 0 80px;
    }
    #nav2 .logo {
      margin-left: 80px;
    }
}

@media screen and (max-width: 1220px){
    #nav2 .logo {
      width: 160px;
      height: 55px;
      margin-left: 50px;
    }
    .mobileinvizibil #nav2 ul {
      margin: 0 50px;
    }
    .mobileinvizibil #nav2 ul li {
      margin: 0 12px;
    }
    .banner {
      background: linear-gradient(
           rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
        ),
        url("./images/indeximg53.jpg") fixed; 
      width: 100%;
      height: 100vh;
      background-size: 150%;
      background-position: 40% 100%;
      z-index:-1;
    }
    .content h1 {
      font-size: 17px;
      width:85%;
      margin-left:50%;
      transform: translate(-50%,0%);
      color: rgb(255, 255, 255);
      background-color: rgba(37, 56, 69, 0.3);
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.07), -5px -5px 10px rgba(0, 0, 0, 0.07);
    }
    .maintext2 i{
    transform: scale(1.1);
    margin-right:5px;
    }    
    .maintext2 {
    width:60%;
    letter-spacing:0.6px;
    font-size: 15px;
    margin-top:74vh;
    }
    .infoutilizatori2{
    font-size:15px;
    }
}

@media screen and (max-width: 1200px){
        .cookieflex{
            margin-left: calc(50% - 265px);
        }
        .cookie-notice img{
            width: 60px;
            height: 60px;
        }
        .cookie-notice h1{
            font-size: 21px;
        }
        .cookie-notice button{
            font-size: 17px;
            width: 180px;
            height: 36px;
            margin-left: calc(50% - 90px);
        }
}

@media screen and (max-width: 1090px){
    .banner {
      background-size: 170%;
      background-position: 30% 100%;
    }
    .content {
      top:55%;
    }
    #nav2 .logo {
      margin-left: 40px;
    }
    .mobileinvizibil #nav2 ul {
      margin: 0 40px;
    }
    .maintext2 {
     margin-top:74vh;
    }
    .infoutilizatori2 {
     font-size:14px;
    }
}

@media screen and (max-width: 1100px){
        .dropdownsrch{
            width: 240px;
        }
        .dropdownsrch h2{
            width: 240px;
            font-size: 12px;
        }
}

@media screen and (max-width: 1035px){
        .cookie-notice{
          left: 8%;
          width: 80%;
        }
        .cookieflex{
            margin-left: calc(50% - 245px);
        }
        .cookie-notice img{
            width: 50px;
            height: 50px;
        }
        .cookie-notice h1{
            font-size: 20px;
        }
        .cookie-notice p{
            font-size: 13px;
        }
        .cookie-notice button{
            height: 33px;
        }
}

@media screen and (max-width: 1010px){
    #nav2 .logo {
      width: 130px;
      height:48px;
      margin-left: 18px;
    }
    .mobileinvizibil #nav2 ul {
      margin: 0 18px;
    }
    .mobileinvizibil #nav2 ul li {
      margin: 0 8px;
    }
    .mobileinvizibil #nav2 ul li a{
      font-size: 0.95rem;
    }
    .notificariinmeniu2{
      font-size: 0.95rem;
    }
    .headingpartener1{
      font-size: 0.95rem;
    }
    .banner {
      background-size: 215%;
      background-position: 40% 100%;
    }
    .logo {
      width: 150px;
      height:51px;
      margin-left: 30px;
    }
    .mobileinvizibil nav ul {
      margin: 0 30px;
    }
    .infoutilizatori{
    display:none;
    }
    .maintext2{
    margin-top:80vh;
    margin-left:-6px;
    }
}

@media screen and (max-width: 820px){
    #nav2 .logo {
      margin-left: 2px;
    }
    .mobileinvizibil #nav2 ul {
      margin: 0 2px;
    }
    .mobileinvizibil #nav2 ul li {
      margin: 0 6px;
    }
    .mobileinvizibil #nav2 ul li a{
      font-size: 0.95rem;
    }
    .notificariinmeniu2{
      font-size: 0.95rem;
    }
    .headingpartener1{
      font-size: 0.95rem;
    }
}

.mobilediv1{
    display:none;
}
@media screen and (max-width: 767px){
    .cookie-notice{
          left: 2.4%;
          width: 90%;
    }
    .mobilemsg1 {
        display: block;
    }
    .banner{
        background: linear-gradient(
          rgba(47, 56, 71, 0.55),
          rgba(47, 56, 71, 0.55)
        ),
        url("./images/homemobilebackground.jpg") scroll; 
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: 70% 0%;
    }
    
    
    .mobileinvizibil{
        display:none;
        box-sizing:border-box;
    }
    .mobilediv1{
        display:block;
    }
    #mobilenav1{
        position:fixed;
        height:44px;
        width:100%;
        background-image: linear-gradient(to right, #1a5c8f , #093d6e);
        z-index:10;
    }
    #mobilenav2{
        display:none;
        position:fixed;
        height:44px;
        width:100%;
        background-image: linear-gradient(to right, #1a5c8f , #093d6e);
        z-index:10;
    }
    .mobilediv2{
        display:flex;
        position:relative;
        flex-direction: column;
        z-index:2;
        top: 10.5px;
        left: 30px;
    }
    .mobilediv2 input{
        position:absolute;
        opacity:0;
        width:35px;
        height:45px;
        cursor:pointer;
        z-index:3;
        padding-top:5px;
    }
    .mobilediv2 span{
        position:relative;
        width:35px;
        height:3px;
        margin-bottom:7px;
        border-radius:2px;
        cursor:pointer;
        z-index:2;
        background: white;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }
    .firstspan{
        transform-origin: top left;
    }
    .lastspan{
        transform-origin: bottom left;
    }
    .mobilediv2 input:checked ~ .firstspan{
        transform: rotate(42deg) translate(0, 1.7px);
        opacity:1;
    }
    .mobilediv2 input:checked ~ .middlespan{
        transform: rotate(0deg) scale(0, 0);
        opacity:0;
    }
    .mobilediv2 input:checked ~ .lastspan{
        transform: rotate(-42deg) translate(-1.8px, -3.8px);
        opacity:1;
    }
    #linknav{
        position:fixed;
        width:100%;
        box-shadow: 0 0 10px #85888C;
        margin: 33px 0 0 -50px;
        padding: 20px;
        background-color: #fafafa;
        transform: translate(-110%, 0%);
        transform-origin: -110%, 0%;
        transition: transform 0.8s cubic-bezier(0.77,0.2,0.05,1.0);
        z-index:-2;
    }
    .mobilediv2 input:checked ~ #linknav{
        transform: translate(0, 0);
    }
    .mobilediv2 input:checked ~ ul{
        transform:none;
    }
     
    #linknav li{
        width:80%;
        padding: 8px 0;
        list-style: none;
        position: relative;
        transition-delay: 2s;
        margin-bottom:5px;
        margin-left:50%;
        transform: translateX(-50%);
    }
    .mobileli1{
        padding: 10px 0;
        border:3px solid #044b7a;
    }
    .mobileli2{
        padding: 10px 0;
        background: #0d5394;
        border:3px solid #0d5394;
    }
    .mobileli3{
        padding: 10px 0;
        background: #0d5394;
        border:3px solid #0d5394;
    }
    .mobileli4{
        padding: 18px 0;
        background: #0d5394;
        border:3px solid #0d5394;
    }
    #linknav a{
        display:inline-block;
        width:100%;
        text-decoration:none;
        font-size:17px;
        margin:0 auto;
        text-align:center;
    }
    .mobileli1 a{
        color: #676c73;
    }
    /*Pentru autentificare.php si contulmeu.php*/
    .mobileli1 .headingpartener1{
        color: #676c73;
    }
    .mobileli2 a{
        color: white;
    }
    .mobileli3 a{
        color: white;
    }
    .contpartener2{
        cursor: pointer;
        padding: 0px 0;
        display: inline-flex;
        align-items: center;
        margin-left:50%;
        transform: translatex(-50%);
    }
    .pcontulmeu{
        margin-left:0px;
    }
    .headingpartener1{
        font-size:17px;
    }
    .headingpartener{
        font-size:14px;
    }
    .fa-circle-user {
        transform: scale(1.6);
        margin-right: 3px;
        color: #ffb579;
        transition: all 1s;
    }
    .logo {
        position:relative;
        width: 160px;
        height:55px;
        padding: 0;
        top:-43px;
        right:60px;
        margin-left: auto;
        cursor: pointer;
        color: rgb(255, 255, 255);
    }
    .content {
        margin-top: -5%;
    }
    .content h1 {
        transform: none;
        background-color: rgba(37, 56, 69, 0);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0), -5px -5px 10px rgba(0, 0, 0, 0);
    }   
    .maintext2 {
        width:70%;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0px;
        font-size: 16px;
        color: rgb(255, 255, 255);
        margin-top: 67vh;
    }
    .maintext2 i{
        display: none;
    }
    
}



@media screen and (max-width: 700px){
        .cookie-notice{
          left: 2%;
        }
        }
        
        @media screen and (max-width: 640px){
        .cookie-notice{
          left: 1.5%;
        }
        }
        
        @media screen and (max-width: 555px){
        .cookie-notice{
          left: 1.1%;
        }
        .cookieflex{
            margin-left: calc(50% - 217px);
        }
        .cookie-notice img{
            width: 40px;
            height: 40px;
        }
        .cookie-notice h1{
            margin-left: 12px;
            font-size: 18px;
        }
        .cookie-notice p{
            margin-top: 7px;
            font-size: 12px;
        }
        .cookie-notice button{
            height: 30px;
        }
        .maintext2{
            margin-top: 71vh;
        }
        }
        
        @media screen and (max-width: 485px){
        .cookie-notice{
          left: 0.7%;
          padding: 7px 5px;
          width: 94%;
        }
        .cookieflex{
            margin-left: calc(50% - 202px);
        }
        .cookie-notice img{
            width: 30px;
            height: 30px;
        }
        .cookie-notice h1{
            margin-left: 10px;
            font-size: 17px;
        }
        .cookie-notice button{
            height: 29px;
        }
        }
        
        @media screen and (max-width: 437px){
        .cookie-notice{
          left: 0.8%;
          padding: 7px 4px;
        }
        .cookieflex{
            margin-left: calc(50% - 174px);
        }
        .cookie-notice img{
            width: 25px;
            height: 25px;
        }
        .cookie-notice h1{
            margin-left: 5px;
            font-size: 15px;
        }
        }
        
        @media screen and (max-width: 390px){
        .cookie-notice{
          left: 0.5%;
        }
        .cookieflex{
            margin-left: calc(50% - 165px);
        }
        .cookie-notice h1{
            font-size: 14px;
        }
        }
        
        @media screen and (max-width: 345px){
        .cookie-notice{
            left: 0.2%;
        }
        .cookieflex{
            margin-left: calc(50% - 151px);
        }
        .cookie-notice img{
            width: 20px;
            height: 20px;
        }
        .cookie-notice h1{
            font-size: 13px;
        }
        .cookie-notice p{
            font-size: 12px;
        }
        .cookie-notice button{
            margin-top: 6px;
            height: 27px;
            font-size: 16px;
        }
        }
        
        @media screen and (max-width: 330px){
        .cookieflex{
            margin-left: calc(50% - 143px);
        }
        .cookie-notice img{
            display: none;
        }
        }



/*PARTENER PAGINA*/
.partenerbanner{
     background-image: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    );
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
}
.lipartener{
    list-style: none;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.contpartener{
    cursor: pointer;
    margin: auto;
    padding: 0px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contpartener:hover h1{
    color: rgb(250, 222, 199);
}
.contpartener:hover i{
    color: rgb(250, 222, 199);
}
.lipartener i{
  transform: scale(1.6);
  margin-right: 8px;
  margin-left: 100px;
  color: #ffb579;
  transition: all 2s;
  display:inline-block;
}



/*Service Data*/


.mainpartenerheading{
    background: linear-gradient(
      rgba(246, 246, 246, 1),
      rgba(246, 246, 246, 1)
    );
    padding: 145px 0 28px 40px;
    background-size: cover;
    background-position: center;
    text-align: left;
    font-size:1.2rem;
    color: rgb(38, 38, 38);
}
.mainpartenerheading a{
    color:#0b5db3;
}
.partenerfield{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin: 0 auto;
    padding: 10px 0; 
}
.simplepartenerheading{
    text-align:left;
  font-size: 20px;
  margin-left:40px;
  color: rgb(60, 60, 60);
  margin-top:-5px;
}
.partenerborder{
  width: 100%;
  border-bottom: 2.4px solid #4572a1;
}
.mainpartenerborder{
        width: 100%;
        border-bottom: 4px solid #4572a1;
}


.second-images input{
    
    margin: 0 0px;
    padding: 0 -20px 0 0;
    text-decoration:none;
    color:red;

}
.partenerimageheading{
    margin-right: 10px;
}



/*the 1 image*/




.elementimagine1{
    padding: 15px 290px 15px 250px;
    z-index:10;
    display:none;
}
.elementimagine2{
    display: block;
    width: 206px;
    height: 29px;
    overflow: hidden;
    padding: 7px 18px 4px 20px;
    margin-right:634px;
    cursor:pointer;
    background: white;
    color:#606060;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    border: 2px solid #88a1bf;
}
.elementimagine2:hover{
    border: 2px solid #bfd1e3;
}



/*the 3 images*/




.labelextraclass1{
    margin-right: 48px;
    display: block;
    width: 206px;
    height: 29px;
    overflow: hidden;
    padding: 7px 18px 4px 20px;
    cursor:pointer;
    background: white;
    color:#606060;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    border: 2px solid #88a1bf;
}
.labelextraclass1:hover{
    border: 2px solid #bfd1e3;
}



.labelextraclass2{
    margin-right:48px;
    display: block;
    width: 206px;
    height: 29px;
    overflow: hidden;
    padding: 7px 18px 4px 20px;
    cursor:pointer;
    background: white;
    color:#606060;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    border: 2px solid #88a1bf;
}
.labelextraclass2:hover{
    border: 2px solid #bfd1e3;
}



.labelextraclass3{
    margin-right:41px;
    display: block;
    width: 206px;
    height: 29px;
    overflow: hidden;
    padding: 7px 18px 4px 20px;
    cursor:pointer;
    background: white;
    color:#606060;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    border: 2px solid #88a1bf;
}
.labelextraclass3:hover{
    border: 2px solid #bfd1e3;
}

/*other elements*/


.servicename input{
    margin-right:438px;
    height: 35px;
    width: 420px;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #88a1bf;
}
.servicename input:hover {
    border: 2px solid #bfd1e3;
}

.serviceslogan input{
    margin-right:436px;
    height: 35px;
    width: 420px;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #88a1bf
}
.serviceslogan input:hover {
    border: 2px solid #bfd1e3;
}

.onalllayer{
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: rgba(244, 244, 245, 0.8);
    z-index:2;
}
.notsignedyet{
    position:fixed;
    top:54%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:3;
    background-color: rgba(7, 86, 145, 0.9);
    padding:15px;
    border-radius:5px;
}
.notsignedyet h1{
    font-size:23px;
    color:white;
    text-align:center;
}
.notsignedyet h1 i{
    position:relative;
    font-size:16px;
    padding-right:10px;
    bottom:2px;
    color:white;
}
.notsignedyet p{
    font-size:18px;
    margin-top:12px;
    color:white;
    text-align:center;
}
.notsignedyet p i{
    font-size:17px;
    padding-right:4px;
    color:white;
}

/*service type*/

.layer2button{
    cursor:pointer;
    margin-right: 510px;
    background: white;
    color:#606060;
    height: 43px;
    width: 370px;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #88a1bf;
}

.layer2button:hover {
    border: 2px solid #bfd1e3;
}

.servicetlayer{
    
    position:fixed;
    background-color:white;
    width: 50%;
    height: 55%;
    min-height:200px;
    top:28%;
    right:25%;
    border: 2.5px solid #4572a1;
    border-radius: 3px;
    box-shadow: 6px 6px 27px rgba(21, 36, 124, 0.08),
    -6px -6px 20px rgb(103, 117, 194, 0.08);
    transition: all 0.5s;
    z-index: 3;
    overflow:scroll;
}
.servicetlayer:hover{
    
    box-shadow: 0.5px 0.5px 2px rgba(21, 36, 124, 0.137),
    -0.5px -0.5px 2px rgb(103, 117, 194, 0.137);
    
}
.servicetlayer p{
    margin-top: 10px;
    margin-left: 25px;
    font-size:21px;
    color: #4d4d4d;
}
.partenerlayerborder{
    
    margin: 10px 0 0 0;
    border-bottom: 3px solid #6691be;
}


.servicediv2{
    margin:10px 2px 5px 25px;
    display: inline-block;
    
}
.servicediv1{
    display:inline-block;
    padding-right: 18px;
    
}
.servicediv1 span{
    
    display:flex;
    
}

.servicediv1 input{
    display:inline-block;
    width:16px;
    
    
}
.servicediv1 p{
    display:inline-block;
    color: #4d4d4d;
    margin-left: 5px;
    margin-top:0;
    font-size: 17px;
}
.layer1button{
    display:inline-block;
    cursor: pointer;
    width: 350px;
    height: 42px;
    margin-top:6px;
    margin-left:26%;
    font-size: 1.17rem;
    background:rgba(40, 99, 161,1);
    color:white;
    outline: none;
    border-radius: 3px;
    border: 2px solid #88a1bf;
    
}
.layer1button:hover {
    border: 2px solid #bfd1e3;
    
}




/*Short Description*/


.layer3button{
    cursor:pointer;
    margin-right: 510px;
    background: white;
    color:#606060;
    height: 43px;
    width: 370px;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #88a1bf;
    
}

.layer3button:hover {
    border: 2px solid #bfd1e3;
}
.shortdlayer{
    position:fixed;
    background-color:white;
    width: 50%;
    height: 75%;
    min-height:415px;
    top:19%;
    right:25%;
    border: 2.5px solid #4572a1;
    border-radius: 3px;
    box-shadow: 6px 6px 27px rgba(21, 36, 124, 0.08),
    -6px -6px 20px rgb(103, 117, 194, 0.08);
    transition: all 0.5s;
    z-index: 3;
    overflow-y:hidden;
}
.shortdlayer:hover{
    
    box-shadow: 0.5px 0.5px 2px rgba(21, 36, 124, 0.137),
    -0.5px -0.5px 2px rgb(103, 117, 194, 0.137);
    
}
.shortdlayerp1{
    margin-top: 10px;
    margin-left: 25px;
    font-size:21px;
    color: #4d4d4d;
}

.shortdlayer textarea{
    font-size:18px;
    min-width:100%;
    max-width:100%;
    min-height:75%;
    max-height:75%;
    outline:none;
    border-style:none;
    color: #4d4d4d;
}
.chleft{
    margin-top:-16px;
    margin-bottom:-7px;
    margin-left:73%;
    color:#303030;
    
}




/*Discounts*/

.simplepartenerheadingoferte{
    text-align:left;
  font-size: 20px;
  margin-left:40px;
  color: #044a80;
  margin-top:-5px;
}

.layer4button{
    cursor:pointer;
    margin-right: 510px;
    background: white;
    color:#606060;
    height: 43px;
    width: 370px;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #88a1bf;
}

.layer4button:hover {
    border: 2px solid #bfd1e3;
}
.discountslayer{
    position:fixed;
    background-color:white;
    width: 50%;
    height: 65%;
    min-height:420px;
    top:19%;
    right:40%;
    border: 2.5px solid #4572a1;
    border-radius: 3px;
    box-shadow: 6px 6px 27px rgba(21, 36, 124, 0.08),
    -6px -6px 20px rgb(103, 117, 194, 0.08);
    transition: all 0.5s;
    z-index: 3;
    overflow-y:hidden;
}
.discountslayer:hover{
    
    box-shadow: 0.5px 0.5px 2px rgba(21, 36, 124, 0.137),
    -0.5px -0.5px 2px rgb(103, 117, 194, 0.137);
    
}
.discountslayerp{
    margin-top: 10px;
    margin-left: 25px;
    font-size:21px;
    color: #4d4d4d;
}
.discountslayer textarea{
    font-size:18px;
    min-width:100%;
    max-width:100%;
    min-height:75%;
    max-height:75%;
    outline:none;
    border-style:none;
    color: #5e5e5e;
}

.chleft2{
    margin-top:-16px;
    margin-bottom:-7px;
    margin-left:73%;
    color:#303030;
    
}



.discountsexlayer{
    position:fixed;
    background-color:white;
    width: 24%;
    height: 20%;
    top:42%;
    right:10%;
    border: 2.5px solid #4572a1;
    border-radius: 3px;
    box-shadow: 6px 6px 27px rgba(21, 36, 124, 0.03),
    -6px -6px 20px rgb(103, 117, 194, 0.03);
    transition: all 0.5s;
    z-index: 3;
    overflow-y:hidden;
}
.discountsexlayerp{
    margin-top: 7px;
    margin-bottom: -3px;
    margin-left: 25px;
    font-size:20px;
    color: #303030;
}
.discountsexlayerp2{
    margin-top:4px;
}
.btnsavepartener{   
    cursor: pointer;
    margin-top:16px;
    margin-bottom:13px;
    width: 100%;
    height: 52px;
    font-size: 1.19rem;
    background:rgba(40, 99, 161,1);
    color:white;
    outline: none;
    border-radius: 3px;
    border: 3px solid #578ecf;
    box-shadow: 1.1px 1.1px 6px rgba(21, 36, 124, 0.137),
    -1.1px -1.1px 6px rgb(103, 117, 194, 0.137);
    transition: all 0.5s;
}
.btnsavepartener:hover {
    background:rgb(76, 136, 199);
    border: 2px solid rgb(137, 190, 221);
     box-shadow: 1.1px 1.1px 1px rgba(21, 36, 124, 0.137),
    -1.1px -1.1px 1px rgb(103, 117, 194, 0.137);
    transition: all 0.5s;
}




/*Program*/


.layer5button{
    cursor:pointer;
    margin-right: 510px;
    background: white;
    color:#606060;
    height: 43px;
    width: 370px;
    font-size: 1.10rem;
    outline: none;
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #88a1bf;
}

.layer5button:hover {
    border: 2px solid #bfd1e3;
}
.programlayer{
    position:fixed;
    background-color:white;
    width: 600px;
    height: 405px;
    top:27%;
    right:42%;
    border: 2.5px solid #4572a1;
    border-radius: 3px;
    box-shadow: 6px 6px 27px rgba(21, 36, 124, 0.08),
    -6px -6px 20px rgb(103, 117, 194, 0.08);
    transition: all 0.5s;
    z-index: 3;
    overflow-y:hidden;
}
.programlayer:hover{
    
    box-shadow: 0.5px 0.5px 2px rgba(21, 36, 124, 0.137),
    -0.5px -0.5px 2px rgb(103, 117, 194, 0.137);
    
}

.programp{
    margin-top: 10px;
    margin-bottom: 16.5px;
    margin-left: 25px;
    font-size:20px;
    color: #4d4d4d;
}
.pprograminput{
    margin-top: 5.3px;
    margin-bottom: 1px;
    display: block;
    margin-left: 20px;
    height: 23.7px;
    width: 100px;
    font-size: 1.05rem;
    outline: none;
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #88a1bf;
}

.programexlayer{
    position:fixed;
    background-color:white;
    width: 280px;
    height: 120px;
    top:42%;
    right:17%;
    border: 2.5px solid #4572a1;
    border-radius: 3px;
    box-shadow: 6px 6px 27px rgba(21, 36, 124, 0.03),
    -6px -6px 20px rgb(103, 117, 194, 0.03);
    transition: all 0.5s;
    z-index: 3;
    overflow-y:hidden;
}
.programexlayerp2{
    margin-top: 7px;
    margin-bottom: -3px;
    margin-left: 25px;
    font-size:18px;
    color: #4d4d4d;
}






/*CLASE GENERALE*/

.generalflex{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
