body {
  text-align: center;
}
.wrapper {
  display: inline-flex;
  justify-content: center;
}
.wrapper i {
  padding: 10px;
  text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 150ms;
}
.wrapper a:nth-child(1) {
  color: #dd4b39;
}
.wrapper a:nth-child(2) {
  color: #4867AA;
}
.wrapper a:nth-child(3) {
  color: #1DA1F2;
}
.wrapper i:hover {
  margin-top: -3px;
  text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
}













{
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
body a:hover {
  text-decoration: none;
}
.container {
  max-width: 1280px;
}
#logo {
  width: 45%;
  float: left;
}
.logoImage {
  max-height: 50px;
}
#menu {
  width: 55%;
  float: left;
}
.main-header {
  width: 100%;
  float: left;
  height: 100px;
  padding-top: 25px;
}
.site-header {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0;
}
#page-section {
  overflow: hidden;
}
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#menu ul li:last-child {
  margin-right: 0;
}
#menu ul li {
  display: inline-block;
  margin-right: 40px;
}
#menu ul li a.active,
#menu ul li a:hover {
  color: #fdbe29;
  text-decoration: none;
}
#menu ul li a {
  color: #111317;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-2 .col-md-7 ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  width: 51%;
  padding-top: 10px;
}
.section-2 .col-md-5 {
  padding-top: 30px;
}
.section-2 .col-md-7 ul li {
  font-size: 20px;
  padding-bottom: 5px;
}
.section-2 .col-md-5 img {
  width: 500px;
}
.txt-sec-2 p {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  padding-left: 65px;
  padding-right: 25px;
  padding-top: 48px;
}
.txt-sec-2 img {
  float: left;
}
.txt-sec-2 {
  display: inline-block;
  width: 49%;
  float: left;
}
.section-2 {
  padding: 60px 0;
}

.quienes-1 {
  text-align: center;
  padding: 100px 0;
}
.quienes-1 h1 {
  font-size: 56px;
  font-weight: 700;
}
.img-quienes {
  text-align: center;
}
.content-quienes {
  font-size: 18px;
  text-align: left;
  padding-top: 30px;
}
.content-servicios h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.img-servicios {
  position: relative;
  border-radius: 25px;
  position: relative;
  display: block;
  overflow: hidden;
}
.img-servicios:after {
  content: "";
  background: rgba(0, 0, 0, 0.38);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s linear 0s;
  -wekit-transition: all 0.25s linear 0s;
}
.img-servicios span {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 35%;
  z-index: 9999;
}
.servicios-2 .nav-tabs > li:hover .img-servicios:after {
  opacity: 0;
  visibility: hidden;
}
.img-servicios img {
  width: 100%;
}
.tab-content h3,
.servicios-3 h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
}
.tab-content ul,
.servicios-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.servicios-2 .nav-tabs {
  border: 0;
}
.servicios-2 .tab-content {
  margin-top: 60px;
}
.tab-content ul li,
.servicios-3 ul li {
  font-size: 18px;
  padding-bottom: 10px;
  padding-right: 40px;
}
.servicios-3 .row {
  padding-left: 25px;
}
.tab-content p,
.servicios-3 p {
  font-size: 18px;
  margin-bottom: 10px;
}
.servicios-3 .col-md-12 img {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1 img {
  width: 165px;
  position: relative;
  top: -30px;
}
.section-1 h2 {
  color: #fff;
  font-size: 65px;
  text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.72);
  font-weight: 600;
  line-height: 1.1;
  padding-left: 50px;
}
.section-1 .content-1 p {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  padding-left: 50px;
}
.section-1 {
  height: 675px;
  padding-top: 200px;
  margin-top: 100px;
}
.section-1 .row {
  padding-left: 105px;
}
.border-right {
  width: 700px;
  float: right;
}
.border-left-hr {
  width: 700px;
  float: left;
}
.quienes-2 {
  padding-bottom: 80px;
}
.servicios-4 .col-md-2 > span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.servicios-4 .col-md-2 > span:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.servicios-4 .col-md-2 > span img {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.29);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  cursor: pointer;
}
.servicios-4 .row {
  padding: 0 50px;
  margin-top: 50px;
}
.servicios-4 {
  padding-bottom: 50px;
}
.section-3 {
  padding-top: 100px;
}
.section-5 h2,
.section-3 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 60px;
}
.section-left {
  text-align: right;
}
.section-left img {
  width: 300px;
  margin-top: 25px;
}
.section-right p {
  font-size: 20px;
  padding-right: 150px;
}
.section-3 h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-top: 50px;
}
.section-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-3 ul p {
  float: left;
  width: 80%;
}
.section-3 ul strong {
  float: left;
  margin-right: 5px;
}
.section-3 ul span {
  font-weight: 700;
  color: #a98426;
  float: left;
  margin-right: 5px;
}
.section-3 ul li {
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.section-3 .col-md-12 {
  padding: 0 200px;
}
.section-4 .content-section h3 {
  font-size: 24px;
  font-weight: 700;
}
.section-4 .content-section {
  margin-top: 60px;
}
.section-4 .content-section p {
  font-size: 18px;
}
.section-5 {
  padding: 100px 0;
}
.section-4 {
  padding-bottom: 80px;
}
.form-width {
  width: 50%;
  float: left;
}
.form-group textarea,
.form-group input {
  background-color: #f0efea;
  border: 0;
  height: 50px;
  border-radius: 0;
}
.form-group textarea {
  height: 150px;
}
.form-email {
  padding-right: 10px;
}
.form-name {
  padding-left: 10px;
}
.form-group .button-submit {
  background-color: #fdbe29;
  cursor: pointer;
  color: #fff;
  float: right;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 20px;
}
.form-group .button-submit:hover {
  opacity: 0.7;
}
.content-email {
  float: left;
  position: relative;
  margin-top: 60px;
}
.content-phone a,
.content-email a {
  color: #2f2a17;
  font-size: 16px;
  display: block;
  padding-left: 50px;
  margin-bottom: 5px;
}
.content-phone img,
.content-email img {
  position: absolute;
  top: 30px;
  left: 0;
  width: 25px;
}
.contact-left {
  padding-right: 50px;
}
.contact-right {
  padding-left: 50px;
}
.content-phone,
.content-location {
  position: relative;
}

.content-phone {
  float: right;
  display: inline;
  margin-top: 60px;
}
.content-location img {
  position: absolute;
  top: 0;
  left: 0;
}
.content-location p {
  padding-left: 40px;
  margin-bottom: 5px;
  font-size: 16px;
}
.content-location iframe {
  padding: 25px 0 0 0;
  margin: 0;
}

.numberFix {
  float: right;
  display: block;
  position: relative;
  clear: both;
}
@media screen and (max-width: 1330px) {
  .section-2 .col-md-7,
  .section-2 .col-md-5 {
    max-width: 100%;
    flex: 100%;
  }
  .section-2 .col-md-5 {
    text-align: center;
    margin-top: 20px;
  }
  .section-2 .col-md-7 ul {
    padding-left: 25px;
  }
  .content-servicios h3 {
    min-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .section-1 img {
    display: none;
  }
  .section-1 .row {
    padding-left: 0;
  }
  .contact-left {
    padding-right: 15px;
    max-width: 100%;
    flex: 100%;
  }
  .contact-right {
    padding-left: 15px;
    max-width: 100%;
    flex: 100%;
  }
  .col-md-10.content-1 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }
  .section-1 .content-1 p,
  .section-1 p,
  .section-1 h2 {
    padding-left: 0;
  }
  .servicios-4 .col-md-2 > span img {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.29);
    width: 100%;
  }
  .content-email {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  #menu ul li:first-child {
    display: none;
  }
  #logo {
    overflow: hidden;
    width: 50px;
  }
  #menu {
    width: auto;
    float: right;
    padding-top: 15px;
  }
}
@media screen and (max-width: 980px) {
  .section-1 h2 {
    font-size: 50px;
  }
  .section-1 .content-1 p {
    font-size: 24px;
  }
  #content {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .content-servicios h3 {
    margin-top: 35px;
  }
  .servicios-4 .col-md-2 {
    width: 25%;
    float: left;
  }
  .section-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-right p {
    font-size: 20px;
    padding-right: 0;
    text-align: center;
    padding: 0 15px;
  }
  .section-3 .col-md-12 {
    padding: 0 20px;
  }
  .section-3 ul strong,
  .section-3 ul span {
    float: none;
    display: block;
  }
  .section-3 ul p {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  #menu ul li a {
    font-size: 14px;
  }
  .txt-sec-2 img {
    display: none;
  }
  .txt-sec-2 p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  #menu ul li {
    margin-right: 15px;
  }
  .section-1 h2 {
    font-size: 40px;
  }
  .section-1 .content-1 p {
    font-size: 20px;
  }
  .section-1 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-2 .col-md-7 ul {
    width: 100%;
  }
  .txt-sec-2 {
    width: 100%;
    margin-top: 20px;
  }
  .section-2 .col-md-5 img {
    width: 300px;
  }
  .section-2 .col-md-5 {
    text-align: left;
  }
  .quienes-1 h1 {
    font-size: 32px;
    font-weight: 700;
    padding: 0 10px;
  }
  .content-phone a,
  .content-email a {
    color: #2f2a17;
    font-size: 16px;
    display: block;
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
  }
  .content-phone img,
  .content-email img {
    position: relative;
    top: 0;
    left: 0;
    width: 25px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .content-email {
    text-align: center;
  }
  .content-location img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
  }
  .content-location p {
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }
  .content-location iframe {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 568px)  {
  .numberFix{
    float: none;
  }
  .content-phone {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-top: 0px;
  }
  .content-email {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .servicios-4 .col-md-2 {
    width: 50%;
    float: left;
  }
  #menu ul li a {
    font-size: 12px;
  }
  .section-1 h2 {
    font-size: 30px;
  }
  .section-1 .content-1 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  #menu ul li a {
    font-size: 10px;
  }
}
