* {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


body {
    font-family: 'Exo 2';
    font-size: 14px;
    background-color: #F7F7F7!important;
    color: #000A13;
    scroll-behavior: smooth;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    margin: 0;
    line-height: 1.42857143;
}

p{
    font-family: 'Exo 2';
    color: #000A13;
}

div{
   font-family: 'Exo 2';
   color: #000A13;
}

a{
    font-family: 'Exo 2';
    text-decoration: none !important;
    outline: none;
}

/********** spinner **************/

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/********* loader  ******************/

#loader_container {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.loader_overlay {
    background-color: rgba(0, 48, 87, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 99;
}

.loader_overlay > img {
    width: 100%;
    max-width: 200px;
}

.logo_loader {
    animation-duration: 3s;
}

/*************** paginator  *******************/
.pagination > .active{
    font-weight: bold;
    color:#000A13!important;
}

.pagination > .item{
    color:#727C8E;
    font-size: 14px;
    margin-right: 14px;
}

.paginator_footer{
    margin-top: 60px;
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 12px;
}


/******** first header *********/

.maxw_section {
    width: 100%;
    max-width: 1250px;
    margin: 10px auto auto auto;
}

.top_content{
    width: 100%;
    position: fixed;
    z-index: 1001;
}

.header_info{
    width: 100%;
    height: 40px;
    background-color: #F7F7F7;
    display: flex;
    padding-top: 8px;
    padding-right: 95px;
    justify-content: end;
}

.content_email{
    display: flex;
    padding-right: 10px;
    padding-top: 4px;
}

.content_number{
    display: flex;
    padding-right: 25px;
    padding-top: 4px;
}

.content_btn_atention{
    background-color: #00ABCC;
    border-radius: 3px;
    width: 112px;
    height: 24px;
    color: #ffffff;
    text-align: center;
    padding-top: 3px;
    font-size: 13px;
    cursor: pointer;
    align-self: center;
}

.text_info{
    font-size: 12px;
    color: #000A13;
    display: flex;
    align-items: center;
}

.icon_info{
    padding-right: 8px;
}

.icon_info > img{
    width: 16px;
}

/******** second header *********/

.header_menu{
    background-color: white;
    width: 100%;
    height: 79px;
    padding: 13px 90px 2px 90px;
    display: flex;
    justify-content: space-between;
}

.header_menu_collapse{
    width: 100%;
    height: 100%;
    padding: 19px 90px 2px 90px;
    display: flex;
    justify-content: space-between;
    border-bottom: 6px solid #00ABCC;
    border-top: 1px solid rgba(0,0,0,.1);
}
.search_border{
    border-bottom: 5px solid #00ABCC;
}
.ph_dk{
    display: block !important;
}
.ph_r{
    display: none;
}
.content_collapse_product{
    width: 100%;
    height: 0;
    max-height: 105px;
    background-color: white;
    position: absolute;
    z-index: 1001;
    overflow: hidden;
    transition: .2s linear;
    margin-top: 101px;
    position: fixed;
}

.activated_collapse{
    height: 100%;
    transition: .8s linear;
}

.mark_collapse{
    display: flex;
}

.mark_collapse > span{
    padding-left: 10px;
}

.mark_collapse > span > img{
    width: 10px;
}

.img_arrow_prod{
    width: 10px;
    transition: .4s linear;
}

.rotated{
    transform: rotate(180deg);
    transition: .4s linear;
}

.logo_atech {
    width: 25%;
    cursor: pointer;
}

.nav_menu{
    width: 66%;
    display: flex;
    justify-content: space-evenly;
}

.text_nav{
    font-size: 17px;
    padding-top: 18px;
    cursor: pointer;
}

.text_nav:hover{
    font-weight: bold;
    color: #00ABCC;
}

.nav_menu > div > img{
    width: 20px;
    padding-top: 19px;
    cursor:pointer;
}

.img_carrousel{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.carrousel_item{
    height: 100%;
    width: 100%;

    transition-timing-function: ease-in-out;
}

.carrousel_item_no_active {
    width: 0;
    transition-duration: 1s;
}

.carrousel{
    height: 80%;
}

.nav_carrousel{
    position: absolute;
    right: 12%;
    margin-top: 105px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    z-index: 1000;
}

.item_nav{
    width: 100px;
    height: 77px;
}

.nav_deg_bottom {
    background: transparent linear-gradient(0deg, #FFFFFF9E 0%, #FFFFFF00 37%) 0 0 no-repeat padding-box;
    display: flex;
}

.nav_deg_top {
    background: transparent linear-gradient(180deg, #FFFFFF9E 0%, #FFFFFF00 37%) 0 0 no-repeat padding-box
}

.item_nav_parker{
    border-top:1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: brightness(100%); 
    cursor:pointer;
    transition: all 0.9s;
}

.item_nav_parker:hover{
    background-color: rgba(255,255,255,.8);
    transition: all 0.9s;
}


.item_nav_tfv{
    border:1px solid white;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: brightness(100%);
    cursor:pointer;
    transition: all 0.9s;
}

.item_nav_tfv:hover{
    background-color: rgba(255,255,255,.8);
    transition: all 0.9s;
}

.item_nav_ckd{
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: brightness(100%);
    cursor:pointer;
    transition: all 0.9s;
}

.item_nav_ckd:hover{
    background-color: rgba(255,255,255,.8);
    transition: all 0.9s;
}

.item_nav_jefferson{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: brightness(100%);
    cursor:pointer;
    transition: all 0.9s;
}

.item_nav_jefferson:hover{
    background-color: rgba(255,255,255,.8);
    transition: all 0.9s;
}

.item_nav_definox{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: brightness(100%);
    cursor:pointer;
    transition: all 0.9s;
}

.item_nav_definox:hover{
    background-color: rgba(255,255,255,.8);
    transition: all 0.9s;
}

.content_text_carrousel{
    width: 60%;
    display: flex;
    justify-content: center;
}

.text_carrousel {
    font-size: 50px;
    font-weight: bold;
    color:white;
    margin-top: 20%;
}

.border_1{
    width: 50%;
    height: 21px;
    margin-top: 56px;
    border-left: 1px solid rgba(255, 255, 255, .7);
}

.border_2{
    width: 50%;
    height: 52px;
    margin-top: 25px;
    border-right: 1px solid rgba(255, 255, 255, .7);
}

.border_3{
    width: 50%;
}

.border_4{
    width: 50%;
    height: 29px;
    margin-top: 48px;
    border-right: 1px solid rgba(255, 255, 255, .7);
}

.border_5{
    height: 50%;
    width:20px;
    border-top:1px solid rgba(255, 255, 255, .7);
    margin-left: 80px;
}

.border_6{
    height: 50%;
    width:52px;
    border-bottom:1px solid rgba(255, 255, 255, .7);
    margin-left: 48px;
}

.border_7{
    height: 50%;
    width:20px;
    border-top:1px solid rgba(255, 255, 255, .7);
}

.border_8{
    height: 50%;
    width:52px;
    border-bottom:1px solid rgba(255, 255, 255, .7);
}

.border_9{
    width:100%;
    height:30%;
    border-left: 1px solid rgba(255, 255, 255, .7);
}

.border_10{
    width:45px;
    height:70%;
    margin-left: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.border_11{
    height: 50%;
    width:35px;
    border-bottom:1px solid rgba(255, 255, 255, .7);
}

.border_12{
    width:50%;
    height: 50px;
    border-left:1px solid rgba(255, 255, 255, .7);
}

.border_13{
    width:50%;
    height: 20px;
    border-right:1px solid rgba(255, 255, 255, .7);
}

.border_14{
    width: 50%;
    height: 50%;
}

.text_carrousel > a{
    text-decoration: none;
    color:#43CEE3;
}

.active_text{
    display: block !important;
}

.conten_solution{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.container_solutions{
    width: 100%;
    max-width: 1300px;
    height: 120px;
    background-color: #003057;
    display: flex;
    justify-content: center;
    position:absolute;
}

.content_item_solution{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    padding-top: 32px;
}

.solution{
    display: flex;
    padding-top: 6px;
}

.solution_text{
    font-size: 15px;
    color: white;
    font-family: 'Exo 2';
    padding-top: 11px;
    padding-left: 15px;
}

.separator_solution{
    height: 50px;
    width: 1px;
    background-color: rgba(255,255,255,.5);
}

.btn_general_blue,
.btn_general_blue:active,
.btn_general_blue:focus{
    border: none;
    outline: none;
    text-decoration: none;
    color: white;
    font-size: 15px;
    width: 131px;
    height: 37px;
    border-radius: 3px;
    background-color: #00ABCC;
    text-align: center;
    /*padding-top: 5px;*/
    margin-top: 21px;
    cursor:pointer;
}

.btn_general_white{
    color: #000A13;
    font-size: 15px;
    width: 131px;
    height: 37px;
    border-radius: 3px;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 7px;
    cursor:pointer;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* z-index: 100000000000; */
    height: 80vh;
    z-index: 1;
}

.slick-dots{
    display: none !important;
}

.container_arrows{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    /*z-index: 10;*/
    padding: 0 6%;
    margin-top: 101px;
}
.container_arrows > .content_arrows > .arrow_prev,
.container_arrows > .content_arrows > .arrow_next{
    z-index: 1;
}
.content_header_nav{
    position: fixed;
    width: 100%;
    margin-top: 40px;
    z-index: 1001;
}

.slick-arrow{
    display: none!important;
}

.content_arrows{
    display: flex;
    justify-content: space-between;
}

.section_product{
    margin-top: 120px;
    
}

.content_section{
    width: 100%;
    max-width: 1176px;
    height: 50px;
    
}

.content_center{
    display: flex;
    justify-content: center;
    padding-top: 73px;
}

.title_section_product{
    color: #00ABCC;
    font-size: 17px;
    font-family: 'Exo 2';
    height: 24px;
    border-left: 4px solid;
    text-align: center;
    width: 111px;
    font-weight: bold;
}

.title_product{
   padding-top: 27px;
    color: #000A13;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 39px;
}

.list_category{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.item_category{
    width: 261px;
    height: 80px;
    background-color:white;
    border-radius: 3px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}

.item_category:hover {
    border-left: 7px solid #00ABCC;
    border-radius: 4px 0 0 4px;
}

.product_item {
    width: 193px;
    min-height: 250px;
    max-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    border-radius: 5px;
    margin-left: 32px;
    margin-bottom: 23px;
    transition: all;
    cursor: pointer;
    padding: 10px;
}

.grid_category{
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 496px;
    min-width: 675px;
}

.conten_btn_filter {
    display: flex;
    justify-content: end;
    margin-top: 2px;
}

.conten_close_search {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
}

.conten_close_search_img {
    width: 20px;
    height: 20px;
}

.btn_product{
    float: right;
    /*margin-top: 67px;*/
}

.img_category{
    width: 100px;
}

.content_img{
    width: 40%;
    padding-left: 5px;
}

.text_category{
    text-align: left;
    width: 60%;
    color: #000A13;
    font-size: 15px;
    font-family: 'Exo 2';
    font-weight: 600;
    padding-top: 29px;
    padding-left: 5px;
}

.category_active {
    border-left: 7px solid #00ABCC;
    border-radius: 4px 0 0 4px;
}

.product_img {
    width: 140px;
    height: 140px;
    max-width: 140px;
    max-height: 140px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 5px 0 0;
}

.product_text {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    opacity: 1;
    padding-top: 10px;
}

.hidden{
    display:none !important;
}

.hidden_filt {
    width: 0 !important;
}

.conten_filter{
    width: 100%;
    transition: all 1s ease-out;
}

.item_view{
    padding-top: 7px;
    padding-left: 40px;
    cursor: pointer;
}

.container_filter {
    width: 100%;
    height: 40px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px; */
    margin-top: 10px;
    display: flex;
    border-radius: 5px;
}

.item_filter{
    width: 90%;
}

.input_filter, .input_filter:hover, .input_filter:active, .input_filter:focus {
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
    margin-left: 15px;
    background: transparent;
}

.input_filter::placeholder{
    color: #AFAFAF;
}

.item_filter_img{
    width: 10%;
    display: flex;
    justify-content: center;
}

.img_filter{
    width: 21px;
    cursor: pointer;
    color: #AFAFAF;
}

.section_service{
    margin-top: 117px !important;
}

.content_services{
    width: 100%;
    height: 625px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px
}

.item_service_text{
    width: 616px;
    height: 192px;
    margin-left: 26px;
    margin-top: 27px;
    padding-left: 7px;
}

.item_service {
    width: 294px;
    height: 192px;
    background-color: white;
    margin-left: 26px;
    margin-top: 27px;
    border-radius: 3px;
    padding: 22px 40px 0 40px;
    transition: all .4s ease;
}

.item_service:hover{
    border-top: 6px solid #00ABCC;
    transition: all .4s ease;
}

.text_info > a {
    color: #000A13;
}

.content_services{
    display: flex;
    flex-wrap: wrap;
}

.service_text_title{
    font-size: 30px;
    font-weight: bold;
    color: white;
    line-height: 33px;
}

.service_text_parraf{
    font-size: 15px;
    font-weight: 400;
    color: white;
}

.title_seccion_service{
    font-size: 17px;
    font-weight: bold;
    color: #00ABCC;
    margin-left: 170px;
    width: 30px;
    height: 70px;
    padding-left: 5px;
    border-left: 3px solid #00ABCC;
    margin-bottom: -56px;
    margin-top: 46px;
}

.title_service{
    color: #000A13;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 6px;
}

.description_service{
    color: #000A13;
    font-size: 15px;
    font-weight: 400;
    height: 70px;
}

.img_service{
    padding-bottom: 12px;
    height: 45px;
}

.conten_btn_service{
    display: flex;
    justify-content: end;
    margin-top: 7px;
}

.btn_service{
    width: 35px;
    height: 35px;
    background-color: #00ABCC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}

.section_our{
    margin-top: 118px;
    height: 450px;
    overflow: hidden;
}

.our_title{
    font-size: 17px;
    font-weight: bold;
    color: #00ABCC;
    width: 30px;
    height: 70px;
    padding-left: 5px;
    border-left: 3px solid #00ABCC;
        margin-bottom: -28px;
}

.our_subtitle{
    font-size: 30px;
    font-weight: bold;
    color: #000A13;
    line-height: 33px;
    padding-bottom: 15px;
    padding-left: 6px;
}

.our_description{
    font-size: 15px;
    font-weight: 400;
    color: #000A13;
    padding-left: 6px;
}

.content_our{
    display: flex;
    overflow: hidden;
}

.cont_img{
    width: 100%;
    max-width: 561px;;
}

.cont_img > img{
    width: 100%;
    height: 450px;
    border-radius: 3px;
}

.content_text_our{
    padding-left: 63px;
    padding-top: 45px;
    overflow: hidden;
}

.our_btn{
    margin-left: 6px;
}

.content_logo{
    width: 162px;
    display: flex;
    justify-content: center;
}

.img_logo_section{
    height: 56px !important;
}

.content_logo_agrocacao {
    width: 210px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.content_logo_ajemex {
    width: 160px;
    height: 65px;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.content_logo_apecsa {
    width: 160px;
    height: 70px;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.content_logo_asr-group {
    width: 160px;
    height: 65px;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.content_logo_bonafont {
    width: 160px;
    height: 70px;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.content_logo_cafesca {
    width: 160px;
    height: 65px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.content_logo_cafinco {
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.content_logo_cafiver {
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.content_logo_criogas {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.content_logo_fischer {
    width: 210px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.content_logo_frigorifico {
    width: 210px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.content_logo_margarita {
    width: 210px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.content_logo_peñafiel {
    width: 210px;
    height: 45px;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.content_logo_san_nicolas {
    width: 210px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.content_logo_sanantonio {
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.img_logo_agrocacao {
    /*min-width: 40px !important;*/
    min-height: 50px !important;
}

.img_logo_ajemex {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_apecsa {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_asr-group {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_bonafont {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_cafesca {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_cafinco {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_cafiver {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_criogas {
    /*min-width: 40px !important;*/
    min-height: 50px !important;
    max-width: 180px;
}

.img_logo_fischer {
    /*min-width: 40px !important;*/
    /*min-height: 50px !important;*/
    /*max-width: 180px; */
    max-height: 48px;
}

.img_logo_frigorifico {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_margarita {
    /*min-width: 40px !important;*/
    min-height: 50px !important;
    max-width: 180px;
}

.img_logo_peñafiel {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_san_nicolas {
    min-width: 40px !important;
    min-height: 50px !important;
}

.img_logo_sanantonio {
    min-width: 40px !important;
    min-height: 50px !important;
}

.car_logo_prov .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 56px !important;
    z-index: 1;
    overflow: hidden;
}

.car_logo_prov{
    margin-top: 100px;
    padding-bottom: 40px;
    opacity: .5;
}

.section_contact{
    height: 508px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content_text_contact{
    width: 100%;
    max-width: 436px;
}

.contact_title{
    font-size: 17px;
    font-weight: bold;
    color: #00ABCC;
    width: 30px;
    height: 70px;
    padding-left: 5px;
    border-left: 3px solid #00ABCC;
    margin-bottom: -28px;
}

.contact_subtitle{
    font-size: 30px;
    font-weight: bold;
    color: #000A13;
    line-height: 33px;
    padding-bottom: 15px;
    padding-left: 6px;
}

.contact_description{
    font-size: 15px;
    font-weight: 400;
    color: #000A13;
    padding-left: 6px;
}

.content_form_input{
    width: 100%;
    max-width: 436px;
    padding-top: 40px;
}

.input_form_item{
    width: 100%;
}

.input_tt{
    display: flex;
}
.input_contact, .input_contact:hover, .input_contact:active, .input_contact:focus{
    width: 100%;
    background-color: #D5D5D5B3;
    outline: none;
    text-decoration: none;
    border: none;
    height: 37px;
    border-radius: 3px;
    margin-bottom: 13px;
    font-size: 15px;
    font-family: 'Exo 2';
    font-weight: 400;
    padding-left: 15px;
}

.text_contact, .text_contact:hover, .text_contact:active, .text_contact:focus{
    width: 100%;
    background-color: #D5D5D5B3;
    outline: none;
    text-decoration: none;
    border: none;
    height: 93px;
    border-radius: 3px;
    margin-bottom: 13px;
    font-size: 15px;
    font-family: 'Exo 2';
    font-weight: 400;
    padding-left: 15px;
}

.input_contact::placeholder{
    color: #000A13;
    font-size: 15px;
    font-family: 'Exo 2';
    font-weight: 400;
}

.text_contact::placeholder{
    color: #000A13;
    font-size: 15px;
    font-family: 'Exo 2';
    font-weight: 400;
}

.section_contact .maxw_section{
    height: 100%;
}

.input_tt .r{
    margin-right: 15px;
}

.input_tt .l{
    margin-left: 15px;
}
.input_form_item > textarea{
  /*  resize: none;*/
}
.text_contact{
    resize: none !important;
}
textarea::placeholder{
    color: #000A13;
}

.content_btn_form{
    display: flex;
    justify-content: end;
}

.content_contens_contact{
    display: flex;
    justify-content: space-around;
    padding-top: 90px;
}

.section_promo{
    height: 228px;
    margin-top: 220px;
    border-radius: 3px;
    background-color: #00ABCC;
}

.back1_promo{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.back2_promo{
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.back3_promo{
    width: 100%;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    padding-top: 36px;
}

.back3_promo > div{
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.section_promo_text{
    color: #000A13 !important;
    font-size: 30px;
    font-weight: bold;
}

.content_btn_white{
    display: flex;
    justify-content: end;
}

.section_footer{
    height: 300px;
    width: 100%;
    background-color: #F7F7F7;
}

.back_footer_first{
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.back_footer_second{
    width: 100%;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.section_list{
    display: flex;
    justify-content: space-evenly;
    padding-top: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D5D5;
}

.title_item{
    color: #424A5A;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 13px;
    cursor: pointer;
}

.title_item:hover{
    color: #00ABCC;
    font-weight: bold;
}

.sfooter{
    margin-top: 0!important;
}

.title_list {
    color: #424A5A;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 22px;
    margin-top: 0 !important;
}

.content_reserve{
    color: #000A13;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-top: 12px;
}
.content_reserve_info{
    color: #000A13;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    padding-top: 12px;
}

.content_nav_sidebar{
    position: fixed;
    right: 0;
    top: 300px;
    transform: rotate(180deg);
    display: flex;
    flex-direction: column-reverse;
}

.item_nav_side{
    width: 32px;
    height: 32px;
    background-color: white;
    overflow: hidden;
    transition: all .4s ease;
    cursor: pointer;
    margin-bottom: 3px;
}

.item_nav_side > div{
    display: flex;
    transform: rotate(180deg);

}

.item_nav_side:hover{
    width: 125px;
    transition: all .4s ease;
}

.ins_active{
    width: 39px;
    height: 39px;
    background-color: #00ABCC;
}

.icon_nav_side{
    padding-left: 10px;
    height: 28px;
}

.icon_nav_side > img{
    width: 16px;
}

.text_nav_side{
    padding-left: 13px;
    font-size: 15px;
    font-weight: 500;
}

.content_header_title_section{
    width: 100%;
    height: 100px;
    background-color: #F7F7F7;
}

.header_title_section {
    width: 100%;
    height: 100px;
    margin-top: 0;
}

.title_section_main{
    padding-top: 20px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.header_routes {
    font-size: 13px;
    font-weight: 400;
    color: #727C8E;
}

.header_routes > span {
    font-size: 13px;
    font-weight: 400;
    color: #424A5A;
}

.active_menu_header{
    font-weight: bold;
    color: #00ABCC;
}

.btnp {
    position: absolute;
    bottom: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnp > a{
    color: #FFFFFF;
}
.btnp > a:hover{
    color: #FFFFFF;
}

.center1{
    padding-top: 101px;
}
.contact_info_text > div > a{
    text-decoration: none;
    color: #000A13 !important;
    font-size: 12px;
    line-height: 14px;
}
.content_reserve_info{
    display: flex;
    width: max-content;
}
.contact_info_text{
    margin-right: 10px;
}
.content_logo_footer{
    text-align: center;
}
.products_responsive_list{
    display: none;
 }
 .active_list{
 
     display: flex !important;
     flex-direction: column;
 }
 #parker_w,
 #jefferson_w,
 #TFV_w,
 #CKD_w,
 #Definox_w{
     height: 7px;
     width: 7px;
     width: 16px;
     height: 16px;
     background-color: #00ABCC;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0!important;
     margin-left: 10px;
     display: none;
 }
 .hidde_black_arrow{
     
     display: none!important;
 }
 .show_white_arrow{
     
     display: flex!important;
 }
 .blue_nav_text{
     color: #00ABCC ;
     font-weight: bold;
     font-size: 17px;
 }
 .products_responsive_list > li{
    
    list-style:none;
}
@media screen and (max-width:1600px){
    .nav_carrousel{
        right: 8%;
        /*margin-top: 12px;*/
    }

    .text_carrousel {
        font-size: 40px;
    }

    .header_menu {
        height: 61px;
        padding: 0 90px 2px 90px;
    }

    .text_nav {
        font-size: 15px;
        padding-top: 20px;
    }

    .logo_atech > img {
        padding-top: 10px;
        width: 157px;
    }
    .title_seccion_service{
        margin-left: 120px;
    }

}
@media screen and (max-width:1160px){
    .content_cat_prod{
        height: 750px !important;
    }
    /*.product_items{
        min-width: none;
    }
    .grid_category{
        min-width: 300px;
    }*/
    .grid_category{
        
        min-width: 200px;
        margin-left: 260px;
        max-width: 456px;
    }
    .list_category {
        position: absolute;
        left: 25px;
    }
    .content_services {
        height: 850px;
    }
    .section_promo{
        margin-top: 326px;
    }
    .section_service{
        margin-top: 129px !important;
    }
    .content_text_our {
        padding-left: 20px;
        padding-top: 10px;
    }
    .content_services{
        padding: 0 30px;
        height: 894px;
    }
    .car_logo_prov{
        width: 100%;
    }
    /* our */
    .content_our{
        flex-direction: column-reverse;
        padding: 0 130px;
    }
    .cont_img {
        height: auto;
        max-width: 100%;
    }
    .cont_img > img{
        height: auto;
    }
    
    .content_text_our {
        padding-bottom: 70px;
        padding-left: 0;
        margin: 0 auto;
    }
    .section_our {
        height: auto;
    }
    .item_service_text{
        height: 247px;
    }
    .title_seccion_service{
        margin-left: 7%;
    }
    .item_service_text {
        width: 616px;
        height: 192px;
        margin-left: 26px;
        margin-top: 27px;
        padding-left: 7px;
    }
    .item_service{
        margin-left: 55px;
        margin-right: 55px;
    }
    
    /* logos carr */
    .car_logo_desktop{
        display: none !important;
    }
    .car_logo_responsive{
        display: block !important;
    }
    .car_responsive_group{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .car_responsive_client_logo{
        padding: 0 20px;
    }
    .car_responsive_client_logo > .slick-list > .slick-track{
        height: auto;
    }
    .section_our {
        height: auto;
        overflow: hidden;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .car_logo_responsive{
        margin-bottom: 50px;
    }
    
}
@media  screen and (max-width:950px) {
    .item_service{
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media  screen and (max-width:900px) {
    .content_our{
        flex-direction: column-reverse;
        padding: 0;
    }

    .content_text_our {
        padding-bottom: 70px;
        padding-left: 0;
        margin: 0 auto;
    }

    .promo_desktop{
        display: none;
    }
    .promo_responsive{
        display: block !important;
    }
    .section_promo {
        height: auto;
        margin-top: 326px;
    }
    .content_services{
        height: 1577px;
    }
    .item_service{
        margin-left: 55px;
        margin-right: 55px;
    }

    .back2_promo{
        background-size: 180px 155px;
        background-position: bottom right;
    }
    .back3_promo {
        background-position: top left;
        background-size: 89px 119px;
        font-size: 30pt;
        padding-top: 0;
    }
    .promo_responsive {
        display: none;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .input_tt{
        flex-direction: column;

    }
    .input_tt > .l,.r{
        margin-left: 0;
        margin-right: 0;
    }
    
}

@media screen and (max-width:800px){
    html, body{
        overflow-x:hidden;

    }
    body{
        position: relative;
    }
    /**/
    .section_footer {
        /*height: auto !important;*/
        overflow: hidden;
        height: 1035px;
    }

    /******** header **********/
    /*buscador*/
    
    .search_border{
        border-bottom: none;
    }
    .btn_filter_product{
        padding-left: 25px;
    }
    
    .ph_dk{
        display: none !important;
    }
    .ph_r{
        display: block !important;
    }
    .conten_btn_filter{
        
        align-items: center;
        }
        .conten_filter{
            /*margin-right: 10px;*/
            background: #FFFFFF;
            position: absolute;
            height: 80px;
            z-index: 3;
            width: 155%;
            top: -10px;
            padding: 0 10px;
        }
    .conten_filter > .container_filter > .item_filter_img{
        position: absolute;
        padding-top: 25px;
    }
    .conten_filter > .container_filter > .item_filter > .input_filter{
        height: 100%;
    }
    .input_filter, .input_filter:hover, .input_filter:active, .input_filter:focus {
        margin-left: -15px;
    }
    .hidden_filt{
        position: relative;
        padding: 0;
    }
    .container_filter{
        height: 100%;
        margin: 0;
        box-shadow: unset;
        border-radius: 0;
        border-bottom: 10px solid #00ABCC;
    }
    .item_filter{
        margin-left: 32px;
    }
    .exit_search {
        font-size: 37px;
        position: absolute;
        right: 25px;
        top: 0;
    }
    /*componentes del header*/
    .top_content{
        display: none;
    }

    .responsive_menu{
        display:none;
    }

    .header_menu {
        height: 80px;
        padding: 10px 0 2px 10px;
        background-color: #F7F7F7;
    }

    .btn_sidebar{
        display: flex!important;
    }

    .nav_menu{
        justify-content: end;
    }

    .item_view {
        padding-left: 0;
        margin-left: -45px;
        padding-top: 23px;
    }
    /*.conten_filter{
            margin-right: 10px;
    }*/
    .content_nav_sidebar{
        display: none;
    } 

    /****** carrousel *******/
    .nav_carrousel{
        display: none;
    }

   .content_text_carrousel{
        width: 100%;
   }

   .text_carrousel {
        font-size: 35px;
    }

    .text_c_responsive {
        display: block!important;
    }

    .text_carrousel{
        display: none;
    }
    
    .text_c_responsive > a{
        color: #00ABCC !important;
    }

    .arrow_prev > img {
        width: 12px!important;
    }

    .arrow_next > img {
        width: 12px!important;
    }

    .separator_solution{
        display:none;
    }

    .container_solutions{
        display: flex;
        justify-content: center;
        position: inherit;
        max-width: 400px;
        height: auto;
        overflow: hidden;

    }
    .z1{
        z-index: 1;
    }

    .content_item_solution {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto!important;
        padding-top: 0;
    }

    .separator_horizontal{
        display: flex!important;
        justify-content: center;
    }
    .conten_solution{
        margin-top: 0;
    }
    .solution{
        margin: 42px;
        padding-top: 0;
    }
    .car_logo_prov{
        margin-top:76px;
    }
    .slick-list {
/* draggable */
    }
    .slick-initialized .slick-slide {
        
    }

    .content_contens_contact{
        flex-direction: column;
        margin: 0 30px;
        padding-top: 50px;
    }

    .section_contact > .maxw_section{
        display: flex;
        justify-content: center;
    }

    .section_contact {
        height: auto;
        overflow: hidden;
        padding-bottom: 70px;
    }

    .content_our{
        flex-direction: column-reverse;
    }
    .our_title{
        height: 78px;
    }

    .section_our {
        height: auto;
        overflow: hidden;
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .cont_img{
        max-width: 100%;
        margin:0;
    }
    .cont_img > img {
        height: auto;
    }

    .content_text_our {
        padding-bottom: 70px;
        padding-left:0;
        margin: 0 auto;
    }

    .content_cat_prod{
        flex-direction: column;
        height: 100%!important;
    }

    .section_product{
        overflow: hidden;
        height: auto;
        margin-top: 0;
    }

    .list_category {
        display: flex;
        flex-direction: initial;
        justify-content: space-between;
        height: auto;
        /* overflow-x: auto; */
        width: 100%;
        padding: 0 20px;
    }

   .grid_category {
        max-width: 400px;
        width: 100%;
        display: flex;
        grid-template-columns: 193px 193px;
        padding-top: 34px;
        grid-column-gap: 10px;
        flex-flow: wrap;
        justify-content: center;
        min-width:inherit;
        margin: auto auto 0 auto;
    }

    .product_item{
        margin-left: 0;
    }

    .product_items{
            display: flex;
    justify-content: center;
    overflow: hidden;
    }
    /* footer */
    .section_list{
        flex-direction: column-reverse;
    }

    .section_list_url{
            flex-direction: column;
    }
    
    .list_footer{
        text-align: center;
        margin-top: 20px;
    }

    .content_logo_footer{
        margin-top: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* margin-bottom: 26px; */
    }
    .back_footer_second{
        /* img arriba */
        background-position: left top;
        background-size:234px 300px;
    }
    .back_footer_first{
        /* img abajo */
        background-position: right bottom;
        background-size:214px 281px;
    }
    /* seccion de servicios */
    .title_seccion_service{
        margin-top: 70px;
        margin-left: 36px;
    }
    .first_item_service{
        margin-top: 70px;
    }
    
    .service_text_parraf{
        display: none;
    }
    .service_text_parraf_responsive{
        display: block !important;
        font-size: 15px;
        font-weight: 400;
        color: white;
    }
    .item_service_text{
        width: auto;
    }
    .content_services {
        height: 1655px;
    }
    /* parker */
    .section_promo {
        margin-top: 360px;
    }
    .back1_promo {
        
    }
    .back2_promo{
        background-size: 180px 155px;
        background-position: bottom right;
    }
    .back3_promo {
        background-position: top left;
        background-size: 89px 119px;
        font-size: 30pt;
        padding-top: 0;
    }
    .promo_desktop{
        display: none;
    }
    .promo_responsive{
        color: white;
        font-size: 30px;
        font-weight: bold;
        margin: 36px;
        display: block !important;
    }
    
    /* hamburguesita */
    .sidebar{
        background-color: #ffffff;
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar_active{
    
    }
    
    ._layer{
        height: 2px;
        /* width: 28px; */
        background-color: rgba(255,255,255,1);
        border-radius: 13px;
        margin-top: 7px;
        transform: translate3d(0, 0, 0);
        transition: all .25s ease-in-out;
        }
     .-top{
        width: 28px;
    }
     .-middle{
        width: 28px;
    }
     .-bottom{
        width: 14px;
    }
    .exit_menu{
        transform: rotate(135deg);
    }
    .sidebar_active {
        width: 100% !important;
        display: block;
    }
    .menu_resp {
        margin-top: 80px;
        background-color: #FFFFFF;
        position: absolute;
        top:0 ;
        left: 0;
        width: 0;
        height: 100%;
        z-index: 11;
        padding-top: 0;
        display: none;
        position: fixed;
    }   
    .enlace_resp{
        text-decoration: none;
        color:#000A13;
        font-size: 17pt;
        margin-top: 40px;
        line-height: 20px;
        font-family: 'Exo 2';
    }
    .menu_resp > ul >li{
        list-style:none;
        margin-top: 40px;
    }
    .menu_contact_info{
        position: absolute;
        bottom: 80px;
    }
    .white_bckgrnd{
        background-color: #FFFFFF;
    }
    .contact_blue_button{
        background-color: #00ABCC;
        border-radius: 3pt;
        height: 33pt;
        width: 166pt;
        right:0;
        text-align: center;
        padding-top: 8px;
    }
    .contact_blue_button >p{
        font-family: 'exo 2';
        font-size: 17pt;
        line-height: 22px;
        color: #FFFFFF;
        
    }
    .menu_contact_info{
        width: 100%;
        padding: 36px;
        background: #F7F7F7;
    }
    .contact_info_text:first-child{
        margin-top: 30px;
    }
    .quit_arrows {
        height: 0;
    }
    
    /* .change_x > ._layer{
        display: none;
    } */
    .responsive_carrousel_product{
        display: block !important;
    }
    .product_desktop{
        display: none;
    }
    /* carrusel */
    
    .item_category{
        width:95%;
    }
    .responsive_carrousel_product > .slick-list > .slick-track{
        height: auto;
        margin-left:22%;
    } 
    .responsive_carrousel_product > .slick-list > .slick-track >  .slick-slide > .item_category {
        /* width: 130% !important; */
        /* margin-right: 10%; */
    } 
    .responsive_carrousel_product > .slick-list{
        margin-left:30px;
        /* padding: 0 20px; */
        /*  */

    }
    .arrow_prev_product{
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color:#00ABCC;
        padding: 0 5px;
        margin-top: -50px;
    }
    .arrow_next_product{
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color:#00ABCC;
        padding: 0 8px;
        margin-top: -50px;
    }
    .content_arrows_product{
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        /*margin-top: -53px;*/
    }
    /* logos carr */
    .car_logo_desktop{
        display: none !important;
    }
    .car_logo_responsive{
        display: block !important;
    }
    .car_responsive_group{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .car_responsive_client_logo{
        padding: 0 20px;
    }
    .car_responsive_client_logo > .slick-list > .slick-track{
        height: auto;
    }

    /* .change_x >.close_button_responsive_menu{
        display: block !important;
    } */
    .change_x{
        padding-top: 4px !important;
    }
    .change_x .-top{
        /* transform: translateY(200%) rotate (45deg); */
        width: 35px;
        transform: rotate(45deg) translate(10px, 9px);
    }
    .change_x .-middle{
        opacity: 0;
    }
    .change_x .-bottom{
        /* transform: translateY(-200%) rotate (135deg); */
        width: 35px;
        transform: rotate(135deg) translate(-4px, 3px);
    }
    /*menu fijo de arriba*/
    .content_header_nav{
        position: relative;

        /*width: 100%;*/
        padding-top: 0;
    }
    .header_menu{
        position: fixed;
        z-index: 11;
        top: 0;
    }
    .center1{
        padding-top: 40px;
    }
    .container_arrows{
        margin-top: 40px;
    }
    .content_reserve_info{
        text-align: center;
    }
    .animated_elemet_r{
		display: none;
	}
	.elemet_r{
		display: block !important;
	}
    .content_services > .item_service_text,
    .back3_promo > .promo_responsive,
    .elemet_r .our_description{
        max-width: 350px;
    }
    .content_services > .item_service_text{
        height: auto;
    }
    .elemet_r .our_subtitle{
        max-width: 330px;
    }
    .content_reserve_info{
        flex-direction: column;
    }
    .contact_info_text{
        margin-right: 0;
    }
    .contact_info_text:first-child{
        margin-top: 0;
    }
    #parker_w,
    #jefferson_w,
    #TFV_w,
    #CKD_w,
    #Definox_w{
        height: 15px;
        width: 11px;
        width: 28px;
        height: 28px;
        background-color: #00ABCC;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0!important;
        margin-left: 10px;
        
        margin-right: -8px;
        display: none;
    }
    .product_responsive_n{
        
        display: flex;
        justify-content: space-between;
        margin-right: 10%;
    }
    .products_responsive_list > li > a > div{
        padding-top: 10px;
    }
    .text_nav {
        
        justify-content: space-between;
        margin-right: 10%;
        }
}
.elemet_r{
	display: none;
}

.car_logo_responsive{
    display: none;
}
.responsive_carrousel_product{
    display: none ;
}

.exit_menu{
    /* transform: rotate(135deg); */
}
.responsive_description{
	display: none;
}
.service_text_parraf_responsive{
    display: none;
}
.promo_responsive{
    display: none;
}
.section_list_url{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.content_cat_prod{
    height: 600px;
    display: flex;
    justify-content: center;

}

.separator_horizontal{
    display: none;
    width: 100%;
}

 .separator_horizontal > div{
        width: 90px;
        height: 2px;
        background-color: rgba(255,255,255,.7);
    }

.text_c_responsive{
    font-size: 35px;
    font-weight: bold;
    color:white;
    margin-top: 15%;
    background-position-y: bottom 70px;
    display: none;
}

.btn_sidebar{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #00ABCC;
    display:none;
    justify-content: center;
    margin-right: 15px;
    margin-top: 5px;
}
.line_icon{
    padding-top: 6px;
    transform: translate3d(0, 0, 0);
    transition: transform .25s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

.item_nav_active{
    background-color: rgba(255,255,255,.9)!important;
    transition: all 0.9s;
}

@media screen and (max-width:640px){
    .content_services {
        height: 1655px;
    }/* parker */
    
}

@media screen and (max-width:500px){
   
    .item_service{
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width:350px){
    .btn_sidebar{
        position: relative;

    }
    .item_view{
        
        margin-left: -30px;
    }
}