/* Main Navbar */
.mainNavbar {
  width: 100%;
  height: 140px;
  padding: 0 0 0 0;
  position: fixed;
  z-index: 999;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
}

.mainNavbar::before {
  content: "";
  width: 100%;
  height: 150px;
  padding: 0 0 0 0;
  background: #FFFFFF;
  background-color: #FFFFFF;
  opacity: 1;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: all .3s ease;
}

.navbarSocial {
  width: 101%;
  height: 55px;
  padding: 0 0 3.5px -5px;
  position: relative;
  z-index: 2;
  border: 1px solid #ccc;
}

.socialList {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}

.socialList ul {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 75%;
}

.socialList ul li {
  display: inline-block;
  padding: 0 10px 0 10px;
  position: relative;
  top: -5px;
}

.socialList ul li a {
  color: #2b2b2b;
  font-size: 18px;
  transition: all .3s ease;
}

.socialList ul li a:hover {
  color: #8E8E8E;
}

.searchMachinery {
  max-width: 18px;
  height: auto;
}

.socialCountry {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.socialCountry ul {
  position: absolute;
  top: 0;
  left: 50px;
}

.socialCountry ul li {
  display: inline-block;
  position: relative;
  top: -5px;
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
}

.socialCountry ul li:nth-child(1) {
  padding: 0 25px 0 55px;
}

.socialCountry ul li:nth-child(2) {
  padding: 0 2px 0 30px;
}

.socialCountry ul li:nth-child(3) {
  top: -2px;
  padding: 0 0px 0 40px;
}

.socialCountry ul li:nth-child(3) a {
  font-size: 24px;
}

.socialCountry ul li:nth-child(1)::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url('../../img/machinery_mexico.png');
  position: absolute;
  top: -2px;
  left: 10px;
}

.socialCountry ul li:nth-child(2)::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url('../../img/machinery_eua.png');
  position: absolute;
  top: -2px;
  left: 0;
}

.socialCountry ul li a {
  color: #2b2b2b;
  font-size: 14px;
  transition: all .3s ease;
}

.socialCountry ul li a:hover {
  color: #8a8a8a;
}

.navbarMenu {
  width: 100%;
  height: 75px;
  padding: 6px 0 0 0;
  position: relative;
  top:-15;
  z-index: 2;
}

.navbarLogo {
  width: 10%;
  height: 100%;
  position: absolute;
  text-align: center;
  padding: 0px 0px 0px 4%;
}

.navbarLogo1 {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 15;
  left: 0;
  padding: 0px 0px 0px 5%;
}

.navbarLogo img {
  max-width: 200px;
  height: auto;
}

.navbarOptions {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px;
 
}

.navbarOptions ul {
  position: relative;
  bottom: -18px;
}

.navbarOptions ul li {
  display: inline-block;
  padding: 0 28px 0 0;
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
}

.navbarOptions ul li a {
  color: #000000;
  font-size: 17px;
  transition: all .3s ease;
}

.navbarOptions ul li a:hover {
  color: #000000;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline red;
}

.navbarOptions ul li a.activePage {
  color: #000000;
  font-weight: bold;
  text-decoration: underline red; 
}
/*  */

/* ON SCROLL */
.navbarScroll::before {
  /* background: #484848;
  background-color: #484848; */
  opacity: 1;
  height: 100%;
}
/*  */

/* RESPONSIVE NAVBAR */
.responsiveNavbar {
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1010;
  display: none;
}
.responsiveNavbar img {
  max-height: 41px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menuResponsive {
  width: 5%;
  height: 50px;
  font-size: 35px;
  color: #8a8a8a;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.menuResponsive:hover {
  color: #811524;
}
.shadowNavbar {
  -webkit-box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
}
.sidebarMain {
  width: 100%;
  height: 0;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1009;
  display: none;
}
.sidebarInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.sidebarContent {
  width: 100%;
  position: absolute;
  bottom: 50px;
  top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 0 0;
}
.sidebarContent01 {
  width: 100%;
  position: absolute;
  bottom: 50px;
  top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 0 0;
  display: none;
}
.sidebarFooter {
  width: 100%;
  height: 50px;
  background: #730211;
  background-color: #730211;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sidebarFooter .row .col {
  position: relative;
}
.linkFooter {
  width: 100%;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
.linkFooter:hover {
  color: #e50422;
}
.sidebarOptions {
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  text-align: center;
  transition: all .3s ease;
}
.sidebarOptions ul {
  position: relative;
  bottom: -18px;
}

.sidebarOptions ul li {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
}

.sidebarOptions ul li a {
  color: #484848;
  font-size: 25px;
  transition: all .3s ease;
}

.sidebarOptions ul li a:hover {
  color: #730211;
  font-weight: bold;
}

.sidebarOptions ul li a.activePage {
  color: #730211;
  font-weight: bold;
}
/*  */

/* SIDEBAR FINDER */
.sidebarFinder {
  width: 100%;
  height: auto;
  padding: 10px 15% 0 15%;
}
/*  */

/* Formulario Sytles */
.input-field>label {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #484848;
  top: -25px;
}

textarea.materialize-textarea {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
  padding: 3rem 0 .8rem 0;
  min-height: 6rem;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
  border-bottom: 1px solid #484848;
  padding: 0 0 0 3px;
  margin: 10px 0 0 0;
  transition: all .3s ease;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #730211;
  -webkit-box-shadow: 0 1px 0 0 #730211;
  box-shadow: 0 1px 0 0 #730211;
  transition: all .3s ease;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #730211;
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.65);
          transform: translateY(-14px) scale(0.65);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.65);
          transform: translateY(-14px) scale(0.65);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.buttonForm {
  width: 100%;
  height: auto;
  text-align: right;
  padding: 0 0 0 0;
}

.botonContacto, .botonRegresar {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  background: #484848;
  background-color: #484848;
  transition: all .3s ease;
}

.botonContacto:hover, .botonContacto:focus, .botonContacto:active ,
.botonRegresar:hover, .botonRegresar:focus, .botonRegresar:active {
  background: #750514;
  background-color: #750514;
}
#finderResponsive {
  padding: 0 0 0 0!important;
}
/*  */

/* SELECT 2 PLUGIN */
.select2-container .select2-selection--single {
  height: 34px;
  border: none;
  border-bottom: 1px solid #484848;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
  height: 34px;
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.select2-search--dropdown {
  padding: 4px 0 4px 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
  padding: 0 0 0 0!important;
  border: none;
  border-bottom: 1px solid #484848;
  transition: all .3s ease;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: 1px solid #f1f1f1;
}
.select2-results__option[aria-selected] {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
  transition: all .3s ease;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #484848;
  background-color: #484848;
  color: #ffffff;
}
.select2-container--open .select2-dropdown--above {
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #750514 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #750514 transparent;
}

::-webkit-input-placeholder { /* Edge */
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
}

::placeholder {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #484848;
}
/*  */

.dropdown-content {
    width: 210px!important;
    position: absolute!important;
    top: 38px!important;
    height: 100px!important;
    background: none!important;
    background-color: none!important;
}
.dropdown-content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    background-color: #000000;
    opacity: 0.5;
}
.dropdown-content li {
    position: relative;
    z-index: 5;
}
.dropdown-content li:hover,
.dropdown-content li:focus,
.dropdown-content li:active {
    background: none!important;
    background-color: none!important;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px!important;
    padding: 14px 0 0 15px;
}
.dropdown-content li > a:hover {
    font-weight: normal!important;
}