/*
Theme Name: Labor Veritas Classic
Theme URI: https://www.laborveritas.cl/
Author: Labor Veritas
Description: Réplica visual exacta del tema original "Tema Labor Veritas" (Mandala Gráfica, 2015) con código modernizado para WordPress 6.x y PHP 8.x. Mismo diseño, código limpio y seguro.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laborveritas-classic
Tags: classic, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, two-columns
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*css web*/



body{
	
	background-color:#fff;
	font-family: 'Raleway', sans-serif;
	
	
}

a{
	text-decoration:none;
	color:inherit;
}

p{
	line-height:120%;
	padding: 0 0 20px 0;
}
li{
	line-height:120%;
}
bold, strong{
	font-weight:bold;
}

.izq{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:10px;
}

.der{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding:10px;
}
.no-border {
	border:none;
}
.contenedor {
	max-width:1030px;
	width:100%;
	margin:0 auto;
	}

.contenedorf {
	max-width:1280px;
	width:100%;
	margin:0 auto;

}


/*estilos de textos*/
.post li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.post ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}




/*header*/

header{
	width:100%;
	
	
}



.infoheader{
	height:130px;
	width:1030px;
	overflow:visible;
}

.logo{
	width: 50%;
	height:120px;
	float:left;
	overflow:hidden;

}

.logo h1 a img{
	height:120px;
	width:auto;
	float:left;
}

navi{
	display: block;
	width:100%;
	height:40px;
	clear:both;
	background-color:#3d3e40;
	margin:0 auto;
	box-shadow: 0 2px 10px #9e9e9e;
    -webkit-box-shadow: 0 2px 10px #9e9e9e;
    -moz-box-shadow: 0 2px 10px #9e9e9e;
	z-index: 9999;
	position: relative;
	
}


/*navi ul{
	width:100%;
	max-width:1030px;
	height: 40px;
	margin:0 auto;
	display:block;
	color:#fff;
}*/

navi ul{
    max-width: 1400px; 
    display: flex; 
    justify-content: center; 
    flex-wrap: nowrap
}

navi ul li{
	color:#fff;
	float:left;
	display:block;
	height:40px;
	border-right: solid 1px #484848;
	border-left: solid 1px #28292b;
	}

 navi ul li a{
      font-size: 11px;
      font-weight: bold;
      display: table-cell;
      box-sizing: border-box;
      color: #fff;
      height: 40px;
      line-height: 12px;
      padding: 0 12px;        /* cambio real #1 */
      text-transform: uppercase;
      vertical-align: middle;
      float: none;
      text-decoration: none;
      text-shadow: 0 1px 0 #000;
      white-space: nowrap;    /* cambio real #2 */
  }

navi ul li a:hover{
	color:#00ade6;
	background-image:url(images/backmenu.png);
}

navi ul li a:active{
	color:#00ade6;
	background-image:url(images/backmenu.png);
}
navi ul li ul{
	display:none;
	width:auto;
	position:relative;
	margin:0;
	padding:0;
	background-color:#3d3e40;
	z-index:9999;
}
navi ul li ul li{
	float:left;
	margin:0;
	padding:0;
	color:#fff;
	clear: both;
	background-color:#3d3e40;
	z-index:9999;
	width:100%;
}

navi ul li ul li a{
	margin:0;
	padding:10px 5px;
	
	
	
}

navi ul li ul li a:hover{
	border:none;
	padding:10px 5px;
	background:none;
	
	
}


navi ul li:hover ul{
	display:block;
}


.smenu{
	width:100%;
	clear: both;
	height:90px;
	padding:5px 0;
}

.hcontacto{
	width:50%;
	margin:0;
	height:90px;
	color:#5f5e5e;
	float:right;
	
	
}

.hcontacto ul {
	text-decoration:none;
	float: right;
	
}

.hcontacto ul li{
	float:left;
	font-size:0.8rem;
	margin:0 3px;
}

.hcontacto ul li.fono{
	background:url(images/contacto.png) no-repeat;
	padding: 10px 0 10px 40px;
}


/*slide*/

#slide{
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	
}

#slide .callbacks_container{
	margin:0!important;
}

.callbacks_tabs {
	margin:-20px 0 0 0!important;
	position:relative;
	z-index: 9999;
}

#slidepage{
	margin:-120px 0 0 0;
	float:left;
	position:relative;
	width:100%;
	z-index: -9999;
}
/*bloque bienvenida*/

.bienvenido{
	width: 100%;
	background-color:#9d9595;
	box-sizing:border-box;
	padding:30px 40px;
	color:#fff;
	clear:both;
	font-size:1.5rem;
	text-align: center;
	margin:0 auto;
	box-shadow: 2px 2px 3px 0px #828282;
  -moz-box-shadow: 2px 2px 3px 0px #828282;
  -webkit-box-shadow: 2px 2px 3px 0px #828282;
}

.bienvenido spam{
	text-transform:uppercase;
	color:#d0d5ec;
}


/*bloque servicios*/

.servicios{
	width: 100%;
	clear:both;
	background:#c5daf9;
	padding:2rem 0;
}

.servicios .cuad{
	display:block;
	padding:5px;
	box-sizing:border-box;
	width:20%;
	float:left;
	min-height:250px;
}

.serv{
	width:100%;
	clear:both;
	background:url(images/vermas.jpg) no-repeat #fff;
	background-size:cover;
	min-height:250px;
	border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0 0 20px 0;
}

.serv img{
	width:100%;
	
}


.serv h1{
	padding:15px;
	font-size:20px;
	color:#23518f;
}

.serv:hover h1{
	color:#e7610b;
}


.masinfo .blog .widget_sp_image{
	box-shadow: 0 1px 3px #222;
  -moz-box-shadow: 0 1px 3px #222;
  -webkit-box-shadow: 0 1px 3px #222;
  border-radius: 4px;
  overflow: hidden
}
/*seccion contacto*/

.contacto{
	width:100%;
	height: auto;
	margin:0;
	padding:0;
	background-image:url(images/secretaria.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover; 
}

.texto{
	float: left;
	width:45%;
	box-sizing:border-box;
	padding:30px;
	color:#fff;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight:lighter;
}

.texto h2{
	font-size:2rem;
}
.formulario{
	margin:1.5rem 0;
	padding:5px;
	box-sizing:border-box;
	background-color:#fff;
	float:right;
	width:55%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-top:solid 5px #95065b;
}
/*css contenido*/

#contenido{
	width:70%;
	float:left;
	box-sizing:border-box;
	padding:0 20px;
	margin:10px 0 30px 0;
	position:relative;
	z-index:9999;
	text-align: justify;
	
}
#contenido h2{
	font-size:2.5rem;
	color: #000c7f;
}

.post-contenido{
	margin-top:25px;
	padding-top:20px;
	font-size:1.2rem;
	line-height:inherit;
	
}

.post-contenido a {
	color:#fe8c3e;
}
.post-contenido ul li{
	list-style:disc;
	padding:0.2rem 0;
}

.post-contenido .wpcf7{
	width:40%;
}

.masinfo{
	width:100%;
	margin:0;
	
	clear:both;
	z-index:9999;
	position:relative;
	
}

.post{
	box-sizing:border-box;
	padding:20px;
	
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}


/*seccion noticias index*/
.noticias{
	width:75%;
	box-sizing: border-box;
	float:left;
	padding:5px;
}

.noticias h1{
	display:block;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	color:#042e52;
	font-size:1.4rem;
	border-bottom:dotted #042e52 1px;
}

.noticias a{
	display:block;
	width:33%;
	float: left;
	padding:10px;
	overflow:hidden;
	box-sizing: border-box;
}

.review {
	width:100%;
	padding:10px;
	box-sizing: border-box;
	min-height:320px;
	
}

.review img{
	width:100%;
	height:auto;
	clear:both;
}

.review h2{
	padding:15px 0 20px 0;
	font-size:18px;
	color:#23518f;
	clear:both;
}

.masinfo .blog{
	width:25%;
	box-sizing:border-box;
	float:right;
	
	padding:15px;

}

.masinfo .blog li{
	text-decoration: none;
	list-style:none;
}

.masinfo .blog li h1{
	padding:5px 5px 10px 35px;
	background:#cccccc url(images/blog.png) no-repeat left;
	color:#e7610b;
	font-weight:bold;
	font-size:1.5rem;
}

.post-date {
	font-style: italic;
}

.cat-post-item{
	padding:10px 0;
	border-top: dotted 1px #fe8c3e;
}

.cat-post-item a{
	float:right;
	width:50%;
	overflow:hidden;
	font-weight: bold;
	font-size:14px;
}
.cat-post-item a:hover{
	color:#fe8c3e;
	
}

.cat-post-item a img {
	float:left;
}
/*sidebar*/

#sidebar{
	width:28%;
	float:right;
	box-sizing: border-box;
	padding:10px;
}

#sidebar li, #sidebarindex li{
	list-style:none;
}

#sidebarindex{
	width:100%;
}

/*footer*/

footer{
	width:100%;
	height:130px;
	padding:40px 0;
	color:#fff;
	background-color:#393939;
	overflow:hidden;
	clear:both;
	background-image:url(images/fondomenu.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#sidebarfooter{
	float:right;
	width:70%;
	
}

#sidebarfooter li{
	float:right;
	list-style:none;
	color:#fff;
	width:33%;
	box-sizing:border-box;
	padding:10px;
	font-size:13px;
	
}
#sidebarfooter .widgettitle{
	color:#00ade6;
	font-weight:bold;
}
.logofooter{
	width: 30%;
	height:130px;
	z-index:100;
	float:left;
	
	
}

.logofooter h1 a img{
	height:120px;
	weight:auto;
	
}


.creditos {
	width:100%;
	max-width:1030px;
	clear:both;
	padding:5px;
	box-sizing:border-box;
	text-align: right;
	font-size:11px;
	color:#fff;
	
}

.clear {
	width: 100%;
	clear:both;
}

/*pop-up*/

.popmake-content ul li{
	list-style: disc;
	line-height: 1.2rem;
	margin-left: 2rem;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin:o auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin:0 auto; }

input, textarea, keygen, select{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:solid 1px #b3b3b3;
	padding:3px;
	width:100%;
	
}

.clientes li{
	width:30%;
	margin:4px;
	float:left;
	box-sizing:border-box;
	padding:15px!important;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	background: #e1e0e1;
	list-style:none!important;
	font-size:18px;
	text-align:center;
	border-bottom: solid 5px #95065b;
}

.clientes {
	list-style: none;
	width:100%;
	margin:0;
	padding:0;
	  -webkit-margin-before: 0!important;
  -webkit-margin-after: 0!important;
  -webkit-margin-start: 0!important;
  -webkit-margin-end: 0!important;
  -webkit-padding-start: 0!important;
}

.webmail{
	color:#ff6e1b;
}
