/* Add here all your css styles (customizations) */

.cursor-pointer {
	cursor: pointer;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}


@media (max-width:767px){
	.petra-mt-30--sm {
		margin-top: 30px !important;
		}
	
.margin-top--sm-10 {
	margin-top: 10px;
	}
	
	
.btn-block--sm {
  display: block;
  width: 100%;
}		
	
	
.min-vh-md-75{min-height:75vh!important}
.min-vh-md-100{min-height:100vh!important}
.min-vh-md-35{min-height:35vh!important}	
	
}

@media (min-width:768px){
	
.margin-left--md-10 {
	margin-left: 10px;
	}
	
	
.min-vh-lg-75{min-height:75vh!important}
.min-vh-lg-100{min-height:100vh!important}
.min-vh-lg-35{min-height:35vh!important}	
	
}


.skeleton-bg-color {
	background-color: #ececec;
	color: #ececec;
}

.skeleton-txt-color {
	color: #ececec;
}

/*------------------------------------
 col-... Imagen Docs
------------------------------------*/
  .col-md-3-img-doc {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;

  	position: relative;
  	width: 100%;
  	padding-right: 10px;
  	padding-left: 10px;
	  
  }

  .col-md-12-img-doc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  	position: relative;
  	width: 100%;
  	padding-right: 10px;
  	padding-left: 10px;
	  
  }


/*------------------------------------
 links descargas 
------------------------------------*/
.link-word {
	color: #6897ce;
}

.link-word:hover {
	color: #50759f;
}

.link-pdf {
	color: #ce5955;
}

.link-pdf:hover {
	color: #97413e;
}

/*------------------------------------
 card 
------------------------------------*/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(45, 53, 60, .15);
    border-radius: 4px;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}
.card-title {
    margin-bottom: 15px;
}
.card-subtitle {
    margin-top: -7.5px;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 15px;
}
.card-header {
    padding: 15px 15px;
    margin-bottom: 0;
    background-color: #f2f4f5;
    border-bottom: 1px solid rgba(45, 53, 60, .15);
}
.card-header:first-child {
    border-radius: 3px 3px 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 15px 15px;
    background-color: #f2f4f5;
    border-top: 1px solid rgba(45, 53, 60, .15);
}
.card-footer:last-child {
    border-radius: 0 0 3px 3px;
}
.card-header-tabs {
    margin-right: -7.5px;
    margin-bottom: -15px;
    margin-left: -7.5px;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
}
.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}
.card-img, .card-img-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.card-img, .card-img-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-group {
    display: flex;
    flex-flow: row wrap;
}
.card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
}
.card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
}
}

.card-columns .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-columns {
    column-count: 3;
    column-gap: 15px;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%
	}
	
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }	
}

.accordion>.card {
    overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}


/*------------------------------------
 ibox 
------------------------------------*/

.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: none;
}
.ibox-title .label {
  margin-left: 4px;
}
.ibox-title .pull-right {
  position: absolute;
  right: 15px;
  top: 15px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4 !important;
}
.ibox-tools a.btn-primary {
  color: #fff !important;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
  color: #676a6c !important;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.ibox-tools .dropdown-toggle::after {
  display: none;
}

.g-brd-ibox-bottom {
	border-bottom: solid 1px #DFDFDF;
}



.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
} 
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit; 
  border-color: #e7eaec;
  border-style: solid;
  border-width: 1px;	
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}


@media (max-width: 710px) {
.ibox-margin-right {
    margin-right: 20px; } 	
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
	
	
/* Image overlay portadas */
	
.overlay-container {
  position: relative;
  width: 50%;
}

.overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333333;
  opacity:0.4;
  overflow: hidden;
  width: 100%;
  height: 0;	
  /* width: 0;
  height: 100%; */
  transition: .5s ease;
}	

.overlay-container:hover .overlay-content {
 /* width: 100%; */
  height: 100%;	
}	
	
.overlayed-content-pos {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}	
	
	
.img-thumbnail{
	padding:.25rem;
	background-color:#fff;
	border:1px solid #dee2e6;
	border-radius:.25rem;
	max-width:100%;
	height:auto !important
	}
	
	
@media (max-width:575px) {
.img-thumbnail--xs {
	padding:.25rem;
	background-color:#fff;
	border:1px solid #dee2e6;
	border-radius:.25rem;
	max-width:100%;
	height:auto !important
	}
	
	.margin-top--xs-10 {
		margin-top: 10px;
	}
	
  .g-hidden-xs-down {
    display: none !important;
	}
	
  .g-pa-15-xs-down {
    padding: 1.07143rem !important;
  }	
	
.btn-block--xs {
  display: block;
  width: 100%;
}	
	
.min-vh-sm-75{min-height:75vh!important}
.min-vh-sm-100{min-height:100vh!important}
.min-vh-sm-35{min-height:35vh!important}	
	
}
	
/*------------------------------------
  Checkboxes
------------------------------------*/
.u-check {
  position: relative;
  cursor: pointer; }

.u-check-icon-font {
  display: inline-block;
  font-size: 0;
  padding-left: 1px;
  padding-right: 1px; }

.u-check-icon-font i {
  font-size: 22px;
  color: #ccc; }

.u-check-icon-font i::before {
  content: attr(data-uncheck-icon); }

.u-check-icon-checkbox, .u-check-icon-radio {
  display: inline-block; }

.u-check input[type="checkbox"]:checked + .u-check-icon-font i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i,
.u-check input[type="radio"]:checked + .u-check-icon-font i,
.u-check input[type="radio"]:checked + * .u-check-icon-font i {
  color: #72c02c; }

.u-check input[type="checkbox"]:checked + .u-check-icon-font i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-font i::before {
  content: attr(data-check-icon); }

.g-hide-check {
  display: block !important; }

.g-checked > * .g-hide-check,
input[type="checkbox"]:checked + .g-hide-check,
input[type="radio"]:checked + .g-hide-check,
input[type="checkbox"]:checked + * .g-hide-check,
input[type="radio"]:checked + * .g-hide-check {
  display: none !important; }

.g-show-check {
  display: none !important; }

.g-checked > * .g-show-check,
input[type="checkbox"]:checked + .g-show-check,
input[type="radio"]:checked + .g-show-check,
input[type="checkbox"]:checked + * .g-show-check,
input[type="radio"]:checked + * .g-show-check {
  display: block !important; }	

/*------------------------------------
  Checkboxes v6
------------------------------------*/
.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
  width: 18px;
  height: 18px;
  font-size: 12px; }

.u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.u-check-icon-checkbox-v6 i::before, .u-check-icon-radio-v6 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.u-check-icon-radio-v6 {
  border-radius: 50%; }

.u-check-icon-radio-v6 i {
  border-radius: 50%; }

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
  color: #fff;
  background-color: #f54295;
  border-color: #f54295; }

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i::before {
  content: attr(data-check-icon); }

.g-hidden-xs-up {
  display: none !important; }

/* ----------------------------------------------------
	SLIDER	
------------------------------------------------------- */

	.boxedcontainer {
		max-width: 1170px; 
		margin:auto; 
		padding:0px 30px;
	}
	.tp-banner-container{
		width:100%;
		position:relative;
		padding:0;
		z-index: 1;
	}
	.tp-banner{
		width:100%;
		position:relative;
	}
	.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
	}
	.tp-bannertimer {
		display: none;
	}
	.slider_layer_01 {
		font-weight: bold;
		color:#1f5f79;
		font-size: 14px;
		line-height: 1.6;
	}
	.slider_layer_02 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 40px;
		font-weight: bold;
		color:#1f5f79;
	}
	.slider_layer_02 span {
		font-size: 30px;
		font-weight: 400;
	}


/* ----------------------------------------------------
	Masonry	
------------------------------------------------------- */

	.portfolio {
		position: relative;
		margin: 30px auto;
		padding-bottom: 0;
		list-style: none;
		text-align: center;
	}
	.portfolio .entry {
		position: relative;
		overflow: hidden;
		margin:0;
		display: block;
		padding:15px;
		width: 100%;
		text-align: center;
		cursor: pointer;
	}
	.portfolio .entry img {
		position: relative;
		display: block;
		width: 100%;
		min-height: 10em;
		max-width: 100%;
		opacity: 1;
	}

	.list-unstyled {
	  padding-left: 0;
	  list-style: none;
	}
	.list-inline {
	  padding-left: 0;
	  margin-left: -5px;
	  list-style: none;
	}
	.list-inline > li {
	  display: inline-block;
	  padding-right: 5px;
	  padding-left: 5px;
	}

	.item-h1 {
		height: 100% !important;
		height: auto !important;
	}
	.d-block50 {
		display: block;
		margin-bottom: 50px;
		margin-top: 50px;
	}



/* ----------------------------------------------------
	Misc	
------------------------------------------------------- */

.border-radio-5 {
	padding: 20px;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
}


.btn-reserva-disabled {
	background-color:#EBEBEB;
	border-color: #EBEBEB;
	color:  #CBCBCB;
	
}

.initiallyhidden {
	display: none;
}