.my-single-body{
    background-color: rgb(250,250,250); /* 246 */
    /*border-top: 1px solid rgb(230, 232, 234);*/
}

.mypost-content{
    font-family: "Roboto", sans-serif;
}


/* <\titulo> */
.mypost-title {
    font-size: 2.75rem;
    line-height: 3.625rem;
    font-weight: 500;
    /*padding: 3rem 0px;*/
    display: block;
    font-family: 'ReithSans', 'Helvetica', 'Arial', 'sans-serif';
    padding-bottom: 40px;
}
/* </titulo> */



.mypost-image img {
    max-width: 100%;
}

/* incluye */
.mypost-content h1 {
    font-family: 'Julius Sans One', Helvetica, sans-serif;
    display: inline-block;
    background-color: black;
    padding: 5px 10px 5px 10px;
    color: white;
    font-size: 2rem;
    /*line-height: 2rem;*/
    box-shadow: 4px 4px 2px #777777;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/* Día 01: Cusco In */
.mypost-content h2 {
    font-family: 'Lobster Two', Helvetica, sans-serif;
    color: rgb(22, 22, 22);
    font-size: 2rem;
    /*line-height: 3.563rem;*/
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.mypost-content ul {
    padding-left: 15px;
}




@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
}
@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/Lobster Two.ttf');
}
@font-face {
    font-family: 'Julius Sans One';
    src: url('../fonts/Julius Sans One.ttf');
}

.wp-block-buttons{
    margin-top: 16px; /*0.5em*/
}

.post-mobile-content figure > table th, .post-mobile-content figure > table td{
    border: 1px solid rgb(200,200,200);
}

/*De 0px hasta 758px*/
@media (max-width: 768px){
    .mypost-image img {
        width: 100%;
    }

    .post-mobile-content {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .post-mobile-content figure, .post-mobile-content iframe{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .post-mobile-content  p, .post-mobile-content  h1, .post-mobile-content  h2, .post-mobile-content  ul, .post-mobile-content  span, .post-mobile-content table{
        margin-left: 1.6rem;
        margin-right: 1.6rem;        
    }
    
    .post-mobile-content figure:has(table){
        padding-left: 1.6rem;
        padding-right: 1.6rem; 
    }
    .post-mobile-content figure > table{
        margin: 0px;
        padding: 0px;
        width: 100%;         
    }
   
}

/*De 769px a ++px*/
@media (min-width: 769px){
    .the_content {
        padding-right: 15px;
        padding-left: 15px;
        width: 756px;
        margin-right: auto;
        margin-left: auto;
    }

}

/*
Extra small		<576px		.col-
Small			≥576px		.col-sm-
Medium			≥768px		.col-md-
Large			≥992px		.col-lg-
Extra large		≥1200px		.col-xl-
Extra extra large (xxl)	≥1400px		.col-xxl-
*/