@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #de2929;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

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

img {
    width: 100%;height:auto;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}




.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{height: 30px;width: 30px;line-height: 18px;display: inline-block;background: #64675d;}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{display: inline-block;height: 30px;width: 30px;}
.owl-carousel.reviews-slide{position: relative;}
.owl-carousel.reviews-slider .owl-prev, .owl-carousel.reviews-slider .owl-next {position:absolute;font-size: 60px!important;top: 45%;}
.owl-carousel.reviews-slider .owl-prev {left:0;}
.owl-carousel.reviews-slider .owl-next {right:0;}
.owl-theme .owl-nav{color:#fff;}
.owl-theme .owl-nav [class*=owl-]:hover{background: var(--brand); color:#fff;}




 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg-banner-linea-industrial.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg-banner-linea-mobiliario.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
	border-bottom: 1px solid #e5e5e5;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 13px 30px;
	font-size:18px;
	font-weight:600;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #c91b1b;
    border-color: #c91b1b;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgb(222,41,41,0.85), rgb(222,41,41,0.85)), url(../img/MotivoStateman-1-scaled-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone strong,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    /*width: 90px;*/
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project p {
    font-weight: 400;margin-bottom: 0px;
}

.project p::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
	right: 10%;
    bottom: 10%
}

.project h2,
.project p {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    /*width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;*/
}

.review h2 {
    margin-top: 16px;
    margin-bottom: 4px;font-size:18px;
    
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}


.lkpromocion{background:#c91b1b}
.lkpromocion h1, .lkpromocion p{color:#fff}
.lkpromocion .review .person{background:#fff;border-radius:20px;padding:10px;}


footer {
    background: linear-gradient(0deg, rgb(222 41 41 / 90%), rgb(222 41 41 / 90%)), url(../img/bg_banner2.webp), #de2929;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ffffff;
	margin-top:15px;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-h-contact input.error{border-color: var(--brand);}


.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


.notifications{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;z-index:999999999;display:none}
.notifications div{background-color:#fff;padding:30px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);box-shadow:0 0 10px rgba(0,0,0,0.25);border-radius:15px;width:360px;text-align:center;display:none}
.notifications div.done i{color:#1eda37}
.notifications div.fail i{color:#e6002c}
.notifications div.loading{padding:35px}
.notifications div.loading i{font-size:50px;width:50px;height:50px;margin:auto;color:#FFBA00}
.notifications div.loading i:before{-webkit-animation:animate_loading 0.7s infinite linear;animation:animate_loading 0.7s infinite linear;display:block}
.notifications div.loading span{margin:20px 0 0}
.notifications div i{font-size:100px;display:block;line-height:1;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.notifications div span{text-transform:uppercase;font-weight:700;font-size:20px;margin:25px 0 10px;letter-spacing:0.02em}

@media (max-width: 420px){
	.notifications div{width:95%;padding:25px 15px}
	.notifications div.ext_error small{padding:0 30px;line-height:1.3}
}

@-webkit-keyframes animate_loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes animate_loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}


.block{display:block}


.navbar-brand img{
	height:50px;
}

.block-form{
	background:#fff;
	padding: 32px;
}

.block-form h2{
	font-size:18px;
}

.slide span{
	font-size:25px;
}

.slide p{
	font-size:18px;
	line-height:22px;
}

.btn-whatsapp {
    border-color: #5dd22f;
    background-color: #5dd22f;
    color: #fff;
}

.btn-whatsapp:hover {
    background-color:#47b11d;
    border-color: #47b11d;
    color: #fff;
}

.btn-whatsapp i{
	font-size:25px;
}

.logo img{
	width:250px;
}	

.flotante-izq{
		display:block;
}

#circularMenu{
	display:none;
}

@media (max-width: 992px){
	section{
		padding:80px 0px;
	}
	
	/*#circularMenu{
	display:block;
	}*/
	
	/*.flotante-izq{
		display:none;
	}*/
}

/**/
.social-sidebar-buttons {
  width: 32px;
  margin-left: 1100px;
}
.social-facebook {
  height: 48px;
  width: 48px;
   /*margin: 0px 0 0 48px;*/
  float: left;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: fixed;
  left: 0px;
  z-index: 1000;
  top: 200px;
}
.social-facebook:hover {
  background-position: 0px -48px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
}
.social-twitter {
  height: 48px;
  width: 48px;
  /*margin: 0px 0 0 48px;*/
  float: left;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: fixed;
  right: 10px;
  z-index: 1000;
  bottom: 20px;
  border-radius: 50%;
}
.social-twitter:hover {
  background-position: 0px -48px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
}
.social-google {
  height: 48px;
  width: 48px;
   /*margin: 0px 0 0 48px;*/
  float: left;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: fixed;
  left: 0px;
  z-index: 1000;
  top: 300px;
}
.social-google:hover {
  background-position: 0px -48px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
}
.social-youtube {
  height: 48px;
  width: 48px;
   /*margin: 0px 0 0 48px;*/
  float: left;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: fixed;
  left: 0px;
  z-index: 1000;
  top: 350px;
}
.social-youtube:hover {
  background-position: 0px -48px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
}
.social-rss {
  height: 48px;
  width: 48px;
   /*margin: 0px 0 0 48px;*/
  float: left;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: fixed;
  left: 0px;
  z-index: 1000;
  top: 400px;
}
.social-rss:hover {
  background-position: 0px -48px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
}
.phone-hover {
  background-image: url("../img/ico-phone.png");
}
.whatsapp-hover {
  background-image: url("../img/ico-whatsapp.png");
  background-position: 0px 48px;
}
.message-hover {
  background-image: url("../img/ico-message.png");
}
.youtube-hover {
  background-image: url("../img/youtube-hover.png");
}
.rss-hover {
  background-image: url("../img/rss-hover.png");
}

.item {
  align-items: center;
  background-color: tomato;
  color: white;
  display: flex;
  height: 300px;
  justify-content: center;
}

/*btn flotante*/

.circular-menu {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index:999;
}

.circular-menu .floating-btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: hsl(4, 98%, 60%);
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
  color: hsl(0, 0%, 100%);
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  outline: 0;
}

.circular-menu.active .floating-btn {
  box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.circular-menu .floating-btn:active {
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
}

.circular-menu .floating-btn i {
  font-size: 40px;
  transition: transform .2s;
  line-height:60px;
}

.circular-menu.active .floating-btn i {
  transform: rotate(-313deg);
}

.circular-menu:after {
  display: block;
  content: ' ';
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: hsl(4, 98%, 60%);
  transition: all .3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background-color: hsla(0,0%,0%,.1);
  transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
  background-color: hsla(0,0%,0%,.3);
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(0em,-2.6em,0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-1.8em,-1.8em,0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-2.5em,-0.05em,0);
}

.circular-menu.active .menu-item:nth-child(4) {
  transform: translate3d(-7em,1em,0);
}

/**
 * The other theme for this menu
 */

.circular-menu.circular-menu-left {
  right: auto; 
  left: 1em;
}

.circular-menu.circular-menu-left .floating-btn {
  background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left:after {
  background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(95deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(-1em,-7em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(3.5em,-6.3em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(6.5em,-3.2em,0);
}