.contenedorColumnas{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
background: white;}

.columnas{
    color: black;
    width: 90%;
    flex: none;
    padding: 5px;
    margin-bottom: 1%;
    margin-top: 2%;
    width: calc((90% - 20px)/3);
    text-align: center; 
    border: solid 1px #333;}

.imgLogoCorp{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 24px;}

.ColContacto{
    background: darkred;
    color: whitesmoke;}

.responsitive{
    display: block flex;
    max-width: 100%;
    height: auto;
    justify-content: center;}

.contenedorFormulario{
    background-image: url('/img/fondoDiamant.png');
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.contImgChica{
    position: relative;
    height: 250px;
    overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
background: darkred;}

.imgChica{
    width: 300px;
}

.textoChica{
    position: absolute;
    top: 0;
    padding: 0 10px;
    background: rgba(23, 23, 23, 0.9);
    font-size: 25px;
    margin-top: 7%
}


.fraseCompromiso{
    text-align: center;
    padding: 20px 10px;
    color: whitesmoke;
    font-size: 30px;
}
.contFooter{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:0px) and (max-width:590px){


    
.columnas{
    width: calc((90% - 10px)/1);}
    
.textoChica{
    font-size: 20px;}

@media screen and (min-width:481px) and (max-width:900px){

.columnas{
    width: calc((90% - 10px)/2);}
    
.textoChica{
    font-size: 23px;}
    }