﻿.imaxeTexto {
    
    font-size: 20px;
    padding: 1em 3em 1em 2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.imaxeTexto .textoIT > p {
    font-size: 17px;
    line-height: 1;
}

@media(min-width: 1300px){
    .imaxeTexto {
        gap: 300px;
    }
}

.imaxeTexto .imaxe-container {
        margin-right: 1em;
        
}

.imaxeTexto .textoIT {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.imaxeTexto .textoIT > div > p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.bloque1 {
    display: flex;
    flex-direction: column;
    width: 30em
}

.bloque2 {
    float: right;
    width: 450px
}
   

@media (max-width: 800px) {
    .imaxeTexto {
        flex-direction: column;
        justify-content: unset;
    }
    .imaxeTexto .textoIT {
        flex-direction: column;
        overflow: unset;
        max-width: 50%;
        min-width: 250px;
    }
    .bloque1 {
        display: flex;
        flex-direction: column;
        width: unset;
    }

    .bloque2 {
        float: unset;
        width: unset
    }
    .imaxeTexto .imaxe-container {
        margin-bottom: 1em;
    }
    .imaxeTexto .imaxe {
        float: none;

    }
}




