@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600&display=swap");

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Source Sans Pro", sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}
/*------------------------------------*/
html,
body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

/* ::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
} */

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #545454;
}

body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6a6a6a;
  overflow-x: hidden;
}

/*------------------------------------*/
.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .session-title {
    padding: 5px;
  }
}
.session-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}
.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}
.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 200px;
  background-color: #eaeaea;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
nav ul li:hover ul {
  display: block;
}

.linklist.navlinks {
  margin-left: 192px;
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}
.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #08703a;
  border-color: #08703a;
}
.btn-primary:hover {
  background-color: #08703a !important;
  border-color: #08703a !important;
}
.btn-primary:active {
  background-color: #08703a !important;
  border-color: #08703a !important;
}
.btn-primary:focus {
  background-color: #08703a !important;
  border-color: #08703a !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ccc;
}

.btn-light {
  background-color: #fff;
  color: #3f3f3f;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.form-control {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #ccc;
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

/* ===================================== Header Design CSS ==================================== */
header {
  position: absolute;
  background-color: rgb(65, 6, 6);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
}
header .header-top {
  padding: 5px;
  background: linear-gradient(to right, #32371f, #694711, #32371f);
  height: 35px;
}
header .header-top .contacthd p {
  color: rgb(247, 241, 241);
  font-size: 0.9rem;
}
header .header-top .contacthd p a {
  margin-right: 8px;
}
header .header-top .contacthd p a {
  color: #fff;
}
header .header-top .contacthd p span {
  width: 30px;
  text-align: center;
}
header .header-top .email {
  float: right;
  border-right: 1px solid #ccc;
  list-style: none;
}
header .header-top .email a {
  color: rgb(255, 255, 255);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
header .header-top .social-login li {
  list-style: none;
}
header .header-top .social-login li a {
  color: rgb(255, 255, 255);
}
header .header-top .email li {
  color: #fff;
  float: left;
  padding: 0px 5px;
  font-size: 0.95rem;
}
header .header-top .email li i {
  margin-right: 8px;
}
@media screen and (max-width: 392px) {
  header .header-top {
    height: 50px;
  }
  header .header-top .email {
    display: none;
    padding: 4px;
  }
}
header .header-top .social-login {
  float: right;
}
header .header-top .social-login li {
  color: #fff;
  float: left;
  padding: 0px 6px;
}
header .header-bottom .logo {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  header .header-top {
    height: 50px;
  }
  header .header-bottom .logo {
    padding: 5px;
    padding-bottom: 6px;
  }
}
header .header-bottom .logo img {
  max-width: 230px;
}
header .header-bottom .navs ul {
  float: right;
}
header .header-bottom .navs ul li {
  float: left;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  list-style: none;
}
header .header-bottom .navs ul li a {
  color: #e2c7cb;
}
@media screen and (max-width: 1075px) {
  header .header-bottom .navs ul li {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 950px) {
  header .header-bottom .navs ul li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 870px) {
  header .header-bottom .navs ul li {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  header .header-bottom .navs ul li {
    float: none;
    color: #694217;
    padding: 10px;
    font-weight: 600;
  }
  header .header-bottom .navs ul li a {
    color: #694217;
  }
}
@media screen and (max-width: 767px) {
  header .header-bottom .navs ul {
    width: 100%;
  }
}

.small-menu {
  float: right;
  color: #694217;
  font-size: 1.8rem;
  position: absolute;
  right: 18px;
  top: 23px;
}

.scroll-to-fixed-fixed {
  background-color: rgb(65, 6, 6);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.scroll-to-fixed-fixed .navs ul li a {
  color: #d2eba5 !important;
}
@media screen and (max-width: 767px) {
  .scroll-to-fixed-fixed {
    padding-bottom: 10px;
  }
}

/* ===================================== Slider Style Starts Here ===================================== */
.slider-detail {
  padding-top: 60px;
  z-index: -9;
}
@media screen and (max-width: 992px) {
  .slider-detail .container {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .slider-detail {
    padding-top: 120px;
  }
}
.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .slider-detail .carousel-caption {
    bottom: 10px;
  }
  .slider-detail .carousel-caption h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .slider-detail .carousel-caption h5 {
    font-size: 18px;
  }
}
.slider-detail .carousel-caption h5 {
  font-size: 44px;
  margin-left: -40px;
  font-weight: 600;
  color: #fff;
  text-shadow: #000000 -5px 5px 7px;
}

.slider-detail .carousel-caption p {
  margin-left: -40px;
  font-weight: 500;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  text-shadow: #000000 -3px 3px 4px;
}
.slider-detail .vbh {
  margin-left: -40px;
  text-align: center;
  display: block;
}
.slider-detail .vbh .btn {
  padding: 10px 30px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}
.slider-detail .vdg-cur {
  color: #ffffff;
}
.slider-detail .fvgb {
  color: #ffffff;
}
.slider-detail .carousel-control-prev {
  opacity: 1;
}
.slider-detail .carousel-control-prev-icon {
  background-image: none;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px;
}
.slider-detail .carousel-control-prev-icon i {
  font-size: 1.1rem;
}
.slider-detail .carousel-control-next {
  opacity: 1;
}
.slider-detail .carousel-control-next-icon {
  background-image: none;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px;
}
.slider-detail .carousel-control-next-icon i {
  font-size: 1.1rem;
}

.slider-detail .bounceInUp {
  background-color: #57b62b;
  border: none;
  border-radius: 8px;
  color: #ffffff;
}

/* ===================================== Search Box Style Starts Here ===================================== */
.search-container {
  margin-top: -40px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .search-container {
    margin-top: 0px;
    position: relative;
  }
}
.search-container .search-box {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 30px 15px;
}
.search-container .search-box .form-control {
  border-radius: 0px;
  margin-bottom: 0px;
}
.search-container .search-box .btn {
  border-radius: 0px;
}

/* ===================================== Search Box Style Starts Here ===================================== */
.top-packages {
  padding-top: 90px;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .top-packages {
    padding: 30px 10px;
  }
}
.top-packages .pack-row .pac-col {
  background-color: #fff;
  box-shadow: 0px 6px 4.7px 0.3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.top-packages .pack-row .pac-col img {
  width: 100%;
}
.top-packages .pack-row .pac-col .packdetail {
  padding: 20px;
}
.top-packages .pack-row .pac-col .packdetail h4 {
  font-size: 1.2rem;
}
.top-packages .pack-row .pac-col .packdetail .daydet {
  padding-top: 5px;
}
.top-packages .pack-row .pac-col .packdetail .daydet span {
  font-size: 0.85rem;
}
.top-packages .pack-row .pac-col .packdetail .daydet a {
  float: right;
  font-size: 1.2rem;
  color: #72b62b;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
.top-packages .pack-row .pac-col .packdetail .eview-row {
  padding-top: 5px;
}
.top-packages .pack-row .pac-col .packdetail .eview-row ul li {
  float: left;
  font-size: 0.8rem;
  padding-right: 3px;
}
.top-packages .pack-row .pac-col .packdetail .eview-row ul li i {
  color: #ffc800;
}

/* ===================================== Offers Starts Here ===================================== */
.lloking-for {
  background-image: url("../images/bg.jpg");
  background-size: 100%;
}
.lloking-for2 {
  background-image: url("../images/slider_cacao.jpg");
  background-size: 100%;
}
.lloking-for .inn-lay {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 50px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.lloking-for2 .inn-lay {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 50px;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 940px) {
  .lloking-for .inn-lay {
    padding: 30px 10px;
  }
}
.lloking-for .inn-lay .natur-col {
  text-align: left;
}
.lloking-for .inn-lay .natur-col h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: left;
}
.lloking-for .inn-lay .natur-col h4 {
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 22px;
}
.lloking-for .inn-lay .natur-col .btn {
  border-radius: 0px;
  padding: 10px 55px;
  font-weight: 700;
  border-radius: 50px;
}

.lloking-for2 .inn-lay {
  padding: 30px 10px;
}
.lloking-for2 .inn-lay .natur-col {
  text-align: left;
}
.lloking-for2 .inn-lay .natur-col h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: left;
}
.lloking-for2 .inn-lay .natur-col h4 {
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 22px;
}
.lloking-for2 .inn-lay .natur-col .btn {
  border-radius: 0px;
  padding: 10px 55px;
  font-weight: 700;
  border-radius: 50px;
}

/* ===================================== Blog Starts Here ===================================== */
.blog {
  padding: 50px;
  background-color: #fbfbfb;
}

@media screen and (max-width: 990px) {
  .blog {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .blog .container {
    max-width: 100%;
  }
}
.blog .blog-singe {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
    0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 30px;
}

.blog .blog-singe .blog-img-tab {
  padding: 0px;
}
.blog .blog-singe .blog-img-tab img {
  width: 100%;
}

.blog .blog-singe .blog-content-tab {
  padding: 15px;
}

.blog .blog-singe .blog-content-tab h2 {
  font-size: 19px;
}

.blog .blog-singe .blog-content-tab i {
  margin-right: 10px;
  font-size: 12px;
}

.blog .blog-singe .blog-content-tab i small {
  margin-left: 5px;
  font-size: 100%;
}

.blog .blog-singe .blog-content-tab .blog-desic {
  margin-top: 8px;
  font-size: 12px;
  text-indent: 20px;
  margin-bottom: 10px;
}

.blog .blog-singe .blog-content-tab a {
  color: #06b2b6;
  font-size: 12px;
}

.blog .blog-singe .blog-content-tab a i {
  margin-left: 15px;
  font-size: 13px;
}

.blog-row {
  margin-top: 20px;
}

/* =================== Footer Style Starts Here =================== */
.footer-cont {
  background: linear-gradient(to right, #7c8086, #bdc2c4);
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .footer-cont {
    padding: 30px 10px;
  }
}
.footer-cont .footer-top {
  padding-bottom: 40px;
}
.footer-cont .footer-top .foot-logo h2 {
  color: #fff;
  font-weight: 600;
  margin-top: 25px;
}
.footer-cont .footer-top .foot-addr ul li {
  float: left;
  padding: 10px;
}
.footer-cont .footer-top .foot-addr ul li i {
  margin-right: 2px;
}
.footer-cont .foot-botom .fotter-coo h5 {
  color: #f78d15;
  font-size: 1rem;
  margin-bottom: 20px;
}
.footer-cont .foot-botom .fotter-coo ul li {
  font-size: 0.9rem;
  padding: 10px 3px;
}
.footer-cont .foot-botom .fotter-coo ul li i {
  margin-right: 5px;
}
.footer-cont .foot-botom .fotter-coo .gallery-row {
  margin-top: 5px;
}
.footer-cont .foot-botom .fotter-coo .gallery-row .gall-col {
  padding: 5px;
}

.footer-ablove {
  padding: 30px;
  background-color: #ff5722;
  color: #fff;
  font-size: 1.5rem;
}

.footer-ablove .btn {
  float: right;
  background-color: #fff;
}

/* =================== Copyroght Starts Here =================== */
.copy {
  padding: 20px;
  background-color: #191616;
  color: #fff;
}

.copy a {
  color: #fff;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}
.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* ===================================== Travel Destinations Style CSS ==================================== */
.travel-destination {
  padding: 50px;
  background-color: #cccccc14;
}
@media screen and (max-width: 940px) {
  .travel-destination {
    padding: 30px 10px;
  }
}
.travel-destination .destination-row .descol {
  margin-bottom: 30px;
}
.travel-destination .destination-row .destcol img {
  border-radius: 5px;
  width: 100%;
}
.travel-destination .destination-row .destcol .layycover {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0px;
  border-radius: 5px;
  z-index: 99;
}
.travel-destination .destination-row .destcol .layycover h4 {
  position: absolute;
  width: 100%;
  color: #fff;
  bottom: 7px;
  left: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}
.travel-destination .destination-row .destcol .layycover span {
  font-weight: 400;
  font-size: 0.7rem;
}

/* ===================================== About CSS ================================== */
.about-us {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .about-us {
    padding: 30px 10px;
  }
}
.about-us .natur-row {
  margin-top: 20px;
}
.about-us .text-part h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.about-us .text-part p {
  text-indent: 20px;
  margin-bottom: 15px;
  line-height: 27px;
  font-weight: 500;
  text-align: justify;
  font-size: 0.9rem;
}
.about-us .image-part img {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px 5px #ebebeb;
}

body .producto .cafe {
  padding-top: 114px;
}
/* ===================================== Our Team Style  ================================== */
.our-team {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .our-team {
    padding: 50px 10px;
  }
}
.our-team .team-row {
  margin-top: 20px;
}

.our-team .team-row .single-usr {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
    0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 20px;
}

.our-team .team-row .single-usr img {
  width: 100%;
}

.our-team .team-row .single-usr .det-o {
  padding: 20px;
  background-color: #0363b0;
}

.our-team .team-row .single-usr .det-o h4 {
  color: #fff;
  margin-bottom: 0px;
}

.our-team .team-row .single-usr .det-o i {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
