* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.inicio {
    width: 100%;
    height: 400px;
    
}

.inicio_int {
    background: url(../imagenes/fotos_ggclean/contacto.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.inicio_int:after{
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100%; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: url(../imagenes/fotos_ggclean/contacto.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inicio_int h1 {
    width: auto;
    height: auto;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 60px;
}

.inicio_int img {
    width: 120px;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 70px;
}

@media (max-width:1050px) {
    
.inicio {
    height: 600px;
    
}

.inicio_int h1 {
    width: 100%;
    top: 15%;
    font-size: 80px;
}

.inicio_int img {
    width: 200px;
    top: 25%;
    font-size: 70px;
}
    
}

@media (max-width:950px) {
    
}

@media (max-width:600px) {
    
}

@media (max-width:550px) {
    
.inicio {
    height: 600px;
}

.inicio_int h1 {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 65px;
}

.inicio_int img {
    width: 150px;
    top: 50%;
} 
   
}

@media (max-width:450px) {
    
.inicio {
    height: 600px;
}

.inicio_int h1 {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 65px;
}

.inicio_int img {
    width: 150px;
    top: 45%;
} 
    
}

@media (max-width:400px) {

.inicio {
    height: 500px;
}

.inicio_int h1 {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 65px;
}

.inicio_int img {
    width: 150px;
    top: 45%;
}  
    
}

/* ***************** CONTACTO ********* */

.contacto {
    width: 100%;
    height: auto;
    text-align: center;
}

.contacto h2 {
        padding: 0;
        margin: 0px 0px 20px 0px ;
}

@media (max-width:1200px) {
    
}

@media (max-width:950px) {
    
}

@media (max-width:600px) {
    
}

@media (max-width:550px) {
    
}

@media (max-width:450px) {
    
}

@media (max-width:400px) {

}
/* ***************** FORMULARIO ********* */

.contacto_ind {
    width: 100%;
    height: 520px;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
}

.contacto_ind {
    width: 400px;
    text-align: center;
    margin: auto;
    padding: 10px;
}

form {
    width: 100%;
    height: auto;
}

.form_cap, .form_cap_comnt {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: auto;
    padding: 10px 10px 10px 0px;
    text-align: left;
}

form label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}

#email, #nombre, #empresa, #mensaje{
    border: solid 2px #8BAF18;
    width: 100%;
    height: 30px;
    border-radius: 10px;
    padding: 0px 5px 0px 5px;
}

#telefono {
    border: solid 2px #8BAF18;
    width: 70%;
    height: 30px;
    border-radius: 10px;
    margin: auto;
    display: block;
    padding: 0px 5px 0px 5px;
}

#mensaje{
    width: 100%;
    height: 80px;
    text-align: left;
    vertical-align: top;
    padding: 10px 5px 10px 5px;
}

@media (max-width:1200px) {
    
}

@media (max-width:950px) {
    
}

@media (max-width:600px) {
    
}

@media (max-width:550px) {
.contacto_ind {
    width: 100%;
}
}

@media (max-width:450px) {
.contacto_ind {
    width: 100%;
}
}

@media (max-width:400px) {

.contacto_ind {
    width: 100%;
}

}
/* ***************** FORMULARIO ********* */

.datos_cont {
    width: 100%;
    height: auto;
}

.dato_ind {
    width: 100%;
    height: auto;
    text-align: left;
    padding-left: 30px;
    margin: 15px auto;
}

.dato_ind a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding-top: 5px;
}

.dato_ind p {
    width: 80%;
    display: inline-block;
    font-size: 21px;
    vertical-align: top;
}

.maps_contacto {
    width: 100%;
    height: auto;
    text-align: center;
}

.maps {
    width: 100%;
    height: 200px;
    margin-top: 5px;
    border: solid 4px #afafaf;
}

iframe {
    width: 100%;
    height: 100%;
}

@media (max-width:1200px) {
    
}

@media (max-width:950px) {
    
}

@media (max-width:600px) {
    
}

@media (max-width:550px) {
    
}

@media (max-width:450px) {
    
}

@media (max-width:400px) {
    
}
/* ************* BOTTON CONTACTO ********************* */

.bottonn {
    text-align: center;
    padding-left: 0px;
}

#bottonn {
    padding: 9px;
    background: #8BAF18;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    border: solid 1px white;
    display: inline-block;
    vertical-align: top;
    margin-top: 8PX;
}















































/* ***************** FOOTER ********* */

footer {
    width: 100%;
    height: auto;
    background: black;
    text-align: center
}

footer img {
    height: 100px;
    display: inline-block;
    margin: auto 10px;
}

.footer_redes {
    height: 100px;
    width: auto;
    min-width: 300px;
    display: inline-block;
    vertical-align: top;
    padding-top:35px;
    margin: auto 10px;
}

.footer_redes a {
    color: white;
    font-size: 35px;
}