* {margin: 0;padding: 0;box-sizing: border-box;}
body {background: #DDD;font-family: sans-serif;}
.contenedor {width: 100%;height: auto;}

.header {background: black;width: 100%;height: 70px;color: white;}
.titulo-logo {text-align: center;line-height: 2;}

.main {background: white;width: 100%;height: auto;margin-top: 30px;}
.imagen-contenido {width: 100%;height: 250px;}
.ima-con {width: 100%;height: 250px;margin-top: 10px;}
.titulo-conte {font-size: 22px;margin-top: 20px;margin-left: 10px;}
.texto-conte {text-align: justify;font-size: 20px;line-height: 1.5;margin-top: 30px;margin-left: 10px;margin-right: 15px;}


@media (min-width: 800px) {
    .ima-con {width: 74%;height: 250px; margin-top: 30px;margin-left: 100px;}
    .titulo-conte {margin-top: 40px;}
    .texto-conte {margin-left: 15px;margin-right: 20px;}
}

@media (min-width: 960px) {
    .vuela2 {display: flex;justify-content: space-between;}
}

@media (min-width: 1024px) {
    .titulo-logo {font-size: 30px;margin-left: 110px;}
    .main {width: 70%;margin-left: 80px;}
    .vuela2 {/*display: flex;justify-content: space-between;*/}
    .titulo-conte {font-size: 28px;line-height: 3;margin-top: 0;margin-left: 60px;}
    .ima-con {width: 94%;height: 250px;margin-left: 30px;}
    .texto-conte {font-size: 21px;margin-left: 60px;margin-right: 30px;}
}