/* Contacto Section */
#footerContacto {
  width: 100%;
  height: auto;
  background: #484848;
  background-color: #484848;
  padding: 10px 0 1px 0;
  position: relative;
}

.contactoHeader{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0 0 0;
}

.contactoHeader a {
  font-family: 'Circular Std';
  font-weight: 500;
  font-style: normal;
  padding: 10px 70px 10px 70px;
  text-align: center;
  background: #750514;
  background-color: #750514;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  top: -25px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.52);
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.52);
  transition: all .3s ease;
  z-index: 10;
}

.contactoHeader a:hover, .contactoHeader a:focus, .contactoHeader a:active {
  background: #ffffff;
  background-color: #ffffff;
  color: #000000;
}

.contactoPhone{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0 0 0;
}

.contactoPhone h1 {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 0 0;
}

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

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

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

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

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

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

.contactoPhone ul li a:hover {
  color: #ffffff;
  text-decoration-line: underline;
}

.chatMachinery {
  position: absolute;
  bottom: 33px;
  right: 15%;
  z-index: 10;
}

.chatMachinery img {
  max-width: 220px;
  height: auto;
}
/*  */

/* Footer */
.page-footer {
  background: #750514;
  background-color: #750514;
}
.page-footer .footer-copyright {
  background-color: rgba(51,51,51,0);
  padding: 0 0 25px 0;
}

.socialFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
}

.socialFooter::after {
  content: "";
  width: 23%;
  height: 1px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.socialFooter ul li {
  display: inline-block;
  padding: 0 20px 0 20px;
  position: relative;
}

.socialFooter ul li a {
  color: #ffffff;
  font-size: 35px;
  transition: all .3s ease;
}

.socialFooter ul li a:hover {
  color: #ffffff;
  font-weight: bold;
}

p.textFooter , p.textFooter a{
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}

.headquartersFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
}

.headquartersFooter ul li {
  display: inline-block;
  padding: 0 25px 0 25px;
  position: relative;
}

.headquartersFooter ul li:nth-child(1)::before, .headquartersFooter ul li:nth-child(2)::before, .headquartersFooter ul li:nth-child(3)::before, .headquartersFooter ul li:nth-child(4)::before {
  content: "";
  width: 1px;
  height: 80%;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

.headquartersFooter ul li a {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  transition: all .3s ease;
}

.headquartersFooter ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration-line: underline;
}

.headquartersFooter::after {
  content: "";
  width: 25%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}


.pagesFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
}

.pagesFooter ul li {
  display: inline-block;
  padding: 10px 15px 0 15px;
  position: relative;
}

.pagesFooter ul li a {
  font-family: 'Circular Std Book';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 19px;
  transition: all .3s ease;
}

.pagesFooter ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration-line: underline;
}

.Textfooter2 a {
    color:#FFFFFF;
    text-decoration: normal;
    font-family: 'Circular Std Book';
    font-size: 15px;
    font-weight: normal;
}

.Textfooter2 a:hover{
    font-weight:bold;
    color:#FFFFFF;
    transition:all .3s ease;
    text-decoration:underline;
}

/*
*/
