body {
  padding-top: 20px;
  background-color: white;
  font-family: Raleway, sans-serif;
  color: #717171;
  font-size: 13px;
  line-height: 26px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #313131;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #313131;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  position: static;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #5c5b5b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #313131;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  margin-bottom: 5px;
  font-family:'PT Sans', sans-serif;
  color: #333;
  font-size: 16px;
}
.button {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.price.form {
  display: block;
  margin-top: 30px;
  font-weight: 400;
}
.button.price {
  border-style: none;
  background-color: #eb005d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button.price:hover {
  background-color: #414141;
}
.left-border {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e8eced;
}
.right-border {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e8eced;
}
.top-boreder {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e8eced;
}
.bottom-border {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e8eced;
}
.nav {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
}
.logo {
  position: absolute;
  margin-top: -5px;
}
.logo.w--current {
  display: block;
  margin-top: 0px;
}
.nav-linl {
  margin-left: 1px;
  padding: 14px 15px;
  font-family: Oswald, sans-serif;
  color: #444;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-linl:hover {
  background-color: #444;
  color: white;
}
.nav-linl.w--current {
  background-color: #0070ba;
  color: white;
}
.nav-linl.dropdown {
  padding-right: 25px;
}
.social_header {
  margin-right: 50px;
  padding-top: 8px;
  float: right;
}
.square_social {
  width: 35px;
  height: 35px;
  margin-left: 3px;
  padding-top: 4px;
  background-color: #c2c7cc;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.square_social:hover {
  background-color: #333;
}
.share_social {
  width: 35px;
  height: 35px;
  margin-left: 3px;
  padding-top: 4px;
  background-color: #c2c7cc;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}
.share_social:hover {
  background-color: #333;
}
.sub-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
  background-image: url('../images/Mision_4.jpg');
  background-position: 49% 109%;
  background-size: 120%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
.sub-section.sub-section-black {
  padding-bottom: 0px;
  background-color: #1f1f1f;
  background-image: none;
  background-attachment: scroll;
  text-align: center;
}
.sub-section.sub-section-fabricacion {
  background-image: url('../images/Fabricacion_05.jpg');
  background-position: 50% -195px;
  background-size: 100%;
}
.sub-section.image-contain {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: 50% -189px;
}
.quality-section {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #f0f0f0;
  text-align: center;
}
.white {
  position: relative;
  top: 35px;
  display: inline-block;
  padding: 15px;
  background-color: #0070ba;
  color: white;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}
.white.staff {
  left: 0px;
  top: -92px;
  right: 0px;
}
.white.clients {
  left: 0px;
  top: -77px;
  right: 0px;
}
.white.procces {
  top: -133px;
  font-weight: 300;
}
.white.in-map {
  top: -86px;
  z-index: 1;
  margin-bottom: 0px;
}
.white.related {
  top: -66px;
}
.tittle {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #414141;
  font-size: 22px;
  font-weight: 400;
}
.porject-section {
  padding-top: 110px;
  padding-bottom: 90px;
}
.column {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 0px;
  padding-left: 0px;
}
.project-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay:hover {
  opacity: 1;
}
.link-button {
  margin-right: 6px;
  margin-left: 6px;
  padding: 10px;
  border: 2px solid white;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.link-button:hover {
  border-color: #eb005d;
  background-color: #eb005d;
}
.project-link {
  margin-top: 85px;
  text-align: center;
}
.project-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.project-overlay-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  background-image: url('../images/pattern.png');
}
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #a3a7a8;
}
.footer-top {
  margin-top: 23px;
  margin-bottom: 17px;
  font-family: Oswald, sans-serif;
  color: #ededed;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
.fotter_bottom {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3d4547;
  text-align: center;
}
.footer-bottom-text {
  color: rgba(255, 255, 255, 0.65);
}
.logo-footer {
  margin-bottom: 15px;
}
.social_footer {
  margin-top: 15px;
}
.square_footer {
  width: 35px;
  height: 35px;
  margin-right: 4px;
  padding-top: 3px;
  background-color: #2e2e2e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.square_footer:hover {
  background-color: #252525;
}
.square_footer.team_social {
  padding-top: 4px;
  background-color: #c4cacf;
}
.square_footer.team_social:hover {
  background-color: #eb005d;
}
.usefullinks {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9c9c9c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'PT Sans', sans-serif;
  color: #3d4547;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.usefullinks:hover {
  color: white;
}
.staff-section {
  padding-top: 57px;
  padding-bottom: 130px;
  background-color: #f2f2f2;
  text-align: center;
}
.clients-section {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: white;
  text-align: center;
}
.mask {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.hide-dots {
  display: none;
}
.text_about {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}
.ligheter {
  color: #ededed;
}
.service-section {
  padding-top: 130px;
  padding-bottom: 120px;
  background-color: #d6d6d6;
}
.circle-service {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  padding-top: 26px;
  border-radius: 50px;
  background-color: #414141;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.circle-service:hover {
  background-color: #eb005d;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
.circle-service.home {
  border: 2px solid #eb005d;
}
.column_service {
  text-align: center;
}
.service {
  font-weight: 400;
  letter-spacing: 1px;
}
.service.team {
  margin-top: 20px;
  margin-bottom: 0px;
}
.process-section {
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
}
.number-procces {
  position: absolute;
  right: 0px;
  bottom: -1px;
  width: 45px;
  height: 45px;
  background-color: #eb005d;
  text-align: center;
}
.number-procces.green {
  background-color: #a1e600;
}
.procces {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}
.procc {
  color: white;
  font-weight: 300;
}
.column-procces {
  text-align: left;
}
.row {
  margin-top: 50px;
}
.column_process {
  padding-right: 0px;
  padding-left: 15px;
  text-align: left;
}
.pricing-section {
  padding-top: 120px;
  padding-bottom: 100px;
}
.name-pricing {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ededed;
}
.name-pricing.money {
  background-color: #fafafa;
}
.div-pricing {
  text-align: center;
}
.tittle-pricing {
  font-weight: 400;
  letter-spacing: 1px;
}
.pice {
  font-size: 40px;
  font-weight: 400;
}
.color {
  color: #eb005d;
  font-size: 25px;
}
.month {
  margin-top: 0px;
  color: #ababab;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.best-price {
  position: absolute;
  top: -24px;
  right: 28px;
  width: 60px;
  height: 60px;
  padding-top: 17px;
  border-radius: 9px;
  background-color: #eb005d;
}
.best-text {
  color: white;
  font-weight: 500;
}
.div-map {
  position: relative;
  text-align: center;
}
.contact-section {
  padding-top: 50px;
  padding-bottom: 110px;
  border-top: 1px solid white;
  background-color: #f2f2f2;
  background-image: url('../images/Fondo_Contacto.jpg'), url('../images/example-bg.png');
  text-align: center;
}
.contact-container {
  text-align: left;
}
.text-area {
  padding-bottom: 150px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-left-style: none;
  border-radius: 3px;
  background-color: #ebebeb;
  box-shadow: rgba(204, 204, 204, 0.27) 0px 1px 0px 0.5px inset;
}
.text-area:focus {
  border-bottom-width: 1px;
  border-bottom-color: white;
  background-color: #ededed;
}
.text-field {
  margin-bottom: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-left-style: none;
  border-radius: 3px;
  background-color: #ebebeb;
  box-shadow: rgba(204, 204, 204, 0.27) 0px 1px 0px 0.5px inset;
}
.text-field:focus {
  border-bottom: 1px solid white;
  background-color: #ededed;
}
.label {
  color: #8c8c8c;
  font-weight: 500;
}
.success {
  padding: 50px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: #ededed;
  text-align: center;
}
.success_text {
  font-size: 16px;
}
.error {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #fcacac;
  border-radius: 5px;
}
.error-text {
  color: #fa6666;
}
.project-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.square_project {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding-top: 4px;
  border: 2px solid #bfbfbf;
  border-radius: 2px;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.square_project:hover {
  opacity: 0.8;
}
.project-photo {
  margin-top: 40px;
}
.project-h5 {
  margin-top: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}
.column-project {
  padding-top: 28px;
}
.related-project {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fafafa;
  text-align: center;
}
.tittle-team {
  position: relative;
  bottom: 14px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f2f2f2;
  font-size: 13px;
}
.team-line {
  display: block;
  width: 70%;
  height: 1px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eb005d;
}
.social_team {
  margin-top: 20px;
}
.banner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/FdoHome1.jpg');
  background-position: 50% 61%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.small_text {
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
.slide_big {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.vertical_big {
  display: none;
}
.slider_banner {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 50%;
  background-color: transparent;
  text-align: center;
}
.h1_slider {
  display: inline;
  margin-bottom: 0px;
  padding: 20px 30px;
  border: 4px solid white;
  color: white;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
}
.small_text_2 {
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}
.logo-img {
  border: 1px solid #ebebeb;
}
.scroll-nav {
  position: fixed;
  z-index: 1002;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0) 1px 1px 3px 0.5px;
}
.small-logo {
  padding-top: 7px;
}
.arrow_down {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  border: 2px solid white;
  opacity: 0.28;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.arrow_down:hover {
  opacity: 1;
}
.arrow_div {
  position: relative;
  top: 157px;
  text-align: center;
}
.pages {
  padding-top: 0px;
}
.img-circle {
  border-radius: 150px;
}
.index-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3e6079;
  background-image: none;
  background-attachment: scroll;
}
.index_section_1_paragraph {
  color: #d6d6d6;
  font-weight: 300;
}
.index_section_1_paragraph.margin-bottom-40px {
  margin-bottom: 40px;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mision-slide-1 {
  background-image: url('../images/Mision_01.jpg');
  background-repeat: no-repeat;
}
.vision-slide-1 {
  background-image: url('../images/Vision_01.jpg');
}
.mision-slide-2 {
  background-image: url('../images/Mision_02.jpg');
}
.mision-slide-3 {
  background-image: url('../images/Mision_03.jpg');
}
.mision-slide-4 {
  background-image: url('../images/Mision_04.jpg');
  font-family: Raleway, sans-serif;
  list-style-type: square;
}
.vision-slide-2 {
  background-image: url('../images/Vision_02.jpg');
}
.vision-slide-3 {
  background-image: url('../images/Vision_03.jpg');
}
.vision-slide-4 {
  background-image: url('../images/Vision_04.jpg');
  list-style-type: decimal;
}
.sub-footer {
  margin-top: 60px;
  background-color: #3d4547;
}
.sub-section-content {
  text-align: left;
}
.tittle-withe {
  color: #c7c7c7;
}
.margin-bottom-40px {
  margin-bottom: 40px;
}
.nav-linl-dropdown-icon {
  margin-right: 9px;
}
.nav-linl-dropdown-linl {
  font-family: Oswald, sans-serif;
}
.nav-linl-dropdown-linl.w--current {
  background-color: #0070ba;
  color: white;
}
.fundicion-slider-1 {
  background-image: url('../images/Fundicion_01.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.fundicion-slider-2 {
  background-image: url('../images/Fundicion_04.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.fundicion-slider-3 {
  background-image: url('../images/Fundicion_03.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.fundicion-slider-4 {
  background-image: url('../images/Fundicion_04.jpg');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-transform: lowercase;
}
.fundicion-slider {
  height: auto;
  margin-top: 55px;
  background-color: #0f0f0f;
}
.products-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/Fonfo_productos.jpg');
  text-align: center;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.padding-left-20px {
  padding-left: 20px;
}
.footer-paragraph {
  font-size: 14px;
}
.text-center {
  text-align: center;
}
.qualty-logo {
  opacity: 0.79;
}
.cert-img {
  width: 250px;
}
.logo-text {
  position: static;
  display: inline-block;
  width: 117px;
  margin-top: 8px;
  margin-left: 0px;
  clear: right;
  color: #828282;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}
.logo-image {
  margin-top: 0px;
  float: left;
  clear: none;
}
.calidad-lightbox-link {
  text-decoration: none;
}
.link-block {
  text-decoration: none;
}
.logo-text-div {
  float: right;
}
html.w-mod-js *[data-ix="display-top-border"] {
  opacity: 0;
  width: 0%;
}
html.w-mod-js *[data-ix="display-right-border"] {
  opacity: 0;
  height: 0%;
}
html.w-mod-js *[data-ix="display-bottom-border"] {
  opacity: 0;
  width: 0%;
}
html.w-mod-js *[data-ix="display-left-border"] {
  opacity: 0;
  height: 0%;
}
html.w-mod-js *[data-ix="hide-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
html.w-mod-js *[data-ix="move-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-319px, 0px);
  -ms-transform: translate(-319px, 0px);
  transform: translate(-319px, 0px);
}
html.w-mod-js *[data-ix="move-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}
html.w-mod-js *[data-ix="move-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(320px, 0px);
  -ms-transform: translate(320px, 0px);
  transform: translate(320px, 0px);
}
html.w-mod-js *[data-ix="move-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}
html.w-mod-js *[data-ix="frome-right"] {
  opacity: 0;
  -webkit-transform: translate(28px, 0px);
  -ms-transform: translate(28px, 0px);
  transform: translate(28px, 0px);
}
html.w-mod-js *[data-ix="display-none-in-load"] {
  display: none;
}
@media (max-width: 991px) {
  body {
    padding-top: 0px;
  }
  .sub-section.sub-section-fabricacion {
    background-position: 50% -86px;
  }
  .sub-section.image-contain {
    background-position: 49% -26%;
  }
  .project-link {
    margin-top: 61px;
  }
  .fotter_bottom {
    padding-bottom: 20px;
  }
  .button_device {
    background-color: #c2c7cc;
    color: white;
  }
  .button_device.w--open {
    background-color: #0070ba;
  }
  .menu-deive {
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.97);
  }
  .banner {
    background-size: cover;
  }
  .h1_slider {
    font-size: 40px;
  }
  .fundicion-slider {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .sub-section.image-contain {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 50% -2px;
  }
  .project-link {
    margin-top: 164px;
  }
  .mask {
    text-align: center;
  }
  .text_about {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column_service {
    margin-bottom: 30px;
  }
  .number-procces {
    bottom: 0px;
  }
  .column-procces {
    margin-bottom: 30px;
  }
  .div-pricing {
    margin-bottom: 80px;
  }
  .contact-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .team_column {
    margin-bottom: 30px;
  }
  .fotter-column {
    margin-bottom: 30px;
  }
  .button_device {
    margin-right: 15px;
  }
  .logo-img {
    margin-bottom: 30px;
  }
  .fundicion-slider {
    height: 260px;
  }
}
@media (max-width: 479px) {
  .sub-section.image-contain {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 50% 18px;
  }
  .white {
    font-size: 14px;
  }
  .tittle {
    line-height: 32px;
  }
  .project-link {
    margin-top: 91px;
  }
  .div-project {
    margin-left: 10px;
  }
  .button_device {
    padding: 14px;
  }
  .menu-deive {
    min-width: 200px;
  }
  .banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 87% 50%;
  }
  .slide_big {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .h1_slider {
    border-width: 3px;
    font-size: 21px;
  }
  .arrow_div {
    top: 58px;
  }
}

