@charset "UTF-8";


body, html {
    height: 100%;
    padding-top: 30px;
}
/* To center Logo in carousel */
.carousel {
  position: relative; /* .logo is inside .carousel */
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 75%;
}


.main-padding {
	padding-top: 60px !important;
}

.containerServices {
	max-width: 1200px !important;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.containerServices {
		max-width: 1000px !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.containerServices {
		max-width: 1150px !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.containerServices {
		max-width: 1140px !important;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.containerServices {
		max-width: 1200px !important;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
	.containerServices {
		max-width: 1300px !important;
	}
}