/*
	Theme Name: Fuerza Trabajadora de Mexico
	Theme URI: http://pisego.com
	Description:  Compromiso con la integridad y la satisfaccion del cliente.
	Version: 1
	Author: Pisego
	Author URI: http://pisego.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
section#fixed {
    top: 0 !important;
    position: fixed;
    width: 100% !important;
    height: 70px;
    z-index: 10000;
    box-shadow: 2px 8px 10px #3333332e;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body {
	height:100%;
}
body {
	margin:0;
}
section#fixed.woodheader img {
    width: 120px;
}
section#fixed.woodheader {
    background: #fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:transparent;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
.columna.col3 {
    /* min-height: 130px; */
    margin: 0 auto;
    width: 25%;
}

.columnas {
    margin: 0 auto;
    text-align: center;
}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1500px) {
.imagen-centro img {
    height: 245px !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: -4px 4px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/******************************* ESTILOS Pisego GENERALES **********************************/

ul {
    list-style: circle;
    padding: 0;
    margin-left: 2em;
    }
/******** LOGO *******/
div#logo {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 45px;
    transform: skewY(-17deg);
    box-shadow: 4px 4px 9px #33333391;
}

div#logo img {
    transform: skewY(17deg);
}


.admon div {
    min-height: 270px;
}
ul li {
    margin-bottom: 1em;
}

li strong {
    color: #006991;
}

/***SERICIOS***/
#marketing .admon div {
    height: 316px !important;
}
.elementor-2 .elementor-element.elementor-element-7e1f2cf {
    width: 100% !important;
    max-width: 100% !important;
}
/************** CONTACTO ***************/
button#wpforms-submit-171 {
    background: url(https://hscr.pisego.com/wp-content/uploads/2023/06/enviar.png) center center no-repeat;
    background-color: #006991;
    color: transparent;
    padding: 10px;
    width: 120px;
    height: 32px;
    border: 0 !important;
    box-shadow: none;
    outline: 0;
}
.elementor-element-2b31098 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto !important;
}
.swiper-slide-inner {
    max-width: 1200px;
    width: 90%;
}
/********** COPY *************/
.copyright .columnas {
    margin: 0;
}
.copyright .columna.col3, .copyright .columna.col9 {
    margin: 15px 0;
    text-align: left;
    padding: 0;
}
.copyright .columna.col9 {
    text-align: right;
}

.elementor.elementor-2 {
    overflow: hidden;
}
section#servicios ul {
    padding-left: 1.3em !important;
}
section#fixed.woodheader a {
    color: #000 !important;
}
