/*
Theme Name: IN-CUBED
Theme URI: 
Description: Todos los derechos reservados.
Author: Alvaro Garcia Fernandez
Author URI: 
Version: 1.0
License: GNU General Public License
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
*/

/* WP styles */
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}

.background-black {
	background-color: #000;
}

.inclinado {
	transform: rotate(7deg);
}

.fuente-estrecha {
	font-size: 0.8em;
}

.bkg-image-size {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
	
}

.bkg-full-image-size {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}

.img-principios {
	background-size: 100% 100%;
	height: 160px;
	margin-bottom: 30px;
}

.pad-xxl {
	padding: 100px 0px;
}

.paddingBottom30px {
	padding-bottom: 30px;
}

.pad-right-8 {
	padding-right: 8px;
}

.pad-left-26 {
	padding-left: 26px;
}

.alignleft {
	float: left;

}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

.sticky {
}

.gallery-caption,
.entry-teaser .gallery-caption {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	height: 0;
	padding: 0;
}

.bypostauthor > .media-body > .comment-header .comment-author {
	background: #f0f0f0;
	padding: 2px 8px;
	margin-right: 4px;
	border-radius: 4px;
}

/* Generic custom styles */
body {
	margin: 0px auto;
}

.pad-small {
	padding: 10px 0px;
}

.text-container {
	padding: 10px;
}
.page-container {
	margin-top:0px;
}

.navbar-agf {
	border-radius: 0px;
}

.navbar-agf .menu-item {
	text-align: right;
}

.navbar-agf .menu-item .glyphicon {
	margin-left: 5px;
}

.navbar-agf .navbar-toggle {
	border-color: #B8B8B8;
}

.navbar-agf .navbar-toggle:hover {
	opacity: 0.7;
	background-color: #B8B8B8;
}

.navbar-agf .navbar-toggle:hover .icon-bar {
	background-color: #E0EFF1;
}

.navbar-agf .navbar-toggle .icon-bar {
	background-color: #B8B8B8;
}

.bkg-color-primary {
	background-color: #7b7979;
}

.bkg-color-secondary {
	background-color: #C7C3C3;
}

.bkg-color-terciary {
	background-color: #EEE;
}

.bkg-color-gradient {
  /* fallback */
  background-color: #7b7979;
  background-image: url(images/radial_bg.png);
  background-position: center center;
  background-repeat: no-repeat;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#C7C3C3), to(#7b7979));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #C7C3C3, #7b7979);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #C7C3C3, #7b7979);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #000, #7b7979);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}

.pantalla-transparent-white {
	background-color: rgba(255,255,255,0.9);
	height: 100%;
	padding-bottom: 20px;
}

/* Carousel bootstrap*/
.carousel h3{
	font-size: 2em;	
}

.carousel a{
	color: white;
	transition: color 0.4s ease-out;
}

.carousel a:hover{
	text-decoration: none;
	color: rgb(53, 53, 53) ;
}

#carousel-index {
	padding: 0;
}


.carousel img {
	height: 100%;
	width: 100%;
}

.carousel-indicators li {
	border-radius: 0px !important;
	transition: border-color 0.4s ease-out;
}

.carousel-indicators li:hover:not(.active) {
	border-color: #B8B8B8;
	
}

/* BOOTSTRAP BOTON MOBIL MENU SUPERIOR */
.incubed .navbar-toggle { 
	border: 0px solid;
}

.incubed .navbar-toggle .icon-bar {
	width: 28px;
	height: 3px;
}

/* Desktop*/
#desktop-main a{
	padding: 0px;
}
.item-desktop {
	height: 250px;
	background-size: 100% 100%;
	transition: background-size 0.4s ease-out;
}

a div.item-desktop .pantalla {
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: background-color 0.4s ease-out;
	
}

a div.item-desktop:hover {
	background-size: 110% 110%;

}

a div.item-desktop:hover .pantalla {
	background-color: rgba(0,0,0,0);
}

.caption {
	color: white;
    background-color: rgba(0,0,0,0.7);
}

a:hover .caption {
	text-decoration: none;
}

a div.item-desktop .caption {
	position: absolute;
    width: 60%;
    height: 35px;
    bottom: 0px;
    right: 0px;
    opacity: 0.8;
    text-indent: 10px;
    padding-top: 5px;
    font-size: 1.2em;

}
/* Clientes */
.container-item-cliente {
	display: inline-block;
	text-align: initial;
	margin-right: 30px;
}

.item-cliente {
	height: 175px;
	width: 175px;
	border-bottom: 6px solid;	
}

.item-cliente .caption {
	display: none;
	width: 100%;
	height: 100%;
	font-style: oblique;
	font-weight: bold;
	position: relative;
}

.item-cliente .caption span {
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	font-size: 1.2em;
}

.item-cliente:hover .caption {
	display: block;
}
/* Footer*/
#footer {
	padding: 30px 0px;
	color: #FFF;
}

/* Single, cada entrada*/
.list-post {
	background-size: 100% 100%; 
	background-repeat: no-repeat;
}

.list-post time {
	font-style: italic;
	font-size: 0.5em;
	margin-left: 10px;
	color: #7b7979;
}

/* Breadcrumb */
.breadcrumb-container {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.breadcrumb-container .glyphicon {
	color: #7b7979;
	font-size: 0.85em;
}

/* Listado de noticias */
article {
	text-align: justify;
}

#noticias-container {
	margin-top: 20px;
	font-size: 20px;
    letter-spacing: 0.5px;
}

#noticias-container a.item-noticia{
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	color: #000;
	transition: background-color 0.4s ease-out;
}

#noticias-container a.item-noticia:hover{
	background-color: rgba(0,0,0,0.1);
}

.category-noticias p {
	font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

/* Footer redes sociales*/
.footer_info_item {
	padding-left: 30px !important;
}
#footer-redes-sociales a {
	float: left;	
}

#footer-redes-sociales a:not(:last-child){
	margin-right: 10px;
}

.item-redes-sociales {
	height: 50px;
	width: 50px;
	background-size: 100% 100%;
	background-position: center;
	transition: background-size 0.2s ease-in;
}

.item-redes-sociales:hover {
	background-size: 110% 110%;
}

/* Conocenos */
img.img-conocenos {
	padding: 20px 0px;
}

.item-conocenos {
	border-left: 3px solid;
	cursor: pointer;
	transition: background-color 0.4s ease-out;
}

.item-conocenos {
	margin-bottom: 20px;
}

.item-conocenos:hover {
	background-color: rgba(255,255,255,0.7);
}

.item-conocenos.active {
	color: #000000;
	background-color: rgba(255,255,255,0.7);
}

.item-conocenos.active .foto-conocenos {
	opacity: 1;
}

.item-conocenos .description {
	padding: 20px 0px;
	text-indent: 35px;
	text-align: justify;
	font-stretch: semi-condensed;
	font-size: 1.1em;
}


.item-conocenos:hover .foto-conocenos {
	opacity: 1;
}
.foto-conocenos {
	margin: 5px 15px;
	width: 100px;
	height: 100px;
	background-size: auto 100%;
	background-position: center;
	opacity:0.7;
	transition: opacity 0.4s ease-out;
}

.txt-conocenos {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 250px;
}

.txt-conocenos a img {
	transition: box-shadow 0.4s ease-out;
}
.txt-conocenos a img:hover {
	box-shadow: 0px 0px 2px black;
}

footer a {
	color: white;
}

footer a:hover {
	color: #C7C3C3;
	text-decoration: none;
}

.navbar-agf .menu-item a {
	color: #FFF;
	cursor:pointer;
}

.navbar-agf .menu-item a:hover {
	color: black;
}

a.btn {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0 0 0 10px;
	color: white;
	transition: background-color 0.4s ease-in, color 0.4s ease-in;
}

a.btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
}

.carousel-incubed a.btn {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}


.carousel-incubed .carousel-caption {
	left: 0%;
	right: 0%;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	transition: background-color 0.4s ease-in;
}

.carousel-incubed .carousel-caption h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}


.carousel-incubed .carousel-caption:hover {
	background-color: rgba(0,0,0,0.9);
}

.carousel-incubed .carousel-caption a:hover {
	color: #EEE;
}

/* MENU MAIN*/
#menu-main-container {
	padding: 0px;
	transition: background-size 0.4s ease-out;
	background-size:100% 100%;
	background-position: top;
}

#menu-main-container:hover {
	background-size: 110% 110%;
}

#menu-main-container a{
	color: #EEE;
	font-size: 2em;
	display: table;
	table-layout: fixed;
}

#menu-main-container .list-group {
	height: 100%;
	width: 100%;
	
	margin: 0px;
}

#menu-main-container .list-group p {
	display:table-cell;
	vertical-align:middle;
	text-shadow: 1px 1px rgb(0, 0, 0);
}

#menu-main-container .list-group .list-group-item{
	height: 20%;
	width: 100%;
	background-color: rgba(200, 200, 200, 0.2);
	border-radius: 0px;
	border: 0;
	margin: 0px;
	font-stretch: condensed;
	font-weight: bold;
	transition: background-color 0.4s ease-out;
	transition: color 0.4s ease-out;
	padding: 0px 15px;
}

#menu-main-container .list-group .list-group-item:not(:last-child){
	border-bottom: 1px dotted #CCC;
}

#menu-main-container .list-group .list-group-item:hover{
	background-color: rgba(255, 255, 255, 0.8);
	color: #7b7979;
}
/* SERVICIOS */
.container-todos-servicios {
	padding-bottom: 20px;
}
.servicio-container {
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	display: inline-block;	
	vertical-align: top;
}

.item-servicio {
	font-size: 1.5em;
	font-stretch: semi-condensed;
	padding: 10px;
	height: 180px;
	width: 180px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50% 50% 50% 50%;
	color: #FFFFFF;
	cursor: pointer;
	transition: color 0.4s ease-out;
	transition: border-radius 0.4s ease-in;
}

.item-servicio:hover {
	color: #5A5A5A;
	text-shadow: 1px 0px 0px black;
	border-radius: 50% 50% 50% 0%;
}


.item-servicio.active {
	padding: 15px;
	height: 190px;
	width: 190px;
	border-radius: 50% 50% 50% 0%;
}

/* SERVICIO AZUL*/
.item-servicio.bkg-blue {
	background-color: rgba(0, 53, 190, 0.4);
	transition: background-color 0.4s ease-out;
}

.item-servicio.bkg-blue.active {
	background-color: rgba(0, 53, 190, 0.6);
}

.item-servicio.bkg-blue:hover {
	background-color: rgba(0, 53, 190, 0.2);
}

.servicio-content.bkg-blue {
	background-color: rgba(0, 53, 190, 0.05);
}

.incubed .jumbotron.bkg-blue {
	background-color: rgba(0, 53, 190, 0.05);
}
/* SERVICIO ROJO*/
.item-servicio.bkg-red {
	background-color: rgba(157, 0, 0, 0.4);
	transition: background-color 0.4s ease-out;
}

.item-servicio.bkg-red.active {
	background-color: rgba(157, 0, 0, 0.6);
}

.item-servicio.bkg-red:hover {
	background-color: rgba(157, 0, 0, 0.2);
}

.servicio-content.bkg-red {
	background-color: rgba(157, 0, 0, 0.05);
}

.incubed .jumbotron.bkg-red {
	background-color: rgba(157, 0, 0, 0.05);
}

/* SERVICIO VERDE*/
.item-servicio.bkg-green {
	background-color:rgba(0, 118, 33, 0.4);
	transition: background-color 0.4s ease-out;
}

.item-servicio.bkg-green.active {
	background-color:rgba(0, 118, 33, 0.6);
}

.item-servicio.bkg-green:hover {
	background-color:rgba(0, 118, 33, 0.2);
}

.servicio-content.bkg-green {
	background-color:rgba(0, 118, 33, 0.05);
}

.incubed .jumbotron.bkg-green {
	background-color:rgba(0, 118, 33, 0.05);
}

/* SERVICIO NARANJA*/
.item-servicio.bkg-orange {
	background-color: rgba(197, 127, 0, 0.6);
	transition: background-color 0.4s ease-out;
}

.item-servicio.bkg-orange.active {
	background-color: rgba(197, 127, 0, 0.8);
}

.item-servicio.bkg-orange:hover {
	background-color: rgba(197, 127, 0, 0.3);
}

.servicio-content.bkg-orange {
	background-color: rgba(197, 127, 0, 0.075);
}

.incubed .jumbotron.bkg-orange {
	background-color: rgba(197, 127, 0, 0.075);
}

/* SERVICIO MORADO*/
.item-servicio.bkg-purple {
	background-color:rgba(54, 0, 105, 0.4);
	transition: background-color 0.4s ease-out;
}

.item-servicio.bkg-purple.active {
	background-color:rgba(54, 0, 105, 0.6);
}

.item-servicio.bkg-purple:hover {
	background-color: rgba(54, 0, 105, 0.2);
}

.servicio-content.bkg-purple {
	background-color: rgba(54, 0, 105, 0.05);
}

.incubed .jumbotron.bkg-purple {
	background-color: rgba(54, 0, 105, 0.05);
}

.servicio-content {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: justify;
	font-stretch: semi-condensed;
	font-size: 1.3em;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Clientes */
.logo-cliente {
	background-size: contain;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 90px !important;
	padding-bottom: 10px;
	color: transparent;
	cursor: pointer;
	transition: background-color 0.3s linear, color 0.15s linear;
	border: 1px solid none;
}

.logo-cliente h3 {
	font-size: 1.2em;
	margin-top: 30px;
}

.logo-cliente:hover {
	color: black;
	background-color: #FFF;
	background-image: none !important;
	text-decoration: none;
	border-color: #EEE;
}

.container-item-cliente {
	display: inline-block;
	text-align: initial;
	margin-right: 30px;
}

.item-cliente {
	height: 175px;
	width: 175px;
	border-bottom: 6px solid;
}

.item-cliente .caption {
	display: none;
	width: 100%;
	height: 100%;
	font-style: oblique;
	font-weight: bold;
	position: relative;
}

.item-cliente .caption span {
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	font-size: 1.2em;
}

.item-cliente:hover .caption {
	display: block;
}


/*JUMBOTRON*/
.incubed .jumbotron {
	background-color: rgba(0,0,0,0.1);
	padding: 30px 10px;
	font-stretch: semi-condensed;
}

.incubed .jumbotron h1{
	text-shadow: 1px 1px white;
}

h1.post-title {
	margin-top: 10px;
	margin-bottom: 40px;
}

/* MEDIAS */
/* NOT XS */
@media (min-width: 768px) {
	#footer .footer_info_item:not(:first-child){
		border-left: 1px solid #7b7979;
	}
	
	#menu-main-container {
		border-right: 1px solid #FFF;
	}
}
/* XS */
@media (max-width: 768px) {
	
	.logo-header img {
		height: 60px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 992px) {
	.logo-header img {
		height: 80px;
	}
}
/* MD */
@media (min-width: 992px) and (max-width: 1200px) {
	.logo-header img {
		height: 90px;
	}
	
	.servicio-content {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}
/* LG */
@media (min-width: 1200px) {
	.logo-header img {
		height: 90px;
	}
	
	.servicio-content {
		padding-left: 20% !important;
		padding-right: 20% !important;
	}
	
}
