    /* INI - fuentes */

      @font-face{
        font-family: Lato;
        src: url('../fonts/Lato-Regular.ttf');
      }
      @font-face{
        font-family: 'Roboto Serif';
        src: url('../fonts/RobotoSerif-Regular.ttf');
      }
      /*@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');*/
      /*@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Serif&display=swap');*/

    /* FIN - fuentes */



    /* INI - intro (todo el header) y navbar */

      .navbar .nav-link {
        /*color: #fff !important;*/
      }

      /* INI - agregados por mi */
      .navbar{
        z-index: 3;
      }
      .navbar-brand img{
        height: 40px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        box-sizing: border-box;
      }

      body { 
          padding-top: 66px;
          font-family: 'Lato', sans-serif;
      }
      /* FIN - agregados por mi */

      @media (max-width:767px) {
        body { /* agregado por mi */
          padding-top:66px;
        }
        .sm-page-widget-logo-subtext{
          display: none;
        }
      }


      /* INI - agregados por mi */
      @media screen and (min-width:768px) and (max-width:990px) {
        body {
          padding-top:66px;
        }
        .sm-page-widget-logo-subtext{
          display: none;
        }
      }
      @media screen and (min-width:991px) and (max-width:1200px) {
        body {
          padding-top:66px;
        }
      }

      @media (max-width:355px) {
        body { /* agregado por mi */
          padding-top:96px;
        }
      }
      /* FIN - agregados por mi */

    /* FIN - intro (todo el header) y navbar */



    /* ------- INI - parallax --------- */
      
      *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
      }
      .sect1-parallax{
        width: 100%;
        height: 100vh;
        background: url("../images/bio/4-bio1-omar-cayo-education.jpg");
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding-top: calc(50vh - 260px);
      }
      .sect3-parallax{
        width: 100%;
        height: 100vh;
        background: url("../images/bio/1-bio2-omar-cayo-education.jpg");
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding-top: calc(50vh - 260px);
      }
    /* ------- FIN - parallax --------- */



    /* ------- INI - primer parallax ------- */
      .h-omar-cayo{
        color: #ececec;
      }

      .foto-omar-cayo{
        margin: auto;
        margin-left: 1em;
        margin-right: 1em; /* 1em */
      }

      .texto-llamativo{
        color: #ececec;
        font-family: 'Roboto Serif', 'Lato', serif, sans-serif, 'times new roman';
        border: 1px solid #ececec;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 1em; /* 1em */
        margin: 1em; /* 1em */
      }

      @media(max-width: 767px){
        .sect1-parallax{
          padding-top: 1em;
        }
        .foto-omar-cayo{
          max-width: 200px;
          max-height: 200px;
          margin-bottom: 0 !important;
          margin-left: auto;
          margin-right: auto;
        }
        .texto-llamativo{
          padding: 0.5em; /* 0.5em */
          margin: 0.5em; /* 0.5em */
        }
      }

      @media(max-width: 475px){
        .foto-omar-cayo{
          max-width: 170px;
          max-height: 170px;
        }
        .texto-llamativo{
          padding: 0.5em; /* 0.5em */
          margin: 0.5em; /* 0.5em */
          font-size: 1.3em;
        }
      }

      @media(max-width: 400px){
        .foto-omar-cayo{
          max-width: 135px;
          max-height: 135px;
        }
        .texto-llamativo{
          padding: 0.5em; /* 0.5em */
          margin: 0.5em; /* 0.5em */
          font-size: 1.2em;
        }
      }

      @media(min-width: 768px){
        .h-omar-cayo{
          margin-bottom: 1em;
        }
        .texto-llamativo{
          padding: 0.5em;
          margin-top: 0;
          margin-right: 0.5em; /* 0.5em */
          margin-bottom: 0.5em;
          margin-left: 0.5em; /* 0.5em */
        }
      }

    /* ------- FIN - primer parallax ------- */



    .row-exact-screen-width{
      border:0px;
      margin-right:0;
      margin-left:0;
      max-width:100%;
    }

      

    /* ------- INI - para form de contacto --------- */
      .contact-title{
        color: #ececec;
      }
      .input-bg{
        color: #ececec !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
      }
      .label-light{
        color: #ececec !important;
      }
      .oculto{
        display: none;
      }
    /* ------- FIN - para form de contacto --------- */



    /* ------- INI - para ICONO FLOTANTE whatsapp --------- */
      @media(max-width: 600px){
        .floating-wpp-button{
          width: 3.5em !important;
          height: 3.5em !important;
        }
      }
    /* ------- FIN - para ICONO FLOTANTE whatsapp --------- */