/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive
**********************************************************************/

/*
1. General
**********************************************************************/
	body,input,textarea,select
	{
	line-height: 1.5em;
	}

 #home {
	font-family: sans-serif;
	color: #333;
	line-height:1.2em;
	font-size:15px;
	line-height:20px;
	height: 100%;
}

.boton_personalizado{
    text-decoration: none;
    padding: 10px 50px 10px 50px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    background-color: #8d8977;
    border-radius: 6px;
    border: 2px solid #0016b0;

  }
  .boton_personalizado:hover{
    color: #1883ba;
    background-color: #ffffff;
  }

a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
	color: #65d9f6;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #999;
}
h1 {
    margin: 10px;
}

.h1-plant {
    margin: 10px;
    margin-left: -22px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
	background: #272a3b;
	margin-bottom:0;
	min-height:55px;

}

.navbar-fixed-top {
    min-height:35px;
    height:50px;
    padding-top:0;
}

.menu-bl {
   cursor:default;

}

.navbar-inner {
    background: #181A1C;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
	width:220px;
	height:73px;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #FECE1A;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}
.nav-pills {
	margin-bottom: 20px;
	}
.nav-pills > li > a {
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:5px;
	padding-left:25px;
	padding-right:25px;
	border: 1px solid #181A1C;
	color:#6CF;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}
/******
2. Layout
**********************************************************************/
.centered {
	margin-left:auto;
	margin-right:auto;
	float: none;
	text-align: center;

}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;

}
.highlighted-box {
    background:#edf5ad;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
	line-height:1.2em;
	font-size: 40px;
	color: #CCC;


}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}

.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
	color: #CCC;
	display: none;
}
.invisible {
    display:none;
    visibility:visible;
}



.section.secondary-section2{
	background: url(../images/franja-fondo2.jpg) repeat-x;
	-webkit-background-size: 50% 100%;
	-moz-background-size: 50% 100%;
	-o-background-size: 50% 100%;
	background-size: 50% 100%;
	background-position:0px 0px;
  height: 32em;
}


.eventos {
    padding:20px;
    margin-left: -25px;
  height: 10em;
}


.triangle2 {
	margin: 0 auto;
	text-align:center;
	width: 0;
	height: 0;
	border-top: 30px solid #181A1C;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}


.triangle2-plant {
	margin: 0 auto;
	text-align:center;
	width: 0;
	height: 0;
	border-top: 30px solid #272a3b;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;

}

.icon-sc {
	font-size: 12px;
	line-height: 0.5em;
	vertical-align: top;

}

/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
	display:inline-block;
	border:1px solid #181A1C;
	color:#fff;
	background-color:transparent;
	padding:15px 30px;
	font-size:17px;
	line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
	width:100%;
	height:100%;
	padding:0;
	overflow: hidden;
	position: relative;
	border:0;
	border-radius:0;
	box-shadow:none;
	text-align:center;
	background: #000;
	filter: alpha(opacity=40);

}
.thumbnail .more {
	display:block;
	z-index:4;
	position:absolute;
	top:-70px;
	left:89%;
	margin:0 auto;
	margin-left:-41px;
	width:100%;
	height:80px;
	font-size:40px;
	color:#03F;
	text-decoration:none;
	line-height: 70px;
	text-align: center;
}



.thumbnail:hover .more {
	top:40%;
	margin-top:-40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3 s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.thumbnail h3,
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
	color: #FECE1A;
	margin-top:10px;
	font-size:20px;
}
.thumbnail > p {
	padding-bottom:20px;
}
.thumbnail .mask {
	opacity:0.9;
	filter: alpha(opacity=85);
	top:100%;
	left:0;
	width:100%;
	height:100%;
	background:#181A1C;
	position:absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2 s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin: 0 auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections
***************************************************************************/
 .section {
    padding-bottom: 1px;
}
.section .container {
	padding-top:20px;
}

.section .container-bottom {
	padding-top:50px;
	background-color: #1f1f1f;

}

.section .title {
	text-align: center;
	padding:10px;
	margin-bottom: 20px;

}

.section .title-face {
	text-align: center;
	padding:10px;
	margin-bottom: 20px;

}

.section .title-plant {
	text-align: left;
	padding:10px;
	margin-bottom: 20px;
    border-bottom:1px solid #B5A1A1;

}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
	font-size: 16px;
	color: #FFF;
	font-weight: lighter;
}
.primary-section {
    background:#181A1C;
}
.primary-section .triangle {
	border-top: 40px solid #181a1c;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
	color: #FFF;
}
.primary-section h1 {
	color:#09F;
}
.secondary-section {
   background: url(../images/franja-fondo2.jpg) repeat-x;
	 -webkit-background-size: 50% 100%;
	-moz-background-size: 50% 100%;
	-o-background-size: 50% 100%;
	 background-size: 50% 100%;
	 background-position:0px 0px;
}

.ultima-section {
	background:#31353a;
}

.separador{
	height: 30px;
    background: #40515c;

}

.secondary-section .title {
	border-bottom: 1px solid #c8c7c6;
}
.secondary-section h1, .secondary-section .title p {
    color: #fff;
}
/* Third section use bacground image */
.third-section {
	padding-bottom: 70px;
	background: #181A1C url(../images/franja.jpg) no-repeat center;
	border-top:6px solid #b3b3b3;
}

.third-section-b {
	padding-bottom: 70px;
	background: #181A1C url(../images/franja2.jpg) no-repeat center;
	border-top:6px solid #b3b3b3;
}

.ventas {
	padding-bottom: 40px;

	border-top:3px solid #b3b3b3;
}

.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;

}
.sub-section {
    margin-top:5px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
	width:150px !important;
	height:150px !important;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
	margin-bottom:30px;
	background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFF;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
	color: #FF0;
	margin-top:10px;
}
.project-info span, .project-title h3 {
	color: #CCCCCC;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
	width: 180px;
	display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
	background-color: #666;
}
.team .thumbnail .mask h2 {
	margin-top:40%;
	color: #FFF;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
	color:#FFF;
	font-size: 16px;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
	height:38px;
	position:absolute;
	background-color: #FF6;
}

.skills li .bar2 {
	height:38px;
	position:absolute;
	background-color: #C4E930;
}

.skills li .bar3 {
	height:38px;
	position:absolute;
	background-color: #0C3;
}

.skills li .bar4 {
	height:38px;
	position:absolute;
	background-color: #0C0;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}

 .client-slider h3{
    color: #00F;
}


.client-slider img:hover {
    background: rgba(229, 213, 153, 0.2);
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#3598db;
    border-radius:3px;
    width:30px;
    height:30px;
}
.client-nav li a:hover {
    background:#51575d;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;

}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 10px;
    margin-bottom: 20px;

}
.price-column {
    background-color:cadetblue;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 26px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #FECE1A;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;

}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding: 7px 30px 7px 30px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
		padding:60px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #4c565d;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
	color: #fff;

}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;

}

.section-contacto {
 width: 100%;
    background-color: forestgreen;
}

.contact-info p{
	font-weight:normal;
	line-height: 1.5em;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:530px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 52px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
    margin-top: -50px;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#92adc9;
}
.contact-form {
    background:#2f343b;
    background: rgba(47, 52, 59, 0.9);
    z-index:0;
    position:relative;
    margin-top: -35px;
    padding:30px;

}

.titulo-pers1 {
	text-align: center;
    margin-bottom: 10px;
}

.titulo-pers1 h1{
	color: #0184ff;
}

.contact-form h3 {
    color:deepskyblue;
    padding-bottom:2px;
    line-height: 5px;
    font-size: 30px;
}
.message-btn {
    border:1px solid #747C89;
    color:#fff;
    background-color:#0184ff;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#2275c4;
}
.contact-info {
	text-align:center;
	font-size:17px;

}
.info-mail {

	width:100%;
	margin:0 auto;
	color:#0CF;
    padding: 0.7em 0 0 0;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}
.scrollup {
	text-align:center;
	cursor:pointer;
	vertical-align:bottom;

	width:39px;
	height:39px;
	border-radius:5px;
	font-size:20px;
	position:fixed;
	/*bottom:-115px;*/
	float:left;
	left: 5px;
	border:1px solid #fff;
	display:none;
	background: #3598db;
	top: 29em;
}


.scrollup  a:active, a:focus {
	outline: 0;
	border: 0;
	}


.scrollup > a {
    position:relative;
    top:3px  !important;
    color:#fff;
}

.cajamail {
    background-color: #3598db ;

	width: 300px;
	text-align: left;
    position: relative;
}


/*
  Adicionales
********************************************************************/







/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;

    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 667px) {
    .info-mail {
        width:100%;
        padding: 0.8em 0 0 0;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }

	.nav-pills {
	margin-bottom: 20px;
	font-size: 12px;
}

.nav-pills > li > a {
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #181A1C;
	color:#6CF;
}

}

.cuarta-section {
    padding-bottom: 20px;
	background-color: fff;
	border-top:6px solid #b3b3b3;
}



.icon-datos {

    padding: 0 10px 0 0;

}

.icon-datos-c {

    padding: 0 10px 0 0;


}

.icon-datos-w {

    padding: 0 3px 0 0;

}

.secondary-section h1 {

    color:#FECE1A;

}

.secondary-section p {

    color:darkgrey;

}

.secondary-section #form p {

    color:darkgrey;
     font-size: 0.9rem;
}

.secondary-section #form .com {

    color:darkgrey;
     font-size: 1rem;
    color: #22262a;
    font-weight: normal;
}


.última-section h1 {

    color:#7e9aaf;

}



.container-bottom .info-mail {

    color:dodgerblue;

}

.container-bottom p {

    color:#7e9aaf;
     line-height:inherit;
}

.title-plant p {

    color:#fff;
     line-height:inherit;
}

.map-wrapper h5 {

    color:antiquewhite;
     line-height:inherit;
    font-size: 12px;
    font-family: sans-serif;
}


.span91{

   line-height: 48px;
     width: 400px;
    padding: 40px 10px;
    display:inline-block;
    height:50px;
}



.span-text-plus {
    float: right;
}



.wrapper .inner {
			margin: 0 auto;
			width: 80em;
			position: relative;
			z-index: 99;
		}
.wrapper > .inner {
				width: 65em;
			}
.wrapper > .inner {
				width: 90%;
			}
#banner .inner {
			-moz-transform: scale(1.0);
			-webkit-transform: scale(1.0);
			-ms-transform: scale(1.0);
			transform: scale(1.0);
			-moz-transition: opacity 1s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 1s ease, -ms-transform 1s ease;
			transition: opacity 1s ease, transform 1s ease;
			opacity: 1;
			position: relative;
			z-index: 2;
		}
#banner .inner {
					width: 100%;
				}
#footer2 > .inner {
			margin: 0 auto;
			width: 80em;
		}
#footer2 > .inner {
				width: 65em;
			}
#footer2 > .inner {
				width: 90%;
			}

.flex {
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
        width: 130%;
        margin-left: -7em;
	}

.wrapper .inner {
			margin: 0 auto;
			width: 80em;
			position: relative;
			z-index: 99;
		}

.flex.flex-2 .col {
			width: 48%;
		}

#footer2 {
		padding: 6em 0 4em 0;
	}

#footer2 {
				padding: 3em 0 1em 0;

			}

.flex {
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}



		.flex.flex-2, .flex.flex-3 {
			-moz-align-items: stretch;
			-webkit-align-items: stretch;
			-ms-align-items: stretch;
			align-items: stretch;

		}

		.flex.flex-2 .col {
			width: 78%;

		}



		.flex.flex-3 .col {
			width: 50%;
            color: #788b9f;
            font-size: 0.8em;
            text-align: left;
            padding-left: 5em;
		}

		.flex.flex-4 .col {
			width: 22%;
		}

		.flex.flex-tabs {
			-moz-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}

			.flex.flex-tabs ul {
				width: 20%;
			}

			.flex.flex-tabs .tabs {
				width: 77%;
			}

.wrapper {
		padding: 6em 0 4em 0;
		position: relative;
	}

		.wrapper:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: block;
			background-image: url(../../images/boys.jpg);
			background-size: cover;
			background-repeat: no-repeat;
			opacity: 0.2;
			z-index: 1;
		}

		.wrapper .inner {
			margin: 0 auto;
			width: 80em;
			position: relative;
			z-index: 99;
		}

		.wrapper header {
			margin-bottom: 4em;
		}

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

				.wrapper header {
					margin-bottom: 2em;
				}

			}

		.wrapper.style1 {
			background-color: #449ee4;
			color: #c1c7cd;
		}

			.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
				color: #ffffff;
			}

			.wrapper.style1 a {
				color: #ffffff;
			}

				.wrapper.style1 a:hover {
					color: rgba(255, 255, 255, 0.5);
				}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			.wrapper.style1 blockquote {
				border-left-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 hr {
				border-bottom-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 .box {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				background-color: #041625;
				color: #ffffff !important;

			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: #06243c;
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: #02080e;
				}

				.wrapper.style1 input[type="submit"].alt,
				.wrapper.style1 input[type="reset"].alt,
				.wrapper.style1 input[type="button"].alt,
				.wrapper.style1 button.alt,
				.wrapper.style1 .button.alt {
					background-color: transparent;
					box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
					color: #a6a5a5 !important;
				}

					.wrapper.style1 input[type="submit"].alt:hover,
					.wrapper.style1 input[type="reset"].alt:hover,
					.wrapper.style1 input[type="button"].alt:hover,
					.wrapper.style1 button.alt:hover,
					.wrapper.style1 .button.alt:hover {
						background-color: rgba(255, 255, 255, 0.075);
					}

					.wrapper.style1 input[type="submit"].alt:active,
					.wrapper.style1 input[type="reset"].alt:active,
					.wrapper.style1 input[type="button"].alt:active,
					.wrapper.style1 button.alt:active,
					.wrapper.style1 .button.alt:active {
						background-color: rgba(255, 255, 255, 0.2);
					}

					.wrapper.style1 input[type="submit"].alt.icon:before,
					.wrapper.style1 input[type="reset"].alt.icon:before,
					.wrapper.style1 input[type="button"].alt.icon:before,
					.wrapper.style1 button.alt.icon:before,
					.wrapper.style1 .button.alt.icon:before {
						color: #9ba6af;
					}

				.wrapper.style1 input[type="submit"].special,
				.wrapper.style1 input[type="reset"].special,
				.wrapper.style1 input[type="button"].special,
				.wrapper.style1 button.special,
				.wrapper.style1 .button.special {
					background-color: #ffffff;
					color: #062038 !important;
				}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.15);
			}

				.wrapper.style1 input[type="text"]:focus,
				.wrapper.style1 input[type="password"]:focus,
				.wrapper.style1 input[type="email"]:focus,
				.wrapper.style1 select:focus,
				.wrapper.style1 textarea:focus {
					border-color: #ffffff;
					box-shadow: 0 0 0 1px #ffffff;
				}

			.wrapper.style1 .select-wrapper:before {
				color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c1c7cd;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: rgba(255, 255, 255, 0.15);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #062038;
			}

			.wrapper.style1 input[type="checkbox"]:focus + label:before,
			.wrapper.style1 input[type="radio"]:focus + label:before {
				border-color: #ffffff;
				box-shadow: 0 0 0 1px #ffffff;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #3ca5fb !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #3ca5fb !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #3ca5fb !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #9ba6af !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #9ba6af !important;
			}

			.wrapper.style1 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 header p {
				color: #fff;
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(255, 255, 255, 0.15);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.15);
			}

		.wrapper.style2 {
			background-color: #fff;
			color: #c0c5c9;
		}

			.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
				color: #ffffff;
			}

			.wrapper.style2 a {
				color: #c1c7cd;
			}

				.wrapper.style2 a:hover {
					color: rgba(193, 199, 205, 0.5);
				}

			.wrapper.style2 strong, .wrapper.style2 b {
				color: #ffffff;
			}

			.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #ffffff;
			}

			.wrapper.style2 blockquote {
				border-left-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 hr {
				border-bottom-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 .box {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 input[type="submit"],
			.wrapper.style2 input[type="reset"],
			.wrapper.style2 input[type="button"],
			.wrapper.style2 button,
			.wrapper.style2 .button {
				background-color: #ffffff;
				color: #041625 !important;
			}

				.wrapper.style2 input[type="submit"].alt,
				.wrapper.style2 input[type="reset"].alt,
				.wrapper.style2 input[type="button"].alt,
				.wrapper.style2 button.alt,
				.wrapper.style2 .button.alt {
					background-color: transparent;
					box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
					color: #ffffff !important;
				}

					.wrapper.style2 input[type="submit"].alt:hover,
					.wrapper.style2 input[type="reset"].alt:hover,
					.wrapper.style2 input[type="button"].alt:hover,
					.wrapper.style2 button.alt:hover,
					.wrapper.style2 .button.alt:hover {
						background-color: rgba(255, 255, 255, 0.075);
					}

					.wrapper.style2 input[type="submit"].alt:active,
					.wrapper.style2 input[type="reset"].alt:active,
					.wrapper.style2 input[type="button"].alt:active,
					.wrapper.style2 button.alt:active,
					.wrapper.style2 .button.alt:active {
						background-color: rgba(255, 255, 255, 0.2);
					}

					.wrapper.style2 input[type="submit"].alt.icon:before,
					.wrapper.style2 input[type="reset"].alt.icon:before,
					.wrapper.style2 input[type="button"].alt.icon:before,
					.wrapper.style2 button.alt.icon:before,
					.wrapper.style2 .button.alt.icon:before {
						color: #9ba2a8;
					}

				.wrapper.style2 input[type="submit"].special,
				.wrapper.style2 input[type="reset"].special,
				.wrapper.style2 input[type="button"].special,
				.wrapper.style2 button.special,
				.wrapper.style2 .button.special {
					background-color: #062038;
					color: #ffffff !important;
				}

					.wrapper.style2 input[type="submit"].special:hover,
					.wrapper.style2 input[type="reset"].special:hover,
					.wrapper.style2 input[type="button"].special:hover,
					.wrapper.style2 button.special:hover,
					.wrapper.style2 .button.special:hover {
						background-color: #082d4f;
					}

					.wrapper.style2 input[type="submit"].special:active,
					.wrapper.style2 input[type="reset"].special:active,
					.wrapper.style2 input[type="button"].special:active,
					.wrapper.style2 button.special:active,
					.wrapper.style2 .button.special:active {
						background-color: #041321;
					}

			.wrapper.style2 label {
				color: #ffffff;
			}

			.wrapper.style2 input[type="text"],
			.wrapper.style2 input[type="password"],
			.wrapper.style2 input[type="email"],
			.wrapper.style2 select,
			.wrapper.style2 textarea {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.15);
			}

				.wrapper.style2 input[type="text"]:focus,
				.wrapper.style2 input[type="password"]:focus,
				.wrapper.style2 input[type="email"]:focus,
				.wrapper.style2 select:focus,
				.wrapper.style2 textarea:focus {
					border-color: #062038;
					box-shadow: 0 0 0 1px #062038;
				}

			.wrapper.style2 .select-wrapper:before {
				color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 input[type="checkbox"] + label,
			.wrapper.style2 input[type="radio"] + label {
				color: #c0c5c9;
			}

				.wrapper.style2 input[type="checkbox"] + label:before,
				.wrapper.style2 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: rgba(255, 255, 255, 0.15);
				}

			.wrapper.style2 input[type="checkbox"]:checked + label:before,
			.wrapper.style2 input[type="radio"]:checked + label:before {
				background-color: #062038;
				border-color: #062038;
				color: #ffffff;
			}

			.wrapper.style2 input[type="checkbox"]:focus + label:before,
			.wrapper.style2 input[type="radio"]:focus + label:before {
				border-color: #062038;
				box-shadow: 0 0 0 1px #062038;
			}

			.wrapper.style2 ::-webkit-input-placeholder {
				color: #9ba2a8 !important;
			}

			.wrapper.style2 :-moz-placeholder {
				color: #9ba2a8 !important;
			}

			.wrapper.style2 ::-moz-placeholder {
				color: #9ba2a8 !important;
			}

			.wrapper.style2 :-ms-input-placeholder {
				color: #9ba2a8 !important;
			}

			.wrapper.style2 .formerize-placeholder {
				color: #9ba2a8 !important;
			}

			.wrapper.style2 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 header p {
				color: #9ba2a8;
			}

			.wrapper.style2 table tbody tr {
				border-color: rgba(255, 255, 255, 0.15);
			}

				.wrapper.style2 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style2 table th {
				color: #ffffff;
			}

			.wrapper.style2 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.15);
			}

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

			.wrapper > .inner {
				width: 65em;
			}

		}

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

			.wrapper > .inner {
				width: 90%;
			}

		}

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

			.wrapper {
				padding: 3em 0 1em 0;
			}

		}

.texto-footer2 {

    line-height: 2.3em;

}

 ul.vineta1 {

    list-style-image: url(../images/flecha.png);
    color: #dcdce6;
}

#image-center {

    width: 100% ;
   position: relative;
    text-align: center;
 padding: 0 0 0 0;

}

.title-plant2 {

    color: #d7d7e4;

}
