* {
    -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: white;
    color: #000A13;
    scroll-behavior: smooth;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden !important;
    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;
}


/******** first header *********/

.maxw_section {
    width: 100%;
    max-width: 1250px;
    margin: 10px auto 0 auto;
}

.maxw_section_small {
    width: 100%;
    max-width: 950px;
    margin: 10px auto 0 auto;
}

.top_content{
    width: 100%;
}

.header_info{
    width: 100%;
    height: 40px;
    background-color: #003057;
    display: flex;
    padding-top: 8px;
    padding-right: 95px;
    justify-content: end;
}

.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;
}

.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;
}

.text_info{
    font-size: 12px;
    color: white;
}

.text_info > a{
    color: white;
}

.icon_info{
    padding-right: 8px;
    align-self: center;
}

.icon_info > img{
    width: 16px;
    margin-top: -10px;
}

/******** second header *********/

.header_menu{
    background-color: white;
    width: 100%;
    height: 79px;
    padding: 13px 90px 2px 90px;
    display: flex;
    justify-content: space-between;

}

.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;
    align-items: center;
}

.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: 25%;
}

.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: -61px;

}

.container_solutions{
    width: 100%;
    max-width: 1300px;
    height: 120px;
    background-color: #003057;
    display: flex;
    justify-content: space-evenly;
    padding-top: 32px;
    position:absolute;
}

.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{
    color: white;
    font-size: 15px;
    width: 131px;
    height: 37px;
    border-radius: 3px;
    background-color: #00ABCC;
    text-align: center;
    /*padding-top: 7px;*/
    margin-top: 21px;
    cursor:pointer;
    border: none;
}

.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: 100;
    padding: 0 6%;
}

.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{
    transform: scale(1.1);
}


.product_item{
    width: 193px;
    height: 225px;
    background-color: white;
    border-radius: 5px;
    margin-left: 32px;
    margin-bottom: 23px;
    transition: all;
    cursor: pointer;
}

.grid_category{
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.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: 100%;
    height: 80%;
    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%;
    height: 20%;
    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;
}

.item_service:hover{
    border-top: 6px solid #00ABCC;
}

.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;
    margin-top: 4px;
}
.img_space{

    margin-top: 10px;
}

.conten_btn_service{
    display: flex;
    justify-content: end;
}

.btn_service{
    width: 35px;
    height: 35px;
    background-color: #00ABCC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}

.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;
}

.section_our{
    margin-top: 118px;
    height: 450px;
}

.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;
}

.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;
}

.our_btn{
    margin-left: 6px;
}

.content_logo{
    width: 162px;
    display: flex;
    justify-content: center;
}

.img_logo_section{
    height: 56px !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;
}

.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: 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: 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;
}
textarea{
    resize: none;
}
textarea::placeholder{
    color: #000A13;
}
.text_contact{
    resize: none !important;
}

.section_contact .maxw_section{
    height: 100%;
}
.section_information .maxw_section{
    height: 100%;
}

.input_tt .r{
    margin-right: 15px;
}

.input_tt .l{
    margin-left: 15px;
}

.content_btn_form{
    display: flex;
    justify-content: end;
}

.content_contens_contact{
    display: flex;
    justify-content: space-around;
    padding-top: 90px;
    align-items: center;
    flex-wrap: wrap;
}
#training_form {
    padding-top: 38px;
}

.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;
    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: 65px;
    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;
    
    /*background-color: #F7F7F7;*/
}
.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-size: cover;
    background-repeat: no-repeat;
}

.background_color_header{
    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 >a {
    text-decoration: none;
    color:#424A5A
}

.header_routes > span {
    font-size: 13px;
    font-weight: 400;
    color: #424A5A;
}
.header_routes > span > a{
    text-decoration: none;
    color: #424A5A;
}
.active_menu_header{
    font-weight: bold;
    color: #00ABCC;
}
.content_header_nav{
    position: fixed;
    width: 100%;
    margin-top: 40px;
    z-index: 2;
}
.top_content{
    position: fixed;
    width: 100%;
    z-index: 2;
}
.background_color_header{
    padding-top: 110px;
}
.exit_search{
    display: none;
}
.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;
}
.section_footer{
    height: 330px;
}
.withoutResults_c{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
}
.withoutResults_text{
  /*  min-height: 128px;*/
  height: 100%;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: 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 !important;
    font-weight: bold;
}
.withoutResults{
    height: 70%;
}
.content_btn_without{
    display: flex;
    justify-content: center;
}
.whithoutButton{
    color: #FFFFFF;
}
.whithoutButton_blue{
    width: 170px;
}
.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;
        margin-top: 15%;
    }

    .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;
    }

}

@media screen and (max-width:800px){
    html, body{
        overflow-x:hidden;

    }
    body{
        position: relative;
    }
    /**/
    .content_nav_sidebar{
        display: none;
    }
    .search_border{
        border-bottom: none;
    }
    /* quita navsidebar y menu de secciones */
    .responsive_menu{
        display:none;
    }
    /* quita seccion azul */
    .top_content{
        display: none;
    }
    /* hamburguesita */
    .btn_sidebar{
        display: flex!important;
    }
    .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;
    }

    .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);
    }
    /* header menu */
    .header_menu {
        height: 80px;
        padding: 10px 0 2px 10px;
        background-color: #FFFFFF;
        top: 0;
    }

    .btn_sidebar{
        display: flex!important;
    }

    .nav_menu{
        justify-content: end;
    }

    .item_view {
        padding-left: 0;
        margin-left: -45px;
        padding-top: 15px;
    }
    .ph_dk{
        display: none !important;
    }
    .ph_r{
        display: block !important;
    }
    .btn_filter_product{
        padding-left: 25px;
    }
    .conten_filter{
            /*margin-right: 10px;*/
            background: #FFFFFF;
            position: absolute;
            height: 100%;
            z-index: 3;
            width: 155%;

            padding: 0 10px;
    }
    .conten_btn_filter {
        align-items: center;
    }
    .conten_filter > .container_filter > .item_filter_img{
        position: absolute;

        padding-top: 20px;
    }
    .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 {
        display: block !important;
        font-size: 37px;
        position: absolute;
        right: 25px;
        top: 0;
    }

    /* hamburguesita */
    .sidebar{
        background-color: #ffffff;
        width: 100% !important;
        height: 100% !important;
    }

    ._layer{
        height: 2px;
        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;
        /* display: block!important; */
    }
    .menu_resp {
        margin-top: 80px;
        background-color: #FFFFFF;
        position: absolute;
        top:0 ;
        left: 0;
        width: 0;
        height: 100%;
        z-index: 12;
        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;
    }
    .white_bckgrnd{
        background-color: #FFFFFF;
    }
    .menu_contact_info{
        position: absolute;
        bottom: 80px;
    }
    .contact_blue_button{
        background-color: #00ABCC;
        border-radius: 3pt;
        height: 33pt;
        width: 166pt;
        /* padding: 6pt 1pt 1pt 20pt; */
        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;
    }

    /* footer */
    .section_list{
        flex-direction: column-reverse;
    }

    .section_list_url{
        flex-direction: column;
    }

    .list_footer{
        text-align: center;
        margin-top: 20px;
    }

    .section_footer {
        /*height: auto !important;*/
        overflow: hidden;
        height: 1035px;
    }

    .content_logo_footer {
        margin-top: 47px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .content_reserve_info{
        text-align: center;
    }
    .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;
    }
    /*menu de arriba fijo*/
    .content_header_nav{
        position: relative;
    }
    .header_menu{
        position: fixed;
        z-index: 2;
    }
    .background_color_header{
        padding-top: 40px;
    }
    .content_reserve_info{
        flex-direction: column;
    }
    .contact_info_text{
        margin-right: 0;
    }
    .contact_info_text:first-child{
        margin-top: 0;
    }
    .withoutResults_text{
        max-width: 341px;
        padding: 44px 36px;
    }
    #parker_wR,
    #jefferson_wR,
    #TFV_wR,
    #CKD_wR,
    #Definox_wR{
        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;
    }
    .mark_collapse > span > img{
        width: 14px;
    }
    .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%;
    }
}
/* .section_list_url{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
} */
.service_back{
    text-decoration: none;
    color:#727C8E;
    font-size: 13px;
    line-height: 16px;
   /* display: none;*/
}
.margin_service_back{
    margin-top: 55px;
}
.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: 25%;
    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;
}
.menu_resp{
    display: none;
}
/*********************************/
/*paginas de servicios de attech */
/********************************/
.service_detailed_information{
    width: 100%;
}

.service_picture_box{
    height: 287px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content_contens_contact{
    /*padding: 0 10%;
    padding-top: 60px !important;*/
}
.service_information_box{
    line-height: 3;
    padding: 0 15%;
}
.s_service_icon_box{
    position: relative;
    margin-top: -25px;
    margin-bottom: -25px;
    z-index: 1;
    margin-left:35px;
}
.s_service_icon_box_banner{
    position: relative;
    margin-top: -25px;
    margin-bottom: -25px;
    z-index: 1;
    text-align: -webkit-center;
}
.s_service_icon_image{
    height: 51px;
    width: 51px;

    background: #FFFFFF;
    border-radius: 5px;
    border: #D5D5D5 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_title{
    font-family: 'Exo 2';
    font-size: 30px;
    line-height: 33px;
    color: #000A13;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 67px;

}
.service_row{
    display: flex;
    width: 45%;
    /*min-height: 45px;*/
    line-height: 22px;
    /*min-width: 300px;*/
    margin-bottom: 10px;
    align-items: baseline;
}
.row_icon{
    height: 10px;
    width: 9px;
    color: #00ABCC;
    margin-right: 6px;
}
.row_description{
    font-family: 'Exo 2';
    color: #000A13;
    font-size: 15px;
}
.service_description{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 71px;
}
#maintenance_checklist{
    padding-top: 75px;
    margin-bottom: 56px;
}

.service_items > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 70px 0;
}
#courses_items > .items_top{
    margin-top: 36px;
    margin-bottom: 0;
}
#courses_items > .items_bottom{
    margin-top: 21px;
    margin-bottom: 0;
}
#valve_elements{
    margin-top: 50px;
    margin-bottom: 21px;
}
.s_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s_item_image{
    width: 133px;
    height: 133px;
    margin-bottom: 16px;
}
.s_image{
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.s_item_footer{
    display: flex;
    justify-content: center;
    max-width: 180px;
    line-height: 18px;
    text-align: center;
}
.s_service_blue_box{
    width: 100%;
    /*height: 235px;*/
    margin-top: 20px;
}
.service_procedure_description{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.s_dsc_1{
width: 50%;
height: 235px;
min-width: 500px;
background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: left;
}
.s_dsc_2 {
    width: 50%;
    background-color: #00ABCCE6;
    background-position: right;
    min-width: 500px;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    height: 235px;
}
.s_dsc_box{
    height: 100%;
    padding: 62px 59px 62px 59px;
}
.s_dsc_text{
    font-style: 'Exo 2';
    font-size: 15px;
    line-height: 22px;
    font-weight: medium;
    color: #FFFFFF;
}
.row_more_services{
    display: flex;
    justify-content: center;
    /*padding-top: 23px;*/
}
.text_more_services{
    color: #000A13;
    font-size: 15px;
    font-family: 'Exo 2';
    line-height: 18px;
    font-weight: 600;
}
.services_container{
    margin-top: 40px;
    margin-bottom: 80px;
}
/*MAS SERVICIOS*/
.services_images_menu{
    width: 100%;
    /*padding: 48px 202px;*/
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 25px;
}
.service_box{
    width: 295px;
    margin: 46px 13px 0 13px;
}

.service_background_box{
    width: 295px;
    height: 161px;
    background-size: cover;
    background-repeat: no-repeat;
    /*para fijar o no la caja de descripción*/
    cursor: pointer;
    padding-top: 110px;
    border-radius: 3px;
}
.service_background_box:hover {
 padding-top: 0;
 border-top: #00ABCC 6px solid;
}

.service_info_box:hover{
    padding-top: 60px;
}

.service_info_box {
 background: #003057E6;
 height: 100%;
 padding: 20px 47px 0 47px;
 border-radius: 0 0 3px 3px;
}

.service_info_title{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 17px;
    font-family: 'Exo 2';
    font-weight: bold;
}
.service_info_description{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 17px;
    font-family: 'Exo 2';
    margin-top: 12px;
}
.s_conten_btn_service{
    margin-top:-20px;
    display: flex;
    justify-content: end;
}
.s_conten_btn_service > .btn_service{
    /*padding: 4px 1px 3px 8px;;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
/*2*/
.s_images_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.service_images_content{
    height: 100%;
    display: flex;
    justify-content: center;
    width: 45%;
    min-width: 300px;
}
.service_image{
    /*height: 329px;
    /*width: 45%;*/
    /*background-size:cover;*/
    background-size: 100% 100%;
    background-position: center;
    width: 45%;
    min-width: 329px;
    height: 329px;
    /*margin: 10px;*/

}
.service_images_box{

    display: flex;

    flex-flow: wrap;
}
.service_images_container{
    padding: 0 15%;
}
#bluebox_c{
    margin-top: 73px;
    margin-bottom: 81px;
}
#cabinet_blue_box .s_dsc_1{
    background-size: 100% 100%;
}
#cabinet_blue_box .s_dsc_2 > .s_dsc_box{
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
#cabinet_blue_box .s_dsc_2 > .s_dsc_box > .s_dsc_text{
max-width: 450px;
}
#air_blue_box {
    margin-top: 30px;
}
#air_checklist{
    padding-top: 20px;
}
.service_cbnts_description{
    line-height: 22px;
    padding-top: 4px;
}
#separator_more_services{
    margin-top: 40px;
}
.maxw_section{
   /* display: none;*/
}

@media screen and (max-width:900px){
    .input_tt{
        flex-direction: column;

    }
    .input_tt > .l,.r{
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width:800px){
#air_checklists{
    flex-direction: column;
}
.s_service_icon_box_banner{
    display: none;
}
.next_service{
    display: none;
}
.service_row{
    width: 100%;
    max-width: 400px;
    min-height: 22px;
    margin-bottom: 25px;
}
.service_items > div{
    flex-direction: column;
}
.service_image:first-child{
    margin-bottom: 14px;
}
.service_images_container{
    padding: 0;
}
.s_images_box{

    justify-content: center;
}
.service_image{
    max-width: 414px;
    width: 100%;
    max-height: 329px;
}
}
@media screen and (max-width:350px){
    .btn_sidebar{
        position: relative;

    }
    .item_view{

        margin-left: -30px;
    }
}
