html, body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}



.swiper-container {
    /*
    width: 300px;
    height: 300px;
    left: 0px;
    top: 50%;
    margin-left: auto;
    */

    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: auto;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-pagination.swiper-pagination-bullets{
    position: relative;
}

.swiper-pagination.swiper-pagination-bullets{
    bottom: -54px;
}

/* ! Mostrar la imagen en top si es mas grande que el cubo */
.swiper-slide{
    background-position: inherit;
}

.swiper-pagination-bullet{
    display: inline-block;
    border-radius: 0px;
    opacity: 0.7;
    width: auto;
    padding: 0px;
    line-height: 0px;
    height: auto;
    background-color: transparent;
    padding: 16px 14px;
    margin: 11px;
    color: black;
    font-family: Roboto;
    font-size: 20px;

}

.swiper-pagination-bullet-active{
    opacity: 1.0 !important;
    box-shadow: 1px 1px 2px 1px #ffffff;
}



.btn{
    position: absolute;
	top: 65%;
	opacity: 1;
	width: 47%;
	margin-left: 30px;
	height: 10%;
	display: table;
	right: 13%;
	text-align: center;
}

.btn a small{
    font-size: 22px;
    vertical-align: super;
    font-weight: bolder;
}

.btn a {
    display: inline;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.0);
    height: 100px;
    width: 100px;
    font-size: 100%;
    font-family: "Open sans";
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    border: 3px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.swiper-slide:hover .btn a:hover {
    opacity: 1;
	color: #fff;
	border-color: #fc7800;
    background-color: rgba(251, 120, 0, 1);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.title {
    display: table;
    position: absolute;
    bottom: 0;
    width: 47%;
    height: 40px;
    margin-bottom: 400px;
    margin: 0;
    top: 28%;
    right: 13%;
}

.title .content {
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-weight: bolder;
	font-size: 28px;
	line-height: 130%;
}

.subtitle {
    position: absolute;
	color: #fff;
	width: 47%;
	right: 13%;
	text-align: center;
	top: 42.5%;
	line-height: 130%;
	font-size: 0.95em;
	background: rgba(0,0,0,0.5);
	padding: 0.8% 1.2%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.swiper-slide[data-swiper-slide-index="2"] .subtitle {
    top: 38.5%;
}

.swiper-slide[data-swiper-slide-index="2"] .btn {
	top: 78%;
}

.swiper-slide .correo_gallego_logo {
    margin-top: 10px;
}

.swiper-container .swiper-button-prev {
	background: url('../images/slider-nav-left.png') 0 0 no-repeat;
	width: 62px;
	height: 62px;
	display: block;
	z-index: 50;
	top: 48%;
	left: 3%;
	opacity: 1;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.swiper-container .swiper-button-next {
	background: url('../images/slider-nav-right.png') 0 0 no-repeat;
	width: 62px;
	height: 62px;
	display: block;
	z-index: 50;
	top: 48%;
	right: 3%;
	opacity: 1;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.flexslider button.prev_slide {
	background: url('../images/slider-web-nav-left.png') 0 0 no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 50;
	top: 48%;
	left: 3%;
	opacity: 1;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	border: none;
}

.flexslider button.next_slide {
	background: url('../images/slider-web-nav-right.png') 0 0 no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 50;
	top: 48%;
	right: 3%;
	opacity: 1;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	border: none;
}

.flexslider button.prev_slide i,
.flexslider button.next_slide i {
	display: none;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover,
.flexslider button.prev_slide:hover,
.flexslider button.next_slide:hover {
	opacity: 0.5;
}

