@import url(../cdn/bla/bla.min.css);
@import url(../cdn/bla/carousel/css/carousel.min.css);
@import url(../cdn/animate/animate.min.css);
@import url(../cdn/jssocials/jssocials.css);
@import url(../cdn/jssocials/jssocials-theme-flat.css);
@import url(../cdn/owl/assets/owl.carousel.min.css);
@import url(../cdn/owl/assets/owl.theme.default.css);
@import url(../cdn/lightbox/css/lightbox.min.css);
/* Variables color */
:root {
	--color-web-r: #ff4500;
	--color-web-r-h: #e63d00;
	--color-web-c: #1e90ff;
	--color-web-c-h: #0080ff;
}
.seccion-contenido {
	padding: 1em .4em;
}
.publicacion-contenido { padding: 1.5em .5em 1.5em; }
.publicacion-contenido hr, .publicacion-contenido .regla { border: 0; border-top: 2px solid #ccc; }
.publicacion-contenido h1 { font-size: 36px; }
.publicacion-contenido h2 { font-size: 32px; }
.publicacion-contenido h3 { font-size: 28px; }
.publicacion-contenido h4 { font-size: 24px; }
.publicacion-contenido h5 { font-size: 20px; }
.publicacion-contenido h6 { font-size: 16px; }
.publicacion-contenido h1, .publicacion-contenido h2, .publicacion-contenido h3, .publicacion-contenido h4, .publicacion-contenido h5, .publicacion-contenido h6 { font-weight: 500; padding-bottom: 5px; line-height: 1.2em }
.publicacion-contenido h1, .publicacion-contenido h2, .publicacion-contenido h3 { padding-top: 10px; }
.publicacion-contenido h4, .publicacion-contenido h5, .publicacion-contenido h6 { padding-top: 5px; }
.publicacion-contenido p, ul, ol { margin-bottom: .5em; }
.publicacion-contenido ul { list-style: square; padding-left: 1em; }
.publicacion-contenido ul ul, ul ol { list-style: circle; padding-left: 1em; }
.publicacion-contenido ol { list-style: 1; padding-left: 1em; }
.publicacion-contenido ol ol, ol ul { list-style: circle; padding-left: 1em; }
.publicacion-contenido blockquote { margin: 1em 0 1em 2em; padding: .5em; border: 1px solid #eee; border-left: .5em solid #eee; }
/* Icono cuadro */
.hero-portada {
	background-image: url(../img/crear_esp_13.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.navbar-dropdown a {
	color: #000 !important;
}
.icono-cuadro {
	border: 4px solid #ccc;
	background-color: #eee;
	padding: 1.5em 1em 1em;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
}
.titulo-esp {
	background-color: var(--color-web-r);
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 10px 10px 0 0;
}
.posicion-relativa {
	position: relative;
}
.posicion-absoluta {
	position: absolute;
}
.info-esp {
	/*width: 200px;*/
	top: 1em;
	left: 1em;
	border-radius: .3em;
	padding: .2em .5em;
	color: #fff;
	text-align: center;
	z-index: 99;
}
/* Multimedia responsive */
.multimedia-responsive {
	margin-bottom: .5em;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.multimedia-responsive iframe,
.multimedia-responsive object
.multimedia-responsive embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Panel links */
.panel-links {
	/*padding: .1em;*/
	border: 1px solid #eee;
	border-radius: .4em;
	transition: all .3s;
}
.panel-links:hover {
	box-shadow: 0 0 .4em rgba(0, 0, 0, .2)
}
.panel-links .panel-links-head {
	padding: .6em .8em;
	background-color: var(--color-web-r);
	color: #fff;
	border-radius: .4em .4em 0 0;
}
.panel-links .panel-links-body {
	padding: .5em .4em;
}
/* Publicaciones autor */
.portada-pub {
	position: relative;
}
.titulo-info-pub,
.autor-info-pub {
	position: absolute;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .8)
}
.titulo-info-pub {
	top: 10px;
	left: 15px;
}
.autor-info-pub {
	bottom: 125px;
	left: 45px;
}
.foto-autor	{
	/*margin-left: 20px;*/
	position: absolute;
	left: 20px;
	width: 140px;
	height: 140px;
	/*margin-top: -120px;*/
	bottom: -15px;
	border-radius: 50%;
	border: 6px solid #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 680px) {
	.autor-info-pub {
		bottom: 90px;
		left: 30px;
	}
	.foto-autor {
		/*margin-left: 20px;*/
		left: 20px;
		width: 100px;
		height: 100px;
		/*margin-top: -90px;*/
		bottom: -10px;
	}
}
/* Linea 2 colores */
.linea-colores {
	position: relative;
	margin-bottom: 5px;
}
.linea-colores::before {
	content: '';
	position: absolute;
	display: block;
	width: 250px;
	height: 1px;
	background: #ffd700;
	bottom: 1px;
}
.linea-colores::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	bottom: 0;
}
.linea-colores-centrado::before {
	width: 120px;
	left: calc(50% - 60px);	
}
.linea-colores-centrado::after {
	width: 40px;
	left: calc(50% - 20px);	
}
/* Colores redes */
.color-facebook { color: #3a5795; }
.color-twitter { color: #339DC5; }
.color-youtube { color: #e83028; }
.color-whatsapp { color: #4dc247; }
.color-f-messenger { color: #0078ff; }
.fondo-facebook { background-color: #3a5795; color: #fff; }
.fondo-twitter { background-color: #339DC5; color: #fff; }
.fondo-youtube { background-color: #e83028; color: #fff;}
.fondo-whatsapp { background-color: #4dc247; color: #fff; }
.fondo-f-messenger { background-color: #0078ff; color: #fff; }
.fondo-facebook:hover { background-color: #4060a5; }
.fondo-twitter:hover { background-color: #0EAAD6; }
.fondo-youtube:hover { background-color: #e41b21; }
.fondo-whatsapp:hover { background-color: #3cdd77; }
.fondo-f-messenger:hover { background-color: #3392ff; }
/* Barra redes */
.barra {
	display: none;
	position: fixed;
	left: 0;
	top: 25%;
	border-radius: 0 .5em .5em 0;
	z-index: 999;
}
.barra ul {
	padding-left: 0;
	list-style: none;
}
.barra ul li {
	padding: 15px 0;
	width: 50px;
	height: 50px;
	text-align: center;
	/*border-bottom: 1px solid rgba(0, 0, 0, .2);*/
	border-bottom: 1px solid transparent;
	transition: all .2s ease-out;
	/*box-shadow: 0px 0px 5px rgba(255, 255, 255, .8);*/
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}
.barra-redes ul li {
	color: #fff;
}
.barra-redes ul li i {
	/*font-size: 150%;*/
}
.barra ul li a {
	color: inherit;
	text-decoration: none;
}
.barra ul li:first-child {
	border-top-right-radius: .5em;
	background-color: #09c;
	border-bottom: 1px solid #fff;
}
.barra ul li:last-child {
	border-bottom-right-radius: .5em;
	border-bottom: 1px solid transparent;
}
.barra ul li:hover {
	padding-left: 15px;
	width: 75px;
	border-radius: 0 .5em .5em 0;
}
@media screen and (min-width: 1000px) {
	.barra {
		display: block;
	}
}
/* Mensajes */
.mensajes {
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index: 100; line-height: 1.2em;
}
.mensajes .item {
    display: inline-block;
	margin: 5px 0; 
	padding: 5px 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border-radius: .5em;
	transition: all .5s;
}
.mensajes .m-wa { background: rgba(77, 194, 71, 0.9); }
.mensajes .m-fm { background: rgba(0, 120, 255, 0.9); }
.mensajes .m-wa:hover { background: rgba(77, 194, 71, 1); }
.mensajes .m-fm:hover { background: rgba(0, 120, 255, 1); }
.mensajes a { color: #fff; }
/* Ir arriba */
.ir-arriba{
	width: 60px;
	height: 60px;
	position: relative;
	display: none;
	padding: 5px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background-color: rgba(255, 60, 26, 0.7);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position: fixed;
	border-radius: 50%;
	bottom: 30px;
	right: 180px;
	z-index: 100;
}
.ir-arriba:before{
	content: "\02191";
}
.ir-arriba:hover {
	background-color: rgba(255, 60, 26, 0.9);
}
.footer-copy {
	padding: 20px 10px 70px;
	background-color: #000;
	color: #808080;
	text-align: center;
	font-size: small;
	line-height: 1.2em;
}
/* Tabs */
.tabs {
margin-bottom: -1px !important;
position: relative;
}
.tab-content {
padding: 25px;
top: 197px;
color: #000;
background-color: white;
}
.tab-pane {
display: none;
}
.tab-pane.is-active {
display: block;
/*width: 50%;*/
position: relative;
left: 50%;
transform: translateX(-50%);
}
.is-active {
display: initial;
}

.cent{
display: block;
margin: 10px auto;
padding: 5px;
border: 1px solid #ccc}

.video
{display: block;
margin: 0 auto;}

/* CSS from http://embedresponsively.com */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Especialidades */
.boat-box {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	/*border-radius: 5px;*/
	z-index: 2;
}
.boat-box .box-cover {
	line-height: 1em;
	font-size: 0;
}
.boat-box img {
	backface-visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transform: scale(1.045);
	-ms-transform: scale(1.045);
	transform: scale(1.045);
	width: 100%;
}
.boat-box .boat-esp {
	pointer-events: none;
	position: absolute;
	/*border-radius: 5px;*/
	background: #e7434e;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-weight: 600;
	right: 20px;
	top: 20px;
}
.boat-box .boat-esp::before {
	content: "\0bb";
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
}
.boat-box .box-details {
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
}
.boat-box .box-details::before {
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: -15px;
	opacity: 0.65;
	background: linear-gradient(to bottom, transparent, #000);
}
.boat-box .box-meta {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
	visibility: hidden;
	position: relative;
	opacity: 0;
	z-index: 2;
}
.boat-box .box-meta .boat-name,
.boat-box .box-meta .boat-meta {
	letter-spacing: 0.04em;
	font-weight: 500;
	line-height: 1em;
	color: #ffffff;
	margin: 0;
}
.boat-box .box-meta .boat-name {
	font-size: 30px;
	margin: 0 0 15px;
}
@media screen and (max-width: 680px) {
	.boat-box .box-meta .boat-name {
		font-size: 25px;
		margin: 0 0 12px;
	}
}
.boat-box .box-meta .boat-meta {
	font-size: 16px;
	list-style: none;
	padding-left: 0px;
}
.boat-box .box-meta .boat-meta li {
	display: inline-block;
}
.boat-box .box-meta .boat-meta li::before {
	display: inline-block;
	font-size: 14px;
	margin-right: 7.5px;
}
.boat-box .box-meta .boat-meta li.location::before {
	content: "\02714";
}
.boat-box .box-meta .boat-meta li.berths::before {
	content: "\027a5";
}
.boat-box .box-meta .boat-meta li:not(:last-of-type) {
	margin-right: 25px;
}
.boat-box:hover .box-details::before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
}
.boat-box:hover .box-meta {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
}
.boat-box:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* Módulos */
.main-timeline{overflow:hidden;position:relative}
.main-timeline .timeline{width:50%;float:right;position:relative;z-index:1}
.main-timeline .timeline:after,.main-timeline .timeline:before{position:absolute;top:50%;content:"";display:block;clear:both}
.main-timeline .timeline:before{width:40%;height:6px;background:#9f005d;left:0;z-index:-1;transform:translateY(-50%)}
.main-timeline .timeline:after{width:6px;height:70%;background:#9f005d;left:-3px}
.main-timeline .timeline-content{width:65%;float:right;padding:0 0 30px 30px;margin-right:15px;background:#fff;border-radius:10px;box-shadow:3px 3px 5px 6px #ccc}
.main-timeline .timeline-content:after,.main-timeline .timeline-content:before{content:"";width:26px;height:26px;border-radius:50%;background:#9f005d;position:absolute;top:50%;left:-13px;z-index:1;transform:translateY(-50%)}
.main-timeline .timeline-content:after{left:30%;transform:translate(-50%,-50%)}
.main-timeline .nromod{display:block;font-size:28px;font-weight:700;color:#9f005d;text-align:center;padding-left:50px}
.main-timeline .content-inner{padding:35px 15px 35px 110px;margin-right:-15px;background:#9f005d;border-radius:150px 0 0 150px;position:relative}
.main-timeline .content-inner:after,.main-timeline .content-inner:before{content:"";border-left:15px solid #640026;border-top:10px solid transparent;position:absolute;top:-10px;right:0}
.main-timeline .content-inner:after{border-top:none;border-bottom:10px solid transparent;top:auto;bottom:-10px}
.main-timeline .icon{width:110px;height:100%;text-align:center;position:absolute;top:0;left:0;}
.main-timeline .icon i{font-size:60px;font-weight:700;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.main-timeline .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 5px}
.main-timeline .description{font-size:14px;color:#fff;margin:0}
.main-timeline .timeline:nth-child(2n) .icon,.main-timeline .timeline:nth-child(2n):after,.main-timeline .timeline:nth-child(2n):before{left:auto;right:0}
.main-timeline .timeline:nth-child(2n):after{right:-3px}
.main-timeline .timeline:nth-child(2n) .timeline-content{float:left;padding:0 30px 30px 0;margin:0 0 0 15px}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:auto;right:-13px}
.main-timeline .timeline:nth-child(2n) .timeline-content:after{right:30%;margin-right:-25px}
.main-timeline .timeline:nth-child(2n) .nromod{padding:0 50px 0 0;color:#05b1ff}
.main-timeline .timeline:nth-child(2n) .content-inner{padding:35px 110px 35px 15px;margin:0 0 0 -15px;border-radius:0 150px 150px 0}
.main-timeline .timeline:nth-child(2n) .content-inner:after,.main-timeline .timeline:nth-child(2n) .content-inner:before{border:none;border-right:15px solid #027dcd;border-top:10px solid transparent;right:auto;left:0}
.main-timeline .timeline:nth-child(2n) .content-inner:after{border-top:none;border-bottom:10px solid transparent}
.main-timeline .timeline:nth-child(2){margin-top:200px}
.main-timeline .timeline:nth-child(odd){margin:-190px 0 0}
.main-timeline .timeline:nth-child(even){margin-bottom:70px}
.main-timeline .timeline:first-child,.main-timeline .timeline:last-child:nth-child(even){margin:0}
.main-timeline .timeline:nth-child(2n) .content-inner,.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:before,.main-timeline .timeline:nth-child(2n):after,.main-timeline .timeline:nth-child(2n):before{background:#05b1ff}
.main-timeline .timeline:nth-child(3n) .content-inner,.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-content:before,.main-timeline .timeline:nth-child(3n):after,.main-timeline .timeline:nth-child(3n):before{background:#00a3a9}
.main-timeline .timeline:nth-child(3n) .content-inner:after,.main-timeline .timeline:nth-child(3n) .content-inner:before{border-left-color:#006662}
.main-timeline .timeline:nth-child(3n) .nromod{color:#00a3a9}
.main-timeline .timeline:nth-child(4n) .content-inner,.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-content:before,.main-timeline .timeline:nth-child(4n):after,.main-timeline .timeline:nth-child(4n):before{background:#f92534}
.main-timeline .timeline:nth-child(4n) .content-inner:after,.main-timeline .timeline:nth-child(4n) .content-inner:before{border-right-color:#92070e}
.main-timeline .timeline:nth-child(4n) .nromod{color:#f92534}
@media only screen and (max-width:990px) and (min-width:768px){.main-timeline .timeline:after{height:80%}
}
@media only screen and (max-width:767px){.main-timeline .timeline:last-child,.main-timeline .timeline:nth-child(even),.main-timeline .timeline:nth-child(odd){margin:0}
.main-timeline .timeline{width:95%;margin:15px 15px 15px 0!important}
.main-timeline .timeline .timeline-content:after,.main-timeline .timeline .timeline-content:before,.main-timeline .timeline:after,.main-timeline .timeline:before{display:none}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{width:100%;float:none;padding:0 0 30px 30px;margin:0}
.main-timeline .content-inner,.main-timeline .timeline:nth-child(2n) .content-inner{padding:35px 15px 35px 110px;margin:0 -15px 0 0;border-radius:150px 0 0 150px}
.main-timeline .timeline:nth-child(2n) .content-inner:after,.main-timeline .timeline:nth-child(2n) .content-inner:before{border:none;border-left:15px solid #027dcd;border-top:10px solid transparent;right:0;left:auto}
.main-timeline .timeline:nth-child(2n) .content-inner:after{border-top:none;border-bottom:10px solid transparent}
.main-timeline .timeline:nth-child(2n) .icon{top:0;left:0}
.main-timeline .timeline:nth-child(4n) .content-inner:after,.main-timeline .timeline:nth-child(4n) .content-inner:before{border-left-color:#92070e}
}
/* Votación */
.votos li { list-style: none; }
.votos .up_button { padding: 6px 15px; cursor: pointer; color: #808080; font-size: 1.7em; }
.votos .up_button:hover { color: #3498db; text-decoration: none; border-color: #09C; }
.likes_votado { color: #3498db !important; }
/*.hates_votado { color: #3498db !important; }*/
.votado { display: block; padding: 4px; color: #09c; font-size: small; }
