*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0px 60px 30px 60px;
    justify-content: center;
    align-items: center;
    background: rgb(254,254,254);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
header .container{
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container{
    max-width: 1400px;
    margin: auto;
}

header{
    background-color: rgb(254,254,254);
}
header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}
header a{
    font-size: 1.1em;
    padding: 5px 30px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
header .logo{
    height: 70px;
}

header .logo:hover{
    height: 72px;
}
nav a:hover{
    background: rgb(255, 155, 0);
    border-radius: 10px;
    color:rgb(236, 232, 241);
    transition: 0.5s;

}

.container-c {
    width: 95%;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.box-info {
    gap:15px;
}

.box-info > h1 {
    font-size: 1.2rem;
}

.links {
    display:flex;
    gap:15px;
}

.logoface{
    width: 80px;
    height: 80px;
}
.logowhats{
    width: 80px;
    height: 80px;
}
.logoInsta{
    width: 80px;
    height: 80px;
}

.logoface:hover{
    width: 82px;
    height: 82px;
}
.logowhats:hover{
    width: 82px;
    height: 82px;
}
.logoInsta:hover{
    width: 82px;
    height: 82px;
}
.box-contacto > h1 {
            font-size: 1.2rem;
        }


footer {
    background-color: rgb(230,230,230);
}
footer .container{
    width: 100%;
    height: 150px;
    background-image: url("img/bordetop.jpg");
    max-width: 100%vw;
    margin: 60px 0px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    
    
}
footer .container article{
    margin: 10px;
    padding: 12px;
    font-size: 0.6em;
    color: rgb(100,100,100);
}


footer .logo-a{
    margin: 25px 0px;
    height: 32px;
}
  
footer .fono{
    margin-top: 10px;
    margin-left: 110px;
    height: 40px;
}

footer .fono-contac h2{
    color: rgba(0,0,0,0.5);
    margin: 10px 0px;
    font-size: 1em;
}

@media (min-width: 600px){
    
    header .container{
        flex-direction: row;
        justify-content: space-between;
        background-image: url("img/bordebajo.jpg");
        margin-bottom: 40px;
    }
    header nav{
        display: flex;
        flex-direction: row;
        padding: 0;
        padding-right: 30px;
    }
    .box-info {
        color:#fff;
        display:flex;
        flex-direction: column;
        gap:50px;
    }
    
    .box-info > h1 {
        font-size: 1.5rem;
        text-align: left;
        letter-spacing: 5px;
        color: #3b3131;
    }
    .data {
        display: flex;
        flex-direction: column;
        gap:25px
        
    }
    
    .data > p {
        font-size: 1rem;
    }
    
    .data > p {
        color:rgb(73, 70, 66);
        margin-right: 10px;
        font-size:25px;
    }
    
    .links {
        display:flex;
        gap:15px;
    }
    
    .logoface{
        width: 80px;
        height: 80px;
    }
    .logowhats{
        width: 80px;
        height: 80px;
    }
    .logoInsta{
        width: 80px;
        height: 80px;
    }
    
    .logoface:hover{
        width: 82px;
        height: 82px;
    }
    .logowhats:hover{
        width: 82px;
        height: 82px;
    }
    .logoInsta:hover{
        width: 82px;
        height: 82px;
    }
    .container-c {
        margin: 0px 200px 20px 60px;
        display:grid;
        grid-template-columns: repeat(2,50%);
        padding:20px;
        gap:10px;
        width: 1250px;
        }
    .box-contacto {
            color:#fff;
            display:flex;
            flex-direction: column;
            gap:50px;
        }
    .box-contacto > h1 {
            text-align: left;
            letter-spacing: 5px;
            color: #3b3131;
        }
    .box-contacto > h1 {
            font-size: 1.5rem;
        }

    .num-contacto {
            display: flex;
            flex-direction: column;
            gap:25px
        }

          
    .num-contacto > p {
            color:rgb(73, 70, 66);
            margin-right: 10px;
            font-size:1.3rem;
        }

    footer .container{
        width: 100%;
        height: 150px;
        background-image: url("img/bordetop.jpg");
        max-width: 100% vw;
        margin: 50px 0px;
        padding: 40px;
        display: grid;
        grid-template-columns: 5fr 1fr 1fr 2fr;
        gap: 5px;
        
    }
    footer .text-footer{
        font-size: 1.3em;
        margin-left:5px;
    }
    footer .logo-att{
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 50%;

    }
    footer .contacto-footer{
        margin-left: 5%;
        margin-right: 14px;
    }
    footer .fono-contac h2{
        font-size:1.8em;
        color: rgba(0,0,0,0.5) ;
    }

  }