.btn-style{
    background-color: #59ab00;
    /* border-color: #e4e100; */
    border-width: 2px;
    border-radius: 12px;
    color: #e4e100;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


.btn:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
    color: #a3bd31;
}

.title-landing { 
    position: relative; 
    float: left;
    color: #d0cd08;
    font-size: 3.6em;
    font-weight: 700;
    width: 100%;
    text-shadow: 1px 1px 2px rgba(4, 4, 4, 1);
}


h1 span {
    position:absolute;
    right:0;
    width:0;
    background: #e9e8b2;
    border-left: 1px solid #000;
    animation: escribir 3s steps(20) infinite alternate;
}

@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}

.icon{
	font-size: 20px;
	color: #d7d800;
}

.padd-ico{
	padding-left: 3px;
	padding-right: 3px;
}

.div-btn{
	text-align: center !important; 
	margin-top: 35px !important;
}

.img-ico{
	width: 100% !important;
}

.section-ico{
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 20px;
}

.section-tarjetas{
	padding-bottom: 0px;
}

.container-tarjetas{
	width: 90%;
}

.row-2dafilas-empresas{
	margin-top: 20px;
}

.title-map{
	text-align: center;
}

.style-map{
	width: 100%; 
	height: 450px;
	border:0;
}

.title-gracias{
	font-size: 35px;
	color: #004a8e;
    font-weight: 500;
    margin: 0;
}

.subtitle-gracias{
	font-size: 30px;
    color: #004a8e;
    text-transform: none;
    display: block;
    font-weight: normal;
}

.subtitle-landing{color: #fff;font-size: 2.2em;font-weight: 700;text-shadow: 1px 1px 2px rgba(4, 4, 4, 1);}

.contenedor-texto1 {
	width:100%; float: left;
}
.contenedor-texto2 {
	width:100%; float: left;
}

#amenities {color: #afad16}
#naturaleza {color: #98be11;}
#comercial {color: #59ab00;}
#universitario {color: #ccc417;}


@media (max-width: 992px) {
	.slider-pp{
		padding-left: 0px;
	}

	.img-tarjetas{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 890px) and (min-width: 320px){
    .contenedor-texto {
        height: 200px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .contenedor-texto1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contenedor-texto2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-landing{font-size: 2em;}

    .subtitle-landing{font-size: 1.9em;line-height: 1em;}

    #partners{margin-top: 40px; margin-bottom: 0px;}
    #services {margin-top: 0px;}
    #vehicles {margin-top: 34px;}
    #vehicles .title {font-size: 25px; margin-bottom: 10px; margin-top: 0px;}
    #teaser {
        padding: 60px 0;
        background-image: url(../img/bg6_mobile.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    #formulario-ajax {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }

}