/*css*/
@import url('reset.css');
@import url('skeleton.css');
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700);

	html, body {
		background: #00377f;
		font: 15px/19px 'Alegreya Sans', sans-serif;
		font-family: 'Alegreya Sans', sans-serif;
		color: #5a5a5a;
		min-width:300px;
	}

	.larger-txt p,
	.larger-txt ul {font: 17px/21px 'Alegreya Sans', sans-serif;}

	a { color: inherit; text-decoration: none;}
	a:hover { text-decoration: none;}
	a[href^="tel:"] {color: inherit;text-decoration:none;}
	.a-hov { transition: all 0.4s ease;}
	.a-hov:hover { color: #3fc8f0;}

	ul li a { transition: all 0.4s ease;}

	h1, h2, h3, h4, h5, h6 { }
	h1 { font-size: 46px; line-height: 1em; font-family: 'Alegreya Sans', cursive; color: #274ec5; font-weight: normal;padding-bottom:18px;}
	h1 span { color: #6c6c6c; font: bold 10px/10px 'Alegreya Sans', sans-serif; text-transform: uppercase;}
	h2 { font: 24px/26px 'Alegreya Sans'; text-transform: uppercase; color: #274ec5; padding-bottom: 20px; padding-top: 20px;}
	h2 span { color: #3fc8f0; /*line-height: 26px;*/}
	h3 { font: 20px/30px 'Alegreya Sans'; text-transform: uppercase; color: #fff; padding-top: 57px; padding-bottom: 9px;}
	h4 { }
	h5 { font-size: 34px; line-height: 1em; font-family: 'Alegreya Sans', cursive; color: #274ec5; font-weight: normal;padding-bottom:18px;}


	.title-1 { font: bold 30px/30px 'Alegreya Sans'; color: #3fc8f0; text-transform: uppercase; padding-top: 33px; padding-bottom: 4px;} 
	.title-2 { font: 30px/30px 'Alegreya Sans'; color: #323232; padding-bottom: 10px;}
	.title-3 { font: 36px/30px 'Alegreya Sans'; color: #1c1c1e; text-transform: uppercase; padding-top: 41px; padding-bottom: 12px;}
	.text-1 { font: 13px/18px 'Alegreya Sans'; color: #3fc8f0; text-transform: uppercase;}
	.text-2 { font: 24px/30px 'Alegreya Sans'; color: #323232; } 
	.text-3 { font: 21px/30px 'Alegreya Sans'; color: #3fc8f0; padding-bottom: 10px;}
	.text-4 { font: 14px/18px 'Alegreya Sans'; color: #64676b;}

	.color-1 { color: #1c1c1e;}
	.color-2 { color: #3fc8f0;}

	.red { color: #cc0000;}

	.weight700 { font-weight:700;} 

	.color-1 a { transition: all .4s ease;}
	.color-1 a:hover { color: #3fc8f0;}

	.tt-none {text-transform:none;}

	h2 + .list { margin-top: -9px;}
	h2.v1 { padding-top: 20px;}
	h2.v2 { padding-top: 52px; padding-bottom: 13px; }


	h2 a { transition: all .4s ease;}
	h2 a:hover { color: #3fc8f0;}
	a.color-2 { transition: all .4s ease;}
	a.color-2:hover { color: #1c1c1e;}


	.btn {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		transition: all 0.4s ease;
		color: #585858;
		font-size: 13px;
		line-height: 18px;
		text-transform: uppercase;
	}
	.btn:hover { color: #3fc8f0;}

	.btn-1 {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		transition: all 0.4s ease;
		color: #585858;
		font: 13px/18px Montserrat;
		text-transform: uppercase;
		background: #fff;
		padding: 10px 14px 10px;
		margin-top: 25px;
}
	.btn-1:hover { color: #3fc8f0;}

	.btn-2 {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		transition: all 0.4s ease;
		color: #323232;
		font: 14px/14px 'Montserrat', sans-serif;
		font-family: 'Montserrat', sans-serif;
		background: url(../images/bg-5.png) right 5px no-repeat;
		padding: 0px 11px 0px 0;
		margin-top: 14px;
}
	.btn-2:hover { color: #3fc8f0;}

.btn-azul {
	display:block;
	text-align:center;
	width:108px;
	height:24px;
	margin:6px 0px 20px;
	padding:5px 0px 0px;
	background: transparent url(../images/btn-azul.png) center center repeat-x;
	cursor:pointer;
	outline:0;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:15px;
	color:#ffffff;
	font-weight:light;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease; 
}
.btn-azul:hover { 
	background: transparent url(../images/btn-azul-hover.png) center center repeat-x;
    color:#fff;
}
.btn-azul-solid {
    background-image:none!important;
    background-color:#164278;
}
.btn-azul-solid:hover {
	 background-color:#3f85c3;
}
.btn-gris {
	display:block;
	text-align:center;
	width:128px;
	height:24px;
	margin:6px 0px 20px;
	padding:5px 0px 0px;
	background: transparent url(../images/btn-gris.png) center center repeat-x;
	cursor:pointer;
	outline:0; 
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:15px;
	color:#274ec5;
	font-weight:light;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease; 
}
.btn-gris:hover { 
	background: transparent url(../images/btn-gris.png) center center repeat-x;
}

	.list.v1 {	padding-right: 30px;}
	.list li {
		font-family: Arial, sans-serif;
		font-size: 13px;
		line-height: 12px;
		line-height: 14px;
		color: #83868a;
		font-family: 'Raleway', sans-serif;
		padding-left: 15px;
		background: url(../images/bg-6.png) 0 15px no-repeat;
		margin-bottom: 14px;
		margin-top: -9px;
		padding-top: 11px;
}
	.list li + li { margin-top: 0px; border-top: 1px solid #d1d1d1;}
	.list li a { display: inline-block;}
	.list li a:hover { color: #3fc8f0;}

.h-lish { display: inline-block;}
.h-lish li { text-align: left; font: 13px/18px 'Alegreya Sans'; text-transform: uppercase; display: inline-block; padding: 0 6px;}
.h-lish li a { color: #1c1c1e; margin-right: 10px;}
.h-lish li a:hover { color: #3fc8f0;}


	/*auxiliary*/

	.img-ind {float: left; margin-right: 20px; margin-bottom:10px; margin-top: 5px;}
	.img-ind-right {float: right; margin-left: 20px; margin-bottom:10px; margin-top: 5px;}
.img-w100 {width:100%;margin:0px auto;}

	.wrapper {width: 100%; position: relative;}
	.extra-wrap {overflow:hidden;}
	.grid_inside { margin: 0 -10px;}
	.aligncenter {text-align: center !important;}
	.alignleft { text-align: left !important; }
	.it {font-style:italic; display: inline-block;}
	.fleft {float: left;}
	.fright {float: right;}
	.h-underline:hover { text-decoration: underline;}
	.underline {text-decoration: underline;}
	.upp {text-transform: uppercase;}
	.transition {transition: all 0.4s ease;}

	.clearfix { *zoom: 1;}
	.clearfix:before,.clearfix:after {display: table; content: "";line-height: 0;}
	.clearfix:after { clear: both;}

	.pad-left { padding-left: 10px;}

	p { padding-bottom: 15px;}
		
	p.color-1 { padding-bottom: 8px;}

.bg-rayas {background:#ffffff url(../images/bg-rayas.png) 0 0 repeat;}

.bord-1 { position: relative; padding-bottom: 33px;}
.bord-1.v1 { padding-bottom: 33px;}
.bord-1.v2 { padding-bottom: 60px;}
.bord-1.v3 { padding-bottom: 28px;}
.bord-1:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	border-top: 1px solid #d1d1d1;
	height: 2px;
	background: url(../images/bg-2.png) 0 bottom repeat-x;
}

.bord-left { position: relative;}
.bord-left:after {
	position: absolute;
	content: "";
	left: 1px;
	top: 38px;	
	bottom: -8px;
	border-left: 1px solid #eeeeee;
	width: 1px;
}
.bord-right { position: relative;}
.bord-right:after {
	position: absolute;
	content: "";
	right: 1px;
	top: 51px;	
	bottom: -8px;
	border-right: 1px solid #dedede;
	width: 1px;
}

.img-bord {	border: 1px solid #d3d3d3;}
.img-bord img { width: 100%;}

.bg-white .img-bord { border: 0px solid #d3d3d3;}
.bg-white .img-bord img { width: 100%;max-width:208px; }

.bg-white h2 { font: 20px/21px 'Alegreya Sans'; text-transform: uppercase; color: #58595b; font-weight:400; padding-bottom: 18px; padding-top: 56px;}
.bg-white h2 span { color: #274ec5; font-weight:700;}

.blue-bg-list {
	width:64%;
	padding-left:16%;
	padding-right:10%;
	margin-left:10%;
	max-width:286px;
	margin-top:20px;
	padding-top:50px;
	padding-bottom:15px;
	font: 14px/18px 'Alegreya Sans', sans-serif;
	color:#ffffff;
	overflow:hidden;
	background:transparent url(../images/bg-home-ul.jpg) 0 0 no-repeat; 
	background-size:cover;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px; 
}
.blue-bg-list h2 {
	color:#ffffff;
	margin:0px;
	padding:0px 0px 5px 0px;
	font-weight:700;
}

.blue-bg-list ul li {
	padding:3px 0px 0px 15px;
	border-bottom:1px solid #2E87CC;
	background:transparent url(../images/bg-home-ul-li.png) 0px 8px no-repeat;
}
.blue-bg-list ul li:last-child {
	border-bottom:0px solid #2E87CC;
}

.gallery-right {
	width:66% !important;
	padding-left:15%;
	padding-right:9%;
}

.gallery-right #gallery {
	width:100%;
	margin:0px 0px 0px -10px;
	padding:0px;
}
.gallery-right #gallery li{
	margin:0px;
	padding:5px 0px;
	text-align:center;
	list-style-type:none; 
}
.gallery-right #gallery li img {
	margin:0px auto;
	max-width:80%;
	max-height:150px; 
	border:2px solid #9cc7e9;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease; 
}
.gallery-right #gallery li img:hover {
	border:2px solid #ffffff;
}

.gallery-content {
	margin:0px;
	padding:10px 0px 20px; 
}
.gallery-content #gallery {
	width:100%;
	margin:0px 0px 0px -10px;
	padding:0px;
	text-align:center;

}
.gallery-content #gallery li{
	display:inline-block;
	width:23%;
	margin:0px;
	padding:0px 10px;
	text-align:center;
	list-style-type:none;
}
.gallery-content #gallery li img {
	margin:0px auto;
	width:100%;
	max-height:140px; 
	border:1px solid #aaaaaa;
}

.item-venta {
	padding-bottom:10px; 
}

.item-venta a { 
	display:inline-block;
	width:auto; 
	height:auto;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#274ec5;
	font-weight:700;
	margin:0px 0px 0px 5px;
	padding:0px;
	padding-right:10px;
	background:transparent url(../images/bg-leer-mas.png) right 5px no-repeat;
}
a.leer-mas {
	display:inline-block;
	width:70px; 
	height:20px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:16px;
	color:#274ec5;
	font-weight:700;
	margin:10px 0px 0px;
	padding:0px;
	padding-right:6px;
	background:transparent url(../images/bg-leer-mas.png) right 4px no-repeat;
}

ul + .bord-1 { margin-top: 46px;}

.shadow-1 { 
	position: relative;
    background:#fff;
}
.shadow-1:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	content: "";
	height: 6px;
	background: url(../images/bg-8.png) 0 0 repeat-x;
}


.shadow-2 { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	content: "";
	height: 6px;
	background: url(../images/bg-8.png) 0 0 repeat-x;
}

.dropcap {
	display: block;
	float: left;
	background: #3fc8f0;
	width: 60px;
	height: 60px;
	color: #fff;
	font: bold 32px/58px 'Alegreya Sans', sans-serif;
	text-align: center;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	margin-top: 6px;
}

/************Header************/

header { background: #00448c url(../images/blue-bg.jpg) center top no-repeat;}
header h1 { display: block;float:left; margin-top: 30px;padding-bottom:0px;} 
header h1 a, header h1 a span { display: block; margin-top: -9px;}

.top-bar {
    background:#000e49;
    background:rgba(0,14,73,0.85);
    text-align:right;
    color:#ccc;
}

.top-bar a {
    display:inline-block;
    width:auto;
    padding:7px 10px;
    color:#ccc;
    text-transform:none;
}
.top-bar a.last {
    padding-right:0px;
}

.top-bar a:hover {
    color:#fff;
}

.top-bar .divider {
    display:inline-block;
    width:auto;
    padding:7px 0px;
}
    

.list-services { margin-top: 14px; margin-right: 0px; float: right; position: relative;}
.list-services li {
	display: inline-block;
	float: left;
}

	[class*="list-services-"] {
		text-decoration: none;
		display: block;
		height: 44px;
		width: 44px;
		background: #ffffff url(../images/social_icons.png) no-repeat;
		-webkit-transition: all 0.2s ease-out;
	    -moz-transition: all 0.2s ease-out;
	    -o-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;
		margin-left: 3px;
	}
	.list-services-1 { background-position: 0px 0px;}
	.list-services-2 { background-position: -47px 0px;}
	.list-services-3 { background-position: -94px 0px;}
	.list-services-4 { background-position: -141px 0px;}
	.list-services-5 { background-position: -189px 0px;}

	.list-services li a:hover { opacity: .6;}

.h-top-right {
	float: right;
	text-align: right;
	margin-top: 44px; 
}
.h-top-right-lang {
    margin-top:10px;
}

.h-top-right .lang {
    height:20px;
    padding:5px 0px;
    margin-bottom:4px;
}
.h-top-right .lang a {
    color:#ffffff;
	opacity: 0.8;
}
.h-top-right .lang a:hover {
	opacity: 1;
}
.h-top-right .lang a em {
    font-family:'FontAwesome';
}

.h-top-right span { font: 22px/22px 'Alegreya Sans'; color: #ffffff; text-transform: uppercase;}

.h-top-right a.header-comprar {
	display:inline-block;
	width:auto;
	height:20px;
	margin-top:9px;
	padding-left:26px;
	color:#ffffff;
	font-size:15px;
	text-transform:none;
	background:transparent url(/images/icon-cart-header.png) left center no-repeat;
	opacity: 0.8;
}
.h-top-right a.header-comprar:hover {
	opacity: 1;
}

a.fb-header {
	float:right;
	display:block;
	text-align:left;
	text-indent:-9999px;
	width:41px;
	height:41px;
	margin-top:-10px;
	margin-left:8px;
	background: transparent url(../images/btn-fb.png) 0 0 no-repeat;
	cursor:pointer;
	outline:0;
	z-index:999;
	transition:  all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out; 
}
a.fb-header:hover {
	background: transparent url(../images/btn-fb-hover.png) 0 0 no-repeat;
}

.h-nav {
    margin-top: 20px;
    background: transparent url(../images/bg-nav.png) 0 0 repeat-x;
    border-top: 0px solid #ececec;
    border-bottom: 1px solid #939ea6; 
}

/*slider*/

.slider { position: relative;background:#ffffff;}
.slider .camera_pag { position: relative;}
.slider .camera_pag_ul { position: absolute; bottom: 17px;  width: 100px; left: 50%;  margin-left: -475px !important;}
.camera_wrap .camera_pag .camera_pag_ul li { width: 20px; height: 20px; background: transparent url(../images/bg-9b.png) right top no-repeat; margin: 0px 2px;}
.camera_wrap .camera_pag .camera_pag_ul li span { display: none;}
.camera_wrap .camera_pag .camera_pag_ul li:hover,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { background: transparent url(../images/bg-9b.png) left top no-repeat;}

.slider .camera_wrap { height: 419px;}


/************Content***********/

.contenido {
    background:#fff;
}
 
.contenido ul, .contenido ol {
	margin:5px 0px 15px 10px;
	padding:0px 0px 0px 10px; 
}

.contenido ul {
	list-style-type:square;
}
 
.contenido ol {
	list-style-type:decimal;
}
.contenido a {
	color:#274ec5;
}
.contenido a:hover {
	color:#091b5b; 
}

.home-celebramos  { background: #00448c url(../images/blue-bg.jpg) center bottom no-repeat; }

.celebramos {
	width:616px;
	height:100px;
	margin:0px auto;
	padding:0px;
	background:transparent url(../images/celebramos-616.png) center center no-repeat;
}
.celebrate {
	width:616px;
	height:100px;
	margin:0px auto;
	padding:0px;
	background:transparent url(../images/celebrate-616.png) center center no-repeat;
}

.content { background: #f9f9f9; position: relative;}
.main-pad-bot { padding-bottom: 40px;}

.block-1 { padding-top: 34px;}
.block-1.v1 { padding-top: 0px; }

.block-1 .box-1 { 
	padding:0px;
	margin:0px;
	height:auto;
	background: #c6e3f7; 
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
}

.block-1 .caja-home { padding-top:215px; }

.block-1 .box-1-v2 { 
	padding:0px;
	margin:0px;
	height:auto;
	background: #c6e3f7; 
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
}
.box-1-v2-wrapper {text-align:center!important;}
.block-1 .box-1-v2, .block-1 .caja-home-v2 {width:100%;max-width:260px;}
.block-1 .caja-home-v2 {padding-top:255px!important;}
.block-1 .box-1-v2 {float:none;display:inline-block;margin:10px 15px !important;}

.block-1 .caja-01 { background: transparent url(../images/caja-home-01.jpg) 0 0 no-repeat;background-size:100%; }
.block-1 .caja-02 { background: transparent url(../images/caja-home-02-v2.jpg) 0 0 no-repeat;background-size:100%; }
.block-1 .caja-03 { background: transparent url(../images/caja-home-03-v2.jpg) 0 0 no-repeat;background-size:100%; }
.block-1 .caja-04 { background: transparent url(../images/caja-home-04.jpg) 0 0 no-repeat;background-size:100%; }
.block-1 .caja-05 { background: transparent url(../images/caja-home-05.jpg) 0 0 no-repeat;background-size:100%; }

.block-1 .caja-home .inside {
	padding: 31px 20px 24px;
	border: 0px solid #d7d7d7;
	border-top: 0px;
	background:transparent url(../images/cajas-bg-text.png) right bottom no-repeat; 
}

.block-1 .caja-home .inside .title-2 {
	padding: 5px 0px 7px;
	margin:0px 0px 6px;
	color:#274ec5;
	text-transform:uppercase;
	font-size:18px;
    line-height:20px;
	text-align:center;
	font-weight:700;
	font-family: 'Alegreya Sans', sans-serif;
	background: transparent url(../images/cajas-dotted.png) center bottom no-repeat;
}
.block-1 .caja-home .inside .txt {
	text-align:center;
	color:#162d74;
	font-size:13px;
	line-height:17px; 
}
.block-1 .caja-home a.plus {
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	width:43px;
	height:44px;
	background: transparent url(../images/a-plus.png) 0 0 no-repeat;
	cursor:pointer;
	outline:0;
	z-index:899;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	transition:  all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out; 
}
.block-1 .caja-home a.plus:hover {
	background: transparent url(../images/a-plus-hover.png) 0 0 no-repeat;
}

.block-1 .btn { margin-top: 11px;}

.block-3 { padding-bottom: 29px;}

.bg-1 { background: #f1f1f1;}
.bg-1 .inside {  padding-left: 298px;  padding-right: 60px;}
.bg-1.bord-1 { padding-bottom: 0;}

.bg-white { background:#ffffff;}
.bg-white-inner { background:#ffffff;}
 
.inicio .bord-1:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	border-top: 0px solid #d1d1d1;
	height: 0px;
	background: transparent;
}

.block-2 img { float: left;}

.bg-2 { background: #e7e7e7;}


.block-4 {margin-top: 53px;}
.block-4 + .block-4 {margin-top: 25px;}
.block-4 h2 { padding-top: 2px;}
.block-4 .img-ind {margin-top: 0;}
.block-4 h2 span { line-height: 24px;}

.block-6 > div > div { position: relative; margin-top: 15px;margin-bottom:15px; padding-top: 0px; padding-bottom: 0px; text-align:center; } 
.block-6 > div > div:after { 
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	top: 0;
	width: 0;
	border-right: 0px solid #cdcdcd;
}
.block-6 > div > div.last:after {  display: none!important;}
.block-6 a img { background: #e7e7e7;margin:0px auto;}
.block-6 a:hover img {	opacity: .7; }



#newsletter1 { position: relative; width: 87%;}
#newsletter1 input { 
	display: inline-block; 
	text-shadow: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff url(../images/bg-7.gif) 0 0 repeat;
	border: 1px solid #bababb;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	height: 33px;
	padding: 7px 10px 8px 19px;
	text-transform: uppercase;
	color: #aaaaaa;
	background: #ffffff;
	margin-bottom:5px; 
}
#newsletter1 input.btn-gris { 
	position: relative; 
	float: right;
	display: inline-block;
	background: #ffffff url(../images/btn-gris.png) center bottom repeat-x;
	font: bold 18px/22px 'Alegreya Sans', sans-serif;
	font-weight:500;
	text-align:center;
	font-size:18px;
	text-transform: uppercase;
	color: #274ec5;
	width:118px;
	height:35px;
	margin:13px 0px 0px;
	padding:8px 0px 3px;
	cursor:pointer;
	outline:0;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease; 
}
#newsletter1 input.btn-gris:hover { background: #ffffff url(../images/btn-gris.png) center bottom repeat-x;}

#newsletter1 label {
	display: block;
	min-height: 30px;
	margin-bottom: 0;
	float: left;
	width: 100%;
}
#newsletter1 fieldset {
	width: 100%;
	float: left;
}
#newsletter1 .seguridad {
	float:left;
	padding-top:14px; 
	width:66%;
} 
#newsletter1 .seguridad label {
	min-height: 22px;
	display:none;
}
#newsletter1 .seguridad .captchaimg {
	float:left; 
	width:54%; 
}
#newsletter1 .seguridad .captchaimg img {
	width:100% !important;
	padding-top:1px;
	background:#142348;
}
#newsletter1 .seguridad input#CaptchaV2 {
	float:left;
	display: inline-block; 
	text-shadow: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bababb;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 7px 10px 8px;
	color: #aaaaaa;
	background: #ffffff;
	text-transform:none;
	text-align:center;
	letter-spacing:1px;
	width:40% !important;
	clear:none;
	margin-left:2px;
}

	.block-7 { padding-bottom: 54px;}

	.block-8 { margin-top: -27px;}

	.b-dropcap { margin-top: 20px;}

.block-10 { margin-top: -22px;}
.block-9 { margin-top: 30px;}
.block-9 .img-ind { margin-top: 0;}
.block-9 .extra-wrap { position: relative;}
.block-9 .extra-wrap .abs {
	position: absolute;
	background: url(../images/arrow-2.png) 0 0 no-repeat;
	width: 11px;
	height: 26px;
	left: -1px;
	top: 25px;
}
.block-9 .inside {
	border: 1px solid #d3d3d3;
	margin-left: 9px;
	background: #ffffff;
	color: #83868a;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	padding: 24px 20px 16px 29px;
}
.block-9 .text-3 { margin-top: 12px;}
.quote {
	display: inline-block;
	width: 27px;
	height: 15px;
	background: url(../images/quote.png) 2px bottom no-repeat;
}
.block-9 a:hover { text-decoration: underline;}


.gallery { margin-top: -14px;}

.box-2 {
	padding: 15px 16px 18px; 
	background: #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.box-2 { margin-top: 19px;}
.box-2 .color-1 { padding-top: 15px; padding-bottom: 8px;}

.block-1.v1 .box-1 { margin-top: 5px; margin-bottom: 48px;}

.block-11 > div { margin-top: 24px;}
.block-11 { margin-top: -24px;}

.box-2 .color-1 a { color:#274ec5; font-size:16px; font-weight:700;text-transform:uppercase; }
.box-2 .color-1 a:hover { color:#091b5b; }

/*blog*/

.post { margin-bottom: 40px;}
.post + .post { margin-top: 20px; }
.post .date {
	display: block; 
	text-align: center; 
	float: left;
	background: #3fc8f0;
	line-height: 18px;
	font-size: 22px;
	color: #fff;
	font-family: 'Alegreya Sans';
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	width: 72px;
	height: 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.post .date + div > h2 { padding-top: 18px; padding-bottom: 9px;}

.post_info { position: relative; margin-bottom: 24px;}
.post_info .box-img-1 {margin-top: 17px;}
.comments { display: inline-block; position: absolute; right: 20px; bottom: 16px; text-transform: none;}
.post .comments a { text-transform: none;}

.blog-title { margin-top: 14px;}


	/*toTop*/

	#toTop {
		display:none;
		text-decoration:none;
		position:fixed;
		cursor:pointer;
		border:none;
		z-index:20;
		margin-right: -670px !important;
		right: 50%;
		bottom: 50px;
		font: 18px/20px 'Alegreya Sans', sans-serif;
		color: #fff;
		width:24px;
		height:24px;
		background:transparent url(../images/top.png) center center no-repeat;
	}

		#toTop:hover { color: #3fc8f0;background:transparent url(../images/top-hover.png) center center no-repeat;}

		#toTop:active, #toTop:focus {outline:none;}



	/*touch-touch*/ 
	.magnifier {
		position:relative;
		display:block;
		background: url(../images/magnifier.png) center center no-repeat #000000;

	}
	.magnifier img {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 100%;
		-webkit-box-shadow: 0px 0px 0px 0px #d3d3d3;
		-moz-box-shadow: 0px 0px 0px 0px #d3d3d3;
		box-shadow: 0px 0px 0px 0px #d3d3d3;
	}

	.magnifier:hover img {
		opacity: 0.4;
	}


a.boton-azul {
	display:inline-block; 
	width:auto;
	padding:7px 10px;
	margin:10px auto;
	color:#e9e9e9 !important;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:#00437e;
	border:1px solid #003664;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
a.boton-azul:hover {
	color:#ffffff !important;
	background:#003460;
}
a.boton-azul:active {
	height:22px
	padding:8px 0px 0px;
}

a.width26 {
	width:26%;
	float:left;
	margin-left:1%;
	margin-right:1%;
}

.rounded-imgs-wrapper {
        text-align:center;
}
.rounded-img-wrapper {
	display:inline-block;
	width:180px; 
	padding-top:10px;
	padding-bottom:15px;
	margin-right:auto;
        margin-left:auto;
	text-align:center;
}
.rounded-img-wrapper img {
	width:160px;
	height:106px;
	padding:0px 5px;
	margin-bottom:8px;
	border:0px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.rounded-img-wrapper a {
	text-decoration:none;
}
.rounded-img-wrapper a:hover {
	text-decoration:underline;
}

.botones-cta {
	clear:both;
	width:100%;
	padding:20px 0px;
}

.botones-cta a {
	display:block;
	float:left;
	text-align:center;
	width:125px;  
	height:42px;  
	margin:0px 9px 5px;
	padding:0px;
	padding-top:7px;
	padding-left:5px;
	padding-right:50px;
	cursor:pointer;
	outline:0;
	font-family: 'Montserrat', sans-serif;
	text-transform:none;
	font-size:14px;
	line-height:16px;
	/*text-shadow:1px 1px #927028;*/
    text-shadow:1px 1px #444;
	color:#ffffff;
	font-weight:400;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;  
}
.botones-cta a:hover  { color:#222222;color:#b3b6dc; text-shadow:none; }

.botones-cta a.btn-asesor {	background: transparent url(../images/btn-asesor-blue.jpg) 0 0 no-repeat;background-size:180px;}

.botones-cta a.btn-planes {	background: transparent url(../images/btn-planes-blue.jpg) 0 0 no-repeat;background-size:180px;}

.botones-cta a.btn-paquetes { background: transparent url(../images/btn-paquetes-blue.jpg) 0 0 no-repeat;background-size:180px;}

.botones-cta a.btn-trabaje { background: transparent url(../images/btn-trabaje-blue.jpg) 0 0 no-repeat;background-size:180px;}

.botones-cta a.btn-arboles-de-vida { background: transparent url(../images/btn-arboles-de-vida-blue.jpg) 0 0 no-repeat;background-size:180px; }

.botones-cta a.btn-cenizarios { background: transparent url(../images/btn-cenizarios-blue.jpg) 0 0 no-repeat;background-size:180px;}

.botones-cta a.btn-lotes { background: transparent url(../images/btn-lotes-blue.jpg) 0 0 no-repeat;background-size:180px;}

.botones-cta a.btn-faq { background: transparent url(../images/btn-faq-blue.jpg) 0 0 no-repeat;background-size:180px;}

.botones-cta a.btn-single-line {height:35px;padding-top:14px;} 

.botones-cta a:active {background-position:0px 1px;}

/* ------------- tabla paquetes funerarios -------------------------*/

table.paquetesfun {
        border-collapse:collapse;
        font-size:14px; 
	 width:100%; 
}
table.paquetesfun td {
        text-align:center;
        border-top:1px solid #DBE6F1; 
        border-bottom:1px solid #DBE6F1;
        border-right:1px solid #DBE6F1;
        border-left:1px solid #DBE6F1;
        border-collapse:collapse;
        padding:10px;
}
table.paquetesfun td.empty {
        border:0px;
}
table.paquetesfun td.header {
        color:#243854;
        border-top:1px solid #B7CEE3;
        border-left:1px solid #f2f2f2;
        border-bottom:1px solid #B7CEE3; 
        border-right:1px solid #f2f2f2;
        background:#d3deeb;
}
table.paquetesfun td.main {
        border-bottom:1px solid #B7CEE3;
	 background:#1d569d;
	 color:#ffffff;
	 font-size:17px;
	 padding:15px 0px; 
}
table.paquetesfun td.col_izq {
        color:#243854;
        background:#F1F7FD;
        text-align:left;
}


/* -------------------------- cajas camposanto -----------------------*/

.caja-camposanto {
	width:47%;
       min-height:324px;
	float:left;
	padding:0px 2px 0px 2px;
	margin:0px 2px 10px 2px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	text-align:center;
}
.caja-camposanto-first {
	border-right: 0px dotted #cccccc;
}
.caja-camposanto-third {
	border-right: 0px dotted #cccccc;
	clear:both;
}


.caja-camposanto h2,
.caja-camposanto p {
	padding:0px 8px 8px;
	margin:0px;
	text-align:left;
}
.caja-camposanto h2 {
	clear:both;
	padding-top:8px;
}

.caja-camposanto img {
	padding-bottom:8px;
	width:80%;
	max-width:160px;
	margin:0px auto;
}

.escazu-box {
	width:30%; 
	padding:0% 1%;
	float:left;
	margin-top:10px;
}
.escazu-box h3 {
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	font-size:15px;
	text-align:center;
    color:#274ec5;
}
.escazu-box h3 a{
	display:block;
	padding:0px 0px 6px;
	text-decoration:none;
}

.escazu-box img {
	width:98%; 
	border:0px;
	border-radius:5px;
	-mox-border-radius:5px;
	-webkit-border-radius:5px;
}

.escazu-box img.eng-escazu-box-img {
    padding-bottom:15px;
}

img.logo-respaldo-inbio {
	padding-right:10px;
	border-right:1px dotted #aaaaaa; 
}
p.para-mas-info {
	font-size:20px;
	line-height:25px;
	text-align:center;
	padding:28px 0px; 
}

/*--------------------- cofres -------------------*/

.cofre-wrapper {
	float:left;
	width:48%;
	margin:0px;
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:1%;
	padding-right:1%;
}
.cofre-wrapper h2 { 
	margin:0px !important;
	padding:5px 0px 9px;
	font-size:16px;
	text-transform:uppercase;
}
.cofre-wrapper .foto {
	width:100%;
	text-align:center;
}
.cofre-wrapper .foto img {
	max-width:140px;
	height:93px;
	margin:0px;
	padding:0px 3px;
	background:#ffffff;
	border:0px solid #ffffff;
	-mox-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}




/* --------------------- accordion start ----------------------------- */

.acc-paquetes {
}
.smk_accordion {
  position: relative;
  margin-bottom: 20px;
}

.smk_accordion .accordion_in {
  border: 0px solid #ccc;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  border-top:1px dotted #cccccc;
width:95%;
}

.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: transparent;
  padding: 2px 0px;
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.smk_accordion .accordion_in .acc_head h4 {
   	color:#1c1c1c;
     font-size:16px;
  font-weight:700;
  margin:7px 0px 9px 0px;
  padding-top:5px;
}

h4 span.ver-detalles {
        font-size:12px !important;
        text-transform:uppercase;
        font-weight:300 !important;
        color:#274ec5 !important; 
}
h4 span.ver-detalles :hover {
	color:#091b5b; 
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  background: url(../images/plusminus.png) center 0;
}

.smk_accordion .accordion_in .acc_content {
  color: #1c1c1c;
  padding: 0px 0px 3px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 0px;
}

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active .acc_head {
  background: transparent;
}
.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) center -18px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 0px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-left: 40px;
}
.smk_accordion .accordion_in .acc_content ul {
	margin-left:50px;
}

.acc-contactos .smk_accordion .accordion_in {
  border: 0px solid #ccc;
  border-top:0px dotted #cccccc;
  border-bottom:1px dotted #aaaaaa;
}
.acc-contactos .smk_accordion .first-item {
  margin-top:15px;
  border-top:1px dotted #cccccc;
}

.acc-contactos .smk_accordion .accordion_in .acc_head h4 {
	font: 24px/21px 'Alegreya Sans'; color: #274ec5; padding-bottom: 20px; padding-top: 20px;
} 

/* --------------------- accordion end ----------------------------- */

/* --------------------- urnas ----------------------------- */

.urnas {background:#fff;}

.urnas .urna {
    width:46%;
    float:left;
    padding:1%;
    padding-bottom:10px;
    margin:1%;
    margin-bottom:30px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
    background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #c5cedb 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#c5cedb 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#c5cedb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c5cedb',GradientType=0 );
    background:#1d569d url(../images/blue-bg.jpg) right bottom no-repeat;
}

.urnas .urna h3 {
    width:96%;
    margin:0px auto;
    padding:5px 0px;
    text-align:center;
    margin-bottom:12px;
    border-bottom:2px solid #fff;
    color:#274ec5;
    font-weight:700
}

.urnas .urna .fotos {
    text-align:center;
}

.urnas .urna .fotos img {
    width:46%;
    max-width:140px;
    padding:0 1%;
    margin:5px auto;
}

@media only screen and (max-width: 767px) {

   .urnas .urna {
    	width:96%;
    	float:none;
    }

}

.urnas .urna h3,
.urnas .urna ul li {color:#fff;}
    

/* --------------------- urnas end ----------------------------- */

.inner-box {
    background:#1d569d;
    padding:10px 30px;
    border-radius:10px;
    text-align:center;
    margin-bottom:20px;
}
.inner-box h2 {
    color:#fff;
    margin:0px;
    padding:10px 0px;
    text-align:center;
}
.inner-box p {
    color:#fff;
    margin:0px;
    padding:10px 0px;
    font-size:18px;
    line-height:25px
}

.inner-box ul {
    display:inline-block;
    width:auto;
    color:#fff;
    margin:0px auto;
    padding:5px 0px 0px;
    font-size:16px;
    line-height:22px;
    text-align:left;
}

.rse-wrapper {margin-bottom:30px;padding-bottom:20px;border-bottom:2px dotted #888888;} 

.logo-rse, .foto-rse {text-align:center;}

.logo-rse img {width:199px;margin:0px auto;}

.foto-rse img {width:100%;margin:0px auto;}

.smk_accordion .accordion-inline {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  border-top:0px dotted #cccccc;
  width:100%;
}

.smk_accordion .accordion-inline .acc_head {
  text-align:left;
  background: transparent;
  padding: 0px !important;
  margin:-10px 0px 10px; 
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.smk_accordion .accordion-inline .acc_head h4 {
  color:#274EC5;
  font-size:14px;
  font-weight:400;
  margin:0px;
  padding:0px;
  padding-top:5px; 
}

.smk_accordion .accordion-inline .acc_head .acc_icon_expand {
  display: none;
}

.smk_accordion .accordion_in .acc_content {
  color: #666666;
}


.home-logos .logo-pngs {
	text-align:center;
	padding:15px 0px;
}
.home-logos .logo-pngs img {
	padding:0px 14px;
}

h2.job {margin:0px;padding:20px 0px;}

.img-caption {
	position:relative;
	width:100%;
}

.img-caption img {
	width:98%;
	border:1px solid #cccccc;
}

.img-caption .txt {
	position: absolute;
	top:0px;
	left:2%;
	width:46%;
	padding:15px 10px;
	color:#ffffff;
	text-align:center;
	background:rgba(0,84,144,0.8);
	border-bottom-left-radius:10px;
	-mox-border-bottom-left-radius:10px;
	-webkit-border-bottom-left--radius:10px;
	border-bottom-right-radius:10px;
	-mox-border-bottom-right-radius:10px;
	-webkit-border-bottom-right--radius:10px;
}

.img-caption .txt .author {
	text-transform:uppercase;
	color:#e2e2e2;
	font-size:13px;
}

.nobullet {list-style-type:none;padding-top:5px;padding-bottom:10px;}

ul.txt16 li {font-size:16px;}

.center {text-align:center !important;}

/************Footer************/

footer { padding-bottom: 50px; background: #00448c url(../images/blue-bg.jpg) center 0px repeat-y; } 
footer [class*="col-"] { position: relative; line-height: 24px; color: #fff; padding-bottom: 30px;font-family: 'Alegreya Sans', sans-serif;font-size:14px;line-height:17px;text-transform:none; }
footer [class*="col-"]:after {
	position: absolute;
	content: "";
	right: 0;
	top: 38px;
	bottom: 0;
	width: 1px;
	border-right: 1px solid #b3b3b3;
}

footer .col-3:after { display: none;}
footer dt { padding-bottom: 24px;}
.col-2 dd span { width: 77px; display: inline-block;}
.col-2 dd.last span { width: 46px;}
.b-contacts { margin-top: -9px;}

footer .col-1 h3,
footer .col-2 h3,
footer .col-3 h3 {font-family: 'Alegreya Sans', sans-serif;font-weight:400;}

footer .logo a {
	display: inline-block;
	color: #fff;
	margin-top: -2px;
}
.copyright {
	color: #fff;
	margin-top: -2px;
}

.copyright a {
    color:#fff;
    text-decoration:none;
}
.copyright a:hover {
    color:#fff;
    text-decoration:underline;
}

.footer-icons {
	text-align:center;
	margin-top:24px; 
}
.footer-icons a {
	display:inline-block;
	text-align:left;
	text-indent:-9999px;
	width:41px;
	height:41px;
	margin:2px;
	cursor:pointer;
	outline:0;
	z-index:999;
	transition:  all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

a.footer-fb 		{ background: transparent url(../images/btn-fb.png) 0 0 no-repeat; }
a.footer-fb:before 	{ content: url(../images/btn-fb-hover.png); width:0; height:0; visibility:hidden; }
a.footer-fb:hover 	{ background: transparent url(../images/btn-fb-hover.png) 0 0 no-repeat; } 

a.footer-tw 		{ background: transparent url(../images/btn-tw.png) 0 0 no-repeat; }
a.footer-tw:before 	{ content: url(../images/btn-tw-hover.png); width:0; height:0; visibility:hidden; }
a.footer-tw:hover 	{ background: transparent url(../images/btn-tw-hover.png) 0 0 no-repeat; }

a.footer-yt 		{ background: transparent url(../images/btn-yt.png) 0 0 no-repeat; }
a.footer-yt:before 	{ content: url(../images/btn-yt-hover.png); width:0; height:0; visibility:hidden; }
a.footer-yt:hover 	{ background: transparent url(../images/btn-yt-hover.png) 0 0 no-repeat; }

a.footer-in 		{ background: transparent url(../images/btn-in.png) 0 0 no-repeat; }
a.footer-in:before 	{ content: url(../images/btn-in-hover.png); width:0; height:0; visibility:hidden; }
a.footer-in:hover 	{ background: transparent url(../images/btn-in-hover.png) 0 0 no-repeat; } 

footer .col-3 .crm-link {
	position:relative;
	/*bottom:0px;
	right:5px;*/
    padding-top:30px;
	width:100%;
	text-align:right;
}
footer .col-3 .crm-link a{
	color:#aaaaaa; 
}
footer .col-3 .crm-link a:hover {
	color:#ffffff; 
}

@media only screen and (max-width: 767px) {
    footer .col-3 .crm-link {	text-align:center; }
}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- -------------------------------------------------------------------- SHOP Start ---------*/

.cart-summary {
	text-align:right;
	margin:-20px 0px 0px 0px;
}
.empty0 { display:none; }
.notEmpty1 { display:none; }

.paquetes-funerarias {padding-top:20px;} 

.paquetes-funerarias ul.productfeaturelist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.paquetes-funerarias .shop-product-small,
.shop-product-small {
	width:100%; 
	margin-bottom:20px;
	padding-bottom:20px;
	border:0px;
	border-bottom:1px dotted #888888;
}
.paquetes-funerarias .shop-product-small .image,
.shop-product-small .image {
	float:left;
	background:transparent;
	margin-right:15px;
}
.paquetes-funerarias .shop-product-small .image img,
.shop-product-small .image img {
	width:100%;
	height:auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.paquetes-funerarias .shop-product-small h2,
.shop-product-small h2 {
	margin-top:0px;
	padding-top:0px;
}

.paquetes-funerarias .shop-product-small .agregar-carrito input,
.shop-product-small .agregar-carrito input {
	cursor:pointer;
	margin:0px auto;
	float:right;
}

.shop-product-small p {margin:0px;padding:0px 0px 5px;}

.shop-product-small .wrapper-leer-mas {text-align:right;}

.shop-product-small .btn-leer-mas,
a#catshopbuy {
	display:block;
	float:right;
	text-align:left;
	width:98px;  
	height:30px;  
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-left:12px;
	padding-right:0px;
	cursor:pointer;
	background: transparent url(../images/btn-leer-mas-blue.jpg) 0 0 no-repeat;background-size:110px;
	outline:0;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	line-height:14px;
	/*text-shadow:1px 1px #927028;*/
    text-shadow:1px 1px #444;
	color:#ffffff;
	font-weight:400;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;  
}

a#catshopbuy {
	width:118px;
	background: transparent url(../images/btn-continuar-blue.jpg) 0 0 no-repeat;background-size:130px; 
}
.shop-product-small .btn-leer-mas:hover,
a#catshopbuy:hover  { color:#222222;color:#b3b6dc; text-shadow:none; } 

table.productLarge,
table.productLarge td {border:0px;padding:0px;}

.shop-main .shop-product-large {border:0px;width:100%;padding-left:0;padding-right:0;}

.shop-main .details {width:100%;}

.shop-main .details h1 { font-size: 46px; line-height: 1em; font-family: 'Alegreya Sans', cursive; color: #274ec5; font-weight: normal;padding-bottom:18px;}
.shop-main .details h2 { font: 24px/21px 'Alegreya Sans'; text-transform: uppercase; color: #274ec5; padding-bottom: 20px; padding-top: 20px;}

.shop-main .shop-product-large .image {width:100%;min-height: 0px;height:auto;margin:0px 0px 20px;padding:0px;}
.shop-main .shop-product-large .image img {width:100%;margin:0px;padding:0px;}

.shop-main .shop-product-large .image .poplets {width:100%;margin:0px;padding:10px 0px;height:auto;}

.shop-main .shop-product-large .image .poplets table.productPoplets {margin:0px;padding:0px;width:100%;}

.shop-main .shop-product-large .image .poplets table.productPoplets td {width:33.33%;float:left;text-align:center;margin:0px;padding:0px;}

.shop-main .shop-product-large .image .poplets table.productPoplets td img {width:100%;margin:0px auto;}

.productitemcell input.cartInputText {width:40px;text-align:center;}

.shop-product-large .details .description ul li.highlight span.intro {font-weight:700;color:#1D5399;}  

.shop-product-large .details .metodo-de-pago-wrapper {}

.shop-product-large .details .metodo-de-pago-wrapper .catProdAttributeTitle {padding-bottom:5px;}
.shop-product-large .details .metodo-de-pago-wrapper .catProdAttributeItem {padding-bottom:4px;}
.shop-product-large .details .metodo-de-pago-wrapper .catProdAttributeItem span {font-family: 'Montserrat', sans-serif;font-weight:300;font-size:12px;padding-left:5px;}

.shop-product-large .details .metodo-de-pago-wrapper li.price {padding-top:4px;padding-bottom:12px;}

.shop-product-large .details .metodo-de-pago-wrapper .summaryPrice {font-family: 'Montserrat', sans-serif; font-size:17px;}

.shop-product-large .details .metodo-de-pago-wrapper li.quantity {}

.shop-product-large .details .metodo-de-pago-wrapper li.quantity input.productTextInput {float:left;margin-right:4px;width:30px;padding:4px 0px;text-align:center;border:1px solid #cccccc;}

.shop-product-large .details .metodo-de-pago-wrapper li.quantity img {cursor:pointer;margin-top:-8px;}

.shop-product-large .details .metodo-de-pago-wrapper li.quantity input.productSubmitInput {
	text-align:left;
	width:130px;  
	height:30px;
	margin:0px;
	margin-top:-2px;
	padding:0px;
	padding-left:12px;
	cursor:pointer;
	background: transparent url(../images/btn-continuar-blue.jpg) 0 0 no-repeat;background-size:130px;
	outline:0;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	/*text-shadow:1px 1px #927028;*/
    text-shadow:1px 1px #444;
	color:#ffffff;
	font-weight:400;
	border:0px;
	cursor:pointer;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;  
}
.shop-product-large .details .metodo-de-pago-wrapper li.quantity input.productSubmitInput:hover  { color:#222222;color:#b3b6dc; text-shadow:none; } 


.shop-product-large .details .description {}

.shop-product-large .details .description p {margin:0px;padding:0px 0px 5px;}
.shop-product-large .details .description ul {margin:0px 0px 0px 10px;padding:0px 0px 0px 10px;}
.shop-product-large .details .description ul li {margin:0px;padding:0px 0px 4px;}

.shop-product-large .details {margin-bottom:10px;}

.masinfo {
	clear:both;
	width:85%;
	margin:0px;
	padding:18px 0px 0px;
	padding-left:5%;
	padding-right:5%;
	text-align:center;
	border-top:1px solid #d8d8d8;
}
.masinfo a {
	display:inline-block;
	width:auto;
	color:#1d5399;
	font-size:18px;
	line-height:22px; 
}
.masinfo a img {
	float:left;
	margin-right:5px;
	margin-top:-8px;
}

.masinfo a:hover {
	color:#000000;
}

.goback {clear:both;width:100%;margin:0px;padding0px;}

.no-show {display:none !important;}

.shop-form {}

.shop-form .infodiv {float:left;width:100%;}

.shop-form #paymentdiv {float:left;width:100%;}

.shop-form .form {}

.shop-form .form .item {margin:0px;min-height:36px;margin:0px;padding:0px;font-size:14px;}

.shop-form .form .item label {font-size:14px; }

.shop-form .form .item input,
.shop-form .form .item textarea {
		-webkit-appearance: none;
}

.shop-form .form .item input,
.shop-form .form .item textarea,
.shop-form .form .item select {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		float: left;
		outline: none;
		border-radius: 0;
		box-shadow: none;
		width: 100%;
		margin-bottom:20px;
		font: 13px/18px Arial, sans-serif;
		font-family: 'Ubuntu', sans-serif;
		color: #83868a;
		background: #ffffff;
		border: 1px solid #d3d3d3;
}

.shop-form .form .item select,
.shop-form .form .item input {
		height: 36px;
		box-shadow: none !important;
		padding: 8px 7px 8px 16px;
		outline: none;
}
.shop-form .form .item textarea {
		height: 251px;
		overflow: auto;
		width: 100%;
		padding: 8px 7px 8px 16px;
		margin: 0px;
		resize: none;
}

.shop-form .form .chkbox { font-size:12px;padding-top:16px; }

.shop-form .form .chkbox input[type="checkbox"] {
     -webkit-appearance: checkbox;
}

.shop-form .form .chkbox input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		float: left;
		outline: none;
		border-radius: 0;
		box-shadow: none;
		width: 20px;
		height: 20px;
		padding: 4px;
		margin-bottom:20px;
		margin-top:8px;
		margin-right:4px;
		font: 13px/18px Arial, sans-serif;
		font-family: 'Ubuntu', sans-serif;
		color: #83868a;
		background:transparent;
		border: 1px solid #d3d3d3;
		outline: none;
}



.shop-form .form .btn input {
	background:#22265b;
	cursor:pointer;
	margin-top:20px;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:17px;
	font-weight:700;
	text-shadow:1px 1px #444;
	border: 1px solid #161c3c;
}

.shop-form .form .btn input:hover  { background:#2d61a7; color:#ffffff; }

.shop-form .form .btn input:active  { border: 1px solid #ffffff;text-shadow:none; }

/* --

.shop-form .form .btn {text-align:center;}

.shop-form .form .btn input {
	float: none;
	text-align:left;
	width:130px;  
	height:30px;
	margin:0px auto;
	margin-top:20px;
	padding:0px;
	padding-left:12px;
	cursor:pointer;
	background: transparent url(../images/btn-continuar.jpg) 0 0 no-repeat;background-size:130px;
	outline:0;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	text-shadow:1px 1px #927028;
	color:#ffffff;
	font-weight:light;
	border:0px;
	cursor:pointer;
	transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease; 
}

.shop-form .form .btn input:hover  { color:#222222; text-shadow:none; }

--- */


.shop-form .form .item .smaller-txt {font-size:11px;}

.shop-form .form .item {float:left;width:30%;margin-left:1%;margin-right:2%;}

.shop-form sub, .shop-form sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
.shop-form sup {
  top: -0.5em;
}
 
.shop-form sub {
  bottom: -0.25em;
}

.footnote {margin:20px 0px 0px;padding:20px 0px 0px; border-top:1px solid #e2e2e2;font-size:13px;color:#999999;}

.footnote-centered {padding-top:20px;text-align:center;}


.mensual {display:none}

.boletin-list-title {padding: 10px 0px 8px; margin:0px;}

.boletin-list-title img {float: left; padding-right: 8px; border-width: 0px; border-style: solid;height:16px;width:18px;}

.boletin-list-body {padding: 0px 0px 25px; margin:0px 0px 35px; border-bottom:1px solid #d2d2d2}



/*------------------------------------------------------------------------------------------------------------- SHOP End -----------*/

/*----------- ajuste descuentos y beneficios  start ------------------*/
.alianzas .box-1 {
	max-width:228px;
	padding:0px 0px 5px;
	margin:15px 0px 0px 0px;
	height:auto;
	background: #f4f4f4; 
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
	border:1px solid #cccccc; 
}
.alianzas .box-1 img.wrapper { 
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	border-top-right-radius:8px;
}

.alianzas .box-1 .inside div { text-align:center;padding:10px 5px 5px;font: 14px/18px 'Alegreya Sans';}

.alianzas .box-1 .inside .descuento {
	float:left;
	display:block;
	width:38px;
	height:29px;
	padding:9px 0px 0px;
	margin:0px 1px 0px 3px;
	background:#184E36;
	color:#ffffff;
	font-size: 18px;
	line-height:18px;
	font-weight:700;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;

}
.alianzas .box-1 .inside .cien {
	width:42px;
	height:31px;
	padding:11px 0px 0px;
	margin:0px 2px 0px 1px;
	-webkit-border-radius:21px;
	-moz-border-radius:21px;
	border-radius:21px;
	letter-spacing:-1px;
}

.alianzas .footnotes-alianzas {
	clear:both;
	margin-top:30px;
	padding-top:15px;
	border-top:1px dotted #cccccc;
}
.alianzas .footnotes-alianzas p {
	margin:0px;
	padding:0px 0px 5px;
	font-size:13px;
	color:#999999;
	line-height:15px; 
}

/* ---------------- promo home ------------------*/

.promo-wrapper {
    position:relative;
    background:#176100 url(../images/promos-home/bg-xmas-tree.png) top right no-repeat;
    color:#fff;
    font-size:18px;
    line-height:24px;
    height:100%;
}

.promo-wrapper2 {
    font-size:20px;    
    background:#d0bfa8 url(../images/promos-home/bg-sand.jpg) bottom right;
}

.promo-wrapper3 {
    font-size:20px;    
    background:#2b0c0a url(../images/promos-home/bg-rostipollos.jpg) top left repeat-x;
}

@media only screen and (max-width: 768px) {
    .promo-wrapper {
    	background:#176100 url(../images/promos-home/bg-xmas-tree.png) bottom right no-repeat;
	}
    .promo-wrapper2 {
    	background:#d0bfa8 url(../images/promos-home/bg-sand.jpg) bottom right;
	}
	.promo-wrapper3 {   
    	background:#87261f url(../images/promos-home/bg-rostipollos.jpg) bottom left repeat-x;
	}
}

.promo-wrapper .promo-foto {
    margin-left:0px;
    text-align:center;
}

.promo-wrapper .promo-foto img {
    width:100%;
    max-width:600px;
}
.promo-wrapper .promo-texto {
    padding:10px 20px;
    box-sizing:border-box;
}
.promo-wrapper2 .promo-texto {
    text-shadow:1px 1px #665a49;
        text-align:center;
    font-weight:500;
}
.promo-wrapper .promo-texto h3 {
    color:#fff;
    font-size:30px;
    line-height:32px;
    margin:0px;
    padding:20px 0px;
    text-align:center;
    text-transform:none;
    font-weight:700;
    z-index:9;
}
.promo-wrapper .promo-texto h4 {
    color:#fff;
    font-size:24px;
    line-height:25px;
    margin:0px;
    padding:10px 0px;
    text-align:center;
    text-transform:none;
    font-weight:500;
    z-index:9;
}

.promo-wrapper2 .promo-texto h4 {
    padding:0px 0px 10px;
}

.promo-wrapper p{
	z-index:9;
}
.promo-wrapper .promo-texto p span {
    font-weight:700;
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .promo-wrapper {
    	font-size:16px;
    	line-height:19px;
    }
    .promo-wrapper {
    	font-size:17px;
    }
	.promo-wrapper .promo-texto h3 {
    	font-size:26px;
    	line-height:21px;
    	padding:5px 0px 10px;
	}
    .promo-wrapper .promo-texto h4 {
    	font-size:20px;
    	line-height:22px;
    	padding:0px 0px 10px;
	}
}

.promo-wrapper .promo-footer {
    position:relative;
    width:100%;
    margin:10px 0px 0px;
    padding:25px 0px 0px;
    background:#fff;
}
.promo-wrapper .promo-footer .bg-ribbon-red {
    position:absolute;
    top:-20px;
    left:0px;
    width:100%;
    height:41px;
    background:transparent url(../images/promos-home/bg-ribbon-red.png) center center repeat-x;
}

.promo-wrapper .promo-footer .bg-ribbon-blue {
    position:absolute;
    top:-20px;
    left:0px;
    width:100%;
    height:41px;
    background:transparent url(../images/promos-home/bg-ribbon-blue.png) center center repeat-x;
}

.promo-wrapper .promo-footer p {
    color:#777;
    font-size:14px;
    line-height:16px;
    padding:5px 10px 0px;
}

/* -------------- para descuentos ------------------*/

.descuentos2 {
	margin: 30px 0px 0px !important;
	padding: 0 !important;
	border: 0px;
	height: auto;
	width: 100% !important;
	background-color: transparent;
	position: relative;
	z-index: 4;
}

.descuentos2 a {
    float:left;
    width:47%;
	margin: 0;
	margin-left:1%;
	margin-right:1%;
    margin-bottom:20px;
	text-align: center;
	color: #454545;
	height: auto;
	padding: 16px 0px !important;
	font-weight: 600;
	text-decoration: none;
	line-height: 18px;
    font-size: 17px;
    text-transform:uppercase;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    transition:  all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.descuentos2 a:hover {
	color:#fff;
	background: #002569;
	border: 1px solid #274ec6;
}

/*----------- ajuste descuentos y beneficios  end ------------------*/

.banners-sidebyside {
    width:100%;
    margin-bottom:30px;
}
.banners-sidebyside .banner {
    width:50%;
    float:left;
}
.banners-sidebyside .banner-left {
    text-align:right;
}

.banners-sidebyside .banner img {
    width:50%;
    max-width:320px;
}

@media only screen and (max-width: 995px) {
    .banners-sidebyside .banner {
    	width:100%;
        float:none;
    }
    .banners-sidebyside .banner-left,
    .banners-sidebyside .banner-right {
    	text-align:center;
    }
    .banners-sidebyside .banner-left {
        margin-bottom:20px;
    }
}
@media only screen and (max-width: 768px) {
    .banners-sidebyside .banner img {
    	width:100%;
	}
}

/* ------ bloque testimonios start -- */

.bloque-testimonios {
    background:#edf3fa;
    padding:50px 0px;
}
.bloque-testimonios h2 { 
    font: 24px/26px 'Alegreya Sans';
    text-transform: uppercase;
    color: #274ec5;
    padding-bottom: 20px;
    padding-top: 0px;}

	

.bloque-testimonios .row {
}

.bloque-testimonios .testimonio-img {
    text-align:center;
}

.bloque-testimonios .testimonio-img img {
    width:100%;
    margin:0px auto;
}

.bloque-testimonios .testimonio-wrapper {
    margin:20px 20px 0px;
}

.bloque-testimonios .testimonio-wrapper .testimonio,
.owl-carousel .testimonio {
    position:relative;
    background:#fff url(../images/bg-testimonio.png) bottom right no-repeat;
    border-radius:10px;
    padding:20px 20px 10px;
    font-size:16px;
    line-height:22px;
    text-align:left;
    box-sizing:border-box;
}
.owl-carousel .testimonio {
	background:#edf3fa url(../images/bg-testimonio-white.png) bottom right no-repeat;
}
.bloque-testimonios .testimonio-wrapper .testimonio:before,
.owl-carousel .testimonio:before {
    position:absolute;
    left:-10px;
    top:-10px;
    font-family:'FontAwesome';
    content:'\f10d';
    color:#164278;
    font-size:26px;
    line-height:26px;
}

.bloque-testimonios .testimonio-wrapper .testimonio .autor,
.owl-carousel .item .testimonio .autor {
    position:relative;
	color:#164278;
    padding-left:15px !important;
}
.bloque-testimonios .testimonio-wrapper .testimonio .autor:before,
.owl-carousel .item .testimonio .autor:before {
    position:absolute;
    left:0px;
    top:6px;
    font-family:'FontAwesome';
    content:'\f068';
    color:#164278;
    font-size:10px;
    line-height:10px;
}

.bloque-testimonios .testimonio-wrapper .link {
    width:100%;
    text-align:right;
    margin:20px 0px 0px;
}

/* ------ bloque testimonios end-- */

.bloque-talleres {
    background:#164278;
    text-align:center;
    color:#fff;
    border-bottom:1px solid #164278
}

.bloque-talleres .wrapper {
    position:relative;
    min-height:100px;
    padding:20px 0px 30px;
}

.bloque-talleres .logo {
    position:absolute;
    left:30px;
    bottom:0px;
    width:220px;
    padding:20px;
    height:84px;
 	background:#fff;
    text-align:center;
    border-top-left-radius:160px;
    border-top-right-radius:160px;
}

.bloque-talleres .logo img {

}

.bloque-talleres .wrapper p.intro {
    font: 20px/29px 'Ubuntu', sans-serif;
    padding:30px 0px 40px;
}

	.bloque-talleres form {
    	margin:0px;
    	padding:0px 0px 20px;
	}
	.bloque-talleres form label {
		display: inline-block;
		position: relative;
		min-height: 46px;
		width: 100%;
	}
	.bloque-talleres label input[type="text"],
	.bloque-talleres label input[type="email"] {
    	-webkit-appearance: none;
		position: relative;
		width: 100%;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 16px;
    text-transform:uppercase;
		color: #83868a;
		background: #ffffff;
		border: 1px solid #d3d3d3;
    	height: 36px;
		padding: 8px 7px 8px 16px;
		outline: none;
    	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.bloque-talleres .seguridad {
		clear:both;
		padding:0px 0px 0px;
		margin:0px;
	}
	.bloque-talleres .seguridad label	{
		padding:5px 0px;
		min-height:0px;
		color:#e9e9e9;
    	text-align:center;
		font-size:14px;
		font: 13px/18px 'Ubuntu', sans-serif;
	}
	.bloque-talleres .seguridad .captchaimg {
    	margin-bottom:4px;

	}
	.bloque-talleres .seguridad .captchaimg img {
	}

	.bloque-talleres .seguridad input#CaptchaV2 {
    	-webkit-appearance: none;
    	letter-spacing:1px;
		text-align:center;
		padding: 8px 0px 8px;
    	font-family: 'Raleway', sans-serif;
		font-size: 14px;
		line-height: 16px;
		color: #83868a;
    	border: 1px solid #d3d3d3;
    	height: 36px;
    	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.bloque-talleres .btns input {
    	display:block;
   	 	width:100%;
    	height:60px;
    	background:#142348;
    	color:#fff;
    	border:0px;
    	cursor:pointer;
    	outline:0;
    	font: 16px/17px 'Ubuntu', sans-serif;
    	text-transform:uppercase;
    	transition: all 0.4s ease;
	}
.bloque-talleres .btns input:hover {
    background:#3f85c3;
}

@media only screen and (max-width: 995px) {
	.bloque-talleres .logo {
    	left:0px;
    }
}

@media only screen and (max-width: 768px) {
    .bloque-talleres form {
        padding-bottom:120px;
    }
    
    .bloque-talleres .btns input {        
        width:192px;
        margin:0px auto;
        margin-top:20px;
    }
    
    .bloque-talleres .logo {
    	left:50%;
        margin-left:-130px;
    }
    
}

@media only screen and (min-width: 769px) {
    .bloque-talleres .btns input {margin-top:30px;}
}

.vid-container {
    overflow: hidden;
    position: relative;
   	margin:30px 0px;
    padding-bottom: 56.3%;
}
.vid-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin:20px 0px;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.pdf-links {
    margin:0px 0px 15px !important;
    padding:0px !important;
    list-style-type:none;
}
.pdf-links li {
    list-style-type:none;
    position:relative;
    min-height:16px;
    background:transparent url(../images/icon_pdf.gif) left top no-repeat;
    margin:0px;
    padding:0px 0px 4px 26px;
}

#prevLink:hover, #prevLink:visited:hover, #prevBLink:hover, #prevBLink:visited:hover, #prevBLink { background: url(/images/lb_prev.gif) left 15% no-repeat !important; }
#nextLink:hover, #nextLink:visited:hover,#nextBLink:hover, #nextBLink:visited:hover, #nextBLink { background: url(/images/lb_next.gif) right 15% no-repeat !important; }

/*----------- pag trabaje con nosotros ------------------*/

ul.tag-cloud {
    width:100%;
    max-width:300px;
    list-style-type:square;
    margin:0px auto 20px;
    padding:20px 20px 20px 30px;
    color:#fff;
    background:#1d569d url(../images/bg-home-ul.jpg) 0px -90px no-repeat;
    background-size:cover;
    box-sizing:border-box;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
ul.tag-cloud li {
    padding-left:
    
}

.gallery figure {
    text-align:center;
    margin-bottom:20px;
    background:#fff;
    border:1px solid #93cff5;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.gallery figure img {
    width:100%;
    max-width:420px;
    margin:0px auto;
}

.gallery figure figcaption {
    padding:10px 0px;
    font-family:'Raleway';
    font-size:1.25em;
    line-height:1;
    font-weight:600;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.gallery figure.verde {border:1px solid #4fa645;background:#f3fcf2}
.gallery figure.verde figcaption {color:#4fa645;background:#f3fcf2}
.gallery figure.verde-oscuro {border:1px solid #2a733b;background:#f2fcf5}
.gallery figure.verde-oscuro figcaption {color:#2a733b;background:#f2fcf5}
.gallery figure.vino {border:1px solid #b8253a;background:#fcf5f6}
.gallery figure.vino figcaption {color:#b8253a;background:#fcf5f6}    
.gallery figure.amarillo {border:1px solid #e5b420;background:#fcfbf5}
.gallery figure.amarillo figcaption {color:#e5b420;background:#fcfbf5}
.gallery figure.celeste {border:1px solid #1d84c3;background:#f2f9fc}
.gallery figure.celeste figcaption {color:#1d84c3;background:#f2f9fc}
.gallery figure.naranja {border:1px solid #f38421;background:#fcf7f2}
.gallery figure.naranja figcaption {color:#f38421;background:#fcf7f2}
.gallery figure.rojo {border:1px solid #ff0000;background:#fcf5f5}
.gallery figure.rojo figcaption {color:#ff0000;background:#fcf5f5}
.gallery figure.azul {border:1px solid #274ec5;background:#f2f5fc}
.gallery figure.azul figcaption {color:#274ec5;background:#f2f5fc}
.gallery figure.morado {border:1px solid #393686;background:#f5f5fc}
.gallery figure.morado figcaption {color:#393686;background:#f5f5fc}

.gallery figure:hover {
    background:#091b5b;
    border:1px solid #091b5b 
}
.gallery figure:hover figcaption {
    background:#091b5b;
    color:#fff !important
}

/*----------- pagina convenios club la piedad ------------------*/

.convenio-wrapper {
    background:#fff;
    padding:0px;
    margin:20px 0px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
}
.convenio-wrapper .logo {text-align:center;}
.convenio-wrapper .logo img {
    width:100%;
    max-width:300px;
    margin:0px auto;
}

.convenio-wrapper .descuento-wrapper {
    width:100%;
    display:table;
}
.convenio-wrapper .descuento-wrapper .descuento {
    width:100%;
    height:100%;
    box-sizing:border-box;
    padding:0px 10px 0px 0px;
    text-align:left;
    font-size:16px;
    line-height:22px;
    display:table-cell;
    vertical-align:middle;
}
.convenio-wrapper .descuento-wrapper .descuento ul {
    margin:20px 0px 0px 10px;
    padding:10px 0px 10px 10px;
    list-style-type:square;
}
.convenio-wrapper .descuento-wrapper .descuento ul li{
    padding-bottom:10px;
}
@media only screen and (max-width: 768px) {
    .convenio-wrapper .descuento-wrapper .descuento ul {
    	margin:0px 0px 0px 20px;
    	padding:0px 0px 10px 10px;
    }
}
@media only screen and (min-width: 768px) {
    .convenio-wrapper .descuento-wrapper {
        height:190px;
        min-height:190px;
    }
}


/*----------- end pagina convenios club la piedad ------------------*/

ul.nobull-links {
    list-style-type:none;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}
ul.nobull-links li{
    position:relative;
    padding-bottom:10px;
    padding-left:25px;
    margin:0px;
}
ul.nobull-links li:before{
    position:absolute;
    top:0px;
    left:0px;
    font-family:'FontAwesome';
    color:#274ec5;
}
ul.nobull-links li.jobs:before{
    content:'\f0b1';
}
ul.nobull-links li.email:before{
    content:'\f0e0';
}
ul.nobull-links li.facebook:before{
    content:'\f082';
}

.rcptch {display:inline-block!important;margin:0px auto!important;padding-bottom:10px!important;overflow:hidden;}
.rcptch .txt{padding-bottom:5px!important;text-align:center;}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .bloque-talleres .g-recaptcha {
    	transform: scale(0.77);
    	-webkit-transform: scale(0.77);
    	transform-origin: 0 0;
    	-webkit-transform-origin: 0 0;
    	margin-left:0%;
	}
    .bloque-talleres .rcptch .txt {
        margin-right:14%;
    }
}

.fright {float:right}

.mar-top0 {margin-top:0px;}.mar-top10 {margin-top:10px;}.mar-top20 {margin-top:20px;}.mar-top30 {margin-top:30px;}.mar-top40 {margin-top:40px;}.mar-top50 {margin-top:50px;}.mar-top60 {margin-top:60px;}.mar-top70 {margin-top:70px;}.mar-top80 {margin-top:80px;}.mar-top90 {margin-top:90px;}.mar-top100 {margin-top:100px;}
.mar-bot0 {margin-bottom:0px;}.mar-bot10 {margin-bottom:10px;}.mar-bot20 {margin-bottom:20px;}.mar-bot30 {margin-bottom:30px;}.mar-bot40 {margin-bottom:40px;}.mar-bot50 {margin-bottom:50px;}.mar-bot60 {margin-bottom:60px;}.mar-bot70 {margin-bottom:70px;}.mar-bot80 {margin-bottom:80px;}.mar-bot90 {margin-bottom:90px;}.mar-bot100 {margin-bottom:100px;}
.pad-top0 {padding-top:0px;}.pad-top10 {padding-top:10px;}.pad-top20 {padding-top:20px;}.pad-top30 {padding-top:30px;}.pad-top40 {padding-top:40px;}.pad-top50 {padding-top:50px;}.pad-top60 {padding-top:60px;}.pad-top70 {padding-top:70px;}.pad-top80 {padding-top:80px;}.pad-top90 {padding-top:90px;}.pad-top100 {padding-top:100px;}
.pad-bot0 {padding-bottom:0px;}.pad-bot10 {padding-bottom:10px;}.pad-bot20 {padding-bottom:20px;}.pad-bot30 {padding-bottom:30px;}.pad-bot40 {padding-bottom:40px;}.pad-bot50 {padding-bottom:50px;}.pad-bot60 {padding-bottom:60px;}.pad-bot70 {padding-bottom:70px;}.pad-bot80 {padding-bottom:80px;}.pad-bot90 {padding-bottom:90px;}.pad-bot100 {padding-bottom:100px;}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	.slider .camera_wrap { height: 263px;}
	.slider .camera_pag_ul { margin: 0 !important; margin-left: -55px !important;}
	.inside .title-2 { font: 23px/23px 'Alegreya Sans';}
	.celebramos { width:416px;height:68px;background:transparent url(../images/celebramos-416.png) center center no-repeat; }
    .celebrate { width:416px;height:68px;background:transparent url(../images/celebrate-416.png) center center no-repeat; }

	.block-1 .caja-home { padding-top:165px; }	
	.bg-white h2 { font: 17px/18px 'Alegreya Sans'; padding-bottom: 18px; padding-top: 6px;}

	.blue-bg-list { width:76%; padding-left:12%; padding-right:6%; margin-left:4%; max-width:286px; margin-top:25px; }
	.blue-bg-list h2 { font: 19px/20px 'Alegreya Sans'; font-weight:700; margin:0px; padding:0px 0px 5px;}
	.blue-bg-list ul {margin:0px;}

	.cofre-wrapper { float:none; width:100%; padding-left:0%; padding-right: 0%; border-bottom:1px dotted #aaaaaa; }

	#newsletter1 .seguridad { padding-top:14px; width:62%; }
	#newsletter1 .seguridad .captchaimg img { padding-top:4px;padding-bottom:4px;} 
 

	footer [class*="col-"]:after { display: none;}

	.block-7 .img-bord { margin-bottom: 20px;}
	.block-9 .extra-wrap .abs { left: -1px; width: 24px;}
	.block-2 img { width: 37%;}

	.botones-cta a {
		float:left;
		width:104px;  
		height:36px;  
		margin:0px 5px 5px;
		padding-top:4px;
		padding-left:3px;
		padding-right:40px;
		font-size:13px;
		line-height:15px;
	}
	.botones-cta a.btn-asesor, .botones-cta a.btn-planes, .botones-cta a.btn-paquetes,
	.botones-cta a.btn-arboles-de-vida, .botones-cta a.btn-cenizarios, .botones-cta a.btn-lotes, .botones-cta a.btn-faq {background-size:148px;}
	.botones-cta a.btn-single-line {height:30px;padding-top:10px;}

	table.word-break td.header {
		-ms-word-break: break-all; 
		word-break: break-all; 
		word-break: break-word;
		font-size:12px; 
	}
	table.word-break td.header { padding:10px 4px; }


}
@media only screen and (max-width: 767px) {
	header h1 { text-align:center; }
	.h-top-right { margin-top: 40px; float: none; text-align: center;}
	.slider .camera_wrap { height: 203px;}
	.list-services { margin-bottom: 20px; float: none;}
	.inside .title-2 { font: 30px/30px 'Alegreya Sans';}
	.box-1 { margin-top: 30px;}
	.bg-1 {background: #f1f1f1 }
	.bg-white, .bg-white .bord-1  { background:#ffffff;}
	.bg-white h2 { padding-top: 80px;}
	a.leer-mas {float:right;} 

	.blue-bg-list { width:55%; margin:0%; margin-left:auto; margin-right:auto; margin-top:25px; padding-top:70px; }
	.blue-bg-list h2 { padding:0px 0px 5px 0px; }
	h1 { font-size: 34px;}

	.bg-1 .inside { padding: 0;}
	.w1 { width: 35%;}
	.bord-left:after { display: none;}
	
	img.logo-respaldo-inbio { padding-right:2px;  }
	p.para-mas-info { font-size:18px; line-height:21px;padding:28px 0px;padding-left:220px; } 

	.block-6 > div > div { width: 47% !important;}
	.block-6 > div > div:after { display: none;}
	.col-2, .col-3 { width: 50% !important;}
	.grid_inside { margin: 0;}

	.inicio .grid_3 { width: 48%;margin-left:1%;margin-right:1%; float:left;}
	.block-1 .caja-home { padding-top:210px;margin-bottom:20px; }

	.box-2 img { }
	.box-2 .img-bord { float: left; width: 40%; margin-right: 20px;}

	.comments { position: relative; margin-top: 20px; right: 0;}

	.block-2 img { width: 100%; margin-right: 0; float: none; margin-bottom: 20px; } 
	.block-2 .btn-1 { margin-bottom: 20px;}
	.bord-1.v4:after { display: none;}
	ul + .bord-1 { margin-top: 0;}

	#newsletter1 .seguridad .captchaimg img { padding-top:3px;padding-bottom:3px;} 

	.botones-cta a {
		float:none;
		width:125px;  
		height:42px;  
		margin:0px auto 12px;
		padding-top:7px;
		padding-left:5px;
		padding-right:50px;
		font-size:14px;
		line-height:16px;
	}
	.botones-cta a.btn-asesor, .botones-cta a.btn-planes, .botones-cta a.btn-paquetes,
	.botones-cta a.btn-arboles-de-vida, .botones-cta a.btn-cenizarios, .botones-cta a.btn-lotes, .botones-cta a.btn-faq {background-size:180px;}
	.botones-cta a.btn-single-line {height:35px;padding-top:14px;} 

	.shop-main .body {clear:both;}

	.shop-product-large .details {width:92%;}
	.masinfo {padding:10px 0px 0px;}
	.masinfo a img {margin-top:2px;}

	.shop-form .form .item {float:left;width:98%;margin-left:1%;margin-right:1%;}
    
    .fright {float:none}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container_12 .alianzas .grid_3 { width:198px;margin-right:5px;margin-left:5px;}  

}

@media only screen and (max-width: 479px) {
	.slider .camera_wrap { height: 127px;} 
	.h-lish { margin-top: 10px;}
	.h-top-right span { display: block; margin-top: 5px;}
	h1 { font-size: 29px;}
	.celebramos { width:316px;height:51px;background:transparent url(../images/celebramos-316.png) center center no-repeat;margin-left:-10px;  }
	.celebrate { width:316px;height:51px;background:transparent url(../images/celebrate-316.png) center center no-repeat;margin-left:-10px;  }
    
	a.fb-header { margin-top:-31px;margin-left:0px; }
	.blue-bg-list { width:75%; padding-top:60px; }

	.img-ind-right {float: none; margin-left: auto; margin-bottom:20px; margin-top: 5px;}
	.caja-camposanto {width:95%;min-height:auto;float:left;padding:0px 2px 0px 2px;margin:0px 2px 0px 2px;border-left: 0px dotted #cccccc;	border-right: 0px dotted #cccccc;	border-bottom: 1px dotted #cccccc;}
	.caja-camposanto img.logo-arboles {padding-top:10px;}
	a.width26 {	width:21%; line-height:14px;}
	img.logo-respaldo-inbio { padding-right:0px;border-right:0px;  }
	p.para-mas-info { padding:15px 0px; } 
	table.paquetesfun {font-size:13px;} 

	
	.w1 { width: 100%; float: none; margin-right: 0; margin-bottom: 20px;} 
	.bg-white .img-bord img { width: 100%;max-width:100%; }
	.bg-white h2 { padding-top: 0px;}

	.escazu-box {	width:98%;padding:0% 1%;margin-top:20px;text-align:center;}
	.escazu-box img { max-width:175px;margin:0px auto; }

	.block-6 > div > div { width: 100%!important; margin-top: 0; padding-top: 0;}
	.col-2, .col-3 { width: 100% !important;}
	.inicio .grid_3 { width: 100%; margin-left:0%; margin-right:0%;}
	.block-1 .box-1 { width:76%;margin-left:12%; }
	.block-1 .caja-home { padding-top:230px;margin-bottom:20px; }

	.w1-small-img {width:auto;margin-right:auto;margin-left:auto;}
	
	#newsletter1 .seguridad { float:none;padding-top:5px; width:100%;}
	#newsletter1 .seguridad .captchaimg img { padding-top:1px;padding-bottom:0px;}
	#newsletter1 .seguridad input#CaptchaV2 { width:44% !important; margin-left:2px;} 
	
	footer h3 {padding-top:20px;}  
	footer [class*="col-"] { padding-bottom: 20px; }
    
    /* -- ajuste descuentos y beneficios -- */
    .alianzas .block-1 .box-1 { max-width:258px; margin-left:10%;}
}
@media only screen and (max-width: 320px) {

}



@media only screen and (min-width: 768px) {

	.shop-product-large .details .description {float:right;width:46%;padding:2%;margin:0;} 

	.shop-product-large .details .metodo-de-pago-wrapper {float:right;width:44%;margin-left:2%;padding:2%;}

	table.cart, table.cart th {font-size:13px;}

}

@media only screen and (min-width: 996px) {

	table.cart, table.cart th {font-size:14px;}

}

.metodo-de-pago-wrapper {
  display: none !important;
}

.shop-product-large .details .description {
  width: 100% !important;
}