/*
Theme Name : Cemmsa Theme
Autor:Ceemsa
*/

.container-fixed{
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
}

.section-subtitle{
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

/*SECTION SERVICIOS*/
.home-servicios{
  padding: 8rem 0 6rem 0;
}

/*SECTION CLIENTES*/
.clientes{
  padding: 4em 0;
  background: #2D2D2D;
}

/*SECTION PRODUCTOS*/
.productos{
  padding: 4rem 0 4rem 0;
}
.service-card{
  margin-bottom: 3rem;
}

.service-card img{
  margin: 0 auto;
  display: block;
}

.service-card h4{
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0 1.5rem 0
}


/*SERVICIOS*/

/*TABS NAVIGATION*/
.navigations-tabs{
	padding: 2rem 0 4rem 0;
	background: #2d2d2d;
}
.navigations-tabs ul.nav-pills{
	display: flex;
	gap: 1rem;
	align-items: stretch !important;
}

.navigations-tabs ul.nav-pills li.nav-item a.nav-link{
	background:#FFA487;
	display: flex;
	width: auto;
	justify-content: center;
	padding: 0.75rem 2rem;
	color: #2d2d2d;
	border-radius: 10px;
	line-height: 1.25;
}

@media (max-width:767px){
	.navigations-tabs ul.nav-pills{
		display: flex;
		gap: 4px;
		align-items: stretch !important;
	}
	.navigations-tabs ul.nav-pills li.nav-item a.nav-link{
		padding: 0.75rem 0.5rem;
		font-size: 1rem;
		display: flex;
		align-items: stretch;
	}
}

@media (max-width:500px){
	.navigations-tabs ul.nav-pills li.nav-item a.nav-link.single{
		line-height: 40px;
		min-height: 64px;
	}
}

.navigations-tabs ul.nav-pills li.nav-item a.nav-link.active{
	background: #E94F1D;
	color: #fff;
}


/*TABS CONTENT*/
.tabs-main-content{
	background: #2d2d2d;
}
section.inside{
	padding: 2rem 0 6rem 0;
}
.tab-content.tab-page{
	border: none;
}


/*SLIDER SERVICIOS BENEFICIOS*/
#slider-beneficios{
  margin-top: 4rem;
}
#slider-beneficios.owl-carousel .item img{
  margin: 0 auto;
  display: block;
  max-width: 140px;
  width: 100%;
}
#slider-beneficios.owl-carousel .item p{
  margin: 0 auto;
  width: 80%;
  line-height: 1.25;
}

/*SLIDER SMARTTEC BENEFICIOS*/
#slider-beneficios-smarttec{
  margin-top: 4rem;
}
#slider-beneficios-smarttec.owl-carousel .item img{
  margin: 0 auto;
  display: block;
  max-width: 220px;
  width: 100%;
}
#slider-beneficios-smarttec.owl-carousel .item p{
  margin: 0 auto;
  width: 80%;
  line-height: 1.25;
}




/*FOOTER*/
footer {
	background: #2d2d2d;
}
footer .social-media-icons {
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 70px);
	margin-top: 2rem;
}
@media (max-width:767px){
	footer .social-media-icons{
		grid-template-columns: repeat(3, 60px);
		margin-bottom: 2rem;
	}
}

footer .social-media-icons li{
	list-style-type: none;
}
footer .social-media-icons li a svg{
	width: 40px;
	height: 40px;
}
@media (max-width:767px){
	footer .social-media-icons li a svg{
		width: 32px;
		height: 32px;
	}
}

footer .footer-content-columns{
	margin-bottom: 2rem;
}
footer .footer-content-columns h3{
	color: #E94F1D;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
footer .footer-content-columns ul.list-menu{
	padding-left: 0;
}
footer .footer-content-columns ul.list-menu li{
	list-style-type: none;
	padding: 0.5rem 0;
	line-height: 1.25;
}
footer .footer-content-columns ul.list-menu li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.copyright{
	text-align: center;
	padding: 2rem 0 2rem 0;
}
@media (max-width: 767px){
	.copyright{
		text-align: left;
		padding: 0rem 0 2rem 0;
	}
}

.copyright ul{
	padding-left: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	color: #969696;
	font-size: 12px;
	justify-content: center;
	column-gap: 6px;
}
@media (max-width: 767px){
	.copyright ul{
		flex-direction: column;
		row-gap: 8px;
	}
}

.copyright ul li{
	list-style-type: none;
}
.copyright ul li a{
	text-decoration: underline;
	color: #969696;
}
