.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 1000px;
    color: white;
    background-image: linear-gradient(110deg, rgba(0, 0, 0,1) 10%, rgba(0, 0, 0, .2) 80%), url('../img/moderno-centro-negocios.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: rgb(17, 59, 62);
    background: linear-gradient(104deg, #262626 50%, rgba(59, 113, 192, 1) 50%); */
    
}

.hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
}

.hero-content {
    z-index: 20;
}

.bg-gradient {
    background: rgb(17, 59, 62);
    background: linear-gradient(104deg, rgb(9, 39, 41) 0%, rgba(59, 113, 192, 1) 50%);
}

@media (min-width: 750px) {
    .hero-section-text {
        padding-top: 150px;
    }

    /* .services-image-overlay{
       height: 600px;
    } */
}

.hero-section img {
    height: 70vh;
    max-height: 600px;
}

.nosotros,
.servicios,
.clientes,
.contacto{
    padding: 100px 0px;
}

.service-icon {
    font-size: 3em;
    color: rgb(21, 63, 125);
    padding: 36px;
    /* background: rgb(17, 59, 62);
    background: linear-gradient(104deg, rgb(33, 68, 119) 0%, rgba(59, 113, 192, 1) 50%); */
}

.img-servicios, .logo-cliente {
    display: flex;
    align-items: center;
}

.img-servicios img{
    max-height: 400px;
    min-height: 300px;
}

.caracteristicas{
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 32px;
    background-image: url('../img/moderno-centro-negocios.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-icon{
    font-size: 3em;
    margin-bottom: 1rem;
    /* padding: 36px; */
}

.contacto{
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 32px;
    background-image: url('../img/moderno-centro-negocios.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

#carouselServicios img{
    max-height: 700px;
    min-height: 700px;
}

