html{
    background-color: white;
}

                                /*B O D Y*/
								
body{	
  
	margin: auto; 
    margin-top: 5px;
    margin-bottom: 5px;
	font-family: sans-serif;
    text-align: justify;
    max-width: 1360px;
    background-color: rgba(220, 220, 220);
    display:flex;
    scale: 80%;
}


main{
    padding: 0%;
    margin: 0%;
}



h1 {
    text-align: center;
}

#Mensage {
    text-align: center;
    margin-bottom: 50px;
}


.logo img{
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: 30%;
	display: flex;
}

                         /*C O N T A C T O*/

.contacto{
    background-color: rgba(190,190,190);
    box-sizing: border-box;
    display: flex;
    width: 100%;
    float: left;
    flex-direction: column;
    text-align: center;
}

.contacto a{
    text-decoration: none;
    color: black;
}

.contacto a:hover{
    text-decoration:underline;
}

.contacto iframe{
    width: 75%;
    height: 400px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
	margin-left: 12.5%;
	margin-bottom: 40px;
}

.datos{
    line-height: 0.1rem;
    font-size: 15px;
    width: 100%;
}


                        /*PANTALLA MINIMIZADA*/

@media (max-width:800px) {

    /*MENU*/

    .menu{
        display: none;
    }
    .menu2{
        display:flex;
    }
	.galeria img{
    width: 109%;
    border-radius: 1px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	}
    .galeria img:hover{
        width: 105%;
        transition: 0.2s;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }    
    h1{
        font-size: 18px;
    }
    h2{
        font-size: 15px;
    }
    #laempresa, #productos, #obras{
        padding: 0px 8px 0px 8px;
        margin: 3px 2px 3px 2px;
        font-size: 12px;
    }
    #carp, #conmet, #autom{
        font-size: 18px;
        line-height: 10px;
    }

    /*GALERIA*/

    .columna {
        flex: 48%;
        max-width: 48%;
    }
    .botones {
        font-size: 55px;
    }
    .atras {
        left: 5px;
    }
    .adelante {
        right: 5px;
    }
    .slideshow img {
        width: 98%;
    }
}
@media (max-width:600px) {

    /*GALERIA*/

    .columna {
        flex: 100%;
        max-width: 100%;
    }
}