  /* Custom Fonts */
  @font-face {
    font-family: 'Lulo-Clean-W01-One-Bold';
    src: url("https://sebaslizarfit.com/wp-content/uploads/Lulo-Clean-W01-One-Bold.woff") format('woff');
    font-weight: normal;
    font-style: normal;
  }


  @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


  .tooltip {
    position: relative;
  }

  .tooltip:before,
  .tooltip:after {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }

  .tooltip:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F4D54E;
    border-left: 6px solid transparent;
    content: '';
    height: 0;
    top: 20px !important;
    left: 20px !important;
    width: 0;
  }

  .tooltip:before {
    background: #F4D54E;
    border-radius: 2px;
    color: #000;
    content: attr(data-title);
    font-size: 14px;
    padding: 6px 10px;
    top: 26px;
    white-space: nowrap;
    left: 0px !important
  }

  /* the animations */


  /* expand */
  .tooltip.expand:before {
    transform: scale3d(.2, .2, 1);
    transition: all .2s ease-in-out;
  }

  .tooltip.expand:after {
    transform: translate3d(0, 6px, 0);
    transition: all .1s ease-in-out;
  }

  .tooltip.expand:hover:before,
  .tooltip.expand:hover:after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  .tooltip.expand:hover:after {
    transition: all .2s .1s ease-in-out;
  }


  /**/



  a,
  a:hover,
  a:active,
  a:enabled {
    color: #000;
  }

  html,
  body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #000 !important;
    font-family: "Raleway", sans-serif;
  }

  #Duno {
    background: url(../personal/pics/index_pc.jpg) center top;
    background-size: cover;
    height: 100vh;
  }

  #Ddos {
    background-color: #000;
    background-size: cover;

  }

  #Dtres {
    background-color: #000;
    background-size: cover;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  .areatrabajo {
    padding: 50px 20px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .areatrabajo_Ddos {
    padding: 50px 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .areatrabajo_copy {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    color: #333;
    font-family: arial !important;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
  }

  .card {
    padding: 0em 0.5em;
    text-align: center;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 5px;
    justify-content: center;
  }


  /* de redes grandes
        .grid-container{
            display:grid;
            grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
            gap:15px;
            justify-content: center;
        }*/

  .pesta_messenger {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 9999;
    max-width: 70px !important;
  }

  .pesta_whatsapp {
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 9999;
    max-width: 70px !important;
  }

  .pesta_messenger img,
  .pesta_whatsapp img {
    width: 50px !important;
  }


  .img_redes img {
    width: 100% !important;
  }

  .title1 {
    font-family: 'Lulo-Clean-W01-One-Bold';
    font-size: 20px;
    letter-spacing: -0.1em;
    line-height: 1em;
    word-break: break-word;
    text-align: center;
    color: #fff;
  }

  @media only screen and (max-width: 1100px) {

    .areatrabajo,
    .areatrabajo_copy {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }

    #Ddos {
      height: auto;
    }
  }

  #copy {
    background-color: #F4D54E;
    height: 28px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: inline-block;

  }

  .copy-1 {
    width: 50%;
    float: left;
    line-height: 30px;
  }

  .copy-2 {
    width: 50%;
    float: right;
    text-align: right;
    line-height: 30px;
  }

  .es-load-more-button,
  .content-container,
  #site-footer {
    display: none !important;
  }

  .www_seba {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    display: block;
  }

  .baner_index {
    margin-top: 50px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .baner_index img {
    width: 100%;
  }

  .ani_img a img {
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .ani_img a img:hover {
    /*-webkit-filter: grayscale(100%);*/
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    /*opacity: 0.8;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);*/
  }


  .texto_SEO {
    font-size: 0px !important;
  }