@charset "utf-8";
@import url(reset.css);
@import url(grid.css);
@font-face {
  font-family: 'CenturyGothic';
  src: url('../app/css/cg_font/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../app/css/cg_font/CenturyGothic.woff') format('woff'), url('../app/css/cg_font/CenturyGothic.ttf')  format('truetype'), url('../app/css/cg_font/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

html{
    height: 100%;
}

body{
    height: 100%;
    font-family: 'CenturyGothic', sans-serif;
    font-size: 14px;
}

.no-padding > [class*="col-"]{
    padding: 0;
}

.big-padding > [class*="col-"]{
    padding: 35px;
}

.mid-padding > [class*="col-"]{
    padding: 25px;
}

hr{
    margin: 50px 0;
}

.imgres{
    width: 100%;
    height: auto;
}

.slide{
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}

@media only screen and (min-width:600px){
    .slide{
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

.cuadrito{
    width: 15px;
    height: 15px;
    margin-left: 2px;
    float: left;
    vertical-align: middle;
}

section{
    padding: 50px 0;
}

nav{
    position: relative;
    width: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    z-index: 1;
}

@media only screen and (min-width: 600px){
    nav{
        position: fixed;
        width: 100%;
        background-color: #000;
        background-color: rgba(0,0,0,0.5);
        top: 0;
        z-index: 1;
    }
}

.navigation{
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}

.navigation li{
    display: block;
    width: 100%;
}

.navigation li a{
    display: block;
    height: auto;
    line-height: 30px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    border-bottom:3px solid transparent;
    transition: all 0.5s ease;
}

.navigation li a:hover,.navigation li a:focus{;
    border-bottom:3px solid #0f0;
    background-color: #008000;
}

@media only screen and (min-width:600px){
    .navigation li:nth-child(2){
        display: none;
    }
    .navigation li{
        display: inline-block;
        width: 25%;
    }

    .navigation li a{
        display: block;
        height: 100px;
        line-height: 100px;
        background-color: transparent;
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        border-bottom:3px solid transparent;
        transition: all 0.5s ease;
    }

    .navigation li a:hover,.navigation li a:focus{;
        border-bottom:3px solid #0f0;
        background-color: transparent;
    }
}

.cvp{
    position: relative;
    display: none;
    width: 90%;
    height: 80%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    margin-top: 10px;
    border-radius: 10px;
}

@media only screen and (min-width:600px){
    .cvp{
        display: block;
    }
}

.cvp img{
    height:75px;
    width: auto;
    display:inline-block;
    vertical-align: top;
}

.cvp h1{
    width:60%;
    display:inline-block;
    vertical-align: top;
    font-size: 1.2em;
    color: #008000;
    font-weight: bold;
    margin: 15px 0;
    line-height: 115%;
    text-align: center;
}

.cvp a{
    text-decoration: none;
}

main{
    position: relative;
}

.slogan{
    position: absolute;
    width: 100%;
    top: 35%;
    background-color: #88bc19;
    background-color: rgba(136, 188, 25,0.7);
    text-align: center;
    padding: 10px 0;
}

.sloganTexto{
    font-size: 1.2em;
    font-weight: bold;
    background-color: #008000;
    background-color: rgba(0, 128, 0,0.4);
    padding: 20px 0;
    color: #fff;
}

@media only screen and (min-width:600px){
    .sloganTexto{
        font-size: 2em;
        font-weight: bold;
        background-color: #008000;
        background-color: rgba(0, 128, 0,0.4);
        padding: 20px 0;
        color: #fff;
    }
}

/*****************Estilos para colores*************************************************/

.green{
    background-color: #88bc19;
}

.gray{
    background-color: #9f9f9d;
}

.franja{
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    color: #fff;
    background-color: #223605;
    margin: 10px 0;
    padding: 10px 0;
}

/*************************************************************/

/*******************Estilos Quines******************************************/

.quienes{
    position: relative;
    font-size: 1.2em;
    text-align: justify;
    line-height: 115%;
    background-color: #eaeaea;
    background-color: rgba(234, 234, 234,0.9);
}

@media only screen and (min-width:600px){
    .quienes{
        position: absolute;
        bottom: 0;
        font-size: 1.2em;
        text-align: justify;
        line-height: 115%;
        background-color: #eaeaea;
        background-color: rgba(234, 234, 234,0.9);
    }
}

.quienes h1,.secTitulo{
    font-size: 1.5em;
    color: #008000;
    font-weight: bold;
    margin: 15px 0;
    line-height: 115%;
}


/*******************Cuadro Acceso******************************************/

.cuadroAcceso{
    border: 1px solid #67bb00;
    background-color: #fff;
    box-shadow: 2px 2px 10px #999;
    border-radius: 5px;
}

.cuadroAcceso .titulo{
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background-color: #67bb00;
    color: #fff;
}

.elementoForm{
    display: inline-block;
    width: 35%;
    min-width: 300px;
    margin: 10px 0;
}

.formClientes{
    margin: 10px;
}

.formClientes label{
    width:20%;
    font-weight: bold;
}

.formClientes input{
    padding: 5px;
    border:1px solid #67bb00;
    border-radius:5px;
}

.formClientes input[type="submit"]{
    border: none;
    padding:5px 10px;
    background-color: #67bb00;
    color:#fff;
    font-weight: bold;
    font-family: 'CenturyGothic', sans-serif;
}

/*******************Servicios******************************************/

.servicios{
    background:url(../imagenes/lineasBG_black.png);
}

.servicios h1{
    font-size: 1.5em;
    color: #008000;
    font-weight: bold;
    margin: 15px 0;
}

.servicios .parrafo{
    font-size: 1.2em;
    line-height: 115%;
    text-align: justify;
}

/********************Estilos footer*********************************/

footer{
    background-color: #88bc19;
    overflow: hidden;
}

.descripcion h1{
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.descripcion .info-foot{
    margin:10px 0;
}

.descripcion i{
    color: #015301;
}

.goTop{
    display: none;
    position: fixed;
    right: 10px;
    bottom:10px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border: 2px solid #88bc19;
    border-radius: 50%;
    text-align: center;
    margin: 15px;
    color: #015301;
}

/*******************Estilos Formulario ************************************/

.elemento{
    width: 92%;
    padding: 0 4%;
    margin: 30px 0;
}

.elemento label{
    display: block;
    color: #666;
    font-size: 1.2em;
    margin: 10px 0;
    color: #008000;
}

.elemento input,.elemento textarea{
    width: 96%;
    font-size: 1.3em;
    padding: 2%;
    border:1px solid #eaeaea;
    border-bottom: 1px solid #67bb00;
}

.elemento input[type="submit"]{
    display: block;
    width: 50%;
    border: none;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #88bc19;
    color: #fff;
    padding: 10px;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition-property: background-color,color;
    transition-duration: 0.5s;
}
.elemento input[type="submit"]:hover{
    background-color: #015301;
    color: #67bb00;
}