.navbar-brand{
    visibility: hidden !important;
}
.img-zoom:hover img{
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
}
img{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.img-zoom{
    overflow:hidden;
}
.content-izquierdo{
    display: none;
}
.movilText{
    padding: 2rem;
}
.text-Enlaces{
    color: #9e9e9e;
}
.text-Enlaces:hover{
    color: #3cb878;
    text-decoration: none;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
    /*Cambios Menu  */
    .nav-link{
        color:#fff !important;
    }
    #navbarTogglerDemo02 {
        padding-bottom: 7rem !important;
    }

    .movilText{
        display: none;
    }
    .contentPrincipal{
        display: flex;
    }
    .content-izquierdo{
        display: block;
    }
    .img-Izquirda-Superio{
        width: 100%;
    }
    .text-Nosotros{
        margin: 1rem .5rem 1rem 0px;
    }
    .logoCalipso{
        width: 250px;
    }
}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {

}
/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {

}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {

}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
   
}
