body {
    width: 100%;
    margin: 0;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    background-color: white;
    position: fixed;
}

@media only screen and (max-width:900px){
    header {
        display: none;
    }
    .picture {
        padding-top: 75px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (min-width:900px){
    .navbar2{
        display: none;
    }
    .picture {
        padding-top: 75px;
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
}

@media only screen and (max-width:575px){
 .card {
    margin-top: 12px;
 }
}




.logo {
    width: 25%;
    height: 26%;
    margin-left: 3%;
}

.logo2 {
    width: 170px;
    height: 60px;
    margin-left: 1%;
}

.itemsContainers {
    margin-right: 5%;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    font-size: 1.3em;
    font-family: 'Bebas Neue';
}

.link {
    margin-right: 5%;
    text-decoration: none;
    color: black;
}

.link:hover:hover {
    color: rgb(81, 81, 81);
}

.logo3 {
    width: 50%;
    height: 100%;   
}

.parteAbajo {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 280px;
    width: 100%;
}



.parrafo {
    color: black;
    margin-top: 70px;
    margin-left: 3%;
    margin-right: 10%;
    text-align: center;
    font-size: 1.2em;
}

.parteAbajoContainer {
    text-decoration: none;
}

.fotoalado {
    background-color: #f8f8f8;
}

@media only screen and (max-width:700px){
    .parteAbajo {
        flex-direction: column;
    }
    .logo3 {
        width: 100vw;
    }
    .parrafo {
        font-size: 0.8em;
    }
}

@media only screen and (max-width:900px){
    header {
        display: none;
    }
    .picture {
        padding-top: 75px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (min-width:900px){
    .navbar2{
        display: none;
    }
    .picture {
        padding-top: 75px;
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
}

@media only screen and (max-width:575px){
 .card {
    margin-top: 12px;
 }
}

.nosotrosTitulo {
    display: flex;
    justify-content: center;
}

.textos {
    padding-top: 75px;
}

.serviciosTextos{
    margin-left: 3%;
    margin-right: 3%;
}

.serviciosTitulos {
    margin-top: 50px;
}

.mails{
    font-size: 1.1rem;
    color: #0062e2;
    text-decoration: none;
}

.contactoTextos{
    margin-bottom: 40px;
    margin-left: 3%;
    margin-right: 3%;
}

.nosotrosTextos {
    margin-top: 20px;
    margin-left: 3%;
    margin-right: 3%;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    height: 200px;
    width: 100%;
}

.linkFooter {
    margin-right: 5%;
    text-decoration: none;
    color: #47a347;
}

.linkFooter:hover {
    color: #367c36;
}

.linksFooterContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 2%;
}

.textoAbajoFooterContainer {
    display: flex;
    justify-content: center;
}

.textoAbajoFooter {
    font-size: 0.8rem;
    color: #a2a2a2;
}

.textFooterContainer {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}

.footerContacto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 250px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    height: 200px;
    width: 100%;
}

.footerNosotros {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 250px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    height: 200px;
    width: 100%;
}
    