body{
    margin: 0px;
    padding: 0px;
   /* background-image: url(../Img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
	animation: fadein 2s;*/
    
}
@keyframes fadein{
    from{opacity: 0;}
    to{opacity: 1;}
}












#pie-pagina{
    width: 100%;
    height: 300px;
    background: #4479a1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#pie-pagina ul{
    width: 96%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-size: 16px;
    
}

#pie-pagina li{
    width: 10%;
    list-style: none;
    text-align: center;
    border-right: 2px solid #f7f7f7;
}

#pie-pagina li:last-child{
    border-right: none;
   
}

.nav a{
    text-decoration: none;
    color: #f7f7f7;
}

#pie-pagina p{
    width: 57%;
    text-align: center;
    color: #f7f7f7;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-size: 16px;
}

#redes-sociales{
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-size: 25px;  
}

#redes-sociales a{
    margin-right: 50px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width:50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.3s easy-in-out;
}

.red-facebook{
    color: #f7f7f7;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color:;
    transition: all 0.3s;
}
.red-facebook:hover{
    transition: all 0.3s;
    background: #3b5998;
}
.red-twitter{
    color: #f7f7f7;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color:;
    transition: all 0.3s;
}
.red-twitter:hover{
    transition: all 0.3s;
    background: #1dcaff;
}
.red-youtube{
    color: #f7f7f7;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color:;
    transition: all 0.3s;
}
.red-youtube:hover{
    background: #cc181e;
    transition: all 0.3s;
}
.red-whatsapp{
    color: #f7f7f7;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color:;
    transition: all 0.3s;
}

.red-whatsapp:hover{
    cursor: pointer;
    background: #25d366;
    
}
 #modal{
        display: flex;
        justify-content: center;
        align-items: center;
        position:fixed;
        width:100%;
        height:100%;
        left:0;
        top:0;
        background:rgba(0,0,0,0.7); 
        animation: fadein 3s;
    }

@keyframes fadein{
    from{opacity: 0;}
    to{opacity: 1;}
}

#close{
    width: 30px;
    height: 30px;
    background: darkred;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:#FFFFFF;
    position:absolute;
    top:10px;
    right:10px;
    font-family: Verdana, Arial, Calibri;
    font-size: 14px;
    transition: all 0.3s;
     
    }
#close:hover{
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all 0.3s;
    
}

#numero-whatsapp{
    width: 40%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-size: 25px;
    
}

.icono-whatsapp{
    color: #090;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-size: 85px; 
    
}

#contenedor-contacto{
    width: 100%;
    background: ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    color: #696969;
    text-align: center
    
}
#contenedor-contacto p{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: ;
}

#contenedor-contacto h2{
    width: 100%;
    font-weight: 100;
}
#contenedor-contacto form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

#contenedor-contacto input[type="text"]{
    
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #01a8ec;
    color: #696969;   
}

#contenedor-contacto input[type="submit"]{
 
    margin-top: 20px;
    border-radius: 3px;
    border: none;
    background: #4479a8;
    color: #f7f7f7;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#contenedor-contacto input[type="submit"]:hover{
    transition: all 0.3s ease-in-out;
   background-color: rgba(245,180,99,0.9);
    
}

#contenedor-contacto textarea{
    border: none;
    border: 1px solid #01a8ec;
    color: #696969;
}
