@import url("menu.css");
@import url("principal.css");
@import url("footer.css");
@import url("especial.css");

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style: none;
}

header{
    width: 100%;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
}

main{
    width: 100%;
    max-width: 1200px;
    display:flex;
    flex-flow: wrap row;
    background: #f0f0f0;
    padding:20px 0px;
    margin: 0 auto;
}

section{
    width: 100%;
    margin: 10px auto;
    padding: 40px;
    background-color: rgba(200, 0, 0, 0.3);
    display:flex;
}

article{
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 10px;
    padding: 10px;

}



p{
    margin: 15px 0;
    font-size:18px;
    font-weight: 300;
}

footer{
    background-color: #023877;
    width: 100%;
    height: 160px;
    display:flex;
}


.cursiva{
    font-style: italic;
}

h1{
    color:red;
    font-size: 22px;
}

h3{
    color: blue;
}

h4{
    color: blue;
}

hr{
    border: 2px solid red;

}

/*estilos para xat*/

.fint{
    background-color: #023877;
    width: 250px;
    cursor:pointer;
    margin: 10px;
    padding: 10px;
    transition: 1s;
}

.fint:hover{
    width: 50%;

}

.fnd-int{
    display:flex;
    justify-content: space-around;
    overflow: hidden;
}

.fani{
    background-color: #023877;
    width: 250px;
    cursor:pointer;
    margin: 10px;
    padding: 10px;
    transition: 1s;
}
.fani:hover{
    width: 50%;
    height: 270px;
}
