.dropdown-menu-center {
  right: 0;
  left: auto;
}

@media (max-width: 575px){
  .container {
      width: 100% !important;
  }
  .blogPostListItem .media-body {
    padding: 20px 0 0 0 ;
  }
}

@media (min-width: 992px) {
  .subscribSection {
      height: auto;
  }
}

@media (min-width: 768px) {
  .subscribSection {
      height: auto; 
  }
}



@media (min-width: 768px) {
.pageTitle {
    margin-top: 57px;
}}


@media (min-width: 768px) {
.amazingHtoleSection .amazingSelectbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}}


.widget-header-div {
  display: flex;
  flex-wrap: wrap;
}

.widget-header-item .panel {
  height: 100%;
}
.widget-header-item {
  margin-bottom: 20px;
}


.btn-subscribe {
  float: right;
  background: white;
}

.blog-panel-categorias {
  border-color: #eeeeee;
  box-shadow: none;
  background-color: whitesmoke;
  padding: 15px;  
  border-radius: 8px;
}

.blog-panel-categorias .btn.active, .blog-panel-categorias .btn:active {
  background: #fff;
}


.blogContentSection {
  width: 100%;
  padding: 60px 0 0 0;
  background-color: #ffffff;
  display: block;
}

.blogPostListItem .media-left img {
  border-radius: 8px;
  min-width: 100%;
  max-width: 550px;
  margin-top: 20px;
}

.blog-cabecera-cuerpo-texto {
  padding-top:30px;
  font-size: 17px;
  color: #3e3e3e;  
  line-height: 1.5;
}

.blogPostListItem .blog-list-cuerpo-texto {
  text-align:justify;
  font-size: 17px;
  color: #3e3e3e;  
  padding-bottom: 20px;
  line-height: 1.5;
}

.blogPostListItem .blogTitle {
  font-size: 25px;
  color: #222222;
}

.blog-list-redes .list-inline{   
    float: right;
    font-size: 20px;
}

.blog-list-redes .list-inline i {   
  color: #b8b8b8;
}



.blogSinglePost .caption h2 {
  font-size: 40px;
  font-weight: 600;
}

img.size-full {
  height: 100% !important;
  width: 100% !important;
}

.blog-post-cuerpo {
    text-align: justify;
}

.blogSidebar .tabArea .tab-content .media {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.tabArea .tab-content .media.removeMargin {
  margin: 0 !important;
  border: none !important;
}

/*
.blog-post-cuerpo h5 {
  text-align: justify    
}
*/

.well-blog {
  margin-top:30px;
}

.blogSinglePost .well .list-inline li a {
  font-size: 20px !important;
}


.amazingHtoleSection .amazingSelectbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
.amazingHtoleSection .amazingSelectbox .subscribInput input[type="text"] {
    width: 230px;
}}

.amazingHtoleSection .amazingSelectbox .subscribInput input[type="text"] {
    width: 250px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.amazingHtoleSection input[type="text"] {
    color: white;
}


.pad-top-header{
  height:95px;
}

.responsive {
  width: 100%;
  height: auto;
}


.buttonCustomPrimary {
  padding-left: 20px;
  padding-right: 20px;
}


/*-------- Buscador ------------*/
  .cont-buscador .sbHolder {
      border-radius: 5px !important;
  }

  .cont-buscador{ 
      background: #e1e1e1;
      padding: 15px;
      border-radius: 5px;
      border: 1px solid #cac8c8;
      position: relative;
      top: -40px;
  }
  .cont-buscador input{ 
      border-radius: 5px;
      border: 1px solid #ddd;
      padding: 5px 0 5px 20px;
      height: 45px;
      font-weight: 400;      
    }

  .cont-buscador .btn{ 
    background: #ff891e;
    border-radius: 5px;
  }

  .seccionbuscador{
      height:0px;     
    }



/*-------- end Popular-destination Area ------------*/
 /*-------- start price Area ------------*/
 .price-area {
    background: url(images/price-bg.png);
    background-size: cover;
  }
  
  .price-area .single-price {
    background: #fff;
    padding: 30px;
  }
  
  .price-area .single-price h4 {
    text-align: center;
    border-bottom: 1px solid #f8b600;
    padding-bottom: 20px;
  }
  
  .price-area .single-price .price-list {
    margin-top: 30px;
  }
  
  .price-area .single-price .price-list li {
    margin-bottom: 10px;
  }
  
  .price-area .single-price .price-list li .price-btn {
    background: #f9f9ff;
    border: 1px solid #eee;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
  }
  
  .price-area .single-price .price-list li .price-btn:hover {
    border-color: #f8b600;
    background: #f8b600;
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .price-area .single-price {
      margin-bottom: 30px;
    }
  }
  
  .price-area .d-flex {
    display: flex !important;
  }

  .price-area ol, 
  .price-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

  /*-------- end price Area ------------*/
  /*-------- start other-issue Area ------------*/


  .flag-icon {
    position: relative;
    display: inline-block;
    width: 1.3333333333em;
    line-height: 1em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon-es {
  background-image: url('/img/flags/svg/230-spain.svg');
}
.flag-icon-cat {
  background-image: url('/img/flags/svg/264-catalan.svg');
}

/* -----------------------------------------------------
		Popup Ad
   ----------------------------------------------------- */

   #popup-ad .modal-dialog{
    top:25%;
 }
 
 #popup-ad .modal-body{
   padding:35px 35px 50px;
   position:relative;
   overflow:hidden;
 }
 
 #popup-ad .modal-body .close{
   position:absolute;
   top:3px;
   right:8px;
   z-index:1;
   font-size:33px;
   color:white;
   opacity:1;
 }
 
 #popup-ad .modal-body:after{
   content:'';
   position:absolute;
   top:-15px;
   right:-34px;
   width:90px;
   height:55px;
 }
 
 #popup-ad .modal-body .popup-ad-text h2{
   text-transform:uppercase;	
   margin:-7px 0px 1px;
   font-weight:bold;
   font-size:47px;
   line-height:1.05em;
 }
 
 #popup-ad .modal-body .popup-ad-text h2 span{
   font-size:52px;
   font-weight:900;
 }
 
 #popup-ad .modal-body .popup-ad-text {
  /* padding:8px 26px 9px; */
 }
 
 #popup-ad .modal-body .popup-ad-text p{
   margin:25px 0px 30px;
 }
 
 #popup-ad .modal-body .popup-ad-img img{
   max-height:250px;
   display:inline-block;
 }

 /* -----------------------------------------------------
		Popup Ad ORANGE
   ----------------------------------------------------- */

#popup-ad .modal-content{
	border:0px;
	border-bottom:9px solid #faa61a;
	border-radius:0px;
}

#popup-ad .modal-content .modal-body .close{
	color:white;
	opacity:1;
}
   
#popup-ad .modal-content .modal-body:after{
	background:#303030;	
	transform:rotate(45deg);
}

.popup-ad-text h2{
	color:#000;
}

.popup-ad-text h2 span{
	color:#faa61a;
}


.form .formoferta .form-control
{
  height: 45px;
  background-color: #fff;
  /* background: transparent; */
  border: none;
  font-weight: 400;
  padding: 4px 12px 4px 0;
  box-shadow: none !important;
  color: #666;
  font-size: 13px;
  line-height: 13px;
}

.formoferta {
  background-color: #fff;
  border-bottom: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 0;
}




.colorlib-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .colorlib-video {
      height: 450px; } }
  .colorlib-video a {
    z-index: 501;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #FFDD00; }
  .colorlib-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .video-overlay {
    background: rgba(0, 0, 0, 0.5) !important; }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }


    #colorlib-intro .video-wrap .colorlib-video {
      height: 350px;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  #colorlib-intro .video {
      display: table;
      background-size: cover;
      background-position: left center;
      background-repeat: no-repeat;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -webkit-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
      -moz-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
      -ms-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
      -o-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
      box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
  }
  .colorlib-video {
      overflow: hidden;
  }



/* -----------------------------------------------------
Modulo Formularios
----------------------------------------------------- */
.modals-contactos .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}



@media (min-width: 768px){
.mt-md-5, .my-md-5 {
  margin-top: 3rem!important;
}}


#container-formulario-cita {
    background: url(/img/fondo-formulario-cita.jpg) top center;
    background-size: cover;
    font-size: 16px;
}


#container-formulario-cita h2 h3{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#container-formulario-cita a,
#container-formulario-cita h1 {
    color: #333;
}

#container-formulario-cita h2 {
    font-weight: 700 !important;
}

#container-formulario-cita p {
    font-size: 1.2rem;
    margin-top: 1rem !important;
}

#container-formulario-cita .h4{
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}


@media (max-width: 425px) {
    #container-formulario-cita{
        background:none;
        background-color:#C4C1C0;
    }
}



@media (max-width: 1150px) {
    #container-formulario-cita .row{
        margin-top: 150px;
        margin-bottom: 100px;
    }
}

#container-formulario-cita .container{
    z-index: 1;
    max-width: 100%;
}

.caja-boton-formulario {
    border-radius: 20px;
    background-color:white;
    min-width: 350px;
}

.caja-boton-formulario h4{
    font-size: 1.3rem !important;
}

.boton-pop-up {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #0c367c;
    color: #0c367c;
    background-color: transparent
}

.boton-pop-up:hover {
    background: #0c367c;
    border: 2px solid white;
    color: #fff;
}

.caja-boton-formulario:hover .boton-pop-up{
    background: #0c367c;
    border: 2px solid white;
    color: #fff;
}

.d-none {
  display: none!important;
}

@media (min-width: 1200px){
.d-xl-block {
    display: block!important;
}}
@media (min-width: 768px){
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
}}

@media (min-width: 768px){
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
}}

.pl-20 {
  padding-left: 20px!important;
}

.pl-0, .px-0 {
  padding-left: 0!important;
}
.pr-0, .px-0 {
  padding-right: 0!important;
}
.mt-0, .my-0 {
  margin-top: 0!important;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.m-0 {
  margin: 0!important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem!important;
}


#modal-diseñar-viaje .modal-dialog,
#modal-hablamos .modal-dialog{
    max-width: 1300px !important;
    width: auto !important;
}


.modal-content{
    border-radius: 15px !important;
}

.modal-header,
.modal-footer{
    border: none !important;
}

.boton-enviar-form {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #0c367c;
    color: #0c367c;
    background-color: transparent;
}

.boton-enviar-form:hover {
    background: #0c367c;
    border: 2px solid white;
    color: #fff;
}


#img-form-viajes{
  background: url(/img/img-formulario-viajes.jpg) top center;
  background-size: cover;
  border-bottom-left-radius:15px;
  border-top-left-radius:15px;
}

#img-form-hablamos{
    background: url(/img/img-hablamos-1500.jpg) top center;
    background-size: cover;
    border-bottom-left-radius:15px;
    border-top-left-radius:15px;
}

.modal .form-control:focus{
    border-color: #0c367c;
    box-shadow: none;
}

.font-weight-light{
    font-size: 14px;
}

/* Contacto */

#contacto-home {
    background: #f7f7f7;
}

#contacto-home h3 {
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

#boton-contacto {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent
}

#boton-contacto:hover {
    background: white;
    border: 2px solid white;
    color: #0c367c;
}

#seccion-contacto {
    background-color: #0c367c;
}

@media (min-width: 990px) {
    #contacto-direccion{
        margin-top: 22px;
        margin-bottom: 38px;
    }
}

#contacto-home .info i {
    float: left;
    font-size: 32px;
    color: #f7f7f7;
}

#contacto-home .info a {
    line-height: 22px;
    font-size: 14px;
    color: #f7f7f7;
}

#p-social p {
    color: #fff;
    font-weight: bold;
}

#contacto-home .form-check-label {
    color: #fff;
}

#contacto-home .social-links a {
    font-size: 18px;
    background: #fff;
    color: #0c367c;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contacto-home .social-links a:hover {
    background: #0c367c;
    color: #fff;
}

#contacto-email {
    margin-top: 31px;
    margin-bottom: 48px;
}

.p-4 {
  padding: 1.5rem!important;
}
.p-3 {
  padding: 1rem!important;
}
.p-2 {
  padding: 0.5rem!important;
}

.m-4 {
  margin: 1.5rem!important;
}
.m-3 {
  margin: 1rem!important;
}
.m-2 {
  margin: 0.5rem!important;
}

.ContentSectionContacto {
  position: relative;
  top: -95px;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.modals-contactos label {
    font-weight: 500;
    color: #000;
    padding-top: 10px;
}

.close {
  float: right;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}


.planToureCitySection .planToureContent {
  background-color: #fff;
  padding: 35px 35px;
  border: 8px solid #e6e6e6;
}


.planToureCitySection .planToureContent:hover {
  transition-delay: .1s;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
  border: 8px solid #fff;
}



/* bootstrap v5 ----------------------------------------------------- */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.p-bt-100 {
  padding: 100px 0;
}

.img-cover {
  /* float: left; */
  width:  600px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 25px;
}

.ContentPersonalizado img {
  border-radius: 4px;
}

.contactInfo .media .media-left {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ff891e;
    color: #ffffff;
    padding-right: 0;
    margin-right: 25px;
    font-size: 25px;
    float: left;
    border-radius: 30px;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
  color: #737373 !important;
  font-size: 14px;
}
/* bootstrap v5 ----------------------------------------------------- */


.navbar-nav > li > a.no-decoration {
   border-bottom: none !important;
}
.navbar-nav > li > a.no-decoration:after {
  content: none !important;
}