
body,html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}


img {
    max-width: 100%;
}




/* ---------------------------------Menu Acasa------------------------------------ */
.chenar_meniu {
  background-color: #fff;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  position: fixed;
  transition: 0.5s; 
  z-index: 1000;
  padding: 20px 0px 10px 0px;
  border-bottom-color: rgba(0,0,0,.17);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
 
}


.chenar_meniu_continut {
    margin: 0 auto;
    max-width: 1200px;
}


.bara_meniu_phone {
    width: 100%;
    float: left;
    display: block;
    z-index: 99999999;
    margin: 0;
    padding: 0;
    }

 
.resurseerp_meniu_logo {
    float: left;
    width: 250px;
    margin: 0 0 0 calc(50% - 125px);
}

.resurseerp_meniu_logo img{
    width: 100%;
}


.resurseerp_meniu_contact {
    float: right;
    color: #666666;
    padding: 18px 0 0 0;
    font-size: 14px;
    font-weight: 600;
   
}



.resurseerp_meniu_contact a:hover {
    color: #4cae4f;
    transition: 0.3s ease-in-out;
}





/* ---------------------------------Backgrounds------------------------------------ */


    .fundal_pedding_15px {
        float: left;
        width: 100%;
        padding: 0 0px;
    }

.background_verde {
    float: left;
    width: 100%;
    background-color: #4cae4f;
    overflow: hidden;   
}
 

.background_negru {
    float: left;
    width: 100%;
    background-color: #212121;
    overflow: hidden;   
}


.pattern {
    position: relative;
    width: 100%;
    max-height: 100%;
    z-index: 10;
}


.pattern img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.1;
    z-index: 10;
}

.pattern_partial {
    position: relative;
    width: 100%;
    max-height: 100%;
}


.pattern_partial img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.2;
}

.background_alb {
    float: left;
    width: 100%;
    background-color: #fff;
     overflow: hidden; 
}

.background_fix1200 {
    max-width: 1200px;
    margin: 0 auto;
}


.background_fix2000 {
    max-width: 2000px;
    margin: 0 auto;
}

.background_fix2000_negru {
    max-width: 2000px;
    margin: 0 auto;
}


.background_100 {
    float: left;
    width: 100%;
    padding: 75px 0;
}

.background_0 {
    float: left;
    width: 100%;
    padding: 0px 0;
}

.chenar_meniu_butoane {
  float: right;
 margin: 0 0 0 0px;
    
}


.buton_meniu_principal {
  float: left;
  color: #232323;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 35px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left:10px;
  transition: ease-in-out 0.2s;
}


.buton_meniu_principal:hover {
 color: #4ac4f3;
}


/* ---------------------------------Culori------------------------------------ */

.text_culoare_verde {
    color: #4cae4f;
}

.text_fundal_verde {
    color: #fff;
    background-color: #4cae4f;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
     margin: 2px 4px;
    
}

.text_fundal_verde_mic {
    color: #fff;
    background-color: #4cae4f;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 4px;
    margin: 2px;
    
}

.text_fundal_verde_mic_multiplu {
    color: #fff;
    background-color: #4cae4f;
    font-weight: 600;
    padding: 0px 4px;
    border-radius: 4px;
    margin: 2px;
    
}

.text_ingrosat {
    font-weight: 900;
    width: 100%;
    float: left;
    color: #232323;
}

.text_culoare_negru {
    color: #232323;
    
}


.alb {
    color: #fff!important;
}

/* ---------------------------------Titluri------------------------------------ */




p {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #666666;
    line-height: 26px;
    margin: 0 0 5px 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: inherit; 
}


h3 {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #232323;
    border-left: 4px solid #4cae4f;
    padding: 0 0 0 15px;
}


h2 {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 50px;
    font-weight: 800;
    line-height: 53px;
    color: #fff;
}

h1 {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 40px;
    font-weight: 800;
    line-height: 53px;
    color: #fff;
}

h4 {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    color: #232323;
}


.final_ing {
    max-width: 600px;
    margin: 0 auto;
}

.final {
     float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 0 0;
}


.animate__animated.animate__backInRight {
  --animate-duration: 1.5s;
}


.animate__animated.animate__backInLeft {
  --animate-duration: 1.5s;
}



.animate__animated.animate__rollIn {
  --animate-duration: 2.5s;
}

.animate__animated.animate__slideInRight {
  --animate-duration: 2.5s;
}


.animate__animated.animate__rotateInUpRight {
  --animate-duration: 1.5s;
}

.animate__animated.animate__rotateInUpLeft {
  --animate-duration: 1.5s;
}


                                        /* Extra small devices (phones, 1250px and down) */
@media only screen and (max-width: 1250px) {
    

.chenar_meniu {
  padding: 20px 0px 10px 0px;
}


.chenar_meniu_continut {
    margin: 0 15px;
    max-width: 1200px;
}


.resurseerp_meniu_logo {
    float: right;
    width: 200px;
}

.resurseerp_meniu_contact {
    display: none;
   
}




/* ---------------------------------Backgrounds------------------------------------ */

    .fundal_pedding_15px {
        float: left;
        width: 100%;
        padding: 0 15px;
    }


.background_fix1200 {
    width: 100%;
    float: left;
    padding: 0px 15px;
}


.background_fix2000 {
    width: 100%;
    float: left;
    padding: 0px 15px;
}
    
.background_fix2000_negru {
    width: 100%;
    float: left;
    padding: 0px 0px;
}

.background_100 {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.background_0 {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.chenar_meniu_butoane {
  float: right;
 margin: 0 0 0 0px;
    
}



/* ---------------------------------Titluri------------------------------------ */




p {
    line-height: 24px;
}


h3 {
    font-size: 16px;
}


h2 {
    font-size: 30px;
    line-height: 30px;
}

h1 {
    font-size: 30px;
    line-height: 45px;
}

h4 {
    font-size: 26px;
    line-height: 45px;
}


.final_ing {
    max-width: 600px;
    margin: 0 auto;
}

.final {
     float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 0 0;
}

    

.text_fundal_verde {
    padding: 0px 5px;
}

.text_fundal_verde_mic {
    padding: 0px 4px;
}
    
    

.animate__animated.animate__backInRight {
  --animate-duration: 1s;
}


.animate__animated.animate__backInLeft {
  --animate-duration: 1s;
}



.animate__animated.animate__rollIn {
  --animate-duration: 1.5s;
}

.animate__animated.animate__slideInRight {
  --animate-duration: 1.5s;
}


.animate__animated.animate__rotateInUpRight {
  --animate-duration: 1s;
}

.animate__animated.animate__rotateInUpLeft {
  --animate-duration: 1s;
}


    
    
.final {
     float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 40px 0;
}
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    






