@charset "UTF-8";

@import url("cuadratico.min.css");

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    outline: none !important;
    margin: 0;
    padding: 0;
}

body {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	color: #313131;
	line-height: 21px;
}


@media (min-width: 767px) {
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
}

a,
a:hover,
a:focus,
a:active { 
	outline: none;
	color: #006cbf;
	font-weight: 500;
}
a:focus,
a:active { text-decoration: none; }
a[href^=tel] { color: inherit; text-decoration: none; }

.clearfix {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1420px;
	padding-left: 20px;
	padding-right: 20px;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
p { margin: 0 0 15px 0;	}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }


/* Header */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 130px;
	z-index: 8000;	
	background-color: #F0F0F0;
	transition: height .2s;
}
.scroll header {
	height: 100px;
}
header .top {
	background: #006633;
	color: #fff;
	text-align: right;
	padding: 4px 0;
	font-size: 17px;
	line-height: 22px;
}
header .top a {
	color: #fff;
	text-decoration: none;
}
header .top .phone {
	float: right;
}
header .top .whatsapp {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #0092c7;
}
header .top .whatsapp i {
	color: #00e676;
}
.idiomas {
	position: relative;
	float: right;
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	padding: 5px 0;
}
.idiomas a {
	color: #fff;
}
.idiomas a:hover {
	text-decoration: none;
}
.idiomas a i {
	color: #F39200;
}
.idiomas ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 70px;
	padding: 0;
	margin: 0 0 0 -35px;
	list-style: none;
	background: #006633;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	z-index: 99;
	-webkit-transition: opacity .2s, visibility .2s;
	-moz-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}
.idiomas:hover ul {
	opacity: 1;
	visibility: visible;
}
.idiomas ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #F39200;
}
.idiomas ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	padding: 5px 0;
}
.idiomas ul li a:hover {
	text-decoration: none;
	background: #F39200;
}
.idiomas.show a.activo {
	background: #4c3b2e;
}
header .logo {
	float: left;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 10px solid #F39200;
	margin-top: -40px;
	transition: padding .2s;
}
.scroll header .logo {
	padding: 20px;
}
header .logo img {
	width: 181px;
	height: 112px;
	transition: width .2s, height .2s;
}
.scroll header .logo img {
	width: 121px;
	height: 75px;
}

@media (max-width: 730px) {
	header {
		height: 100px;
	}
	header .logo {
		padding: 20px;
	}
	header .logo img {
		width: 121px;
		height: 75px;
	}
}
/* Fin Header */

/* Menu */
nav.menu {
	float: right;
	text-align: left;
	padding-top: 33px;
	transition: padding .2s;
}
.scroll header nav.menu {
	padding-top: 15px;
}
nav.menu .navigation {
	list-style: none;
	font-size: 17px;
	line-height: 22px;
	color: #313131;
}
nav.menu .navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.menu .navigation li {
	padding: 0 0 0 25px;
	margin: 0 0 0 20px;
	position: relative;
}
nav.menu .navigation li::before {
	position: absolute;
	content: '\2022';
	color: #F39200;
	left: 0;
	top: 0;
}
nav.menu .navigation li:first-child {
	padding-left: 0;
	margin-left: 0;
}
nav.menu .navigation li a {
	display: block;
	color: #313131;
	padding: 0 0 10px 0;
	transition: background .2s, color .2s;
	position: relative;
	font-weight: 400;
}
nav.menu .navigation li span {
	color: #006633;
	display: block;
	padding: 0 0 10px 0;
	position: relative;
	font-weight: 700;
}
nav.menu .navigation li a:hover {
	text-decoration: none;
}
nav.menu .navigation li a:after,
nav.menu .navigation li span:after {
	position: absolute;
	width: 0;
	height: 3px;
	content: '';
	left: 0;
	bottom: 0;
	background: #F39200;
	transition: width .2s;
}
nav.menu .navigation li span:after,
nav.menu .navigation li a:hover:after {
	width: 100%;
}
nav.menu .navigation li.desplegable span:after,
nav.menu .navigation li.desplegable a:hover:after {
	display: none;
}
nav.menu .navigation li a i {
	font-size: 18px;
	margin-left: 5px;
}
nav.menu .navigation li.desplegable {
	height: 60px;
}
nav.menu .navigation li ul.submenu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 55px;
	left: 50%;
	min-width: 150px;
	-webkit-transition: opacity .2s, visibility .2s;
	-moz-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
	white-space: nowrap;
	text-align: center;
	transform: translateX(-50%);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.scroll nav.menu .navigation li.desplegable {
	height: 55px;
}
.scroll nav.menu .navigation li ul.submenu {
	top: 55px;
}
nav.menu .navigation li ul.submenu:before {
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #06a7e2;
	top: -10px;
	left: 50%;
	margin-left: -15px;
}
nav.menu .navigation li ul.submenu li {
	background: #06a7e2;
	display: block;
	padding: 0;
	border-bottom: 1px solid  #0092c7;
}
nav.menu .navigation li ul.submenu li:first-child {
	padding-top: 5px;
}
nav.menu .navigation li ul.submenu li:last-child {
	padding-bottom: 5px;
	border: none;
}
nav.menu .navigation li ul.submenu li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-transform: none;
	padding: 10px;
}
nav.menu .navigation li ul.submenu li a:hover {
	background: #0092c7;
}
nav.menu .navigation li ul.submenu li a:hover:after {
	display: none;
}
nav.menu .navigation li:hover ul {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1198px) {
	nav.menu .navigation {
		position: fixed;
		left: 0;
		top: 100%;
		width: 100%;
		height: 100%;
		background: rgba(0, 102, 51, .8);
		overflow: auto;
		z-index: 9;
		padding: 0;
		margin: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 250ms ease;
		-moz-transition: -moz-transform 250ms ease;
		transition: transform 250ms ease;
	}
	body.offcanvas .navigation {
		-webkit-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
	nav.menu {
		float: none;
		text-align: left;
	}
	nav.menu .navigation ul {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	nav.menu .navigation ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	nav.menu .navigation ul > li + li {
		border-top: none;
	}
	nav.menu .navigation ul > li > a,
	nav.menu .navigation ul > li > span {
		display: block;
		color: #fff;
		border-radius: 0 !important;
		padding: 10px;
		font-size: 25px;
		line-height: 30px;
	}
	nav.menu .navigation ul li::before {
		display: none;
	}
	nav.menu .navigation ul li a:hover,
	nav.menu .navigation ul > li > span {
		color: #F39200;
		font-weight: 400;
	}
	nav.menu .navigation ul > li > a i {
		display: none;
	}
	nav.menu .navigation ul li a:after,
	nav.menu .navigation ul li span:after {
		display: none;
	}
	nav.menu .navigation ul li ul.submenu {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	nav.menu .navigation ul li ul.submenu li {
		background: #0082b2;
		text-align: left;
		padding: 0 !important;
	}
	nav.menu .navigation ul li ul.submenu li a {
		display: block;
		color: #fff;
		padding-left: 20px;
	}
	nav.menu .navigation ul li ul.submenu li a:before {
		content: '\2022\00a0';
	}
	nav.menu .navigation ul li ul.submenu li a:hover:after {
		display: none;
	}
	nav.menu .navigation ul li ul.submenu:before {
		display: none;
	}
	nav.menu .navigation ul li.desplegable,
	.scroll nav.menu .navigation li.desplegable {
		height: auto;
	}
	#menu-categorias-movil h2 {
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		display: block;
		margin: 0;
		padding: 15px 10px;
		color: #06a7e2;
		background: #f9f9f9;
	}
}
/* Fin menu */

/* Banner */
.banner-interior {
	width: 100%;
	height: 230px;
	padding: 0;
	margin: 130px 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#banner-home {
	position: relative;
	width: 100%;
	height: 560px;
	margin: 130px 0 0 0;
}
.bxslider {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.bxslider li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:-3;
}
.bxslider li.active {
	display:block;
	z-index:-1;	
}
.bxslider li .banner-claim {
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner-claim .label {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	width: 100%;
	max-width: 1420px;
	display: block;
}
.banner-navigation {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.banner-navigation ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.banner-navigation li {
	display: inline-block;
	margin-left: -4px;
}
.banner-navigation li a {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 4px solid #fff;
	border-radius: 50%;
	margin: 0 3px;
}
.banner-navigation li a:hover {
	background: #666;
}
.banner-navigation li a.active {
	background: #006633;
}

@media (max-width: 730px) {
	#banner-home {
		margin-top: 100px;
		height: 350px;
	}
	.bxslider li .banner-claim {
		font-size: 25px;
		line-height: 30px;
	}
	.banner-claim .label {
		padding: 20px;
	}
	.banner-claim .label:before,
	.banner-claim .label:after {
		display: none;
	}
}
@media (max-width: 480px) {
	.bxslider li .banner-claim {
		font-size: 20px;
		line-height: 25px;
	}
}
/* Fin Banner */

/* Offcanvas */
#btn-offcanvas,
.button-close,
#btn-offcanvas span,
.button-close span {
	display: none;
}
#offcanvas-overlay {
	display: none;
}

@media (max-width: 1198px) {
	.button-close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 63px;
		right: 20px;
		font-size: 35px;
		color: #fff !important;
		border: none;
		border-radius: 0;
		background: none;
	}
	.scroll .button-close {
		top: 49px;
	}
	#btn-offcanvas {
		display: block;
		position: absolute;
		top: 59px;
		right: 10px;
		width: 50px;
		height: 50px;
		color: #F39200 !important;
		border: none;
		border-radius: 0;
		background-color: #006633;
		-webkit-transition: background-color .25s, top .2s;
		transition: background-color .25s, top .2s;
	}
	.scroll header #btn-offcanvas {
		top: 45px;
	}
	#btn-offcanvas .ico {
		font-size: 25px;
		vertical-align: middle;
	}
	#offcanvas-overlay {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		cursor: pointer;
		z-index: 3;
		overflow: hidden;
	}

	body.offcanvas {
		height: 100%;
		overflow: hidden;
	}	
}

@media (max-width: 730px) {
	#btn-offcanvas {
		top: 45px;
	}
	.button-close {
		top: 49px;
	}
}
/* Fin Offcanvas */

/* main */
main {
	padding-bottom: 100px;
}
/* Fin main */

/* Filas */
.filas {
	margin-bottom: 50px;
}
.fila {
	display: flex;
	display: -webkit-flex;
	background: #F0F0F0;
	margin-bottom: 20px;
	text-decoration: none;
}
.fila.reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.fila h1,
.fila h2 {
	position: relative;
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
	color: #006633;
	padding: 20px 0 0 0;
	margin: 0 0 15px 0;
}
.fila h1::before,
.fila h2::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 55px;
	height: 5px;
	background: #F39200;
}
.fila .fila-texto {
	width: 50%;
	padding: 65px 90px 65px 90px;
}
.fila-texto.large {
	width: 100%;
}
.fila.large .fila-texto {
	border: none;
}
.fila .fila-texto ul,
.fila .fila-texto ol {
	margin: 0 0 15px 20px;
}
table {
	width: 100%;
}

.fila .fila-foto {
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
a.fila .fila-foto {
	background-size: 100%;
	transition: background-size .2s;
}
a.fila:hover .fila-foto {
	background-size: 105%;
}
.fila .fila-foto.foto-mapa {
	background-size: auto 90%;
}

@media (max-width: 992px) {
	.fila {
		display: block;
	}
	.fila.reverse {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.fila .fila-texto,
	.fila.reverse .fila-texto {
		width: 100%;
		padding: 40px 40px 25px 40px;
		border-left: none;
		border-right: none;
	}
	.fila .fila-foto {
		width: 100%;
		height: 200px;
	}
	.fila .fila-foto.foto-mapa {
		height: 400px;
	}
}
@media (max-width: 580px) {
	.fila .fila-texto,
	.fila.reverse .fila-texto {
		padding: 30px;
	}
	.fila .fila-foto {
		height: 150px;
	}
	.fila .fila-foto.foto-mapa {
		height: 300px;
		background-size: 90% auto;
	}
}
/* Fin filas */

/* Caja */
.box {
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
	padding: 45px 50px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);	
}
.box h1,
.box h2 {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
}
.texto-home {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 35px;
}
.texto-home > .container {
	padding-left: 100px;
	padding-right: 100px;
}
.texto-home h1 {
	color: #006633;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.box {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.texto-home > .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 580px) {
	.box {
		padding: 30px;
	}
}
/* Fin caja */

/* Textos */
.intro {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 35px;
}
.intro h1 {
	color: #006633;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}
.page ul,
.page ol {
	margin: 0 0 15px 30px;
}
.page ul ul,
.page ul ol,
.page ol ol,
.page ol ul {
	margin: 10px 0 15px 30px;
}
.titular {
	display: flex;
	justify-content: space-between;
	color: #006633;
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
	padding: 15px 0;
	margin: 0 0 30px 0;
}
.titular.adorno {
	position: relative;
	padding-top: 20px;
	margin: 0;
}
.titular.adorno::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 55px;
	height: 5px;
	background: #F39200;	
}
.titular.subrayado {
	border-bottom: 1px solid #F39200;
}
#mapa {
	width: 100%;
	height: 486px;
	border: 1px solid #b18bbf;
}
/* Fin textos */

/* Formularios */
.contact-form {
	max-width: 600px;
	margin: 0 0 20px 0;
}
form label {
	font-size: 16px;
	color: #1d1d1b;
	font-weight: normal;
}
.form-group.from-group-website {
	display: none;
}
.form-control {
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	height: auto;
	font-size: 16px;
	background-color: #fff;
	-webkit-appearance: none;
	color: #313131;
}
textarea.form-control {
	height: 150px;
	resize: vertical;
}
select.form-control {
	cursor: pointer;
	background: #fff url(../img/select.png) repeat-y right;
}
.form-group.relativa {
	margin-bottom: 20px;
}
.form-group.relativa .form-control {
	padding: 20px 15px 7px 15px;
}
.form-group.relativa .label {
	position: absolute;
	pointer-events: none;
	top: 15px;
	left: 26px;
	transition: 0.2s ease all;
	font-weight: 300;
	color: #313131;
}
.form-control:focus ~ .label,
.form-control:not(:placeholder-shown) ~ .label {
	top: 7px;
	left: 26px;
	opacity: 1;
	font-size: 12px;
	line-height: 12px;
	color: #008ecc;
}
.relativa label.error {
	top: 10px;
	right: 20px;
}
.suma {
	font-size: 24px;
	font-weight: bold;
	color: #1d1d1b;
	padding-top: 40px;
	text-align: right;
}
.label-captcha {
	font-size: 12px;
}
.privacidad {
	text-align: right;
	padding-top: 35px;
}

label.cursor {
	cursor: pointer;
}
.flex-label {
	display: flex;
	align-items: center;
	margin: 0;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0 10px 0 0;
	font: inherit;
	color: currentColor;
	width: 28px;
	min-width: 28px;
	height: 28px;
	border: 1px solid #C0C7CD;
	border-radius: 0;
	cursor: pointer;
}
input[type="checkbox"]::before {
	display: block;
	content: "";
	width: 18px;
	height: 17px;
	background: #006633;
	margin: 5px 0 0 4px;
	transform: scale(0);
	border-radius: 0;
	transition: 120ms transform ease-in-out;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

@media (max-width: 992px) {
	.suma {
		text-align: left;
		padding-top: 10px;
	}
	.privacidad {
		padding-top: 0;
		text-align: left;
	}
}
.botonera {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* Fin formularios */

/* Botones */
.button {
	text-decoration: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	color: #fff;
	background: #054626;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	transition: background .2s;
}
.button:hover {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	background: #2e2e2e;
}
.button i {
	margin-left: 7px;
	color: #F39200;
}
.button.back i {
	margin-left: 0;
	margin-right: 5px;
}
.button.small {
	padding: 10px;
}
/* Fin botones */

/* Paginacion */
.paginacion {
	overflow: hidden;
	float: right;
	padding-bottom: 20px;
}
.paginacion a,
.paginacion span {
	display: block;
	width: 33px;
	height: 33px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	background-color: #5a6771;
	float: left;
	transition: background-color .2s;
	margin: 0 0 0 7px;
}
.paginacion a:hover,
.paginacion span {
	text-decoration: none;
	background-color: #06a7e2;
}
/* Fin paginacion */

/* Archivos */
.archivos {
	padding: 20px 0;
	overflow: hidden;
	margin: 0 -5px;
}
.archivos .archivo {
	float: left;
}
.archivos .archivo a {
	margin: 0 5px 10px 5px;
}
.archivos .archivo a:hover {
	text-decoration: none;
}
.archivos .archivo svg {
	width: 22px;
	height: 25px;
	vertical-align: -5px;
}

@media (max-width: 560px) {
	.archivos .archivo {
		float: none;
	}
}
/* Fin Archivos */

/* Items (Galerias, Noticias) */
.items,
.galerias {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.galerias [class^="col-"],
.galerias [class*=" col-"],
.items [class^="col-"],
.items [class*=" col-"] {
	padding-bottom: 20px;
}
.galerias a {
	display: block;
	overflow: hidden;
}
.galerias a img {
	transition: transform .2s;
}
.galerias a:hover img {
	transform: scale(1.1, 1.1);
}
.items .item {
	height: 100%;
}
.items .item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #1d1d1b;
	border: 1px solid #C5C5C5;
	background: #F0F0F0;
	text-decoration: none !important;
}
.items .item figure {
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
	background: #fff;
}
.items .item a figure img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: scale(1, 1) translate(-50%, -50%);
	transition: transform .2s;
}
.items .item a:hover figure img {
	transform: scale(1.1, 1.1) translate(-48%, -48%);
}
.items .item .texto {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
	padding: 20px;
	border-top: 9px solid #F39200;
}
.items .item.noticia .texto {
	text-align: left;
	height: auto;
}
.items .item .texto h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	line-height: 23px;
	color: #424242;
	font-weight: 700;
}
.items .item.noticia .texto h3 {
	margin-bottom: 15px;
}
.items .item .texto .button {
	margin-top: auto;
	align-self: center;
}

@media (max-width: 767px) {
	.items,
	.galerias {
		display: block;
	}
}

@media (max-width: 560px) {
	.galerias [class^="col-"],
	.galerias [class*=" col-"],
	.items [class^="col-"],
	.items [class*=" col-"] {
		width: 100%;
	}
	.items .item .texto,
	.items .item .texto h3 {
		height: auto;
	}
}
/* Fin Items */

/* INSTAGRAM POPUP BOF */
body.popup {
	overflow-y: hidden;
    height: 100%;
}
.instagram_overlay {
	display: none;
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}
.instagram_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -495px;
    margin-top: -300px;
    width: 990px;
    height: 600px;
    display: block;
    font-family: 'Georgia';
    text-align: left;
}
.instagram_close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    border: 0;
    outline: none;
    z-index: 9999;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23171717%22%20transform%3D%22translate%28-.438%20-.387%29%22%3E%3Crect%20width%3D%221%22%20height%3D%2237.824%22%20x%3D%2215.161%22%20y%3D%22-3.573%22%20transform%3D%22rotate%2845%2015.339%2015.339%29%22%2F%3E%3Crect%20width%3D%2237.824%22%20height%3D%221%22%20x%3D%22-3.573%22%20y%3D%2215.161%22%20transform%3D%22rotate%2845%2015.339%2015.339%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.instagram_foto {
	float:left;
	width: 600px;
	height: 600px;
	/*background: #eee;*/
	text-align: center;
}
.instagram_foto img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.instagram_content {
    margin-top: px;
    height: auto;
    margin-top: 0;
    height: 600px;
    overflow: hidden;

    width: calc(100% - 600px);
    height: 600px;
    padding-left: 42px;
}
.instagram_content .user_data {
    position: relative;
    width: 332px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 24px;
    height: 50px;
}
.userImage {
    width: 33px;
    height: 33px;
    display: inline-block;
}
.userImage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(23, 23, 23, 0.07);
}
.userInfo {
	height: 33px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 38px);
	padding-left: 4px;
}
.userInfo p {
    margin: 0;
    height: 16.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 100% !important;
}
.userInfo p:first-child {
    vertical-align: top;
}
.userInfo p:last-child {
    vertical-align: bottom;
}
.go-to-instagram {
    position: absolute;
    top: 20px;
    right: 2px;
    transform: translateY(-50%);
}
.mediaInfo {
    margin: 10px 0;
    color: #666;
}
.mediaInfo > div:not(:last-child) {
    padding-right: 8px;
}
.mediaInfo > div {
    display: inline-block;
    width: auto;
    height: 16px;
}
.mediaInfo > div > i {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-size: 16px auto;
    background-position: center center;
    vertical-align: top;
}
.mediaInfo > div.mediaCommentsCount i {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2017%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-211.000000%2C%20-2140.000000%29%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23171717%22%3E%3Cpath%20d%3D%22M211.559672%2C2148.1844%20C211.112418%2C2145.11543%20213.268112%2C2142.21606%20216.453651%2C2141.0071%20C219.852148%2C2139.76935%20223.649331%2C2140.82921%20225.481666%2C2143.70372%20C226.766506%2C2145.68337%20226.98237%2C2148.42928%20226.044193%2C2150.62286%20C226.200392%2C2151.01185%20226.371256%2C2151.41013%20226.616208%2C2151.96395%20C226.660696%2C2152.06453%20226.843302%2C2152.47601%20226.889935%2C2152.58145%20C227.088118%2C2153.02957%20227.230628%2C2153.35897%20227.369772%2C2153.69443%20L227.752999%2C2154.61833%20L226.783989%2C2154.37039%20C225.638035%2C2154.07719%20225.012213%2C2153.92465%20223.083889%2C2153.46255%20C217.999092%2C2155.56274%20212.253425%2C2153.37119%20211.559672%2C2148.1844%20Z%20M223.157316%2C2152.45183%20C223.23192%2C2152.46971%20223.23192%2C2152.46971%20223.283245%2C2152.48201%20C224.63417%2C2152.80573%20225.353055%2C2152.97918%20226.04905%2C2153.15286%20C226.025363%2C2153.09905%20226.000846%2C2153.04349%20225.975384%2C2152.98592%20C225.929091%2C2152.88125%20225.746494%2C2152.46979%20225.70167%2C2152.36845%20C225.410672%2C2151.71053%20225.22094%2C2151.26485%20225.036207%2C2150.7939%20L224.957813%2C2150.59404%20L225.048727%2C2150.39957%20C225.943076%2C2148.48643%20225.778569%2C2145.99802%20224.640634%2C2144.24469%20C223.071203%2C2141.78264%20219.773587%2C2140.86222%20216.802176%2C2141.94437%20C214.026223%2C2142.99794%20212.176879%2C2145.48526%20212.550031%2C2148.046%20C213.151869%2C2152.54537%20218.267897%2C2154.45258%20222.842678%2C2152.47895%20L223.157316%2C2152.45183%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.mediaInfo > div.mediaLikesCount i {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2015%22%20height%3D%2215%22%20width%3D%2217%22%20data-type%3D%22tint%22%3E%3Cg%3E%3Cpath%20d%3D%22M6.762%2012.224c-.581-.449-1.089-.816-2.253-1.64-.093-.07-.44-.325-.483-.356-.629-.464-.99-.773-1.29-1.13C1.78%207.952%201.33%206.382%201.56%204.913c.353-1.936%202.116-3.523%203.85-3.408.978.061%202.15.757%202.623%201.593l.412.731.446-.71c.539-.858%201.726-1.553%202.698-1.614%201.735-.115%203.499%201.472%203.854%203.42l.984-.179c-.442-2.421-2.63-4.39-4.902-4.239-1.064.067-2.26.669-3.043%201.514C7.734%201.178%206.545.575%205.474.508c-2.272-.15-4.46%201.818-4.9%204.239C.296%206.516.829%208.376%201.97%209.739c.363.435.773.785%201.462%201.293l.49.36c1.162.824%201.662%201.186%202.245%201.636l1.755%201.243.053.033c-.165-.087.28.196.493.196.213%200%20.658-.283.492-.195.923-.65.923-.65%201.792-1.265%201.165-.824%201.673-1.192%202.27-1.653l.482-.355c.689-.508%201.099-.858%201.462-1.293%201.18-1.326%201.745-3.254%201.462-4.983l-.987.161c.235%201.432-.242%203.056-1.232%204.17-.308.368-.67.677-1.299%201.14l-.492.363c-.59.456-1.09.818-2.244%201.634l-1.707%201.21-1.705-1.21z%22%20fill%3D%22%23171717%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.mediaInfo > div > div {
    display: inline-block;
    font-size: 14px;
    line-height: 14px !important;
    padding-left: 2px;
}
.scrollbarComments {
	font-family: 'Georgia';
}
.description p {
	font-family: 'Georgia' !important;
    margin: 0;
    line-height: 1.4 !important;
    color: #555;
}
.description p a {
	color: #003569;
	text-decoration: none;
}
.userName {
	font-weight: bold;
	color: #222;
}

.instagram {
	overflow: hidden;
}
.instagram i {
	font-size: 32px;
	color: #030303;
}
.instagram h3 {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #1d1d1b;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: bold;
}
.instagram p.user {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.instagram .instagram-item {
	display: block;
	float: left;
	width: 25%;
	padding: 0;
}
.instagram .instagram-item a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    cursor: pointer;
    overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none !important;
}
.instagram .instagram-item a div.label {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px 30px;
	transition: opacity .2s, visibility .2s;
}
.instagram .instagram-item a:hover div.label {
	opacity: 1;
	visibility: visible;
}
.instagram .meta {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
}
.instagram .meta .likes,
.instagram .meta .comments {
	margin: 0 10px;
}
.instagram .meta span {
	vertical-align: 5px;
}

@media (max-width: 767px) {
	.instagram_overlay {
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.instagram_popup {
		top: 50px;
	    left: 0;
	    margin-left: 0;
	    margin-top: 0;
	    width: 100%;
	    height: auto;
	    padding: 20px;
	}
	.instagram_foto {
		float: none;
		width: 100%;
		height: auto;
	}
	.instagram_content {
		float: none;
		width: 100%;
		height: 100%;
		padding-left: 0;
	}
	.instagram_content .user_data {
		width: 100%;
		margin-top: 20px;
	}
	.mediaInfo {
		width: 100%;
	}
	.instagram_close {
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 560px) {
	.instagram .instagram-item {
		width: 50%;
	}
}
/* INSTAGRAM POPUP EOF */

/* Instagram */
.instagram-title {
	margin-top: 200px;
	margin-bottom: 25px;
	padding-left: 55px;
	background: url(../img/instagram.png) no-repeat top left;
}
.instagram a {
	color: #0c73f0;
}
/* Fin instagram */

/* Newsletter */
.newsletter {
	text-align: center;
	margin-top: 140px;
}
.newsletter-titulo {
	position: relative;
	padding-top: 90px;
	margin-bottom: 30px;
}
.newsletter-titulo h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.newsletter-titulo h4 {
	font-weight: normal;
}
.newsletter-titulo:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 124px;
	background-image: url(../img/img-newsletter.jpg);
	background-repeat: no-repeat;
	background-position: 60% 0;
}
.newsletter-fields {
	position: relative;
}
.newsletter-fields label.error {
    top: 12px;
}
.newsletter-controles {
	max-width: 740px;
	margin: auto;
}
.newsletter-options {
	position: relative;
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}
.newsletter-options p {
	position: relative;
	font-size: 13px;
	display: inline-block;
	max-width: 300px;
	vertical-align: middle;
	text-align: right;
	line-height: 1.1em;
	margin: 0 8px 0 0;
	padding-right: 15px;
}
.newsletter-options p:after,
.newsletter-options p:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.newsletter-options p:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.newsletter-options p:before {
	border-color: rgba(40, 40, 40, 0);
	border-left-color: #282828;
	border-width: 9px;
	margin-top: -9px;
}
.newsletter-options .btn-refresh {
	width: auto;
	height: 50px;
}
.newsletter-options .form-control {
	display: inline-block;
	max-width: 100px;
	margin-left: 15px;
	text-align: center;
}
.newsletter-controles .newsletter-checkbox {
	margin-bottom: 15px;
	position: relative;
}
.newsletter-controles .newsletter-checkbox label.error {
	top: 0;
}

@media (max-width: 991px) {
	.newsletter-titulo {
		padding-top: 130px;
	}
	.newsletter-titulo:before {
		left: 50%;
		margin-left: -47px;
		width: 95px;
		background-position: 100% 0;
	}

}

@media (max-width: 580px) {
	.newsletter-options p {
		display: block;
		max-width: none;
		text-align: center;
		margin: 0 0 25px 0;
		padding: 0 0 8px 0;
	}
	.newsletter-options p:after,
	.newsletter-options p:before {
		top: 100%;
		left: 50%;
	}
	.newsletter-options p:after {
		border-top-color: #ffffff;
		border-left-color: transparent;
		margin-top: 0;
		margin-left: -6px;
	}
	.newsletter-options p:before {
		border-left-color: transparent;
		border-top-color: #282828;
		margin-left: -9px;
		margin-top: 0;
	}
}
/* Fin newsletter */

.caja-privacidad {
	font-size: 13px;
	line-height: 17px;
}
.contact-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-list li {
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	list-style: none;
	position: relative;
}
.contact-list li::before {
	position: absolute;
	left: 0;
	content: '\2022';
	color: #F39200;
	font-size: 25px;
}
.contact-list ul strong {
	color: #006633;
	margin: 0 0 5px 0;
}

/* Footer */
ul.logos {
	list-style: none;
	margin: 50px -10px 0 -10px;
	padding: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
ul.logos li {
	padding: 0 10px;
	margin-bottom: 20px;
}
ul.logos li img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 70px;
}
footer {
	margin-top: auto;
	background: #006633;
	border-top: 8px solid #F39200;
}
footer .container {
	padding-top: 32px;
	padding-bottom: 20px;
	min-height: 200px;
	color: #fff;
	position: relative;
}
footer .container img.logo-svg {
	width: 206px;
	height: 79px;
}
footer .columna-pie {
	float: left;
	border-left: 1px solid #F39200;
	padding: 0 40px;
}
footer .columna-pie.last {
	padding: 0 20px;
}
footer .columna-pie.first {
	border: none;
	padding-left: 0;
}
footer .phone strong {
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
}
footer .columna-pie ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .columna-pie ul li {
	line-height: 18px;
}
footer .columna-pie ul li:before {
	content: '-';
	padding-right: 5px;
}
footer .columna-pie a {
	color: #fff;
}
footer .social {
	float: left;
	display: flex;
	padding: 0 0 40px 0;
}
footer .social a {
	display: block;
	margin: 0 5px;
}
footer .social a:hover {
	animation: rotacion .2s;
}
@media (max-width: 992px) {
	footer .columna-pie {
		text-align: center;
		float: none;
		border-left: none;
		padding: 0 0 15px 0;
	}
	footer .columna-pie.first {
		padding-bottom: 20px;
	}
	footer .social {
		float: none;
		padding: 0;
	}
}

@keyframes rotacion {
	0%   {transform: rotate(0deg);}
	25%  {transform: rotate(-25deg);}
	50%  {transform: rotate(0deg);}
	75%  {transform: rotate(25deg);}
	100% {transform: rotate(0deg);}
}
/* Fin footer */

.alerta {
	z-index: 9999;
}
.alerta:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f00d';
	color: #fff;
	top: 16px;
	right: 20px;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
}

/* Powered */
.powered {
    position: absolute;
    display: block;
    right: 10px;
    top: 32px;
    width: 45px;
    height: 18px;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s;
}
.powered-svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    fill: #009249;
    -webkit-transition: right .3s, fill .5s;
    transition: right .3s, fill .5s;
}
.powered .texto {
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}
.powered .simbolo {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}
.powered .simbolo_ee,
.powered .simbolo_b {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_a {
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_e {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_d {
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_l {
    opacity: 1;
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_w {
    opacity: 1;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_punto {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered:hover {
    width: 171px;
}
.powered:hover .powered-svg {
    fill: #fff;
}
.powered:hover .simbolo {
    opacity: 1;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .simbolo_punto {
    opacity: 0;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .texto {
    opacity: 1;
}

@media (max-width: 992px) {
    .powered {
        position: static;
        float: none;
        width: auto;
        overflow: visible;
        margin-top: 10px;
        text-align: center;
    }
    .powered-svg {
        position: static;
        top: auto;
        right: auto;
    }
    .powered .texto {
        opacity: 1;
    }
    .powered .simbolo {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    .powered:hover {
        width: auto;
    }
    .powered:hover .powered-svg {
        right: auto;
        fill: #ffe1e1;
    }
    .separador {
        float: none;
        border-left: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
    .pie-cierre ul.legal {
        float: none;
        border: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
}

.powered.fijado {
    width: auto;
}
.powered.fijado .powered-svg {
    position: static;
    top: auto;
    right: auto;
}
.powered.fijado .texto {
    opacity: 1;
}
.powered.fijado .simbolo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered.fijado:hover {
    width: auto;
}
.powered.fijado:hover .powered-svg {
    right: auto;
    fill: #ffe1e1;
}
/* Fin Powered */

.flechas-pasarela {
  animation: flechas-animadas 1s infinite;
}
.tarjeta-pasarela {
  animation: girar-tarjeta 1s infinite;   
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 45px;
}
.lds-ellipsis div {
  position: absolute;
  top: 15px;
  width: 21px;
  height: 21px;
  border: 5px solid #E8E8E8;
  border-radius: 50%;
  background: #E8E8E8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(4) {
  left: 0;
  background: #14a6df;
  animation: lds-ellipsis1 1.8s infinite;
}
.lds-ellipsis div:nth-child(1) {
  left: 0;
}
.lds-ellipsis div:nth-child(2) {
  left: 28px;
}
.lds-ellipsis div:nth-child(3) {
  left: 55px;
}

.shake-element {
	animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: translate(28px, 0);
  }
  75% {
    transform: translate(56px, 0);
  }
  100% {
    transform: translate(56px, 0) scale(0);
  }
}

@keyframes flechas-animadas {
  0% {
    transform: rotate(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}

@keyframes girar-tarjeta {
  0% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
  50% {
    transform: rotateY(180deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
}