html {
    font-size: 16px;
}

body {
    color: #000;
    font-family: 'Manjari', sans-serif;
    overflow-x: hidden;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 5px;
    color: #000;
    font-family: 'Manjari', sans-serif;
    font-size: 3rem;
}

.optemas {
    font-family: 'Manjari', sans-serif;
    font-size: 1.2rem;
    text-indent: 10px;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: start;
}

.optemas:hover {
    color: #fff;
    background-color: #0b3e64;
    border-style: dashed;
}

.navbar-toggler {
    background-color: #d6dbe3;
    border: 3px solid #fff;
}

.navbar-toggler:hover {
    background-color: #d6dbe3;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

ul {
    list-style: none;
}

h1 {
    font-size: 4rem;
    font-weight: bolder;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.8rem;
}

p {
    font-size: 1.3rem !important;
}

.tam1 {
    font-size: 1.3rem !important;
}

.titulajes {
    color: #003c5e;
    font-weight: bolder;
    font-size: 2.5rem;
}

.fondo {
    background-color: #003c5e !important;
}

.fondo1 {
    background-color: #003c5e;
}

.fondo2 {
    background-color: #d6dbe3;
}

.fondo3 {
    background-color: #fae308;
}

.banner-section {
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    background-image: url('../imagenes/bt8.png');
    animation: a 3s ease infinite alternate;
}

@keyframes a {
    0% {
        background-position: 0 -200px;
    }
    100% {
        background-position: 0 0;
    }
}

.espacio {
    padding: 80px 0;
}

.espacio_banner {
    padding: 120px 0;
}

.linea {
    margin: 5rem 0;
}

.justificar {
    margin: 0;
    text-indent: 0rem;
    text-align: justify;
}

.negrita {
    font-weight: bolder !important;
}

.color {
    color: #0b3e64;
}

.color2 {
    color: #fae308;
}

.cursor {
    cursor: pointer;
}

.arriba a {
    font-size: 40px !important;
    color: #fff;
}

.arriba a:hover {
    color: #fae308 !important;
}

h1 {
    margin-top: 120px;
}

.btnentrada {
    background-color: #0b3e64;
    width: 200px;
    height: 40px;
    border: 3px solid #e4e4e4;
    color: #fff;
    font-family: 'Manjari', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 1rem;
    padding: 15px 50px;
    margin: 20px;
    text-decoration: none;
    transition: linear 0.5s;
}

.btnentrada:hover {
    width: 200px;
    height: 40px;
    background-color: #e4e4e4;
    color: #000;
    border: 3px solid #0b3e64;
    text-decoration: none;
    padding: 15px 50px;
    font-size: 1.5rem;
    border-radius: 1rem;
    transition: linear 0.5s;
}

.botones {
    background-color: #003c5e !important;
    margin: 0 auto;
    display: block;
    font-size: 1.5rem !important;
    border-radius: 1.5rem;
}

.botones:hover {
    background-color: #fae308 !important;
    color: #000 !important;
    border-radius: 1.5rem;
}

.offcanvas-title {
    font-weight: bolder;
    font-size: 1.5rem;
    text-align: center;
}

.offcanvas-body {
    text-align: left !important;
}

.goto-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 25px;
}

.rayas {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.card:hover {
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.photo img {
    filter: grayscale(100%);
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: -50px;
}

.photo:hover img {
    filter: grayscale(1%);
}

.photo .glow-wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: -10px;
}

.photo .glow {
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    top: 0;
    filter: blur(5px);
    transform: rotate(30deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow {
    filter: grayscale(1);
    transform: rotate(360deg) translate(200%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap {
    margin-top: 0;
}

footer {
    color: #fff;
    padding-top: 10px;
    background-color: #003c5e;
}

footer h3 {
    color: #a5204d;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}

footer .copyright {
    padding: 15px 0;
    margin-top: 20px;
    font-size: 1.73rem;
}

@media (max-width: 575px) {
    html {
        font-size: 1rem;
    }
    .banner-section {
        animation: none;
    }
    .optemas {
        margin-bottom: 0px;
    }
    .btnentrada {
        margin: 10px 10px 10px 140px;
        display: flex;
        align-items: center;
        line-height: 100px !important;
        padding: 35px;
        width: 200px;
        height: 60px;
        font-size: 1.7rem !important;
    }
    .btnentrada:hover {
        margin: 10px 10px 10px 140px;
        display: flex;
        align-items: center;
        padding: 35px;
        width: 200px;
        height: 60px;
        font-size: 1.7rem !important;
    }
    .logo img {
        display: block !important;
        margin: 0 auto !important;
    }
    .contenedor {
        padding-bottom: 30px;
    }
    .navbar-toggler {
        margin: 0 auto !important;
    }
    ul li {
        display: inline-block;
        width: 100%;
        margin-left: -20px;
    }
    .list-group {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .card {
        margin-top: 150px !important;
    }
    .rayas {
        padding: 0px 20px 0px 20px;
    }
}

@media (min-width: 576px) {
    .banner-section {
        animation: none;
    }
    .btnentrada {
        margin: 10px 10px 10px 140px;
        display: flex;
        align-items: center;
        line-height: 100px !important;
        padding: 35px;
        width: 200px;
        height: 60px;
        font-size: 1.7rem !important;
    }
    .btnentrada:hover {
        margin: 10px 10px 10px 140px;
        display: flex;
        align-items: center;
        padding: 35px;
        width: 200px;
        height: 60px;
        font-size: 1.7rem !important;
    }
    .card {
        margin-top: 150px !important;
    }
}

@media (min-width: 768px) {
    .banner-section {
        animation: a 3s ease infinite alternate;
    }
    .btnentrada {
        margin: 0 auto;
        display: inline;
        justify-items: center;
        line-height: 40px;
        padding: 15px;
        width: 200px;
        height: 70px;
        margin: 40px;
    }
    .btnentrada:hover {
        margin: 0 auto;
        display: inline;
        justify-items: center;
        line-height: 40px;
        padding: 15px;
        width: 200px;
        height: 70px;
        margin: 40px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}