@font-face {
  font-family: 'Montserrat';
  src: url('/resources/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 1 1000;
  font-stretch: 1 100;
  font-display: swap;
}

*{

    padding: 0;

    margin: 0;

    font-family: 'Montserrat', sans-serif;

    box-sizing: border-box;

    

}

a{

  text-decoration: none;

}

:root{

    --titulos:#223645;

    --colorpata:#1EB4E9;

}

h1{

  color: var(--titulos)!important;

  font-weight: 700;

}

h2{

  color: var(--titulos);

  font-weight: 700;

}

/*NAVBAR START*/

.navbar .navbar-nav .nav-link {

    

    font-size: 1.1em;

    font-weight: 400;

}



.navbar .navbar-nav .nav-link:hover{

  border-bottom:2px solid rgb(0, 204, 255);

}

.navbar .container-fluid .logo{

    width: 200px;

}





.navbar .container-fluid button{

    

    margin-right: 20px;

}

/*END NAVBAR*/

/*Start BTN Whatsapp*/

.btn-wsp{

  position:fixed;

  width:60px;

  height:60px;

  line-height: 63px;

  bottom:25px;

  right:25px;

  background:#25d366;

  color:#FFF;

  border-radius:50px;

  text-align:center;

  font-size:35px;

  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);

  z-index:100;

  transition: all 300ms ease;

}

.btn-wsp:hover{

  background: #fff;

  color: #25d366;

}

/*END Whatsapp*/



/*START CAROUSEL*/
/*
.carousel-item::before{

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: rgba(0,0,0,0.3);

}
*/
.carousel-item .carousel-caption{

  position: absolute;

  left: 50%;

  top: 60%;

  transform: translate(-50%,-60%);

  text-align: center;

}

.carousel-item .carousel-caption h5{

  color: white;

  font-size: 70px;

  font-weight: 700;

}

/*END CAROUSEL*/

/*Start search custom tours*/

.search-tour{

  box-sizing: border-box;

  position: relative;
  margin-top:60px;

}

fieldset{

  display: block;

}

.search-tour .form-control1{

  background: #fff;

  padding: 6px;

  border-radius: 30px;

  margin-top: -40px;

  box-shadow: -1px 3px 20px 0px rgba(176,176,176,1);

-webkit-box-shadow: -1px 3px 20px 0px rgba(176,176,176,1);

-moz-box-shadow: -1px 3px 20px 0px rgba(176,176,176,1);

}

.input-group{

  position: relative;

  padding-left: 16px;

  padding-right: 16px;

}

.icon{

  position: absolute;

  top: calc(35%);

  left: 1.25rem;

  color: var(--colorpata);

}

.search-tour .form-control1 .form-control,.form-select{

  height: 50px;

  background: #fff;

  margin: 0;

  border: none;

}

.text-tour{

  left: 2rem;

}

.search-tour .form-control1 .form-select{

  color: #656565;

}

.search-tour .form-control1 .form-control:focus,.form-select:focus{

  border-color: inherit;

  box-shadow: none;

}

.search-tour .form-control1 .btn{

  border-radius: 30px;

  background-color: var(--colorpata);

  color: #F8F8F8;

}

/*END search custom tours*/

/*START EXPERIENCES*/

.experience{

  margin-top: 50px;;

  margin-bottom: 40px;

  overflow: hidden;

}

.experience .row h1{

  font-size: 25px;

  margin-bottom: 10px;

}

.experience .row p{

  margin-right: 10px;

}

.experience .row{

  display: flex;

  position: relative;

  align-content: center;  

  height: fit-content;

}

.experience .row img{

  height: 100%;

  width: 100%;

  align-content: center;

}

/*END EXPERIENCES*/



/*OFERTAS*/

.ofertas H2{

  padding: 20px 0;

    text-align: center;

    color: var(--titulos);

}

.ofertas{

    

    overflow: hidden;

}

.ofertas .row a img{

  height:100%;

  width:100%;

  align-content:center;

}

/**Beneficios*/

.beneficios{

  background: rgba(180, 180, 180, 0.2);

}

.beneficios .row h2{

  margin: 20px 0;

  text-align: center;

}

.beneficios .row .tittle{

  font-size: 20px;

  font-weight: 700;

  margin: 10px;

  text-align: center;

}



/*ENd BENEFICIOS*/

/*DESTIMOS*/

.destinos{

    overflow: hidden;

    text-align: center;

    margin: 20px 0;

}



/*START FLIP CARDS*/

.flip-main .container .row{

	display: flex;

  flex-wrap: wrap;

}

.container-flip{

	max-width: 100%;

	margin:auto;

  overflow: hidden;

}

.flip-main{

	/*min-height: 100vh;**/

	/*background-color: #dde3f7;*/

	padding: 20px 0;

}

.flip-main .flip-card{

    margin:0;

    padding: 0.5px;

    perspective: 1000px; /*remove this if you dont want the 3d effect*/

}

.flip-main .flip-card-inner{

	box-shadow: 0 0 10px #a9b3d6;

	position: relative;

	transform-style: preserve-3d;

	transition: all 1s ease;

}

.flip-main .flip-card-front img{

	width: 100%;

}

.flip-main .flip-card-front,

.flip-main .flip-card-back{

	backface-visibility: hidden;

}

.flip-main .flip-card-title{

	background: rgba(0,0,0,0.3);

	position: absolute;

	left:0;

	top:0;

	padding: 15px;

	width: 100%;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

}

.flip-main .flip-card-title h3{

    font-size: 24px;

    font-weight: 700;

    color: white;

    margin: 0 0 5px;

}

.flip-main .flip-card-back{

  

	position: absolute;

	left:0;

	top:0;

	padding: 15px;

	width: 100%;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

	transform: rotateY(180deg);

}



.flip-main .flip-card-back p{

	font-size: 16px;

	color: #f8f8f8;

  font-weight: 700;

	margin:0px;

  padding-bottom: 10px;

}

.flip-main .flip-card-back a{

  margin-top: 10px;

  color: white;

  outline: none;

}

.flip-main .flip-card:hover .flip-card-inner{

   transform: rotateY(180deg);

}



/*END FLIP CARDS*/



/*START OWL CAROUSEL*/

#rebajas .item .card {

  

  background: #000;

  border-radius: 30px;

  border: none;

}

.card-img-top{

  height: 350px;

  width: 100%;

}

.owl-prev{

  left:-30px;

}

.owl-next{

  right: -30px;

}

.owl-prev, .owl-next{

  position: absolute;

  top:30%;

}

.owl-prev span, .owl-next span{

  font-size: 80px;

  color: var(--color-h2);

}

.owl-theme .owl-nav [class*=owl-]:hover{

  background: transparent!important;

}



#rebajas .owl-item img{

  border-radius: 30px;

 /* width: 100%;*/

  left: 0;

  top: 0;

  opacity: 0.6;
max-width:266px;
max-height:338px;
}

#rebajas .owl-item button{

  width: 100%;

  height: 40px;

  align-items: center;

  align-content: center;

  border-radius: 20px;

  font-size: 15px;

  color: #ffff;

}

.box {

 

  position: relative;

  float: left;

  margin: 20px 2px 20px 2px;

}

.ribbon {

  position: absolute;

  right: -1px;

  top: 7px;

  z-index: 1;

  overflow: hidden;

  width: 125px;

  height: 125px;

  text-align: right;

}

.ribbon span {

  font-size: 0.8rem;

  color: #fff;

  text-transform: uppercase;

  text-align: center;

  font-weight: bold;

  line-height: 32px;

  /*transform: rotate(45deg);*/

  width: 125px;

  display: block;

  background: #1EB4E9;

  background: linear-gradient(#1EB4E9 0%, #1EB4E9 100%);

  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);

  position: absolute;

  top: 17px; 

   

}



.ribbon span::before {

   content: '';

   position: absolute; 

   left: 0px; top: 100%;

   z-index: -1;

}

.ribbon span::after {

   content: '';

   position: absolute; 

   right: 0%; top: 100%;

   z-index: -1;

   

}

/*///////////////**/

.ribbonoff {

  position: absolute;

  right: -1px;

  top: 7px;

  z-index: 1;

  overflow: hidden;

  width: 125px;

  height: 125px;

  text-align: right;

}

.ribbonoff span {

  font-size: 0.8rem;

  color: #fff;

  text-transform: uppercase;

  text-align: center;

  font-weight: bold;

  line-height: 32px;

  /*transform: rotate(45deg);*/

  width: 125px;

  display: block;

  background: #FA0D0D;

  background: linear-gradient(#FA0D0D 0%, #FA0D0D 100%);

  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);

  position: absolute;

  top: 17px; 

   

}



.ribbonoff span::before {

   content: '';

   position: absolute; 

   left: 0px; top: 100%;

   z-index: -1;

}

.ribbonoff span::after {

   content: '';

   position: absolute; 

   right: 0%; top: 100%;

   z-index: -1;

   

}

/*/////////////////*/

/*END OWL COROUSEL*/



/*START NEWSLETTER**/

.newsletter{

  display: flex;

  align-items: center;

  position: relative;

  width: 100%;

  height: 300px;

  overflow: hidden;

  background-image: url("../img/newsletter1.webp");

  background-repeat: no-repeat;

  background-size: cover;

  z-index: 1;

  color: white;

}

.newsletter::before{

  position: absolute;

  content: '';

  width: 100%;

  height: 100%;

  background:rgba(0, 0, 0, 1);

  opacity: 0.2;

  z-index: -1;

}

.newsletter span{

  font-size: 30px;

  color: #fff;

  font-weight: 700;

}

.newsletter .content input{

  border-radius: 10px!important;

}

.newsletter .content .form-control:focus{

  border:1px solid white;

}

.input-group-btn button{

  border-radius: 20px;

  color: white;

}

.input-group-btn button:hover{

  color: white;

}

/*END NEWSLETTER*/

/*Start Destinos*/

.banner-details{
  position: relative;
  margin-top: 20px;
}



/*Start Destinos.php*/

/*Content wrapper destinos*/

.content-wrapper{

  margin-top: 40px;

  overflow: hidden;

}

.content-wrapper h1{

  font-size: 24px;

  font-weight: 700;

}

.card{

  border:1px solid #eceaea;

  border-radius: 20px;

}

.card img{

  border-radius: 20px;

}

.page-item .page-link{

  margin: 10px;

}

#destinos .item .card {

  

  background: #000;

  border-radius: 30px;

  border: none;

}



#destinos .owl-item img{

  border-radius: 30px;

  width: 100%;

  left: 0;

  top: 0;

  opacity: 0.6;

}

#destinos .owl-item button{

  width: 100%;

  height: 40px;

  align-items: center;

  align-content: center;

  border-radius: 20px;

  font-size: 15px;

  color: #ffff;

}
.info-destination{
    padding-top:40px;
}
.info-destination .row{

margin-bottom:40px;

}

.info-destination .row img{

  border-radius: 20px;

}

/*end destinos*/



/*details single tours*/

.inner-detail-tour{

  /* padding-top: 20px; */

  box-sizing: border-box;

}

.inner-detail-tour h2{

  font-size: 36px;

  font-weight: 800;

  color: #223645;

  margin: 0 0 15px;

}

.single-package-wrap .single-package-price{

  background-color: #eceaea;

  padding: 10px 36px;

  text-align: center;

  margin-left: 45px;

  border-radius: 20px;

}

.single-package-wrap .single-package-price .price-tour{

  color: #626672;

  margin-bottom: 0;

  font-size: 14px;

}

.single-package-wrap .single-package-price .price-tour span{

  color: #3A78C9;

    font-size: 35px;

    font-weight: 800;

    display: block;

}

.single-package-wrap .package-meta{

  border-top: 1px solid rgba(167, 167, 167, 0.2);

  border-bottom: 1px solid rgba(167, 167, 167, 0.2);

  margin: 27px 0;

  /*padding: 20px 0;*/

  position: relative;

  text-align: center;

}

.single-package-wrap .package-meta ul{

  list-style-type: disc;

  padding-left: 0;

}

.single-package-wrap .package-meta ul li:first-child{

  padding-left: 0;

}



.single-package-wrap .package-meta ul li{

  display: inline-block;

  font-family: "Montserrat", sans-serif;

  font-size: 15px;

  font-weight: 500;

  line-height: 1.1;

  position: relative;

}
.single-package-wrap .package-meta ul li i{
  color: #3A78C9;

  margin-right: 10px;
}
.package-include-exclude .col-lg-6 h2{
  font-size: 20px;
}
.acordions-detalles-tour{
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-button:focus{
  border-color: none;
  box-shadow: none;
}

.single-package-wrap .good-check ul li i{

  color: #3A78C9;

  margin-right: 10px;

}
.single-package-wrap .package-recommendation ul li i{

  color: #3A78C9;

  margin-right: 10px;

}
.single-package-wrap .package-restriction ul li i{

  color: red;

  margin-right: 10px;

}

.single-package-wrap ul{

  list-style-type: none;

}

#detalles-tour{

  margin-top: 27px;

}

#detalles-tour .owl-item img{

  border-radius: 30px;

  width: 100%;

  left: 0;

  top: 0;

}

.single-package-image{

  margin-bottom: 40px;

}

.single-package-image img{

  border-radius: 25px;

  height: auto;

  max-width: 100%;

  vertical-align: top;

}

.package-content-details article{

  display: block;

}

.package-content-details article h2{

  color: #223645;

  font-family: "Montserrat", sans-serif;

  font-size: 20px;

  font-weight: 700;

  

}

/* .single-package-wrap .package-included{

  border-radius: 25px;

    padding: 30px 40px;

    margin: 40px 0;

} */

/* .single-package-wrap .package-restriction{

  border-radius: 25px;

    padding: 30px 40px;

    margin: 40px 0;

} */

.single-package-wrap .package-included ul li{

  list-style: none;

  margin-bottom: 8px;

}

/*Sidebar detalles tours*/

.sidebar .booking-from-inner{

  background-color: #3A78C9;

  border-radius: 25px;

  padding: 40px 30px;

}

.sidebar .booking-from-inner h3{

  text-align: center;

  color: #fff;

  font-size: 22px;

  font-weight: 700;

}

.sidebar .booking-from-inner p{

  color: #fff;

  text-align: center;

  font-size: 14px;

}

.booking-from-inner input{

  width: 100%;

}

.booking-from-inner input[type=text],input[type=email],input[type=tel],input[type=date]{

  background-color: #F8F8F8;

  border: 1px solid #d9d9d9;

  border-radius: 10px;

  font-size: 14px;

    padding: 0 15px;

    height: 40px;

    outline: none;

}
.alert {
  padding: 0;
  border: 0;
}
/**date picker*/
.ui-widget-header,.ui-datepicker-title,.ui-datepicker-calendar{

  background-color: #fff!important;

}

.ui-state-default{

  text-align: center;


  background: #3A78C9!important;

  color: #fff!important;

}
.ui-datepicker th{
  font-family: 'Monserrat'!important;
  font-weight: 500!important;
}
.ui-datepicker td span, .ui-datepicker td a{
  font-family: 'Monserrat'!important;
  font-size: 12px!important;
  text-align: center!important;
  border-radius: 50px!important;
  padding: 7px!important;
  /*margin: 2px!important;*/
}


.ui-datepicker-calendar td.ui-datepicker-unselectable span{

  background: transparent!important;
  color: #000!important;

}
.iti{
  width: 100%;
}
.iti__country-name{
  color:#000;
}
.booking-from-inner  select{

  background-color: #F8F8F8;

  border: 1px solid #d9d9d9;

  border-radius: 10px;

  font-size: 14px;

  height: 40px;

}

.booking-from-inner button[type="submit"]{

  width: 50%;

  background-color: #f8f8f8;

  border:1px solid #d9d9d9;

  outline: none;

  height: 40px;

  border-radius: 40px;

  font-size: 14px;

}

.booking-from-inner button[type="submit"]:hover{

  background-color: #1EB1E5;

  border: none;

  color: #F8F8F8;

}

.booking-from-inner label{

  color: #fff;

}



.list-group-items{

  margin: 5px;

  color: #fff;

}
.politica-cancelacion{
  margin: 10px;
}
.politica-cancelacion p{
  color: #808080ad;
  font-size: 13px;
}
#destinos h3{
  font-size: 1rem;
}
/*end single tours*/

/*cart details items*/

.cart-list-items .card-body input[type="number"]{

  text-align: center;

  margin: 0 10px;

}

.cart-list-items .card{

  box-shadow: -2px 6px 31px -4px rgba(227,223,223,0.79);

-webkit-box-shadow: -2px 6px 31px -4px rgba(227,223,223,0.79);

-moz-box-shadow: -2px 6px 31px -4px rgba(227,223,223,0.79);

}

/*end cart details item*/

/**ABOUT***/

main i{

  color: #1EB4E9;

  font-size: 40px;

}

/*END ABOUT*/

/*tours.php*/

.content-tours-wrapper{

  padding: 50px;

}

.content-wrapper-tours h2{

  font-size: 20px;

}

.tab-content{

  padding-top: 40px;

}

.menu-tours-destination{

  background: #1EB4E9;

  padding: 18px 30px;

}

.menu-tours-destination .nav-pills .nav-item .nav-link{

  color: #fff;

}

.content-wrapper-tours .nav-pills .nav-item .nav-link.active{

  background: none;

}

/*

.content-wrapper .nav-pills .nav-item .nav-link.active{

  border:none;

    padding:0 30px;

    background: #1EB4E9;

    color: #fff;

    border-radius: 0;

  }*/

.content-wrapper-tours .nav-pills .nav-item .nav-link.active::after{

  content: '';

  position: absolute;

  display: block;

  margin-left: 20px;

  width: 0;

    height: 0;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-bottom: 15px solid #fff;

    transform: translateY(80%);

}

/*END tours.php*/



/*Start 404.php*/

/*END 404.php*/



/*blog.php*/

.contacto-wrapper .row span{

  color: var(--titulos);

  font-weight: 600;

}

.contacto-wrapper .row a{

  color: var(--titulos);

}

.contacto-wrapper .row a:hover{

  color: var(--colorpata);

}

/*end blog.php*/

/*START FOOTER*/





.container-fluid .row{

  padding: 40px;

}

.container-fluid .row .logo img{

  width: 50%;

  height: auto;

  margin-bottom: 10px;

}

.footer .row span{

  font-size: 16px;

  font-weight: 600;

}

.footer .icons i{

  border-radius: 50%;

  color: white;

  font-size: 40px;

  margin: 30px 10px;

}

.footer .icons .fa-facebook:hover{

  color: #4267B2;

  background: white;

}

.footer .icons .fa-instagram:hover{

  background: #d6249f;

  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

  box-shadow: 0px 3px 10px rgba(0,0,0,.25);

}

.footer .sectur, .pagos{

width: 70%;

height: auto;

}

.flex-container{

  display: flex;

  flex-wrap: nowrap;

}

.flex-container .row{

  align-items: center;

}

.conditions{

  padding-top: 20px;

}

.conditions a{

  font-size: 10px;

  margin-left: 12px;

  color: #fff;

}

.conditions a:hover{

  color: var(--colorpata);

}

footer .row .contactanos {

  text-align: left;

}

footer .row li{

  list-style: none;

}

footer span i{

  margin-right: 10px;

  font-size: 18px;

}

footer ul a{

  text-decoration: none;

  color: #F8F8F8;

  font-size: 14px;

}

footer ul a:hover{

  color: var(--colorpata);

}

footer img.ssl{

  width:30%;

}

/*END FOOTER*/





/*MY BLOG POST WP*/



.card-posts .card{

  border-radius: 0;

}

.card-posts .card .card-title{

  font-weight: 700;

}

.card-posts .card img{

  border-radius: 0;

  width: 100%;

  height: 200px;

}

.card-posts .card-body{

  padding: 1rem 1rem 0 1rem;

}

.temp-table thead{

  background-color: #1EB1E5;

  color: #fff;

  text-align: center;

}

.temp-table tbody td{

  margin: 10px;

  text-align: center;

}

/*END MY BLOG POST*/

/*btn offer*/

.floating-btn {

  position: fixed;

  bottom: 98px;

  right: 24px;

  background-color: #ffffff;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  text-align: center;

  line-height: 60px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);

  animation-name: floating-btn;

  animation-duration: 2s;

  animation-iteration-count: infinite;

  animation-direction: alternate;

  z-index:100;

}



.floating-btn a {

  color: #fff;

  font-size: 20px;

}

.floating-btn a img{

    margin-bottom:10px;

}



@keyframes floating-btn {

  0% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-10px);

  }

  100% {

    transform: translateY(0);

  }

}

/*end btn offer*/

/*start modal offer*/

.modal-dialog {

  display: flex;

  align-items: center;

  justify-content: center;

}

.modal-content .seemore{

    margin-top:-40px;

    background-color:#1EB4E9;

}

.close-button {

  position: absolute;

  top: -26px;

  right: -16px;

  z-index: 1;

}



.centered-button {

  display: block;

  margin: 0 auto;

}

.modal-body button{

    margin-top:20px;

}



/*end modal offer*/

/*start new design destino.php*/

.sidebar__filter{

  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;*/

  border-radius: 25px;

  padding: 25px;

  border: 1px solid #ebebeb;

  /*background: #752cbf0a;*/

}
.sidebar__filter_tour{


  border-radius: 25px;

  padding: 25px;

  border: 1px solid #ebebeb;
  margin-bottom: 20px;

}
.sidebar__filter .sidebar__items .row{
  width: 90%;
  margin: 0 10px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.sidebar__filter .navbar-toggler-icon {
    background-image: url('/resources/icon/filter.png');
}

.text-filter{

  color: var(--colorpata);

  font-size: 20px;

  font-weight: 700;

}
#loading-gif{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#loading-gif img{
  width: 30px;
}
.reload-btn {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #1EB4E9;
  cursor: pointer;
  font-size: 50px;
  /*height: 40px;
  width: 40px;*/
  position: relative;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.reload-btn i {
  transition: transform 0.3s ease-in-out;
}

.reload-btn.rotate i {
  animation: rotate 0.5s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.accordion{

  margin-top:15px;

}
.price{
  margin-right: 10px;
}
.show_more{
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px 0px 10px;
}
.loadmorebtn{
  background: var(--colorpata);
  border: none;
  width: 20%;
  height: 50px;
  border-radius: 25px;
}
.loadmorebtn:hover{
  background-color: var(--colorpata);
}
.row-filter{

  box-sizing: border-box;

  text-align: center;

  margin-bottom: 10px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  padding-bottom: 10px;

}

.row-filter span{

  font-size: 20px;

  font-weight: 600;

}

.category-filter,.price-filter{

  padding: 10px;

  border: 1px solid rgba(0, 0, 0,0.1);

  border-radius: 20px;

  margin-bottom: 20px;

}

.list-group-item{

  border: none;

}

.list-group-item input{

  margin-right: 10px;

}

.btn-details{

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 25px;

  height: 40px;

}

.btn-details:hover{

  background: #009EE3;

  border: none;

}

.card-deck h2{

  font-size: 18px;



}

.pata__calification{

  width: 17px;

  margin-right: 3px;

}

.votos-tours{

  margin-left: 10px;

}

.fa-regular{

  margin-right: 10px;

}

.price-tour-destination h3{

  font-size: 20px;

}

.currency{

  font-size: 10px;

}

/*end design new destino*/















@media only screen and (max-width: 360px) {

  .newsletter h2{

    font-size: 20px;

    color: white;

  }

  

  .content-tours-wrapper{

    padding: 17px;

    text-align: start;

  }

 

  

}





@media only screen and (min-width: 992px) {

  .navbar .container-fluid {

    flex-direction: column;

  }

  .navbar .nav-item {

    padding: 0.5em 1em;

  }
  
.sidebar__filter .navbar-toggler{
    display:none;
}
 

  

}

@media only screen and (max-width: 960px) {

    .home .carousel-item .container h5{

        font-size: 80px;

    }

    

    .content-tours-wrapper{

      padding: 30px;

      text-align: start;

    }

    

  .content-wrapper-tours .nav-pills .nav-item .nav-link.active{

    background: #fff;

    color: var(--colorpata);

}

.content-wrapper-tours .nav-pills .nav-item .nav-link.active::after{

  display: none;

}
.sidebar__filter{
  padding: 0;
  margin-bottom: 10px;
}
.sidebar__items .row{
  align-items: center;
  margin-left: 10px;
}
.loadmorebtn{
  width: 100%;
}
  }

  @media(max-width: 600px){

    .owl-prev span, .owl-next span{

      display: none;

    }	

  }

  @media(max-width: 576px){

    .carousel-item .carousel-caption{

        left: 50%;

        top: 50%;

        transform: translate(-50%, -50%);

    }

    .carousel-item .carousel-caption h5{

        font-size: 40px;

        font-weight: 700;

    }

    .inner-detail-tour .single-package-head{

      flex-wrap: wrap;

    }

    .inner-detail-tour h2{

      font-size: 28px;

      text-align: center;

    }

    .single-package-wrap .single-package-price{

      margin-left: 0;

      margin-top: 20px;

      width: 100%;

    }

  }

  @media(max-width: 300px){

    .carousel-item .carousel-caption{

        left: 50%;

        top: 50%;

        transform: translate(-50%, -50%);

    }

    .carousel-item .carousel-caption h5{

        font-size: 20px;

        font-weight: 700;

    }

    

    .content-tours-wrapper{

      padding: 17px;

      text-align: start;

    }

    .content-tours-wrapper h1{

      

      font-size: 16px;

    }

  }

  @media(min-width: 1400px){

    .single-package-wrap .single-package-price {

      margin-left: 120px;

  }

  }

  @media only screen and (min-width:320px) and (max-width:768px){

    .btn-wsp{

        width:63px;

        height:63px;

        line-height: 66px;

	}

  

  .content-tours-wrapper{

    padding: 17px;

    text-align: start;

  }

  

}

