/********** Template CSS **********/
:root {
    /*--primary: #32C36C;*/
    /*--primary: #C3325B;*/
    --primary: #8f1c14;

    --light: #F6F7F8;
    --dark: #1A2A36;
    --gray: #6c757d;
    --gray-dark: #3b4044;
}

.table-menor {
    --bs-table-bg: #fae9e8;
    --bs-table-striped-bg: #faeeee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-adulto {
    --bs-table-bg: #f3fae8;
    --bs-table-striped-bg: #f3fae8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

body {
    color: #484545;
}

.main-container {
    max-width: 1024px;
    min-width: 380px;
    margin: auto;
    /*background-color: var(--primary);*/
}

.logo {
    background-image: url("../img/logos/logoesquina.png");
    background-size: 100%;
    margin-left: 0;
    height: 90px;
    width: 90px;
    /*transform: rotate(-15deg);*/
}


.divfondo {
    background-image: url("../img/encabezadoRecortado.jpg");

    /*background-color: #0b0b0b;*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 50px;
    /*background-attachment: fixed;*/
    background-position-y: 0px;
    /*top: 0;*/
    /*position: sticky;*/


}

.tablawikiloc {
    height: 80%;
    border: 0;
    text-align: center;
}

.divfondo {
    height: 35vw;
}

@media (min-width: 1024px) {
    .divfondo {
        height: 400px;
    }
}

/*@media (min-width: 360px) {*/
/*    .divfondo {*/
/*        height: 35vw;*/
/*    }*/


/*}*/

/*@media (min-width: 500px) {*/
/*    .divfondo {*/
/*        !*margin-top: -15vh;*!*/
/*        height: 2wvh;*/
/*    }*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .divfondo {*/
/*        !*margin-top: -15vh;*!*/
/*        height: 26vh;*/
/*    }*/
/*}*/


/*@media (min-width: 768px) {*/
/*    .divfondo {*/
/*        height: 30vh;*/
/*    }*/
/*}*/

/*@media (min-width: 880px) {*/
/*    .divfondo {*/
/*        height: 35vh;*/
/*    }*/
/*}*/

/*@media (min-width: 1024px) {*/
/*    .divfondo {*/
/*        height: auto;*/
/*    }*/
/*}*/

.text-justify {
    text-align: justify !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*@media (max-width: 380px) {*/
/*    body {*/
/*        min-width:380px;}*/
/*}*/

/*@media (min-width: 380px){*/
/*    body {*/
/*        background:#c00;*/
/*        max-width:1024px;*/
/*        margin: auto;*/
/*    }*/
/*}*/

/*@media (min-width: 992px){*/
/*    body {*/
/*        max-width: 1024px;*/
/*        margin: auto;*/
/*    }*/
/*}*/

.cabecera {
    width: 100%;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}



.btn.btn-primary,
.btn-check:checked+.btn-outline-primary,
.btn.btn-outline-primary:hover{
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: 0px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 90px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Publi ***/
.publi2-carousel::before,
.publi1-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.publi2-carousel::after,
.publi1-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 300px) {
    body {
        font-size: 0.9rem;
    }

    .publi1-carousel .publi1-img img {
        display: inline;
        width: 100px;
        height: 66px;
    }

    .publi2-carousel .publi2-img img {
        display: inline;
        width: 60px;
        height: 40px;
    }

}

@media (min-width: 500px) {
    .publi1-carousel .publi1-img img {
        display: inline;
        width: 100px;
        height: 66px;
    }

    .publi2-carousel .publi2-img img {
        display: inline;
        width: 70px;
        height: 46px;
    }
}


@media (min-width: 768px) {
    .publi1-carousel .publi1-img img {
        display: inline;
        width: 100px;
        height: 66px;
    }

    .publi2-carousel .publi2-img img {
        display: inline;
        width: 70px;
        height: 46px;
    }
}


.publi2-carousel .owl-nav,
.publi1-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.publi2-carousel:hover .owl-nav,
.publi1-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.publi2-carousel .owl-nav .owl-prev,
.publi2-carousel .owl-nav .owl-next,
.publi1-carousel .owl-nav .owl-prev,
.publi1-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.publi2-carousel .owl-nav .owl-prev:hover,
.publi2-carousel .owl-nav .owl-next:hover,
.publi1-carousel .owl-nav .owl-prev:hover,
.publi1-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


.publi2-carousel .publi2-img .btn-square,
.publi1-carousel .publi1-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}


.publi2-carousel .owl-item .publi2-text,
.publi1-carousel .owl-item .publi1-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.publi2-carousel .owl-item.center .publi2-text,
.publi1-carousel .owl-item.center .publi1-text {
    transform: scale(1);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/*Inscripcion*/
.pago,
.custom-select {
    font-size: small;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1;
}

.nav-link {
    text-align: center;
}

.nav {
    flex-wrap: nowrap;
}

.nav a:link {
    text-decoration: none;
    font-size: 1rem;
}

.bold {
    font-weight: bold;
}

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {*/
/*    color: #000000;*/
/*    background-color: #C6D580;*/
/*}*/

.donacionInput {
    width: 12rem;
    #display: inline;
}

.donativo .row {
    margin-left: 0px;
    margin-right: 0px;
}

.donativo .row .col {
    padding-left: 0px;
}

.nav-pills a:hover {
    background-color: #D9E1B7;
}

/*body {*/
/*    background-color: #FF0000;*/
/*}*/

a {
    color: #fb12127a;
}

/*.row {*/
/*    margin-left: 0px;*/
/*}*/

.total {
    border: none;
}

/*boton*/
.verde {
    background-color: #C6D580;
    border-color: #C6D580;
    color: #000000;
}

.modal {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 400px;
    max-width: 480px;
    min-width: 400px;
    position: fixed;
    right: 0;
    top: 0;
}

.inscripcionDetalle {
    margin-top: 10px;
    margin-left: -10px;
}

.alojamientos p {
    text-align: justify;
}

.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}