@import url('https://fonts.googleapis.com/css2?family=Abel&family=Barlow+Condensed:wght@400;500&family=Big+Shoulders+Text&family=Nabla&family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&family=Fjalla+One&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.content{
    margin-top: 4.2em;
}

h1{
    font-size: 2em;
}

h2{
    font-size: 1em;
}

body{
    width: 100%;
    min-height: 100vh;
    
    font-family: "Agdasima","Big Shoulders Text", "Barlow Condensed", "Abel", sans-serif;
    font-weight: 500;
    
    background-color: #2b2b2b;
    color: #2b2b2b;
}

.body_video{
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;

    object-fit: cover;
    width: 100%;

    filter: brightness(60%);
}

.body_static_background{
    display: none;
}

.visit_counter{
    border: solid red;
    position: absolute;
    top: 4em;
    left: 0;
}

.whatsapp_link{
    position: sticky;
    bottom: 0;
    margin-left: 90%;
}

.whatsapp_icon{
    width: 4.20em;
    border-radius: 50%;
    box-shadow: 0px 3px 5px rgb(23, 23, 23);
}

a, button{
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

button{
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1em;
    display: inline-block;

    text-align: center;

    background-color: #7a7a7a;
    color: whitesmoke;

    border: none;
    border-radius: 4px;

    cursor: pointer;
}

button:hover{
    background-color: #aaaaaa;
    color: #2b2b2b;

    transition: all 0.3s ease 0s;
}

.main_header{
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;

    overflow: hidden;
    z-index: 100;
    
    font-size: 1.5em;

    justify-content: flex-end;
    align-items: center;

    padding: 0.4% 5%;

    background-color: #d62839;
    box-shadow: 0px 1px 15px rgb(23, 23, 23);
}

.main_header_logo{
    margin-right: auto;
}

.main_header_logo img{
    max-width: 186px;
}

.main_header .nav_links{
    list-style: none;
    display: flex;
    justify-content: space-between;

    margin-left: 15px;
    margin-right: 15px;
}

.main_header .nav_links li{
    display: inline-block;
    flex-wrap: nowrap;
    padding-right: 15px;
}

.main_header .nav_links a{
    color: rgb(242,242,242);
    transition: all 0.2s ease 0s;
}

.main_header .nav_links li a:hover{
    color: #F3C98B;
    transition: all 0.2s ease 0s;
}

.main_header a button{
    transform: scale(0.85);
    padding: 0.4em 1em;
    box-shadow: 2px 2px 4px rgb(82, 52, 52);
}

.main_footer .footer_body{
    background-color: #7a7a7a;
    position: relative;
    
    display: flex;
    flex-flow: column nowrap;
    
    bottom: 0;
    left: 0;

    width: 100%;
    height: 18em;
    margin-top: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.main_footer .footer_links{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.main_footer .footer_links li{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}

.main_footer .footer_links li a{
    text-decoration: none;
    color: whitesmoke;
}

.main_footer p{
    text-align: center;
}

.main_footer .main_footer_logo{
    width: 100px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.swiper.fotos_capacitacion{
    width: 100%;
    height: 36em;
}

.swiper.fotos_capacitacion .swiper-pagination-bullet{
    width: 1.3em;
    height: 1.3em;
    background-color: whitesmoke;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.5);
}


.swiper.fotos_capacitacion .swiper-wrapper .swiper-slide{
    display: flex;
    background-size: cover;
    background-position: center;
}

.swiper.fotos_capacitacion .swiper-button-prev{
    background-color: #d62839;

    padding-left: 1.7em;
    padding-right: 2.3em;
    padding-top: 2em;
    padding-bottom: 2em;
    
    border-radius: 50%;
    color:whitesmoke;
    backdrop-filter: blur;
    
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.5);
    transform: scale(0.7);
}

.swiper.fotos_capacitacion .swiper-button-next{
    background-color: #d62839;
    
    padding-left: 2.3em;
    padding-right: 1.7em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-radius: 50%;
    
    color:whitesmoke;
    
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
    transform: scale(0.7)
}

.swiper_footer{
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;

    overflow: hidden;

    padding: 1% 5%;

    width: 100%;
    height: auto;

    margin-left: auto;
    margin-right: auto;

    
    color: #dadada;
    background-image: url("Assets/vecteezy_simple-background-with-a-combination-of-beautiful-blue-and_30533355.jpg");
    background-position-y: -20%;
    filter: hue-rotate(85deg);
    
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
}

.swiper_footer .swiper_header{
    font-size: 2.3em;
    text-shadow:0px 2px 2px black;
}

.swiper_footer .swiper_text{
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 1.5em;

    text-shadow:0px 2px 2px black;
}

.main_header .hamburger{
    display: none;
}

.mobile_menu{
    display: none;
}

.HERO{
    position: relative;
    display: flex;
    overflow: hidden;
    flex-flow: column;
    
    top: 0;
    left: 0;

    margin: 0;
    padding: 0;

    width: 100%;
    height: 55em;

    background-color: transparent;
}

.HERO .hero_image{
    position: absolute;
    object-fit: cover;
    z-index: -1;

    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
}

.HERO .hero_title{
    color: whitesmoke;
    font-size: 4em;
    
    margin-left: auto;
    margin-right: auto;
    
    text-transform: uppercase;
    text-shadow: 0px 8px 5px black;
}

.HERO .hero_calltoaction{
    font-size: 2em;
    color: whitesmoke;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 0.2em;
    width: 60%;
    
    text-align: center;
    text-shadow: 0px 5px 2px black;
}

.CONTAINER.index_hero{
    box-shadow: 0px 5px 20px black;
    margin-bottom: 0em;
}

.CONTAINER.index_hero .hero_inteck_logo{
    width: 456px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    filter: drop-shadow(0px 10px 5px black);
}

.CONTAINER.index_hero .HERO .hero_image{
    filter: hue-rotate(85deg);
    transform: scale(1.2) translateX(-5em) translateY(-4em);
}

.CONTAINER.index_hero .hero_buttons .hero_buttons_list{
    display: flex;
    list-style-type: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    
    width: 80%;
    
    margin-left: auto;
    margin-right: auto;
}

.CONTAINER.index_hero .hero_buttons li{
    margin: 0.5em;
    margin-left: 2em;
    margin-right: 2em;
}

.CONTAINER.index_hero .hero_buttons .hero_buttons_list a li button{
    display: flex;
    font-size: 1.45em;
    width: 9em;
    height: 2.5em;
    padding-top: 0.6em;
   
    justify-content: center;

    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    box-shadow: 0px 6px 15px black;
}

.CONTAINER.index_hero .hero_buttons .hero_buttons_list a li button:hover{
    background-color: #ffffff41;
    color: #ffffff;
    backdrop-filter: blur(9px);
}

.CONTAINER.index_hero .hero_buttons .hero_buttons_list a li button:focus{
    transform: scale(0.95);
    transition: 100ms;
}

.CONTAINER.index_hero .hero_buttons .hero_buttons_list a li button:focus(:focus-visible){
    transform: scale(1);
    transition: 100ms;
}

.INFOSECTION{
    background-color: rgb(232, 232, 232);

    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    box-shadow: 0px 10px 10px black;
}

.INFOSECTION .infosection_header{
    font-size: 3.25em;
    padding: 3%;
}

.INFOSECTION .infosection_icon{
    width: 14%;
    margin-top: -2.5%;
    margin-bottom: 2.0%;
}

.INFOSECTION .infosection_paragraph{
    font-size: 2em;
    width: 80%;
    padding-top: 3%;
    padding-bottom: 0%;
    text-align: center;
}

.INFOSECTION .infosection_link{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}
.INFOSECTION .infosection_button{
    border: solid rgb(145, 145, 145);
    
    border-radius: 50px;
    font-size: 1.6em;
    width: 100%;
    padding: 2%;

    margin-top: 20%;
}

.INFOSECTION.nosotros .infosection_distribuidores{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 1em;
}

.INFOSECTION.nosotros .infosection_distribuidores_title{
    font-size: 24px;
    margin-top: 8%;
}

.INFOSECTION.nosotros .infosection_weg_link{
    width: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.0%;
    cursor: pointer;
}

.INFOSECTION.nosotros .infosection_siemens_link{
    width: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.INFOSECTION.nosotros .infosection_delta_link{
    width: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.INFOSECTION.nosotros .infosection_hynux_link{
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.INFOSECTION.nosotros .infosection_airtac_link{
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.INFOSECTION.nosotros .infosection_strokmatic_link{
    width: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.INFOSECTION.nosotros .infosection_pheonixcontact_link{
    width: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.INFOSECTION.nosotros .infosection_weg_icon{
    width: 100%;
}

.INFOSECTION.nosotros .infosection_siemens_icon{
    width: 100%;
}

.INFOSECTION.nosotros .infosection_hynux_icon{
    width: 100%;
}

.INFOSECTION.nosotros .infosection_strokmatic_icon{
    width: 100%;
}

.INFOSECTION.nosotros .infosection_airtac_icon{
    width: 100%;
}

.INFOSECTION.nosotros .infosection_pheonixcontact_icon{
    width: 100%;
}

.INFOSECTION.nosotros .infosection_delta_icon{
    width: 100%;
}

.INFOBOX{
    border: solid rgb(195, 195, 195);
    background-color: #2b2b2b7d;
    backdrop-filter: blur( 12px );
    border-radius: 10px;
    
    width: 45%;
    height: auto;

    padding: 3%;

    display: flex;
    flex-direction: column;
    align-items: center;
    
    text-align: justify;
    cursor: pointer;
}

.infobox_header{
    color: whitesmoke;
    font-size: 2.40em;
    margin-bottom: 5%;
    text-align: center;
}

.infobox_header_2{
    color: whitesmoke;
    font-size: 1.60em;
    text-align: center;
}

.infobox_square{
    border: solid 2px #d62839;
    display: flex;

    width: 30%;
    height: auto;

    padding: 5%;
    border-radius: 10px;

    margin-bottom: 5%;
}

.infobox_icon{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.infobox_paragraph{
    color: whitesmoke;
    font-size: 1.50em;
}

.infobox_backdrop{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: brightness(40%) blur(4px);
}

.infobox_foreground{
    position: relative;
    top: 0;
    left: 0;

    width: 60%;
    border-radius: 5px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;

    box-shadow: 0px 10px 10px black;
}

.index_infobox_container{
    padding: 5%;

    width: 100%;
    height: auto;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.infobox_servicios_link{
    width: 46%;
}
.infobox_servicios_link_tienda{
    display: flex;
    justify-content: center;
    width: 100%;
}
.INFOBOX.servicios, .INFOBOX.capacitacion{
    width: 100%;
    height: 100%;
}

.INFOBOX.servicios .infobox_icon{
    filter: brightness(0) invert(1);
}

.INFOBOX.servicios .infobox_paragraph{
    text-align: center;
}

.INFOBOX.capacitacion .infobox_icon{
    filter: brightness(0) invert(1);
    transform: scale(1.2);
}

.INFOBOX.capacitacion .infobox_paragraph{
    text-align: center;
}

.INFOBOX.tienda{
    margin-top: 4%;
    width: 94%;
}

.INFOBOX.tienda .infobox_square{
    width: 20%;
}

.INFOBOX.tienda .infobox_icon{
    filter: brightness(0) invert(1);
    margin-left: 20%;
    transform: scale(1.4);
}

.INFOBOX.tienda .infobox_paragraph{
    text-align: center;
}

.capacitacion_infobox_container{
    width: 100%;
    height: 100%;
    margin: 0;

    display: flex;
    flex-flow: row wrap;

    align-items: center;
    justify-content: space-around;
}

.infobox_link_wrapper{
    display: flex;
    width: 40%;
    height: auto;
    margin-bottom: 5%;
}

.INFOBOX.control_electrico{
    border: solid 1px rgb(99, 99, 99);
    overflow: hidden;

    object-fit: cover;

    width: 100%;
    padding: 0;
    
    text-shadow: 2px 2px black;
}

.INFOBOX.control_electrico .infobox_header{
    margin-top: 5%;
}

.INFOBOX.control_electrico .infobox_paragraph{
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.INFOBOX.VFD{
    border: solid 1px rgb(99, 99, 99);
    overflow: hidden;
    
    object-fit: cover;

    width: 100%;
    
    padding: 0;

    text-shadow: 2px 2px black;
}

.INFOBOX.VFD .infobox_header{
    margin-top: 5%;
}

.INFOBOX.VFD .infobox_paragraph{
    margin-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
}

.INFOBOX.neumatica{
    border: solid 1px rgb(99, 99, 99);
    overflow: hidden;
    
    object-fit: cover;

    width: 100%;
    
    padding: 0;

    text-shadow: 2px 2px black;
}

.INFOBOX.neumatica .infobox_header{
    margin-top: 5%;
}

.INFOBOX.neumatica .infobox_paragraph{
    margin-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
}

.INFOBOX.PLC{
    border: solid 1px rgb(99, 99, 99);
    overflow: hidden;
    
    object-fit: cover;

    width: 100%;
    
    padding: 0;

    text-shadow: 2px 2px black;
}

.INFOBOX.PLC .infobox_header{
    margin-top: 5%;
}

.INFOBOX.PLC .infobox_paragraph{
    margin-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
}

.contact_card_container{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;

    width: 100%;
    height: auto;

    margin-top: 8%;
    padding: 0;
}

.contact_card_separator{
    width: 100%;
    
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    margin-bottom: 4%;
}

.contact_card_separator .separator_title{
    color: whitesmoke;
    margin-top: 2%;
    margin-bottom: 2%;
}

.contact_card_info_wrapper{
    display: flex;
    width: 90%;
    margin-bottom: 2%;
}

.contact_card_icon{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 3%;
    width: 30%;
    height: auto;
    border-radius: 3px;
    filter: drop-shadow(0px 5px 10px black);
}

.contact_card{
    background: rgba(245, 245, 245, 0.556);
    display: flex;
    flex-flow: row wrap;
    
    width: 100%;
    height: auto;

    padding-top: 2%;
    padding-bottom: 3%;

    border: solid 2px whitesmoke;
    border-radius: 2px;
    
    backdrop-filter: blur(7px);
    filter: drop-shadow(0px 5px 10px black);
}

.contact_card_header_container{
    margin-left: 5%;
    width: 100%;
}
.contact_card_header{
    color: #2b2b2b;
}

.contact_card_title_container{
    margin-left: 5%;
    margin-bottom: 5%;
    width: 100%;
}
.contact_card_title{
    color: #2b2b2b;
    font-size: 1.3em;
}

.contact_card_whatsapp_container{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-left: 5%;
}
.contact_card_whatsapp_icon{
    width: 1.4em;
    height: 1.4em;

    margin-top: 1%;
    /* filter: brightness(0) invert(1); */
}

.contact_card_email_container{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-left: 5%;
}
.contact_card_phone_number{
    color: #2b2b2b;
    font-size: 1.2em;
    margin-left: 1%;
    padding-top: 1%;
}

.contact_card_email_icon{
    width: 1.4em;
    height: 1.4em;

    margin-top: 1%;
}

.contact_card_email_address{
    color: #2b2b2b;
    font-size: 1.25em;
    margin-left: 1.5%;
    padding-top: 0.7%;
}

.map_header{
    font-size: 2.2em;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    
    color: whitesmoke;
    text-align: center;
}

.map_container{
    border-radius: 10px;

    width: 95%;
    height: 50em;

    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}

.map_location{
    border-radius: 7px;
    width: 100%;
    height: 100%;
}

.info_belt{
    display: flex;
    justify-content: center;

    margin-top: 7rem;
    margin-bottom: 0%;

    padding-top: 6%;

    filter:saturate(0) brightness(280%);
}

.info_belt .belt_rectangle_left{
    background-color: #d62839;
    
    width: 100%;
    height: 1.6rem;

    margin-right: 5%;
    margin-left: 2%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.info_belt_icon{
    position: relative;
    transform-origin: center;
    transform: translateY( -50% );
    width: 10rem;
}

.info_belt .belt_rectangle_right{
    background-color: #d62839;
    
    width: 100%;
    height: 1.6rem;

    margin-left: 5%;
    margin-right: 2%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.StoreContainer{
    display: flex;
    flex-flow: row nowrap;
}

.ListingContainer{
    
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    height: 100%;

    padding: 2em;
}

.ListingBox{
    background-color: whitesmoke;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 15em;
    height: auto;

    border-radius: 10px;
    margin-right: 2em;
    margin-bottom: 3em;
}

.ListingFrame{
    width: 100%;
    height: 60%;

    border-radius: 10px;
}

.ListingPicture{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.ListingTitle{
    background-color: whitesmoke;
    
    display: flex;
    width: 100%;
    height: 6.8em;

    align-items: center;
    justify-content: center;
    
    margin-bottom: 0.3em;
    overflow: hidden;
}

.ListingName{
    color: #2364AA;
    text-align: center;
    font-size: 1.6em;
}

.ListingDescription
{
    width: 100%;
    height: 7em;
    padding: 0.6em;
}

.ListingParagraph{
    color: #2b2b2b;
    font-size: 1.2em;
    text-align: center;
}

.ListingModelBox{
    background-color: #2364AA;
    width: 100%;
    padding: 2%;
}

.ListingModelParagraph{
    color: whitesmoke;
    font-size: 1em;
    text-align: center;
}

.ListingPriceBox{
    background-color: #bebebe;
    width: 100%;
    padding: 2%;
}

.ListingPrice{
    color: #2364AA;
    font-size: 1.4em;
    text-align: right;
}

.CategoryPanel{
    background-color: whitesmoke;
    
    display: flex;
    width: 50%;
    height: 100vh;
    
    position: sticky;
    top: 0;
    margin-top: -5%;
    
    flex-direction: column;
    align-items: flex-start;
}

.CategoryPanel_Categoria{
    color: #2b2b2b;
    font-size: 1.4em;

    margin-top: 4.2em;
    margin-left: 1em;
    margin-bottom: 1em;
}

.CategoryPanel_Marca{
    color: #2b2b2b;
    font-size: 1.2em;

    margin-left: 1em;
    margin-bottom: 0.7em;
}

.CategoryPanel_CheckboxContainer{
    /* border: solid cyan; */
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row nowrap;
}


.mStoreCheckbox{
    margin-left: 2.3em;
    margin-bottom: 1em;
    
    width: 1.4em;
    height: 1.4em;
}
.mStoreCheckbox:checked{
    background-color: #d62839;
    color: whitesmoke;
}

.mStoreLabel{
    color: #2b2b2b;
    margin-left: 0.3em;
    font-size: 1.2em;
}

.CategoryPanel_LowerSpace{
    background-color: #f5f4f4;
    
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-center;
    
    width: 100%;
    height: 25%;

    padding-left: 2%;
    padding-right: 2%;
}

.CategoryPanel_LowerSpace .WegIcon{
    width: 20%;
    margin-right: 6%;
    margin-top: 4%;
}
.CategoryPanel_LowerSpace .SiemensIcon{
    width: 40%;
    margin-right: 5%;
    margin-top: 12%;
}
.CategoryPanel_LowerSpace .DeltaIcon{
    width: 30%;
    margin-top: 9%;
}

.CategoryPanel .CategoryPanel_LowerSpace_Inteck{
    background-color: whitesmoke;
    
    width: 100%;
    height: auto;
    
    display: flex;
    flex-flow: column;
    align-items: center;
}

.CategoryPanel_LowerSpace_Inteck .InteckIconPanel{
    width: 30%;
    height: auto;
    margin-bottom: 2%;
}

.CategoryPanel_LowerSpace_Inteck .InteckIconText{
    font-size: 1.25em;
    margin-bottom: 2%;
}

.CategoryPanel_LowerSpace_Inteck .InteckIconNumber{
    font-size: 1.25em;
}

.CategoryPanel_LowerSpace_ML{
    background-color: #f5f4f4;
    
    display: flex;
    flex-flow: column;
    align-items: center;
    
    width: 100%;
    height: auto;

    padding-left: 2%;
    padding-right: 2%;
}

.CategoryPanel_LowerSpace_ML .MercadoLibreText{
    font-size: 100%;
    margin-right: 2%;
    margin-top: 2%;
}

.CategoryPanel_LowerSpace_ML .MercadoLibreLink{
    padding: 2%;   
    
    margin-top: 2%;
    margin-bottom: 2%;
}

.CategoryPanel_LowerSpace_ML .MercadoLibreIcon{
    width: 50%;
    margin-left: 23%;
}

/************ RESPONSIVE ************/
@media( max-width: 900px )
{
    .content{
        margin-top: 3em;
    }

    .body{
        background-color: #2b2b2b;
    }

    .body_video{
        object-fit: cover;
    }

    .main_header{
        display: fixed;
        
        top: 0;
        left: 0;
    }

    .main_header a button{
        display: none;
    }

    .main_header_logo img{
        max-width: 120px;
    }

    .main_header .nav_links{
        display: none;
    }

    .main_header .hamburger .closeIcon{
        display: none;
    }

    .main_header .hamburger{
        display: inline-block;
        padding: 0.4em 0.4em;
        transform: scale(0.8);
    }

    .mobile_menu{
        display: block;
        transform: translateY( -200% );
        transition: transform 0.3s;

        z-index: 99;
        position: fixed;
        
        width: 100%;
        height: auto;
    }

    .menu_list{
        visibility: visible;

        display: flex;

        list-style: none;
        flex-direction: column;
        max-width: 100%;

        margin-top: 3%;
        
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        
        background-color: #f5f4f4;
        box-shadow: 3px 3px 10px rgb(81, 81, 81);
        padding: 5% 0;
    }

    .menuItem{
        display: block;
        border: solid 1px #2b2b2b;
        border-radius: 10px;
        
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 3px;
        padding: 10px 4px;
        
        color: #2b2b2b;
        text-decoration: none;
    }

    .showMenu{
        transform: translateY(0);
        margin-top: -7%;
    }

    .CONTAINER.index_hero{
        justify-content: center;
        background-color: transparent;
    }

    .CONTAINER.index_hero .HERO{
        height: auto;
    }
    
    .CONTAINER.index_hero .HERO .hero_image{
        transform: scale(1) translateX(0) translateY(0);
    }

    .CONTAINER.index_hero .HERO .hero_inteck_logo{
        width: 220px;
    }

    .CONTAINER.index_hero .HERO .hero_title{
        font-size: 3em;
        width: 90%;
        text-align: center;
    }

    .CONTAINER.index_hero .HERO .hero_calltoaction{
        width: 90%;
        text-align: center;
    }

    .CONTAINER.index_hero .HERO .hero_buttons .hero_buttons_list{
        padding-bottom: 1em;
        width: 100%;
    }

    .CONTAINER.index_hero .HERO .hero_buttons li{
        margin: 0.5em;
    }

    .INFOSECTION.nosotros .infosection_icon{
        width: 30%;
    }

    .INFOSECTION.nosotros .infosection_paragraph{
        text-align: justify;
    }

    .INFOSECTION.nosotros .infosection_button{
        font-size: 1.0em;
        width: 100%;

        padding-top: 2%;
        padding-bottom: 3%;

        margin-top: 20%;
        margin-bottom: 20%;

        border-radius: 4px;
    }

    .INFOSECTION.nosotros .infosection_distribuidores_title{
        font-size: 1.0em;
    }

    .INFOSECTION.nosotros .infosection_weg_link{
        width: 12%;
        cursor: pointer;
    }
    
    .INFOSECTION.nosotros .infosection_siemens_link{
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 2.0%;
        cursor: pointer;
    }
    
    .INFOSECTION.nosotros .infosection_delta_link{
        width: 23%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
    }

    .index_infobox_container{
        flex-direction: column;
        align-items: center;
    }

    .INFOBOX{
        width: 90%;
        margin-top: 4%;
        margin-bottom: 4%;
    }

    .infobox_servicios_link{
        width: 90%;
    }

    .INFOBOX.tienda{
        width: 90%;
    }

    .INFOBOX.tienda .infobox_square{
        width: 33%;
    }
    .INFOBOX.tienda .infobox_icon{
        transform: scale(1.1);
    }

    .infobox_link_wrapper{
        width: 90%;
    }

    .capacitacion_infobox_container{
        display: flex;
        flex-direction: column;
    }

    .capacitacion_infobox_container .INFOBOX{
        width: 100%;
    }

    .contact_card_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.9em;

        margin-top: 5em;
    }

    .contact_card_info_wrapper{
        width: 95%;
        margin-left: 0%;
    }
}