/*! HTML5 Boilerplate v6.0.1 | 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
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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
   ========================================================================== */
   @font-face {
       font-family: 'typography_timesbold';
       src: url('../fuentes/typography_times_bold-webfont.eot');
       src: url('../fuentes/typography_times_bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fuentes/typography_times_bold-webfont.woff2') format('woff2'),
            url('../fuentes/typography_times_bold-webfont.woff') format('woff'),
            url('../fuentes/typography_times_bold-webfont.ttf') format('truetype'),
            url('../fuentes/typography_times_bold-webfont.svg#typography_timesbold') format('svg');
       font-weight: normal;
       font-style: normal;

       }


       @font-face {
           font-family: 'typography_timesregular';
           src: url('../fuentes/typography_times_regular-webfont.eot');
           src: url('../fuentes/typography_times_regular-webfont.eot?#iefix') format('embedded-opentype'),
                url('../fuentes/typography_times_regular-webfont.woff2') format('woff2'),
                url('../fuentes/typography_times_regular-webfont.woff') format('woff'),
                url('../fuentes/typography_times_regular-webfont.ttf') format('truetype'),
                url('../fuentes/typography_times_regular-webfont.svg#typography_timesregular') format('svg');
           font-weight: normal;
           font-style: normal;

       }

html {
  box-sizing: border-box;
}

*,*:before,*:after{
  box-sizing: inherit;
}
body{
  background-color: #f2f2f2;
  font-family: 'typography_timesregular';
  margin: 0;
  padding: 0;
}

/** Estilos Globales **/
body {
  background-color: #f2f2f2;
}

.crossline{
  text-decoration: double line-through;
  color: #6e6e6e;
}



.contenedor{
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px){
  .contenedor{
    width: 90%;

  }
}
@media only screen and (min-width: 768px){
  .contenedor{
    width: 80%;

  }
}
@media only screen and (min-width: 992px){
  .contenedor{
    width: 80%;
    max-width: 1100px;
  }
}

/** Header **/



div.hero{
  background-image: url(../img/banner.jpg);
  height: 100vh;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
div.contenido-header{
  padding-top: 20px;
}
 nav.redes-sociales{
   text-align: center;
   width: 90%;
   margin: 0 auto;
 }

nav.redes-sociales a{
  color: #ffffff;
  font-size: 2em;
  margin-right: 60px;
}

  .fa-facebook-f:hover{
    color: #3b5998;
  }

  .fa-twitter:hover{
    color: #08a0e9;
  }

  .fa-linkedin-in:hover{
    color: #0077b5;
  }

  .fa-instagram:hover{
    color: #e1306c;
  }

  .fa-envelope:hover{
    color: #DD4B39;
  }

 nav.redes-sociales a:last-child{
  margin-right: 0px;

}

div.nombre-logo{
  width: 100%;

  text-align: center;
  margin:auto;
  margin-top: 100px;
  padding-top: 100px;
  color: #ffffff;
}

div.nombre-logo img{
  position: relative;
  width: 60%;
}

@media only screen and (min-width:768px){
  div.nombre-logo{
    margin-top: 80px;
    padding-top: 80px;

  }

  div.nombre-logo img{
    width: 50%;

  }

  }
@media only screen and (min-width:980px){
  div.nombre-logo img{
    position: relative;
    width: 35%;
    max-width: 450px;
    margin-right: 200px;
  }
   div.texto-header{
     margin-left: 300px;
     margin-top: -120px;
     font-size: 1.2em;
   }
}



/** menu **/

  .navegacion{
    width: 100%;
    background-color: rgba(46, 46, 46, .9);
    position: relative;
    margin: 0 auto;
  }

  .fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .contenedor6{
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;

  }

  .logo-menu{
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-bottom: 10px;

  }

  .logo-menu img{
    width: 80%;

  }
  /** menu hamburguesa **/

  .hamburguesa{
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

  }
  .hamburguesa img{
    width: 50%;
    max-width: 30px;
    max-height: 30px;
  }


  .navegacion-principal{
    width: 100%;
    text-align: center;
    display: none;
  }

  .navegacion-principal ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .navegacion-principal ul li a{
    text-decoration: none;
    color: #d77700;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0 ,0, .5);

  }


  .navegacion-principal ul li ul li a{
    padding: 10px 0px;
    color: #d77700;
  }


  .navegacion-principal ul li ul li{
    min-width: 200px;
    background-color: rgba(0, 0, 0, .2);
  }


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

    .hamburguesa img{
      display: none;
    }
    .contenedor6{
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .logo-menu{
      width: 40%;
    }
    .logo-menu img{
      width: 100%;
      margin-left: 20px;
      padding: 0;
    }
    .navegacion-principal{
      width: 60%;
      display: block!important;
    }
    .navegacion-principal ul{
      width: 100%;
      display: flex;

    }
    .navegacion-principal ul li{
      margin: 0 auto;
      width: 25%;
      position: relative;

    }

    .navegacion-principal ul li ul{
      position: absolute;
      display: inline-block;
      width: 100%;

    }
    .navegacion-principal ul li ul li{
      width: 100%;
      background-color: rgba(46, 46, 46, .9);
    }

    .navegacion-principal ul li a{
      border-bottom: none;
    }

    .navegacion-principal ul li a:hover{
      background-color: #2e2e2e;
      border-bottom: 1px solid #007ac0;
    }

  }

  .navegacion-principal ul li a:hover{
    background-color: #363636;
    font-size: 1.1em;
    color: #007ac0;
    border-bottom: 1px solid #007ac0;
  }

  .navegacion-principal ul li:hover ul{
    display: block;
  }

  .navegacion-principal ul li:hover{
    background-color: rgba(46, 46, 46, .9);
  }

  .navegacion-principal ul li ul{
    display: none;
  }




/** acerca de mi **/

  div.contenedor-acerca{
    background-color: #e1e1e1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  div.izquierdo{
    padding: 0 40px;

  }
  div.izquierdo h3{
    color: #007ac0;
  }

  div.izquierdo img{
    width: 200px;
    padding-top: 10px;
  }

  div.derecho{

    padding: 0 40px;

  }

  div.derecho h3{
    color: #007ac0;
  }

  div.vermas {
      width: 100%;
      text-align: right;
      padding-right: 10px;
      margin-bottom: 20px;
      margin-top: 10px;

    }

  div.vermas a{
      text-decoration: none;
      color: #d77700;
      transition: .3s all ease-in-out;
    }


    div.vermas a:hover{
      font-size: 1.1em;
      color: #007ac0;
      border-bottom: 1px solid #d77700;
    }

    @media only screen and (min-width:980px){
      div.contenedor-acerca{
        width: 80%;
        padding-top: 40px;
      }
      div.izquierdo{
        width: 50%;
        text-align: left;
        padding: 0 40px;
      }
      div.izquierdo h3{
        margin-bottom: 40px;
      }
      div.izquierdo p{
        margin-bottom: 40px;
      }
      div.derecho{
        width: 50%;
        text-align: left;
        padding-left: 60px;
        border-left: 1px solid #007ac0;
        margin-top: 25px;
        border-top: none;
        padding-right: 40px;
      }
      div.derecho h3:first-child{
        margin-top: 60px;
      }

      div.derecho p{
        margin-bottom: 50px;
      }

      div.vermas{
        padding-right: 30px;
        margin-bottom: 20px;
      }
    }



    /** Frase del diseñador **/

    .parallax::before{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-attachment: fixed;
    }

    .frase-fondo{
      position: relative;
      height: 700px;
      display: flex;
      justify-content: center;
      align-items: center;


    }

    .frase-fondo::before{
      background-image: url(../img/fondo-frase.jpg);
      content: '';
    }

    .frase{
      background-color: rgba(0, 0, 0, 0.3);
      padding: 80px 10px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .frase h2{
      text-align: center;
      font-size: 1.5em;
      color: #fff;

    }

    .frase p {
      color: #fff;
    }


    @media only screen and (min-width: 768px){
      .frase h2{
        font-size: 2em;
      }

      .frase p{
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
      }
    }

    /** portafolio **/

    /** Contenedor 1**/

    .contenedor1{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      background-color: #2e2e2e;
      padding-bottom: 20px;
      margin-bottom: 5px;
      justify-content: center;
    }

    .foto-manual img{
      width: 100%;
      max-width: 950px;
    }

    .contenido1{
      text-align: center;
      margin: auto;
    }

    .contenido1 h3{
      color: #007ac0;
    }

    .contenido1 p{
      color: #e0e0e0;
    }

      .link a{
        text-decoration: none;
        font-size: 16px;
        color:#d77700;
        transition: 0.3s all ease-in-out;

      }

      .link a:hover{
        font-size: 18px;
        color: #007ac0;
        border-bottom: 2px solid #d77700;
      }

    @media all and (min-width:1200px){


      .foto-manual {
        width: 50%;
      }

      .contenedor1{
        padding-bottom: 0;
      }

      .contenido1 h3{
        font-size: 30px;
      }

      .contenido1 p{
        font-size: 19px;
      }

      .link{
        font-size: 18px;
        float: right;
      }

    }

        /** Contenedor 2 **/

      .contenedor2{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #2e2e2e;
        padding: 0 0 20px 0;
        margin-bottom: 5px;
      }

      .foto-brochure{
        order: -1;
      }

      .foto-brochure img{
        width: 100%;
        max-width: 950px;

      }

      .contenido2{
        text-align: center;
        margin: auto;
      }


      .contenido2 h3{
        color: #007ac0;

      }

      .contenido2 p{
        color: #e0e0e0;
      }


      .link a{
        text-decoration: none;
        font-size: 16px;
        color:#d77700;
        transition: 0.3s all ease-in-out;

      }

      .link a:hover{
        font-size: 18px;
        color: #007ac0;
        border-bottom: 2px solid #d77700;
      }


      @media all and (min-width:1200px){


        .foto-brochure {
          width: 50%;
        }

        .foto-brochure{
          order: 1;
        }

        .contenedor2{
          padding-bottom: 0;
        }

        .contenido2 h3{
          font-size: 30px;
        }

        .contenido2 p{
          font-size: 19px;
        }

        .link {
          margin-top: 20px;
          margin-bottom: 20px;
        }
      }

      /** Contenedor 3**/

      .contenedor3{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: #2e2e2e;
        justify-content: center;
        padding-bottom:  20px;
        margin-bottom: 5px;
      }

      .foto-quien img{
        width: 100%;
        max-width: 950px;
      }
      .contenido3{
        text-align: center;
        margin-bottom: 20px;
        margin: auto;
      }
      .contenido3 h3{
        color: #007ac0;
      }

      .contenido3 p{
        color: #e0e0e0;
      }



        @media only screen and (min-width: 1200px){
          .foto-quien {
            width: 50%;
          }

          .foto-quien img{
            max-height: 600px;
          }

          .contenedor3{
            padding-bottom: 0;
          }

          .contenido3 h3{
            font-size: 30px;
          }

          .contenido3 p{
            font-size: 19px;

          }

          .link{
            margin-top: 20px;
            font-size: 18px;
            float: right;
          }
        }


        /** Contenedor 4**/

        .contenedor4{
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          background-color: #2e2e2e;
          justify-content: center;

        }

        .foto-revista img{
          width: 100%;
          max-width: 950px;

        }

        .foto-revista {
          order: -1;
        }
        .contenido4{
          text-align: center;
          margin-bottom: 20px;
          padding-bottom: 20px;
          margin: auto;
        }
        .contenido4 h3{
          color: #007ac0;
        }

        .contenido4 p{
          color: #e0e0e0;
        }




          @media only screen and (min-width: 1200px){
            .foto-revista {
              width: 50%;
            }

            .contenedor4{
              padding-bottom: 0;
            }
            .foto-revista{
              order: 1;
            }
            .foto-revista img{
              margin-top: 0;
            }

            .contenido4 h3{
              font-size: 30px;
            }

            .contenido4 p{
              font-size: 19px;

            }

            .link{
              margin-top: 20px;
              font-size: 18px;
              float: right;
            }
          }



          /* inicia Footer/Contacto */


          .top-footer{
            height: 100px;
            width: 100%;
            justify-content: center;
            margin-top: 20px;

          }

          .top-footer hr{
            height: 100%;
            width: 2px;
            background-color: #007ac0;
            margin: auto;

          }
         .contenedor-footer{
           width: 100%;
           justify-content: center;
           display: flex;
           flex-direction: column;
           flex-wrap: wrap;
           text-align: center;
         }
          .contacto h2{
            height: 150px;
            text-align: center;
            color: #007ac0;
            font-size: 30px;
            letter-spacing: 5px;
          }

          .contenedor-redes{

            display: flex;
            flex-direction: row;
            flex-wrap: wrap;

          }

          .contenedor-redes .redes{

            text-align: center;
            padding-top:20px;
            padding-bottom: 35px;
            margin: 0 auto;
          }

          .redes img{
            width: 60px;
            border-radius: 50%;
          }


          .bottom-footer{
            margin-top: 30px;
            height: 100px;
            width: 100%;
            justify-content: center;

          }

          .bottom-footer hr{
            height: 100%;
            width: 2px;
            background-color: #007ac0;
            margin: auto;

          }

          .derechos{
            width: 100%;
            padding-left: 100px;
          }

          .redes a img:hover{
            transform: translateY(-5px);
            transition-duration: 0.5s;
            box-shadow: 0px 5px 15px #2e2e2e;
          }

          .redes > a{
            transform: translateX(0);
          }



          @media all and (min-width: 769px){

           .redes a img:hover{

           transform: translateY(-10px);
            transition-duration: 0.5s;
            box-shadow: 0px 8px 14px #2e2e2e;

            }

            .contacto h2{
              font-size: 36px;
            }
            .redes img{
              width: 80px;
            }
          }
          @media all and (min-width:1200px){

            .redes a img:hover{

            transform: translateY(-15px);
             transition-duration: 0.5s;
             box-shadow: 0px 10px 12px #2e2e2e;


             }

            .contacto h2{
              font-size: 50px;
            }

          .contenedor-redes {
            width: 50%;
            margin: auto;
            padding-top:20px;
            padding-bottom: 35px;
          }

          .redes img{
            width: 100px;
          }
          }


 /****** Paginas internas *******/

    /***** Acerca de mi *****/

    /** menu **/

      .navegacion2{
        width: 100%;
        background-color: rgba(46, 46, 46, .9);
        position: fixed;
        margin: 0 auto;
        z-index: 10;
      }


      .contenedor6{
        width: 100%;
        padding: 10px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto;

      }

      .logo-menu{
        width: 85%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0 auto;
        margin-bottom: 10px;

      }

      .logo-menu img{
        width: 80%;

      }
      /** menu hamburguesa **/

      .hamburguesa{
        width: 40%;
        display: flex;
        justify-content: flex-end;
        align-items: center;

      }
      .hamburguesa img{
        width: 50%;
        max-width: 30px;
        max-height: 30px;
      }


      .navegacion-principal2{

        width: 100%;
        text-align: center;
        display: none;
      }

      .navegacion-principal2 ul{
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .navegacion-principal2 ul li a{
        text-decoration: none;
        color: #d77700;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0 ,0, .5);

      }


      .navegacion-principal2 ul li ul li a{
        padding: 10px 0px;
        color: #d77700;
      }


      .navegacion-principal2 ul li ul li{
        min-width: 200px;
        background-color: rgba(0, 0, 0, .2);
      }


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

        .hamburguesa img{
          display: none;
        }
        .contenedor6{
          width: 90%;
          margin: 0 auto;
          display: flex;
          flex-direction: row;
          align-items: center;
        }
        .logo-menu{
          width: 40%;
        }
        .logo-menu img{
          width: 100%;
          margin-left: 20px;
          padding: 0;
        }
        .navegacion-principal2{
          width: 60%;
          display: block!important;
        }
        .navegacion-principal2 ul{
          width: 100%;
          display: flex;

        }
        .navegacion-principal2 ul li{
          margin: 0 auto;
          width: 25%;
          position: relative;

        }

        .navegacion-principal2 ul li ul{
          position: absolute;
          display: inline-block;
          width: 100%;

        }
        .navegacion-principal2 ul li ul li{
          width: 100%;
          background-color: rgba(46, 46, 46, .9);
        }

        .navegacion-principal2 ul li a{
          border-bottom: none;
        }

        .navegacion-principal2 ul li a:hover{
          background-color: #2e2e2e;
          border-bottom: 1px solid #007ac0;
        }

      }

      .navegacion-principal2 ul li a:hover{
        background-color: #363636;
        font-size: 1.1em;
        color: #007ac0;
        border-bottom: 1px solid #007ac0;
      }

      .navegacion-principal2 ul li:hover ul{
        display: block;
      }

      .navegacion-principal2 ul li:hover{
        background-color: rgba(46, 46, 46, .9);
      }

      .navegacion-principal2 ul li ul{
        display: none;
      }


      /*** contenedor-acerca ***/

        .contenedor8{
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          flex-wrap: wrap;
          background-color:#2e2e2e;
        }
        .fotito {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 130px;

        }
        .fotito img{
          width: 70%;
          max-width: 320px;
          box-shadow: 0px 0px 20px #000000,
                      0px 0px 4px #e1e1e1;
          padding: 10px 20px;
          margin-bottom: 20px;
        }

        .datos-acerca{
          display: flex;
          flex-direction: column;
          padding-left: 20px;
        }

        .unpoco h3{
          color: #6e6e6e;
          font-size: 1.2em;
        }

        .unpoco h2{
          color: #007ac0;
          font-size: 1.8em;
        }

        .unpoco h4{
          color: #d77700;
        }

        .parrafo-datos{
          width: 90%;
           display: flex;
           flex-direction: column;
           flex-wrap: wrap;
        }

        .parrafo-datos p{
          color: #c6c6c6;
          text-align: justify;
        }

        .estudios h2{
          color:#007ac0;
        }

        .estudios h3{
          color: #d77700;
        }

        .aptitudes{
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
        }

        .aptitudes ul{
          list-style: none;
          color: #e1e1e1;
          margin: 0;
          padding: 0;
          margin-bottom: 30px;
        }

        .ap-izquierda{
          width: 50%;
        }

        .ap-derecha{
          width: 50%;
        }
        .fotito img:nth-child(2){
          display: none;
        }


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

        .fotito img:nth-child(1){
          display: none;
        }

        .fotito img:nth-child(2){
          display: block;
        }

        .fotito img{
          width: 100%;
          max-width: 500px;
          box-shadow: none;
          padding: 10px 20px;
          margin-bottom: 20px;
        }

        .fotito {
          width: 50%;
        }

        .datos-acerca{
          width: 50%;
          margin-top: 80px;
        }

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


          .fotito {
            width: 40%;
          }

          .datos-acerca{
            width: 60%;
            margin-top: 80px;
          }

          .parrafo-datos{
            width: 80%;
          }
        }



        }
      /* inicia Footer/Contacto */

    .redes-sociales-foot{
      background-color: #2e2e2e;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      height: 300px;
    }
    .redes-sociales-foot nav{
      width: 100%;

      padding: 0 10px;
    }

    .redes-sociales-foot nav i {

      font-size:1.4em;
      padding: 15px 0;
    }




   .contenedor-footer{
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
   }

    /**** Parallax de contacto ***/

   .contacto{
     position: relative;
     height: 500px;
     display: flex;
     justify-content: center;
     align-items: center;

   }
   .contacto::before{
     background-image: url(../img/fondo-contacto.jpg);
     content: '';
   }

   .contacto h2{
     background-color: rgba(0, 0, 0, .3);
     padding: 30px;
     height: 150px;
     text-align: center;
     color: #e1e1e1;
     font-size: 30px;
     letter-spacing: 5px;
     z-index: 1;
   }

   .derechos{
     width: 100%;
     display: flex;
     color: #e1e1e1;
     font-size: 1.2em;
   }

   .redes-sociales-foot .fa-facebook-f:hover{
     transform: translateY(10px);
   }

   .redes-sociales-foot .fa-twitter:hover{
     transform: translateY(10px);
   }

   .redes-sociales-foot .fa-instagram:hover{
     transform: translateY(10px);
   }

   .redes-sociales-foot .fa-envelope:hover{
     transform: translateY(10px);
   }
   .redes-sociales-foot .fa-linkedin-in:hover{
     transform: translateY(10px);
   }



   @media all and (min-width: 769px){

     .redes-sociales-foot .fa-facebook-f:hover{
       transform: translateY(10px);
     }

     .redes-sociales-foot .fa-twitter:hover{
       transform: translateY(10px);
     }

     .redes-sociales-foot .fa-instagram:hover{
       transform: translateY(10px);
     }

     .redes-sociales-foot .fa-envelope:hover{
       transform: translateY(10px);
     }

     .redes-sociales-foot .fa-linkedin-in:hover{
       transform: translateY(10px);
     }


     .contacto h2{
       font-size: 36px;
     }

     .redes-sociales-foot{
       height: 200px;
     }

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


     .contacto h2{
       font-size: 50px;
     }

   }


   /*** Pagina portfolio ***/


   .trabajos{
     width: 90%;
     margin: auto;
     display: flex;
     flex-direction: column;
     align-items: center;
   }

   .primer-trabajo{
     width:100%;
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     background-color: #ffffff;
     margin-bottom: 40px;
     max-width: 1000px;
   }

    .picture2{
      overflow: hidden;
      width: 100%;

    }

   .primer-trabajo:first-child{
    padding-top: 100px;
   }

   .primer-trabajo img{
     width: 100%;
     max-width: 1000px;
     transition: .3s all ease-in-out;
   }

   .primer-trabajo img:hover{
     transform: scale(1.2);
   }

   .primer-trabajo:hover h3{
     color: #007ac0;
   }

   .primer-trabajo:hover img{
     filter: opacity(.7);
   }

   .primer-trabajo h2{
     color: #007ac0;
     font-size: 1.4em;
     margin-right: 20px;

   }

    .primer-trabajo h3{
     color: #b7b7b7;
     font-size: 1.4em;
     width: 100%;
     text-align: center;
   }

   /*** Lettering portafolio ***/

   .titulo-portfolio{
     margin-top: 120px;
     font-size: 1.4em;
     margin-bottom: 20px;
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: center;
   }

   .titulo-portfolio span{
     font-size: 1.4em;
   }

   .char14{
     background-color: #007ac0;
     transform: skewX(-10deg);
     transform: skewY(-10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #007ac0;
   }

   .char15{
     background-color: #d77700;
     transform: skewX(10deg);
     transform: skewY(10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #d77700;
   }

   .char16{
     background-color: #007ac0;
     transform: skewX(-10deg);
     transform: skewY(-10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #007ac0;
   }

   .char17{
     background-color: #d77700;
     transform: skewX(10deg);
     transform: skewY(10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #d77700;
   }

   .char18{
     background-color: #007ac0;
     transform: skewX(-10deg);
     transform: skewY(-10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #007ac0;
   }

   .char19{
     background-color: #d77700;
     transform: skewX(10deg);
     transform: skewY(10deg);
     padding: 0 5px;
     margin-right: 3px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #d77700;
   }

   .char20{
     background-color: #007ac0;
     transform: skewX(-10deg);
     transform: skewY(-10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #007ac0;
   }

   .char21{
     background-color: #d77700;
     transform: skewX(10deg);
     transform: skewY(10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #d77700;
   }

   .char22{
     background-color: #007ac0;
     transform: skewX(-10deg);
     transform: skewY(-10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #007ac0;
   }

   .char23{
     background-color: #d77700;
     transform: skewX(10deg);
     transform: skewY(10deg);
     padding: 0 5px;
     box-shadow: 0 3px 2px #b3b3b3,
                 0 5px 4px #000000,
                 0 7px 6px #d77700;
   }

   @media only screen and (min-width:768px) {
      .titulo-portfolio{
        margin-top: 200px;
        margin-bottom: 60px;
      }

      .titulo-portfolio span{
        font-size: 3em;
      }
      .trabajos h3{
        font-size: 2em;
      }

      .titulo-portfolio span:hover{
        transform: translateY(10px);
      }



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

     .trabajos h3{
       font-size: 2.5em;
     }
   }


   /***** Brochure.html ******/



   .titulo-brochure{
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     width: 90%;
     margin: 0 auto;

   }

   .titulo-brochure h2{
     color: #656565;
     width: 90%;
     margin: 150px auto 5px auto;
     background-color: #e1e1e1;
     text-align: center;
     font-size: 3em;
     padding: 20px 0;
   }

   .titulo-brochure h2:hover{
     color: #008fdc;
   }

  .separacion {
    height: 40px; /*en grande 80px */
    width: 2px;
    background-color: #007ac0;
    margin: 0  auto 15px auto;
  }

  .imgbrochure-principal{
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
  }

  .imgbrochure-principal img{
    width: 100%;
    max-width: 1200px;
  }

  .primercontenido{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .primercontenido h3{
    color: #008fdc;
    font-size: 1.6em;
    text-align: center;
    width: 100%;
  }

  .primercontenido p{
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-size: 1.1em;
    color: #656565;
  }

  .imagenespares{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .imgizquierda{
    width: 100%;
    margin-bottom: 10px;
  }

  .imgizquierda img{
    width: 100%;
    max-width: 800px;
  }

  .imgderecha{
    width: 100%;
  }

  .imgderecha img{
    width: 100%;
    max-width: 800px;

  }

  .segundotexto{
    width: 100%;
  }

  .segundotexto{
    font-size: 1.1em;
    padding: 0 10px;
    text-align: center;
    color: #656565;
  }

   .img-ultima{
     width: 100%;
     display: flex;
     flex-direction:row;
     justify-content: center;
     align-items: center;
   }

   .img-ultima img{
     width: 100%;
     max-width: 1100px;
   }

   .separacion2 {
     height: 40px;
     width: 2px;
     background-color: #007ac0;
     margin: 0  auto 15px auto;
   }

   .titulo-ssp{
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     width: 90%;
     margin: 0 auto;

   }

   .titulo-ssp h2{
     color: #656565;
     width: 90%;
     margin: 150px auto 5px auto;
     background-color: #e1e1e1;
     text-align: center;
     font-size: 2em;
     padding: 20px 0;
   }

   .titulo-ssp h2:hover{
     color: #008fdc;
   }

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

     .titulo-ssp h2{
       font-size: 4em;
     }

     .titulo-brochure h2{
       font-size: 6em;
     }

     .imgderecha{
       width: 44%;
     }

     .imgizquierda{
       width: 44%;
     }

     .imagenespares{
       justify-content: space-around;
       align-items: center;

     }

     .separacion {
       height: 80px;
       width: 2px;
       background-color: #007ac0;
       margin: 0  auto 15px auto;
     }

     .separacion2 {
      display: none;
     }

     .segundotexto{
       font-size: 1.4em;
     }

     .primercontenido h3{
       font-size: 2em;
     }

     .primercontenido p{
       font-size: 1.4em;
       width: 80%;
     }
     .segundotexto{
       width: 80%;
       margin: 0 auto 20px auto;
     }

   }






/*

 * 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;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * 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 {
        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 {
        white-space: pre-wrap !important;
    }
    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;
    }

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

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