body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;	
}

a {
  color: #FF0000;
  text-decoration: none !important;
}

.texto_ws {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;	
}

.texto_imagen_central {
   display: flex;
   align-items:center;
}

.fa-facebook-square {color:#3b5998 !important}
.fa-youtube-play {color:#c4302b !important}
.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.titulo {margin-left:20px !important}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px !important;
    height: 40px !important;
	background-color:#000 !important;
	background-repeat:no-repeat !important;
	background-position:center;
	  text-align:center;
}
.footer-contacto {
    width: 100%;
    float: left;
    height: 270px;
    background: url(../images/ima-footer-contacto.png) repeat;
}

.btn-contactanos, .btn-contactanos:hover {
    background-color: #FF9900;
    color: #ffffff;
    font-size: var(--font16);
    font-weight: 500;
    padding: var(--font10) var(--font13);
    border-radius: var(--font5);
    text-decoration: none;
}

ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.celeste {color:#fbea26 !important}
.rosado {color:#fbea26 !important}
.amarillo {color:#fbea26 !important}
.gris {color:#fbea26 !important}


.titulo_fondos {color:#ffffff !important;   font-size:18px !important; font-weight:600}


.cont-contactanos {
    background: url(../images/grafica-vitrina.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 62%);
}

.txt-contactanos {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
}

.solucionesImpresionTitle {
    font-size: 20px;
    line-height: 1.1;
}

.pBottomTitle {
    color: var(--gris55595c);
    letter-spacing: 1px;
}

.text-center {
    text-align: center!important;
}

.barraBottomTitles {
    height: var(--font5);
    width: var(--font100);
    background-color: #FF9900;
	
}

footer {
    background-color: #333333;
    border-top: 8px solid #FF9900;
    padding-top: 10px;
}

footer_only {
    background-color: #333333;
    border-top: 8px solid #FF9900;
    padding-top: 10px;
    width: 100%;
    float: left;
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;    	
}

.fa-envelope-o, .fa-phone-square {color : #ffffff !important;}

 

.barra_larga_naranja { 
    border-top: 8px solid #FF9900;
    padding-top: 30px;
}


.fa-envelope-o, fa-volume-control-phone {
    font-family: "Font Awesome 5 Free";
	color:#ffffff !important
}
 
.col-footer {
    border-right: 1px solid #ffffff;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.logo_sercotec   {height:80% !important; width: 80% !important}
.logo_icpro {height:30% !important; width: 30% !important; text-align:center !important}
.logo_licitaciones {height:60% !important; width: 60% !important; text-align:center !important}

.titulo-footer {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.txt-footer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    
}

.link-footer, .link-footer:hover {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

:root {

    --negro: #000000;
    --blanco: #ffffff;
    --gris383D3E: #383D3E;
    --gris55595c: #55595c;
    --gris5c6070: #5c6070;
    --grisBBB8BB: #BBB8BB;
    --gris9D999D: #9D999D;
    --grisD6D5D6: #D6D5D6;
    --gris333333: #333333;
    --grisD6D5D5: #D6D5D5;
    --naranjaFF9900: #FF9900;
    --verde00b521: #00b521;

    --fontLatoSans: 'Lato', sans-serif;

    --font5: 5px;
    --font9: 9px;
    --font10: 10px;
    --font11: 11px;
    --font12: 12px;
    --font13: 13px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px; /*root aÃ±adido por Chris*/
    --font20: 20px;
    --font22: 22px; /*root aÃ±adido por Chris*/
    --font24: 24px;
    --font26: 26px;
    --font28: 28px;
    --font30: 30px;
    --font32: 32px; /*root aÃ±adido por Chris*/
    --font38: 38px;
    --font50: 50px;
    --font100: 100px;
    --font200: 200px;
    --font270: 270px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #EB008B;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	outline: 0;}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
.contenedor {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Roboto', sans-serif;
	color:#1A1917;
	line-height:22px;
}
.contenedor a {
	color:#EB008B;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}
.contenedor p {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:14px;
}
.contenedor h2 {
	padding-top:25px;
}
.wrapper-header {
	width: 100%;
	/*height: 225px;*/
	text-align: center;
	/*background: #0C0;*/
	float: left;
}
.wrapper-index {
	width: 100%;
	float: left;
	/*background:#0F6;*/
}
 


/* == contacto estilos */

.v {
	background-color: white;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #808080;
	width: 100%;
	padding-left: 10px;
	border: 1px solid silver;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.b {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #808080;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	width: 100%;
	border: 1px solid silver;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.m {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #808080;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	width: 100%;
	height: 100px;
	border: 1px solid silver;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.e {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #797979;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	width: 100%;
	height: 100px;
	border: 1px solid silver;

}
.c {
	background: #CC4242 url(images/ima-flecha.svg) no-repeat right;
	width: 30%;
	float:right;
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	font-weight:700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.h {
	background-color: #36A937;
	width: 100%;
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cantidaddeimpresion {
	background-color: white;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #808080;
	width: 100%;
	padding-left: 10px;
	border: 1px solid silver;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#c_contacto {
	width: 50%;
	float: right;
	margin-top: 35px;
}
#c_contacto_llamanos {
	width: 35%;
	float: left;
	color: #4051A2;
	font-size: 30px;
	padding-top: 4px;
	text-align: right;
	padding-right: 2%;
}
.c_contacto_llamanos_numeros {
	float: left;
	font-size: 15px;
	width: 65%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1%;
}
.tit-form {
	width:100%;
	float:left;
	margin-top:50px;
}
.tit-form h3 {
	background:#37AF50;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#fff;
	padding:20px;
	text-align:center;
}
.tit-form p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#1A1917;
}
/* // contacto estilos */


/* == header */

.redes {
	width:33%;
	float:left;
	padding:40px 0;
}
.redes img {
	padding:0px 5px;
}
.logo {
	width:20%;
	float:left;
	padding:10px 0;
}
.telefono {
	width:28%;
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight:700;
	color:#3D3E49;
	padding:30px 0;
	text-align:left;
	background:url(../images/telefono.svg) no-repeat left 30px;
	padding-left:80px;
	margin-left:10px;
}

.menu-auxiliar {
	width:100%;
	float:left;
	/*border-top:1px solid #2B2C33;*/
	border-bottom:1px solid #2B2C33;
	padding:7px 0;
}
.menu-principal {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	width:100%;
	float:left;
	border-bottom:1px solid #2B2C33;
}

/* // header */


/* // slide */

.slide h2 {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:300;
	font-size:33px;
	color:#E5007E !important;
	background:none;
}

.carousel-indicators li.uno {background-color:#000000 !important}
.carousel-indicators li.dos {background-color:#338fcc !important}
.carousel-indicators li.tres {background-color:#e32285 !important}
.carousel-indicators li.cuatro {background-color:#000000 !important}



/* == index */

.home {
	width:100%;
	float:left;
}

.home h1 {
	width:100%;
	float:left;
	font-size:36px;
	font-weight:300;
	text-align:center;
	color:#1E1A19;
	margin:0;
	margin-top:70px;
	padding:20px 0;
	margin-bottom:60px;
	background:url(../images/linea-bottom.svg) no-repeat bottom;
	text-transform:uppercase;
	line-height: 130%;
}

.home h2 {
	width:100%;
	float:left;
	font-weight:300;
	text-align:center;
	color:#1E1A19;
	margin:0; 
	padding:20px 0;
	margin-bottom:10px;
	background:url(../images/linea-bottom.svg) no-repeat bottom; 
}

.linea_sola {background:url(../images/linea-bottom.svg) no-repeat bottom; }

.home h5 {
	width:100%;
	float:left;
	font-weight:300;
	text-align:center;
	color:#1E1A19;
	margin:0; 
	padding:20px 0;
	margin-bottom:10px;
	background:url(../images/linea-bottom.svg) no-repeat bottom; 
}

.home h3 {
	width:100%;
	float:left;
	font-size:20px;
	font-weight:700;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	color:#1A1917;
	margin:0;
	padding-bottom:5px;
}
.home p {
	font-size:18px;
	font-weight:300;
	text-align:center;
}
.home span {
	color:#E5007E;
}
.imagen-left {
	width:50%;
	float:left;
	padding-top:40px;
}
.imagen-right {
	width:50%;
	float:left;
	padding-top:80px;
}
.imagen-left img {
	width:100%;
	height:auto;
}
.imagen-right img {
	width:100%;
	height:auto;
}
.servicios-home {
	width:100%;
	float:left;
	padding:80px 0 70px 0;
	margin-top:50px;
	background: url(./images/servicios-home.jpg) no-repeat;
	background-size:cover;
}
.clientes {
	width:100%;
	float:left;
	position:relative;
	top:-50px;
}
#menu-item-19, #menu-item-20, #menu-item-21 {
	margin:0px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:17px;
	padding:5px;
}
#menu-item-56, #menu-item-57, #menu-item-58, #menu-item-59, #menu-item-60, #menu-item-61, #menu-item-62, #menu-item-63 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase !important;
}

/* // index */


/* == category */

.columna-3 {
	width:33.3%;
	float:left;
	/*padding:0 2px;*/
	z-index:1;
	position: relative;
}
.proyectos {
	width:100%;
	float:left;
	padding:40px 0 80px 0;
}
.overlay {
	display: flex;
	align-content: center;
	align-items: center;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	opacity: 0;
	padding: 20px;
	background-color: rgba(0,0,0,.7);
	text-align: center;}
.columna-3:hover .overlay {	
	opacity: 1;
	-webkit-transition: 0.5s;
  transition: 0.5s;}
 .overlay h3 {
 	text-transform: uppercase;
 	width: 100%;
 	text-align: center;
 	color: #fff;
 	margin: 0;
 	font-weight: 4300;
 	font-size: 24px;}

/*.proyectos img:hover {
	opacity:0.5;
	
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}*/
.proyectos img {
	width:100%;
	height:auto;
	display:block;
	

	/*-webkit-transition:-webkit-transform 1s ease-out;
	-moz-transition:-moz-transform 1s ease-out;
	-o-transition:-o-transform 1s ease-out;
	-ms-transition:-ms-transform 1s ease-out;
	transition:transform 1s ease-out;overflow:hidden;*/
}
.proyectos h4 {
	width:100%;
	float:left;
	height:auto;
	text-align:center !important;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:36px;
	color:#000;
	padding-top:80px;
	margin:0;
	line-height:40px;
}
.columna-4 {
	width:25%;
	float:left;
	padding:0 2px;
	z-index:1;
}
.columna-4 a:hover {
	background:#000;
}
.columna-4 img {
	width:100%;
	height:auto;
}
.servicios-hover {
	width:100%;
	height:auto;
	height:0;
	float:left;
	position:relative;
	top:-180px;
	text-align:center;
}
.servicios {
	width:100%;
	float:left;
	padding:40px 0 80px 0;
}
.servicios-hover h2 {
	width:100%;
	height:auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#fff;
	padding:0;
	margin:0;
}
.servicios h3 {
	width:100%;
	float:left;
	height:auto;
	text-align:center !important;
	color:#000;
	padding-top:80px;
	margin:0;
	font: 36px/40px 'Roboto', sans-serif;
}
.servicios-hover img {
	width:35%;
	height:auto;
}

/* // category */


/* == single */

.content-amarillo {
	width:100%;
	float:left;
	background:#C6CF00;
}
.content-gris {
	width:100%;
	float:left;
	background:#F2F2F2;
}
.column-left {
	width:50%;
	float:left;
}
.column-left h2 {
	color:#D60076 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-right:25px;
	padding-top:40px;
	line-height: 130%;
}
.column-left img {
	width:100%;
	height:auto;
	display:block;
}
.column-right {
	width:50%;
	float:left;
}
.espacio-top {
	padding-top:50px;
}
.column-right p {
	width:100%;
	float:left;
	padding:0% 40px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:20px;
}
.column-right h2 {
	width: 85%;
	float:left;
	padding:0% 40px;
	font-family: 'Roboto', sans-serif;
	font-size:36px;
	font-weight:300;
}
.video {
	width:100%;
	float:left;
	padding-top:40px;
	background:#F2F2F2;
}
.icono-title {
	width: 15%;
	float:left;
	padding-left:40px;
	padding-top:60px;
}

.icono-title img {
	width: 100%;
}
.titulo-contenido {
	width:80%;
	float:left;
}
.titulo-contenido h2 {
	padding-top:25px;
}
.contenedor-formulario {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Roboto', sans-serif;
	padding-bottom:70px;
}
.descripcion-servicios {
	width:100%;
	float:left;
	padding:40px 0 30px 0;
}
.icon-4 {
	width:25%;
	float:left;
	text-align:center;
	color:#1A1917;
}
.icon-4 h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:20px;
	color:#1A1917;
}
.icon-4 p {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#1A1917;
}

/* // single */


/* == page */

.impresion-digital {
	width:100%;
	float:left;
	background:#EFEFEF;
	padding-top:25px !important;
}
.sin-fondo {
	background:none;
}

/* // page */


/* == contacto */

.titulo-contacto h2 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:26px;
}
.content-contacto {
	width:100%;
	float:left;
}
.cont-contacto {
	padding-top:15px;
}
.col-contacto {
	width:33.3%;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:26px;
}
.espacio-col {
	padding-right:15px;
}
.x {
	background-color: white;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #808080;
	width: 100%;
	padding-left: 10px;
	border: 1px solid silver;
}
.h {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #808080;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	width: 100%;
	border: 1px solid silver;
}
.k {
	background: #EB008B url(images/ima-flecha.svg) no-repeat right;
	width: 25%;
	float:right;
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	font-weight:700;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* // contacto */


.proyect-single-content {
	background-color: #d1d5d5;
	width: 100%;
	float: left;
	padding: 0;}

.proyect-single-content .col-left,
.proyect-single-content .col-right {
	width: 50%;
	float: left;
	padding: 0;}

.proyect-single-content .col-left {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 5% 30px 17%;}

.proyect-single-content .col-left	h3 {
	color: #000;
	margin: 0;
	line-height: 1.1;
	font-size: 44px;
	font-weight: bold;
}

.proyect-single-content .col-left	h4 {
	color: #000;
	font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.1;	
  margin: 10px 0;
	padding-bottom: 5px;
	font-size: 28px;}

.proyect-single-content .col-left	h4:after {
  content: '';
  display: block;
  width: 50px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;}

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);}

/* == footer */

.wrapper-footer {
    width: 100%;
    float: left;
    background: url(http://www.fullgraf.cl/wp-content/themes/fullgraf-v3/images/bg-footer.jpg) no-repeat;
    background-size: cover;
}
 
.footer-contacto h4 {
	font-family: 'Roboto', sans-serif;
	font-size:17.5px;
	font-weight:400;
	text-align:center;
}
.footer-contacto a {
	width:100%;
	color:#fff;
	background:#000;
	border-radius:8px;
	padding:10px 50px;
	text-decoration:none;
}
.footer-contacto a:hover {
	background:#37AF50;
}
.footer-content {
	width:100%;
	float:left;
	/*height:150px;*/
	background: url(./images/ima-footer-content.png) repeat;
}
.footer-copyright {
	width:100%;
	float:left;
	height:40px;
	text-align:center;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	font-weight:400;
	background: url(./images/ima-footer-copyright.png) repeat;
	padding:15px;
}
.footer-copyright a {
	color:#E84380;
	text-decoration:none;
}
.footer-4 {
	width:25%;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#CECECE;
	padding:70px 0 70px 0;
}
.footer-4 span {
	width:33.3;
	float:left;
}
.footer-4 img {
	width:75%;
	height:auto;
}
.direccion  {
	float:left;
	padding-right:15px;
}
.direccion img {
	width:auto;
	height:30px;
	float:left;
}

/* // footer */


/* == contendor 404 */
/* == page 404 */
.error-404 {
  background-image: linear-gradient( rgba(0,0,0,.2), rgba(0,0,0,.2) ),
                    url('images/404.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: table;
  color: #000000;
  padding: 50px 15px;
  height: 100vh;}
.error-404 .container {
  display: table-cell;
  vertical-align: top;}
.error-404 .container .content-error-404 {
  position: relative;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;}
.content-error-404 h2 {
  font-size: 36px;
  font-weight: 700;}
.content-error-404 h3 {
  font-size: 36px;
  font-weight: 700;}
.content-error-404 img.logo,
.content-error-404 img.text,
.content-error-404 img.img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;}
.content-error-404 img.logo {
  max-width: 500px;}
.content-error-404 img.text {
  max-width: 20%}
.txt-big {
  line-height:.8;
  color: #000000;
  font-size: 105px;
  font-weight: 900;}
 .back-to-home {
 	color: #ffffff;
 	background-color: #E5007E;
 	padding: 10px 25px;
 	display: inline-block;
 	border-radius: 5px;}
.back-to-home:hover {
 	color: #ffffff;
 	background-color: #333333;
 	transition: .5s ease; }
/* // page 404 */

/* // contendor 404*/


@media (max-width: 1200px) {
	
	
.contenedor {
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
.contenedor-formulario {
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}

}
 @media (max-width: 899px) {

.redes {
	width:100%;
}
.logo {
	width:30%;
}
.telefono {
	width:100% !important;
	text-align:center;
	margin:0;
	padding:0;
	background:none;
	margin-top:25px;
	margin-bottom:20px;
}
.telefono a {
	width:100% !important;
	text-align:center;
}
.icon-4 {
	width:50%;
}
}

@media (max-width: 769px) {

	.titulo_fondos {font-size:  10px !important}
	.titulo {font-size:  20px !important}
	.txt-contactanos {font-size:  24px !important;margin-bottom: 20px;margin-top: 10px;}
	.btn-contactanos {font-size:  14px !important;}
	h5 {font-size:  18px !important}
	
   .carousel-control-next-icon, .carousel-control-prev-icon { /*flechas carrusel*/
     width: 20px !important;
     height: 20px !important;}	
	
	.fa-3x { /*redes sociañles*/
        font-size: 2em !important;
     }
	
	.fa-4x { /*iconos amarillos*/
    font-size: 3em !important; }
	
    .telefono {font-family: 'Roboto Condensed', sans-serif;
	           font-size:20px;}	
	
	.logo_mercado {width: 50% !important; margin-top: 10px !important; margin-left: 40px !important}	
	.logo_sercotec {width: 30% !important; margin-top: 20px !important; margin-left: 40px !important}	
	.logo_compartiendo {width: 50% !important; margin-top: 10px !important; margin-left: 40px !important}	
	.logo_licitaciones {width: 40% !important; margin-top: 10px !important; margin-left: 40px !important}	
	.logo_icpro {width: 20% !important;}
	.img_digitalizacion {margin-top: 20px !important; width: 85% !important;display: block;
                         margin-left: auto;margin-right: auto;}
	  
.proyect-single-content .col-left,
.proyect-single-content .col-right {
	width: 100%;}
.proyect-single-content .col-left {
	padding: 30px 15px}

.column-left {
	width:100%;
	float:left;
}
.column-right h2 {
	width: 100%;
	float:left;
	padding:0% 40px;
	font-family: 'Roboto', sans-serif;
	font-size:36px;
	font-weight:300;
}
.icono-title {
	width: 100%;
	float:left;
	padding-left:10px;
	padding-top: 10px;
	text-align: center;
}

.icono-title img {
	width: 40%;
}

}
 @media (max-width: 700px) {

.imagen-left {
	width:100%;
}
.imagen-right {
	width:100%;
}
.columna-4 {
	width:50%;
}
.column-left {
	width:100%;
}
.column-right {
	width:100%;
}
.icon-4 {
	width:100%;
}
.footer-4 {
	width:50% !important;
}

.error-404 {
  color: #FFFFFF;}
.error-404 .container {
  display: table-cell;
  vertical-align: top;}
.content-error-404 h2 {
  font-size: 36px;
  font-weight: 700;}
.content-error-404 h3 {
  font-size: 36px;
  font-weight: 700;}

.txt-big {
	color: #ffffff;
  font-size: 75px;}

}
