/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.map-responsive{

    overflow:hidden;

    padding-bottom:40%;
    padding-top:5%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:400px;

    width:100%;

    position:absolute;

}

.servicios{
	background: radial-gradient(ellipse at bottom, #022227 0%, #000000 100%);
	position: relative;
	height: 50vh;
	width: 85vw;
	margin: 0;
	margin: 0;
	margin-right: 5%;
	font-family: 'Lato', sans-serif;
	font-weight: 1000;
	font-size: 7.2vh;
	letter-spacing: 0.10vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	background-image:url('https://images.unsplash.com/photo-1567798067592-370ad70700a3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=388&q=80');
	 background-size: auto 200%;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 8s linear infinite;
}
	&:nth-child(2) {
	  top: 50vh;
	}
	@keyframes shine {
	  from {
		background-position: center 0;
	  }
	  to {
		background-position: center 200%;
	  }
	}
  }
.bien {
	position: absolute;
        top: 50%;
        height: 100px;
        margin-top: -50px;
}
.hola {
	width: 100%;
    height: auto;
	background-repeat: no-repeat;
}
.hola2 {
	width: 100%;
    height: auto;
	background-repeat: no-repeat;
	background-size: contain;
}
.textito {
	font-size: 1.2rem;
	height: auto;
	color:#524e58;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	background-repeat: no-repeat;
}
#google-map {
    position: relative;
    width: 100%;
    height: 450px;
}
.nobottommargin {
    margin-bottom: 0 !important;
}
.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}
.footer2 {
    width: 100%;
    position: relative;
}
.footer2 {
    width: 100%;
    padding-top: 40px;
    align-content: center;
    content: initial;
    padding-bottom: 40px;
	color: #f8baaa;
}