﻿body {
}

@media screen and (min-width: 1125px) {
    .ase-body {
        margin: 0;
        padding: 0;
        background: #ffffff;
        display: flex;
        width: 100%;
        height: auto
    }

    .ase-parte1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .ase-parte1-imagen {
        display: flex;
        width: 550px;
        margin: 50px;
    }

        .ase-parte1-imagen img {
            display: flex;
            width: 500px;
            align-items: center;
            vertical-align: central;
            border-radius: 10px
        }

    .ase-parte2-texto {
        display: flex;
        flex-direction: column;
        width: 600px;
        margin: 50px;
        height: auto;
        justify-content: space-around;
    }

        .ase-parte2-texto h5 {
            font-family: 'ibrand';
            font-weight: 100;
            font-size: calc(1.5vw + .5rem);
            margin: 0;
            margin-left: 10px;
        }

        .ase-parte2-texto img {
            width: 40px;
            height: 40px;
            margin: 0
        }

    .tilde-ase {
        display: flex;
        width: 100%;
        height: 20px;
        justify-content: left;
        align-items: center;
    }
}


/*************************************************************************************************/
@media screen and (max-width: 1125px) {

    .ase-body {
        margin: 0;
        padding: 0;
        background: #ffffff;
        display: flex;
        width: 100%;
        height: auto;
    }

    .ase-parte1 {
        width: 100%;
        display: flex;
        flex-direction:column;
        height:auto
        
 
    }

    .ase-parte1-imagen {

        display: flex;
        width: 100%;
        display:flex;
        justify-content:center;
      
    }

        .ase-parte1-imagen img {
            display: flex;
            width: 400px;
            align-items: center;
            vertical-align: central;
            border-radius: 10px;
            margin-top:150px;
        }

    .ase-parte2-texto {
        display: flex;
        flex-direction: column;
        width: 100%;
        height:200px;
        margin-top:50px;
        margin-bottom:50px;
        justify-content: space-around;
 
    }

        .ase-parte2-texto h5 {
            display:flex;

            font-family: 'ibrand';
            font-weight: 100;
            font-size: calc(1.5vw + .5rem);
            margin: 0;
            margin-left: 10px;
        }

        .ase-parte2-texto img {
            width: 40px;
            height: 40px;
            margin: 0
        }

    .tilde-ase {
        display: flex;
        width: auto;
        height: 20px;
        justify-content: left;
        align-items: center;
      /*  margin-left:50px*/
      padding-left:50px;
    }



}