body{
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    background: #f3e3bf;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 26px;
}

.center{
    text-align: center;
}

header .logo img{
    width: 100%;
    vertical-align: middle;
}
.container{
    width: 768px;
    margin:auto;
}

nav{
    margin: 0 auto;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f5e9ae;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e2ad), to(#d4c386));
    background: -moz-linear-gradient(top, #f1e2ad, #d4c386);
    text-align: center;
}

nav li {
    border-right:1px solid #bbb;
    display: inline-block;
   
}

nav li:last-child {
    border-right: none;
}

nav li a {
    display: block;
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    font-family: "Arial Narrow";

}

nav li a:hover:not(.active) {
    color: #FF0000;
}

.active{
    color: #FF0000;
    pointer-events: none;
}
nav .active a  {
    color: #FF0000;
}

span{
    font-size: 26px;
}
p{
    text-align: justify;
    line-height: 14px;
    font-size: 11px;
}
.title {
    font-family: "Monotype Corsiva";
    color: #FF0000;
}

.title-red{
    color: #FF0000;
}

section{
    margin-bottom: 30px;
    margin-top: 30px;
}

footer {
    background: #4c010a;
    overflow:hidden;
    text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.row{
    padding-top: 10px;
    padding-bottom: 10px;
}

.table{
    width: auto;
    padding: 10px 15px 10px 15px;
    font-family: "Arial Narrow", Times;
    font-size: 16px;
    
}

.flex{
    display: flex;
    align-items: center;
}

.lote .td-left{
    width: 75%;
    padding: 5px 5px 5px 5px;
}
.lote .td-right{
    width: 25%;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.role-play .td-left{
    width: 50%;
    padding: 5px 5px 5px 5px;
}
.role-play .td-center{
    text-align: center;
    padding: 5px 10px 5px 10px;
}

.role-play .td-right{
    width: 50%;
    padding: 5px 5px 5px 5px;
}

.col-img {
    width: 49.2%;
    display: inline-block;
    padding: 0% 0%;
}

footer div.col , .col{
    width:48%;
    display:inline-block;
    padding:1% .5%;
    text-align:left;
}
 
footer div.col:last-child, .col:last-child {
    border-right:none;
}
 
footer h2 {
    font-family: "Monotype Corsiva";
    margin:0px 0px 10px;
    color: #ffffff;
    font-size: 30px;
}
 
footer ul {
    margin:0px 0px;
    padding:0px 0px;
    overflow:hidden;}
 
footer li {
    color: #ccc;
    margin:0px 0px;
    padding:0px 0px;
    line-height: 25px;
}

footer a{
    color: #f3e3bf;
    text-decoration: none;
    font-size: 14px;
}

footer a:hover{
   color: #ccc;
}

footer p{
    color: #ccc;
}

img{
    width: 100%;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.back-top{
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-bottom: 40px solid #4c010a;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    margin: 0 auto;
}

.back-top img{
    position: absolute;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    left: auto;
    margin: 7px 25px;
}


/*modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 65px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-header{
  height: 0px;
  max-width: 726px;
    left: 50%;
    top: 50%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 80%;
}

/* Modal Content */
.modal-content {
    max-width: 726px;
    max-height: calc(100vh - 225px);
    overflow-y: auto;
    left: 50%;
    top: 50%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */
.title-modal {
    color: #aaaaaa;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: -10px;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: -16px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/*end modal*/

.owl-carousel .item h4{
    position: absolute;
    color: #FFF;
    font-size: 14px;
    display: block;
    bottom: -15px;
    right: 3px;
    left: 3px;
    text-align: center;
    background: rgba(76, 1, 10, 0.68);
    padding: 10px;
    font-weight: 100;
}
.owl-carousel .item img{
    max-height: 250px;
}
.owl-carousel .item p{
    color: #000;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 0px;
    margin: 5px;
    padding: 2px 2px;
    border-radius: 50%;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    /*border: 1px solid #4c010a;*/
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
    top: -5px;
    cursor: pointer;
    position: relative;
    padding: 0px 40px 0px 0px;
    color: #aaaaaa;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color : rgba(0, 0, 0, 0.8);;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #3a3838;
    font-size: 12px;
    padding: 79px 12px;
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 767px){
    .container{
        width: 98%;
    }
    h1{
        font-size: 24px;
    }

    footer h2, h2{
        font-size: 20px;
    }

    h3{
        font-size: 16px;
    }
}

@media only screen and (min-width: 320px){
    nav li {
        border-right: 1px solid #bbb;
    }

    nav li a {
        display: block;
        color: black;
        text-align: center;
        padding: 2px 1px;
        text-decoration: none;
        font-weight: 600;
        font-size: 8px;
    }

    p{
        text-align: justify;
        line-height: 14px;
        font-size: 10px;
    }

    footer li, li, a{
        font-size: 10px;
    }

    span{
        font-size: 18px;
    }
    .owl-carousel .item img{
        height: 110px;
    }
}

@media only screen and (min-width: 375px){
    nav li {
        border-right: 1px solid #bbb;
    }

    nav li a {
        display: block;
        color: black;
        text-align: center;
        padding: 2px;
        text-decoration: none;
        font-weight: 600;
        font-size: 10px;
    }

    p{
        text-align: justify;
        line-height: 14px;
        font-size: 11px;
    }

    footer li, li, a{
        font-size: 11px;
    }

    span{
        font-size: 18px;
    }

    .owl-carousel .item img{
        height: 125px;
    }
}

@media only screen and (min-width: 425px){
    nav li {
        border-right: 1px solid #bbb;
    }

    nav li a {
        display: block;
        color: black;
        text-align: center;
        padding: 4px;
        text-decoration: none;
        font-weight: 600;
        font-size: 11px;
    }

    p{
        text-align: justify;
        line-height: 16px;
        font-size: 12px;
    }

    footer li, li, a{
        font-size: 12px;
    }

    span{
        font-size: 20px;
    }
    .owl-carousel .item img{
        height: 145px;
    }
}

@media only screen and (min-width: 768px){
    .description-contents{
        
        padding-left: 5px;
        padding-right: 5px;
    }
    nav li {
        border-right: 1px solid #bbb;
    }

    nav li a {
        display: block;
        color: black;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        font-weight: 600;
        font-size: 17px;
    }

    p{
        text-align: justify;
        line-height: 20px;
        font-size: 14px;
    }

    footer li, li, a{
        font-size: 14px;
    }

    span{
        font-size: 26px;
    }

    footer{
        width: 100%;
    }

    .owl-carousel .item img{
        height: 250px;
    }
}