/*----------------------------------------
	Navbar
----------------------------------------*/
.bg-header{
    background-color: #6d0f10;
}


.bg-header-2 {
    min-height: 65px;
    background-color: #d4f0e1;
}


.header-two{
    min-height: 65px;
}


.header-one{
    min-height:67px;
}

.navbar {
    min-height: 55px;
    margin-bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.navbar.navbar-solid {
    min-height: 65px;
    background-color: #6d0f10;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 1rem;
    margin-left: 1rem;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.9);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 500;
    color: #efc13a;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link i {
    font-size: 1.2rem;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(239,193,58,.9);
}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link i:hover {
    color: rgba(239,193,58,.9);
}

/*----------------------------------------
	Banner
----------------------------------------*/

#banner img {
    width: 100%;
}





/*----------------------------------------
	Conoce
----------------------------------------*/


#conoce{
    background: url("../images/bg-conoce-ebano.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#conoce h1 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #6d0f10;
}

#conoce p {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    text-align: justify;
    color: #3c3c3c;
}


#conoce .btn-primary {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    background-color: #6d0f10;
    border: 1px solid #6d0f10;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0.600rem 0.75rem;
}


#conoce .btn-primary:hover {
    color: #6d0f10;
    background-color: #e4e4e6;
    border: 1px solid #e4e4e6;
}

/*----------------------------------------
	AMENIDADES
----------------------------------------*/


#amenidades{
    background: url("../images/bg-amenidades.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 6%;
    padding-bottom: 6%;
}



#amenidades h1 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #6d0f10;
    text-align: center;
}

#amenidades p {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    margin: 0;
}

.item-amenidades-box {
    min-height: 120px;
}

.item-amenidades-agua{
    background-color: #ffffff;
    color: #6d0f10;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: -11px 10px 35px -10px rgba(0,0,0,0.52);
    -moz-box-shadow: -11px 10px 35px -10px rgba(0,0,0,0.52);
    box-shadow: -11px 10px 35px -10px rgba(0,0,0,0.52);
}

.item-amenidades-cajones{
    background-color: #6d0f10;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: -11px 10px 35px -10px rgba(0,0,0,0.52);
    -moz-box-shadow: -11px 10px 35px -10px rgba(0,0,0,0.52);
    box-shadow: -11px 10px 35px -10px rgba(0,0,0,0.52);
}


/*----------------------------------------
	LA CASA
----------------------------------------*/

#la-casa img {
    width: 100%;
}

/*----------------------------------------
	INFO LA CASA
----------------------------------------*/

#info-la-casa{
    background: #ffffff;
    position: relative;
    padding-bottom: 4%;
}


#info-la-casa h3 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #6d0f10;
    text-align: center;
}

#info-la-casa ul li {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
    color: #3c3c3c;
}

#info-la-casa .btn-agenda-cita {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    width: 100%;
    padding: 8px;
    background-color: #6d0f10;
    border: 1px solid #6d0f10;
    cursor: pointer;
    margin-top: 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*----------------------------------------
	UBICACION
----------------------------------------*/

#ubicacion {
    background: url("../images/bg-ubicacion.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
}


#ubicacion h1 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #6d0f10;
}

#ubicacion h2 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #6d0f10;
}


#ubicacion p {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
    color: #3c3c3c;
    text-align: justify;
    font-size:1.1rem;
}

#ubicacion .card {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #cf4848;
    background-clip: border-box;
    border: transparent;
    border-radius: 0;
    width:100%;
    bottom: -48.2%;
}
#ubicacion .card-title {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}

#ubicacion .card-body ul {
    list-style: none;
}

#ubicacion .card-body ul li:before {
    content: '\002BC8';
    color: #4a3d3d;
    font-size: 1.2rem;
}

#ubicacion .card-body ul li {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 1rem;
}

#ubicacion .card-body ul li span {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 1.2rem;
}

#ubicacion .card-footer {
    padding: .75rem 1.25rem;
    background-color: #bf3737;
    border-top: transparent;
}

#ubicacion .card-footer .btn-primary {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    background-color: #9e1f0a;
    border: 1px solid #9e1f0a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0.600rem 0.75rem;
}


#ubicacion .card-footer .btn-primary:hover {
    color: #9e1f0a;
    background-color: #fff;
    border: 1px solid #fff;
}

#ubicacion-map img{
    width: 100%;
}


#ubicacion .btn-primary {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    background-color: #6d0f10;
    border: 1px solid #6d0f10;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0.600rem 0.75rem;
}


#ubicacion .btn-primary:hover {
    color: #6d0f10;
    background-color: #e4e4e6;
    border: 1px solid #e4e4e6;
}

/*----------------------------------------
	GALERIA
----------------------------------------*/

#gallery{
    background: #ffffff;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}



/*----------------------------------------
	Contacto
----------------------------------------*/
.contacto{
    background: url("../images/bg-footer.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 2%;
    padding-bottom: 1%;
}

.contacto{
    text-align:center;
}

#contacto h1 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    color: #6d0f10;
}


.contacto .form-group {
    margin-bottom: 0.5rem;
}

.contacto .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #951e18;
}
.contacto .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #951e18;
}
.contacto .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #951e18;
}
.contacto .form-control:-moz-placeholder { /* Firefox 18- */
    color: #951e18;
}

.contacto .form-control {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #951e18;
    background-color: #dedede;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contacto .btn-send {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    width: 100%;
    padding: 8px;
    background-color: #6d0f10;
    border: 1px solid #6d0f10;
    cursor: pointer;
    margin-top: 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.contacto .successMsg p{
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    color: #9e1f0a;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

.contacto div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

.contacto #recaptchaFooter {
    -ms-transform: scale(0.63);
    transform: scale(0.63);
    -webkit-transform: scale(0.63);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


.contacto a i {
    font-size: 2rem;
    color: #ffffff;
}

.contacto a i:hover {
    color: #6d0f10;
}

.contacto a {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffffff;
}

.contacto a:hover {
    color:#6d0f10;
}


/*----------------------------------------
	POPUP
----------------------------------------*/

#popup {
    background: #ebeaea;
    position: relative;
}


#popup .modal-footer{

}

#popup .form-group{
    margin-bottom: 1rem;
}

#popup .form-control {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #951e18;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#popup .btn-primary{
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #FFFFFF;
    background-color: #9e1f0a;
    border: 1px solid #9e1f0a;
    cursor: pointer;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#popup .modal-footer {
    border-top: transparent;
}

#popup #recaptchaContact {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


#popup .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #951e18;
}
#popup .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #951e18;
}
#popup .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #951e18;
}
#popup .form-control:-moz-placeholder { /* Firefox 18- */
    color: #951e18;
}



/*----------------------------------------
	DEFAULT
----------------------------------------*/

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}


#gracias {
    background-color: #9e1f0a;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }