*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html{
    scroll-behavior: smooth;
}

/* Servicios */

.Port_servicios{
    display: flex;
    flex-direction: column;
}

.Port_servicios_título{
    text-align: center;
    padding: 20px;
    color: white ;
    font-size: 20px;
    background-color: rgb(78, 74, 74);
    font-family: 'Oswald', sans-serif;
}

.Port_tipos_servicios{
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: hsl(0, 0%, 95%);
}

.Port_servicios_1, .Port_servicios_2, .Port_servicios_3{
    display: flex;
    flex-direction: column;
}



/* PRIMERA SECCIÒN DE SERVICIOS */

.Port_servicios_1_1{
    width: 100%;
    background-color: rgb(78, 74, 74);
    display: flex;
    justify-content: space-around;
}

.Port_servicios_1_1 img{
    height: 370px;
    width: 480px;
}

.Port_servicios_1_1 h2{
    font-family: 'Oswald', sans-serif;
    color: white;
    padding-top: 20px;
}


.Port_servicios_1_1 ul{
    font-family: 'Source Sans 3', sans-serif;
    color: white;
}

/* SEGUNDA SECCIÒN DE SERVICIOS*/

.Port_servicios_1_2{
    width: 100%;
    background-color: rgb(203, 200, 200);
    display: flex;
    justify-content: space-around;
}

.Port_servicios_1_2 img{
    height: 370px;
    width: 583px;
}

.Port_servicios_1_2 h2{
    font-family: 'Oswald', sans-serif;
    
}


.Port_servicios_1_2 ul{
    font-family: 'Source Sans 3', sans-serif;
}

.footer-distributed{
    margin: 0;
}

@media (max-width: 1025px){
    .Port_servicios{
        display: flex;
        flex-direction: column;
    }
    
    .Port_servicios_título{
        text-align: center;
        padding: 20px;
        font-size: 20px;
        background-color: hsl(0, 0%, 95%);
        font-family: 'Oswald', sans-serif;
        color: black;
    }
    
    .Port_tipos_servicios{
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: hsl(0, 0%, 95%);
    }
    
    .Port_servicios_1, .Port_servicios_2, .Port_servicios_3{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .Port_tipos_servicios .Port_servicios_3{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-right: 0;
    } 

    /* SERVICIOS DE PRIMERA SECCIÒN */

    .Port_servicios_1_1{
        height: 100%;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        background-color: white;
        display: flex;
        flex-direction: column;
    }

    .Port_servicios_1_2{
        height: 100%;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        background-color: white;
        display: flex;
        flex-direction: column-reverse;
    }
    
    
    .Port_servicios_1_1 img{
        align-items: center;
        background-size: contain;
        width: 100%;
    }

    .Port_servicios_1_2 img{
        align-items: center;
        background-size: contain;
        width: 100%;
    }
    
    .Port_servicios_1_1 h2{
        margin-top: 10px;
        margin-left: 17px;
        font-family: 'Oswald', sans-serif;
        color: black;
    }

    .Port_servicios_1_2 h2{
        margin-top: 10px;
        margin-left: 17px;
        font-family: 'Oswald', sans-serif;
    }
    
    
    .Port_servicios_1_1 ul{
        font-size: 18px;
        margin-left: 20px;
        margin-top: 15px;
        font-family: 'Source Sans 3', sans-serif;
        color: black;
    }

    .Port_servicios_1_2 ul{
        font-size: 18px;
        margin-left: 20px;
        margin-top: 15px;
        font-family: 'Source Sans 3', sans-serif;
    }
}

.footer-distributed .footer-center p a {
    font-size: 0.9rem;
}
