@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400&display=swap');
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);
@import url(galeria.css);
@import url(aliah.css);
@import url(invitaciones.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;

}

header {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255);
    color: rgb(85, 85, 85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo {
    height: 40px;
    margin: 10px;
}



.contenedor {
    width: 98%;
    margin: auto;
}

h1 {
    float: left;
}

header.contenedor {
    display: table;
}

section {
    width: 100%;
}

#sobrenosotros {
    text-align: center;
    margin-top: 150px;
    padding: 100px;
    padding-top: 50px;
    background-color: rgb(51, 51, 51);
    color: #fff;
    height: 700px;
}

#sobrenosotros:hover {
    opacity: 0.9;
}

#sobrenosotros h2{
    font-weight: lighter;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

#sobrenosotros p {
    text-align: center;
    font-weight:lighter ;
    margin-top: 20px;
}

#sobrenosotros .linea {
    color:rgb(252, 224, 215)
}

.somos {
    color:rgb(252, 224, 215);
}

.nosotros h5{
    text-decoration: none;
    font-weight: lighter;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding-top: 20px;
    color:rgb(252, 224, 215)
}

.nosotros-icons h5:nth-child(1) span {
    font-size: 50px;
    margin-top: 20px;
    margin-right: 20px;
}

.nosotros-icons h5:nth-child(2) span {
    font-size: 50px;
    margin-top: 20px;
    margin-right: 20px;
}

.nosotros-icons h5:nth-child(3) span {
    font-size: 50px;
    margin-top: 20px;
    margin-right: 20px;
}

.nosotros-icons h5:nth-child(4) span {
    font-size: 50px;
    margin-top: 20px;
    margin-right: 8px;
}

#servicios {
    margin: auto;
    padding: 40px;
    width: 100%;
    background-color: rgb(255, 243, 239);
    text-align: center;
    color: #2b2b2b;
}

#servicios .material-icons {
    font-size: 50px;
    color: #2b2b2b;
}

#servicios:hover {
    background-color: rgb(255, 238, 232);
}

footer .contenedor {
    background-color: rgb(224, 224, 224);
    width: 100%;
    justify-content: center;
    padding-top: 25px;
}

.copy {
    font-size: 14px;
    text-align: center;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding: 15px;
}

.sociales a{
    color: #333;
    text-decoration: none;
}

.sociales img{
    color: #333;
    text-decoration: none;
    width: 25px;
}

@media (max-width:480px) {
    #sobrenosotros {
        height: 800px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex: 100%;
        width: 100%;
    }

    .nosotros-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}




@media (min-width:768px) {
    .copy {
        text-align: center;
    }
    .sociales {
        padding: 20px;
    }

    footer .contenedor {
        justify-content: space-between;
    }
}


@media (min-width:1024px) {
    .contenedor {
        width: 100%;
        }

    #servicios {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 450px;
        margin: auto;
        }

    .identidad, .diseñoweb, .diseñografico, .socialmedia, .fotografia p {
        width: 40%;
        }

    #servicios .material-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        }

    #sobrenosotros {
        margin: auto;
        padding-top: 50px;
        height: 450px;
        width: 100%;
        }

    .nosotros-icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        display: row;
        justify-content:center;
        align-items: center;
        width: 100%;
    }

    .nosotros-icons .material-icons{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        }


        .nosotros-icons h5:nth-child(1) span {
            margin-left: 20px;
        }
        
        .nosotros-icons h5:nth-child(2) span {
            margin-left: 20px;
        }
        
        .nosotros-icons h5:nth-child(3) span {
            margin-left: 20px;
        }
        
        .nosotros-icons h5:nth-child(4) span {
            margin-left: 20px;
        }


}
