@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: absolute;
    bottom: 30px;
    width: calc(100% - 40px);
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    margin: auto;
}

.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;
}

a#botonCompartirImgFacebook {
    background: url('../imagenes/sprite-basic.svg') no-repeat -3px -149px;
    width: 21px;
    height: 21px;
    display: inline-block;
    z-index: 10;
}

a#botonCompartirImgTwitter {
    background: url('../imagenes/sprite-basic.svg') no-repeat -94px -150px;
    width: 21px;
    height: 21px;
    display: inline-block;
    z-index: 10;
}

a#botonCompartirImgLinkedin {
    background: url('../imagenes/sprite-basic.svg') no-repeat -140px -149px;
    width: 21px;
    height: 21px;
    display: inline-block;
    z-index: 10;
}

a#botonCompartirImgGoogle {
    background: url('../imagenes/sprite-basic.svg') no-repeat -48px -149px;
    width: 21px;
    height: 21px;
    display: inline-block;
    z-index: 10;
}

a#botonCompartirImgWhatsapp {
    background: url('../imagenes/sprite-basic.svg') no-repeat -26px -149px;
    width: 21px;
    height: 21px;
    display: inline-block;
    z-index: 10;
}

.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 > a {
    margin: 0 4px;
}

.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.png') no-repeat -108px -41px;
    width: 8px;
    height: 13px;
}

.icon-linked:before {
	background: url('../imagenes/sprite-col.png') no-repeat -74px -41px;
	width: 14px;
	height: 12px;
}

.icon-goog:before {
	background: url('../imagenes/sprite-col.png') no-repeat -120px -41px;
	width: 14px;
	height: 13px;
}

.icon-whats:before {
	background: url('../imagenes/sprite-col.png') no-repeat -91px -41px;
	width: 14px;
	height: 13px;
}

.icon-twitt:before {
	background: url('../imagenes/sprite-col.png') 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: 13px;
	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-basic.svg') no-repeat -163px -88px;
	width: 25px;
	height: 25px;
	border-radius: 8px;
	cursor:pointer;
}

.icon-flet-esq {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.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 {
	position: relative;
	display: block;
}

.icon-size-4 {
	background: url('../imagenes/sprite-basic.svg') no-repeat -153px -24px;
	width: 30px;
	height: 21px;
	margin: auto;
}

.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-size: 18px;
    margin-top: 0!important;
}

.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
}

.bounceOut {
	display: none!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;
}
}


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
========================================================================== */

.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: rgba(248, 244, 245, 0.55); */
	border-top: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
}

.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;
}

.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;
	overflow: hidden;
	/* background: rgba(0, 159, 227, 0.05); */
}

.txt-btn-pag {
	color: #bd9e81;
	-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: #bd9e81;
}

.PanelMuestraImagenGrande-act {
	visibility: visible!important;
	-webkit-transition: .5s ease left;
	-moz-transition: .5s ease left;
	transition: .5s ease left;
	top: -100%;
}

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;
	z-index: 200;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgb(255, 255, 255);
	-webkit-transition: .5s ease left;
	-moz-transition: .5s ease left;
	transition: .5s ease left;
}

.ct-info-galeria h3 {
    font-family: 'Montserrat',sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bd9e81;
    font-size: 12px;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.fondo-suscrip {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	z-index: 99;
	visibility: hidden;
}



#ImagenAMostrarGrande {
	width: 100%;
	height: 100%;
	background-size: contain;
	display: block;
	/* z-index: 100; */
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

#ExplicacionFotoGrande {
	font-size: 13px;
	line-height: 1.7;
	display: block;
	margin: auto;
	color: #555;
}

.MiniaturaImagen
{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.7s ease 0s;
    cursor: pointer;
}

/* ===================
Galerías
=================== */

.nom-web-visor {
    padding-top: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}

.boto-tancar-info {
    position: absolute;
    left: 5px;
    top: 3px;
    padding: 13px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
    font-size: 15px;
    line-height: 1.6;
}

.fletxa-tancar-info {
    background: url('../imagenes/sprite-basic.svg') no-repeat -156px 1px;
    width: 8px;
    height: 26px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    vertical-align: bottom;
    margin-right: 10px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.boto-tancar-info.active span {
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ct-info-galeria {
    height: 100vh;
    width: 340px;
    background: #f8f4f5;
    position: absolute;
    left: 0;
    padding: 15px 20px 20px 20px;
    box-sizing: border-box;
    overflow: auto;
    -webkit-transition: .5s ease left;
    -moz-transition: .5s ease left;
    transition: .5s ease left;
}

.ct-visor-fotos {
    width: calc(100vw - 340px);
    height: 100vh;
    position: relative;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-transform: translate3d(340px,0,0);
    transform: translate3d(340px,0,0);
}

.visor-fotos {
    padding: 150px;
    width: calc(100vw - 340px);
    height: 100vh;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
}

.galeriaGr-close.icon-cerrar {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 30px;
    height: 30px;
    z-index: 10;
    background: url('../imagenes/sprite-basic.svg') no-repeat -137px 1px;
    width: 13px;
    height: 13px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
}

button.boton-carrusel {
    position: absolute;
    top: 50%;
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
}

button.boton-carrusel:hover, .icon-cerrar:hover, .boto-tancar-info:hover {
	opacity: 0.5;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
}

button.boton-carrusel.right {
    right: 50px;
}

button.boton-carrusel.left {
    left: 50px;
}

.boton-carrusel.left:hover {
	left: 40px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
}

.boton-carrusel.right:hover {
	right: 40px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
}

.interior-visor-fotos {
    height: calc(100vh - 300px);
    width: calc(100vw - 300px);
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.ct-info-galeria.active {
    -webkit-transition: .5s ease left;
    -moz-transition: .5s ease left;
    transition: .5s ease left;
    left: -340px;
}

.ct-visor-fotos.actiu {
    width: 100vw;
}

.ct-visor-fotos.active, .visor-fotos.active {
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    width: 100vw;
}


@media screen and (max-width: 1200px) {

	.visor-fotos {
		padding: 75px;
		width: 100vw;
	}

	.interior-visor-fotos {
		height: calc(100vh - 150px);
		width: calc(100vw - 150px);
		vertical-align: middle;
		text-align: center;
		display: table-cell;
	}

	.ct-visor-fotos {
		width: 100vw;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
	}

	.ct-info-galeria {
		left: -340px;
	}

	.ct-visor-fotos.active, .visor-fotos.active {
		-webkit-transform: translate3d(340px,0,0);
		transform: translate3d(340px,0,0);
		width: 100vw;
	}

	.visor-fotos.active {
		-webkit-transform: translate3d(0px,0,0);
		transform: translate3d(0px,0,0);
	}

	.ct-info-galeria.active {
		left: 0px;
	}

	button.boton-carrusel.right {
		right: 20px;
	}

	button.boton-carrusel.left {
		left: 20px;
	}

	.boton-carrusel.left:hover {
		left: 10px;
	}

	.boton-carrusel.right:hover {
		right: 10px;
	}



}

@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%;
}

.boto-tancar-info {
	bottom: 10px;
	top: inherit;
}

.visor-fotos {
	padding: 50px;
}

.interior-visor-fotos {
	height: calc(100vh - 100px);
	width: calc(100vw - 25px);
}

button.boton-carrusel.right {
	right: 10px;
}

button.boton-carrusel.left {
	left: 10px;
}
	
}

@media screen and (max-width:550px){

.paginacion-galeria {
	height: 128px;
}

.ct-pag-galeria {
	margin-top: 64px;
}

.visor-fotos {
	padding: 15px;
}

.interior-visor-fotos {
	height: calc(100vh - 7px);
	width: calc(100vw - 7px);
}

button.boton-carrusel {
    bottom: 80px;
    top: inherit;
}

}

@media screen and (max-width:470px){
	
.celdas-galeria {
	width: 48%;
}


}