body {
    font-family: Helvetica, Arial, sans-serif;
    color: #222;
}

/*
p {font-size: 1rem;line-height: 1.2;font-weight: 500;}
h1 {font-size: 1.7rem;line-height: 1.15;letter-spacing: -.1rem;}
h2 {font-size: 1.5rem;line-height: 1.15;letter-spacing: -.1rem;}
h3 {font-size: 1.3rem;line-height: 1.15;letter-spacing: -.1rem;}
*/
p {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
}

h1 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.3rem;
    line-height: 1.3;
}

form {text-align: center;}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.download ul li a {
    font-size: 2rem;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.creditcards {
    float: left;
    width: 25%;
}

.banner {
    width: 100%;
}

.title {
    font-size: 1.6rem;
    color: #f8fc04;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

.leftcolumnelement {
    width: 100%;
    height: auto;
    background-color: #efefef;
    margin: 10px 0 20px 0;
    margin: 0 0 10px 0;
    border: solid 3px #666666;
}

.leftcolumnelement .barcontent {
    margin: 5px 2% 5px 2%;
}

.leftcolumnelement .barcontent h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.leftcolumnelement .barcontent P {
    font-size: 1rem;
    color: #0069D9;
}

a:link,
a:visited {
    color: #0069D9;
}

.menubutton {
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    text-align: center; /* Center-align the list items */
}

.menubutton li {
    margin: 10px 20%; /* Add 20% margin to the left and right */
}

.menubutton li a {
    background-color: #0069D9; /* Blue background */
    color: white; /* White text */
    padding: 15px 30px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline from links */
    font-weight: bold; /* Make the font bold */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
    display: block; /* Block display to fill the li */
    text-align: center; /* Center the text */
    transition: background-color 0.3s; /* Smooth background color transition */
}

.menubutton li a:hover {
    background-color: #F5F5F5;
    border-color: #0069D9;
    color: #0069D9;
}

/* Media query for screens with a max-width of 768px */
@media (max-width: 768px) {
    .menubutton li {
        margin: 10px 5%; /* Reduce the margin to 5% for mobile devices */
    }
}




.altmenus {
    background-color: #eeeeee;
    border-radius: 25px;
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Stack flex items vertically */
    align-items: center; /* Center flex items horizontally */
    text-align: center; /* Center text for all child elements */
    padding: 1.5rem 0; /* Your existing y-padding and zero horizontal padding */
    margin-bottom: 1.5rem; /* Your existing bottom margin */
}

.altmenus > p {
    margin-bottom: 1rem; /* Add some space below the title */
}

.altmenus > a {
    margin: 0.5rem; /* Spacing around each button */
}

/* This will make the links align in a row and center them */
@media (min-width: 576px) { /* Adjust the min-width as needed */
    .altmenus {
        flex-direction: row; /* Lay out flex items in a row */
        justify-content: center; /* Center the buttons in the row */
        flex-wrap: wrap; /* Allow the items to wrap as needed */
    }

    .altmenus > p {
        flex-basis: 100%; /* Ensure the title takes the full width */
    }
}


.altmenus .btn-outline-primary {
    background-color: #0069D9;
    color: #F5F5F5;
    margin-bottom: 5px;
}

.altmenus .btn-outline-primary:hover {
    background-color: #F5F5F5;
    border-color: #0069D9;
    color: #0069D9;
}


.menu ul {
    list-style-type: none;
    padding: 0;
}

.menu a {
    display: block;
}

.menu li {
    display: inline;
    float: left;
}

.menu a:link,
.menu a:visited {
    display: block;
    font-weight: bold;
    background-color: #eeeeee;
    text-align: center;
    padding: 6px;
    margin: 0 2px 2px 0;
    text-decoration: none;
    border: solid 1px #666666;
}


.copyright {
    color: #eeeeee;
    background-color: #343A40;
}





.contenedor {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.reproductor {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
}

img.imagen-previa {
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.youtube-play {
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    opacity: 0.7;
    position: absolute;
    background: url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat;
}

div.youtube-play:hover {
    opacity: 1;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



form {
    display: block; /* Ensures the form is a block-level element if not already */
    margin-left: auto; /* Centers the form by pushing it equally from both sides */
    margin-right: auto;
    max-width: 200px;
    padding: 0; /* This is an example width; adjust as necessary width: 50%; */
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    form {
        /* Increase width for small screens width: 80%; */
        max-width: 200px;
        padding: 0; /* Adjust padding as needed */
    }
}







@media only screen and (min-width: 600px) {
    .title {
        font-size: 2.0rem;
    }
}



input[type="image"] {
    width: 200px; /* Set the desired width */
    height: auto; /* Set height to auto to maintain aspect ratio */
}

audio {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%; /* Adjust the percentage as needed */
}

.img-fluid {
    display: block; /* Ensures the image is treated as a block-level element */
    margin-left: auto; /* Centers the image horizontally */
    margin-right: auto;
    width: auto; /* Keeps the original width of the image */
    max-width: 100%; /* Ensures the image is not larger than its container */
    height: auto; /* Maintains the aspect ratio of the image */
    margin-top: 20px;
    margin-bottom: 20px;
}