

.parallax { 
    /* Set a specific height */
    height: -webkit-fill-available; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.display-3-n{
	font-size:280%;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
}

#owl-demo a{
	color:#000;
}
.top-bar{
	font-size: smaller;
    letter-spacing: 1px;
    font-weight: 300;
    padding-top: 20px;
    z-index:9999;
    background-color: #000;

}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.slug-1{
	font-size:3rem;
}

.slug-3{
	font-size:8rem;
}

.fa-check.submod{
		color: #D36668;
}
.fa-check{
	color: #66D3D0;
}

.sublist{
	padding-left: 50px;
}
.fa-check.sub{
	
	color: #003881;
}


.spacer{
	height:137px;
}
.bold{
	font-weight: bold;
}

.unordered div{
	padding:8px 0px !important;
	padding-left:20px !important;
}
small,.small{
	font-size:smaller;
}
.parallax-fit { 
    /* Set a specific height */
    height: fit-content; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.white{
	color:#fff !important;
}

.black{
	color:#000 !important;
}
.btn-pm-sm{
	cursor: pointer;
	border-radius: 55px;
	text-transform: uppercase;
	padding-left:1rem;
	padding-right:1rem;
	background-color: transparent;
	font-size: smaller;
	margin:auto;
	margin-top: -5px;
	color:#fff !important;
}
.btn-pm{
	cursor: pointer;
	border-radius: 35px;
	text-transform: uppercase;
	padding:1rem 2rem;
	background-color: transparent;
	font-weight: bold;
	margin:auto;
}
.btn-pm-whatsapp{
	border:2px solid #3DC151;
	color: #3DC151;
}

.btn-pm-whatsapp:hover{
	background-color:  #3DC151;
	color: #fff;
}


.btn-pm-facebook{
	border:2px solid #4867AA;
	color: #4867AA;
}
.btn-pm-facebook:hover{
	background-color:  #4867AA;
	color: #fff;
}


.btn-pm-twitter{
	border:2px solid #1DA1F2;
	color: #1DA1F2;
}
.btn-pm-twitter:hover{
	background-color:  #1DA1F2;
	color: #fff;
}


.btn-pm-more{
	cursor: pointer;
	border:2px solid #fff;
	border-radius: 35px;
	text-transform: uppercase;
	color: #fff;
	padding:1rem 2rem;
	background-color: transparent;
	font-weight: bold;
}
.btn-pm-more:hover{
	
	background-color: #fff;
	color:#1E90FF !important;
}
.blur-box{
	left:15%;
	margin: auto;
	width: 70%;
	position: absolute;
	height: 600px;
	
}
.border{
	border:1px solid #ccc;
}
#homeslider .blured{
	background-color: transparent;
	-webkit-transition: background-color 3s; /* Safari */
    transition: background-color 3s;
}

#homeslider .active .blured{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.blur{
	background-color: rgba(0,0,0,0.4);
}

.blur-white{
	background-color: rgba(255,255,255,0.4);
}

.big-title{
	font-size: 8rem;
    line-height: 1.1;
}
.md-title{
	font-size: 3.4rem;
}
#homeslider .carousel-inner{
	height: 80vh;
}
#homeslider .carousel-caption,
#carouselimplementacion .carousel-caption{
	top:15%;
	bottom:unset;
}
#homeslider .carousel-item ,
#carouselimplementacion .carousel-item {
	height: -webkit-fill-available;

}
#homeslider .carousel-item img.independient{
	min-width: 50%;
    width: 50vw;
    height: auto;
    position: fixed;
    top: 16%;
    left: 0;
}
#homeslider .carousel-item img:not(.independient),
#carouselimplementacion .carousel-item img:not(.independient){
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 100vw;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

#homeslider .carousel-caption{
	margin:auto;
}

#carouselimplementacion .carousel-caption{
	bottom:30% !important;
	color:#000 !important;
}

#carouselImages .carousel-item div{
	height: 500px;
}

.box{
	padding:2rem;
	border:2px solid #000;
	margin:auto;
	max-width:300px;
	margin-bottom: 10%;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
 #homeslider .carousel-item img ,
 #carouselimplementacion .carousel-item img {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}


.box{
	padding:2rem;
	border:2px solid #000;
	margin:auto;
	max-width:300px;
	margin-bottom: 10%;
}
.little-box{
	padding:1rem;
	border:2px solid #fff;
	margin:auto;
	margin-right: 20px;
	max-width:fit-content;
	font-weight: bold;
	background-color: rgba(0,0,0,0.6);
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn{
	cursor: pointer !important;
}

.slider.round {
	padding-top: 3.5px
}
.slider.round span{
	font-size:80%;

}

.slider.round span.left{
	padding-left: 15px;

	color:#fff;
}	
.slider.round span.right{
	padding-left: 5px;
	margin-top:5px;

}	

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#btn-soporte{
	background: #D05A62;
	color:#fff;
	position: fixed;
	bottom:50%;
	right: 0;
	width: 100px;
	height: 100px;
	visibility: hidden;
	text-decoration: none;
}

#btn-soporte .support-description{
	margin-top: -2px !important;
	background: linear-gradient(to bottom,#d55f33, #d58733);
	height: 0px;
}
#btn-soporte:hover .support-description{
	height: 275px;
	
    transition: height 0.5s;
	-webkit-transition:height 0.5s; /* Safari */

	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}	


#btn-soporte .support-description .texto{
	visibility: hidden;
	color:transparent;
}


#btn-soporte:hover .support-description .texto{
	visibility: visible;
	color:#fff;

	transition: visibility 0.5s, color 0.5s;
	-webkit-transition:visibility 0.5s, color 0.5s; /* Safari */

	-webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}

#btn-soporte p{
	visibility: hidden;
	font-size: 2rem;
}

#btn-soporte:hover p{
	visibility: visible;
	transition: visibility 1s;
	-webkit-transition:visibility 1s; /* Safari */
}

#btn-soporte:hover{
	background: #d55f33;
	width: 400px;
	transition: width 1s;
}

#btn-soporte:before {
  border-right: 35px solid #D05A62;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  right: 99px;
}

#btn-soporte:hover:before{
	border-right: 35px solid #d55f33;
	right: 399px;
	transition: right 1s;
}

#btn-soporte:hover div{
	margin:auto;
	height: 100%;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
/*****************MENU**************/
.logo{
	font-size:270%;
}

.navbar{
	background-color:#000;
	margin-top:-3px;
}
.navbar a:focus, a:hover {
    text-decoration: none;
}

.navbar .nav-item{
	padding:1rem 1rem;
}

 a.nav-link{
	color: #fff !important;
	text-transform:uppercase !important;
	padding:1rem 1rem;
	font-size: 13px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 2px;
}
a.nav-link:hover,
li.active a.nav-link{
	color: #D05A62 !important;
}

.top-bar a,
.top-bar span{
	font-size:80% !important;
	text-align:right;
}

.navbar ul.navbar-nav{
	margin-right:0px !important;
	width: 100%;
	padding-left:40%;
}
.navbar ul{
	list-style-type: none;
}


/* submenu  */
.navbar .navbar-toggler-icon{
	color:#fff;
}

.dropdown-menu{
	border-radius:0px !important;
	padding:0px;
}

.dropdown-item{
	text-transform:uppercase;
	padding:1rem 2rem;
}
.dropdown-item:hover{
	color:#D05A62;
	background-color:#ccc;
}

.dropdown-item.divider{
	border-top:thin solid #ccc;
}

.navbar-toggler{
	border:none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*end submenu*/


#goup{
	display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 0px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0,0,0,0.6); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    font-size: 18px; /* Increase font size */
}
#goup:hover {
    background-color: rgba(0,0,0,0.8); /* Add a dark-grey background on hover */
}

.big-legend{
	text-align:justify;
}
.erp-legend{
	font-size:65%;
	font-weight: 200;
	letter-spacing: 5.5px;
	opacity: 0.6;
	margin-top: -13px;
	padding-left: 2px;
}
#cement-block{
		background-image: url('/images/cement-close-up-colors-1092369.jpg')
	}
#carouselimplementacion{
	height: 450px;
	background-image: url('/images/architectural-design-architecture-building-443383.jpg')
}
.display-3{
font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
	
	.box{
		margin-bottom: 10%;
	}

	.showmenu{
		display:inline-block;

	}
	.big-legend{
		text-align:center;
	}
	#carouselimplementacion{
		height: 450px;
		background-image: url('/images/mobil/architectural-design-architecture-building-443383.jpg')
	}
	.blur{
		margin:0px;
		width:100%;
		height:100%;
	}
	.display-3{
		font-size:280%;
	}
	.display-5 {
		font-size: 1.5rem;

	}
	.content-little-box{
		text-align:center !important;
		padding-top:10%;
	}
	.little-box{
		margin:auto;
	}
	#cement-block{
		background-image: url('/images/mobil/cement-close-up-colors-1092369.jpg')
	}
	.btn-pm{

		margin-bottom:10%;
	}
	
	.big-title.large-text{
		
		font-size: 280%;

	}
	.md-title{
		font-size: 200%;
	}
	.logo-l{
		padding-top:20px;
	}
	
	.logo{
		padding-left:5% !important;
	}
	.display-3-n{
		font-size:120%;
	}
	.erp-legend{
		font-size: 70%;
		letter-spacing: 2px;
		padding-left: 6% !important;
	}
	.bold-mobile{
		font-weight:bold;
	}
	.big-title{
		font-size: 400%;
	}
	.menu-icon-mobile {
		margin-top:20%;
		display: inline-block;
		margin-right: 20%;
	}
	
	.footer-logo{
		margin:auto;
		max-width:50% !important;
	}
	
	.slug-1{
		font-size:2rem;
	}

	.slug-3{
		font-size:3rem;
	}

	.slug-4{
		font-size:1.7rem;
	}
	.slug-5{
		font-size:1rem !important;
		line-height: 1.5rem;
	}

	.carousel-caption {
		top: 15%;
		bottom: unset;
	}
	.navbar{
		margin-top:-4px;
	}
	.navbar ul.navbar-nav{
		padding-left:unset;
	}
	.navbar .nav-item{
		padding:unset;
	}

	.dropdown-item,
	.dropdown-submenu .dropdown-item{
		background-color: #000;
		color: #fff;
		text-transform: uppercase !important;
	    padding: 1rem 1rem;
	    font-size: 13px;
	    font-weight: 400;
	    -webkit-font-smoothing: antialiased;
	    letter-spacing: 2px;
	}

	.dropdown-item.divider{
		border-top:none;
	}
	.dropdown-submenu > a:after {
	    float: initial;	    

	}
	.dropdown-submenu .dropdown-toggle::after {
	    display: inline-block;
	    width: 0;
	    height: 0;
	    margin-left: .3em;
	    vertical-align: middle;
	    content: "";
	    border-top: .3em solid;
	    border-right: .3em solid transparent;
	    border-left: .3em solid transparent;
	}

	a#navbarFussion .dropdown-menu  ,
	a#navbarModulos .dropdown-menu  ,
	a#navbarAutotransporte .dropdown-menu  {
		display: inline-block !important;
		width: 0;
	    height: 0;
	    margin-left: .3em;
	    vertical-align: middle;
	    content: "";
	    border-top: .3em solid;
	    border-right: .3em solid transparent;
	    border-left: .3em solid transparent;
	}

	#carouselImages .carousel-item img{
		height: 250px !important;
	}
	#carouselImages .carousel-item div{
		height: 350px;
	}

}