@import "animate.css";
@import "../font/font-awesome.css";
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Lato:100);
@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Lato:400italic);
/*========================================================
                    Main layout styles
=========================================================*/

.fix-element,
.fix-element * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 400 15px/22px "Lato", sans-serif;
  /*color: #777777;*/
  color: #ffffff;
  /*background: #f2f2f2;*/
  /*background-color: #00091a;*/
  background-color: #000000;
  overflow-x: hidden;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #406da8;
}

img {
  max-width: 100%;
}

* {
  -webkit-text-size-adjust: none;
}

/* ======= Headers ======= */
h2 {
  font: 700 58px/63px "Lato", sans-serif;
  /*font: 700 68px/73px "Lato", sans-serif;*/
  /*color: #333333;*/
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .logo {
    position: relative !important;
    top: auto !important;
    display: block;
    width: 100% !important;
    border: 0px !important;
  }

  .logo img {
    width: 150px;
  }

  #header #stuck_container {
    padding: 0px !important;
    /*height: 150px;*/
    height: 100px;
  }

  #stuck_container nav {
    margin-top: 0px;
  }

  #stuck_container h1 {
    margin-bottom: 0px;
  }
}

h2 .thin {
  font-weight: 300;
}

.header1 {
  text-align: center;
  margin-bottom: 50px;
}

h3 {
  font: 400 27px/28px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

h4 {
  font: 400 17px/28px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

h5 {
  font: 400 18px/22px "Lato", sans-serif;
  color: #777777;
  text-transform: uppercase;
}

h6 {
  /*font: 700 68px/73px "Lato", sans-serif;*/
  font: 700 58px/63px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

img.logo-sysall {
  border-radius: 100%;
}

.box {
  text-align: left;
  margin-bottom: 50px;
}

.box p {
  margin-bottom: 10px !important;
  text-align: left !important;
}

.box strong {
  font-weight: bold !important;
}

.box .list-color li,
.box .list-color li:before {
  color: #00091a;
}

.box1 h3,
.box1 p {
  text-align: left !important;
}

.box1 h3 span {
  text-transform: lowercase;
}

.img-center {
  display: block;
  margin: 0px auto;
}

.img-width {
  width: 100%;
  margin-bottom: 20px;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  h6 {
    font-size: 40px;
    line-height: 44px;
  }
}

h6 .thin {
  display: block;
  font-weight: 300;
}

h6 .thin.__inset1 {
  display: inline;
}

/* ======= Buttons ======= */
.btn-simple {
  text-transform: uppercase;
  font: 400 18px/28px "Lato", sans-serif;
  display: inline-block;
  color: #ffffff;
}

.btn-default {
  display: inline-block;
  /*background:  #406da8;*/
  background: #ea5b33;
  color: #ffffff;
  text-transform: uppercase;
  font: 700 16px/16px "Lato", sans-serif;
  padding: 9px 27px 11px;
  margin-top: 20px;
}

.btn-default:hover {
  /*background: #32a41f;*/
  background-color: #00091a;
  color: #ffffff;
}

.btn-big {
  display: inline-block;
  /*background:  #406da8;*/
  /*background-color:  #406da8;*/
  background-color: #ea5b33;
  font: 400 24px/33px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 7px;
}

.btn-big:hover {
  /*background: #32a41f;*/
  /*background-color: #7e4949;*/
  background-color: #00091a;
  color: #ffffff;
}

/* ======= Modifiers ======= */
.__display-none {
  display: none;
}

.__display-inline {
  display: inline;
}

.__hover-color {
  color: #406da8;
}

.__upper {
  text-transform: uppercase;
}

.__normal {
  font-weight: 400;
}

i {
  font-style: italic;
}

.__relative {
  position: relative;
}

/* ======= Wrappers ======= */
.wrapper1 {
  padding: 88px 0 101px;
  position: relative;
}

.wrapper1:after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background: url(../images/border1.png) repeat-x;
}

.wrapper2 {
  padding: 57px 0 99px;
}

.wrapper2 .header1 {
  margin-bottom: 45px;
}

.wrapper3 {
  padding: 87px 0 96px;
  position: relative;
}

.wrapper3:after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background: url(../images/border1.png) repeat-x;
}

.wrapper3 h2 {
  text-transform: none;
}

.wrapper4 {
  padding: 87px 0 55px;
  position: relative;
}

.wrapper4:after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background: url(../images/border1.png) repeat-x;
}

.wrapper4 h2 {
  text-transform: none;
}

.our-bold {
  font-weight: bold;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white
  *:not(.btn-default):not(svg):not(path):not(circle):not(rect):not(line):not(
    i
  ) {
  color: #00091a;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header.main {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 300;
  top: 0;
}

.logo {
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  width: 150px;
  top: -23px;
  border-bottom: 2px solid #416ba7;
  border-left: 2px solid #416ba7;
  border-right: 2px solid #416ba7;
}

.logo:hover {
  text-decoration: none;
}

.logo .title1 {
  text-transform: uppercase;
  font-size: 60px;
}

.logo div {
  display: inline-block;
  vertical-align: top;
}

.logo .title2 {
  font-size: 25px;
  letter-spacing: -0.02em;
  margin-top: -15px;
  margin-left: -5px;
}

.followus-icons {
  font-size: 35px;
  float: left;
  margin-right: 10px;
  /*background-color: #406da8;*/
  background-color: #ea5b33;
  color: white;
  width: 55px;
  height: 55px;
  text-align: center;
  /* padding: 5px; */
  line-height: 55px;
  border-radius: 100%;
}

.marTop10 {
  margin-top: 20px;
  text-align: left;
}

.marTop10 p {
  text-align: left !important;
}

.marTop10 p strong {
  font-weight: bold;
  text-transform: uppercase;
}

.reviews-icons img {
  border-radius: 10px;
  display: block;
  margin: 10px auto;
  /*max-width: 320px;*/
}

.isStuck .logo {
  top: -3px;
}

.isStuck nav {
  margin-bottom: 15px;
}

a.txttelephone {
  display: block;
  font-size: 30px;
  color: white;
  margin-left: 127px;
  margin-top: -10px;
}

a.ft-txttelephone {
  margin-left: 70px;
  /*color:#bf9b55;*/
  display: block;
  font-size: 20px;
}

a.ft-txttelephone:hover {
  /*background-color: #ea5b33;*/
  color: #ea5b33;
}

.ft-texto {
  margin-left: 0px !important;
  font-size: 17px !important;
  text-align: right;
}

.hd-button {
  float: right;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}

.hd-button span:before,
.hd-button span:after {
  content: "";
}

.hd-button span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.hd-button span:after {
  top: 100%;
  margin-top: 3px;
}

.hd-button span,
.hd-button span:before,
.hd-button span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #fff;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.hd-telephone {
  display: none;
  position: absolute;
  /*background-color:rgb(50, 62, 48);*/
  background-color: #406da8;
  padding: 10px;
  border-radius: 10px;
  float: right;
  right: 10px;
  margin-top: 5px;
  z-index: 999;
}

.phone-text {
  display: none;
}

/*.logo .title2 span{
  display: inline-block;
}*/

@media (max-width: 767px) {
  #header.main {
    position: relative;
    /*background-color: #406da8;*/
    background-color: #ffffff;
  }

  .phone-text {
    text-align: center;
    position: relative;
    z-index: 99;
    top: -120px;
    display: block;
    width: 70%;
    margin: 0px auto;
    font-size: 20px;
    font-weight: bold;
  }

  .banner1.banner1-home {
    padding: 0px 0px 86px 0px;
  }
}

#header #stuck_container {
  position: relative;
  z-index: 100;
  padding: 23px 0 24px;
  /*background: url(../images/background0.png) repeat;*/
  background-color: #406da8;
}

#header #stuck_container.isStuck {
  padding: 3px 0 0;
}

@media (max-width: 767px) {
  #header #stuck_container {
    /*background: #f2f2f2;*/
    /*background-color: #ffffff;*/
  }

  .slider-wrapper {
    background-color: #ffffff;
  }

  .content-home {
    margin-top: -20px !important;
  }
}

#header #stuck_container.common {
  /*background: url(../images/background4.png) no-repeat 0 0;
  background-size: cover;*/
  background-color: #406da8 !important;
}

@media (max-width: 767px) {
  #header {
    text-align: center;
  }
}

/* ======= Logo ======= */
h1 {
  display: inline-block;
  float: left;
  font: 700 83px/29px "Lato", sans-serif;
  color: #333333;
  text-transform: lowercase;
  letter-spacing: -0.04em;
  position: relative;
}

@media (max-width: 767px) {
  h1 {
    float: none;
    margin-bottom: 30px;
  }
}

/*h1:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/logo1.png) no-repeat center 0;
  width: 15px;
  height: 20px;
  left: 30px;
  top: -17px;
}*/
h1 a:hover {
  color: #333333;
}

/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  margin-top: 15px;
}

@media (max-width: 767px) {
  nav {
    float: none;
  }
}

/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}

.sf-menu > li + li {
  /*margin-left: 15px;*/
  margin-left: 30px;
}

@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
}

.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #333333;
  bottom: -18px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 20px/33px "Lato", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /*color: #333333;*/
}

.sf-menu > li > a:hover {
  /*color:  #406da8;*/
  /*color: #bedbff;*/
  color: #ea5b33;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu > li > a:active {
  background: transparent;
  color: #406da8;
}

.sf-menu .sfHover > a:after {
  color: #406da8;
}

.sf-menu > li.current > a {
  /*color:  #406da8;*/
  /*color: #bedbff;*/
  /*color: #00091a;*/
  color: #ea5b33;
}

.sf-menu > li.current > .sf-with-ul:after {
  color: #406da8;
}

.sf-menu > li.sfHover > a {
  color: #406da8;
}

.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  font: 300 15px/15px Lato, sans-serif;
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -97.5px;
  background: #282828;
  text-align: left;
  padding: 28px 30px 35px 28px;
  z-index: 2;
}

.sf-menu ul li + li {
  margin-top: 25px;
}

.sf-menu ul li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 136px;
  height: 1px;
  background: #414141;
  left: 0;
  top: -12px;
}

.sf-menu ul li {
  position: relative;
  display: block;
}

.sf-menu ul li.first-child:before {
  display: none;
}

.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #777777;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sf-menu ul li a {
  color: #777777;
  text-transform: none;
}

.sf-menu ul li a:hover {
  color: #ffffff;
}

.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}

.sf-menu ul li.sfHover > a {
  color: #ffffff;
}

/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -26px;
  left: 175px;
  margin-left: 0;
  background: #282828;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  nav {
    width: 100%;
    float: none;
  }

  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #406da8;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Lato", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }

  .select-menu option {
    text-align: left;
    position: relative;
  }
}

/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}

.isStuck h1 {
  font-size: 40px;
  line-height: 40px;
}

.isStuck h1:before {
  width: 10px;
  height: 14px;
  background-size: contain;
  left: 16px;
  top: 0;
}

@media only screen and (max-width: 979px) {
  /* .isStuck {
    display: none !important;
  } */
  .logo {
    /* position: relative;
    width: 50px;
    top: -10px; */
    border: none;
  }

  .logo img {
    /*width: 120px;*/
    width: 100px;
  }
}

/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Banner 1 Perfect products ======= */
.banner1 {
  /*background: url(../images/background2.png) repeat-y center;
  background-size: cover;*/
  background-color: #ffffff;
  padding: 87px 0 86px;
  text-align: center;
}

.banner1 p {
  font: 400 17px/28px "Lato", sans-serif;
  /*color: #ffffff;*/
  color: #00091a;
}

.banner1 h6 {
  margin-bottom: 13px;
  color: #00091a;
}

/* ======= banner 2 who we are ======= */
.banner2 {
  background: url(../images/page1_img1.jpg) no-repeat center;
  background-size: cover;
  padding: 91px 0 114px;
}

.banner2 h6 {
  text-align: center;
}

.banner_tes {
  background: url(../images/seccion_reviews.jpg) no-repeat center;
  background-size: cover;
  padding: 91px 0 114px;
}

.banner_tes > h6 {
  margin-bottom: 13px;
  color: #00091a;
  text-align: center;
}

h6.title-new-reviews {
  text-align: center;
}

/* ======= Post 1 Who we are ======= */
.post1 {
  margin-top: 64px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 168px;
}

@media (max-width: 479px) {
  .post1 {
    padding-left: 0;
    padding-top: 160px;
    text-align: center;
  }
}

.post1:hover .label {
  /*background: #333333;*/
  background-color: #00091a;
}

.post1 p {
  color: #ffffff;
  font: 300 17px/28px "Lato", sans-serif;
}

.post1 .label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: -10px;
  position: absolute;
  text-align: center;
  border-radius: 1000px;
  width: 144px;
  height: 144px;
  font: 400 87px/137px "Lato", sans-serif;
  color: #ffffff;
  /*background:  #406da8;*/
  /*background-color:  #406da8;*/
  background-color: #ea5b33;
  padding: 0px;
}

@media (max-width: 479px) {
  .post1 .label {
    top: 0;
    left: 50%;
    margin-left: -77px;
  }
}

.post1 .label:hover {
  /*background: #333333;*/
  background-color: #00091a;
}

.post1 h3 {
  margin-bottom: 8px;
}

/* ======= banner 3 our projects ======= */
.banner3 {
  padding: 87px 0 100px;
}

/* ======= banner 4 cite ======= */
.banner4 {
  padding: 100px 0 100px;
  background: #406da8;
}

/* ======= Blockquote 1 ======= */
.blockquote1 {
  color: #ffffff;
}

.blockquote1 .cite {
  font: 400 27px/33px "Lato", sans-serif;
  text-transform: uppercase;
  padding-top: 109px;
  position: relative;
}

.blockquote1 .cite:before {
  left: 0;
  top: 37px;
  font-family: FontAwesome;
  font-size: 98px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f10d";
}

@media (max-width: 767px) {
  .blockquote1 .cite {
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    padding-left: 50px;
    padding-top: 26px;
  }

  .blockquote1 .cite:before {
    font-size: 40px;
  }
}

.blockquote1 .by {
  display: inline-block;
  margin-top: 14px;
  font: 300 19px/25px "Lato", sans-serif;
}

.blockquote1 .by a:hover {
  color: #333333;
}

@media (max-width: 767px) {
  .blockquote1 {
    text-align: center;
  }
}

/* ======= Banner 5 Our hisory ======= */
.banner5 {
  padding: 91px 0 100px;
  text-align: center;

  background: url(../images/page1_img1.jpg) no-repeat center;
  background-size: cover;
}

.banner5 h3 {
  /*color: #333333;*/
  margin-bottom: 16px;
}

.banner5 a.btn-big {
  margin-top: 44px;
}

.banner5 .slogan {
  margin-top: -5px;
}

.banner5 p {
  font: 300 17px/28px "Lato", sans-serif;
}

.banner5 ul li {
  text-align: left;
}

.banner5.__inset1 {
  padding-top: 87px;
  padding-bottom: 55px;
}

.banner5.__inset1 p {
  margin-bottom: 37px;
}

/* ======= Banner 6 Our Contacts ======= */
.banner6 {
  background: url(../images/page1_img12.jpg) no-repeat center;
  background-size: cover;
  padding: 88px 0 115px;
}

.banner6 h2 {
  color: #ffffff;
}

/* ======= Banner 7 Why people choose us ======= */
.banner7 {
  /*background: url(../images/page2_img1.png) no-repeat center;
  background-size: cover;*/
  background-color: #ffffff;
  padding: 87px 0 82px;
}

.banner7 .slogan {
  margin-bottom: 37px;
}

.banner7 h6 {
  text-align: center;
  text-transform: none;
  color: #00091a;
}

.banner7 p {
  font: 400 17px/28px "Lato", sans-serif;
  text-align: center;
  /*color: #ffffff;*/
  color: #00091a;
  margin-bottom: 54px;
}

.banner7 a {
  color: #00091a;
}

/* ======= Post 2 Why people choose us ======= */
.post2 {
  margin-right: 60px;
  padding-left: 98px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .post2 {
    padding-left: 60px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .post2 {
    margin-bottom: 70px;
  }
}

.post2:hover .label {
  background: #333333;
  /*color:  #406da8;*/
}

.post2 .label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: -7px;
  position: absolute;
  text-align: center;
  border-radius: 1000px;
  width: 70px;
  height: 70px;
  color: #ffffff;

  /*background:  #406da8;*/
  background: #ea5b33;
  /*color: #00091a;*/
}

@media (min-width: 768px) and (max-width: 979px) {
  .post2 .label {
    width: 50px;
    height: 50px;
    top: 4px;
  }
}

.post2 .label i {
  font-size: 24px;
  line-height: 70px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .post2 .label i {
    line-height: 50px;
  }
}

.post2 .label:hover {
  /*background: #333333;*/
  /*color: #406da8;*/
  color: #ffffff;
  background-color: #00091a;
  /*color:  #406da8;*/
}

@media (min-width: 768px) and (max-width: 979px) {
  .post2 h4 {
    font-size: 13px;
  }
}

/* ======= Banner 8 Our stuff ======= */
.banner8 {
  /*background: url(../images/page2_img2.png) no-repeat center;
  background-size: cover;*/
  background-color: #ffffff;
  padding: 91px 0 86px;
}

.banner8 h2 {
  /*color: #ffffff;*/
  color: #00091a;
  /*word-wrap: break-word;*/
}

.banner8 h3 {
  color: #00091a;
  text-align: center;
  margin-bottom: 20px;
}

.banner8 p,
p.text-1 {
  color: #00091a;
  text-align: center;
  font: 400 17px/28px "Lato", sans-serif;
  margin-bottom: 54px;
}

.banner8 .header1 {
  margin-bottom: 42px;
}

/* ======= Post 3 Our Stuff ======= */
.post3 img,
.post7 img:not(.img-width) {
  margin-bottom: 24px;
  /*box-shadow: 0px 0px 5px #00091a;*/
}

.post3 .who {
  display: block;
  margin-bottom: 0px;
  font: 400 14px/22px "Lato", sans-serif;
  color: #333333;
}

.post3 h3 {
  margin-bottom: 14px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .post3 h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.post3 p {
  font: 300 17px/28px "Lato", sans-serif;
  color: #ffffff;
}

.post3 a:hover {
  color: #333333;
}

@media (max-width: 767px) {
  .post3 {
    margin-bottom: 50px;
  }

  .post3 img {
    width: 100%;
  }
}

/* ======= Post 4 Our services ======= */
.post4 {
  text-align: left;
  padding-left: 69px;
  position: relative;
  font: 300 17px/28px "Lato", sans-serif;
}

.post4 h3 {
  /*color: #777777;*/
  color: #ffffff;
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .post4 h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

.post4 .label {
  left: 0;
  top: 6px;
  position: absolute;
}

.post4 .label i {
  font-size: 48px;
  color: #406da8;
  /*color: #333333;*/
}

/* ======= Banner 9 Our stuff ======= */
.banner9 {
  /*background:  #406da8;*/
  /*background-color:  #406da8;*/

  background: url(../images/page1_img12.jpg) no-repeat center;
  background-size: cover;

  padding: 87px 0 106px;
}

.banner9 h2 {
  color: #ffffff;
}

.banner9 .list1 {
  position: relative;
  text-align: right;
}

@media (max-width: 767px) {
  .banner9 .list1 {
    text-align: left;
    margin-bottom: 50px;
  }
}

.banner9 .list1:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  right: -66px;
  top: 3.6%;
  /*background: #56984b;*/
  /*background-color: #00091a;*/
  background-color: #ffffff;
  height: 93.3%;
}

@media (max-width: 767px) {
  .banner9 .list1:after {
    display: none;
  }
}

.banner9 .header1 {
  margin-bottom: 42px;
}

.banner9 .main {
  font: 300 19px/28px "Lato", sans-serif;
  color: #ffffff;
}

/* ======= Banner 10 Latest news ======= */
.banner10 {
  background: url(../images/page4_img1.png) no-repeat center 0;
  background-size: cover;
  padding: 87px 0 150px;
}

.banner10 h2 {
  color: #ffffff;
  text-transform: none;
}

/* ======= Post 5 Latest news ======= */
.post5 {
  margin-top: -3px;
}

.post5 img {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .post5 img {
    margin-bottom: 20px;
  }
}

.post5 .info {
  margin-top: 12px;
  margin-bottom: 8px;
}

.post5 .info span {
  display: inline-block;
  color: #ffffff;
  font: 400 12px/14px "Lato", sans-serif;
  position: relative;
  padding-left: 9px;
}

@media (max-width: 1199px) {
  .post5 .info span {
    display: block;
  }
}

.post5 .info span + span {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .post5 .info span + span {
    margin-left: 0;
  }
}

.post5 .info span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #ffffff;
}

.post5 p {
  color: #ffffff;
  font: 300 17px/28px "Lato", sans-serif;
}

@media (min-width: 768px) and (max-width: 979px) {
  .post5 h3 {
    font-size: 17px;
    line-height: 18px;
  }
}

/* ======= banner 11 news & events ======= */
.banner11 {
  background: url(../images/page4_img4.png) no-repeat center 0;
  background-size: cover;
  padding: 91px 0 44px;
}

.banner11 h2 {
  color: #ffffff;
}

.banner11 .header1 {
  margin-bottom: 37px;
}

/* ======= Post 6 News & Events ======= */
.post6 {
  margin-bottom: 56px;
}

.post6 h3 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .post6 h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.post6 p {
  font: 300 17px/28px "Lato", sans-serif;
  color: #ffffff;
  padding-bottom: 23px;
  border-bottom: 1px solid #93918d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 9px;
}

.post6 .info {
  margin-top: 20px;
}

.post6 .info .btn-simple {
  margin-left: 21px;
  margin-top: 7px;
}

.post6 time {
  display: inline-block;
  background: #406da8;
  color: #ffffff;
  font: italic 18px/28px "Lato", sans-serif;
  text-transform: uppercase;
  padding: 7px 25px 7px 24px;
}

/* ======= Post 7 Interesting info ======= */
.post7 img {
  margin-top: 5px;
}

.post7 h3 {
  margin-bottom: 14px;
  /*color: #333333;*/
}

.post7 p {
  font: 300 19px/28px "Lato", sans-serif;
}

@media (max-width: 767px) {
  .post7 img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* ======= Banner 12 Useful links ======= */
.banner12 {
  background: #406da8;
  padding: 87px 0 96px;
}

.banner12 .header1 {
  margin-bottom: 36px;
}

.banner12 h2 {
  color: #ffffff;
}

@media (max-width: 767px) {
  .banner12 .list2 {
    margin-bottom: 30px;
  }
}

/* ======= Post 8 Privacy Policy ======= */
.post8 {
  margin-top: -4px;
  margin-bottom: 44px;
}

.post8 h5 {
  margin-bottom: 17px;
}

.post8 .simple-link {
  display: inline-block;
  margin-top: 22px;
}

/* ======= List 1 ======= */
.list1 li {
  position: relative;
  font: 400 24px/36px "Lato", sans-serif;
  color: #ffffff;
}

.list1 li a:hover {
  color: #333333;
}

/* ======= List 2 ======= */
.list2 li {
  padding-left: 22px;
  position: relative;
  font: 400 14px/22px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

.list2 li + li {
  margin-top: 14px;
}

.list2 li:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 22px;
  color: #ffffff;
  left: 0;
  content: "\f0a9";
}

.list2 li a:hover {
  color: #333333;
}

/* ======= Socials buttons 1 ======= */
.socials1 {
  display: block;
  text-align: center;
}

.socials1 li {
  display: inline-block;
}

.socials1 li + li {
  margin-left: 8px;
}

.socials1 li a i {
  /*color: #333333;*/
  color: #ffffff;
  /*background: #ffffff;*/
  background: #ea5b33;
  text-align: center;
  font-size: 31px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socials1 li a i:hover {
  background: #406da8;
  color: #ffffff;
}

/* ======= Gallery  ======= */
.gallery_image {
  width: 33.334%;
  float: left;
}

@media (max-width: 767px) {
  .gallery_image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.gallery_image a {
  display: block;
  position: relative;
}

.gallery_image a img {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}

.gallery_image a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 97px;
  height: 97px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
}

/* ======= Google Map  ======= */
.google-map_main {
  position: relative;
  overflow: hidden;
}

.google-map_main iframe {
  width: 100%;
  /*height: 512px;*/
  height: 600px;
}

.google-map_main .info {
  background: rgba(0 0 0 /0.5);
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 10px;
}

.google-map_main .info .phone,
.google-map_main .info .email,
.google-map_main .info .our-address {
  display: flex;
  align-items: center;
  position: relative;
}

.google-map_main .info .phone:before {
  font-family: FontAwesome;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #ea5b33;
  content: "\f095";
  margin-right: 10px;
}

.google-map_main .info .phone span,
.google-map_main .info .email span,
.google-map_main .info .our-address span {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 47px;
  font-family: "Lato", sans-serif;
}

@media (min-width: 576px) {
  .google-map_main .info .phone span,
  .google-map_main .info .email span,
  .google-map_main .info .our-address span {
    font-size: 32px;
  }
}

@media (max-width: 979px) {
  .google-map_main .info .phone span {
    /* font-size: 25px; */
    /* line-height: 30px; */
  }
}

@media (max-width: 479px) {
  .google-map_main .info .phone span {
    font-size: 23px;
    line-height: 33px;
  }
}

/* ======= Google Map Contacts  ======= */
.google-map_contacts {
  margin-top: 49px;
}

.google-map_contacts iframe {
  width: 100%;
  height: 390px;
}

@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}

/* ======= Address  ======= */
.address-block {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}

.address-block address {
  margin-bottom: 3px;
  font: 400 15px/22px "Lato", sans-serif;
}

.address-block .our-address {
  display: block;
  margin-bottom: 16px;
  font: 400 18px/22px "Lato", sans-serif;
  /*color: #777777;*/
  text-transform: uppercase;
}

.address-block .numbers {
  display: inline-block;
  min-width: 83px;
}

.simple-link {
  text-decoration: underline;
  /*color:  #406da8;*/
}

.simple-link:hover {
  /*color: #333333;*/
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  /*padding: 99px 0;*/
  padding: 50px 0px;
  background-color: #406da8;
}

#footer p {
  margin-top: 29px;
  text-align: center;
  font: 300 15px/24px "Lato", sans-serif;
}

#footer .privacy-block {
  margin-top: 19px;
  text-align: center;
  font: 300 15px/27px "Lato", sans-serif;
}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #333333;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

#toTop:hover {
  outline: none;
  color: #777777;
}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

/*Core variables and mixins*/

.h3-one {
  font-weight: 300 !important;
}

.h3-one div {
  font-weight: bold;
  display: inline;
}

.label.icon-img {
  border-radius: 100%;
  /*background-color: #ffffff;*/
  /*background-color: #406da8;*/
  background-color: #ea5b33;
  width: 50px;
  height: 50px;
  padding: 5px;
}

.label.icon-img:hover {
  background-color: #00091a;
}

.label.icon-img img {
  /*width: 100%;*/
  width: 40px;
  border-radius: 100%;
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  #stuck_container h1 {
    /*float: none;*/
    display: block;
    text-align: center;
    /*margin: 0px auto;*/
  }

  #stuck_container h1:before {
    width: 100%;
    left: -15px;
  }

  #stuck_container nav {
    /*float: none;*/
    margin-top: 30px;
  }

  .sf-menu > li > a {
    font: 400 15px/33px "Lato", sans-serif;
  }

  .sf-menu > li + li {
    margin-left: 12px;
  }

  #header #stuck_container {
    padding: 23px 0px 10px 0px;
  }
}

section.new-footer {
  display: none;
}

.slick-slider-project-wrap {
  padding: 44px;
}

h2.title-projects {
  color: #000;
}

a.btn-big.new {
  text-transform: capitalize;
  width: 235px;
  padding: 12px;
}

.banner1_.new.banner1-home.wow.fadeInLeft.animated {
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 45px;
}

h6.title-new-projects {
  color: #000;
}

.slick-track > div {
  padding: 10px;
}

p.link-projects {
  color: #fff;
  text-decoration: underline;
  margin-top: 20px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.slick-prev.slick-arrow {
  color: #b2b2b2;
  background-color: rgba(0, 0, 0, 0.05);
  top: 50%;
  bottom: auto;
  margin: 0;
  transform: translateY(-50%);
  margin-left: -11px;
}

button.slick-next.slick-arrow {
  color: #b2b2b2;
  background-color: rgba(0, 0, 0, 0.05);
  top: 50%;
  bottom: auto;
  margin: 0;
  transform: translateY(-50%);
  margin-left: 11px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: #406da8;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}

.project-data {
  position: relative;
  z-index: 1;
  display: block;
}

.desktop .project-data:hover:before {
  opacity: 1;
}

.desktop .project-data-content {
  opacity: 0;
  transition: 0.3s ease-out opacity;
}

.project-data-content {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 30px 40px;
}

.project-data:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.39);
  transition: 0.3s ease-out opacity;
  pointer-events: none;
}

.slick-slider-project-main img {
  width: 100%;
  object-fit: cover;
}

.slick-slide img {
  display: block;
}

.desktop .project-data:hover .project-data-content {
  opacity: 1;
}

.project-data {
  width: 100% !important;
}

.project-data-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 40px;
  height: 70%;
  width: 70%;
}

.project-data-content {
  position: absolute;
  z-index: 2;
  /* top: 15px; */
  /* bottom: 15px; */
  /* left: 15px; */
  /* right: 15px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.33);
  border: 2px solid #ffffff;
}

.project-data-title {
  color: #ffffff;
}

.fancybox-skin {
  background-color: #406da8 !important;
}

.fancybox-nav span {
  border: 1px solid #406da8 !important;
}

/*opcion reviews*/
.quote-corporate {
  position: relative;
  padding: 30px 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #000;
  margin-bottom: 38px;
  background: #ffffff;
}

.quote-corporate {
  padding: 30px 20px;
}

img.img-google2 {
  background-color: #fff;
}

.quote-corporate .quote-header {
  /*display: flex;*/
  align-items: flex-end;
}

.quote-corporate .quote-body-mark > * {
  fill: #ebebeb;
}

h1.title-review-home {
  color: #fff !important;
  text-align: center;
}

.star-rating.new {
  /*text-align: right;*/
}

.quote-text {
  /*margin-top: -35px;*/
  font-size: inherit;
}

.quote-corporate .quote-header > * {
  margin-right: 15px;
  margin-top: -10px;
}

.star-rating.new > a {
  font-size: 30px;
}

.quote-header > h2 {
  font-family: "Caudex", serif !important;
  font-weight: bold;
}

.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
}

.quote-corporate * + .quote-body {
  margin-top: 25px;
}

.quote-corporate .quote-body {
  text-align: right;
}

.quote-corporate .quote-body .quote-text {
  text-align: left;
}

svg:not(:root) {
  overflow: hidden;
}

.quote-corporate .quote-image {
  left: 60px;
}

.quote-corporate .quote-image {
  /*    position: absolute;*/
  display: inline-block;
  overflow: hidden;
  left: 30px;
  bottom: -40px;
  border-radius: 50%;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
}

.quote-image {
  float: right;
}

img.img-google2 {
  border-radius: 100px;
}

.name-estrellas {
  display: inline-block;
}

/* .quote-corporate {
  height: 300px;
} */
/* .quote-corporate.new {
  height: 298px;
} */
a.buttonInverted {
  text-decoration: none;
}

.star-rating.new {
  /*margin-top: -12px;*/
}

/*fin opcion reviews*/

.quote-text > p {
  color: #000;
}

.name-estrellas > h4 {
  color: #000;
}

.contenedor {
  margin: 2rem auto;
  height: 160px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  /*padding:0 1rem;*/
  text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}

.row.new2 {
  margin-top: 50px;
}

.title_visit {
  line-height: initial;
}

@media only screen and (max-width: 767px) {
  .container {
    width: calc(100% - 30px);
  }

  .quote-corporate {
    height: auto;
  }

  #navbar-hidden-web {
    display: block;
  }

  .slick-slider-project-wrap {
    padding: 0px;
  }

  button.slick-prev.slick-arrow {
    display: none !important;
  }

  button.slick-next.slick-arrow {
    display: none !important;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #footer {
    padding-bottom: 105px;
  }

  section.new-footer {
    background-color: #000;
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 9999;
    height: 70px;
  }

  i.fa.fa-envelope {
    font-size: 21px;
  }
}

div#fixed-contact {
  display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }

  a#ui-to-top {
    margin-bottom: 180px;
  }

  div#fixed-contact {
    display: block;
  }

  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }

  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }

  ul.link_footer > li {
    margin-right: 30px;
  }

  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }

  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }

  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }

  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }

  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 20px;
    color: #fff;
  }

  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 30px;
    color: #fff;
  }

  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }

  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 20px;
    color: #fff;
  }

  div#fixed-contact a i {
    display: block;
    color: #fff;
  }

  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }

  .pnl-email > i {
    line-height: 50px;
  }

  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }

  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }

  .pnl-freequote > i {
    line-height: 50px;
  }

  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }

  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }

  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }

  i.fa.fa-file-text {
    font-size: 21px;
  }

  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }

  i.fa.fa-envelope {
    font-size: 17px;
  }

  i#icon-new-footer {
    font-size: 20px;
  }

  ul.link_footer > li {
    /*width: 130px;*/
  }

  button#back-to-top-btn {
    margin-bottom: 75px;
  }

  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }

  i.icon.la.la-file-o {
    font-size: 27px;
  }

  div#fixed-contact {
    z-index: 9;
  }

  p.situacion {
    z-index: 99;
  }

  #footer .privacy-block {
    margin-top: 0px !important;
    text-align: center;
    font: 300 29px/16px "Lato", sans-serif;
    font-size: 16px !important;
    line-height: 23px !important;
  }

  #footer p {
    margin-top: 29px;
    text-align: center;
    font: 300 18px/24px "Lato", sans-serif !important;
    line-height: 28px !important;
  }

  .hd-telephone a {
    margin-bottom: 10px;
  }
}

strong.name-reviews {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  position: absolute;
  margin-left: 10px;
}

.new-content {
  text-align: right;
}

p.text-color {
  font-size: 16px;
  color: #8e8e8e !important;
}

.privacy-block {
  font-size: 12px !important;
}

.privacy-block a:hover {
  color: #ea5b33;
  text-decoration: none;
}

div#stuck_container {
  display: none;
}

.content_logo_mobile {
  display: none;
}

.content_captcha {
  text-align: center;
  margin-top: 25px;
}

/* .contact-form-buttons {
    margin-top: -30px;
} */

@media (max-width: 767px) {
  div#stuck_container {
    display: none !important;
  }

  .content_logo_mobile {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  img.logo_mobile {
    width: 100px;
  }

  ul.nav.navbar-nav.navbar-right {
    display: inline-block;
    float: left;
    left: 0;
    position: relative;
    width: 95%;
  }

  ul.nav.navbar-nav.navbar-right li {
    text-align: left;
  }

  .navbar-collapse.navHeaderCollapse.collapse.in {
    width: 100%;
  }

  /* .navbar-inverse .navbar-nav > .active > a {
    width: 100%;
  } */
  address.email span {
    /* font-size: 26px !important; */
    /* margin-top: 20px; */
  }
}

@media (max-width: 1399px) {
  .thumbnail-type-2 {
    margin-bottom: 50px !important;
    /* width: 300px; */
    margin: 0px auto;
    position: relative;
  }

  .project-data:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, 0.39);
    transition: 0.3s ease-out opacity;
    pointer-events: none;
    width: 100%;
  }

  .title-projects {
    background-color: #406da8;
    color: #fff;
    z-index: 99999999;
    position: absolute;
    width: 300px;
    height: 36px;
    padding-top: 10px;
  }
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed;
}

.z-999 {
  z-index: 999;
}

.w-100 {
  width: 100%;
}

.bottom-0 {
  bottom: 0;
}

/*Inicio de quickacces*/

.justify-content-around {
  justify-content: space-around;
}

.d-flex {
  display: flex;
}

.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row-o > * {
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}

@media (max-width: 767px) {
  /*fin de quickacces*/
  /* ._recaptcha {
    margin-top: 30px;
  }
  .contact-form-buttons {
    margin-top: 60px;
  } */
}

/*  nuevo banner  */
.banner_hu .close {
  position: absolute;
  right: -19px;
  top: -25px;
  cursor: pointer;
}

.close {
  float: right;
  font-size: 21px;
  margin-right: 20px;
  margin-top: -8px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.2;*/
  /*filter: alpha(opacity=20);*/
}

.banner_hu {
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  position: fixed;
  box-shadow: 0px 0px 5px grey;
  width: 200px;
  height: 259px;
  z-index: 999;
  right: 2px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  border: 2px solid #7c7c7c;
}

p.text {
  color: #fff;
  text-align: center;
  margin-top: 70px;
}

img.fondo {
  height: 100%;
}

a.more_btn.link {
  position: relative;
  z-index: 99999999;
  top: 57%;
  display: block;
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: 0px 25px 0px 35px;
  border-radius: 20px;
  border: #fff solid 2px;
  background-color: #009200;
  padding: 10px 10px;
}

a.more_btn.link:hover {
  background-color: #c82027;
  text-decoration: none;
}

p.title_banner {
  color: #000;
  margin-top: 20px;
  font-size: 35px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}

p.title_description_banner {
  color: #000;
  text-align: center;
  position: relative;
  top: 0%;
}

img.logo_banner {
  position: relative;
  top: 15%;
  left: 55px;
  width: 274px;
}

img.close {
  opacity: 1;
}

img.close:hover {
  opacity: 1;
}

.content_winner {
  display: inline-block;
  position: relative;
}

.logo_winner {
  display: inline-block;
  position: relative;
  left: 25px;
}

.slogan_winner {
  margin-top: 30px;
  margin-bottom: 30px;
}

img.logo_winner {
  width: 145px;
  margin-right: 20px;
  margin-top: -10px;
}

.logo_winner_about {
  position: absolute !important;
  /* margin-left: 45px !important; */
  left: -155px !important;
}

@media only screen and (max-width: 767px) {
  .logo_winner.logo_winner_about {
    display: block !important;
    position: relative !important;
    margin-left: 0px !important;
  }

  img.close1 {
    width: 12%;
  }

  .banner_hu {
    max-width: 100%;
    max-height: 70%;
    margin-right: 4px;
    margin-bottom: 5px;
    margin: 10px 10px;
  }

  a.more_btn.link {
    max-height: 10%;
    top: 59%;
    padding: 5px;
  }

  .banner_hu {
    top: 60%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    height: 400px;
    right: -10px;
  }

  .logo_winner {
    left: 0px !important;
  }
}

/* POP-UP */

.popup-container {
  position: fixed;
  max-width: 200px;
  bottom: 120px;
  right: 20px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup-container.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.corner-popup {
  background: white;
  /* padding: 15px; */
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}

.award-link {
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.award-link:hover {
  transform: scale(1.02);
}

.award-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #000;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  z-index: 2;
}

.close-btn:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .popup-container {
    bottom: 110px;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  a.project-data.thumbnail-type-2.fancybox img {
    width: 100%;
  }

  .title-projects {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #stuck_container nav {
    margin-top: 0px;
  }

  #header #stuck_container {
    padding: 23px 0px 23px 0px;
  }

  .preffix_1 {
    margin-left: 0px;
  }

  p.main_new {
    position: relative;
    left: 90px;
  }

  .list1 li a:hover {
    color: #ea5b33;
  }

  .row {
    margin-left: -36px;
  }

  .thumbnail-type-2 span {
    width: 100% !important;
  }

  .thumbnail-type-2 span > i {
    font-size: 50px;
    margin-top: 162px;
    top: 0px;
    display: inline-block;
    position: relative;
  }

  .title-projects {
    width: 100% !important;
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .thumbnail-type-2 span > i {
    font-size: 50px;
    margin-top: 162px;
    top: 0px;
    display: inline-block;
    position: relative;
  }

  .title-projects {
    width: 100% !important;
    text-align: center;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .title-projects {
    width: 100% !important;
    text-align: center;
  }
}

.quote-text p {
  margin-bottom: 0;
}

.title-projects {
  width: 100% !important;
  text-align: center;
}

/* Display en todos los tamaños */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline-block {
  display: inline-block;
}

/* Responsividad en tamaños pequeños (≥576px) */
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }

  .d-sm-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños medianos (≥768px) */
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }

  .d-md-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños grandes (≥992px) */
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .popup-container {
    bottom: 20px;
  }
}

/* Responsividad en tamaños extra grandes (≥1200px) */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }

  .d-xl-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños extra extra grandes (≥1400px) */
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }

  .d-xxl-block {
    display: block;
  }

  .d-xxl-flex {
    display: flex;
  }

  .d-xxl-inline-flex {
    display: inline-flex;
  }

  .d-xxl-inline-block {
    display: inline-block;
  }
}

.navHeaderCollapse ul {
  width: 100%;
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: initial !important;
  }

  .navbar-right {
    float: left !important;
  }

  .collapse {
    display: none !important;
  }

  .navHeaderCollapse li {
    float: initial !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: initial !important;
  }

  .collapse.in {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggle,
  #navbar-hidden-web {
    display: none;
  }

  div#stuck_container {
    display: block;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.navHeaderCollapse {
  width: 100%;
}

.animated {
  animation-duration: 1s;
}

.pulse {
  animation: pulse 2s infinite;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .logo_winner_about {
    margin-left: initial !important;
    left: -155px !important;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* NEW REVIEWS DESING */

.review-card {
  background: white;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 30px;
}

.review-card .banner-card {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.review-card .banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.review-card .banner-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.review-card .type-logo {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -31px auto 0;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.review-card .type-logo img {
  width: 40px;
  height: 40px;
}

.review-card .content {
  padding: 10px 20px 20px;
  text-align: center;
}

.review-card .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}

.review-card .stars {
  color: #fbbc05;
  font-size: 20px;
  margin-bottom: 12px;
  height: 30px;
}

.review-card .review {
  color: #444;
  font-size: 13pt;
  line-height: 1.6;
  margin-bottom: 20px;
  height: 120px;
  overflow: overlay;
  text-align: left;
}
