/*Botones*/

.btn-ppal {
    font-size: 25px;
    padding: 20px 40px;
    background-color: #12303a;
    border-color: #12303a;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
}
.btn-ppal:active,
.btn-ppal:focus,
.btn-ppal:hover {
    background-color: #5aac24;
    border-color: #5aac24;
    color: #fff;
    text-decoration: none;
}
.btn2 {
    font-size: 25px;
    padding: 10px 25px;
    background-color: #5aac24;
    border-color: #5aac24;
    color: #fff!important;
    cursor: pointer;
    border-radius: 10px;
}
.btn2:hover {
    background-color: #12303a;
    border-color: #12303a;
    color: #fff;
    text-decoration: none;
}
.btn2:active,
.btn2:focus,
.btn2:hover {
    background-color: #5aac24;
    border-color: #5aac24;
    color: #fff;
    text-decoration: none;
}
.btnEN {
    border-left: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 10%;
}
@media (max-width: 991px) {
    .btnEN {
        display: none!important;
    }
}
.btn-Ver-mas {
    font-size: 25px;
    padding: 10px 25px;
    background-color: #5aac24;
    border-color: #5aac24;
    color: #fff!important;
    cursor: pointer;
}
.btn-Ver-mas:hover {
    background-color: #12303a;
    border-color: #12303a;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.btn-Ver-mas:hover i {
    color: #5aac24;
    transition: 0.3s;
}
.btn-reservas {
    font-size: 20px;
    padding: 10px 15px;
    background-color: #5aac24;
    border-color: #5aac24;
    color: #fff!important;
    cursor: pointer;
}
.btn-reservas:hover {
    background-color: #12303a;
    border-color: #12303a;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.btn-reservas i {
    font-size: 20px;
}
.btn-reservas:hover i {
    color: #5aac24;
    transition: 0.3s;
}

/*Inicio Collapsable*/

.card-header {
    background-color: #661081!important;
    padding: 0px!important;
    border-radius: 0px!important;
}
.card-header h2 .btn {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
}
.card-header.active {
    background-color: #9719BF !important;
}
.card-header [data-toggle="collapse"]:after {
    font-family: 'https://use.fontawesome.com/releases/v5.8.1/css/all.css';
    content: "\f078";
    float: right;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.card-header [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*Fin Collapsable*/

.boton-Posadas {
    background: none;
    color: #232322;
    font-family: 'Roboto-Regular';
    text-align: center;
    border: 2px solid #746c75!important;
    padding: 5px 10px 5px 10px;
}
.boton-Posadas:hover {
    text-decoration: none;
    background: #746c75;
    color: #fff;
    transition: 0.3s;
}
.RecuadroVerde1 {
    background-color: #212529;
    padding: 30px;
}
.RecuadroVerde1 p {
    color: #fff;
}
.RecuadroVerde1 h4 {
    color: #fff;
}
.RecuadroVerde1 a {
    color: #fff;
    text-decoration: underline;
}

/*Fuentes*/

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #393939;
    line-height: 1.4;
}
h2 {
    font-family: 'Noto Sans', sans-serif;
    color: #12303a;
    font-weight: 400;
}
h1,
h2 {
    color: #5aac24;
}
h3,
h4,
h5,
h6 {
    color: #12303a;
}
hr {
    border-top: 1px solid #8c8b8b;
    width: 90%;
}
.txtdateturis {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
}
.colorverde {
    color: #5aac24;
}
.Borde-infe {
    border-bottom: 2px solid #dee2e6!important;
}

/* Navegación */

#mainNav {
    background-color: #212529;
    font-weight: 700;
}

/*Boton Haburguesa*/

#mainNav .navbar-toggler {
    font-size: 16px;
    font-weight: 700;
    padding: 9px;
    color: #212529;
    background-color: #fff;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 95%;
    font-weight: 700;
    color: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #5aac24;
}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
    color: #D86567;
}

/* Fondo Menu */

header.masthead {
    text-align: center;
    color: #fff;
    background-image: url("../img/index/Portada.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

/*Textos y Boton*/

header.masthead .intro-text {
    padding-top: 300px!important;
    padding-bottom: 10px;
}

/*Modal*/

.btn-Ir-Modal {
    font-size: 20px;
    padding: 5px 10px;
    background-color: #12303a;
    border-color: #12303a;
    color: #fff;
    border-radius: 10px;
    /*font-weight: 700;*/
}
.btn-Ir-Modal:active,
.btn-Ir-Modal:focus,
.btn-Ir-Modal:hover {
    background-color: #5aac24;
    border-color: #5aac24;
    color: #fff;
    text-decoration: none;
}

.modalback{
	border-radius: 0px;
}
.CerrarModal {
	cursor: pointer;  
    padding: 5px 20px;
    background-color: #5aac24;
    border-color: #12303a;
    color: #fff;    
    font-weight: 700;
}
.CerrarModal h1 {
	color: #12303a;
}
.CerrarModal:hover h1 {
	color: #5aac24;
}
.CerrarModal:active,
.CerrarModal:focus,
.CerrarModal:hover {
    background-color: #12303a;
    border-color: #5aac24;
    color: #fff;
    text-decoration: none;
}

/*Texto Horizontes*/

header.masthead .intro-text .intro-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 150px!important;
    font-weight: 700;
    line-height: 10px;
    margin-bottom: 50px;
}

/*Texto un Lugar Mágico*/

header.masthead .intro-text .intro-lead-in {
    font-size: 50px;
    font-style: italic;
    line-height: 60px!important;
    margin-top: 80px;
    margin-bottom: 50px;
}
.btn-inicio {
    margin-bottom: 350px!important;
}

/*Footer*/

.mapasitio ul {
    line-height: 0.2!important;
}
.mapasitio ul li a:hover {
    color: #5aac24!important;
}
.hoveri {
    color: #fff;
}
.hoveri:hover {
    color: #5aac24!important;
}

/*Inicio Animaciones*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.timeanime1 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
}
.timeanime2 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}
.timeanime3 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-iteration-count: 1;
}
.timeanime4 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
}
.timeanime5 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 3.5s;
    -webkit-animation-iteration-count: 1;
}
.timeanime6 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 4s;
    -webkit-animation-iteration-count: 1;
}
.timeanime7 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 6s;
    -webkit-animation-iteration-count: 1;
}
.timeanime8 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 6.5s;
    -webkit-animation-iteration-count: 1;
}
.timeanime9 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 7s;
    -webkit-animation-iteration-count: 1;
}
.timeanime10 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 7.5s;
    -webkit-animation-iteration-count: 1;
}
.timeanime10 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 8s;
    -webkit-animation-iteration-count: 1;
}
.timeanime11 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 8.5s;
    -webkit-animation-iteration-count: 1;
}

/*.fadeInLeft{animation-name: fadeInLeft;} @keyframes fadeInLeft{from {opacity: 0; transform: translate3d(-20%, 0, 0);}to {opacity: 1; transform: none;}}*/

.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*Fin Animaciones*/


/*Posadas Turisticas*/

.lunada li p {
    /*	list-style-type: none; */
    margin-bottom: 0.5px!important;
    /* line-height: 0.2!important; color: red!important; */
}

/*------------>Responsive<------------*/


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}

/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    /*header.masthead {background-color: #FFFD05;}*/
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529;
        color: #D90003!important;
    }
}

/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    /*Contenedorr head*/
    header.masthead .intro-text {
        padding-top: 250px!important;
        padding-bottom: 10px;
    }
    /*Texto Horizontes*/
    header.masthead .intro-text .intro-heading {
        font-size: 80px!important;
        line-height: 10px;
        margin-bottom: 30px;
    }
    /*Texto un Lugar Mágico*/
    header.masthead .intro-text .intro-lead-in {
        font-size: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .btn-inicio {
        margin-bottom: 200px;
    }
}

/*// Medium devices (tablets, 768px and up)*/

@media (max-width: 760px) {
    /*Contenedorr head*/
    header.masthead .intro-text {
        padding-top: 250px!important;
        padding-bottom: 10px;
    }
    /*Texto Horizontes*/
    header.masthead .intro-text .intro-heading {
        font-size: 80px!important;
        line-height: 10px;
        margin-bottom: 30px;
    }
    /*Texto un Lugar Mágico*/
    header.masthead .intro-text .intro-lead-in {
        font-size: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .btn-inicio {
        margin-bottom: 200px;
    }
}

/*// Small devices (landscape phones, 576px and up)*/

@media (max-width: 576px) {
    /*Texto Cuadro Poblacion*/
    .txt-poblacion {
        font-size: 10px;
    }
    /*Banner*/
    .topbanner {
        margin-top: 68px!important;
    }
    /*Textos y Boton*/
    /*Contenedorr head*/
    header.masthead .intro-text {
        padding-top: 150px!important;
        padding-bottom: 10px;
    }
    /*Texto Horizontes*/
    header.masthead .intro-text .intro-heading {
        font-size: 60px!important;
        line-height: 10px;
        margin-bottom: 30px;
    }
    /*Texto un Lugar Mágico*/
    header.masthead .intro-text .intro-lead-in {
        font-size: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .btn-inicio {
        margin-bottom: 200px;
    }
    /*Fuentes*/
    p {
        font-size: 14px;
    }
    h1 {
        font-size: 35px;
    }
    h3 {
        font-size: 25px;
    }
}

/*// Extra small devices (portrait phones, less than 576px)*/


/*// No media query for `xs` since this is the default in Bootstrap*/


/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 320px) {}