.cuerpo{
    width: 100%;
    background-color: #E6E6E6;
    margin-top: 80px;        
    font-family: 'Open Sans', sans-serif;
        font-size: 14pt;
    }
@media (max-width:767px){
    .contenedorPrincipalDeport{
        width: 96%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .ContImagenesDeport{
        width: 100%;
        float: left;
    }
    
    .ContTextoDeport{
        width: 100%;
        padding-left: 10px;
    }
    .tituloTextoDeport{
        width: 100%;
    }
    .tituloTextoDeport h2{
        font-size: 0.9em;
        font-weight: bold;
        color: #6EA205;
    }
    .TextoDeport{
        width: 100%;
    }
    .TextoDeport p{
        font-size: 0.7em;
    }
    .ContTarifasDeport{
        width: 80%;
        margin: auto;
    }
    .textosDeport2{
        width: 100%;
    }
    /* Acordeon */
    .accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 12px;
        transition: 0.4s;
    }

    .active, .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active:after {
        content: "\2212";
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
}

@media only screen and (min-width:768px) and (max-width:1068px){
    .contenedorPrincipalDeport{
        width: 80%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .ContImagenesDeport{
        width: 100%;
        float: left;
    }
    
    .ContTextoDeport{
        width: 100%;
        padding-left: 10px;
    }
    .tituloTextoDeport{
        width: 100%;
    }
    .tituloTextoDeport h2{
        font-size: 1.3em;
        font-weight: bold;
        color: #6EA205;
    }
    .TextoDeport{
        width: 100%;
    }
    .TextoDeport p{
        font-size: 0.8em;
    }
    .ContTarifasDeport{
        width: 80%;
        margin: auto;
    }
    .textosDeport2{
        width: 100%;
    }
    /* Acordeon */
    .accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

    .active, .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active:after {
        content: "\2212";
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
}
@media (min-width:1069px){
    .contenedorPrincipalDeport{
        width: 80%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .ContImagenesDeport{
        width: 50%;
        float: left;
        padding-top: 60px;
    }
    
    .ContTextoDeport{
        width: 50%;
        padding-left: 10px;
    }
    .tituloTextoDeport{
        width: 100%;
    }
    .tituloTextoDeport h2{
        font-size: 1.3em;
        font-weight: bold;
        color: #6EA205;
    }
    .TextoDeport{
        width: 100%;
    }
    .TextoDeport p{
        font-size: 0.8em;
    }
    .ContTarifasDeport{
        width: 70%;
        margin: auto;
    }
    .textosDeport2{
        width: 100%;
    }
    /* Acordeon */
    .accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

    .active, .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active:after {
        content: "\2212";
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    
     /* fin acordeon */
}