/*!
Theme Name: Tecnobox
Theme URI: http://underscores.me/
Author: Espira
Author URI: https://espiratecnologias.com
Description: Theme para Tecnobox
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tecnobox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tecnobox is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


img {
	border-style: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*TIMELINE*/

#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #141414!important;}

#fp-nav ul li .fp-tooltip{color:#141414!important;}

#fp-nav ul li:last-child{display:none;}

.intro{text-align: center;}

.intro h2 {
    font-size: 3em;
    line-height: 2em;
    color:#104c71;
}

.intro h2 span {
    font-weight: bold;
    display: block;
    font-size: 3em;
}

.intro div{
	width:50%;
	margin: 0px auto;
	margin-top: 2.5%;
	font-weight: bold;
}

.intro div p{font-size:1.2em; color:#104c71;}


#section1 .intro h2,
#section1 .intro div p,
#section3 .intro h2,
#section3 .intro div p,
#section5 .intro h2,
#section5 .intro div p{color:#fff;}

#section6{padding-top:6%;}

/*RESPONSIVE TIMELINE*/

/*---------------- ANCHO PANTALLA --------------*/

/*--- 1024px ---*/

@media (max-width: 1024px) {
	#section6{padding-top:10%;}
	
	.intro div { width: 80%;}
}

/*--- 768px ---*/

@media (max-width: 768px) {
	#section6 .fp-tableCell > section{display:none;}
}

/*--- 500px ---*/

@media (max-width: 550px) {
	
	.intro h2 { 
		font-size: 2em;
		line-height: 1em;
	}

	.intro h2 span {  margin-bottom: 7.5%;}
	
	.intro div{margin-top: 7.5%;}

}

/*--- 375px ---*/

@media (max-width: 375px) {
	#section6{padding-top:10px;}	
}	



/*---------------- ALTO PANTALLA --------------*/


@media (max-height: 800px) {

	.intro h2 {  font-size: 2em;margin-top: 8%;}

	.intro img{width:50%;}
	
	.intro div p { font-size: 1em;}

}


@media (max-height: 600px) {

	.intro img{width:auto;}
	

}
