@font-face {
	font-family:"Montserrat";
	src:url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.otf') format('opentype');
		font-display:auto;font-style:normal;font-weight:300;
	}
 @font-face {
   font-family: 'Montserrat-Light';
   src:url('../fonts/Montserrat-Light.woff') format('woff'),
		url('../fonts/Montserrat-Light.otf') format('opentype');
		font-style: normal;
		font-weight: 200;
 }
 @font-face {
	font-family: 'Montserrat-Bold';
	src:url('../fonts/Montserrat-Bold.woff') format('woff'),
		 url('../fonts/Montserrat-Bold.otf') format('opentype');
		 font-style: normal;
		 font-weight: 700;
  }

@font-face {
	font-family:"Raleway-Regular";
	src:url('../fonts/Raleway-Regular.woff') format('woff'),
		url('../fonts/Raleway-Regular.otf') format('opentype');
		font-display:auto;font-style:normal;font-weight:400;
	}
	@font-face {
		font-family: 'Raleway-Light';
		src:url('../fonts/Raleway-Light.woff') format('woff'),
			 url('../fonts/Raleway-Light.otf') format('opentype');
			 font-style: normal;
			 font-weight: 300;
	  }
	  @font-face {
		 font-family: 'Raleway-Bold';
		 src:url('../fonts/Raleway-Bold.woff') format('woff'),
			  url('../fonts/Raleway-Bold.otf') format('opentype');
			  font-style: normal;
			  font-weight: 700;
	   }

	   @font-face {
		font-family:"fa-regular";
		src:url('../fonts/fa-regular-400.woff') format('woff'),
			url('../fonts/fa-regular-400.eot') format('opentype');
			font-display:auto;font-style:normal;font-weight:400;
		}
		@font-face {
			font-family: 'fa-light';
			src:url('../fonts/fa-light-300.woff') format('woff'),
				 url('../fonts/fa-light-300.eot') format('opentype');
				 font-style: normal;
				 font-weight: 300;
		  }
		  @font-face {
			 font-family: 'fa-solid';
			 src:url('../fonts/fa-solid-900.woff') format('woff'),
				  url('../fonts/fa-solid-900.eot') format('opentype');
				  font-style: normal;
				  font-weight: 900;
		   }
		   @font-face {
			font-family: 'fa-brands';
			src:url('../fonts/fa-brands-400.woff') format('woff'),
				 url('../fonts/fa-brands-400.eot') format('opentype');
				 font-style: normal;
				 font-weight: 400;
		  }

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html{
	font-family:Montserrat, sans-serif;
}
p{
	color:#647b97;
	font-size: 18px;
	line-height: 22px;
	font-family:Montserrat-Regular, sans-serif;
	margin-bottom: 15px;
	padding-left: 1rem;
	padding-bottom: 20px;
}
h1{
	font-family:Montserrat-Bold, sans-serif;
	color:#0a1f8f;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin: 2rem 1rem;
	letter-spacing: 1px;
}
h2{
	font-family:Montserrat-Bold, sans-serif;
	color:#00adee;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin: 2rem 1rem;
	letter-spacing: 1px;
}

/*header*/
header, .header{
	height: 100px;
	padding-top: 15px;
	padding-bottom: 20px;
	position: fixed;
	top:0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	background: #fff;
}
header a.navbar-brand{
	font-size: 16px;
	color:#808080;
	text-transform: uppercase;
	float: none;
    height: auto;
    padding: 0.3125rem 0px;
}
header a.navbar-brand.active{
	color:#101e8e;
}
header a.navbar-brand:last-child{
	margin-right: 0px;
}
header a.navbar-brand:hover{
	color:#0d6efd;
}
header .text-right{
	padding-right: 20px;
}
header .text-right i{
	font-family:"fa-solid";
}
header .phone{
	color:#808080;
	margin-bottom: 20px;
	font-family:Montserrat-Light, sans-serif;
	font-weight: lighter;
	padding-top: 10px;
}
header .phone a{
	color:#101e8e;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
}
header p{
	font-size: 16px;
	padding-top: 5px;
}
header .slogan p{
	vertical-align: middle;
    line-height: 24px;
    padding-top: 16px;
	color: #101e8e;
}
header .icon-menu{
	display: none;
}
.menu-movil{
	display: none;
}
.menu-movil .icn-close.text-right{
	padding-right: 0px;
	margin-bottom: 20px;
}
.menu-movil .icn-close.text-right i{
	color: #666;
	font-size: 20px;
}
.menu-movil .icn-close.text-right i:hover{
	opacity: 0.8;
	cursor: pointer;
	transform: scale(1.2);
}
main{
	margin-top: 100px;
}
.logo{
	/*width: 215px;
	height: 74px;
	background: url("../images/logoAvya.svg") center center no-repeat;
	background: url("../images/logoHeader.png") 5px center no-repeat;*/
	width: 183px;
	height: 63px;
	margin-top: 6px;
	margin-left: 5px;
	display:block;
}
/*general*/
.text-right{
	text-align: right;
}
.button-primary{
	background: rgb(46,49,145);
	/*background: linear-gradient(90deg, rgba(46,49,145,1) 0%, rgba(107,115,221,1) 50%, rgba(0,173,238,1) 100%);*/
	color:#FFF;
	padding: 10px 40px;
	border-radius: 20px;
	border:1px solid #FFF;
	font-family:Montserrat-Light, sans-serif;
	text-decoration: none;
	font-size: 16px;
}
.button-secondary{
	background: #00adee;
	color:#FFF;
	padding: 10px 40px;
	border-radius: 20px;
	font-family:Montserrat-Light, sans-serif;
	text-decoration: none;
	font-size: 16px;
}
.button-secondary:hover{
	opacity: 0.8;
	color: #220554;
}
.button-primary:hover{
	color:#00adee;
	opacity: 0.8;
	border:1px solid #00adee;
}


/*slider*/
.slider{
	background: url(../images/backHome.png) right bottom no-repeat;
	background-size:100% 110%;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }

  .carousel-inner, .carousel-item.active{
	  max-height: 500px;
  }
  .carousel-control-prev{
	  background: #2e3191;
	  width: 48px;
	  height: 48px;
	  border-radius: 50%;
	  top:45%;
	  left: 40px;
  }
  .carousel-control-next{
	background: #2e3191;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	top:45%;
	right: 50px;
}
#Slide1 .carousel-caption{
	color:#00adee;
	font-size: 3em;
	line-height: 60px;
	position: absolute;
    top: 70px;
    left: 100px;
	width: 30%;
	font-family:Montserrat-Light, sans-serif;
	text-shadow: 3px 3px 2px rgba(5, 5, 5, 1);
}
#Slide1 .carousel-caption b{
	color:#fff;
	font-size: 1em;
	font-family:Montserrat-Bold, sans-serif;
}
#Slide2 .carousel-caption{
	color:#00adee;
	font-size: 2em !important;
	line-height:normal;
	position: absolute;
    top: 30px;
    right: 10px;
	left: 0px;
	width: 100%;
	font-family:Montserrat-Light, sans-serif;
	text-align: right;
}
#Slide2 .carousel-caption h4{
	right: 30px;
	width: 30%;
	position: absolute;
}
#Slide2 .carousel-caption b{
	color:#220554;
	font-size: 1em;
	font-family:Montserrat-Bold, sans-serif;
}
#Slide3 .carousel-caption{
	color:#00adee;
	font-size: 3em !important;
	line-height: 80px;
	position: absolute;
    top: 100px;
    left: 15%;
	width: 30%;
	font-family:Montserrat-Light, sans-serif;
	text-shadow: 3px 3px 2px rgba(5, 5, 5, 1);
}
#Slide3 .carousel-caption b{
	color:#fff;
	font-size: 1em;
	font-family:Montserrat-Bold, sans-serif;
}
.img-slide1{
	background: url(../images/bgBanner1.jpg) right center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.img-slide2{
	background: #220554 url(../images/servicioRedes.jpg) center top no-repeat;
	background-size:100% 120%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.img-slide3{
	background: #220554 url(../images/bgBanner2.png) right center no-repeat;
	background-size:contain;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

/* Home */
.service-home{
	background-color: #2e3191;
}
.service-home a{
	text-decoration: none;
}
.service-home h1{
	color:#fff;
}
.service-home div{
	text-align: center;
	padding: 10px 20px;
}
.service-home .col-md.col-sm-6{
	margin-bottom: 30px;
	color:#FFF;
	font-size: 18px;
}
.service-home .col-md.col-sm-6 i{
	font-size: 80px;
	display: block;
	margin-bottom: 30px;
	color:#FFF;
	text-rendering: optimizeLegibility;
	font-family:"fa-light";
}
.service-home .col-md.col-sm-6 a:hover i{
	opacity: 0.6;
}
.back-design-home{
	background: url(../images/bg_engineering.png) right bottom no-repeat;
	background-size:100% 100%;
	padding-bottom: 150px;
	position: relative;
}
.back-design-home .button-secondary{
	margin-left: 1rem;
}
.back-design-home .img-house{
	width: 305px;
	height: 350px;
	display: block;
	background:url(../images/backHouseHome2.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 40px;
	bottom: 10px;
}


/*Servicios*/
.services .bg-service{
	font-family:Montserrat-Light, sans-serif;
	color:#fff;
	padding: 2rem;
	text-align: center;
	background: rgb(46,49,145);
	background: linear-gradient(90deg, rgba(46,49,145,1) 0%, rgba(107,115,221,1) 50%, rgba(0,173,238,1) 100%);
}
.services .bg-service i{
	font-size: 90px;
	margin-bottom: 30px;
	text-rendering: optimizeLegibility;
	font-family:"fa-light";
}
.services .bg-service h4{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.services .bg-service p{
	color: #fff;
	padding-left: 0px;
	font-size: 16px;
}
.img-service{
	position: relative;
}
.img-service-auto{
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/icnServiceAuto.png) center center no-repeat;
	background-size:contain;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bg-service-auto{
	display: block;
	background: url(../images/servicioAutomatizacion.jpg) center center no-repeat;
	background-size:cover;
	margin: 0 auto;
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}
.img-service-audio{
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/icnServiceAudio.png) center center no-repeat;
	background-size:70% auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bg-service-audio{
	display: block;
	background: url(../images/servicioAudioVideo.jpg) center center no-repeat;
	background-size:cover;
	margin: 0 auto;
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}
.img-service-iluminacion{
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/icnServiceIluminacion.png) center center no-repeat;
	background-size:50% auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bg-service-iluminacion{
	display: block;
	background: url(../images/servicioIluminacion.jpg) left center no-repeat;
	background-size:100% 100%;
	margin: 0 auto;
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}

.img-service-cctv{
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/icnServiceCctv.png) center center no-repeat;
	background-size:70% auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bg-service-cctv{
	display: block;
	background: url(../images/servicioCctv.jpg) left center no-repeat;
	background-size:100% 100%;
	margin: 0 auto;
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}

.img-service-red{
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/icnServiceRedes.png) center center no-repeat;
	background-size:70% auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bg-service-red{
	display: block;
	background: url(../images/servicioRedes.jpg) left center no-repeat;
	background-size:100% 100%;
	margin: 0 auto;
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}

/*Diseno*/
.img-diseno img{
	width: 100%;
}
.img-diseno-lateral img{
	width: 40%;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 40px;
}

/*Contacto*/
.back-contact{
	background: rgb(16,30,142);
	background: linear-gradient(90deg, rgba(16,30,142,1) 0%, rgba(107,115,221,1) 50%, rgba(0,173,238,1) 100%);
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: -1;
}
.contact .col-12.text-center h1, .contact .col-12.text-center p{
	color:#fff;
}
.contact h2{
	text-transform:none;
	margin-left: 0px;
}
.contact .bg-white{
	padding: 10px 30px;
}
.contact .bg-blue{
	background: #2e3191;
	padding: 10px 30px;
	color:#FFF;
}
.contact .bg-blue h2{
	color: #fff;
}
.contact .bg-blue p{
	color: #fff;
	padding-left: 0px;
	font-size: 14px;
}
.contact .bg-blue p b{
	text-transform: uppercase;
	font-weight: bold;
}
.contact .bg-blue i{
	margin-right: 10px;
	text-rendering: optimizeLegibility;
	font-family:"fa-solid" !important;
}
.contact .bg-blue a{
	color:#fff;
	text-decoration: none;
}
.contact .logo-contact img{
	width: 140px;
}
.contact p{
	padding-left: 0px;
}
.contact .text-center i{
	font-size: 100px;
	color:#E1E1E1;
}


form{
	font-family:Montserrat-Light, sans-serif;
	color:#808080;
}
.contact input{
	border: 1px solid #CCC;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.contact textarea{
	width: 100%;
	height: 150px;
	min-height: 150px;
	max-height: 200px;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
.contact .button-primary{
	background: #00adee;
	color:#FFF;
	padding: 10px 40px;
	border-radius: 20px;
	font-family:Montserrat-Light, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border:none;
}
.contact .button-secondary{
	background: #CCC;
	color:#FFF;
	padding: 10px 40px;
	border-radius: 20px;
	font-family:Montserrat-Light, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border: none;
}

footer{
	background: #4d4d4d;
	padding: 30px 10px 10px;
	font-family:Montserrat-Light, sans-serif;
	color:#FFF;
	font-size: 12px;
	position: relative;
}
footer p{
	color:#FFF;
	font-size: 16px;
}
footer span{ 
	margin-right: 0px;
	width: 100%;
	display: inline-block;
	font-size: 15px;
}
footer span i{
	margin-right: 5px;
	text-rendering: optimizeLegibility;
	font-family:"fa-solid" !important;
}
footer a{
	text-decoration: none;
	color:#F1F1F1;
}
footer a:hover{
	text-decoration: underline;
	color:#F1F1F1;
}
footer .legal{
	vertical-align: bottom;
}
footer .pl-2{
	padding-left: 2rem;
}
footer .logo-footer{
	width:175px;
	height: 59px;
	background: url(../images/grupo_avya.svg) center center no-repeat;
	background-size: cover;
	right: 22%;
    top: 30px;
	position: absolute;
}

.networks{
	position: fixed;
	bottom: 70px;
	right: 20px;
}
.networks a{
	width: 40px;
	height: 40px;
	background-color: rgba(153, 153, 153, 0.8); 
	border-radius: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	display: inline-block;
	margin-right: 10px;
}
.networks a i{
	font-size: 25px;
	color:#FFF;
	text-rendering: optimizeLegibility;
	font-family: 'fa-brands';
}
.networks a:hover i{
	color:rgb(46,49,145);
}
.networks a.whatsapp{
	display: none;
}

/*Proyectos*/
.bg-project{
	font-family:Montserrat-Light, sans-serif;
	color:#fff;
	padding: 2rem;
	background: rgb(46,49,145);
	background: linear-gradient(90deg, rgba(46,49,145,1) 0%, rgba(107,115,221,1) 50%, rgba(0,173,238,1) 100%);
}
.bg-project h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

/*tabs*/
.cont-tabs{
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.tab-content > .active{
	opacity: 1;
}

.tab-content .tab-pane{
	padding: 0px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	display: flex;
    flex-wrap: wrap;
}

.nav:before{
    display: table;
    content: " ";
	box-sizing: border-box;
}
.nav:after{
	clear: both;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	text-decoration: none;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	text-decoration: none;
	color: #fff;
}
.nav-tabs>li>a:hover {
    background-color: #00adee;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tab-content .carousel {
    position: relative;
}
.carousel-inner > .item {
	height: 450px;
	text-align: center;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: auto;
	height: 100%;
	display: inline-block;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
	right: 0;
	display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
	opacity: 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-control.right, .carousel-control.left{
	background: none;
}

/*cont-aviso*/
.cont-aviso h2{
	font-size: 14px;
}
.cont-aviso p{
	font-size: 12px;
	margin-bottom: 5px;
}
.cont-aviso ul{
	font-size: 12px;
	padding-left:2rem;
	margin-bottom: 10px;
}
.cont-aviso ul li{
	padding-bottom: 15px;
	padding-top: 10px;
	color:#647b97;
	list-style: disc;
	padding-left:0.5rem;
}

.oculto{
	display: none;
}

.carousel-inner p{
	color: #00adee;
}


/**** Responsive ***/
@media (max-width: 1280px) { 
	header a.navbar-brand{
		margin-right: 0.5rem;
	}
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
	header a.navbar-brand{
		font-size: 12px;
	}
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 17px;
	}
	p{
		font-size: 14px;
	}
	.menu .phone{
		display: none;
	}
	.menu nav{
		display: none;
	}
	header .icon-menu{
		display: block;
		background: #E1E1E1;
		border: none;
		padding: 10px;
		border-radius: 3px;
		position: absolute;
		right: 20px;
		top: 35px;
		color: #0a1f8f;
		width: 40px;
	}
	header .icon-menu i{
		font-family:"fa-solid" !important;
	}
	header .icon-menu.button-project{
		top: 20px;
	}
	header .icon-menu:hover{
		background: #647b97;
		color: #E1E1E1;
	}
	.carousel-indicators{
		display: none;
	}
	.menu-movil{
		display: none;
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background:rgba(0, 0, 0, 0.8);
		z-index: 9999;
	}
	.menu-movil i{
		font-family:"fa-solid" !important;
	}
	.list-menu{
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 50%;
		right: 0px;
		background: #E1E1E1;
		padding: 15px 20px;
	}
	.list-menu .navbar-brand{
		display: block;
		font-size: 20px;
		margin-bottom: 10px;
		letter-spacing: 1px;
		border-bottom: 0.5px solid #CCC;
		padding-bottom: 15px;
		width: 100%;
		color: #555;
	}
	.logo {
		/*width: 180px;
    	background-size: 90%;*/
		width: 162px;
		height: 56px;
		margin-top: 9px;
	}
	.col-sm-5{
		flex: 0 0 auto;
    	width: 41.66666667%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	header p{
		font-size: 14px;
	}
	.carousel-caption p{
		color: #00adee;
	}
	#Slide1 .carousel-caption{
		font-size: 1.5em;
	}
	#Slide1 .carousel-caption b{
		font-size: 1em;
	}
	#Slide2 .carousel-caption h4{
		font-size: 0.8em;
	}
	#Slide3 .carousel-caption{
		top:10%;
		line-height: normal;
	}
	#Slide3 .carousel-caption h4{
		font-size: 0.8em;
	}
	#Slide3 .carousel-caption b{
		font-size: 1em;
	}
 }


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
	.contact .bg-blue{
		width: 100%;
	}
	.slogan p{
		text-align: center;
	}
	header .slogan p {
		line-height: 22px;
    	padding-top: 10px;
    	font-size: 12px;
	}
	.service-home div{
		padding: 5px 10px;
	}
	.service-home .col-md.col-sm-6{
		font-size: 15px;
	}
	.service-home .col-md.col-sm-6 i{
		font-size: 55px;
	}
	.back-design-home.mt-5{
		margin-top: 1rem!important;
	}
	.back-design-home{
		padding-bottom: 60px;
	}
	.back-design-home .img-house{
		width: 120px;
		height: 135px;
	}
	.back-design-home.mt-5{
		background: linear-gradient(90deg, rgba(46,49,145,1) 0%, rgba(107,115,221,1) 50%, rgba(0,173,238,1) 100%);
		margin-top: 0px !important;
	}
	.back-design-home.mt-5 p{
		color: #fff;
	}
	footer .logo-footer{
		top: auto;
    	bottom: 10px;
    	width: 130px;
    	left: 40px;
    	background-size: contain;
	}
	footer{
		padding: 30px 10px 30px;
	}
	footer p{
		font-size: 12px;
	}
	footer span{
		font-size: 12px;
	}
	footer .col-sm-6{
		width: 100%;
	}
	.footer i{
		font-family:"fa-solid" !important;
	}
	.networks{
		bottom: 15px;
	}
	.networks a{
		width: 30px;
		height: 30px;
		line-height: 32px;
	}
	.networks a i{
		font-size: 18px;
	}
	div.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	div.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.services .bg-service{
		padding: 1rem;
		width: 100%;
	}
	.services .bg-service p{
		margin-bottom: 0px;
	}
	.col-md-4.col-sm-12.bg-service{
		width: 100%;
	}
 }


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.slogan p{
		display: block;
	}
	header .slogan p{
		font-size: 12px;
		line-height: normal;
		padding: 10px 5px 5px;
	}
	.slogan p{
		display: none;
	}
	.back-design-home .img-house{
		display: none;
	}
	.back-design-home{
		background: #fff;
	}
	.nav>li>a {
		padding: 5px 3px;
		font-size: 11px;
	}
	.bg-project{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.carousel-inner > .item{
		height: 250px;
	}
	.contact .button-primary{
		padding: 10px 30px;
	}
	.button-secondary{
		padding: 10px 15px;
		font-size: 14px;
	}
	.contact h1{
		margin-top: 0px;
	}
	.contact form .col-6{
		width: 100%;
	}
	footer .logo-footer{
		width: 100px;
	}
 }