body {
    margin: 0px;
    color: #464646;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.bigdiv {
    text-align: center;
    padding: 50px 0;
}

.headerdiv {
    padding: 5px 0;
}

.meddiv66 {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}

.meddiv33 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    padding-bottom: 25px;
}

.meddiv50 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}

.vertam {
    vertical-align: middle;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.logo img {
    width: 200px;
}


.contacticons img {
    background-color: #000099;
    padding: 3px;
    border-radius: 15px;
    width: 18px;
    vertical-align: middle;
}

.banner img {
    width: 100%;
}

.banner {
    padding-top: 25px;
}



input, textarea {
    width: 100%;
    border: solid 1px #4646464a;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 16px;
    padding: 2px 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type="checkbox"] {
    width: inherit;
}

.formbox {
    background-color: #f3f3f3ed;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
}

.titleform {
    font-size: 16px;
    padding: 5px;
    line-height: initial;
    background-color: #6EA500;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}


.calltoaction {
    color: white;
    font-size: 18px;
    border-radius: 24px;
    margin: 5px 0;
    cursor: pointer;
    background-color: #ff0400;
    border: none;
    padding: 10px;
    font-weight: bold;
}

.onlytext {
line-height: 24px;
}


.titletext {
    font-size: 30px;
    text-align: center;
    border-bottom: solid 3px #6EA500;
    margin-bottom: 20px;
    color: #000099;
}


.margsepright {
    margin-right: 10px;
}

.margsepleft {
    margin-left: 10px;
}


.callltoaction {
    background-color: #000099;
    border-radius: 57px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}

.subtitletext {
    font-size: 20px;
    font-weight: bold;
}


.content img {
    width: 100%;
    
}


#owlc1 img, #owlc3 img, #owlc4 img , #owlc5 img, #owlc6 img, #owlc7 img  {
    width: 200px;
   
    display: inline-block !important;
}






.iconcontact {
    background-color: #000099;
    padding: 14px;
    border-radius: 50px;
    width: 55px;
}


footer {
    text-align: center;
    margin: 50px 0 40px;
}

.buttcall {
    background-color: #ea4e2a;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 7px;
    border-radius: 10px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
    width: 100px;
    text-align: center;
    line-height: 18px;
}

.butchatwhatsapp {
    position: fixed;
    bottom: 34px;
    right: 26px;
    color: white;
    border-radius: 9px;
    z-index: 999;
}

.butchatwhatsapp img {
    width: 70px;
}


.butshare {
    position: fixed;
    bottom: 3px;
    right: 3px;
    padding: 2px 35px 2px 7px;
    background-image: url(media/share.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #1a9f0f;
    color: white;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    z-index: 999;
}

.contactinfo a, .headerdiv a { 
    color: #464646; 
}


#popupprivacy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #00000091;
}

.popupprivacywhite {
    background-color: #fff;
    margin-top: 10%;
    padding: 20px;
}

.closepopupprivacy {
    float: right;
    font-size: 29px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}

.hidepopuppolicies {
    display: none;
}

.showpopuppolicies {
    display: block;
}

form a {
    cursor: pointer;
    text-decoration: underline;
    color: #0075ff;
}


.loadingform {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 99999999;
    background-color: #ffffff8a;
    text-align: center;
    display: none;
}


.loadingshow {
    display: block;
}


.owlnext {
    height: 21px;
    width: 21px;
    border: 1px solid #ff0400;
    border-width: 6px 6px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 9px;
    cursor: pointer;
    box-shadow: 3px -2px 2px rgb(0 0 0 / 0%);
    background-color: transparent;
}

.owlprev {
    height: 21px;
    width: 21px;
    border: 1px solid #ff0400;
    border-width: 0 0 6px 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    bottom: 50%;
    cursor: pointer;
    box-shadow: -3px 2px 2px rgb(0 0 0 / 0%);
    background-color: transparent;
}

.owl-dots {
    text-align: center;
    width: 100%;
}

.owl-dot.active {
    background-color: #f34423;
}

.owl-dot {
    background-color: #c9c9c9;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 7px;
}

.underpictitel {
    margin-top: 10px;
    font-weight: bold;
}

.underpictidescrip {
    margin-bottom: 15px;
}

/*------------------------------*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  


  .accordiondiv .active, .accordiondiv .accordion:hover {
    background-color: #ccc;
  }

 
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  

  
  .accordiondiv .active:after {
    content: "\2212";
  }
  

  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  /*------------------------------*/

  .panel p {
    text-align: left;
}


.w100 {
    width: 100%;
}


.stripes {
    background-color: #000099;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin-top: 0px;
    font-weight: initial;

}

.banner {
    padding: 0px;
    
    background-image: url(media/mainbannerbig.webp);
    background-size: cover;
    background-position: top;
}

.mainbannermob {
    display: none;
}

.contacticons {
     line-height: 34px;
     }


     .fakebody {
        margin: 0 120px;
    }

    .intro {
        background-image: url(media/backgroundtext.jpg);
        background-size: cover;
        background-position: bottom;
        padding: 0px;
    }


    .intro .vertam {
        background-color: #ffffffcf;
        padding: 50px;
    }


    .logo img {
        width: 270px;
        padding: 10px;
        border-radius: 8px;
    }
    
    .logo {
    padding: 12px 0;
    margin-left: 120px;
    margin-right: 120px;
    }


    .contactinfo a {
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 29px;
    }

    .undericoncont {
        margin-bottom: 40px;
    }


    .titlefull {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #08086c;
    }


    .undericonmax img {
        width: 100%;
        
    }


    .tiposprod {
        display: inline-block;
        background-color: #6ea500;
        /* vertical-align: top; */
        color: #fff;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 17px;
        border: solid #000099;
    }
    
    .tiposprod img {
        width: 44px;
        padding: 0px;
    }


    .firsticon {
        margin-top: 48px;
    }

@media only screen and (max-width: 767px) {

    .tiposprod {
            width: 96%;
    }


    .tiposprod img {
        width: 34px;
    }


    .titleeiconsub {
        display: inline-block;
        position: relative;
        bottom: 11px;
    }


    .logo img {
        
        margin: 0px;
    }

    .logo {
        text-align: center;
        margin: 0px
    }

    .fakebody {
        margin: 0 2px;
    }

    .banner {
        background-image: none;
        padding-top: 0px;
        background-color: #f3f3f3d1;
    }

    .mainbannermob {
        display: block;
        width: 100%;
    }

    .meddiv50, .meddiv33, .meddiv66 {
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }
    

    body {
        margin: 0px;
      }
    
    


}








@media only screen and (max-width: 549px) {





}

