html {
    scroll-behavior: smooth;
}

#fixed-nav {
    position: fixed;
    top: 50vh;
    right: 0;
    width: 100px;
    z-index: 1000;
}

#fixed-nav a {
    height: 25px;
    width: 25px;
    background-color: #ffc608;
    border-radius: 50%;
    display: block;
    margin: 10px 0;
}

.explora {
    position: fixed;
    right: 0;
	z-index:401 !important;
	align-items: end;
    display: flex;
	bottom: 0;
}

#section0 {
	min-height: 65vh;
}

/* BUTTONS */
.button-out a {
    background: none !important;
    border: 7px solid #ffc608;
    color: white !important;
    transition: all 0.3s;
}

.button-out a:hover {
    background: #ffc608 !important;
    color: black !important;
}

/* ICONOS */
.icon-background {
    color: #ffc608;
    /* width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px; */
}

.icon {
    color: black;
}

.grid-services {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
	}

#explora-button {
	display: none;
}

#logo {
	 height: 35vh;
	align-items: center;
    display: flex;
}
#logo svg {
	height: 35vh;
}

/* SOCIAL */
.wp-social-link a {
	font-size:100px;
}

/* Medias */

@media only screen and (max-width: 900px) {
	
	p {
		font-size: 18px !important;
	}
	h2 {
		font-size: 42px !important;
	}
	
	#section-1 {
		display:none;
	}

	
#section0 {
	min-height: 80vh;
}
	#logo {
	 height: 20vh;
}
#logo svg {
	height: 20vh;
}
	
	#call {
		font-size: 20px !important;
	}
	
	
#explora-button {
	display: block;
	position: fixed;
	left: 0;
	height: 100px;
	bottom: 0;
	top: inherit;
}

	.button-out a {
		background: #ffc608 !important;
        color: black !important;
	}
	
.grid-services {
	
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 1fr);
	/*
	display: block !important;
	*/
}
	
.servicio {
	width:100%;
	/*
	height:100px;
	*/
}
	
	.row-sit {
		flex-wrap: wrap;
		justify-content:center;
		
	}
	
	#section3 .icon{
		font-size: 0.5em !important;
		top: -25%;
	}
	
	#section3 .icon-background{
		font-size:1em !important;
	}
	
	#section3 .remove-space {
		padding-left: 0 !important;
		text-align:left;
	}
	
	/*
	#section3 .fa-motorcycle {
		left: 7% !important;
	}
	
	#section3 .fa-magnifying-glass {
		left: 48% !important;
	}
	
	#section3 .fa-eye {
		left: 38% !important;
	}
	
	
	*/
	
	.timeline-block-2-2 {
		font-size: 12px !important;
	}
	
}