@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/*
==============================================
Reset CSS
==============================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Amita', cursive;*/
}
a{
	cursor: pointer;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
strong{
	font-weight: 600;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.form-control:focus{
	border-color: rgba(214,214,214,1);
	webkit-box-shadow: none;
	box-shadow: none;
}



/*
==============================================
Style General
==============================================
*/

html, body, h1, h2, h3, h4, h5, h6, p, a, img{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}
a:active{
	color:inherit;
}

body{
	background: #FFF;
	color: #555555;
}

.woowContentFull{
	width: 100%;
	overflow: hidden;
}

.woowContent1200{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
}

.woowContent1200:after{
	content: ' ';
	clear: both;
	display: block;
}

.woowContent1100{
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px 20px;
}

.woowContent1060{
	width: 100%;
	max-width: 1060px;
	margin: 0px auto;
	overflow: hidden;
}

.woowContent980{
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
	overflow: hidden;
}

.woowContent600{
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	overflow: hidden;
}

.woowBoxS, header, nav, section, div, article{
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}

p, span{
	/*font-size: 19px;*/
	line-height: 20pt;
}

.woowAnimCss3{
	visibility: hidden;
}

.woowNavBreadcrumb{
	overflow: auto;
	margin: 0px;
	padding: 2px 0px;
	background: #f7f6f6;
}

.woowNavBreadcrumb ul li{
	float: left;
	list-style: none;
}

.woowNavBreadcrumb ul li:after{
	content: '>>';
	padding: 0px 8px;
	color: #bbc100;
	font-weight: 600;
}

.woowNavBreadcrumb ul li:last-child:after{
	content: '';
	display: none;
}

.woowNavBreadcrumb ul li a span{
	font-size: 14px;
	color: #777;
}

.woowNavBreadcrumb ul li a span:hover{
	color: #222;
	text-decoration: underline;
}

#alertLoad{
	position: fixed;
	bottom: 8px;
	right: 6px;
	background: #27ae60;
	border: 2px solid #27ae60;
	z-index: 9999;
	padding: 2px 8px;
	border-radius: 3px;
	border: 2px solid #209143;
	display: none;
}

#alertLoad span{
	color: #FFF;
	font-size: 21px;
	display: inline-block;
	float: left;
	margin-top: 13px;
}

#alertLoad img{
	width: 48px;
}

.alertFail,
.alertOk{
	position: fixed;
	bottom: 15px;
	left: 50%;
	margin-left: -270px;
	background: #c0392b;
	z-index: 9999;
	padding: 2px 8px;
	border-radius: 3px;
	display: none;
	padding: 11px;
	border: 1px solid rgb(119, 0, 0);
}

.alertFail{
	visibility: visible;
}

.alertFail span,
.alertOk span{
	color: #FFF;
	font-size: 21px;
	display: inline-block;
	float: left;
}

.alertOk{
	background: #27AE60;
	border: 1px solid #3B694F;
	margin-left: -35%;
	width: 70%;
}

.woowRequireFail{
	border: 1px solid #D60000 !important;
	box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-webkit-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-moz-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-ms-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-o-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
}

.btn{
	padding: 6px 18px;
	margin: 5px 3px;
	font-size: 17px;
	color: #FFF;
	background-color: #7dac38;
	border: 0px;
	border-radius: 2px;
}

.btn i{
	padding-right: 12px;
}

.btnGreen{
	background: #61A93E;
}

.btnHome{
	font-size: 18px;
	margin: 45px 0px 10px 0px;
	padding: 4px 55px;
}

.woowBtn{
	padding: 4px 15px;
	margin: 0px 3px;
	font-size: 18px;
	color: #FFF;
	background-color: #ccc;
	border: 0px;
	border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.65);
	cursor: pointer;
	display: inline-block;
}

.woowPagination{
	display: block;
	text-align: center;
	min-height: 40px;
	clear: both;
	padding: 20px 0px 10px;
}

.woowPagination a,
.woowPagination span.current{
	padding: 3px 11px 3px;
	border: 1px solid #10542d;
	color: #10542d;
	font-size: 18px;
	margin: 0px 3px;
}

.woowPagination .prev,
.woowPagination .next{
	padding: 3px 9px 3px;
}

.woowPagination a:hover,
.woowPagination span.current{
	color: #FFF;
	background: #10542d;
	transition: all 0.4s ease;
}

.woowMenuResponsiv{
	display: none;
	width: 75%;
	overflow: auto;
	background: #61A93E;
	color: #fff;
	margin: 10px auto 4px;
	padding: 10px 28px;
	font-size: 28px;
	cursor: pointer;
	text-align: center;
	box-shadow: inset 0px 0px 2px 0px #fff;
}

.woowMenuResponsiv i{
	float: left;
	padding: 4px 30px 4px 0px;
	padding-right: 30px;
	font-size: 20px;
	border-right: 1px solid;
}

.woowMenuResponsiv span{
	display: block;
	margin-right: 50px;
	font-size: 25px;
}

.woowPopup{
	display: none;
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.37);
	overflow: auto;
}

.woowPopup div{
	position: relative;
	background: #fff;
	padding: 25px;
	width: 100%;
	max-width: 920px;
	margin: 6% auto 0%;
	border: 1px solid #777;
	border-radius: 5px;
}

.woowPopup div h2{
	color: #444;
	margin: 0px;
	font-size: 25px;
	font-weight: 600;
}

.woowPopup div hr{
	width: 120px;
	border: 1px solid #61A93E;
	margin-top: 5px;
	margin-left: 0px;
}

.woowPopup div p{
	font-size: 16px;
	text-align: justify;
	padding: 12px 0px 8px;
}

.woowPopup .woowPopupCloseTien{
	position: absolute;
	top: -7px;
	right: -7px;
	font-size: 35px;
	color: #e74c3c;
	cursor: pointer;
}

.woowPopup .woowFormContacto input{
	width: 49.5%;
	margin: 8px 0px;
}

.woowPopup .woowFormContacto textarea{
	max-height: 110px;
}

.woowPopup .woowFormContacto select{
	width: 49.5%;
	padding: 5px 10px;
}

/*
==============================================
Style Defaul Wordpress
==============================================
*/

.woowContPage{
	width: 100%;
	padding: 20px 0px 50px;
	clear: both;
}

.woowSectionPage{
	margin: 40px auto 20px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.woowTheContent{
	height: auto;
}

.woowTheContent h1{
	font-size: 32px;
	margin: 25px 0px 0px;
}

.woowTheContent h2{
	font-size: 26px;
	margin: 25px 0px 0px;
}

.woowTheContent h3{
	font-size: 24px;
	margin: 25px 0px 0px;
}

.woowTheContent h4{
	font-size: 22px;
	margin: 25px 0px 0px;
}

.woowTheContent h5{
	font-size: 20px;
	margin: 25px 0px 0px;
}

.woowTheContent h6{
	font-size: 18px;
	margin: 25px 0px 0px;
}

.woowTheContent p{
	margin: 8px 0px 10px;
}

.woowTheContent img{
	max-width: 100%;
	height: auto;
}

.woowTheContent ul,
.woowTheContent ol{
	padding-left: 40px;
}

.woowTheContent blockquote{
	border-color: #719430;
	border-left-style: solid;
	border-left-width: 7px;
	padding-left: 20px;
	margin-bottom: 1em;
	margin-right: 1em;
	line-height: 1.5em;
	color: #919191;
}

.woowTheContent a{
	color: #00BCD4;
	text-decoration: underline;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*
==============================================
Style Widgets
==============================================
*/

.widget {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
	color: #7A7A7A;
}

.widget-title,
.titleSidebarSingle{
	color: #606060;
	text-align: left;
	font-size: 20px;
	padding: 4px 0px 10px 15px;
	border-bottom: 1px solid #D6D6D6;
	border-left: 5px solid #86bb38;
}

.widget-content {
	padding: 11px 10px 10px;
}

.widget-content * {
	max-width: 100%;
}

/*
// Widget Categorias
*/
.widget_categories{
	text-align: left;
}

.widget_categories ul{
	list-style: none;
	text-align: left;
}

.widget_categories li {
	padding: 4px 0px;
}

.widget_categories li:hover {
	padding-left: 5px;
	color: #bbc100;
}

.widget_categories li:before {
	font-family: FontAwesome;
	content: "\f101";
	padding: 5px;
	font-size: 21px;
	color: #bbc100;
}

/*
// Widget Ultimos Post
*/
.widget_dpe_fp_widget ul{
	list-style: none;
	text-align: left;
}

.widget_dpe_fp_widget li {
	overflow: auto;
	padding: 10px 0px;
}

.widget_dpe_fp_widget li img {
	width: 72px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

.widget_dpe_fp_widget li .title {
	text-align: left;
	font-size: 14px;
}

.widget_dpe_fp_widget li .title:after{
	display: none;
}


/*
// Widget compartir RS
*/
.widget_compartir{
	text-align: center;
}

.widget_compartir .btnRs{
	color: #fff;
	margin-bottom: 10px;
	width: 90%;
	font-size: 13px;
}

.widget_compartir .btnRs i{
	padding-right: 5px;
	font-size: 15px;
}

.btnFb{
	background: #4d6bab;
}

.btnTw{
	background: #3fcdf1;
}


/*
==============================================
Style Header
==============================================
*/

.woowBarMenu{
	background: rgba(0, 0, 0, 0.7);
	padding: 4px 0px;
	position: fixed;
	top: 0px;
	z-index: 999999;
}

.contentLogo{
	display: inline-block;
}

.contentLogo img{
	width: 130px;
}

.woowMainMenu{
	display: inline-block;
	float: right;
	padding-top: 7px;
}

.woowMainMenu ul{
	display: inline-block;
	background: none;
	float: right;
}

.woowMainMenu ul li a{
	color: #fff;
	font-size: 17px;
}

.woowMainMenu ul li.current-menu-item a{
	color: #ff434b;
}


/*
==============================================
Style Main Slider
==============================================
*/

.woowContentSlider{
	margin-top: 0px;
	overflow: hidden;
}

.camera_wrap{
	height: 650px;
	display: block;
}

.camera_prev, .camera_next, .camera_commands{
	cursor: pointer;
	height: 45px;
	margin-top: 0px;
	position: absolute;
	bottom: 0%;
	top: inherit;
	width: 47px;
	z-index: 2;
	background: rgb(255, 162, 37);
	padding-top: 3px;
	padding-left: 5px;
}

.camera_next{
	right: 0;
}

.camera_prev{
	right: 100px;
	left: auto;
}

.camera_commands{
	right: 50px;
}

.camera_caption{
	width: 100%;
	top: 0px;
	height: 100%;
}

.camera_caption > div{
	height: 100%;
	background: none;
	min-height: 44px;
	font-weight: 600;
	padding: 23% 30px 10%;
	text-align: center;
}

.camera_caption > div h3{
	text-align: center;
	font-size: 38px;
	padding-bottom: 20px;
}

.camera_caption > div .parrafoSlider{
	display: block;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-weight: 200;
	padding: 0px 10px 50px;
	max-width: 600px;
	margin: 0px auto;
}

.camera_caption > div hr{
	margin: 40px 0px;
}


/*
==============================================
Style Section Home
==============================================
*/

.btnColor,
.camera_wrap a.btnColor{
	font-size: 18px;
	content: #fff;
	border-radius: 2px;
	font-weight: 400;
	padding: 10px 35px;
	background: linear-gradient(90deg, rgb(255, 162, 37) 0%, rgb(255, 67, 75) 100%);
	transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
}

.btnColor:hover,
.camera_wrap a.btnColor:hover{
	background: linear-gradient(90deg, rgb(255, 67, 75) 0%, rgb(255, 162, 37) 100%);
}

.contactSocial{
	display: block;
	margin-bottom: 12px;
}

.contactSocial article{
	text-align: center;
	margin-top: -18px;
}

.contactSocial article a,
.footerSocial a{
	position: relative;
	margin: 0px 1.5%;
	background: #ff434b;
	display: inline-block;
	padding: 7px 2px;
	border-radius: 50%;
}

.contactSocial article i,
.footerSocial i{
	position: relative;
	font-size: 18px;
	color: #fff;
	width: 30px;
	z-index: 9999999;
}

.footerSocial{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}

.footerSocial a{
	padding: 5px 2px;
}

.titleSection{
	text-align: center;
	padding: 60px 0px 20px;
}

.titleSection h2{
	color: #555;
	font-size: 24px;
	font-weight: 700;
}

.titleSection hr{
	width: 50px;
	height: 1px;
	border: none;
	background: linear-gradient(90deg, rgb(255, 162, 37) 0%, rgb(255, 67, 75) 100%);
}

.diferencialArticle{
	text-align: center;
	padding: 30px 0px 30px;
}

.diferencialArticle span{
	display: inline-block;
	background: #ff434b;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 130px;
}

.diferencialArticle span i{
	font-size: 55px;
	color: #fff;
}

.diferencialArticle h3{
	font-size: 14px;
	font-weight: 700;
	padding: 20px 20px;
}



/*
==============================================
Style Cards
==============================================
*/

.bgGray{
	background: #eee;
	margin-top: 80px;
	padding-bottom: 80px;
}

.card .card__inner{
	position: relative;
	font-size: 0px;
}

.card .card__inner img{
	width: 100%;
	height: 100%;
}

.card .contentGaleria{
	position: absolute;
	width: 100%;
	top: 25%;
	padding: 20px 40px;
}

.card .contentGaleria .titleArticle{
	border-color: #f39c12;
	padding-bottom: 24px;
	padding-left: 20px;
	font-size: 22px;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.card .contentGaleria .linkMas{
	display: inline-block;
	font-size: 14px;
	padding: 5px 20px;
	transition: all 0.5s ease;
}

.card__expander{
	padding: 0px;
	visibility: hidden;
}

.card__expander .titleExpand{
	font-size: 20px;
	padding-bottom: 15px;
	font-weight: 600;
}

.card__expander .contentExpand{
	font-size: 17px;
	line-height: 22px;
}

.is-expanded .card__expander{
	padding: 40px 30px;
	visibility: visible;
}

.listFeatures{
	list-style: none;
	padding: 15px 0px 15px 15px;
	line-height: 25px;
}

.listFeatures .fa{
	padding-right: 10px;
}

.example{
	padding-right: 8px;
}


/*
==============================================
Style Footer
==============================================
*/

.sectionFooter{
	background: #232323;
	color: #fff;
	padding-bottom: 40px;
}

.sectionFooter .titleSection h2{
	color: #fff;
}

.sectionFooter .contentFooter{
	padding: 0px 20px
}

.sectionFooter .contactInfo i{
	padding-bottom: 12px;
	padding-right: 15px;
}

.woowFormContacto{
	display: block;
	text-align: center;
}

.woowFormContacto input{
	width: 49%;
	margin: 8px 0px;
	background: transparent;
	border-radius: 1px !important;
	box-shadow: none !important;
}

.woowFormContacto textarea{
	width: 100%;
	margin: 10px 0px;
	resize: none;
	background: transparent;
	border-radius: 1px !important;
	box-shadow: none !important;
}

.woowFormContacto button{
	background: #ff434b;
	color: #FFF;
	width: 120px;
}

.barFooter{
	background: #111111;
	padding: 16px 0px;
	color: #fff;
	text-align: center;
}
