@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
  font-family: "Myriad Pro";
  src: url('../fonts/myriadpro-regular.otf');
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1110px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;	
}
body[data-page="2"] #header{
	height: 84px;
	background: url('../images/banner/top.webp') center no-repeat;
	background-size: cover;
}
#logo{
	display: block;
	width: 240px;
	position: absolute;
	top: 8px;
	cursor: pointer;
	left: calc(50% - 120px);
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
body[data-page="2"] #logo{
	width: 334px;
	top: 15px;
	left: calc(50% - 167px);
}
#topMenu{
	height:88px;
	width: 100%;
}
body[data-page="2"] #topMenu{
	height:84px;
}
#redes{
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#redes a{
	color: #ffffff;
	height: 31px;
	width: 31px;
	border-radius: 50%;
	border: solid 2px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 11px;
	border-radius: 50%;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	font-size: 16px;
}
#redes a:hover,#redes a:focus{
	text-decoration: none;
	transform: scale(1.1);
}


#datfooter{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #006132;
}
.contentDatfooter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
}
.itemDat1 a{
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.itemDat1 a img{
	margin-right: 10px;
}
.itemDat1{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 50%;
	height: 56px;
}
.itemDat2{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
	height: 56px;
}


/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #333333;
	display: flex;
	align-items: center;
	min-height: 69px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: left;
	float: left;
	min-height: 22px;
	display: flex;
	align-items: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: right;
	float: right;
	display: flex;
	align-items: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 95px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover::after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }

#sliderTop{
	height: 485px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 485px;
	position: relative;
	background-position: center top !important;
	background-repeat: no-repeat;
	background-size: cover;
}
#sliderTop .slides li img{
	width: 100%;
	display: none;
}
.contentSlider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
}
.contentSlider .container{
	height: 100%;
}
.sliderTopCnt{
	height: 100%;
	width: 100%;
	border: solid 4px #fff;
	padding-top: 28px;
	background: rgba(16,16,16,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentSlider .caption{
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
.titleSlider1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#frmSearch{
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	position: relative;
}
#frmSearch .form-control{
	height: 53px;
	border-radius: 26.5px;
	background: #fff;
	padding-left: 62px;
	position: relative;
	color: #aeaeae;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0px;
	border: 0;
}
#frmSearch input::-webkit-input-placeholder {color:#aeaeae; opacity:  1;}
#frmSearch input:-moz-placeholder {color:#aeaeae; opacity:  1;}
#frmSearch input::-moz-placeholder {color:#aeaeae; opacity:  1;}
#frmSearch input:-ms-input-placeholder {color:#aeaeae; opacity:  1;}
#frmSearch input[type=submit]{
	display:block;
	position: absolute;
	top: 0;
	left: 7px; 
	height:53px; 
	background: url('../images/lupa.png') center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:12.4px;
	width: 55px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 0px;
}
.titleSlider2{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	letter-spacing: 0px;
	color: #fff;
	line-height: normal;
	height: 35px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.titleSlider2::before,.titleSlider2::after{
	content: '';
	position: absolute;
	width: 300px;
	height: 4px;
	top: calc(50% - 2px);
	left: -320px;
	background: #fff;
}
.titleSlider2::after{
	left: auto;
	right: -320px;
}
.aSlidertop1{
	background: rgba(0, 122, 66, 0.75);
	color: #fcfffe;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px;
	height: 50px;
	margin-top: 20px;
}
.aSlidertop1 img{
	margin-left: 14px;
	display: block !important;
	width: auto !important;
}
.aSlidertop1:hover,.aSlidertop1:focus{
	color: #fff;
	text-decoration: none;
	opacity: 0.85;
}

.flex-direction-nav a{
	bottom: 49px;
	opacity: 1;
	width: 40px;
	height: 43px;
}
.flex-direction-nav .flex-prev {
	margin-left: -45px;
	background: url('../images/slider/prev.png') center no-repeat;
}
.flex-direction-nav .flex-next {
	margin-left: 5px;
	background: url('../images/slider/next.png') center no-repeat;
}
#main{
	overflow: hidden
}
#icoWa{
	background: url(../images/icoWa.png) center no-repeat;
	background-size: contain;
	width: 100px;
	height: 97px;
	position: fixed;
	bottom: 90px;
	right: 15px;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}
#textHome1{
	background: url('../images/tit.webp') center no-repeat;
	background-size: cover;
}
.titHome1{
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	line-height: 45px;
	letter-spacing: 0px;
	text-align: right;
	color: #007740;
}
.titHome1 h1{
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.titHome1 strong{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 35px;
}
#textHome2{
	padding-top: 103px;
	padding-bottom: 46px;
}
#textHome2 .row{
	margin: 0 -25px;
}
#textHome2 div[class*="col-"]{
	padding: 0 25px;
	margin-bottom: 57px;
}
.contentHome2{
	max-width: 515px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.contentHome2 article{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.itemHome2a{
	width: 239px;
}
.itemHome2a figure{
	height: 247px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.itemHome2a figure img{
	display: none;
}
.itemHome2b{
	width: calc(100% - 239px);
	padding-top: 14px;
}
.nombreEquipo{
	background: #e7e9f0;
	height: 45px;
	padding-left: 29px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #505050;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
}
.textoHome2{
	height: 156px;
	display: flex;
	align-items: center;
	padding-left: 29px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 13.25px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.textoHome2 strong{
	font-weight: 900;
	color: #383838;
}
.btnVerMas{
	width: 119px;
	height: 32px;
	background: #e7e9f0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #383838;
	letter-spacing: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 29px;
}
.btnVerMas:hover{
	text-decoration: none;
	color: #e7e9f0;
	background: #383838;
}



#formTop{
	position: relative;
	padding-bottom: 45px;
	padding-top: 162px;
}
.titleContacto1{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 48px;
	padding-top: 9px;
	height: 58px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	background: #007a42;
	position: relative;
}
.titleContacto1 div{
	position: relative;
	z-index: 2;
}
.titleContacto1::before{
	content: '';
	position: absolute;
	width: 167px;
	height: 23px;
	background: url('../images/banner/before.png') center no-repeat;
	background-size: cover;
	bottom: -17px;
	left: calc(50% - 83.5px);
	z-index: 1;
}

.titleSecForm{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #1d1d1d;
	letter-spacing: 0px;
	text-align: left;
	position: relative;
	margin: 28px 0;
}
.titleSecForm::before{
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #007a42;
}
.titleSecForm div{
	position: relative;
	z-index: 2;
	background: #fff;
	padding-right: 12px;
	display: inline-block;
}

#frmContacto{
	padding-top: 30px;
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Open Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.25px;
	position: relative;
	margin-bottom: 57px;
	margin-top: 57px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -4px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4px;
}
#frmContacto .form-group{
	margin-bottom: 10px
}
#frmContacto .form-control{
	display: block;
	height: 52px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 12px;
	font-weight: 400;
	color: #949494;
	background: #fff;
	border: 2px solid #e5e5e5;
	box-shadow: inset 0 1px 1px transparent;
	padding-left: 16px;
}
#frmContacto .textarea{
	height: 119px;
	padding-top:11px;
}

#frmContacto input[type=submit],
.btnContact input[type=button],
#imprimir{
	display:inline-block; 
	height:40px; 
	background:#006132; 
	color:#ffffff; 
	text-transform:none; 
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	width: 189px;
	text-align: center;
	font-weight: 400;
	border-radius: 3px;
	margin-top: 45px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	padding-top: 5px;
	margin-right: 24px;
	margin-left: 24px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto input[type=submit]:hover,
.btnContact input[type=button]:hover,
#imprimir:hover{
	background:#fff; 
	border: solid 1px #005837;
	color:#005837;
}

#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.col-xs-3a{
	width: 33.333%;	
}
.col-xs-3a{
	width: 33.333%;	
}
.col-xs-3b{
	width: 66.666%;	
}
#frmContacto .form-control.form-denuncia{
	display: flex;
	align-items: center;
	justify-content: center;
}
#frmContacto .form-control.form-denuncia .lbl{
	margin-right: 29px;
}
#frmContacto .form-control.form-denuncia label{
	font-weight: 400;
}
input[type="checkbox"], input[type="radio"] {
  bottom: 2px;
}
#upImgsFake{
	border-top: solid 2px #006132;
	border-bottom: solid 2px #006132;
	padding-top: 36px;
	padding-bottom: 45px;
	margin-top: 28px;
}
#cntupImgs{
	position:relative;
}
#upImgs{
	height:119px; 
	border: 2px solid #e5e5e5;
	width:100%; 
	background:#FFF;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.mf_upload_m{
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1; 
	top:0;
	left:0;
}
form .file{
	display:block; 
	top:0; 
	position:relative; 
	height:119px; 
	width:100%; 
	z-index:2;
	cursor:pointer; 
	opacity:0;
}
.mf_upload_ins{
	position:absolute;
	display:block; 
	z-index:1; 
	background:#006132; 
	height:40px; 
	width:189px; 
	text-align:center;
	font-family:Verdana, sans-serif; 
	font-size:12px; 
	border:solid 1px #005837; 
	cursor:pointer; 
	top:60px; 
	left:calc(50% - 94.5px); 
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.mf_upload_ins::before{display:block; content:"Examinar"; color:inherit; height:inherit; line-height:36px;}
#upImgs:hover .mf_upload_ins{ background:#fff;color:#000}
#lbl{
	text-align:center; 
	font-family:Verdana, sans-serif; 
	font-size:14px; 
	color:#949494; 
	padding-top:22px;
}
#overlayDrag{background:#000; opacity:0.55; position:fixed; left:0; top:0; z-index:9; height:100%; width:100%; display:none;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
.dragOver #overlayDrag{display:block}
.dragOver #upImgs{z-index:10}
#uploaded{position:fixed; bottom:0; right:0; padding:4px 13px 0 8px;z-index:8110}
.files {
	width:275px; height:60px; margin: 0 0px 0px 0; font-size:10px; color:#06F; overflow:hidden; line-height:18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

.msgUpload{padding:8px 8px 0; text-align:center; color:#FFF;}
.files em{font-style:normal; text-align:center; color:#FFF; display:block}
#rImgs{text-align:center}
#rImgs .itemImg{display:inline-block; width:239px; vertical-align:middle; margin:10px; border:solid 2px #007a42; padding:5px; position:relative}
#rImgs .itemImg img{display:block; width:100%; height:auto;}
#rImgs .itemImg figure{}
.btnDel{
	display:block;
	background:#d93c3c;
	color:#FFF;
	cursor:pointer;
	padding:5px 10px;
	position:absolute;
	right:10px;
	top:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btnDel:hover{background:#A40002}
.btnContact{text-align:center}
.titForm2{font-family:Verdana, sans-serif; font-size:16px; color:#222222; padding:0 0 12px 5px}

.titleFormContText2{
	color: #4a4a4a;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 0px;
}
.titleFormContText2 strong{
	color: #006132;
}
#textHome2.formTextCont3{
  padding-top: 62px;
  padding-bottom: 15px;
}

#textReporte1{
	margin-top: 160px;
}
.cntReporte1{
	background: #f3f3f3;
	border: solid 2px #7aa690;
	padding-top: 58px;
	text-align: center;
}
.reportado{
	color: #8e0d00;
	background: #fff;
	border: dashed 2px #8e0d00;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 19.79px;
	line-height: 30px;
	letter-spacing: 0px;
	padding-top: 23px;
	padding-bottom: 17px;
	margin-left: 5px;
	margin-right: 5px;
}
.datReporte{
	padding-top: 9px;
}
.datReporte1a{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #383838;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 40px;
}
.datReporte1a strong{
	font-weight: 900;
}
.text-uppercase{
	text-transform: uppercase;
}
.titReporte2{
	color: #1d1d1d;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 19.79px;
	position: relative;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.titReporte2::before{
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #007a42;
}
.titReporte2 div{
	display: inline-block;
	background: #f3f3f3;
	padding: 0 13px;
	position: relative;
	z-index: 2;
}
.cntDetallesReporteMsj{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 30px;
	color: #006132;
	text-align: center;
	border-bottom: solid 2px #007a42;
	padding-top: 35px;
	padding-bottom: 48px;
	padding-left: 5px;
	padding-right: 5px;
}
.rImgsReporte{
	padding: 50px 10px;
}
#textHome2.reporte3{
  padding-top: 59px;
  padding-bottom: 5px;
}

.fancybox-skin{
  background: #fff;
  border-radius: 8px;
}
.winPriv{
	padding: 30px 44px;
	color: #4a4a4a;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
.fancybox-close {
  top: -22px;
  right: -22px;
  width: 45px;
  height: 45px;
  background: url('../images/fancy/close2.png') center no-repeat;
  background-size: cover;
}