/* Reset CSS
 * --------------------------------------- */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	padding: 0;
	margin: 0;
}
/* Custom CSS
 * --------------------------------------- */

body {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.6em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	background:#1a3122;
}
a, a:hover, a:focus{
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
.container {
	padding: 15px 0px;
}
.content {
}
#nextslide1, #nextslide1 .navelement {
	background: #fa7d0a
}
#nextslide2, #nextslide2 .navelement {
	background: #7C420A
}
#nextslide3, #nextslide3 .navelement {
	background: #004e6d
}
#nextslide4, #nextslide4 .navelement {
	background: #0f2015
}
/* Section 1-5
 * --------------------------------------- */
#section0, #section4 {
	background: -webkit-radial-gradient(linear, top left, bottom left, from(#1c3525), to(#0f2015));
	background: -webkit-radial-gradient(#1c3525, #0f2015);
	background: radial-gradient(#1c3525,#0f2015);
}
/* Section 2-6
 * --------------------------------------- */
#section1, #section5 {
	background: -webkit-gradient(linear, top left, bottom left, from(#fc9c13), to(#fa7d0a));
	background: -webkit-linear-gradient(#fc9c13, #fa7d0a);
	background: radial-gradient(#fc9c13,#fa7d0a);
}
/* Section 3-7
 * --------------------------------------- */
#section2, #section6 {
	background: -webkit-gradient(linear, top left, bottom left, from(#A96326), to(#7C420A));
	background: -webkit-linear-gradient(#A96326, #7C420A);
	background: radial-gradient(#A96326,#7C420A);
}
/* Section 4-8
 * --------------------------------------- */
#section3, #section7 {
	background: -webkit-gradient(linear, top left, bottom left, from(#006e8d), to(#004e6d));
	background: -webkit-linear-gradient(#006e8d, #004e6d);
	background: radial-gradient(#006e8d,#004e6d);
}

h1 {
	font-family: Archer Bold;

}
h2, h3, h4 {
	text-transform: uppercase;
	/*font-family: Archer Bold;*/
}
h4 {
	font-weight: 600;
}
h1 {
	font-size: 2.6em;
}
h2.title {
	font-size: 2em;
	font-weight: 700;
	padding: 0 0 30px;
	font-family: Montserrat;

}
.italic-quote {
    font-family: Georgia;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.3em;
}
.img-responsive {
	margin: 0 auto;
}
.main-menu {
}
.main-menu a {
	display: table;
	font-size: 15px;
	margin: auto;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
  	letter-spacing: 1px;
}
.sep {
	background: #fff;
	display: block;
	height: 1px;
	width: 100px;
	margin: 30px auto;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff;
}
.nextslide {    bottom: 0;
    height: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.navelement {
    display: inline-block;
    font-size: 31px;
    height: 60px;
    margin-top: -50px;
    overflow: hidden;
    padding: 3px 0 0;
    width: 100px;  
}
.navbar-fixed-top {
	border-width: 0;
}
.navbar-inverse {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.navbar {
    border: medium none;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-brand {
	height: 70px;
	padding: 20px;
}
.navbar-right {
	font-size: 80%;
	margin-top: 15px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 10px;
}
.form-control {
	background-image: none;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	padding: 12px;
	height: auto;
}
.btn-custom {
	border-radius: 0;
	background: rgba(0,0,0,0.7);
	padding: 10px 70px;
}
.btn:hover {
	color: #fff;
}
.numuno {
	background-image: url("../img/num1.png");
}
.numdos {
	background-image: url("../img/num2.png");
}
.numtres {
	background-image: url("../img/num3.png");
}
.numcua {
	background-image: url("../img/num4.png");
}
.numcinco {
	background-image: url("../img/num5.png");
}
.metodologias {
	background-repeat: no-repeat;
	margin: 18px 0;
	min-height: 70px;
	padding-left: 65px;
}
ul li {
	padding-bottom: 5px
}
#fp-nav ul li .fp-tooltip {
	top: -12px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {

h2.title {
	font-size: 1.9em;
	font-weight: 700;
	padding: 0 0 30px;
}
.container {
	padding: 15px 30px 0px 0px;
}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-moz-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.site-navigation .container {
    padding: 0;
}
.row-grid [class*="col-"] {
	margin-bottom: 30px;
}
.lang_sel_list_horizontal{
float: right;text-transform: uppercase;font-size:85%;
}
.lang_sel_list_horizontal ul{
    list-style: outside none none;
    margin: 0;
    padding: 17px 0 0;
}
.lang_sel_list_horizontal ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.lang_sel_list_horizontal ul li a {
    border-radius: 3px;
    display: block;
    padding: 5px 12px;
}
.lang_sel_list_horizontal li a.lang_sel_sel,.menu-item-language-current a{
	background:#fff;
    color: #111 !important;
	}
.menu-item-language-current a:hover{
	background:#fff !important;
    color: #111 !important;
	}
.esconde{
	opacity: 0;
	
}

.muestra{
    display: block !important;
    visibility: visible !important;

}

.home .row img {
    opacity: 0;
    transition: all 1.5s;
}
.main-menu ul{list-style:none;padding:0;margin:0}
span.wpcf7-not-valid-tip{color:#fff}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;}
    .dropdown-menu {border-radius:0;
    
    background-color: #fa7d0a;
    font-size:12px;}
     .home .dropdown-menu>.active>a, .home .dropdown-menu>.active>a:focus,
   .home .dropdown-menu li a:focus {
    
    background: none;
}
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
    
    background: rgba(255,255,255,.2);
    color: #fff;
}
 .home .dropdown-menu>.active>a, .home .dropdown-menu>.active>a:focus,
   .home .dropdown-menu li a:focus {
    
    background: none;
}
.dropdown-menu>li>a {
    padding: 7px 20px;
    color: #fff;
}
.footer{
	background:#111;
	font-size:12px;
}
.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
.footer ul li {
    display: block;
    padding: 0;
}
.footer ul li a {	
    padding: 0 3px;
}
.vertical-center {
/* min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
/*  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}