body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
}  

h2 {
    font-weight: 800;
    font-size: 1.5em;
}
h3 {
    font-weight: 400;
    font-size: 1.5em;
}

.font-special {
   font-family: 'Lobster', cursive;
    font-size: 1.8em;
}
a:hover {
    color: #ffab25;
}
a {
    color: #fff;
}
.whats {
    z-index: 10005;
    position: fixed;
    right: 35px;
    top: 10px;
    cursor: pointer;
}
.back {
	background-image: url("imgs/back3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: right center;
}
.datos {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    background-color:#393939;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #fff;
    box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.74);
}
.foto {
    width: 180px;
}
.logo {
    width: 300px;
}
.button {
    border-color: #9F9F9F;
    border-style: solid;
    border-width: 1px;
    background-color: #9F9F9F;
    padding: 20px;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 800;
}
.button a {
    color: #fff;
    text-decoration: none;
}
.button a:hover {
    color: #111;
    text-decoration: none;
}


.soy {
    background-color: #4B4B4B;
    font-size: 1.5em;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
}
.servicios {
    font-size: 1.5em;
    padding: 30px;
    color: #fff;
}
.bkg-color1 {
    background-image: url("imgs/back2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    background-color: #000;
}

.barra {
	background-image: url("imgs/barra.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    height: 100px;
}
.galeria img {
    padding: 10px;
}

footer {
    background-color: #393939;
    color: #fff;
    font-size: 1.2em;
    padding: 15px;
}

footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    color: #ffab25;
    text-decoration: none;
}



@media (max-width:800px){
    .datos {
        width: 90%;
    }
    .foto {
        width: 130px;
    }
    .logo {
        width: 170px;
    }
}
