/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.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 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, img, svg, video {
    vertical-align: middle;
    width: 100%;
}

iframe{
    min-height: 310px;
    width: 100%;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}


span.bold {
  font-family: ralewaymedium;
}

span.italic {
  font-family: ralewaylight;
  font-style: italic;
}

.bold{
    font-weight: bold;
}

.letter-spacing3{
    letter-spacing: 3px;
}

span.light60px{
    font-family: ralewaylight;
    font-size: 60px;
    letter-spacing: 10px;
}

.fz36px{
    font-size: 36px!important;
}

.mr-10{
    margin-right: -10px!important;
}

.mt-30{
    margin-top: 30px!important;
}

.mt-35{
    margin-top: 35px!important;
}

.mt-80{
    margin-top: 80px!important;
}

.bold46px{
    font-family: ralewaylight;
    font-size: 46px;
}

.np{
    padding: none;
}

.npl{
    padding-left: 0;
}

.npr{
    padding-right: 0;
}

ul{
    padding: 0;
}


.bgred{
    background-color: #e3393a;
}

.bgblue{
    background-color: #253b9e;
}

.bggray{
    background-color: #CCC;
}

.inline-block{
    display: inline-block;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

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

/*
 * Agregar en este bloque todos nuestros estilos,
 * debidamente identado y ordenado el código
 * como buenas prácticas.
 */

body{
    overflow-x: hidden; 
}

a, a:hover, a:active, a:visited{
    text-decoration: none!important;
}

header{
    background: #363636;
}

header .topbar{
    padding-top: 13px;
    padding-bottom: 13px;
}

header .topbar *{
    color: #FFF;
}

header .topbar a{
    color: #FFF;
    font-family: ralewayregular;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .topbar i{
    font-size: 21px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .topbar a:hover{
    color: #0078C2;
}

header .topbar i.fa-facebook{
    margin-left: 8px;
    padding: 4px 7px;
    background-color: #FFF;
    color: #363636;
    border-radius: 29px;
    font-size: 12px;
}

header .topbar i:hover{
    color: #0078C2;
}

header .topbar i.fa-facebook:hover{
    background-color: #0078C2;
    color: #363636;
}

.menu-top{
    padding: 30px 0 10px;
}

.menu-movil{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 10;
    padding: 25px;
    width: 50%;
    text-align: center;
}

.menu-movil li {
    text-transform: uppercase;
    list-style: none;
}

.menu-movil a {
    font-size: 21px;
    width: 100%;
    display: block;
    height: 35px;
    vertical-align: middle;
    color: #363636;
    font-family: ralewayregular;
}


.logo{
    padding: 15px 0;
}

.logo img{
    max-width: 175px;
}

.menu-top ul{
    padding: 0;
    text-align: right;
}

.menu-top li {
    font-family: oswaldlight;
    font-size: 18px;
    display: inline;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 45px;
}

.menu-top li a {
    color: #000;
    padding: 15px 0;
    border
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-top a {
  color: #666;
  display:inline-block;

}
.menu-top a:after {
  display:block;
  content: '';
  border-bottom: solid 3px #3A4CA0;  
  padding-bottom: 10px;
  -webkit-transform: scaleX(0.0001);
  -ms-transform: scaleX(0.0001);
  transform: scaleX(0.0001);  
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
.menu-top a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.carousel-inner h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 80px;
    text-transform: uppercase;
    font-family: oswaldlight;
}

.item img{
    width: 100%;
}

.simec {
    border: 2px solid #E3393A;
    border-top: none;
    padding: 60px;
}

.simec h1 {
    font-size: 50px;
    font-family: oswaldlight;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 0 13px 0;
}

.simec p{
    font-family: ralewayregular;
    font-size: 16px;
}

.simec strong{
    font-family: ralewaybold;
}

.saber-mas {
    text-align: center;
    
    padding: 9px 0;
    margin-top: -25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.saber-mas a {
    font-size: 16px;
    font-family: ralewaymedium;
    text-transform: uppercase;
    color: #FFF;
    padding: 12px 0;
}

.saber-mas.rojo{
    background-color: #E3393A;
}

.saber-mas.rojo:hover {
    background-color: #BF1819;
}

.saber-mas.azul{
    background-color: #3a4ca0;
    margin-bottom: 45px;
    margin-top: 0;
}

.saber-mas.azul:hover {
    background-color: #4A63DB;
}

.servicios-home {
    background-color: #373737;
    margin-top: 65px;
    background-image: url(../img/footer_lodyas.png);
}

.servicios-home h1 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin: 50px 0 0;
}

.servicio-home{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #FFF;
    margin: 60px auto;
}

.servicio-home h2 {
    text-align: center;
    font-family: oswaldregular;
    text-transform: uppercase;
    height: 66px;
    font-size: 20px;
    line-height: 30px;
}

.servicio-home img{
    width: auto;
}

.servicio-home p{
    font-size: 16px;
    margin-bottom: 0;
}

.proyectos-especiales h2{
    text-transform: uppercase;
    text-align: center;
    margin: 55px 0 0;
}

.proyectos-especiales .carousel-control{
    background-image: none!important;
}

.linea-roja {
    border-bottom: 1px solid #E3393A;
    margin: 30px 0;
}

.proyecto {
    background-color: #D7D7D7;
    text-align: center;
    padding: 65px 40px;
    min-height: 471px;
}

.proyecto h2 {
    position: relative;
    margin-top: 40px;
    font-family: oswaldregular;
    font-size: 20px;
}

.proyecto p{
    font-family: ralewaymedium;
    font-size: 16px;
    margin-top: 30px;
}

.proyecto img{
    width: auto!important;
}

.conoce-home{
    background: url(../img/home/conoce.jpg) no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 60px 0;
}

.conoce-button{
    border: 1px solid white;
    color: white;
    height: 155px;
}

.conoce-button h3 {
    text-transform: uppercase;
    text-align: center;
}

.footer {
    background-color: #373737;
    padding: 40px 0;
    color: white;
    border-top: 3px solid #202121;
    /*background-image: url(../img/footer_lodyas.png);*/
}

.footer h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-family: oswaldregular;
    margin-bottom: 35px;
}

.footer p{
    font-size: 14px;
}

.footer-contacto h5 {
    margin: 38px 0 0;
}

.footer-menu ul{
    padding: 0 15px;
}

.footer-menu li{
    color: #8e8e8e;
    margin-bottom: 15px;
}

.footer-menu a {
    color: #FFF;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.footer-menu a:hover{
    color: #8E8E8E!important;
}

.footer-contacto span {
    margin-left: -12px;
    color: #8e8e8e;
}

.footer-comentarios input, .footer-comentarios textarea {
  width: 100%;
  background-color: #262626;
  border: none;
  margin-bottom: 20px;
  padding: 7px;
  font-size: 14px;
  max-height: 154px;
}

input[type="reset"],
input[type="submit"]{
    width: 75px;
    float: right;
    margin-left: 7px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

input[type="submit"]:hover{
    background-color: #3A4CA0;
    color: white!important;
}

input[type="reset"]:hover{
    background-color: #E3393A;
    color: white!important;
}

.gracias {
    border: 12px solid #3A4CA0;
    border-style: double;
    border-radius: 150px;
    height: 260px;
    text-align: center;
    display: none;
    position: relative;
    max-width: 260px;
    margin: 0 auto;
    color: white!important;
}

.gracias .gracias-inner {
    display: block;
    height: 100%;
    margin: 0;
    border-radius: 150px;
    background-color: #3A4CA0;
    position: absolute;
    padding-top: 45px;
}

.bottom-bar {
  background-color: #161719;
  color: #FFF;
  padding: 18px 0;
}

.bottom-bar p {
    margin: 0;
}

.bottom-bar i.fa.fa-facebook{
    padding: 4px 7px;
    background-color: #FFF;
    color: #363636;
    border-radius: 29px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-bar a{
    color: white;
    font-size: 20px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-bar i.fa.fa-facebook:hover{
    background-color: #0078C2;
}

.bottom-bar a:hover{
    color: #0078C2;
}



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

Internas

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

.header-img img{
    width: 100%;
}

.contenido-interna{
    margin-bottom: 100px;
    margin-top: 50px;
}

.contenido-interna h1 {
    text-transform: uppercase;
    font-family: ralewaymedium;
    font-size: 28px;
    letter-spacing: 7px;
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid #E3393A;
    padding-bottom: 15px;
}

.contenido-interna h2 {
  font-family: ralewayregular;
  font-size: 30px;
  text-transform: uppercase;
  margin: 28px 0;
}

.contenido-interna .linea-roja {
    max-width: 200px;
    margin: 20px 0 0!important;
}

.contenido-interna p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 0;
    font-family: ralewaymedium;
}

.form-contacto input,
.form-contacto textarea {
    margin-top: 30px;
    border: none;
    background-color: #E1E1E1;
    width: 100%;
    padding: 13px 15px;
    font-family: ralewayregular;
}

.form-contacto input[type="submit"]{
    margin-top: 15px;
    text-transform: uppercase;
}

.form-contacto input[type="reset"]{
    margin-top: 15px;
}

h2 i {
    font-size: 39px!important;
    color: #E3393A;
}

.itil {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 50px;

}

.itil h6 {
    position: absolute;
    top: 20px;
    left: 0;
    text-transform: uppercase;
    color: #FFF;
    padding: 14px 30px 13px 15px;
    margin-left: -4px;
    font-family: ralewaybold;
    font-size: 16px;
}

.servicios{
    margin-top: 60px;
}

.servicio{
    padding: 47px 60px 0;
}

.servicios li {
    list-style: none;
    margin-bottom: 25px;
}

.servicios li img {
    max-width: 293px;
    vertical-align: top;
}

.servicios li div {
    max-width: 50%;
}

.servicios h3 {
    font-family: oswaldregular;
    text-transform: uppercase;
    font-size: 21px;
    color: #405E94;
    margin: 0;
}

.servicios .carousel-indicators li {
    margin: 0 10px;
    width: 20px!important;
    height: 20px!important;
    border: 3px solid #E3393A;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators .active {
    background-color: #E3393A;
}

#accordion{
    margin-top: 50px;
}

.panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px!important;
}

.panel-heading {
    background-color: #E1E1E1!important;
    border-radius: 0;
    padding: 0;
}

.panel-body{
    border: none!important;
}

.panel-body ul {
    padding-left: 25px;
    margin-top: 15px;
}

.panel-body ul li {
    font-size: 16px;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none!important;
}

span.caret-proyecto {
    float: right;
}

.panel-title a[aria-expanded="true"] i{
    transform: rotateX(3rad);
}

.servicios p{
    margin: 0;
}

.panel-title a {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 35px;
}

.panel-body p{
    font-size: 14px!important;
}

ul.certificaciones li{
    list-style: none;
    margin: 90px 0;
}

.cert-img{
    width: 235px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #A1A1A1;
}

.cert-info{
    display: inline-block;
    width: 69%;
    vertical-align: middle;
}

.cert-info p {
    font-size: 18px;
    margin: 0;
    vertical-align: top;
    padding: 0 30px;
}

.cert-img img{
    width: auto;
}

@media (min-width: 1200px){
    
}

@media(max-width: 1199px){
    
    .menu-top li{
        font-size: 18px;
        margin-left: 25px;
    }

    .carousel-inner h2{
        bottom: 0;
    }

    .servicio-home h2 {
        font-size: 21px;
    }

    .cert-info{
        width: 60%;
    }

    .gracias{
        height: 212px;
        max-width: 212px;
        margin: 0 auto;
    }

    .gracias-inner{
        padding-top: 20px!important;
    }

}

@media(max-width: 991px){
    .smfz26px{
        font-size: 26px!important;
    }

    .smfz34px{
        font-size: 34px;
    }

    .smfz40px{
        font-size: 40px!important;
    }

    .item h2 {
        font-size: 50px;
    }
    .menu-top li {
        font-size: 15px;
        margin-left: 15px;
    }

    .contenido-interna{
        padding: 0 15px;
    }

    .proyecto h2{
        font-size: 25px;
    }

    .conoce-button{
        height: 128px;
    }

    .servicios li img {
       max-width: 215px;
    }

    .servicios li div {
        max-width: 53%;
    }

    .servicio {
        padding: 5px 0 0 20px;
    }

    .proyecto{
        min-height: 565px;
    }

    .cert-info{
        width: 40%;
    }
}

@media(max-width: 767px){
    .xs-mb-20px{
        margin-bottom: 20px;
    }

    .xs-fz-36px{
        font-size: 36px !important;
    }

    .xs-fz-46px{
        font-size: 46px !important;
    }

    .xs-fz-60px{
        font-size: 60px !important;
    }

    .top-social{
        text-align: left!important;
    }

    .mobile-button {
        margin-top: 40px;
    }

    .mobile-button a{
        color: black;
    }

    .mobile-cerrar {
        position: absolute;
        top: 50%;
        left: 5px;
        padding: 0px 12px 2px;
        font-size: 26px;
        color: #FFF;
        border-radius: 59px;
        cursor: pointer;
        border: 5px solid #373737;
        background-color: #4F88CF;
    }

    .contenido-interna h2{
        margin: 68px 0 28px;
    }

    .proyecto{
        padding: 40px;
        min-height: 0;
    }

    .bottom-bar{
        padding-left: 15px;
    }

    .conoce-button {
        height: 160px;
    }

    .footer h4{
        font-size: 18px;
    }

    .servicios li{
        text-align: center;
    }

    .servicios li img {
        max-width: 40%;
        min-width: 293px;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .servicios li div {
        max-width: 100%;
    }

    .certificaciones li{
        text-align: center;
    }

    .cert-img{
        border: none;
    }

    .cert-info{
        text-align: left;
        width: 100%;
    }



    body{
        min-width: 320px;
    }

}

@media (max-width: 520px) {
    header .topbar a{
        font-size: 10px!important;
    }

    .xxs-fz-29px {
        font-size: 29px !important;
    }

    .xxs-fz-21px {
        font-size: 21px !important;
    }

    .mobile-button {
        margin-top: 40%;
    }

    .menu-movil{
        width: 80%;
    }
    
    .contenido-interna h1{
        letter-spacing: 3px;
    }

}

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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

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

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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