* {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*------------------IR ARRIBa------------*/

a.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    /*background-color: rgb(0, 0, 0, );*/
    background-color: #ED6A16;
    font-size: 12px;
    padding: 1em;
    display: none;
}

a.go-top:hover {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color: black;
}
/*----------------INDEX-----------------*/

.banner { 
    width: 100%;
    position: relative;
    height: 400px;
    background: url('../img/banner.jpg');
    /*background: url('../img/despacho.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    clear: both;
}
.fondo{
    width: 100%;
    /*position: relative;*/
    height: 400px;
    background: rgba(255,255,255,.5);
    /*height: 100%;*/
    overflow: hidden;
}
.logo{
    width: 20%;
}

.openclose{
    display: none;
}

nav{
    margin-top: 5%;
    margin-right: 5%;
}
nav ul{

}
nav ul a.selector{
   font-family: 'Roboto', sans-serif;
   font-size: 17px;
   color: #000;
   padding:20px;
   text-decoration: none;
}
nav ul a.selector:hover{
    color: #4E8831;
}
nav ul a#select{

}
.banner h1 { 
    text-decoration:none; 
    /*color:#E5BB10; */
    color: #000;
    font-size:40pt; 
    font-weight:lighter; 
    width:80%; 
    min-width:200px;  
    text-align:center; 
    /*padding-top:85px;*/
    margin-top: 10%;
}
.banner p { 
    color:#000; 
    font-size:10pt; 
    font-weight:bold; 
    text-align:center;
    width:80%; 
    min-width:200px; 
    display:block; 
    margin:0 auto; 
    padding: 20px;  
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}
.boton{
    text-align: center;
    margin-top: 3%;
}
.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #000;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
.leyenda{
    background: #4E8831;
    padding: 2% 0%;
    overflow: hidden;
    clear: both;
    text-align: center;
}
.leyenda p{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 25px;
}
.subtit{
    font-family: 'Roboto', sans-serif;
    /*color: #fff;*/
    font-size: 17px;
    text-align: center;
}
.imagen{
    width: 100%;
    position: relative;
    height: 200px;
    background: url('../img/sistema.jpg');
    /*background: url('../img/despacho.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    overflow: hidden;
    clear: both;
}
.imagen2{
    width: 100%;
    position: relative;
    height: 200px;
    background: url('../img/aire.jpg');
    /*background: url('../img/despacho.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    overflow: hidden;
    clear: both;
}
.imagen3{
    width: 100%;
    position: relative;
    height: 200px;
    background: url('../img/iluminacion.jpg');
    /*background: url('../img/despacho.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    overflow: hidden;
    clear: both;
}
.imagen4{
    width: 100%;
    position: relative;
    height: 200px;
    background: url('../img/aceites.jpg');
    /*background: url('../img/despacho.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    overflow: hidden;
    clear: both;
}
/*.............FOOTER--------------*/
footer{
	background: #4E8831;
	font-family: 'Oswald', sans-serif;
	/*height: 100px;*/
    padding: 2% 0%;
	/*font-size: 20px;*/
	overflow: hidden;
	clear: both;
}
footer p{
	width: 100%;
	text-align: center;
	font-size: 20px;
	/*margin-top: 3%;*/
	color: #fff;
}

/*------------------nosotros------------*/


/*------------------servicios--------------*/

/*--------------------contacto-----------------*/


        .header-title
        {
          text-align: center;
          color:#fff;
        }

        #tip 
        {
            display:none;  
        }

        .fadeIn
        {
          animation-duration: 3s;
        }

        .form-control
        {
            border-radius:0px;
            border:1px solid #EDEDED;
        }

        .form-control:focus
        {
            border:1px solid #4E8831;
        }

        .textarea-contact
        {
            resize:none; 
        }

        .btn-send
        {
            border-radius: 0px;
            border:1px solid #4E8831;
            background:#4E8831;
            color:#fff; 
        }

        .btn-send:hover
        {
            border:1px solid #4E8831;
            background:#fff;
            color:#4E8831;
            transition:background 0.5s;   
        }

        .second-portion
        {
            margin-top:50px; 
        }

                @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
        @import "http://fonts.googleapis.com/css?family=Roboto:400,500";

        .box > .icon { text-align: center; position: relative; }
        .box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #4E8831; vertical-align: middle; }
        .box > .icon:hover > .image { background: #333; }
        .box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
        .box > .icon:hover > .image > i { color: white !important; }
        .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
        .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
        .box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
        .box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #fff; line-height: 1.5em; margin: 20px;}
        .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
        .box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
        .box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
        .box .space { height: 30px; }

        @media only screen and (max-width: 768px)
        {
            .contact-form
            {
                margin-top:25px; 
            }

            .btn-send
            {
                width: 100%;
                padding:10px; 
            }

            .second-portion
            {
                margin-top:25px; 
            }
        }
