/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   V C S custom styles
   ========================================================================== */

h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #4e9a10;
    margin: 0px 0px 18px 0px;
}

p{
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
    color: #575757;
    margin-bottom: 30px;
}

/* NAV */

.navWrapper{
    width: 100%;
    float: left;
    /*background: #e2e2ed;*/
}

.navContainer{
    width: 90%;
    margin: 0 auto;
}

.logoVCS{
    width: 167px;
    height: 84px;
    float: left;
    margin: 20px 0px;
}

.navContainer nav{
    margin: 46px 0px 0px 0px; padding: 0px;
    float: right;
    height: 30px;
}

.navContainer nav ul{
    margin: 0px;
    padding: 0px;
}

.navContainer nav ul li{
    margin: 0px; padding: 0px;
    float: left;
}

.navContainer nav ul li a{
    text-decoration: none;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -0.25px;
    margin-left: 14px;
    color: #707070;
}

.navContainer nav ul li a:hover{ color: #8dc63f; }
.navContainer nav ul li .active{color: #4e9a10 !important;}

/* HERO */
.heroWrapper{
    width: 100%;
    background: #fff;
}


.heroContainer{
    width: 90%;
    margin: 0 auto;
}

.heroBanner{
    width: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    /*overflow: hidden;*/
}

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 2;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_nav{
    width: 28px;
    height: 33px;
    float: left;
    background: #0f0;
    position: relative;
    z-index: 3;
    /*background: rgba(0,0,0, 0.5);*/
    text-decoration: none;
    color: #fff;
}

.heroBanner .next{
    position: absolute;
    top: 44%; right: 2.5%;
    z-index: 10;
    background: url("../img/hero-nav-derech.png");
}
.heroBanner .prev{
    position: absolute;
    top: 44%; left: 2.5%;
    z-index: 10;
    background: url("../img/hero-nav-izq.png");
}

/* QUIENES SOMOS */

.s1Wrapper{
    width: 100%;
    padding: 30px 0px;
    background: #f0f0f0;
}

.s1Container{
    width: 90%;
    margin: 0 auto;
}

/* SERVICIOS */
.s2Wrapper{
    width: 100%;
    padding: 30px 0px;
    background: #fff;
}

.s2Container{
    width: 90%;
    margin: 0 auto;
}

.colsContainer{
    width: 100%;
}

/* CONTACTO */
.s3Wrapper{
    width: 100%;
    padding: 30px 0px;
    background: #f0f0f0;
}

.s3Container{
    width: 80%;
    margin: 0 auto;
}

.s3Container form{
    width: 60%;
    float: left;
    border-right: 1px solid #e2e2e2;
}

.s3Container form label{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #666;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -0.25px;
    margin-bottom: 5px;

}
.s3Container form input{
    display: block;
    width: 97.5%;
    padding-left: 2.5%;
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    outline: none;
}

.s3Container form textarea{
    font-size: 12px;
    display: block;
    width: 97.5%;
    padding-left: 2.5%;
    height: 158px;
    resize:none;
    border: 1px solid #d3d3d3;
    outline: none;
}

.s3Container form button{
    width: 100%;
    padding: 10px 0px;
    background: #8dc63f;
    color: #fff;
    border: none;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    margin-top: 10px;
    border-radius: 0 5px 0 5px;
}

.s3Container form button:hover{background: #4e9a10;}


.colForm1{
    width: 45%;
    float: left;
    margin-right: 5%;
}

.colForm2{
    width: 45%;
    float: left;
    padding-right: 5%;
}

.infoContacto{
    width: 39%;
    height: 230px;
    float: left;
    border-left: 1px solid #fff;
}

.infoContacto label{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #666;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -0.25px;
    margin-bottom: 5px;
    margin-left: 5%;
}

.infoContacto label:nth-child(5){margin-top: 18px;}

.infoContacto p{
    margin-left: 5%;
    margin-bottom: 0px;
}

.infoContacto a{
    margin-left: 5%;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    color: #8dc63f;
    font-weight: lighter;
}

.infoContacto span{
    margin-left: 5%;
    margin-bottom: 18px;
    display: block;
    font-size: 14px;
    display: block;
    color: #6c6c6c;'
    font-weight: bold;
}

/* FOOTER */

.footerWrapper{
    width: 100%;
    background: #424242;
}

.footerContainer{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
}

.footerContainer span{
    font-size: 11px;
    color: #6c9830;
    font-weight: lighter;
}

/* BACK TO TOP */

.backToTop{
    width: 34px;
    height: 30px;
    background: url('../img/icn-back-to-top.png');
}

.scrollToTop_default{
    background: none !important;
}

/* FORM */

.s3Container input, .s3Container textarea{

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

.s3Container input:focus, .s3Container textarea:focus {
    border: none;
    box-shadow: 0 0 5px rgba(141, 198, 63, 1);
    border: 1px solid rgba(78, 154, 16, 1);
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/**************************************** ****************************************/
/**********************************               ********************************/
/********************************** D E S K T O P ********************************/
/**********************************               ********************************/
/**************************************** ****************************************/

@media only screen and (min-width: 1525px){

.heroWrapper{
    width: 100%;
    background: #fff;
}


.heroContainer{
    width: 1300px;
    margin: 0 auto;
}

.heroBanner{
    width: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    /*overflow: hidden;*/
}

.s1Container p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: lighter;
    color: #575757;
}

.s2Col{
    width: 30.6666%;
    float: left;
    margin-right: 4%;
}
.s2Col:last-child{margin-right: 0%;}

.s2InfoCont{
    width: 95%;
    box-shadow:  0px 0px 6px #b4b4b4;
    float: left;
    margin-bottom: 40px;
    padding: 20px 2.5%;
    text-align: center;

background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

}

.s2InfoCont p{ width: 80%; text-align: center; margin-bottom: 0px;}
.s2InfoCont img{text-align: center; margin: 5px 0px 20px 0px;}

}

@media only screen and (min-width: 960px) and (max-width: 1524px){

.s1Container p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: lighter;
    color: #575757;
}

.s2Col{
    width: 30.6666%;
    float: left;
    margin-right: 4%;
}
.s2Col:last-child{margin-right: 0%;}

.s2InfoCont{
    width: 95%;
    box-shadow:  0px 0px 6px #b4b4b4;
    float: left;
    margin-bottom: 40px;
    padding: 20px 2.5%;
    text-align: center;

background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

}

.s2InfoCont p{ width: 80%; text-align: center; margin-bottom: 0px;}
.s2InfoCont img{text-align: center; margin: 5px 0px 20px 0px;}
}

/**************************************** ****************************************/
/**************************************** ****************************************/
/*********************************   T a b l e t   ******************************/
/**************************************** ****************************************/
/**************************************** ****************************************/

@media only screen and (min-width: 780px) and (max-width: 959px) {

.s1Container p{
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    line-height: 40px;
    font-weight: lighter;
    color: #575757;
}

.s2Col{
    width: 46%;
    float: left;
    margin-right: 4%;
}

.s2Col:nth-child(2) .s2InfoCont{padding-bottom: 230px;}
.s2Col:last-child{margin-right: 0%; width: 100%;}

.s2InfoCont{
    width: 95%;
    box-shadow:  0px 0px 6px #b4b4b4;
    float: left;
    margin-bottom: 40px;
    padding: 20px 2.5%;
    text-align: center;

background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

}

.s2InfoCont p{ width: 80%; text-align: center; margin-bottom: 0px;}
.s2InfoCont img{text-align: center; margin: 5px 0px 20px 0px;}
}

/**************************************** ****************************************/
/***********************************               *******************************/
/***********************************   P h o n e   *******************************/
/***********************************               *******************************/
/**************************************** ****************************************/

@media only screen and (min-width: 0px) and (max-width: 779px) {
.s2Col{
    width: 100%;
    float: left;
    margin-right: 4%;
}
.s2Col:last-child{margin-right: 0%;}

.s2InfoCont{
    width: 95%;
    box-shadow:  0px 0px 6px #b4b4b4;
    float: left;
    margin-bottom: 40px;
    padding: 20px 2.5%;
    text-align: center;

background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

}

.s2InfoCont p{ width: 80%; text-align: center; margin-bottom: 0px;}
.s2InfoCont img{text-align: center; margin: 5px 0px 20px 0px;}

.s3Container{
    width: 90%;
    margin: 0 auto;
}

.s3Container form{
    width: 100%;
    float: left;
    border: none;
}

.s3Container form label{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #666;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -0.25px;
    margin-bottom: 5px;

}
.s3Container form input{
    display: block;
    width: 97%;
    padding-left: 2.5%;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    outline: none;
}

.s3Container form textarea{
    display: block;
    width: 97%;
    padding-left: 2.5%;
    height: 158px;
    resize:none;
    border: 1px solid #d3d3d3;
    outline: none;
}

.s3Container form button{
    width: 100%;
    padding: 10px 0px;
    background: #8dc63f;
    color: #fff;
    border: none;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    margin-top: 10px;
    border-radius: 0 5px 0 5px;
    margin-bottom: 15px;
}

.s3Container form button:hover{background: #4e9a10;}


.colForm1{
    width: 100%;
    float: left;
    margin-right: 5%;
}

.colForm2{
    width: 100%;
    float: left;
    padding-right: 5%;
}

.infoContacto{
    width: 100%;
    border: none;
    margin-left: 0px; padding-left: 0px;
}

.logoVCS{
    width: 167px;
    display: block;
    float: none;
    margin: 20px auto 0 auto;
}


.navContainer nav{
    margin: 10px auto 0 auto;
    padding: 0px;
    height: 30px;
    float: none;
    display: block;
}

.navContainer nav ul{
    width: 320px;
    height: 23px;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
}

.navContainer nav ul li:first-child a{margin-left: 0px !important;}

.navContainer{
    text-align: center;
}


}


}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
