@charset "UTF-8";
/* CSS Document */

body {
	background: #000 !important;
}

.top-content {
	padding-top:50px;
	text-align:center;
	margin: auto;
	background: ;
	background-size:;
}

.parallax {
	padding-top: 0px;
    /* The image used */
	background: #333;
    background-image: url("images/paralax_img.jpg");

    /* Set a specific height */
    height:;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


 /* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
		background-size: cover;
    }
} 

.top-content h1 {
	margin-top: 0px;
	font-size: 3em;
	color: #ddd;
	text-align: center;
	font-weight: bold;
}

.texto h2 {
	font-size: 5em;
	color: aquamarine;
}

.menu {
	padding-top: 15px;
}

.txt_hometop {
	text-align: center;
	padding-top: 100px;
}

@media screen and (max-width: 699px) and (min-width: 320px) {
    .txt_hometop{
		padding-top: 10px;
		font-size: 80%;
}
}


.icons-top {
	background: rgba(255, 0, 0, 0.7);
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}


.txt-white {
	color: #fff;
	text-align: center;
}


.services {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #333;
	text-align: center;
	font-size: 90%;
}


.footer {
	padding: 10px 0px 10px 0px;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	background: #c1272d;
}


.back-top{
	float: right;
	position: relative;
}



#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #333333; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px; /* Some padding */
    border-radius: 0px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
