@charset "utf-8";
.texto-principal {
	font-size: 16px;
}
.listado {
	list-style: circle;
	line-height: 180%;
	font-size: 16px;
}
.listado-chico {
	list-style: circle;
	line-height: 160%;
	/* [disabled]font-size: 16px; */
	padding-left: 40px;
	color: #666666;
}
.nueva-fila {
	clear: both;
}
.texto-destacado {
	font-size: 20px;
	font-style: italic;
	text-transform: capitalize;
	padding-left: 40px;
	padding-top: 20px;
}
.about-content {
	padding-top: 0px;

}
p {
	line-height: 160%;
}
.col-md-6.col-sm-6 .about-content p {
	line-height: 160%;
}
.hero-image-area-2 {
	background-attachment: fixed;
	background-image: url(img/slider1-ant-2.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 800px;
}
.hero-image-area-3 {
    background-attachment: fixed;
    background-image: url(img/estatica.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 800px;
}
.texto-grande {
	font-size: 16px;
}
.inner-address .add-detail .texto-grande {
	font-size: 24px;
}
.hero-image-area .hero-content {
	margin-top: 460px;
	text-align: center;
}
.hero-content h1 {
	font-size: 2.2em;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    font-size: 16px;
    outline: none;
    background-color: rgba(0,159,227,1.00);
    color: white;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
}
#myBtn:hover {
    background-color: #555;
}
.sombra {
    text-shadow: 1px 1px 2px #000000;
}
