/* Enter Your Custom CSS Here */
/*
*
****************STYLES GENERALS*****************
*
*/
/*clear paddings*/
*{
	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
}
/*This is the principal container*/
.contenedor{
	max-width: 1140px !important;
  	margin: 0 auto !important;
}
.contenedor:before, .contenedor:after{
	clear: both;
  	content: "";
  	display: table;
}
/*delete space in pages*/
#theme-page .theme-page-wrapper{
	margin: 0 auto !important;
}
#mk-page-introduce.intro-left{
	display: none;
}
article.post{
	margin-top: 30px;
}
#theme-page .theme-page-wrapper .theme-content{
	padding: 0px !important;
}
/*
*
*****************STYLES OF HEADER***************
*
*/

/*style default form header*/

.mk-header-toolbar {
  	background-color: #0E5E4B !important;
}
.mk-header-toolbar i, .mk-header-toolbar span, .mk-header-toolbar a{color: #fff !important;}
#mk-header .header-logo a img{
	height: 80px;
}
.mk-desktop-logo dark-logo{
	margin-left: -25px !Important;
}
.header-toolbar-contact i, .header-toolbar-contact, .header-toolbar-contact a, .mk-header-toolbar #mk-header-social a i{
	color: #0E5E4B;
}
.mk-jupiter-icon-simple-facebook, .mk-jupiter-icon-simple-twitter{
	position: relative;
  	top: -5px;
}
.mk-sticky-logo{
	height: 42px !important;
}
/*
*
***************STYLES OF FOOTER***********
*
*/
#mk-footer .mk-padding-wrapper, #mk-footer [class*='mk-col-']{
	padding: 0px !important;
}
/*styles of first widget footer*/
.footer-contact-info{
	width: 100%;
  	display: block;
}
.footer-contact-info:before, .footer-contact-info:after{
	display:table;
  	content: "";
    clear: both;
}
.footer-contact-info .logo-footer{
	width: 25%;
  	float: left;
  	padding-right: 15px;
}
.footer-contact-info .logo-footer img{
	width: 100%;
}
.footer-contact-info .content-footer{
	width: 75%;
  	float: left;
  	padding-left: 15px;
}
.footer-contact-info .content-footer p{
	font-size: 16px !important;
}
/*sub-footer styles*/
.mk-footer-copyright{
	font-size: 14px !important;
    text-align:center;
}
.mk-footer-copyright a{
    color: #0E5E4B;
    font-weight: 700;
}
/*style of icons footer*/
.social-footer{
	padding: 0px;
  	margin: 0px;
  	text-align:right;
  	list-style: none;
  	padding-right: 15px;
}
.social-footer li{
	display: inline-block;
  	padding-left: 20px;
}
.social-footer i{
	font-size: 23px;
}

/*
*
*****************STYLES OF THE TITLES PAGES*****************
*
*/

.titulos-blancos p:after{
	content: "";
  	display: table;
  	position: relative;
  	height: 1px;
  	background-color: #ccc;
    width: 48px;
  	top: -14px;
  	left: -49px;
}
.titulos-blancos p:before{
	content: "";
  	display: table;
  	position: relative;
  	height: 1px;
  	background-color: #ccc;
    width: 48px;
    top: 15px;
    left: 236px;
}
.titulos-blancos p{
	font-family: Open sans;
  	font-weight: 700;
  	color: #FFF;
  	font-size: 17px;
  	text-transform: uppercase;
  	margin: 1% 28%;
  	border-left: 1px solid #ccc;
  	border-right: 1px solid #ccc;
}
@media (max-width: 1024px){
  .titulos-blancos p{
  		margin: 0px;
  		text-align: center;
  		border-left: none;
  		border-right: none;
	}
  .titulos-blancos p:before, .titulos-blancos p:after{
  	display:none;
  }
}
@media (min-width: 1700px){
  .titulos p:before, .titulos p:after{
  	height: 2px;
  }
}
.titles-services p, .titles-left p{
	font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #202020;
  	text-align:center;
}
.desc-services p, .desc-left p{
	font-size: 14px;
    color: #505050;
    text-align: center;
}
.titles-left p, .desc-left p{text-align:left;}
.text-white p{
	font-size: 14px;
    color: #FFF;
    text-align: center;
}
/*estilos del boton verde**/
.btn-green{
	border: 2px solid #0E5E4B;
  	border-radius: 6px;
  	color: #0E5E4B;
  	text-transform: uppercase;
  	padding: 10px 25px;
  	font-weight: bold;
  	background-color: transparent;
  	cursor: pointer;
  	transition: all .3s;
}
.btn-green:hover{
	background-color: #0E5E4B;
  	color: #FFF;
  	transition: all .3s;
}
.btn-gris{
	background-color: #fafafa;
  	border: none;
  	padding: 10px 25px;
  	color: #0E5E4B;
  	border-radius: 6px;
  	text-transform: uppercase;
  	text-align: center;
  	transition: all .3s;
}
.btn-gris:hover{
	background-color: #d3d3d3;
  	transition: all .3s;
}
/*estilos del formulario de contacto*/
.form-content{
	width: 100%;
  	padding: 0px 20px;
}
.form-content:before, .form-content:after, #input-cf7:before, #input-cf7:after{
	content: "";
  	display: table;
  	clear:both;
}
.btn-container{
	text-align:center;
}
#input-cf7, #textarea-cf7{
	background-color: #FFF !important;
  	border: none !important;
  	border-radius: 6px !important;
  	padding: 10px !important;
  	color: #0E5E4B !important;
  	outline: 0;
  	font-family: Open Sans;
  	margin-bottom: 15px !important;
  	width: 100% !important;
}
#textarea-cf7{
	height: 160px !important;
}

#btn-submit{
	background-color: #0F5E4B !important;
  	border: none !important;
  	border-radius: 6px !important;
  	padding: 10px 25px !important;
  	color: #FFF;
 	text-transform: uppercase;
  	font-weight: bold;
 	transition: all .3s;
}
#btn-submit:hover{
  	background-color: #0B4033;
  	transition: all .3s;
}
/*formato de los estilos de las cajas que muestran los posts*/
.mk-blog-newspaper-item .newspaper-item-footer{
    background-color: transparent !important;
    border-top: transparent !important;
}
.mk-blog-newspaper-item .newspapre-footer-icons, .mk-readmore i {
    display: none;
}
.mk-blog-newspaper-item .mk-readmore {
  float: left;
  margin-top: 0px !important;
  padding: 10px 25px;
  background-color: #0E5E4B;
  color: #FFF;
  border-radius: 5px;
}
.mk-blog-newspaper-item .newspaper-item-footer-holder {
    padding-top: 0px !important;
}
.mk-blog-newspaper-item .mk-blog-meta {padding-bottom: 0px !important;}
.mk-blog-newspaper-item .the-title a{text-transform: initial !important;}
.mk-icon-question{display:none;}
.texto {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #202020;
  position: relative;
  top: 5px;
}
.line-left{margin-right: 15px;}
.line-right{margin-left: 15px;}

.filter-faq ul li a{
	font-size: 17px !important;
  	color: #0E5E4B !important;
}
.contact-fixed, .contact-fixed-open{
	width: 300px;
  	display: block;
  	position: fixed;
  	bottom: -394px;
  	right: 5%;
  	transition: all .5s;
}
.contact-fixed-open{
	bottom: 0;
  	transition: all .5s;
}
.contact-fixed:before, .contact-fixed:after, .h-contact:before, .h-contact:after{
	clear: both;
  	display: table;
  	content: "";
}
.contact-fixed .h-contact{
	background-color: #0E5E4B;
  	padding: 10px;
  	cursor: pointer;
  	display: block;
  	width: 100%;
  	border-radius: 5px 5px 0px 0px;
  	color: #fff;
}
.contact-fixed .h-contact span{
	color: #FFF;
  	float:left;
  	font-weight: 600;
}
.contact-fixed .h-contact i{
	  color: #FFF;
      float: right;
      position: relative;
      /* top: 5px; */
      padding: 3px 5px 5px 5px;
      background-color: rgb(18, 58, 18);
      border-radius: 50px;
}
.contact-fixed .f-contact{
	padding: 5px;
  	background-color: #FFF;
}
.f-contact .form-content{
	padding: 0px !important;
}
.f-contact #input-cf7, .f-contact #textarea-cf7{
	border: 1px solid #ccc !important;
}
.contact-fixed span.wpcf7-not-valid-tip{
	color: #505050 !important;
}
@media (max-width: 768px){
  .line-left, .line-right, .contact-fixed{display:none;}
}