@charset "utf-8";
@font-face{
	font-family: "Fife Gallery";
    src: url("Fife Gallery.ttf");
	
}
@font-face{
	font-family: 'DancingScript Regular';
    src: url("DancingScript-Regular.ttf");
	
}
body{
    background-image: url("img/fondocontacto.jpg");
    background-size: cover;
    
}

a, a:link, a:visited, a:hover {
	color: #ECECEC;
	text-decoration: none;
}

.Menu{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    list-style-type: none;
    text-decoration: none;
}

.Menu li {
    display: flex;
    font-family: "DancingScript Regular";
    font-weight: bold;
    font-size: 25px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #DCDCDC;
    transition: 300ms;
    text-decoration: none;
}
.Menu li:hover {
    transform: scale(1.05);
    text-shadow: 2px 2px 20px #FFFFFF;
}
.Menu li:nth-child(1){
	font-family: "Fife Gallery";
	font-size: 40px;
}

.Menu li:nth-child(8){
	grid-column-start: 8;
	object-fit:fill;
	justify-content: flex-end;
}
.Menu li:nth-child(8):hover{
    -webkit-box-shadow: 0px 0px 10px 10px #D1D1D1;
    box-shadow: 0px 0px 10px 10px #D1D1D1;
    background-color: #E5E2E2;
    border: thin dotted #38A822;
}

@media (max-width:600px){
	
	.Menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: -42px;

}


.Menu li {
	width:150px;
    font-family: "DancingScript Regular";
    font-weight: bold;
    font-size: 20px;
    color: #DCDCDC;
    transition: 300ms;
    margin-top: 20px;

}
	.Menu li:nth-child(1){
	
	font-size: 30px;
	
}
	.Menu li:nth-child(8){
		width:250px;
	}}
@media (min-width: 601px) and (max-width: 800px) {
	.Menu {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    list-style-type: none;
    margin-left: -31px;	
}


.Menu li {
    display: flex;
    font-family: "DancingScript Regular";
    font-weight: bold;
    font-size: 11px;
    color: #DCDCDC;
	transition: 300ms;
	}
.Menu li:nth-child(1){
	font-family: "Fife Gallery";
	font-size: 20px;
}

.Menu li:nth-child(8){
    grid-column-start: 8;
    object-fit: fill;
	}}
	
@media (min-width: 801px) and (max-width: 1000px) {
	.Menu {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    list-style-type: none;
    margin-left: -31px;	
}


.Menu li {
    display: flex;
    font-family: "DancingScript Regular";
    font-weight: bold;
    font-size: 18px;
    color: #DCDCDC;
	transition: 300ms;
	}
.Menu li:nth-child(1){
	font-family: "Fife Gallery";
	font-size: 25px;
}

.Menu li:nth-child(8){
    grid-column-start: 8;
    object-fit: fill;
	}}
	
@media (min-width:1900px){
	.Menu {
    display: grid;
	grid-template-columns: auto auto auto;
	justify-content: space-between;
    margin: 0px;
    list-style-type: none;	
	}


.Menu li {
    display: flex;
    font-family: "DancingScript Regular";
    font-weight: bold;
    font-size: 25px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #DCDCDC;
	transition: 300ms;
}
.Menu li:hover {
    transform: scale(1.05);
    text-shadow: 2px 2px 20px;
}
.Menu li:nth-child(1){
	font-family: "Fife Gallery";
	font-size: 40px;
}

.Menu li:nth-child(8){
	grid-column-start: 8;
	object-fit:fill;
	justify-content: flex-end;
	}}



.tituloformulario{
    margin-top: 100px;
    margin-bottom: 50px;
    width:100%;
    display: flex;
    justify-content: center;
    font-family: roboto;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;  
}

.formulario {
    width: 50%;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    padding-left: 25%;
    padding-right: 25%;
}

.caja{
    padding: 20px;
    
    
}
.caja2 {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 20px;
}
.boton{
    color: #FFFFFF;
    background-color: olivedrab;
    font-size: 20px;
    font-weight: bold;
    font-family: roboto;
    padding: 20px;
    grid-column-start: 1;
    grid-column-end: 3;
    cursor: pointer;
    border: none;
}
    
.boton:hover {
    -webkit-box-shadow: 0 0 5px white;
    box-shadow: 0 0 5px white;
}
@media (max-width:450px){
    
    .tituloformulario{
    width:100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    font-family: roboto;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;  
}
    .formulario {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    grid-gap: 15px;
    padding-left: 0%;
    padding-right: 0%;
}

    
    
}
/*.caja {
    width: 50%;
    height: 40px;
    padding: 10px;
    font-size: 14px;

    
}
.caja2{
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 14px;

    
    
    
}


.boton {
    width: 100%;
    background-color: #C30F12;
    font-size: large;
    font-weight: bold;
    padding-left: 244px;
    padding-right: 243px;

}*/
