/********** Template CSS **********/
:root {
    --primary: #ff5e13;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,500i,700,700i,900&display=swap");

@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,500i,700,700i,900&display=swap");

.flex-center-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}

body{font-family:'Rubik', sans-serif;font-weight:normal;font-style:normal}

h1, .h1, h2, .h2, h3, .h3, h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Rubik",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #6a6a6a;
}



.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


img.logo {
    width:auto;
    height: 50px;
}


img.mapa {
  display: block;
  width: 80%;
  height: auto;
}

.mapas {
  position: relative;
  width: 50%;
}



.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 1em;
    outline: none;
 
}

.navbar-light .navbar-nav .nav-link a::before {
    position:absolute;content:"";background:#ff5e13c7;width:100%;height:2px;bottom:0;left:0;opacity:0;transform:scaleX(0);-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ff5e13;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    
    img.logo {
    width:auto;
    height: 40px;
}
    

}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 68px;
}

.navbar-light .navbar-nav .nav-link {
   
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    font-size: 1.1em;
    outline: none;
     color: #596277;
    font-weight: 400;
    font-family: "Rubik",sans-serif;
}


.navbar-light.sticky-top {
    top: 0px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    
    .navbar-light a.btn {
    height: 90px;
}
}

.bg-success{background-color:#c5b38f !important}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 160px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    

.mapas {
  position: relative;
  width: 90%;
}

   
    
    
    
}

.page-header {
    background-position: center center;
   no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .3);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}
.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
    
  
}

/*** whats ***/
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        left:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}





/*** Booking ***/
.booking {
    background:  url(../img/banner_contactanos_3.jpg) no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5e1360;
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}
/***otros**/

.white-bg2 { background:linear-gradient(180deg, #c5b38f,#fff, #fff,#fff, #fff, #c5b38f);
 }

.white-bg3 { background:#ffffff70;
 }
.black-bg3 { background:#00000030;
 }

.text-white {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
    
}


.text-white-2 {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;

}

.text-white-3 {
    font-size: 5em;
    color: #ff5e13 !important;
  text-shadow: 0 0 .5px black, 0 0 .5px white, 6px 6px 6px white;
} 

.text-white-4 {
    color: #ff5e13 !important;
   text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
} 
.text-white-5 {
    color: #ff5e13 !important;
   text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
} 
.text-white-6 {
    color: #ff5e13 !important;
   text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
}

.text-other {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
    
}

.text-other2 {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
    
}

.text-other-3 {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;

    
}

.text-other-4 {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
    margin-top: 40px;
    
}

.text-white h4{
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
font-size: .8em;
}
 




.text-black {
    color: #000 !important;
    
}



span2 {
    font-size: .6em
  
}


.four-elements, .our-history, .our-services, .recent-works, .case-study, .statistics, .our-pricing, .our-team, .partners, .our-blog, .keep-touch, .get-started {
    padding: 10px 0; }
 
      
  } 

.four-elements {
  text-align: center;
  padding: 100px 0;
  border-bottom: 1px solid #ff5e13c7; }
  .four-elements .col-md-3 {
    padding: 0 30px; }
    .four-elements .col-md-3 .four-elements--image {
      height: 70px;
      width: 70px;
      border: 1px solid #ff5e13c7;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 0 auto 30px; }
      .four-elements .col-md-3 .four-elements--image i {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 20px;
        color: #c5b38f; }
    .four-elements .col-md-3:hover .four-elements--image {
      border-color: #ff5e13c7;
        background-color: #eceae4;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .four-elements .col-md-3:hover i {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .four-elements .col-md-3:hover h3 {
      color: #ff5e13c7; }
    .four-elements .col-md-3 h3 {
      font-size: 14px;
        font-weight: 600;
      position: relative;
      text-transform: uppercase;
      color: #6a6a6a;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 0 0 30px; }



.four-elements .col-md-3 h3 a{
      font-size: 17px;
        font-weight: 600;
      position: relative;
      text-transform: uppercase;
      color: #6a6a6a;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 0 0 30px; }

.four-elements .col-md-3 h3 a:hover{
      font-size: 17px;
        font-weight: 600;
      position: relative;
      text-transform: uppercase;
      color: #ff5e13c7;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 0 0 30px; }


      .four-elements .col-md-3 h3:before {
        content: "";
        width: 20%;
        height: 1px;
        background: #6a6a6a;
        position: absolute;
        left: 40%;
        bottom: -15px; }

    .four-elements .col-md-3 p {
         font-size: 14px;
      font-weight: 200;
      letter-spacing: 1px; }

.four-elements .image2 {
    
    width: 160px;
    height: auto;
        border-radius: 5%;

}
.about_thumb{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}


.text-primary {
    color: #ff5e13c7 !important;
}
.text-light{color:#F2F2F2 !important;
text-shadow: 1px 1px 3px #000}


/*** Footer ***/
.footer {
    background: linear-gradient(180deg, #c5b38f 1%,#fff 5%, #fff 25%,  #c5b38f20 40%), url(../img/footer_fdi.jpg) center center no-repeat;
    background-size: cover;
}


(180deg, #c5b38f,#fff, #fff,#fff, #fff, #c5b38f)

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.case-study {
  padding: 20px 0;
  text-align: center;
  background: #c5b38f20; }
  .case-study h2 {
    font: 600 36px/1 ;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #000; }
  .case-study p {
    font: 400 14px/25px ;
    margin-bottom: 0; }
  .case-study--sliders {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 45px 30px 45px 5px;
    margin-top: 0px; }
  .case-study--left {
    float: left;
    width: 53%;
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 45px 60px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .case-study--left__textslider {
      margin: 0 !important; }
      .case-study--left__textslider__image {
        height: 85px;
        width: 85px;
        background: #ff5e13c7;
        color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 40px;
        margin: 40px auto 60px; }
        .case-study--left__textslider__image i {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .case-study--left__textslider h4 {
        font: 500 18px ;
        position: relative;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 60px; }
        .case-study--left__textslider h4:after {
          content: "";
          background: #6a6a6a;
          width: 10%;
          height: 1px;
          position: absolute;
          bottom: -30px;
          left: 45%; }
      .case-study--left__textslider p {
        margin-bottom: 50px; }
      .case-study--left__textslider .button {
        margin-bottom: 50px; }
    .case-study--left__dots ul {
      position: initial; }
      .case-study--left__dots ul li {
        margin: 0 2px; }
        .case-study--left__dots ul li button {
          background: #f4f5f9;
          width: 15px;
          height: 15px;
          border-radius: 20px; }
          .case-study--left__dots ul li button:before {
            display: none; }
        .case-study--left__dots ul li.slick-active button {
          background: #c5b38f; }
  .case-study--right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    z-index: 0; }
    .case-study--right__imageslider img {
      height: auto;
      -o-object-position: center;
      object-position: center;
      -o-object-fit: cover;
      object-fit: contain;
      width: 100%; }

.btn-primary{color:#fff;background-color:#ff5e13c7;border-color:#ff5e13c7}.btn-primary:hover{color:#ff5e13c7;background-color:#fff;border-color:#ff5e13c7}

@media screen and (max-width: 768px) {
 
  .case-study--sliders {
    padding: 0; }
  .case-study--left {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1; }
  .case-study--right {
    position: relative;
    width: 100%;
    float: left;
    z-index: 2; }
    
    
     .booking {
    background: url(../img/banner_contactanos_2.jpeg) center center no-repeat;
    background-size: cover;
         height: 110px;
}
    
  
.text-white {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
 
    font-size: .6em;
} 
    
    .text-white-2 {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
     margin-top: 0px;
    font-size: 1.2em;
} 
   
    
    
    .text-white-3 {
    font-size: 1.5em;
    color: #ff5e13 !important;
  text-shadow:-1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
          line-height: .5;
        margin-top: -15px;
} 

    .text-white-4 {
        color: #ff5e13 !important;
        text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
        font-size: 1em;
        line-height: .5;
    }
    
        .text-white-5 {
        color: #ff5e13 !important;
        text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
        font-size: 1em;
        line-height: .5;
    }
          .text-white-6 {
        color: #ff5e13 !important;
        text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
        font-size: 1em;
        line-height: .5;
    }
    
.text-other {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
         margin-top: ;
    font-size: .7em;
    margin-top: -35px;
    
}
.text-other2 {
        color: #fff !important;
        text-shadow: 3px 2px 3px #000;
        margin-top: 15px;
        font-size: .6em;
        line-height: .6;
    }
    
    
    
    
    .text-other-3 {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
    font-size: .7em;
        margin-top: 35px;

    
}
    
    
       .text-other-4 {
    color: #fff !important;
    text-shadow: 3px 2px 3px #000;
     margin-top: 35px!important;
    font-size: .7em;

    
}
    
    

}

   
  
   }





@media screen and (max-width: 575px) {
 
  .case-study--right__imageslider img {
    height: auto; }
  .four-elements, .our-history, .our-services, .recent-works, .case-study, .statistics, .our-pricing, .our-team, .partners, .our-blog, .keep-touch, .get-started {
    padding: 0px 0; }
 
  .our-history .col-md-7 {
    padding-left: 15px; }
    

  
  .recent-works--items__item {
    float: left;
    width: 100%;
    position: relative; }
    
    
  } 



.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow, .paralax-mf, .service-box, .work-box, .card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a, .button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

.sect-mt5 {
  margin-top: 12rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: .5rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #ff5e13c7;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #ff5e13c7;
  float: right;
}

.work-content .w-like a {
  color: #ff5e13c7;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1rem;
}


h4 .active {
    color: #ffffff;
}


.dot-dash {
  position: relative;
  text-align: center;
  font-size: 55px;
  line-height: 0;
  color: #ff5e13;
  margin: 20px 0 40px;
  display: block; }
  .dot-dash:before, .dot-dash:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #ffffff;
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 10px; }
  .dot-dash:after {
    margin-right: 0px;
    margin-left: 10px; }
  .dot-dash.dark:before, .dot-dash.dark:after {
    background: #6a6a6a; }



.recent-works {
  padding: 0px 0 0;
  text-align: center; }
  .recent-works h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #6a6a6a; }
  .recent-works p {
    margin-bottom: 0; }
  .recent-works--nav {
    margin-bottom: 40px; }
    .recent-works--nav ul li {
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      margin: 0 20px;
      cursor: pointer; }
      .recent-works--nav ul li.active {
        color: #ff5e13; }
      .recent-works--nav ul li:after {
        content: "/";
        position: absolute;
        right: -25px; }
      .recent-works--nav ul li:last-child:after {
        display: none; }
  .recent-works--items__item {
    float: left;
    width: 25%;
    position: relative; }
    .recent-works--items__item a {
      display: block;
      position: relative; }
      .recent-works--items__item a img {
        width:auto; }
      .recent-works--items__item a .inner-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5vh;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: left;
        background: rgba(255, 94, 19, 0.7);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
        .recent-works--items__item a .inner-item h4 {
          margin: 0 0 10px;
          width: 100%;
          text-transform: uppercase;
          position: relative;
color: #fff;
}
          .recent-works--items__item a .inner-item h4:before {
            content: "";
            width: 40px;
            height: 4px;
            background: #ffffff;
            position: absolute;
            top: -25px; }
        .recent-works--items__item a .inner-item p {
          width: 100%; }
    .recent-works--items__item:hover .inner-item {
      opacity: 1; }







.partners {
  padding: 140px 0 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #f4f5f9; }
  .partners h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #6a6a6a; }
  .partners p {
    margin-bottom: 0; }
  .partners--container {
    margin-top: 30px;
    float: left;
    width: 100%;
    display: block; }
  .partners--item {
    position: relative;
    z-index: 1;
    float: left;
    width: 17%;
    margin: 0 1.5% 30px;
    text-align: center;
    background: #ffffff; }
    .partners--item__image {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 25px;
      height: 100px;
      -webkit-box-shadow: 0 2px 5px rgba(173, 173, 173, 0.2);
      box-shadow: 0 2px 5px rgba(173, 173, 173, 0.2); }
      .partners--item__image img {
        -webkit-filter: grayscale(0) brightness(0) contrast(0);
        filter: grayscale(0) brightness(0) contrast(0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .partners--item:hover .partners--item__image {
      background: #3c88e7; }
      .partners--item:hover .partners--item__image img {
        -webkit-filter: none;
        filter: none; }

.video_bg{background-image:url(../img/videos/video_corte_bg.jpg);
    
      background-repeat: no-repeat;
}

.video_bg-1{background-image:url(../img/videos/video_maquinado_bg1.jpg);
    
      background-repeat: no-repeat;
}

.video_bg-2{background-image:url(../img/videos/video_doblez_bg2.jpg);
    
      background-repeat: no-repeat;
}

.video_bg-3{background-image:url(../img/videos/video_corte_laser_bg2.jpg);
    
      background-repeat: no-repeat;
}

.video_bg-4{background-image:url(../img/videos/video_maquinado_bg3.jpg);
    
      background-repeat: no-repeat;
}
.video_bg-5{background-image:url(../img/videos/video_corte_bg4.jpg);
    
      background-repeat: no-repeat;
}
.video_bg-6{background-image:url(../img/videos/video_corte_laser_bg3.jpg);
    
      background-repeat: no-repeat;
}
.video_bg-7{background-image:url(../img/videos/video_corte.jpg);
    
      background-repeat: no-repeat;
}
.video_bg-8{background-image:url(../img/videos/video_corte.jpg);
    
      background-repeat: no-repeat;
}
.video_bg-9{background-image:url(../img/videos/video_corte.jpg);
    
      background-repeat: no-repeat;
}
.video_bg-10{background-image:url(../img/videos/video_corte_tubo.jpg);
    
      background-repeat: no-repeat;
}


.video_area{padding:100px 0;background-size:contain;background-position:center center;}
@media (max-width: 767px){.video_area{padding:100px 0}}

@media (min-width: 768px) and (max-width: 991px){.video_area{padding:100px 0}}

.video_area .video_area_inner span{font-size:14px;color:#fff}

.video_area .video_area_inner h3{font-size:46px;color:#fff;line-height:56px;font-weight:400;margin-top:12px;margin-bottom:28px}

@media (max-width: 767px){.video_area .video_area_inner h3{font-size:30px}}


.video_area .video_area_inner a {
    width: 60px;
    height: 60px;
    background: radial-gradient(#ff5821 50%, rgba(255, 88, 33, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 37px);
    top: calc(40% - 37px);
    overflow: hidden;
    line-height:60px;
}



/*--video
.video_area .video_area_inner a{width:60px;height:60px;background:#fff;line-height:60px;font-size:15px;color:#ee2e3c;display:inline-block;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}}
    
    --*/

.video_area .video_area_inner a i{position:relative;left:2px;color: #fff;}

.c{
  
  display: none; /* Por defecto */
  
  width: 500px;
  height: 300px;
  margin: 10px;
  font-size: 13px;
  text-align: center;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
	  color: #596277;
 background-color:#c5b38f30;
}


.color_2{
  color: #596277;
 background-color:#c5b38f30;
}


/*--Descarga
    
    --*/
.mb-3{margin-bottom:3rem !important}

.cta-area {
    padding-top: 25px;
    padding-bottom: 50px;
}

.cta-bg-1 {
   background-image: url(../img/bg-img-3.jpg);
    background-repeat: no-repeat;
}



.boxed-btn2 {
    color: #fff;
    display: inline-block;
    padding: 22px;
    font-size: 16px;
    font-family: "Rubik",sans-serif;
    font-weight: 400;
}

.boxed-btn3 {
    color: #fff;
    display: inline-block;
    padding: 22px;
    font-size: 16px;
    font-family: "Rubik",sans-serif;
    font-weight: 400;
}

.black-bg {
    background: #ff5e13c7
		!important;
}

.black-bg2 {
    background: #ff5e1390
		!important;
}
.black-bg :hover{
color:beige
}



.cta-area .cta-content{display:block;background:#c5b38f;position:relative;padding:5px 5px 5px 5px}

@media (min-width: 992px) {
    .text-lg-start {
        text-align: center !important;
    }
}



@media (max-width: 767px)
	
	
{
    
    
     .text-white-4 {
        color: #ff5e13 !important;
        text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
        font-size: 1em;
        line-height: .7;
    }
        .text-white-5 {
        color: #ff5e13 !important;
        text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
        font-size: 1em;
        line-height: .7;
            margin-top: 20px;
    }
    
           .text-white-6 {
        color: #ff5e13 !important;
        text-shadow: -1px 0 #fff, 1px 0 #fff, 0 1px #fff, 0 -1px #fff;
        font-size: 1em;
        line-height: .7;
    }
    
     .text-lg-start {
        text-align: center !important;
    }
    
    
	.boxed-btn2 {
    color: #fff;
    display: inline-block;
    padding: 22px;
    font-size: 16px;
    font-family: "Rubik",sans-serif;
    font-weight: 400;
}

	.cta-area .cta-content{padding:20px 20px 50px 20px}}

.cta-area .cta-content h3{font-size:22px;line-height:20px;color:#fff;font-weight:400;margin-bottom:13px;padding: 5px;}


@media (max-width: 767px)

{
	.pdf

{
    display: none;
}
	
	
	.black-bg2 {
display: none;		
}




	.cta-area .cta-content h3{font-size:23px;line-height:32px}}

@media (min-width: 992px) and (max-width: 1200px){
	
.cta-area .cta-content p{font-size:16px;color:#ffffff;font-weight:400}

.cta-area .cta-content .cta-btn{position:absolute;right:0;bottom:0}

.cta-area .cta-content .cta-btn i{position:relative;left:8px}
    
    
   

	}





