.main{
    top: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    box-sizing: border-box;
    margin: 20px 10px 20px 10px;
    text-shadow: 2px 2px 2px #000;
    
}
.contenido {
    width:100%;
    max-width:1022px;
    margin:auto;
    /* Flexbox */
    display:flex;
    flex-flow:row wrap;
}

.enlace{
    text-align: center;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.enlace a{
    color: #ccc;
    font-size: 14px;
}
.enlace a:hover{
    color: red;
}
.pase-img{ float: left;}
.texto{
    line-height: 1.3em;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    width: 60%;
}
.pase-img{
    width: 100%;
    max-width:325px;
    margin: auto;
    padding:10px 5px;
    box-sizing: border-box;
    order: 1;
}

.pase-img img{
    width: 120%;
    max-width: 350px;
    margin: auto;
    align-self: center;
}
.txt{
    margin: auto;
    width: 100%;
    order: 2;
    padding: 0 0 0 45px;
}
.txt p{
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
}
h2{
    color: red;
    font-size: 20px;
    font-weight: lighter;
}
.separacion-horizontal{
    background: #333;
    box-shadow: 2px 2px 2px #000;
    height: 1px;
    margin: 2px 0;
    width: 100%;
    clear: both;
}
.sep{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.imagen{
    margin: auto;
}

section{
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1024px;
    z-index: 1;
    box-sizing: border-box;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width:895px){
    .txt p{line-height: normal;}
}
@media screen and (max-width:830px){
    h2{ padding: 0;}
}
@media screen and (max-width:770px){
    .pase-img{ order: 2; padding: 10px 20px;}
    .pase-img img{width: 100%;}
    .txt{ order: 1; padding: 20px 20px 0 20px; box-sizing: border-box;}
    .main{flex-flow: row wrap;}
}
@media screen and (max-width:740px){
.main{flex-flow: column nowrap; justify-content: center;  margin: 0;}
H1{text-align: center;  padding: 20px 0;}
.separacion{  background:#666;  height: 1px;  min-height: 1px;  width: 90%;  box-shadow: 2px 2px 2px #000;  margin: 20px 0 0 0;}
.ninos{ padding: 0;  max-width: none;}
.ninos ul li img{  max-width: none;}
.adultos{ padding: 0;  max-width: none;}
.adultos ul li img{ max-width: none;}
}
