@charset "utf-8";
/* CSS Document */

body{
	font-size: 16px;
}
.wrapper {
    padding: 0px 0;
}
.text-primary{
	color: #00a2a2;
}
.bg-primary{
	background-color: #00a2a2 !important;
}
.text-white a{
	color: #FFFFFF;
}
.text-white a:hover{
	color: #00a2a2;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 20px;
}
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b, h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	color: #00a2a2;
	font-weight: 400;
}
a, a i{
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover{
	color: #00a2a2;
	text-decoration: none;
}

a.understrap-read-more-link {
    font-size: 16px;
    color: #00a2a2 !important;
	border: solid 1px #00a2a2 !important;
	border-radius: 5px;
	background-color: transparent;
}
a.understrap-read-more-link:hover{
	background-color: #005A6A;
	color: #FFF !important;
	
}
.edit-link { display: none; }
input {
    outline: none !important;
}
input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], input[type=tel], textarea {
    padding: 10px !important;
    background-color: #FBFBFB !important;
    color: #333 !important;
    outline: 0 !important;
    border: 0 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    font-weight: 300 !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
    border-radius: 5px !important;
    width: 100% !important;
}
input[type=submit] {
    background-color: #00A2A2 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 90px !important;
	width: auto !important;
    height: auto !important;
    font-size: 20px !important;
}
input[type=submit]:hover{
	background-color: #005A6A !important;
}
.btn-outline-primary.focus, .btn-outline-primary:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show>input.dropdown-toggle:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner span.vc_icon_element-icon{
	font-size: 38px !important;
}

.header_site{
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
/************************** Header Top ***************************/
.header_top{
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_top i{
	font-size: 20px;
	color: #666;
}
.header_top a{
	margin-right: 7px;
}
.header_top a:last-child{
	margin-right: 0px;
}
.header_top a:hover{
	color: #00a2a2;
}
.header_top a i:hover{
	color: #00a2a2;
}
.top_menu ul{
	margin: 0;
	padding: 0;
}
.top_menu ul li{
	list-style: none;
	float: left;
	margin-right: 20px;
}
.top_menu i{
	font-size: 18px;
	position: relative;
    top: 2px;
}
.navbar-brand{
	font-size: 36px;
}
#mysticky-nav .myfixed{
	box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.2);
}
/************************** Menú Principal ***************************/
.navbar-nav li.active a{
	color: #00a2a2;
}
.navbar-nav li{
	font-size: 18px;
}

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

.content_newsletter{
	background-color: #00a2a2;
	padding-top: 40px;
	padding-bottom: 22px;
}
.content_newsletter .wpcf7{
	max-width: 100%;
}
.content_newsletter .btn-outline-primary, .content_newsletter .wpcf7 input[type=submit] {
    color: #00A2A2 !important;
    background-color: #FFF !important;
    font-size: 16px !important;
    padding: inherit !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    max-width: 100%;
    min-width: 100%;
}
.content_newsletter .wpcf7 input[type=submit]:hover{
	background-color: #005A6A !important;
	color: #FFF !important;
	border-color: #005A6A !important;
}

.content_newsletter input{
	background-color: transparent !important;
	color: #FFF !important;
	border: solid 1px #FFF !important;
}
.content_newsletter input[type="email"]::-webkit-input-placeholder, .content_newsletter input[type="text"]::-webkit-input-placeholder, .content_newsletter input[type="email"]::placeholder, .content_newsletter input[type="text"]::placeholder{
	margin-bottom: 20px;
	color: #FFF;
	opacity: 1; /* Firefox */
}
.content_newsletter input[type="email"]:-ms-input-placeholder, .content_newsletter input[type="text"]:-ms-input-placeholder{
	color: #FFF;
}
.content_newsletter input[type="email"]::-ms-input-placeholder, .content_newsletter input[type="text"]::-ms-input-placeholder{
	color: #FFF;
}
.content_newsletter input:focus{
	box-shadow: none !important;
	border-color: #005A6A !important;
}

.footer_top{
	background: url(../images/bg_footer_2.jpg) no-repeat;
	padding-top: 85px;
	padding-bottom: 85px;
}
.footer_top .social_f i {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
	color: #FFF;
}
.footer_top .social_f a i:hover{
	color: #00a2a2;
}
.footer_top hr {
    border-top: 1px solid #FFF;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer_bottom {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
	background: #1A1A1A;
}

.footer_menu ul{
	margin: 0;
	padding: 0;
}
.footer_menu li{
	float: left;
	margin-right: 20px;
	list-style: none;
}
.footer_menu li:last-child{
	margin-right: 0;
}
/************************** Contact ***************************/
.social_contact a {
    display: inline-block;
    margin-right: 10px;
}
.social_contact i {
    color: #00A2A2;
    border: solid 2px #00A2A2;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    padding-top: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social_contact a i:hover {
    background-color: #00A2A2;
    color: #fff;
}
.icons_form span {
    position: relative;
    display: block;
}
.icons_form span:before {
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 20px;
    color: #afafaf;
}
.icons_form input[type=email], .icons_form input[type=password], .icons_form input[type=search], .icons_form input[type=text], .icons_form input[type=url], .icons_form input[type=tel], .icons_form textarea {
    padding-left: 46px !important;
    margin-bottom: 0 !important;
}
.icons_form span.nombre:before {
    content: "\f007";
}
.icons_form span.email:before {
    content: "\f0e0";
}
.icons_form span.telefono:before {
    content: "\f095";
}
.icons_form span.mensaje:before {
    content: "\f044";
}

/************************** Blog ***************************/
#index-wrapper{
	padding-bottom: 30px;
}
#index-wrapper .entry-footer{
	display: none;
}
.title_section{
	background-color: #FFF;
	padding-top: 85px;
	padding-bottom: 65px;
}
img.wp-post-image{
	padding-bottom: 20px;
}
#index-wrapper .entry-meta{
	font-size: 14px;
    color: #b2b2b2;
    padding-bottom: 5px;
}
#index-wrapper .entry-meta a{
    color: #b2b2b2;
}
#index-wrapper article{
	padding-bottom: 40px;
	margin-bottom: 30px;
}
#single-wrapper{
	padding-bottom: 85px;
}
#single-wrapper article{
	padding-bottom: 40px;
}
#single-wrapper .entry-meta, #single-wrapper .entry-meta a{
	font-size: 14px;
    padding-bottom: 10px;
    color: #b2b2b2;
}
.the_champ_sharing_title, .the_champ_sharing_container{
	padding-bottom: 20px;
}
nav.post-navigation{
	padding-bottom: 20px;
}
.comments-area h2{
	font-size: 24px;
}
.comments-area .comment-metadata a {
    font-size: 14px;
    padding-bottom: 10px;
    color: #b2b2b2;
}
.widget-area .widget {
    margin-bottom: 30px;
    border: solid 1px #eaeaea;
}
.widget-area .widget ul {
    padding-left: 20px;
}
.widget-area .widget li{
	list-style: none;
	padding-bottom: 5px;
}
.widget-area h3.widget-title {
    background-color: #eaeaea;
    color: #333;
    font-size: 24px;
    padding: 10px;
}
.tags-links a{
	margin-left: 10px;
}

/************************** site ***************************/
.list_services li{
	margin-bottom: 10px;
}
.title_shadow h3{
	text-shadow: 2px 2px 30px #00a2a2;
    color: #00a2a2;
    border-right: 1px solid;
    padding-right: 30px;
}
.title_work h2{
	background: -webkit-linear-gradient(left,#005c6e 0,#009898 100%);
    background: -o-linear-gradient(left,#005c6e 0,#009898 100%);
    background: linear-gradient(to right,#005c6e 0,#009898 100%);
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
}
.bg-px-r .vc_column-inner{
	background-position-x: right !important;
}


/************************** Responsive ***************************/

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


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

@media only screen and (max-width: 768px) {
  
	.content_newsletter input{
		margin-bottom: 20px;
	}
	.title_shadow h3 {
		border-right: none;
		padding-right: 0px;
	}	
	.row.reorder-xs, .vc_row.reorder-xs {
		transform: rotate(180deg);
		direction: rtl;
	}

}

@media only screen and (max-width: 576px) {
	
	.footer_menu li{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.navbar-brand{
		width: 	70%;
	}
	
	
}
