
/*! HTML5 Boilerplate v5.3.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,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h4 {
    color: #fff;
    font-size:20px;
}


.btn {
    text-align: center;
    
}

.boton {
    text-align: center;
    padding-bottom: 3%;
    padding-top:2%;
}


/*HEADER*/

.logo {
    width: 70%;
    position: relative;
    display:inline-block;
}

#contacto-header {
    width: 30%;
    display: inline-block;
    float: right;
    padding: 4% 0 1% 17%;
    font-size: 16px;
}

.logo-flecha1 {
    padding-left: 48%;
    padding-top: 10px;
    padding-bottom: 2%;
    position: relative;
    color: #000000;
}


.logo-flecha2 {
    padding-left: 48%;
    padding-bottom: 1%;
    padding-top: 2%;
    position: relative;
    color: #000000;
    cursor:pointer;
 }

.logo-flecha3 {
    padding-left: 48%;
    padding-bottom: 2%;
    position: relative;
    color: #000000;
}

.logo-flecha4 {
    padding-left: 48%;
    padding-bottom: 2%;
    position: relative;
    color: #000000;
}


/*NAVEGACIÓN*/

.navegacion-principal {
    font-family: "Open Sans", sans-serif;
}


}

#logo-inicio {
    padding-bottom: 10%;
}


.navbar-default {
    margin-bottom: 0px;
}

.idioma {
    padding-top: 10px;
    padding-left: 0%;
}

.idioma a {
    padding: 0px;
}

/*IMAGEN PRINCIPAL*/


.jumbotron {
    padding: 0;
    margin:0;
}

.lessing {
    
    padding-top: 3%;
    position: relative;
    font-family: "PT Sans", sans-serif;
    color: #F4F4F4;
    text-align: center;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.8);
    
 }  

.cita h2 {
    margin-bottom: 0;
}  

.cita h3 {
    padding-bottom: 3%;
    padding-right: 5%,
    text-align: right;
    margin-top: 0;

}

/*MEDIA QUERIES H2 Y H3*/

.parallax {
  
    background-image: url("../img/foto-header.jpg");
    
    min-height: 550px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 4px solid black;
}

.cita {
    padding: 13% 25% 0 25%;
} 




/*ABOUT*/


#about {
}
#about h2{
    color:#000;
    text-align: center;
    font-family: "PT Sans", sans-serif;

}

#about h3 {
    text-align: center;
    padding-top: 2%;
    color: #000;
}

hr {
    border: 1px solid; 
    color: #020000;
    height: 0px; 
    width: 40%;
    margin-left: 30%;
}

.text-about {
    font-family: "Titillium+Web", sans-serif;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
   

}

.text-about ul{
    padding-top: 0px;
    margin-bottom: 10%;
}

.title-about {
    text-align: center;
}



/*SERVICIOS*/

#servicios {
    padding-top: 10px;
    background-color: #298B6F;
    padding-bottom:4%;
   
    
}

#servicios h3 {
    text-align: center;
    padding-top: 2%;
    color: #000;
    margin-bottom: 2%;
}

.padding-text {
    padding-top: 10%;
}

#servicios p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-align: justify;
    padding: 0 20% 0 20%;
    color:#fff;
}

.servicios-efecto {
    /*display:none;*/
}

.title {
    text-align: center;
    font-family: "PT Sans", sans-serif;
    padding:100px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 40px;
    color:#000;

}


/*CUADRO SERVICIOS*/

.cuadro-servicios {
    height: 200px;
    text-align: center;
    padding-right: 60px;
    padding-bottom: 40px;
    margin-top: 1%;

}

.propiedad-intelectual {
    height:200px;
    background-color: #4fd08c;
    padding-top: 10%;
    border-radius: 35px 0 0 0;
    display: block;

}


.propiedad-intelectual h4{
    margin-top: 5%;

}

.copyright {
    text-align: center;
    padding-top: 10%;
    color: #ffffff;
    font-size: 10px;
}

.propiedad-industrial {
    height:200px;
    background-color: #75db7b;
    padding-top:10%;
}


.industrial {
    text-align: center;
    padding-top: 15%;
    color: #ffffff;
    font-size: 10px;
}

.derechos-imagen {
    height:200px;
    background-color: #4fd08c;
    padding-top: 10%;
    border-radius: 0 35px 0 0;
}

.imagen {
    text-align: center;
    padding-top: 15%;
    color: #ffffff;
    font-size: 10px;
}

.big-data {
    height:200px;
    background-color: #75db7b; 
    padding-top:10%;
    border-radius: 0 0 0 35px;
}

.data {
    text-align: center;
    padding-top: 15%;
    color: #ffffff;
    font-size: 10px;
}

.aplicaciones {
    height:200px;
    background-color: #4fd08c;
    padding-top:10%;
}

.apps {
    text-align: center;
    padding-top: 15%;
    color: #ffffff;
    font-size: 10px;
}

.dominios {
    height:200px;
    background-color: #75db7b; 
    padding-top:10%;
    border-radius: 0 0 35px 0 ;
}

.dominios-internet {
    text-align: center;
    padding-top: 15%;
    color: #ffffff;
    font-size: 10px;
}

/* WORK */

#work {
    background-color: #94C0B6;
}


#work h3 {
    text-align: center;
    padding-top: 2%;
    color: #000;
    margin-bottom: 3%;
}

.blog-title{
    padding-left: 30%;
}

.blog{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}

#work iframe {
    margin-bottom: 7%;
    margin-left: 27%;
}

.glyphicon{
    margin-left: 3%;
}

.glyphicon a{
    text-decoration: none;
}

.enlaces{
 
    margin-left: 20%;
    margin-top: 5%;
}

.enlacesext {
    margin-top: 5%;
    margin-bottom: 3%;
}

.enlacesext a{
    margin-bottom: 3%;
    display: block;
    text-decoration: none;
    color: #424D45;
}

.enlacesext a:hover{
    color: #79867A;
}





/* CONTACTO */


.parallax-contacto {
    background-image: url("../img/mapa.png");
    min-height: 330px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 4px solid black;
    
}

#contact {
    height: 10%;
    padding:0;
}


#contact, #contact-servicios {
    background-color: #C0DAD3;
    color: #fff;
}

#contact h2{
    color: #fff;
}

#contact hr {
    color: #fff;
}

#contact, #contact-servicios h3 {
    text-align: center;
    color: #fff;
}

#contact, #contact-servicios h5 {
    text-align: center;
    font-size: 18px;
    
    color: #fff;
}

#contact-servicios h5 {
    padding-bottom: 3%;
}



form{
    
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
     
}

#datos-contacto {
    background-color: #000;
    border-radius: 40px;
    margin: 15%;
    padding-bottom: 2%;
    padding-top: 2%;
}



/*FOOTER*/

#footer {
    clear: both;
    background-color: black;
    color: #fff;
    height: 50px;
    width: 100%;
    padding: 1% 0 1% 0;
    text-align: center;

}

#footer ul {
    padding-left: 40%;
}


#footer li {

    display: inline-block;
    float: left;
    list-style: none;
    text-align: center;
    padding-right: 10px;
}




/*PAGINA NOSOTROS*/

#parallax_nosotros {
    background-image: url("../img/foto-hola.jpg.jpg");
    
    min-height: 630px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 4px solid black;
}

.principal-nosotros {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 630px;

}


.principal-nosotros h1 {
      font-family: "PT Sans", sans-serif;
      font-size: 4em;
      text-align: center;
      color: #fff;
      padding-top: 15%;
      
}

.principal-nosotros h2 {
    font-family: "PT Sans", sans-serif;
    text-align: center;
    color: #fff;
}



.nosotros-hr {
    border: 1px solid; 
    color: #fff;
    height: 0px; 
    width: 40%;
    margin-top: 20px;
    margin-left: 30%;
}

#que-hacemos {
    padding-bottom: 5%;
    border-bottom: 4px solid black;
}

#que-hacemos h2 {
    text-align: center;
    font-size: 2.5em;
    color:#000;
    font-family: "PT Sans", sans-serif;
    padding-top: 5%;

}

#que-hacemos p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 25px 10% 0 10%;
}

#buton-div {
    text-align: center;
    padding: 4% 0 1% 0%;
}

#buton-nosotros{
    display: inline;
    
}

#quienes-somos {
    background-color: #F0ECEC;
    padding-bottom: 5%;
    border-bottom: 4px solid black;
}

#quienes-somos h2 {
    text-align: center;
    font-size: 2.5em;
    color:#000;
    font-family: "PT Sans", sans-serif;
    padding-top: 5%;

}

#quienes-somos .row {
    padding-top: 3%;
    height: 100%;
}

.martina-fons {
    background-color: #fff;
}

.martina-fons-foto {
    padding-bottom: 10.5%;
     background-color: #fff;

}

#linkedin_marti{
    margin-left: 43%;
    padding-top: 10%;
}

.martina-fons-fons {
     background-color: #fff;
     padding: 5% 4% 5% 4%;
     
}

.martina {
    border-left: 2px dashed black;
    font-family: "Titillium+Web", sans-serif;
}


#quienes-somos img {
    margin-left: 15%;
    margin-top: 12%;
    border-radius: 300px;
    border: 5px solid #5D5454;
}

#quienes-somos h3, h5 {
    text-align: center;
    color:#333;
}

#quienes-somos p {
     font-size: 16px;
    text-align: justify;
    padding: 0 5% 0 5%;
}

#eapia {
    padding-bottom: 5%;
}

#eapia h2 {
    text-align: center;
    font-size: 2.5em;
    color:#000;
    font-family: "PT Sans", sans-serif;
    padding-top: 5%;

}

#eapia p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 25px 10% 0 10%;
}

/*PAGINA SERVICIOS*/

.parallax-servicios{
    background-image: url("../img/foto-header.jpg");
    
    min-height: 630px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 4px solid black;
}

.principal-servicios{
     position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 630px; 
}


.principal-servicios h1 {
      font-family: "PT Sans", sans-serif;
      font-size: 4em;
      text-align: center;
      color: #fff;
      padding-top: 15%;
      
}

.principal-servicios h2 {
    font-family: "PT Sans", sans-serif;
    text-align: center;
    color: #fff;
}

.textos-servicios {
    padding-bottom: 7%;
}

.textos-servicios h2 {
    text-align: center;
    font-size: 2.5em;
    color:#000;
    font-family: "PT Sans", sans-serif;
    padding-top: 5%;

}

.textos-servicios h3 {
    text-align: center;
     font-family: "PT Sans", sans-serif;
}

.textos-servicios h4 {
        text-align: center;
        color:#000;
        margin-top: 5%;
}

.textos-servicios p {
    font-family: "Open Sans", sans-serif;
     font-size: 18px;
    text-align: center;
    padding: 3% 5% 0 5%;
}

.textos-servicios ul {
    text-align: center;
    font-family: "Open Sans", sans-serif;
     font-size: 18px;
}

.textos-servicios li {
    list-style: none;
}

#servicios-industrial {
    background-color: #CDE1C6;
}

#servicios-bigdata {
    background-color: #CDE1C6;
}




/* ==========================================================================
   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: 1.25dppx),
       (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,
    *:first-letter,
    *:first-line {
        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;
    }
}
