/*  
Theme Name: cdsdigital
Theme URI: http://www.suragencia.com
Description: Plataforma Ordenes de Compra
Version: 1
Author: Victor Jorquera Escobar
Author URI: http://www.suragencia.com
*/

html {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

.cleared {
	display:block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	height:0;
	overflow:hidden;
  }

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #3B3B3B;
	padding: 0; 
  	margin:0;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	color: red;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

h1 {
	font-size: 30px;
	color: black;
	font-weight: bolder;
	letter-spacing: 0px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 2px !important;
}

h2 {
	font-size: 20px;
	color: black;
	font-weight: bolder;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 10px;
}

h3 {
	font-size: 22px;
	color: black;
}

h4 {
	padding-top: 10px;
	padding-bottom: -5px;
	font-size: 32px;
	color: black;
}

h5 {
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0px;
	text-align: center;
	margin-top: -15px;
}

h6 {
	font-size: 10px;
	color: black;
}

hr {
	border: 0px;
	border-top: 1px solid #8c8b8b;
}

img {
  height: auto;
  max-width: 100%;
}

.linea {
	width: 120px;
	height: 5px;
	background-color: #64DBE8;
	margin: 0 auto;
	margin-bottom: 30px;
}

.linea-2 {
	width: 60px;
	height: 5px;
	background-color: #64DBE8;
	margin: 0 auto;
	margin-bottom: 30px;
}

.cubo {
	width: 94%;
	background-color: white;
	height: 120px;
	margin-top: -120px;
	margin-bottom: -40px;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 150%;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: #3B3B3B;
}
 
p a,
p a:link,
p a:visited,
p a:hover {
	color: #3B3B3B;
	text-decoration: none;
}

a, a:visited {
	color: #3B3B3B;
	text-decoration: none;
}

/*------ header ------  */

.header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
	width: 100%;
	min-height: 30px;
	box-sizing: border-box;
}

.header-wrap {
	position: relative;
	width:100%;
	min-width: 100px;
	max-width: 924px;
	margin: 0 auto;
	text-align: left;
	color: gray;
	font-weight: 300;
	letter-spacing: 1px;
	box-sizing: border-box;
}

.header-left {
	width: 45%;
	float: left;
	text-align: left;
	padding: 12px 0;
	font-size: 14px;
	color: gray;
}

.header-right {
	width: 45%;
	float: right;
	text-align: right;
	padding: 12px 0;
	font-size: 14px;
	color: gray;
}

.header-right, a, a:visited {
	color: rgb(66, 66, 66);
	text-decoration: none;
}

.header-right:hover {
	color: black;
	text-decoration: none;
}

/*------ nav ------  */

.nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 140px;
	z-index: 100;
	background-image: url('images/nav.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: white;
	box-sizing: border-box;
}

.nav-wrap {
	width:98%;
	min-width: 100px;
	max-width: 924px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 1px;
	box-sizing: border-box;
}

.nav-left {
	width: 234px;
	height: 120px;
	margin-top: 10px;
	float: left;
	text-align: left;
	padding: 0;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.nav-right {
	width: 460px;
	float: right;
	text-align: right;
	margin-top: 40px;
	margin-left: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0;
	color: #333333;
}

/* ------ item ------ */

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	color: #333333;
  }
  
  li {
	float: right;
	color: #333333;
	border-bottom: 1px solid lightgray;
  }
  
  li a {
	display: block;
	text-align: center;
	padding: 15px 16px;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid lightgray;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
	background-color: white;
	color: black;
	border-bottom: 1px solid black;
  }

/* ------ body ------ */

.wrap {
	width:90%;
	min-width: 100px;
	max-width: 924px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 1px;
	box-sizing: border-box;
}

.wrap-2 {
	width:96%;
	min-width: 100px;
	max-width: 924px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 1px;
	box-sizing: border-box;
}

/* ------ home ------ */

.home {
	width: 100%;
	min-height: 90vh;
	box-sizing: border-box;
	display: flex;
	align-items: center;
  	justify-content: center;
}

/* ------ table ------ */

table, th, td {
	border: 1px solid lightgrey;
	border-collapse: collapse;
	padding: 3px;
	box-sizing: border-box;
}

th {
	color: black;
	font-weight: bolder;
	background-color: #F0F0F0;
}

/* ------ grid ------ */

.intro {
	margin-bottom: 40px;
	text-align: center;
}

.titulo {
	width: 100%;
	height: 60px;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	color: white;
	display: flex;
	align-items: center;
  	justify-content: left;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.titulo-pdf {
	width: 100%;
	height: 60px;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: white;
	background-color: #0F3457;
	display: flex;
	align-items: center;
  	justify-content: center;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.titulo-pdf:hover {
	background-color: red;
}

.titulo-pdf2 {
	width: 100%;
	height: 60px;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: white;
	background-color: #225F73;
	display: flex;
	align-items: center;
  	justify-content: center;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.titulo-pdf2:hover {
	background-color: red;
}

.titulo-footer {
	width: 100%;
	padding: 0px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.titulo-section {
	width: 100%;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	padding: 10px;
	margin-bottom: 0;
	box-sizing: border-box;
	border: 1px solid gray;
}

.titulo-columns {
	width: 100%;
	height: 50px;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	display: flex;
	align-items: center;
  	justify-content: left;
	padding: 5px;
	margin-bottom: 0;
	box-sizing: border-box;
	border: 1px solid gray;
}

.titulo-columns-int {
	width: 100%;
	min-height: 30px;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin-bottom: 0;
	box-sizing: border-box;
	border-bottom: 0px solid gray;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  	justify-content: center;
	flex-direction: column;
}

.titulo-columns-int2 {
	width: 100%;
	min-height: 30px;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	padding: 0px 0;
	margin-bottom: 0;
	box-sizing: border-box;
	border-bottom: 0px solid gray;
}

.total {
	color: black;
	font-weight: bolder;
	font-size: 13px;
}

.part1 {
	width: 175px;
	background-color: #BCF5F4;
}

.titulo-columns-flex {
	width: 100%;
	min-height: 50px;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	display: flex;
	align-items: center;
  	justify-content: left;
	padding: 0px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.titulo-columns-footer {
	text-align: center;
	font-size: 13px;
}

.titulo-white {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
}

.item {
	width: 100%;
	background-color: #BCF5F4;
	margin-bottom: 5px;
	padding: 10px;
	box-sizing: border-box;
}

.grid-seccion {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	box-sizing: border-box;
}

.grid-seccion-2 {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #144574;
	box-sizing: border-box;
}

.grid-seccion-3 {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #2D7E99;
	box-sizing: border-box;
}

.grid-seccion-2Aprobado {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #144574;
	box-sizing: border-box;
}

.grid-seccion-2Pendiente {
	display: none;
}

.grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(30px, auto);
	text-align: left;
}

.grid-2 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	grid-auto-rows: minmax(30px, auto);
	text-align: left;
}

.grid-3 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 70px;
	grid-auto-rows: minmax(30px, auto);
	text-align: left;
}

.grid-4 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 70px;
	grid-auto-rows: minmax(30px, auto);
	text-align: left;
}

.grid-5 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0px;
	grid-auto-rows: minmax(30px, auto);
	text-align: left;
}

.form2 {
	display: none;
}

#form2 {
	display: none;
}

/*------ login ------  */

#loginform {
	width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid lightgray;
	background-color: #F0F0F0;
	box-sizing: border-box;
}

/*------ certificado ------  */

.logo-cliente {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	box-sizing: border-box;
}

.logo-certificado {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	box-sizing: border-box;
}
  
.firma {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	padding: 0;
	color: white;
	box-sizing: border-box;
	display: block;
}

.firma-2 {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	padding: 0;
	color: white;
	box-sizing: border-box;
	display: block;
	display: flex;
	align-items: center;
  	justify-content: center;
}
  
.firma-linea {
	width: 190px;
	height: 1px;
	text-align: center;
	padding: 0;
	margin: 1px auto 6px auto;
}
  
.firma-linea-2 {
	width: 190px;
	height: 20px;
	text-align: center;
	padding: 0;
	margin: 1px auto 6px auto;
}

.url {
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}

.cert-header {
	margin-top: 10px;
	box-sizing: border-box;
}

.cert-header-1 {
	width: 33%;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
}

.cert-header-2 {
	width: 33%;
	padding: 40px 10px 0 10px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: center;
}

.cert-header-3 {
	width: 33%;
	padding: 10px;
	float: right;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
}

/*------ seccion ------  */

#seccion-2 {
	width: 100%;
	min-height: 100px;
	padding: 0px;
	margin: 0px;
	margin-top: 80px;
	text-align: center;
	box-sizing: border-box;
}

#seccion-3 {
	width: 100%;
	min-height: 100px;
	padding: 0px;
	margin: 0px;
	margin-top: 80px;
	padding: 80px 0 80px 0;
	background-color: #ECF4F3;
	text-align: center;
	box-sizing: border-box;
}

#seccion-4 {
	width: 100%;
	padding: 80px 0 0 0;
	margin: 0px;
	text-align: center;
	box-sizing: border-box;
}

#seccion-5 {
	width: 100%;
	padding: 80px 0;
	margin: 0px;
	margin-top: 80px;
	text-align: center;
	box-sizing: border-box;
}

/* ------ columns ------ */

.columns-1 {
	float: left;
	width: 45%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

.columns-2 {
	float: right;
	width: 45%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

.clm1 {
	width: 25%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	color: black;
	font-weight: bold;
}

.clm2 {
	width: 75%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

.clm3 {
	width: 40%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	color: black;
	font-weight: bold;
}

.clm4 {
	width: 60%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

/* ------ footer ------ */

.footer {
	font-size: 12px;
	position: relative;
	margin:0px;
	width: 100%;
	min-height: 100px;
	bottom: 0px;
	z-index: 99999;
	color: gray;
	box-sizing: border-box;
}


.footer-wrap {
	width:98%;
	min-width: 100px;
	max-width: 924px;    
	position: relative;
	margin:0 auto;
	text-align: center;
	padding: 40px 0;
}

.footer a {
	color: gray;
	text-decoration: none;
}

/* ------ cv ------ */

.pt-cv-ctf-list {
	height: 26px;
	margin-top: -15px;
	text-align: center;
}

.pt-cv-ctf-value {
	text-align: center;
	border-bottom: solid 4px #AF4101;
}

/* ------ form ------ */

input, select, textarea {
	border: solid 1px grey;
	background-color: white;
	padding: 5px 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 90%;
	max-width: 400px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
}

input[type=submit] {
	width: 120px;
	margin: 0 auto -50px auto;
	border: solid 0px grey;
	color: white;
	background-color: #083C69;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
}

.fea-submit-button {
	padding: 10px 20px;
	width: 150px;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.aligncenter , p.center {
   text-align: center; 
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.alignright img, img.alignright {
  margin: 0px;
  margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.alignleft img, img.alignleft {
  margin: 0px;
  margin-right: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.wp-caption {
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  text-align: center;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.wp-caption p {
    text-align: center;
}

/* ------ color ------ */

#black {
	color: black;
	font-weight: 700;
	padding-right: 5px;
}

#white {
	color: white;
	font-weight: 700;
	width: 100%;
}

/* ------ movil ------ */

#desktop {
    display: block !important;;
}

#movil {
    display: none !important;;
}

/* ------ colores ------ */

#fondo-blanco {
	background-color: white;
	border-radius: 20px;
	margin-top: -200px;
	z-index: 9999999;
}