 

/* Global Styles */

html,
body {
    height: 100%;  
    font-weight: 400;
    font-size: 16px;
    color: #222324;
}

body {
    /*padding-top: 50px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
p {
    margin: 0 0 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 
    line-height: 1.5;
    color: inherit;
}
a {
    color: #39a5ee;
    text-decoration: none;
}
a:focus, a:hover {
    color: #39a5ee;
    font-weight:bold;
	text-decoration: none;
}
.fuente-14 { 
    font-size: 14px; 
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-bottom-100{
	margin-bottom:100px;
}
.margin-left-10{
	margin-left:10px;
}

.paddingtop40 {
	padding-top:40px;
}
.padding40 {
	padding:40px;
}
.padding5 {
	padding:5px!important;
}

.paddingpubli{
	padding:20px; 
}
.destacado_portada{
    background-color: transparent;
	background: rgba(245, 245, 245, 0.47)!important;
}

@media screen and (min-width: 768px) {
  .paddingpubli{
	padding40:5px;
	}

}

.titulo_seccion {
  font-family: 'Montserrat', sans-serif; 
  font-weight:700;
  border-bottom: 1px solid #333;
  text-align:center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-transform:uppercase;
}
.titulo_h1 {
  font-family: 'Montserrat', sans-serif; 
  font-weight:700;
  border-bottom: 1px solid #333;
  text-align:left;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-transform:uppercase;
}
.titulo_h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #333;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.desc_seccion {
  font-family: 'Montserrat', sans-serif; 
  font-weight:400; 
  font-size: 16px;
  color: #a09f9f; 
  text-align:center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.btn-galicia {
	font-family: 'Montserrat', sans-serif; 
	font-weight:700; 
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	background-color: #fff;
	border: 3px solid #333; 
	border-radius: 0px;
}
.btn-galicia:hover{ 
	color: #fff;
	background-color: #39a5ee; 
	border: 3px solid #39a5ee;
}
.btn-footer:hover{ 
	color: #fff;
	background-color: #39a5ee; 
	border: 3px solid #fff;
}
.btn_icono {
    padding-right: 7px;
}

.fa {
    padding-right: 3px;
}
.fa1 {
    padding-right: 10px;
}

.container1{
    background-color: #f5f5f5;
	margin-bottom:15px;
}
.breadcrumb { 
    margin-bottom: 0px; 
	padding: 10px 15px;
	color:#333;
	font-size:14px;
}
.breadcrumb a{  
	color:#333;
}
 

/* Navegación*/
/*.navbar-transparent {
   background-color: transparent;
   background: rgba(0, 0, 0, 0.14)!important;
   border-color: transparent;
}*/
.navbar-transparent { /* ahora es 100% transparente*/
   background-color: transparent;
   background: rgba(0, 0, 0, 0)!important;
   border-color: transparent;
}
.navbar-inverse {
    background-color: transparent;
	background: #39a5ee!important;
    border-color: #39a5ee;
}
.navbar-transparent .navbar-nav>li>a {
    color: #fff;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.dropdown-menu{ 
	font-family: 'Montserrat', sans-serif; 
}
.dropdown-menu>li>a {
    padding: 8px 30px;
}
.navbar-transparent .navbar-nav>li>a:focus, .navbar-transparent .navbar-nav>li>a:hover {
    color: #000;
	font-weight:bold;
}

.nav.icons>li>a { 
    padding: 15px 5px;
}

.navbar-transparent .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-transparent .navbar-toggle {
    border-color: #333;
}

.navbar-brand {
    padding: 15px 15px;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    padding: 10px 15px;
	}
}



/* Home Page Carousel */

header.carousel {
    height: 90%;  /*height: 50%;*/
}

header.img_lugar {
    height: 70%!important;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    text-shadow: none !important;
}

.carousel-caption h2{
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400;
	/*text-transform:uppercase;*/
    font-size: 24px;
    background-color: rgba(8, 8, 8, 0.50);
    display: inline-block;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
}

.carousel-caption_port h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	text-transform:uppercase;
    font-size: 18px; 
    display: inline-block;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
	color:#333;
	background-color: transparent!important;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 0px;}
}
@media screen and (min-width: 768px) {
  .carousel-caption1 {
    bottom: 2rem;
	text-align:right;
    padding-right: 0;
	right: 4%;}
}
 


/* HOME*/
.mensaje_home h1{
	font-family: 'Satisfy', cursive;
	font-size:60px;
	padding:5px;
	background-color:#fff;
	text-align:center;
	color:#25262B;  
}
.mensaje_home h1{
	margin-top: 0px;  
	margin-bottom: 0px; 
}
.tituloMon { 
  font-family: 'Montserrat', sans-serif; 
  font-weight:700;
  margin-bottom: 20px;
}
.text-primary {
  color: #39a5ee;
}



/* Footer Styles */

footer {
    margin: 0px 0; 
    background-color: #25262B;
	color:#848383;
	font-family: 'Montserrat', sans-serif; 
}
.logo_footer {
	text-align:center;
	
    padding: 50px;
	padding-top: 60px;
}
.icons_footer {
	border-top:1px solid;
	border-bottom:1px solid;
}
.icons_footer ul {
	list-style-type: none; 
	text-align:center;
	margin-top: 10px;
    margin-bottom: 10px;
	color:white;
} 

.icons_footer li  {
    display: inline;
	padding-right:12px; 
}
.icons_footer i  {
	padding-right:5px;
	color:#848383;
}
.icons_footer a  { 
	color:#848383;
}
.bot_footer {
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	text-align:right;
}
.lista_footer {
	text-align:center;
	color:#848383;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	padding-bottom:60px;
	font-size:12px;	
}
.lista_footer h1 {
	font-size:14px;
	text-transform:uppercase;
 
}
.lista_footer a{
	display:block!important;
}

.mensaje_topFooter{
	padding:12px;
	background-color:#39a5ee;
	text-align:center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.mensaje_topFooter p {
    margin: 15px 0 15px!important;
}
.mensaje_topFooter h4 {
    margin-top: 12px;
    margin-bottom: 10px;
}

/* ELEMENTOS*/
.publi{
	width:100%;
	margin:0 auto;
}

.list-group-item:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.list-group-item { 
    padding: 7px 13px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
	text-align:center;
    background-color: #39a5ee;
    border-color: #39a5ee;
}
.mapa{ 
    padding: 7px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {

    background-color: #39a5ee!important;
    border-color: #39a5ee!important;
}

.activo_breadcrumb{
	font-weight: bold!important;
}

.listado_destinos{
	padding-bottom:40px; 
}

blockquote {
    padding: 15px 25px!important;
    margin: 0 0 20px!important;
    font-size: 18px!important;
    border-left: 5px solid #39a5ee!important;
    background: #f3f3f3!important;
}










/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.icons{
		display:none;
	}
}

/*BOTON IR ARRIBA*/
.ir-arriba {
	display:none;
	padding: 4px 12px;
	background:#8C8C8C;
	font-size:30px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
/* Fin bOTON IR ARRIBA*/

/*COOKIES*/
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#ff3d00;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#ddd;
}
/* FIN COOKIES*/



