
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600;800&display=swap');

html {    
    scroll-behavior: smooth;
  }
body { 
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;    
}
h1, h2, h3, h4 {
  font-family: 'Play', sans-serif;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 40px;
}
h4 {
  font-size:32px;  
}
h4.contact-info {
  font-family: 'Play', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
}
h4.contact-info b {
  font-family: 'Play', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
}
b {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
}
.row {
  margin: 0px;
}
span.orange {
  color: #EF5027;
}
.bg-light {
  background: #fff !important;
  max-width: 1400px;
  margin: 0px auto;
}
header {
  background: #fff;
}
.navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  width: 150px;
  height: 72px;
}
ul.navbar-nav {
  margin-left: auto;
}

ul.navbar-nav a {
  color: #231F20 !important;
  text-transform: uppercase;
  font-weight: 600;
}
li.nav-item.phone {
  margin-left: 150px;
}
li.nav-item.active a {
  color: #EF5027 !important;
}
.facebook {
  background: url(../img/facebook.svg) no-repeat center;
  background-size: 24px;
  height: 40px;
  margin-right: 8px;
  width: 24px; 
}
.instagram {
  background: url(../img/instagram.svg) no-repeat center;
  background-size: 24px;
  height: 40px;
  margin-right: 8px;
  width: 24px; 
}
.linkedin {
  background: url(../img/linkedin.svg) no-repeat center;
  background-size: 24px;
  height: 40px;
  margin-right: 8px;
  width: 24px; 
}
.icon-w {
  background: url(../img/icon-w.svg) no-repeat center;
  background-size: 24px;
  height: 40px;
  margin-right: 8px;
  width: 24px; 
}
.nav-link.esp {
  border-left: #231F20 solid 1px;
}
#cover {     
  max-width: 1400px;
  margin: 0px auto;
}
.one-slide {
  background: url(../img/slide01.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 760px;
}
.two-slide {
  background: url(../img/slide02.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 760px;
}
.three-slide {
  background: url(../img/slide03.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 760px;
}
.link-top.gray {
  background: url(../img/grayarrow.svg) no-repeat center right;
  color: #424242;
}
span.gray {
  color:#424242;
}
#cover h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 25px;
}
.content-sld {
  background: #f2f2f2;
  padding: 20px;
  margin-top: -10px;
  z-index: 99;
  margin-bottom: 50px;
}
#cover span.white {
  color:#fff;
}
#cover .col-md-12 {
  /*border-left:#EF5027 solid 6px;*/
  margin-top: 10vh;
  padding: 35px 20px;
  position: relative;
}
/*#cover .col-md-12::before {
  content: '';
  background: #EF5027;
  height: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 95px;
}
#cover .col-md-12::after {
  content: '';
  background: #EF5027;
  height: 6px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 95px;
}*/
#proyectos .carousel-item {
  position: relative;
}
#proyectos .carousel-item .status {
  position: absolute;
  top:20px;
  right: 20px;
}
#proyectos .carousel-center{
	align-content: center
}
.status h4 {
  background: #EF5027;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 4px;
}
.background-white {
  background: #fff;
  margin-top: -40px;
  padding: 20px 25px;
}
.about-img {
  position: relative;
}
h3.bordered-content {
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: -20px;
  border-left: #EF5027 solid 6px;
  padding: 85px 55px;
}
h3.bordered-content::before {
  content: '';
  background: #EF5027;
  height: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 95px;
}
h3.bordered-content::after {
  content: '';
  background: #EF5027;
  height: 6px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 95px;
}
.demo {
  display: flex; 
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: 90%;
  justify-content: space-between;
}
span.counter {
  font-family: 'Play', sans-serif;
  font-weight: 700;
  color: #EF5027;
  font-size: 55px;
  margin-right: 10px;
}
.flex-cont {
  display: flex;
  align-items: center;
}
.numbers-count {
  position: relative;
}
.numbers-count::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0px;
  background: url(../img/bg.svg) no-repeat;
  background-size: 100%;
  width: 50%;
  height: 650px;
  z-index: -1;
}
.col-md-3.hover {
  max-width: 30%;
  height: 450px;
  overflow: hidden;
  position: relative;
  padding-right: 0px;
  cursor: pointer;
}
.col-md-3.hover .content-hover {
  position: absolute;
  top: 600px;
  left: 15px;
  background: #EF5027;
  opacity: .9;
  width: 100%;
  height: 100%;
  color:#fff;
  padding: 25px 30px 25px 10px;
}
.col-md-3.hover:hover .content-hover {
  top: 0px !important;  
}
.col-md-3.hover:hover img {
  opacity: .5;
}
footer {
  background: #231F20;
  color:#fff;
  padding: 30px;
  text-align: right;
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0px;
  background: url(../img/bg-footer.svg) no-repeat;
  background-size: 100%;
  width: 250px;
  height: 75px;
  z-index: 1;
}
footer p {
  margin-bottom: 0px;
}
.cover-int {
  background: url(../img/nosotros_cover_1.jpg) no-repeat 0px 80px;
  background-size: 100%;
  height: 65vh;
  margin: 0px auto;
  max-width: 1400px;
}
.cover-int .bg-white {
  margin-left: -20px;
  padding-left: 45px;
  padding-top: 40px;
}
.whatsapp {
  background: url(../img/whatsapp.svg) no-repeat left center;
  padding-left: 45px;
  background-size: 35px;
  margin-left: -45px;
}
/***Carousel indicators****/
.carousel-indicators li {
  background: #939598;
  opacity: 1;
  width: 15px;
  height: 15px;
  border: none;
}
.carousel-indicators li.active {
  background: #EF5027;  
}
.text-center img {
  width: 50%;
}
/*******Slider styles*******/

.bg-orange {
  background: #EF5027;
  color: #fff;
}
#toggleContainer label { 
  text-align: center;
  width: 70px;
}
.card img{
  max-width: 150px;
  display: block;
  margin:20px auto;
}
.card {
  text-align: center;
  border: none;
  box-shadow: #0000002a 2px 3px 8px;
}
.card-deck {
  margin-top: -45px;
}
#container {  
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 65px;
}
.card-body {
  font-size: 13px;
  padding-bottom: 30px;
}
#toggleContainer {
 display: none;
}

#tilesContainer {
  min-height: 90vh;
  width: 100vw;
  margin-top: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content: center;
  
}

.tileItem {
  width: 250px;
  height: 250px;
  margin: 5px;
  border-radius: 5px;
  
  transition: all 0.5s ease;
}

.tileItem:hover {
   transform: scale(1.05);
  transition: all 0.5s ease;
}

#galleryContainer { 
  height: 500px;
  width: 1170px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

#toggle {
  height: 10vh;
  width: 200px;
  display: flex;
  align-items: center;
  margin: 10px;
}

#tilesView {
  min-height: 100vh;
  width: 100vw;
  background: rgb(246,210,106);
  background: linear-gradient(111deg, rgba(246,210,106,1) 0%, rgba(255,159,0,1) 52%, rgba(251,197,100,1) 100%);
  display: none;
  justify-content: center;
  align-items: center;
  
}

#galleryView {     
  display: flex;
  justify-content: center;
  align-items: center;
}

#outer3 {
  width: 100px;
  height: 40px;
  background-color: white;
  margin: 10px auto;
  border-radius: 3px;
  border: 2px solid white;
  transition: all 0.5s;
}

#slider3 {
  height: 36px;
  width: 46px;
  background-color: orange;
  border-radius: 3px;  
  transition: all 0.5s;
}

#slider3.active {
  -webkit-transform: translatex(50px);
  -ms-transform: translatex(50px);
  -o-transform: translatex(50px);
  transform: translatex(50px);
  transition: all 0.5s;
  background-color: orange;
}

#outer3.outerActive {
  background-color: white;
  border: 2px solid white;
  transition: all 0.5s;
}

#mainView {
  height: 540px;
  width: 968px;  
  border-radius: 5px;
  background-color: #eb9100;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 1;
  transition: all 1s;  
}

#mainView:hover {
  transform: scale(1.2);
  transition: all 1s;   
}

#leftView {
  height: 400px;
  width: 150px;
  opacity: 0.5;
  border-radius: 5px;  
  transform-origin: top right;
  background-color: #eb9100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;  
}

#leftView:hover {
  opacity: 1;
  transition: all 1s;
}

#rightView {
  height: 400px;
  width: 150px;
  opacity: 0.5;
  border-radius: 5px;  
  transform-origin: top left;
  background-color: #eb9100;
  display: flex;
  justify-content: center;
  align-items: center;
 transition: all 1s;
}

#rightView:hover {
  opacity: 1;
  transition: all 1s;
}

.navBtns {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  position: absolute;
  opacity: 0.8;
  background-color: transparent;
  cursor: pointer;
  color: white;
}

.navBtns:hover {
  opacity: 1;
  transition: all 1s;
  background-color: #EF5027;
}
.navBtns:focus {
  border: none;
  outline: none;  
}
#navLeft {
  left: 50px;
  z-index: 999;
}

#navRight {
  right: 50px;
  z-index: 999;
}

#linkTag { 
  cursor: pointer;
  z-index: 1;
  box-sizing: border-box;
}
.dropdown-menu.show {
  background: #F1F2F2;
  border:none;
}
li.nav-item.dropdown.active .dropdown-menu a {
  color:#231F20 !important;
}
a.dropdown-item:active {
  background: transparent !important;
}
li.nav-item.dropdown.active .dropdown-menu a.dropdown-item.active {
  color: #EF5027 !important;
  background: transparent !important;
}
/****links and buttons*****/
a.footer-link{
	font-size:.9em;
	margin-right: auto;
	color: #737071 !important;
  	text-transform: uppercase;
  	font-weight: 200;
}
li.nav-item.phone {
  margin-left: 150px;
}
li.nav-item.active a {
  color: #EF5027 !important;
	
	
}
a.link-top {
  background: url(../img/arrow.svg) no-repeat center right;
  color:#fff;
  font-weight: 600;
  padding-right: 25px;
  text-transform: uppercase;  
}
button#contact_form_submit,
.orange-button {
  background:#EF5027;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 20px;
  max-width: 150px;
  border: none;
}
button#contact_form_submit:hover,
.orange-button:hover {
  background:#dd3d15;
  color:#fff;
}
.link-project {
  background: url(../img/arrow.svg) no-repeat center right;
  color:#fff;
  font-weight: 600;
  padding-right: 25px;
  text-transform: uppercase;    
  position: absolute;
  bottom: 30px;
}
.link-project:hover {
  color:#fff;
}
.numbers-count .icon-w,
.numbers-count .linkedin,
.numbers-count .facebook,
.numbers-count .instagram {
  display: inline-block;
  margin-left: 12px;
  margin-right: 0px;
  height: 24px;  
  margin-bottom: -5px;
}
.linkedin {
  background: url(../img/linkedin.svg) no-repeat center;
}
.facebook {
  background: url(../img/facebook.svg) no-repeat center;
}
.linkedin {
  background: url(../img/linkedin.svg) no-repeat center;
}
.instagram {
  background: url(../img/instagram.svg) no-repeat center;
}
.icon-w {
  background: url(../img/icon-w.svg) no-repeat center;
}
.col-md-6.bg-white {
  padding: 35px;
  }
iframe {
  width: 100%;
  margin-bottom: -5px;
  min-height: 550px;
}
.mobile-slider {
  display: none;
}
/***********Animation***********/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.col-md-3.hover:hover .content-hover,
.shrink,
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.col-md-3.hover:hover .content-hover,
.bottom {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.shrink {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
li.nav-item.mobile {
  display: none;
}
@media (max-width:1169px) { 
  #mainView {
    width: 700px !important;
    height: 500px;
  }
  li.nav-item.phone {
    margin-left: 50px;
  }
  .navbar-brand {
    width: 150px;
  }
  img {
    max-width: 100%;
  }
  h3.bordered-content {
    bottom: unset;
    top: 120px;
  }
  
}
@media (max-width:1090px) {
  li.nav-item.phone {
    display: none;
  }
  #mainView {
    width: 600px !important;
    height: 500px;
  }
  a.nav-link.instagram {
    margin-left: 50px;
  }
  li.nav-item.phone {
    display: none;
  }
 
}
@media (max-width:992px) {
  button.navbar-toggler:focus,
  button.navbar-toggler {
    border: none !important;
    outline: none;
  }
  .navbar-nav {
    text-align: center;
  }
  a.nav-link.instagram {
    margin-left: 0px;
  }
  .desktop {
    display: none;
  }  
  li.nav-item.mobile {
    display: flex;
    justify-content: center;
  }
  .nav-link.esp {
    border: none;
    margin-left: 15px;
    padding-left: 15px;
  }
  .cover-int {
    background: url(../img/nosotros_cover_1.jpg) no-repeat 0px 181px;
    background-size: 100%;
    height: 50vh;
  }
  footer p {
    font-size: 14px;
  }
  #numbers {
    display: none;
  }
  .col-md-5.offset-md-1.about-img {
    margin-top: 30px;
  }
  .demo {
    width: 100%;
  }
  .mobile-slider {
    display: block ;
  }
  .col-md-12.hover {
    background: url(../img/mobile-slider-bg.svg) no-repeat;
    text-align: center;
  }
  .content-hover {
    background: #ef5027;
    color: #fff;
    position: relative; 
    padding: 15px;
  }
  .content-hover .link-project {
    position: relative;
    bottom: 0px;
    left: 0px;
  }  
  #leftView,
  #rightView {
    display: none;
  }
  #galleryContainer {
    max-width: 100%;
  }
  #mainView {
    max-width: 90%;
  }
  #container {
    overflow: hidden;
  }
  footer::before {
    content: none;
  }
  .navBtns {
    width: 30px;
    height: 30px;
  }
  .fa-3x {
    font-size: 22px !important;
  }
  #navRight {
    right: 10px;
  }
  #navLeft {
    left: 10px;
  }
  .card-deck .card {
    width: 45%;
    flex: unset;
    margin-bottom: 20px;
  }
}
@media (max-width:520px)  {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h1 {
    font-size: 24px;
  }
  h4.contact-info { 
    font-size: 20px;
    font-weight: 400; 
}
.col-md-6.bg-white {
  padding: 35px 15px;
}
.col-md-6.bg-white  h1 {
  margin-bottom: 20px;
}
footer p {
  font-size: 12px;
  text-align: center;
}
.numbers-count::before {
  width: 100%;
  left: 0px;
}
.demo {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: 90%;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#cover h1 {
  font-size: 45px;
  line-height: 48px;
}
.card-deck .card {
  width: 100%;
  flex: unset;
  margin-bottom: 20px;
}
}