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

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

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

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

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

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

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

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body { background: #fff}
a, a:hover, a:active, a:focus {outline:0;}

#inicio {background: url(../img/2.jpg) no-repeat center center fixed; color:#fff; padding-bottom: 50px; position: relative;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/2.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/2.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h2, h3, h4, h5, h6 {color: #999}
.morado {color:#990033}

#menu nav {background: #fff; background: rgba(255, 255, 255, 0.8); padding: 10px 0; position: fixed; width: 100%; top: 0; z-index: 999}
#menu nav #logo {float: left;}
#menu nav ul {float: right; margin: 0; padding: 0; margin-top: 20px}
#menu nav ul li {display: inline-block; margin-left: 25px}
#menu nav ul li a {color: #000; text-decoration: none; text-transform: uppercase; font-size: 0.8em; font-weight: bold;  text-shadow:none}
#inicio h1 {font-size: 1.5em}
#inicio h1 span {font-size: 1.6em}
#inicio h1, #inicio p {text-align: center;}
#inicio > .content {max-width: 800px; margin:150px auto; line-height: 2em}

.content {max-width: 960px; margin: auto}

#nosotros {padding: 80px 0 40px 0; padding-bottom: 40px;}
#nosotros h2 {text-transform: uppercase;}
#nosotros img {float: right; max-width: 50%; margin-left:40px;}

#socios {padding-bottom: 40px; display: none;}
#socios h2 {border-bottom: 1px solid #999}
#socios h3 {margin-top: 0}
#socios .socio-a {width: 49%; float: left;}
#socios .socio-b {width: 49%; float: right;}
#socios img {width: 150px; height: 200px; float: left; margin-right: 20px}

#servicios {
-webkit-box-shadow: 2px 15px 15px 2px #666;
box-shadow: 2px 15px 15px 2px #666;

background: url(../img/1.jpg) no-repeat center center fixed; color:#fff; padding: 100px 0;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/1.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/1.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#servicios h2 {color: #fff; text-align: center;  font-size: 3em;  font-weight: bold; margin-bottom: 0; line-height: 1em}
#servicios h2 span {font-size: 0.8em;}
#servicios .btn {text-align: center; margin-top: 20px}
#servicios .btn a {display: inline-block; color: #fff; text-decoration: none; margin: 0 10px;
}

#servicios .btn a, form .send {
    -moz-box-shadow:inset -1px 42px 6px -26px #b8164c;
    -webkit-box-shadow:inset -1px 42px 6px -26px #b8164c;
    box-shadow:inset -1px 42px 6px -26px #b8164c;
    background-color:#990033;
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius:14px;
    display:inline-block;
    cursor:pointer;
    color:#000;
    font-family:arial;
    font-size:20px;
    padding:12px 59px;
    text-decoration:none;
}
#servicios .btn a.active {color: #fff
}
form .send, .mail {width: 340px; font-size: 0.8em; text-transform: uppercase; margin: 10px 0 20px 0; color: #fff}
.mail {text-transform: none;}
#servicios .btn a:hover, form .send:hover {
    background-color:#cf0045;
}
.mail {color: #000; text-align: center; display: block; font-size: inherit;}
#servicios .btn a:active, form .send:active {
    position:relative;
    top:1px;
}

#servicios p {color: #fff; text-align: center; font-size: 1.5em; text-transform: uppercase; font-weight: bold; margin-top: 0}
#servicios-select #capacitacion, #servicios-select #consultoria {max-width: 960px; margin: auto}
#servicios-select #capacitacion .content, #servicios-select #consultoria .content {width: 48%; margin-right: 4%; float: left;}
#servicios-select #capacitacion img, #servicios-select #consultoria img {width: 48%; float: left; margin-top: 70px}
#servicios-select #capacitacion img {margin-top: 100px}

#servicios-select #consultoria {display: none;}

#servicios-select {background: #ccc; padding: 40px 0}
#servicios-select h3 {font-size: 2em; text-transform: uppercase;}
/*#servicios-select ul {font-size: 0.8em}*/

#clientes {background: #990033; padding:40px 0; color: #fff; }
#clientes h3 {color: #fff;}
#clientes .compromiso {width: 30%; float: left;}
#clientes .clientes {width: 65%; float: right;}

.logos {text-align: center; padding: 40px 0}
.logos img {max-height: 40px; width: auto; margin: 0 5px;}

#contacto {}
#contacto #map {width: 60%; height: 500px; float: left;
background: url(../img/contacto.jpg) no-repeat center center; color:#fff; padding-bottom: 50px; position: relative;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/contacto.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/contacto.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#contacto .content {width: 26%; float: left; padding: 80px 2% 0 2%}
form input, form textarea {display: block; clear: both; padding: 5px 10px; width: 320px; margin-bottom: 10px; clear: both; background: #f2f2f2; color: #666; border: none;}
form label {display: none;}
footer {background: #990033; padding:40px 0; color: #fff; font-size: 0.8em}
footer img {float: right; width: 100px; height: auto}
.copy {width: 40%; float: right; margin: 15px 30px 0 0; text-align: right;}

footer .content {width: 920px; padding: 0 20px}
footer nav {width: 45%; float: left;}
footer nav ul {margin-left: 0; padding-left: 0}
footer nav ul li {display: inline-block; margin-right: 15px}
footer nav ul li a {color: #fff; text-decoration: none; text-transform: uppercase;}

#socios:after, #nosotros:after, #clientes:after {content: ""; height: 45px; width: 45px; background: #fff; display: block; position: absolute; left: 50%; margin-left: -20px;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);

-moz-transform-origin:0% 50%;
-ms-transform-origin:0% 50%;
-o-transform-origin:0% 50%;
transform-origin:0% 50%;
}

#clientes:after {background: #990033}

.cover {position: absolute; bottom: 0; width: 100%; text-align: center; overflow: hidden;}
.cover img {width: 70px; height: auto}
.coverl {background: #fff; display: block; height: 39px; width: 50%; margin-left: -35px; position: absolute;}
.coverr {background: #fff; display: block; height: 39px; width: 50%; margin-right: -35px; position: absolute; right: 0}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media only screen and (max-width: 1200px) {
}


@media only screen and (max-width: 960px) {
    .content {width: 90%;}
    #menu nav ul li {margin-left: 10px}
    #nosotros p {width: 45%; text-align: justify;}
    #nosotros img {margin-left: 5%; margin-top: 40px}
    #servicios h2 {width: 90%; margin: 0 auto}
    #servicios h2 span {font-size: 0.5em}
    #servicios-select #capacitacion, #servicios-select #consultoria {width: 90%}
    #clientes .compromiso, #clientes .clientes {float: none; width: 100%}
    .logos {width: 70%; margin: auto}
    .logos img {margin-bottom: 20px}
    #contacto #map {width: 60%}
    #contacto .content {padding: 80px 2% 0 2%; width: 36%;}
    footer .content {width: 90%; padding: 0 5%}
    footer nav {width: 100%; float: none; text-align: center; border-bottom: 1px solid #fff}
    footer .copy { margin-right: 0; width: 100%; float: none; text-align: center;}
    footer img {float: none; display: block; margin: 20px auto;}
    form input, form textarea {width: 230px}
    form .send, .mail {width: 250px}
}

@media only screen and (max-width: 720px) {
    #inicio h1 {font-size: 2em}
    #inicio h1 span {font-size: 1em}
    #menu nav #logo {width: 200px; float: none; margin: auto}
    #menu nav #logo img {width: 100%}
    #menu nav ul {float: none; text-align: center;}
    #menu nav ul li {margin: 0 10px}
    #inicio h1 br {display: none;}
    #nosotros .content {text-align: center;}
    #nosotros p {width: auto; text-align: center; float: none;}
    #nosotros img {margin:0; width: auto; float: none; max-width: 100%}
    #servicios-select #capacitacion .content, #servicios-select #consultoria .content {width: 100%; float: none;}
    #servicios-select #capacitacion img, #servicios-select #consultoria img {width: 70%; float: none; margin: auto; display: block;}
    #servicios-select h3 {text-align: center;}
    .logos {width: 100%; margin: auto}
    #contacto #map {float: none; width: 100%; height: 400px}
    #contacto .content {width: 90%; margin: 20px auto; float: none; padding: 0}
    form {float: left; text-align: center; }
    form input, form textarea {padding: 5px 1%; width: 90%; display: inline-block;}
    #contacto .content p:first-child {margin-top: 50px}
    form .send {width: 90%; padding: 12px 2%;}
    #contacto h3 {text-align: center;}
    .mail {display: block; text-align: center; width: 100%}

}

@media only screen and (max-width: 560px) {
    #inicio > .content {margin: 50px auto}
    #menu nav ul {display: none;}
    #menu nav {position: relative; background: #fff}
    #menu nav #logo {width: 80%; margin: 20px auto}
    #servicios h2 span {line-height: 0em}
    #servicios .btn a {margin-bottom: 20px}
    #servicios {padding: 80px 0 20px 0}
    #servicios-select #capacitacion img, #servicios-select #consultoria img {width: 100%; float: none;}
    #clientes {text-align: center;}
    form {width: 100%; float: none;}
    form input, form textarea {padding: 5px 2%; width: 96%;}
    form .send {width: 90%; padding: 12px 2%; margin: auto; margin-top: 20px; display: block;}
    #contacto p {text-align: center;}
    footer nav {display: none;}
    footer img {width: 50%;}

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    .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;
    }

    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;
    }
}