/*
Theme Name: Ruderman
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #00536E;
	--green: #C1D82F;
	--yellow: #847020;
	--black: #000000;
	--active: #bad129;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 17px;
	color: #474747;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, .titulo {
	font-family: 'EB Garamond', sans-serif;
	font-weight: bold;
	color: var(--blue);
}
a, a:hover, a:focus {
	color: var(--blue);
}
a:hover {
	text-decoration: underline;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.green {
	color: var(--green);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-green {
	background: var(--green);
}
.bg-yellow {
	background: var(--yellow);
}
.bg-grey { 
	background: #f2f2f2; 
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.text-right { 
	text-align: right; 
}
.text-left { 
	text-align: left; 
}
.text-justify { 
	text-align: justify;
}
.text-center { 
	text-align: center; 
}
.semibold { 
	font-weight: 600; 
}
.border-green { 
	border-bottom: 5px solid var(--green); 
}
.border-yellow { 
	border-bottom: 5px solid var(--yellow); 
}
.border-blue { 
	border-bottom: 5px solid var(--blue); 
}
section { 
	padding-top: 50px; 
	padding-bottom: 50px; 
}
.boton {
	display: inline-block;
	color: var(--blue);
	background: var(--green);
	padding: 10px 30px;
	border-radius: 24px;
	font-weight: 600;
	border: none;
	outline: none;
}
.boton:hover, .boton:focus {
	background: var(--active);
	text-decoration: none;
}
h1 {
	font-size: 56px;
	margin-bottom: 20px;
}
h2 {
	font-size: 46px;
	margin-bottom: 20px;
}
h3 {
	font-size: 38px;
	margin-bottom: 20px;
}
.submenu-pages h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
header {
	position: relative;
	z-index: 100;
}
/** Skip to main content **/
#skiptocontent a { 
	z-index: 9999999; 
	background: transparent none repeat scroll 0 0; 
	border-radius: 6px; 
	left: 0; 
	padding: 6px 12px; 
	position: absolute; 
	top: -40px; 
	transition: top 1s ease-out 0s, background 1s linear 0s; 
	z-index: 100; 
	color: #fff; 
	text-transform: uppercase; 
	font-size: 0.9em; 
	border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px;  
}
#skiptocontent a:focus { 
	z-index: 9999999; 
	background: var(--blue); 
	left: 0; 
	position: 
	absolute; 
	top: 0; 
	transition: top 0.1s ease-in 0s, background 0.5s linear 0s; 
	text-decoration: none; 
	color: #fff; 
	border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px;  
}
#skiptocontent a:hover { 
	text-decoration: none; 
}
/** Menu **/
.logo img {
	width: 160px;
	margin-top: 20px;
	margin-bottom: 16px;
}
.navbar {
	min-height: 10px;
}
.navbar-collapse { 
	padding-left: 0; 
	padding-right: 0; 
}
.navbar.navbar-default { 
	padding: 0; 
	margin: 0; 
	background: transparent; 
	border: none; 
	border-radius: none; 
}
.navbar-default .navbar-nav > li > a { 
	color: #474747; 
	white-space: nowrap; 
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 12px;
}
.navbar-default .navbar-nav.navbar-right > li > a .fa {
	font-size: 18px;
	color: #474747 !important;
}
.navbar-default .navbar-nav > li > a .fa-angle-down {
	font-size: 15px;
	margin-left: 4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover { 
	text-decoration: none; 
	background-color: transparent;  
	color: var(--blue); 
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #fff; 
	color: var(--blue); 
}
.menu-mobile { 
	display: none; 
}
.submenus { 
	padding-top: 10px; 
	text-align: center; 
	clear: both;
}
.submenus ul { 
	list-style-type: none; 
	text-align: center; 
	position: relative; 
	display: inline-block; 
	width: auto; 
	padding-left: 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.submenus ul li {
	width: 160px; 
	display: inline-block; 
	float: left; 
	clear: none; 
	text-align: center; 
	padding: 0; 
}
.submenus ul li a { 
	clear: both;  
	color: #72A3BA; 
	display: block; 
	font-weight: normal; 
	font-size: 0.9em; 
	line-height: 1.3em; 
	padding: 22px 10px 7px 10px; 
	text-align: center; 
	background: transparent; 
	white-space: normal; 
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out; 
	border-right: 1px solid #ccc;
}
.submenus ul li a:hover {
	text-decoration: none;
	background: rgba(174, 199, 211, 0.25);
}
.submenus ul li a img { 
	padding: 0 !important;
	border: none; 
	box-shadow: none; 
	display: block; 
	height: 80px; 
	width: 80px; 
	border-radius: 80px; 
	border: 2px solid #fff; 
	vertical-align: middle; 
	/*
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%); 
	*/
	transition: all 0.1s ease-in-out; 
	-webkit-transition: all 0.1s ease-in-out;
}
.submenus span.menu-image-title {
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-top: 3px;
}



/** Home **/
.cabecera {
	background: url(images/hero.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 140px;
	position: relative;
} 

.cabecera-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.cabecera .col-sm-12 {
	padding-left: 20%;
	padding-right: 20%;
}
.cabecera h1 {
	color: #fff;
}
.home-mission-image {
	padding-right: 30px;
}
.home-mission {
	padding-top: 60px;
}
h1.inline, h2.inline, h3.inline, h4.inline {
	display: inline-block;
	width: auto;
	margin-right: 30px;
	margin-top: 0;
	padding-top: 0;
}
h1.inline + .boton, h2.inline + .boton, h3.inline + .boton, h4.inline + .boton {
	position: relative;
	top: -5px;
}
.valign-top {
	vertical-align: top;
}
.updates-home {
	padding-top: 30px;
}
.owl1 .item {
	background: #F5F5F5;
	position: relative;
	padding-left: 50%;
}
.owl1 .item-image {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.owl1 .item-content {
  	padding: 50px;
}
.owl1 .item-content .etiqueta {
	text-transform: uppercase;
	color: #6299B1;
	font-weight: 600;
}
.owl1 .item-content h3 {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
}
.owl1 .item-content .textos {
	min-height: 360px;
}
.owl1 .item-content .textos a {
	text-decoration: underline;
	font-weight: 600;
}
.owl1 .owl-nav {
	display: none !important;
}
.owl1.connav .owl-nav {
  display: block !important;
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.owlmh.connav .owl-nav {
  display: block !important;
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel.connav .owl-nav button.owl-next {
  position: absolute;
  left: 234px;
  font-size: 40px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
  border: ;
  padding: 0;
  margin: 0;
  line-height: 10px;
  top: 29px;
  color: #6299B1;
}
.owl-carousel.connav .owl-nav button.owl-prev {
  position: absolute;
  left: 50px;
  font-size: 40px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
  border: ;
  padding: 0;
  margin: 0;
  line-height: 10px;
  top: 29px;
  color: #6299B1;
}
.owl1 .owl-dots, .owlmh .owl-dots {
	display: block !important;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
.owl-carousel button.owl-dot {
	background: #D0D0D0;
  	width: 14px;
  	height: 14px;
  	margin: 0 6px;
  	border-radius: 50%;
}
.owl-carousel button.owl-dot.active {
	background: #6299B1;
}
.allabout-home {
	color: #6299B1;
}
.podcast {
	position: relative;
	padding-left: 175px;
	margin-bottom: 40px;
}
.podcast div {
	background: transparent !important;
}
.podcast .podcast-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 160px;
}
.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.updates-home {
	padding-bottom: 20px;
}
.news-home {
	position: relative;
	margin-bottom: 40px;
	padding-left: 80px;
	padding-right: 10px;
}
.news-home .fecha {
	line-height: 18px;
	background: var(--blue);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 16px;
}
.readmore {
	text-decoration: underline;
}
.parallax {
	padding-top: 50px;
	background: url(images/suscribe-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 50px;
}
.parallax .boton {
	margin-bottom: 10px;
}
.parallax input[type="text"], .parallax input[type="email"] {
  	background: #fff;
  	border-radius: 24px;
  	border: none;
  	outline: none;
  	width: 245px;
  	padding: 10px 10px;
  	color: #333;
  	margin-right: 5px;
  	margin-bottom: 10px;
}
.buscador_menu1 .dropdown-menu {
	width: 246px;
  	padding: 10px;
}
.buscador_menu1 form {
	position: relative;
}
.buscador_menu1 button {
	position: absolute;
	color: var(--blue);
	right: 18px;
	top: 7px;
	font-size: 18px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff !important;
	outline: 0;
}
.buscador_menu1 input {
	width: 100%;
	padding: 10px 52px 10px 12px;
	border: 1px solid var(--blue);
	outline: none;
	color: #333;
	border-radius: 24px;
}

/** Footer **/
footer {
	background: #00536f;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 30px;
	font-size: 16px;
}
footer p.green {
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 20px;
}
footer p.green a {
	color: var(--green) !important;
	text-decoration: none !important;
}
footer ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
footer ul li {
	padding: 3px 0;
}
footer ul li a {
	color: #fff !important;
	text-decoration: none !important;
}
img.logofooter {
	width: 140px;
	margin-bottom: 8px;
}
.socialfooter {
	margin-bottom: 20px;
}
.socialfooter a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 30px;
	margin-right: 25px;
}
a.copy {
	color: #fff !important;
	text-decoration:  none !important;
}

/** Pages **/
h3.title {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 3px solid var(--green);
	display: inline-block;
	width: auto;
	padding-bottom: 4px;
}
.submenu-pages ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.submenu-pages ul li {
	margin: 0 0 10px 0;
}
.submenu-pages ul a {
	font-weight: 600;
	display: block;
}
.submenu-pages ul .active a {
	color: var(--green);
}
.our-story iframe { 
	width: 100%; 
	height: 400px; 
	border: 1px solid #f0f0f0; 
}
.our-staff { 
	text-align: center; 
	margin-top: 24px;
}
.our-staff .imagen { 
	width: 200px; 
	height: 200px; 
	border-radius: 50%; 
	overflow: hidden; 
	margin: 0 auto 10px auto; 
	position: relative; 
	-webkit-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.our-staff .imagen img { 
	min-width: 100%; 
	min-height: 100%;
}
.our-staff .imagen .overlay { 
	position: absolute; 
	z-index: 9999; 
	-webkit-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
	background: rgba(0,0,0,0); 
	height: 100%; 
	width: 100%; 
	display: inline-block; 
	text-align: center; 
	color: #fff; 
	opacity:0; 
}
.our-staff .imagen:hover .overlay { 
	background: rgba(0,0,0,0.2); 
	opacity: 1; 
}
.our-staff h4 { 
	margin-bottom: 8px;
	padding-bottom: 0; 
}
.our-staff h4 a {
  text-decoration: none !important;
  font-size: 21px;
}
@media(min-width: 991px) {
	.col-sm-4.our-staff {
		padding-left: 7px;
		padding-right: 7px;
	}
}
iframe { 
	max-width: 100% !important;
	margin-bottom: 20px; 
}
.issuuembed {
	margin-bottom: 20px;
}
#maincontent h1, #maincontent h2, #maincontent h3 {
	margin-top: 0;
	padding-top: 0;
}
.photo-staff img { 
	width: 100%; 
	height: auto; 
}
.cabeceraresponsive {
	display: none;
}
.jay-articles div {
	padding-bottom:20px;
}
ul.titles_list { 
	list-style-type: none; 
	padding-left: 0; 
	margin-left: 0;
}
ul.titles_list li { 
	padding-bottom: 11px; 
	margin-top: 11px; 
	border-bottom: 1px solid #f0f0f0;  
}
.fechas { 
	font-style: italic; 
	font-weight: 300; 
	font-size: 15px; 
	padding-bottom: 6px; 
	border-bottom: 1px solid #e0e0e0; 
	margin-bottom: 20px; 
	position: relative; 
}
.articulo.justify { 
	text-align: justify; 
}
.sharethis-inline-share-buttons.st-inline-share-buttons.st-right.st-animated { 
	display: inline-block; 
	width: auto;  
}
.st-btn.last.st-remove-label { 
	display: inline-block !important; 
}
.menu-categorias.news { 
	vertical-align: top; 
}
.menu-categorias.news ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	margin-bottom: 20px; 
}
.menu-categorias.news ul li { 
	display: inline-block; 
	margin-bottom: 12px; 
}
.menu-categorias.news a { 
	background: #fff; 
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center; 
	border: 2px solid var(--blue); color: var(--blue); 
	padding: 6px 5%; 
	margin-right: 8px; 
	font-weight: 600; 
	font-size: 13px; 
	line-height: 14px;  
	height: 44px; 
	text-align: center; 
	vertical-align: top; 
	position: relative; 
	width: 100%; 
	border-radius: 24px;
}
.menu-categorias.news a { 
	float: left;
	font-weight: 600;
	width: 190px; 
	text-decoration: none !important; 
}
.menu-categorias.news a.activo { 
	border: 2px solid var(--green);
	background: var(--green); 
	color: var(--blue);
	text-decoration: none !important; 
}
.entertainment-small {
	margin-bottom: 36px;
}
.entertainment-small a.collage-image-small {
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
}
.entertainment-small a.collage-image-small .overlay {
	position: absolute; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	display: flex; 
	align-items: center; 
	justify-content: center; 
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	background: rgba(96, 133, 116, 0.7);
	color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.entertainment-small .titulo a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
}
.offscreen-text {
  	position: absolute;
  	width: 1px;
  	height: 1px;
  	margin: -1px;
  	padding: 0;
  	overflow: hidden;
  	clip: rect(0, 0, 0, 0);
  	border: 0;
}

.menu-ganadores ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;  
}
.menu-ganadores { 
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 20px; 
}
.menu-ganadores a { 
	display: inline-block; 
	border: 2px solid var(--blue);
	margin-bottom: 12px; 
	color: var(--blue); 
	padding: 8px 10px; 
	text-align: center; 
	width: 190px; 
	transition: all 0.2s ease-in-out;
	font-weight: 600; 
	border-radius: 24px;
	text-decoration: none !important;
}
.menu-ganadores a.activo { 
	background: var(--green); 
	color: var(--blue); 
	border: 2px solid var(--green);
}
.img_prize_inclusion { 
	padding-left: 150px; 
	background: url(images/logo-prize-inclusion.png) no-repeat top left; 
	background-size: 120px; 
	min-height: 220px;
}
.back-to-top { 
	position: absolute; 
	bottom: 20px; 
	right: 20px; 
}
.main-image {  
	display: block;
	width: 100%;
	height: 240px;  
	position: relative;
	color: #fff;
}
.main-image .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
}
.main-image .text h3 {
	color: #fff;
}
.main-image .text a {
	text-decoration: none;
	color: #fff;
}
.home .main-image h2 { 
	padding-right: 10%; 
	color: #fff; 
}
.home .excerpt { 
	padding-right: 10%; 
}
.home.other-blog .main-image.mental {
    height: 310px;
    margin-bottom: 50px;
}
.home .main-image.mental .overlay {
    opacity: 0.4;
}
.overlay {  
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
}
#commentform input, #commentform textarea {  
	width: 100%; 
	border-radius: 16px; 
	padding: 6px 14px; 
	border: 1px solid #d0d0d0; 
	margin-bottom: 14px; 
}
#commentform input[type="submit"] { 
	background: var(--green);
	color: var(--blue); 
	text-transform: uppercase; 
	font-weight: 600;
	width: 240px; 
	max-width: 100%; 
	border: none;
}
.comment-list { 
	padding-left: 10%; 
	padding-right: 10%; 
	list-style-type: none; 
	margin: 0; 
	font-size: 15px; 
	color: #4c4c4c; 
	font-weight: 300; 
}
.comment-list a, .comment-list a:hover { 
	color: var(--blue);
}
.comment-list li { 
	padding: 12px 0; 
	border-bottom: 1px solid #d0d0d0; 
}
.comment-author.vcard { 
	margin-bottom: 8px; 
}
.comment-list .reply:before { 
	content: url(images/reply.png);
}
.comment-list img.avatar { 
	display: none; 
} 
.comment-list li .comment-body { 
	padding-left: 80px; 
}
.comment-list li:nth-child(1) .comment-body { 
	background: url(images/avatar1.png) no-repeat left top; 
}
.comment-list li:nth-child(2) .comment-body { 
	background: url(images/avatar2.png) no-repeat left top; 
}
.comment-list li:nth-child(3) .comment-body { 
	background: url(images/avatar3.png) no-repeat left top;
}
.comment-list li:nth-child(4) .comment-body { 
	background: url(images/avatar1.png) no-repeat left top; 
}
.comment-list li:nth-child(5) .comment-body { 
	background: url(images/avatar2.png) no-repeat left top; 
}
.comment-list li:nth-child(6) .comment-body { 
	background: url(images/avatar3.png) no-repeat left top; 
}
.comment-list li:nth-child(7) .comment-body { 
	background: url(images/avatar1.png) no-repeat left top; 
}
.comment-list li:nth-child(8) .comment-body { 
	background: url(images/avatar2.png) no-repeat left top; 
}
.comment-list li:nth-child(9) .comment-body { 
	background: url(images/avatar3.png) no-repeat left top; 
}
.comment-list li:nth-child(10) .comment-body { 
	background: url(images/avatar1.png) no-repeat left top; 
}
.comment-list li:nth-child(11) .comment-body { 
	background: url(images/avatar2.png) no-repeat left top; 
}
.comment-list li:nth-child(12) .comment-body { 
	background: url(images/avatar3.png) no-repeat left top;
}
ul.wpp-list { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
h4.titulo.numerocoments { 
	border-top: 1px solid var(--blue);
	padding-top: 15px; 
} 
.col-sm-12.caja-comentarios { 
	padding: 0; display: none;
}
.pledge input[type="text"], .pledge input[type="email"] { 
	background: #FFFFFF; 
	border-radius: 20px; 
	border: none; 
	width: 100%; 
	padding: 6px 10px; 
	color: #333; 
	height: 38px;
	border: 1px solid #555;
}
.pledge label {
	height: 24px;
	padding-left: 10px;
}
.pledge input[type="submit"] {
    background: #c0d72f;
    border-radius: 20px;
    border: none;
    width: 200px;
    max-width: 100%;
    padding: 6px 10px;
    color: #00536f;
    font-weight: 600;
    height: 38px;
    text-transform: uppercase;
    margin-left: 0;
    transition: all .2s ease-in-out;
    margin-top: -7px;
}
.pledge input[type="submit"]:hover { 
	background: #a5ba22; 
}
img.alignright { 
	float: right; 
	margin-left: 30px; 
	margin-bottom: 10px; 
	max-width: 40%; 
	height: auto; 
}
img.alignleft { 
	float: left; 
	margin-right: 30px; 
	margin-bottom: 10px; 
	max-width: 40%; 
	height: auto; 
}
.page-blog .articulo { 
	background: #fff; 
	padding: 15px; 
	margin-bottom: 20px;
}
.page-blog .articulo .white { 
	font-style: italic; 
	font-weight: 300; 
	font-size: 12px;
}
.page-blog a.btn_blue { 
	display: inline-block; 
	border-radius: 16px; 
	color: #fff; 
	font-weight: 600; 
	padding: 7px 22px; 
	text-transform: uppercase; 
	transition: all 0.2s ease-in-out 0s; 
	margin: 20px auto; 
	background: var(--blue);
}
.page-blog a.btn_blue span { 
	font-size: 12px; 
}
.page-blog a.btn_blue:hover { 
	text-decoration: none; 
}
.bar-search input[type="text"] { 
	border: 1px solid #d0d0d0; 
	background: url(images/search.png) no-repeat center right  #fff; 
	border-radius: 16px; 
	padding: 5px 12px; 
	width: 100%;
}
ul.list_categorias { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
ul.list_categorias li { 
	margin: 5px 0; 
	background: url(images/bull.png) no-repeat left 10px; 
	background-size: 6px; 
	padding-left: 12px;
}
.bar-search {
	margin-bottom: 30px;
}
.nuevo-podcast {
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
@media(min-width: 767px) {
	.nuevo-podcast {
		padding-right: 25px;
	}
}
.nuevo-podcast .postthumbnail {
	display: block;
	width: 100%;
	height: 350px;
}
.nuevo-podcast h4 {
	color: #121B3D;
	font-size: 24px;
	margin: 15px 0;
}
.botonpodcast {
	background: #121A3B;
	color: #E8F817 !important;
	display: inline-block;
	border-radius: 4px;
	padding: 8px 22px;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none !important;
}
.single-podcasts h4 {
	color: #121B3D;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.imagenpodcasts img {
	width: auto;
	height: auto;
}
.reproductorpodcast iframe {
	height: 144px !important;
	border: none !important;
}
.transcripcion h1 {
	color: #121A3D;
	font-weight: bold !important;
	font-size: 28px;
	margin-bottom: 22px;
}
.transcripcion strong, .transcripcion b {
	color: #121A3D;
}
.podcast iframe {
	height: 162px !important;
}
.botonpodcast2 {
	width: 160px;
	margin-top: -20px;
	margin-bottom: 50px;
}
.contactform input, .contactform textarea {
  display: inline-block;
  background: #fff none repeat scroll 0 0;
  border-radius: 24px;
  font-weight: 600;
  padding: 9px 12px;
  margin-bottom: 14px;
  font-size: 16px;
  border: 1px solid #d0d0d0;
  font-style: italic;
  color: #666;
  width: 100%;
}
.wp-caption-text { 
	font-size: 0.9em; 
	line-height: 1.1em; 
	color: #666; 
}
.navegacion { 
	border-top: 1px solid #f0f0f0; 
	margin-top: 30px; 
	padding: 20px 0; 
}
.navegacion .siguiente { 
	text-align: right; 
} 
.alignright { 
	float: right; 
	margin-left: 15px; 
	margin-bottom: 8px; 
	max-width: 40%; 
}
.alignleft { 
	float: left; 
	margin-right: 15px; 
	margin-bottom: 8px;
	max-width: 40%; 
}
a.galleryimage {
	display: inline-block;
	width: 100%;
	height: 250px;
	border-bottom: 1px solid #fafafa;
}
.blockgallery {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 3px solid #c0d72f;
	background: #fff;
	margin-bottom: 30px;
}
.pagegallery .contentsgallery {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
}
.pagegallery .contentsgallery h3 {
	min-height: 50px;
}
.mp3 {
	margin-bottom: 30px;
}
span.sharer .fa {
	font-size: 17px;
}
span.sharer a {
	padding: 0 1px;
	margin: 0 2px;
}
span.sharer {
	padding-left: 15px;
}
.socialpodcast .st-btn:nth-child(4) {
	display: none !important;
}
.toppost iframe, .toppost embed {
	display: none !important;
}
/** Galerias **/
.destacados .imagen { 
	position:relative; 
	display: inline-block; 
	overflow:hidden; 
	width:100%; 
	-moz-transform:translateZ(0px); 
	-webkit-transform:translateZ(0px); 
	text-align: center; 
	color: #fff; 
}
.destacados .imagen .overlay { 
	background: rgba(0,0,0,0); 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	height: 100%; 
	width: 100%; 
	-webkit-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
	z-index: 9999; 
	padding-top: 20%; 
	opacity: 0; 
	padding-left: 15px; 
	padding-right: 15px; 
}
.destacados .imagen:hover .overlay { 
	background: rgba(0,0,0,0.6); 
	opacity: 1;  
}
.destacados .overlay a { 
	display: inline-block; 
	padding: 7px 20px; 
	border-radius: 4px; 
	border: 1px solid #fff; 
	background: #fff; 
	color: #000; 
	-webkit-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
	text-transform: uppercase; 
	font-size: 12px; 
	margin-top: 10px; 
	opacity: 0; 
}
.destacados .overlay h4 { 
	opacity: 0; 
	-webkit-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;  
}
.destacados .overlay a:hover { 
	background: transparent; 
	text-decoration: none; 
	color: #fff; 
}
.destacados .overlay:hover a, .destacados .overlay:hover h4 { 
	opacity: 1; 
	-webkit-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
}
.destacados .imagen img { 
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:-webkit-transform .3s ease-in-out;
	-moz-transition:-moz-transform .3s ease-in-out;
	-ms-transition:-ms-transform .3s ease-in-out;
	-o-transition:-o-transform .3s ease-in-out;
	transition:transform .3s ease-in-out;
} 
.destacados .imagen:hover img { 
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1) 
}


@media(max-width: 991px) {
	body {
		font-size: 16px;
	}
	.logo.text-center {
		text-align: left;
	}
	.logo img {
 		width: 140px;
		margin-top: 0;
  		margin-bottom: 0;
	}
	.sitemenu {
		display: none;
	}
	.menu-mobile {
		display: block;
	}
	.navbar-toggle {
	  margin-right: 0;
	  padding: 0 10px;
	  margin-top: -32px;
	  margin-bottom: 0;
	  background-color: transparent !important;
	  border: 0 !important;
	  border-radius: 0;
	  margin-bottom: 24px;
	}
	.navbar-toggle .icon-bar {
 		background-color: var(--blue);
  		height: 4px;
  		width: 30px;
  		border-radius: 6px;
		margin: 5px 0;
	}
	.navbar.navbar-default {
		margin-top: -44px;
	}
	.navbar {
  		min-height: 50px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
 		border-color: transparent;
  		border: none;
  		margin-top: 30px;
	}
	.menu-mobile {
 		display: block;
  		padding-right: 12px;
  		margin-top: -20px;
	}
	.navbar-collapse {
 		padding-left: 0;
  		padding-right: 0;
  		width: 100%;
  		float: none;
  		padding-left: 15px;
  		overflow-x: hidden;
	}
	.nav {
 		padding-left: 15px;
  	}
  	.navbar-nav > li > a {
 		padding-top: 12px;
  		padding-bottom: 12px;
  		line-height: 20px;
  		border-bottom: 1px solid #f0f0f0;
	}
	.menu-item img {
		display: none !important;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  		padding: 7px 15px 8px 25px;
  		text-align: left !important;
  		font-size: 16px;
	}
	.menu-image-title.menu-image-title-above, 
	.menu-image-title.menu-image-title-below, 
	.menu-image-title-below, .menu-image-title-above, 
	.menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below, 
	.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
 		text-align: left !important;
  		display: block;
	}
	.cabecera {
		padding-top: 70px;
  		padding-bottom: 100px;
  	}
	.cabecera .col-sm-12 {
 		padding-left: 15%;
  		padding-right: 15%;
	}
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	.submenu-pages h3 {
		font-size: 24px;
	}
	.home-mission {
 		padding-top: 0;
	}
}

@media(max-width: 767px) {
	h1 {
 		font-size: 38px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	.home-mission-image {
 		display: none;
	}
	.owl1 .item {
		padding-left: 0;
	}
	.owl1 .item-image {
	  position: relative;
	  display: block;
	  left: inherit;
	  top: inherit;
	  width: 100%;
	  height: 300px;
	}
	.podcast {
  		position: relative;
  		padding-left: 0;
  	}
  	.podcast .podcast-image {
  		display: block;
  		position: relative;
 	 	left: inherit;
  		top: inherit;
	  	width: 136px;
	  	width: 136px;
  		display: block;
  		margin: 0 auto 20px auto;
	}
	img.logofooter {
 		display: none;
	}
	.socialfooter {
 		text-align: center;
	}
	.socialfooter a {
 		font-size: 28px;
  		margin-right: 16px;
  		margin-left: 16px;
	}
	.cabeceradesktop {
		display: none;
	}
	.cabeceraresponsive {
		display: block;
	}
	.hiddenphone { 
		display: none; 
	}
	.home .main-image h2 { 
		padding-right: 0; 
		color: #fff; 
	}
	.home .excerpt { 
		padding-right: 0; 
	}
	.home .main-image .text { 
		bottom: 0; 
	}
	.onlyphone { 
		display: block; 
	}
	section { 
		padding-top: 24px; 
		padding-bottom: 24px; 
	}
	.pdf_bbaward { 
		display: none;
	}
	.list_categorias { 
		display: none; 
	}
	.page-blog .articulo {
	  	padding: 15px 0;
	}
}

@media(max-width: 498px) {
	.cabecera .col-sm-12 {
 		padding-left: 20px;
  		padding-right: 20px;
	}
	h1 {
 		 font-size: 36px;
	}
	h1.inline, h2.inline, h3.inline, h4.inline {
  		margin-right: 20px;
  	}
  	h1.inline + .boton, h2.inline + .boton, h3.inline + .boton, h4.inline + .boton {
	  top: -2px;
	}
	.owl1 .item-image {
	  height: 250px;
	}
	.owl1 .item-content {
	  padding: 30px 25px;
	}
	.parallax .boton {
  		margin-bottom: 10px;
 	 	width: 245px;
	}
	footer p.green {
 		letter-spacing: 1px;
  		margin-bottom: 8px;
		margin-top: 18px;
	}
	.full498 {
		float: none;
		width: 100%;
	}
}



/**** Landing Holiday Gift Guide ***/

.holidaygift {
	background: url(images/bgchrismas.jpg) no-repeat center center;
	background-size: cover; 
	min-height: 500px;
	position: relative;
	padding-top: 120px;
	font-family: 'Brilon', sans-serif;
	color: #00274f;
}
.holidaygift a {
	color: #00274f;
}
.holidaygift .bomb1 {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 30%;
}
.holidaygift .bomb2 {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 30%;
}
.holidaygift .logogift {
    max-width: 80%;
    width: 480px;
}
.introgift {
	font-size: 22px;
}
.introgift h1 {
	font-size: 40px;
	margin-bottom: 15px;
}
.bloque-gift {
	margin-bottom: 50px;
}
.bloque-gift .sombras {
	margin-top: -8px;
}
.gif {
	background: #fff;
	padding: 15px;
	position: relative;
}
.gif img {
	width: 100% !important;
	height: auto !important;
}
.gif p {
	margin: 0;
	padding: 0;
}
.content-gift {
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	text-align: center;
}
.gif small {
	font-size: 14px;
}
.gif .sepgift {
	width: 60px;
	background: #00274f;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.gif a.titulogift {
	font-size: 20px;
	font-weight: bold;
	display: block; 
	margin-bottom: 5px;
}
.column2-gift {
	padding-top: 30px;
	padding-left: 30px;
}
.column1-gift {
	padding-right: 30px;
}
@media(max-width: 767px) {
	.column2-gift {
		padding-left: 20px;
		padding-right: 20px;
	}
	.column1-gift {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width: 498px) {
	.holidaygift .bomb1 {
		max-width: 42%;
	}
	.holidaygift .bomb2 {
		max-width: 42%;
	}
	.bloque-gift .col-xs-4, .bloque-gift .col-xs-8 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.bloque-gift .col-xs-4 img {
	    width: 230px !important;
	    margin-bottom: 20px;
	    max-width: 100%;
	    margin-top: 12px;
	}
}

/*** Landing mapa ***/
/** States **/
.map-desktop {
	text-align: center;
}
.map-responsive {
	display: none;
}
.sidenav {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  left: 0;
  background-color: #fff; 
  overflow-x: hidden; 
  padding-top: 40px; 
  transition: 0.5s; 
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.sidenav.visible {
	width: 300px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-box-shadow: 10px 0px 30px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 10px 0px 30px 0px rgba(0,0,0,0.35);
	box-shadow: 10px 0px 30px 0px rgba(0,0,0,0.35);
	border-right: 6px solid #00536f;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 42px;
  margin-left: 50px;
  text-decoration: none !important;
}
.sidenav .state {
	padding: 30px 15px;
}
.elvideo {
	position: relative;
}
.elvideo a {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.elvideo a img {
	display: inline-block !important;
	width: 70px !important;
	margin-left: auto;
	margin-right: auto;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	opacity: 0.8;
}
img.full {
	width: 100%;
}
.elvideo a:hover {
	background: rgba(0,0,0,0.3);
}
.elvideo a:hover img {
	opacity: 1;
}
#html5-watermark {
	display: none !important;
}
#selectState {
	width: 400px;
	max-width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	text-align: left;
}
.post-navigation hr {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}
.post-navigation .prev a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-left: 20px;
	font-weight: normal;
}
.post-navigation .prev a .fa {
	position: absolute;
	left: 0; 
	top: 3px;
	font-size: 18px;
}
.post-navigation .next a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-right: 20px;
	float: right;
	font-weight: normal;
}
.post-navigation .next a .fa {
	position: absolute;
	right: 0; 
	top: 3px;
	font-size: 18px;
}
@media(max-width: 991px) {
	.map-desktop {
		display: none;
	}
	.map-responsive {
		display: block;
		text-align: center;
	}
}


/*** Mental Health ***/
.headmental {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
	padding-left: 50%;
	padding-right: 10%;
}
.headmental h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 70px;
	font-weight: 700;
	color: #fff;
}
.headmental h1 span {
	font-weight: 300;
}
.headmental a {
	color: #fff !important;
	background: #98ad20;
	display: inline-block;
	width: auto;
	margin-top: 20px;
	padding: 12px 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.healthcontent {
	text-align: ;
}
.healthcontent p {
	margin-bottom: 25px;
}
.healthcontent strong {
	font-weight: bold;
	font-size: 18px;
}
.mentalhealthresources {
	position: relative;
	padding-left: 100px;
}
.mentalhealthresources img.mainimgen {
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
}
.mentalhealthpartner {
	position: relative;
	padding-left: 230px;
}
.mentalhealthpartner img.mainimgen {
	position: absolute;
	left: 0;
	top: 0;
	width: 202px;
}
.mentalhealthevent {
	position: relative;
	padding-left: 230px;
	overflow: hidden;
	padding-bottom: 30px;
}
.mentalhealthevent img.mainimgen {
	position: absolute;
	left: 0;
	top: 0;
	width: 202px;
}
@media(max-width: 767px) {
	.headmental {
		padding-left: 30px;
		padding-right: 15%;
	}
	.headmental h1 {
		font-size: 52px;
	}
	.bg-gris {
		background: #f8f8f8;
	}
}
@media(max-width: 498px) {
	
	.mentalhealthpartner {
		position: relative;
		padding-right: 0;
	}
	.mentalhealthpartner img.mainimgen {
		position: relative;
		display: block;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 14px;

	}
	.mentalhealthevent {
		position: relative;
		padding-left: 0;
	}
	.mentalhealthevent img.mainimgen {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 14px;

	}

}

/* Rediseño mental helath */
.intromh {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'EB Garamond', sans-serif;
	font-size: 20px;
	color: #00536E;
	font-weight: 500;
}
.mh-block {
	position: relative;
	padding-left: 145px;
	color: #00536E;
	margin-bottom: 50px;
}
.mh-block img {
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
}
.mh-block h3 {
	margin-top: 0;
}
.mh-crisis {
	background: var(--blue);
	color: #fff;
	padding: 15px 30px 25px 30px;
	border-radius: 12px;
}
.mh-crisis h3 {
	color: #fff;
}
.mh-contact {
	border: 1px solid #74B5D3;
	border-radius: 12px;
	padding: 17px 20px;
	color: #74B5D3;
	margin-bottom: 13px;
}
.mh-contact span {
	display: block;
	color: var(--blue);
	font-weight: 600;
}
.mh-botonyoutube {
	padding-top: 50px;
}
.video-responsive.round iframe {
	border-radius: 20px !important;
}
.mh-contacto {
	background: url(images/mh-bgcontacto.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}


.sealimage {
	margin-top: -300px;
}
.seal h4 {
  font-weight: normal;
  line-height: 1.4em;
}
.seal h4.big {
  font-size: 28px;
  font-weight:bold;
  line-height:1.3em;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bordeseal {
	border-top:1px solid #e0e0e0;
	width:100%;
	height:1px;
}
.formseal {
	position:relative;
	padding-top: 15px;
}
.formseal select {
	width: 150px;
	border-radius: 30px;
	padding: 10px 12px;
	border: 1px solid #e0e0e0;
	background:#fff;
	height:44px;
}
.formseal button {
	width: 100px;
	border-radius: 30px;
	padding: 10px 12px;
	border: 1px solid #e0e0e0;
	background:#C0D72F;
	color:#00536F;
	border:none;
	height:44px;
}
.botonverde {
	width: 100px;
	border-radius: 30px;
	padding: 10px 12px;
	border: 1px solid #e0e0e0;
	background:#C0D72F;
	color:#00536F;
	border:none;
	height:44px;
	text-decoration:none !important;
}
.blogseal {
	position:relative;
	padding-left: 90px;
}
.blogseal .imgblogseal {
	position:absolute;
	left:0;
	top:0;
	width:74px;
	height:74px;
	border-radius:50%;
	background-size:cover;
}
.contenidos-seal {
	display:block;
	position:relative;
	padding-left: 130px;
	margin-bottom:30px;
	min-height:70px;
}
.contenidos-seal .fechas {
  position: absolute;
  left: 0;
  top: 50px;
  font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  color: var(--blue);
  font-size: 22px;
  font-style: normal;
  line-height:32px;
  border:none;
}
.contenidos-seal .fechas .ano {
	font-size: 42px;
	display:block;
	border:none;
}
.circuloseal {
  vertical-align: top;
  display: inline-block;
  width: 184px;
  height: 184px;
  margin-right: 12px;
  margin-bottom: 15px;
  text-align: center;
  color: var(--blue);
}
.content-circuloseal {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.block-circuloseal {
	display:block;
}
.content-circuloseal strong {
	font-family: 'EB Garamond', sans-serif;
  font-weight: bold;
  font-size:18px;
}
.seal0 {
	background:url(images/r0.png) no-repeat center center;
	background-size: 100%;
}
.seal1 {
	background:url(images/r1.png) no-repeat center center;
	background-size: 100%;
}
.seal2 {
	background:url(images/r2.png) no-repeat center center;
	background-size: 100%;
}


@media(max-width: 767px) {
	.mh-botonyoutube {
 		padding-top: 10px;
  		margin-bottom: 30px;
	}
	.sealimage {
 		margin-top: -150px;
  	width: 100px !important;
	}
	.contenidos-seal .fechas {
  	position: relative;
  	left: inherit;
  	top: inherit;
  	margin-bottom: 30px;
  	display:block;
  }
  .contenidos-seal {
  	padding-left: 0;
	}
	.circuloseal {
 		width: 164px;
  	height: 164px;
  }
  .formseal {
  	margin-bottom: 15px;
	}
}

@media(max-width: 498px) {
	.mh-block img {
 		width: 98px;
	}
	.mh-block {
  		padding-left: 116px;
 		margin-bottom: 40px;
	}
}
.actorimage {
  display: block;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  float: left;
  margin-right: 38px;
  margin-bottom: 15px;
  margin-top:10px;
}

@media(max-width:498px) {
	.actorimage {
		float:none;
		margin-right:0;
	}
}