
/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color:#6e6d6c;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #C20430;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
}


.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration:none; 
  outline: none;
}

section {
  padding: 120px 0;
}

.heading {
  padding-bottom:50px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}


.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.main-nav {
    position: fixed;
    top: 1px;
    width: 100%;
    height: 80px;
    padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto; margin-bottom:150px;
    z-index: 100;
}


/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.service-icon:hover  {
  color: #fff;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}



.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 10px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 15px;
}

.btn-buttom {
  display: inline; /*block;*/
  padding-left : 10px;
  padding-right : 10px;
  height: 35px;
  width: auto;  /*100%;*/
  color: #fff;
  border:0;
  margin: 20px;
}

.btn-Search {
  display: inline; /*block;*/
  padding-left : 10px;
  padding-right : 10px;
  height: 35px;
  width: auto;  /*100%;*/
  color: #fff;
  border:0;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}



/*************************
******** Tablas ********
**************************/

.CSSTableGenerator {
	/*margin:0px;padding:0px;*/
    margin: 0 auto;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#CCCCCC; }

.CSSTableGenerator td{
	vertical-align:middle;
    text-align :center ;	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	/*text-align:left;*/
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #C20430 1%, #C20430 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C20430), color-stop(1, #C20430) );
	background:-moz-linear-gradient( center top, #C20430 1%, #C20430 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C20430", endColorstr="#C20430");	background: -o-linear-gradient(top,#C20430,c30e2f);

	background-color:#C20430;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #C20430 1%, #C20430 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C20430), color-stop(1, #C20430) );
	background:-moz-linear-gradient( center top, #C20430 1%, #C20430 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C20430", endColorstr="#C20430");	background: -o-linear-gradient(top,#C20430,c30e2f);

	background-color:#C20430;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.TableDetails {
	/*margin:0px;padding:0px;*/
    margin: 0 auto;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableDetails table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
    .TableDetails td, dt {
        width: 50%;
        color: #C20430;
        font-weight:bold;
    }

.dtTable {
    color: #6e6d6c;
    font-weight:normal;
}

.trBtn {
    text-align:center;
    height: 50px;
}






.TableImput {
	/*margin:0px;padding:0px;*/
    margin: 0 auto;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableImput table{
    border-collapse: collapse;
    border-spacing: 0px;
	width:100%;
	height:100%;
	margin:5px;padding:0px;
}

 .TableImput td, dt {
    /*width: 50%;*/
    color: #C20430;
    font-weight:bold;
}


.tdText {
    width:50%;
    color: #C20430;
    font-weight:bold;
    text-align:right;
}
.TableImput, tdLeft {
    /*width:100%;*/
    color: #C20430;
    font-weight:normal;
    text-align:Left;
}




/******* ACOERDEON */

.accordion h3{
    font-size:1em;
    font-weight:normal;
    padding-top:.35em;
    padding-bottom:.175em;
    padding-left:1em;
    color:#fff;
    background-color:#898b8e;
    border-left:1px solid transparent;
    border-top:1px solid #fff;
    border-bottom:1px solid #b5c3c9;
    cursor:pointer;
    -webkit-transition:all .4s;transition:all .4s;position:relative}

.accordion h3:nth-of-type(even){
    background-color:rgba(0,0,0,.25);
    border-top-color:#fff;
    border-bottom-color:#d2dbdf}

.accordion h3:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    margin-top:16px;
    margin-right:1.1em;
    width:.8em;
    height:12px;
    background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(194,4,48)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") no-repeat}

.accordion .toggle-active,.accordion h3:nth-of-type(even).toggle-active{
    background-color:#C20430;
    color:#fff;
    font-size:1.25em;
    font-weight:bold;
    text-shadow:1px 1px 3px #265c72;
    border-top-color:#fff;
    border-bottom-color:#649cb4;
    font-weight:300}

.accordion .toggle-active:after{
    background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(255,255,255)' points='8,0 16,12 0,12'/%3E%3C/svg%3E") no-repeat}

.accordion>div{
    max-height:999px;
    overflow:visible;
    -webkit-transition:max-height .3s;transition:max-height .3s}

.accordion .closed{max-height:0;overflow:hidden}

.core .closed{display:none}

.accordion_inner{background-color:#eee;}

.contact-list{margin:0;padding:.5em 2.5em 1em;list-style:none}

.contact-list li{position:relative;margin:0 0 0 -.75em;padding:0 0 0 1em}


.content-contact p{
    margin:0;
    padding:.5em 3em 1.5em;
    text-align:center;
    background-color: #fff;
}

.icon-svg-use{
    position:absolute;
    top:.27em;
    left:-.5em;
    height:16px;
    width:16px;
    fill:#3aa5bf;
    background-color:transparent;
    border-color:transparent;
    border-radius:0}



/*******TablaGrid*/

.TablaGrid {
    margin: 0 auto;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TablaGrid table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

 
.TablaGrid  td {
    vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
}

.TablaGrid  th {    
    color: #C20430;
    font-weight:bold;
    font-size : medium;
    height: 30px;
    text-align:center;
    vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
}

.TdTitle {
    width: 30%;
    color: #333;
    font-weight:bold;
    padding-left: 15px;
    vertical-align:middle;
    text-align:left;	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
}

.TdGrid {
    width: 18%;
    text-align:right;
    font-weight:bold;
}

.TdROC {
    text-align:center;
    background-color: #d2dbdf;
}


.TableEncabezado {
    margin: 0 auto;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableEncabezado table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.TableEncabezado dt {
    color: #C20430;
    font-weight:bold;
    text-align:center;
}

.TableEncabezado dd {
    color: #6e6d6c;
    font-weight:normal;
    text-align:center;
}

.dtTableEnc {
    color: #6e6d6c;
    font-weight:normal;
    text-align:center;
}

.trBtn {
    text-align:center;
    height: 50px;
}


/***** Reproceso de OC*/

 .resaltar {
        background-color: rgba(47, 211, 22, 0.82);
    }


 .test {
        background-color: #ff0000;
    }

.TextTitle {
    color: #fff;
    position: fixed;
    top: 25px;
    padding-left:100px;
    text-shadow: initial;
    font-size: 2em;
}

/**  Progress Wait **/
.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
  }

.submit-progress {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 6em;
  padding-top: 2.3em;
  width: 20em;
  margin-left: -10em;
  padding-left: 2.1em;
  background-color: black;
  color: white;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
  -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
  -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

.submit-progress i {
  margin-right: 0.5em;
}




.TableEncabezado {
    margin: 0 auto;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableEncabezado table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.TableEncabezado dt {
    color: #C20430;
    font-weight:bold;
    text-align:center;
}

.TableEncabezado dd {
    color: #6e6d6c;
    font-weight:normal;
    text-align:center;
}

.dtTableEnc {
    color: #6e6d6c;
    font-weight:normal;
    text-align:center;
}

.trBtn {
    text-align:center;
    height: 50px;
}





.TableResumen {
	/*margin:0px;padding:0px;*/
    margin: 0 auto;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableResumen table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.TableResumen td, dt {
    width: 34%;
    color: #C20430;
    font-weight:bold;
}

.TableResumen dd {
    color: #6e6d6c;
    font-weight:normal;
    text-align:left;
}

.ParrafoDerecho {
    text-align: right;
}

.ParrafoIzquierdo {
    text-align:left;
}

.ParrafoCentral {
    text-align:center;
}


