@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
Galeria Gr
========================================================================== */

.galeriaGr {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	/* background-color: #f5f5f5; */
	/* background-color: rgba(0,0,0,0.75); */
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.galeriaGr[aria-hidden="false"] {
	opacity: 1;
	filter: alpha(opacity=100)
}

.galeriaGr[aria-hidden="true"] {
	display: none
}

.galeriaGr[aria-hidden="true"] {
	z-index: -1
}

.galeriaGr-tabla {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%
}

.galeriaGr-celda {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 0px;
}

.galeriaGr-celda .rrss-not {
	position: relative;
	padding-top: 0px;
	border-top: 0;
	float: none;
	display: block;
}

.ct-rrss-galeriaGr {   
   position: absolute;
	width: 100%;
	height: 70px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin-top: 16px;
	z-index: 4;
	text-align: left;
	padding-top: 15px;
}

.ct-rrss-galeriaGr:hover .rrss-galeriaGr, .rrss-galeriaGr.act {
    top: 0px;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
}

.rrss-galeriaGr {
    position: relative;
    width: 100%;
    height: 100%;
    /* top: -40px; */
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    padding-left: 35px;
    padding-right: 35px;
    margin: auto;
    max-width: 1045px;
}

.ct-rrss-galeriaGr .rrss-not .icon-face, .ct-rrss-galeriaGr .rrss-not .icon-goog, .ct-rrss-galeriaGr .rrss-not .icon-twitt, .ct-rrss-galeriaGr .rrss-not .icon-linked, .ct-rrss-galeriaGr .rrss-not .icon-whats {
	padding: 3px 5px;
	border-radius: 4px;
	margin-bottom: 4px;
	font-family:"Lato", 'Source Sans Pro', sans-serif;
	font-size: 13px;
	text-align: center;
	color: white;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	max-width: 100px;
	padding-left: 24px;
}

.ct-rrss-galeriaGr .rrss-not .icon-face, .ct-rrss-galeriaGr .rrss-not .icon-goog, .ct-rrss-galeriaGr .rrss-not .icon-twitt, .ct-rrss-galeriaGr .rrss-not .icon-linked, .ct-rrss-galeriaGr .rrss-not .icon-whats {
	float: none
}

.rrss-not .icon-whats, .share-face .icon-whats, .share-face .icon-mail {
	display: none;
}

.ct-rrss-galeriaGr .share-face .icon-face, .ct-rrss-galeriaGr .rrss-not .icon-face {
	background: #3C4C87;
}

.share-face .icon-twitt, .rrss-not .icon-twitt {
	background: #5AB7E0;
}

.share-face .icon-whats, .rrss-not .icon-whats {
	background: #34af23;
}

.share-face .icon-goog, .rrss-not .icon-goog{
	background: #CF4230;
}

.share-face .icon-linked, .rrss-not .icon-linked{
	background: #017EB4;
}

.share-face .icon-print::before, .share-face .icon-mail::before {
	margin-right: 5px;
}

.share-face .icon-print, .share-face .icon-mail {
	color: rgba(89, 84, 78, 1);
	margin-bottom: 5px;
	display: block;
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	font-size: 14px;
}

.share-face .icon-mail {
	display: none !important;
}

.rrss-not
{
	/* margin-top:-5px; */
}

.rrss-not .icon-goog {
    margin-right: 0!important;
}

span.txt-compartir-galeriaGr {
    margin-top: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    display: none;
}

.rrss-not span:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
}

.icon-face:before {
	background: url('../imagenes/sprite-col.svg') no-repeat -108px -41px;
	width: 7px;
	height: 14px;
}

.icon-linked:before {
    background: url('../imagenes/sprite-col.svg') no-repeat -73px -41px;
    width: 14px;
    height: 13px;
}

.icon-goog:before {
	background: url('../imagenes/sprite-col.svg') no-repeat -119px -41px;
	width: 14px;
	height: 14px;
}

.icon-whats:before {
	background: url('../imagenes/sprite-col.svg') no-repeat -90px -41px;
	width: 14px;
	height: 14px;
}

.icon-twitt:before {
	background: url('../imagenes/sprite-col.svg') no-repeat -72px -27px;
	width: 14px;
	height: 11px;
}


.galeriaGr-content {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 520px
}

.galeriaGr-close {
	padding: 8px;
	/* margin-right: -8px; */
	/* margin-top: -8px; */
}

.galeriaGr-fotos .boton-carrusel.right {
	right: 0
}

.galeriaGr-fotos .boton-carrusel.left {
	left: 0
}

.galeriaGr-fotos .galeriaGr-cell {
	padding: 0
}

.galeriaGr-fotos .galeriaGr-close {
    color: #FFF;
    font-size: 2.2em;
    padding: 6px;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 4;
    background: url('../imagenes/sprite-col.svg') no-repeat -140px -147px;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    cursor: pointer;
}

.diapo-media-subtit {
	overflow: hidden;
	padding-bottom: 0;
	z-index: 2
}
.diapo-subtit-contenedor {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: top 0.2s
}

.diapo-subtit-ventana {
	overflow: hidden
}

.miniaturas-ventana {
	position: relative;
	overflow: hidden;
	height: 67px
}

.miniaturas-ventana img {
	height: 67px
}

.miniaturas-slide-contenedor {
	position: absolute;
	width: 4000px
}

.miniaturas-slide-panel {
	position: relative;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out
}
.miniaturas-slide-panel li {
	background: #000
}

.miniaturas-slide-panel li+li {
	margin-left: 10px
}

.diapo-images, .diapo-miniaturas {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.diapo-images {
	position: relative;
	height: 100%;
	display:block;
}

.diapo-images.loading-dark:after {
	background-color: rgba(255, 2, 2, 0);
	z-index: -1
}

.diapo-images.loading:before {
	z-index: 0
}

.diapo-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	z-index: 1
}

.diapo-images li.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.diapo-images .img-contain {
	background: transparent no-repeat center;
	position: absolute;
	top: 10%;
	bottom: 20%;
	right: 0%;
	left: 0%;
	cursor: pointer;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain}

.diapo-media-subtit:hover .diapo-subtit-contenedor.contenedor-pag-responsive.collapsed, .diapo-subtit-contenedor.contenedor-pag-responsive.collapsed.act {
	top: 0px;
}

.diapo-subtit-contenedor.contenedor-pag-responsive.collapsed {
    top: 80px;
}

*, *:before, *:after, hr, hr:before, hr:after, input[type="search"], input[type="search"]:before, input[type="search"]:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box}

.icon {display: block;}

.icon-size-4 {
	background: url('../imagenes/sprite-col.svg') no-repeat -114px -111px;
	width: 22px;
	height: 41px;
	margin: auto;
}

.icon-flet-esq {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.text-contrast {
	color: #fff
}

.text-center {
	text-align: center
}

.show {
	display: block !important
}

.media-photo {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	background-color: #cacccd
}
.media-photo-block {
	display: block
}

.media-subtit {
	padding: 25px 15px 15px;
	border-radius: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.8));
	background-image: linear-gradient(transparent, rgba(0,0,0,0.9));
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);";
	color: #fff;
	text-align: center
}

.row .info-diapo {
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.diapo-tit {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

.diapo-subtit {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.row .info-mostrar {
	text-align: right;
	font-family: 'Source Sans Pro', sans-serif;   
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.row-space-2 {
	margin-bottom: 12.5px
}

.row-space-4 {
	margin-bottom: 25px
}

.row:before, .row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.header-not {

}

.info-diapo, .info-mostrar {
	position: relative;
	min-height: 1px;
	padding-left: 12.5px;
	padding-right: 12.5px
}

.pull-left {
	float: left !important;
}

.pull-left li
{
	display:inline-block;
}

.media-diapo {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.2s;   
	-moz-transition: opacity 0.2s;   
	-o-transition: opacity 0.2s;   
	transition: opacity 0.2s;
}

.media-diapo:hover {
	opacity: 1;
	filter: alpha(opacity=100)
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.page-contenedor:after, .contenedor-pag-responsive:after {
	clear: both
}

.page-contenedor:before, .contenedor-pag-responsive:before, .page-contenedor:after, .contenedor-pag-responsive:after {
	content: " ";
	display: table
}

.galeriaGr-fotos {
	/* background-color: #000; */
	/* background-color: rgba(0,0,0,0.7); */
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.galeriaGr-fotos .media-photo {
	background-color: transparent
}

.galeriaGr-fotos .galeriaGr-content {
	background-color: transparent;
	height: 100%;
	max-width: 100%;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s
}

.galeriaGr-fotos .boton-carrusel {
	background: none;
	border: 0;
	cursor: pointer;
	height: 100%;
	outline: none;
	position: absolute;
	top: 0;
	width: 75px;
	height: 100%;
	z-index: 3
}

.page-contenedor {
	width: 1045px
}
.contenedor-pag-responsive {
	width: auto
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
	visibility: hidden;
  }

  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	visibility: hidden;
  }

  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceOut {
	display: none !important;
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.ct-suscrip-act {
	opacity: 1;
	z-index: 100;
	visibility: visible;
	display: block!important;
}

@media (max-width: 1099px) {
.galeriaGr-fotos .boton-carrusel {
	font-size: 0.5em;
	width: 40px
}
}

@media all and (min-width: 1380px) and (min-height: 840px) {
.diapo-subtit-contenedor {
	width: 1260px
}
}

@media all and (min-width: 1600px) and (min-height: 960px) {
.diapo-subtit-contenedor {
	width: 1440px
}
}

@media (min-width: 768px) {
.page-contenedor, .contenedor-pag-responsive {
	padding-left: 25px;
	padding-right: 25px
}
}

@media (min-width: 768px) {
.contenedor-pag-responsive {
	max-width: 1200px;}
}

@media (min-width: 1100px) {
.contenedor-pag-responsive {
	width: 1045px
}
}

@media (max-height: 640px) {
.row-space-4 {
	margin-bottom: 0px
}

.ct-rrss-galeriaGr {
	margin-top:10px;
}
}

@media (max-width: 760px) {
.rrss-galeriaGr {
	padding-left: 0px;
	padding-right: 0px;
	top: -49px;
}

span.txt-compartir-galeriaGr {
    padding-left: 15px;
}
}

@media (max-width: 471px) {
.rrss-galeriaGr {
    top: -76px;
}

.ct-rrss-galeriaGr {
  height: 50px;
}
}

/* ==========================================================================
Envío mensajes
========================================================================== */

.VentanaDeMensajes {
    /*! position: fixed; */
    /*! width: 100%; */
    /*! height: 100%; */
    /*! top: 0; */
    /*! left: 0; */
    /*! background: rgba(255, 255, 255, 0.75); */
    /*! z-index: 99; */
}

#ctl00_lblAvisos:before {
    content: "";
    position: absolute;
    right: 22px;
	background: url('../imagenes/sprite-col.png') no-repeat -141px -5px;
	width: 85px;
	height: 60px;
}

div#ctl00_BotonCierre {
    top: 50% !important;
    right: 50% !important;
    margin-top: -78px;
    margin-right: -225px;
    padding: 8px;
    background: red;
    display: none;
}

div#ctl00_BotonCierre a {
    color: white !important;
}

.TextoDelMensaje {
    width: 400px;
    /*! padding: 25px 30px; */
    /*! padding-right: 120px; */
    background: white;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -85px;
    font-size: 17px;
}

#ctl00_mensajeAviso .btn-suscripcion {
    top: 50% !important;
    right: 50% !important;
    margin-top: 33px;
    margin-right: -200px;
    background: #bacb46;
    position: absolute;
    width: 400px;
    padding: 5px;
    cursor: pointer;
}

#ctl00_mensajeAviso .btn-suscripcion input {
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
}




/* ==========================================================================
Estilos Galería
========================================================================== */

.caja_portfolio:before, .caja_portfolio:after {
	content: "";
	display: table;
	clear: both;
}

.ct-galeria-secund .ct-ver-mas {
    position: relative;
    bottom: inherit;
    margin-bottom: 30px;
}

.ct-caixa-galeria .ct-info-serv {
	padding: 0;
}

.ct-caixa-galeria {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    height: 150px;
    text-align: center;
    background: #bacb46;
    margin-bottom: 2%;
}

.ct-caixa-galeria .galeria-home {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.caja_portfolio .ct-caixa-galeria:nth-child(3n+3) {
    margin-right: 0;
}

.ct-caixa-galeria h3 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    position: absolute;
    z-index: 1;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ct-caixa-galeria a:hover {
    color: white!important;
}

.galeria {
	margin-top: 15px;
}

.celdas-galeria {
	/*! float: left; */
	width: 31%;
	overflow: hidden;
	margin: 1%;
	height: 150px;
}

.celdas-galeria > div {
	height: 100%;
}

.ct-img-galeria {
	display: block;
}

.img-galeria {
	width: 100%;
	-webkit-transition: all .65s ease-out;
	-moz-transition: all .65s ease-out;
	-ms-transition: all .65s ease-out;
	transition: all .65s ease-out;
}

.celdas-galeria:hover .img-galeria {
	width: 120%;
	-webkit-transition: all .65s ease-out;
	-moz-transition: all .65s ease-out;
	-ms-transition: all .65s ease-out;
	transition: all .65s ease-out;
}

.paginacion-galeria {
	position: relative;
	bottom: -1px;
	clear: both;
	height: 40px;
	text-align: center;
	overflow: hidden;
	margin: 5px;
	margin-top: 15px;
	background: #f5f5f5;
}

.paginacion-galeria a, .bt-pag {
	display: inline-block;
	height: 40px;
	min-width: 26px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	text-decoration: none!important;
}

.tit-galeria {
	font-family: 'latolight', sans-serif;
	font-size: 30px;
	border-bottom: solid 1px rgb(26, 64, 128);
	color: rgb(26, 64, 128);
	padding-bottom: 5px;
}

.bt-pag {
	position: absolute;
	top: 0;
	width: 40px;
	border: solid 1px #bacb46;
	overflow: hidden;
	background: rgb(249, 250, 238);
}

.txt-btn-pag {
	color: #bacb46;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	display: block;
}

.bt-pag:hover .txt-btn-pag{
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	color: white;
}

.bt-pag.next {
	right: 0;
}

.bt-pag.next2 {
	right: 42px;
}

.bt-pag.prev {
	left: 0;
}

.bt-pag.prev2 {
	left: 42px;
}

.paginacion-galeria a:hover, .paginacion-galeria .current {
}

.bt-pag:hover {
	background-color: #737d2b;
	border: solid 1px #737d2b;
}

.PanelMuestraImagenGrande-act {
	visibility: visible !important;
}

div#ct-suscrip, div#ct-registro-usr, div#ct-login-usr {
    /* display: none; */
}

#PanelMuestraImagenGrande {
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	vertical-align: middle;
	text-align: center;
	padding: 5%;
	z-index: 200;
	color: white;
	top: 0;
	left: 0;
	font-family: 'latoregular';
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#PieDeFotoGrande {
	width: 80%;
	font-family: 'lato';
	padding-top: 10px;
	display: block;
	color: white;
	margin: auto;
	font-size: 17px;
	font-weight: 100;
}

#ImagenAMostrarGrande {
	max-width:100%;
	height:auto;
}

#ExplicacionFotoGrande {
	text-align: left !important;
	font-size: 15px;
	width: 75%;
	display: block;
	margin: auto;
}

.MiniaturaImagen
{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.7s ease 0s;
    cursor: pointer;
}

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

.celdas-galeria {
	width: 31.3%;
}

}

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

.celdas-galeria {
	width: 48%;
}

}

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

.celdas-galeria {
	width: 31.333333%;
}
	
}

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

.paginacion-galeria {
	height: 128px;
}

.ct-pag-galeria {
	margin-top: 64px;
}

}

@media screen and (max-width:470px){
	
.celdas-galeria {
	width: 48%;
}


}