p {
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.single-post.content-max-width .entry-content ul {
    margin: 0 0 10px !important;
}

.single-post.content-max-width .entry-header,
.single-post.content-max-width .entry-content h1,
.single-post.content-max-width .entry-content h2,
.single-post.content-max-width .entry-content h3,
.single-post.content-max-width .entry-content h4,
.single-post.content-max-width .entry-content h5,
.single-post.content-max-width .entry-content h6{
  padding-left: 0px;
  padding-right: 0px;
}


/* Estilos generales */

body {
	overflow: hidden;
}

::selection {
    background-color: #e2e7e8 !important;
	color: #445354;
}

#topbar-template {
    display: block !important;
}

.dropdown-menu ul li a.menu-link {
/*     text-transform: initial !important; */
	padding: 8px 10px !important;
}

/* Logo */

@media (max-width: 1080px){
	/* 	menu */
	#site-logo{
		width: 70%;
	}
	.oceanwp-mobile-menu-icon.mobile-right {
    text-align: end;
    width: calc(100% - 70%);
	max-width: 100px;
	}
	
	#site-header-inner {
    padding: 2% 3%;
	}
	#site-logo #site-logo-inner {
		max-width: 250px;
	}
	#site-logo #site-logo-inner a img {
		width: 90%;
		max-width: 340px;
	}
	
}

/* Boton primary */

.btnPrimary a,
.btnEnviar {
	background-color: #5fa3a5 !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 7px !important;
    transition: all .3s !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}

.btnPrimary a:hover,
.btnEnviar:hover {
    color: white !important;
    background-color: #4b8486 !important;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1) !important;
}

.btnEnviar {
	text-transform: capitalize !important;
}

.btnHeader,
.btnSecundary a {
    background-color: #a8e74a;
    color: white;
    padding: 8px 15px;
    border-radius: 7px;
    transition: all .3s;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.btnHeader:hover,
.btnSecundary a:hover{
    color: white;
    background-color: #93e21d;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
}

/* top-bar */

.elementor-column-wrap {
  padding: 0px;
}

/* menu */

.top-bar-right {
  width: 337px;
}

.botonHeader {
  	background-color: #a9e84a;
  color: white;
  	padding: 8px 14px;
  	border-radius: 7px;
 	transition: all .3s;
}
.botonHeader:hover {
	background-color: #93e21d;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
}

.navigation li a img.after {
  margin-left: 1px;
}

/* Submenu */

@media (min-width: 1081px){
	.sf-menu ul.sub-menu {
    left: calc(0% - 55px);
    width: 230px;
}
}

/* title */

.iconoWow {
    position: relative;
}

.iconoWow::after {
    content: "";
    width: 40px;
    height: 1em;
    background-image: url(https://www.labtica.com/wp-content/uploads/2020/05/wow.png);
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 100%;
}

.iconoWow.wowB::after {
	background-image: url(https://www.labtica.com/wp-content/uploads/2020/05/wowB.png);
}


/* quienes somos */

.title-who {
  color: #5fa3a5;
}

.title-whoB {
  color: #fff;
}
.title-who__box {
  border-radius: 50px;
  background: #5fa3a5;
}
.divider {
  height: 50vh;
  width: 1px;
  border: solid 1px #5fa3a5;
}

/* blog */

.uael-post__body .uael-post__bg-wrap {
    border-radius: 7px !important;
    overflow: hidden;
}

#related-posts {
    margin-bottom: 30px;
}

/* Artículo blog */

.d-none h5 {
	display: none;
}

.single-post #right-sidebar h3 {
    margin: 0 !important;
}

.single-post #right-sidebar .sidebar-box {
	margin-bottom: 20px;	
}

.single-post .sidebar-box .widget-title {
	display: none;
}

.single-post .widget_categories li {
	border: none !important;
	padding: 0 !important;
}

.single-post .sidebar-box ul {
    margin-left: 20px;
	margin-bottom: 30px;
}

.single-post div#content-wrap {
    margin-top: 40px;
}


/* Contacto */

form input,
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form textarea{
  color: #445354;
  font-size: 18px !important;
  padding-left: 10px !important;
}

form textarea {
	min-height: 80px !important;
}

input[type="submit"]:hover {
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
}

.wpcf7-validates-as-number {
  min-width: 200px !important;
}

/* Formulario */

#caldera_form_2 .single h3 {
	text-align: center;
	margin-bottom: 10px;
}

#caldera_form_2 form input[type="checkbox"] {
	box-sizing: border-box !important;
}

#caldera_form_2 input::placeholder, textarea::placeholder {
	font-size: 16px;
	color: #7fe0c4 !important;
}

#caldera_form_2 form input[type=checkbox]:checked:after {
    color: transparent;
}

/* footer */
.menuf {
  display: flex;
  color: #5fa3a5;
  font-weight: 700;
  line-height: 1.3;
}
.menuf a:link {
  color: #5fa3a5;
}
.menuf a:hover:link {
  color: #4b8486;
}
ul {
  list-style: none;
}
.box {
  background-color: #5fa3a5;
  width: 10px;
  height: 5px;
  border: solid 1px #5fa3a5;
  border-radius: 10px;
  margin-right: 5px;
  margin-top: 7px;
}
.boxf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.boxf__in {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.boxf__in img {
  height: 30px;
  margin-right: 5px;
}

.boxf__in p {
  margin: 14px 0 0 0;
}

.linkf {
  color: white;
}
.linkf:hover {
  color: lightgrey;
}

/* mediaqueries */

@media only screen and (max-width: 767px) {
  .top-bar-right {
    width: 100vw;
  }
  .boxf {
    align-items: center;
  }
}

/* contacto */

.intl-tel-input .selected-flag .iti-arrow {
  left: 200px;
}
.intl-tel-input .selected-flag .iti-flag {
  left: 210px;
}

/* modal solicitar informacion */

#caldera_form_1 .form-control{
	border-radius: 7px !important;
}

#caldera_form_1 .form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 7px 0 rgba(75, 132, 134, 0.3);
}

#caldera_form_1 .btnEnviar  {
	display: block;
	margin: auto;
}

#caldera_form_1 .row {
    margin-left: 0;
    margin-right: 0;
}

#caldera_form_1 .titulo-modal {
  text-align: center;
	padding-top:10px;
}

#caldera_form_1 .text-modal {
  text-align: center;
}

#caldera_form_1 input[type=checkbox]:checked:before {
    color: transparent;
}




.nombreTeam {
  font-family: "Baloo Bhai", Sans-serif;
  font-size: 20px !important;
  font-weight: 400;
  color: black !important;
}
.cargoTeam {
  font-family: "Baloo Bhai", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #0ea7a7 !important;
  padding: 4px;
  border-radius: 5px;
}
.elementor-image-carousel-caption {
  height: 75px;
}

.caldera-forms-consent-field {
  line-height: 1.2 !important;
}

.fieldSize div input {
  min-height: 20px;
}

/* slide servicios */

.slideServicios {
  background-color: #0ea6a7;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px 30px;
  color: white;
  font-family: ballo bahi;
}

.pum-theme-1514 .pum-container,
.pum-theme-lightbox .pum-container {
  border: 8px solid #ffffff;
}

.caracteristicas div div div div a figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5fa3a5;
  color: white;
  padding: 10px 10px;
  border-radius: 10px;
  margin-top: 5px;
}

/* servicios */

.blogServicios div div div div figure figcaption p{
  font-family: Source Sans Pro !important;
  color: #5fa3a5 !important;
  font-size: 16px !important;
  line-height: 1;
}
.blogServicios div div div div figure figcaption{
  height: 140px !important;
}


/* Modal Área clientes */

input[type="submit"],
.btnEnviar{
	letter-spacing: normal !important;
}


#popmake-2683 .titulo-modal {
  text-align: center;
	padding-top:10px;
}

#popmake-2683 .form-control {
    border-radius: 7px !important;
}

#popmake-2683 .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#popmake-2683 .form-group, .cf-color-picker .form-group {
    margin-bottom: 15px;
}

#popmake-2683 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#popmake-2683 .btnEnviar {
    display: block;
    margin: 20px auto;
}

#popmake-2683 input[type=checkbox]:checked:before {
    position: absolute;
    left: 0;
}




/*
 * ENTARDAS DE BLOG
 */

.single-post .entry-content {
    max-width: 760px;
    margin-left: auto;
	margin-right: auto;
}

.post-in-category-cliente .thumbnail {
    display: none;
}

.thumbnail-caption {
	font-size: 16px;
}



/* 
 * Woocommerce
 */

.product-template-default.single.single-product #main #content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}


.product-template-default.single.single-product.content-both-sidebars.scs-style .content-area {
	 border-left-width: 0;
	border-right-width: 0;
}

.product-template-default.single.single-product.woocommerce div.product .product_title {
	font-size: 38px;
  line-height: 1.2;
}

.woocommerce button.button {
    background-color: #5fa3a5 !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 7px !important;
    transition: all .3s !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
	text-transform: inherit;
	letter-spacing: inherit;
}

.woocommerce div.product form.cart {
	  display: flex;
    align-items: center;
}