/* CSS Document */

html, body{
	margin:0px;
	height:100%;
	background-color: #ffffff;
}

img{
	border: 0;
	max-width: 100%
}

a{
	text-decoration: none;
	color: #0099cc;
}

a:hover{
	text-decoration: none;
}

a.botones {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight:400;
	line-height: normal;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	display: inline-block;
}

.boton-blanco { color: #ffffff; border: 1px solid #ffffff;}
a.boton-blanco:hover{ color: #0099cc; background: #ffffff;}

.boton-gris { color: #333333; border: 1px solid #666666;}
a.boton-gris:hover{	color: #FFFFFF;	background: #666666;}

a.boton-mapa {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: inline-block;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-image: url(../images/mapa-ico.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: 30px;
}

a.boton-mapa:hover{
	border: 1px solid #000000;
	background-image: url(../images/mapa-ico2.png);
	background-color: #000000;
}

a.boton-respuesta {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	display: inline-block;
	color: #666666;
	border: 1px solid #666666;
	margin-top: 20px;
}

a.boton-respuesta:hover{
	border: 1px solid #0099cc;
	background-color: #0099cc;
	color: #ffffff;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #666666;
	margin: 0px;
	padding: 0;
}

h1{	font-size: 42px; line-height: 44px;}
h2{	font-size: 36px; line-height: 38px;}
h3{	font-size: 24px; line-height: 26px;}
h4{	font-size: 20px;}
h5{	font-size: 16px;}
h6{	font-size: 14px;}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 13px;
	margin: 0px;
	padding: 0;
}

.semi-bold { font-weight: 600;}
.bold { font-weight: 700;}

.white { color: #ffffff;}
.dark { color: #333333;}
.black { color: #000000;}
.color { color: #0099cc;}

.small { font-size: 11px;}
.large { font-size: 15px;}
.xlarge { font-size: 17px;}

.line-big {
    line-height: 24px;
}



/* ==================================================
  GENERAL - CONTENT
================================================== */

.content{
	position: relative;
	margin:	auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}

.content-l{	max-width: 1240px;}
.content-s{	max-width: 760px;}

.margebot20{margin-bottom: 20px;}
.margetop20{margin-top: 20px;}


.separador{
	width: 70px;
	height: 2px;
	margin:	20px 0px;
}

.separador-gris{ background-color: #CCCCCC;}
.separador-blanco{ background-color: #ffffff;}
.separador-color{ background-color: #0099cc;}
.separador-dark{ background-color: #333333;}
.separador-negro{ background-color: #000000;}


.separador2{
	width: 81px;
	height: 13px;
	margin:	20px auto;
}

.separador2-negro{ background: url(../images/separador-black.png) no-repeat center center;}
.separador2-blanco{ background: url(../images/separador-white.png) no-repeat center center;}
.separador2-color{ background: url(../images/separador-color.png) no-repeat center center;}
.separador2-gris{ background: url(../images/separador-grey.png) no-repeat center center;}


/* ==================================================
  MAIN
================================================== */

#main {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #ffffff;
}

.main-marge {
	padding-top: 113px;
}


/* ==================================================
   COLUMNAS
================================================== */

.columna-100{
	width: 100%;
	float: left;
}

.columna-big{
	width: 75%;
	float: left;
}

.columna-mid{
	width: 50%;
	float: left;
}

.columna-33{
	width: 33.33%;
	float: left;
}

.columna-small{
	width: 25%;
	float: left;
}


.columna-content{
	padding: 20px;
	overflow: hidden;
}


/* ==================================================
   SLIDES
================================================== */

.banner-content{
	position: relative;
}


/* ==================================================
   INTRO
================================================== */

.intro{
	width: 100%;
	overflow: hidden;
}

.intro .content{
	text-align: center;
}

/* ==================================================
   TOP BANNER
================================================== */

#top-banner {
    width: 100%;
    overflow: hidden;
    line-height: 0px;
}

/* ==================================================
   HOME MISION
================================================== */

#home-mision{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

/* ==================================================
   HOME EMPRESA
================================================== */

#home-empresa{
	width: 100%;
	overflow: hidden;
	background-color: #0099cc;
	padding: 40px 0;
	background-image: url(../images/home-empresa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home-empresa p{
	margin: 20px 0px;
}

/* ==================================================
   HOME NEWS
================================================== */

#home-news{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.news-table {
    display: table;
    width: 100%;
	text-align: left;
}

.news-cell {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.news-cell .news-content{
    margin: 0 10px;
}

.news-cell h4{
    margin-top: 20px;
}

.news-cell p{
	margin: 20px 0px;
}

.news-separador{
	background-color: #0099cc;
	height: 4px;
}

/* ==================================================
   UBICACION
================================================== */

#ubicacion{
	width: 100%;
	overflow: hidden;
	background: url(../images/chumbinho-mapa.jpg) no-repeat center center;
	padding: 60px 0;
}

#ubicacion .ubicacion-info{
	background-color: #0099cc;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	max-width: 310px;
    margin: auto;
}

#ubicacion .ubicacion-content {
    padding: 40px 40px;
}


/* ==================================================
   NOSOTROS
================================================== */

#nosotros{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

#nosotros .separador { width: 100%;}


#nosotros .bullet {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 20px;
}

#nosotros .destacado {
    text-align: center;
    font-size: 14px;
    margin: 40px 0;
}

/* ==================================================
   NEWS LIST
================================================== */

#news-list{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

/* ==================================================
   NEWS
================================================== */

#news{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

#news .fecha {
	margin-bottom: 20px;
	background-image: url(../images/clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#news .separador {
    width: 100%;
}

#compartir-news {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: left;
}

/* ==================================================
   SERVICIOS
================================================== */

#servicios{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

#servicios .content-l { display: table;}
#servicios .columna-100 { float: none; display: inline-block; vertical-align: top;}
#servicios .columna-mid { float: none; display: inline-block; vertical-align: top;}

#servicios .separador { width: 100%;}

#servicios .bullet {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 20px;
}

/* ==================================================
   CLIENTES
================================================== */

#clientes{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

#clientes .separador { width: 100%;}


#clientes .bullet {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 20px;
}

/* ==================================================
   CLIENTES
================================================== */

#links{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

#links .separador { width: 100%;}


#links .bullet {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 20px;
}

#links a{
	color: #666666;
}

#links a:hover{
	color: #0099cc;
}

/* ==================================================
   CONTACTO
================================================== */

#contacto{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

#contacto .separador { width: 100%;}




/* ==================================================
   IMAGES Hoover Efect
================================================== */

.view {
   margin: 0px;
   border: 0px
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   width: 100%;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
   width: 100%;
}

.view a {
	display: inline-block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.view a.info-icon {
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: center;
}

.view .pic {
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0099cc;
}

/* ==================================================
   FORMULARIO CONTACTO
================================================== */

.columna-form{
	width: 50%;
	float: left;
}

.columna-form-left{
	margin-right: 10px;
}

.columna-form-right{
	margin-left: 10px;
}

.form100-fill {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
    background-color: #fff;
    border: 1px solid #999;
    padding: 8px 4px 8px 4px;
    margin-bottom: 10px;
    border-radius: 4px;
	/* Firefox */
	width: -moz-calc(100% - 10px);
	/* WebKit */
	width: -webkit-calc(100% - 10px);
	/* Opera */
	width: -o-calc(100% - 10px);
	/* Standard */
	width: calc(100% - 10px);
}

.form-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
    padding: 5px 5px 5px 0px;
    width: 100%;
    overflow: hidden;
}

input#enviar {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    display: inline-block;
    background: #0099cc;
    color: #ffffff;
    border: 0px solid #cccccc;
    cursor: pointer;
	margin-top: 10px;
}

input#enviar:hover {
    background: #333333;
    color: #ffffff;
}



/* ==================================================
   VIDEO RESPONSIVE
================================================== */
.video-contenedor {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
	height: 0;
	overflow: hidden;
}
 
.video-contenedor iframe,
.video-contenedor object,
.video-contenedor embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/* ==================================================
   MEDIA
================================================== */

.banner-mobile { display:none;}

@media only screen and (max-width: 1400px) {

.content { padding-left: 20px; padding-right: 20px;}

}

@media only screen and (max-width: 800px) {

.news-cell { width: 50%;}

}

@media only screen and (max-width: 768px) {

.banner-web { display:none;}
.banner-mobile { display:block;}

.columna-mid { width: 100%;}
#ubicacion .columna-mid { width: 50%;}

}


@media only screen and (max-width: 560px) {

#ubicacion {
    background: url(../images/chumbinho-mapa2.jpg) no-repeat top center;
    padding: 140px 0px 40px 0px;
}
#ubicacion .columna-mid { width: 100%;}

}


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

.columna-form { width: 100%;}
.form100-fill { width: calc(100% - 10px);}
.columna-form-left { margin-right: 0px;}
.columna-form-right { margin-left: 0px;}

.news-cell { width: 100%;}

.columna-content { padding: 20px 0px;}

}

