@font-face {
    font-family: 'CeraPro-Light';
    src: url(https://e68da9.claudeassets.com/20250621154653im_/https://www.robertomirabella.com/fonts/CeraPro-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'CeraPro-Bold';
    src: url(https://350d96.claudeassets.com/20250621154653im_/https://www.robertomirabella.com/fonts/CeraPro-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url(https://bf76fb.claudeassets.com/20250621154653im_/https://www.robertomirabella.com/fonts/AvenirLTStd-Heavy.otf) format('opentype');
}

@font-face {
    font-family: 'AvenirLT-Roman';
    src: url(https://978d49.claudeassets.com/20250621154653im_/https://www.robertomirabella.com/fonts/AvenirLT-Roman.otf) format('opentype');
}

* {
    margin: 0%;
    padding: 0%;
}

body {
    background-color: #f4f4f4;;
}

header {
    max-height: 1024px;
    min-height: 135px;
}

h1{
    font-family: "AvenirLTStd-Heavy";
    font-size: 35px;
    color: #35253a ;
}

h2 {
    font-family: 'AvenirLTStd-Heavy';
    font-size: 25px;
}

h3 {
    font-family: 'AvenirLT-Roman';
}

h4 {
    color: #abc95b;
    font-size: 16px;
    font-family: 'AvenirLTStd-Heavy';

}

h5 {
    font-family: 'AvenirLT-Roman';
}

p {
    font-family: 'CeraPro-Light' ;
    color: black;
}

form textarea {
    border-style: none;
    height: 100px;
    background-color: rgb(185, 185, 185);

}

#enviarBtn{
    float: right;
    background-color:#abc95b;
    width: 60px;
    height: 25px;
    margin: 15px 0px 0px 493px;
}

#enviarBtn:hover {
    background-color: darkgreen;
}

.nav-bar {
    background-color: #35253a;
    color: white;
    position: fixed;
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1;
}

.nav-bar p {
    font-family: 'CeraPro-Light';
}

#desktop ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 2px;
}

#desktop ul li {
    margin-right: 15px;
}

#desktop ul li a{
    color: white;
    padding-left: 15px;
    font-family: "AvenirLTStd-Heavy" ;
    text-decoration: none;
    margin: 2px;
}

#responsive {
    display: none;
}

.contenido img {
    height: 120px;
    width: auto;
}

.feedsIcons{
    width: 80px;
    height: 80px;
}

.contenedorFI {
    margin-bottom: 45px;
    text-align: center;
}

.ejesTrabajo {
    background-color: white;
    text-align: center;
    padding: 4%;
    background-color: #f4f4f4;
}

.ejesTrabajo h2 {
    color:rgb(83, 83, 83);
}

.contenedorFacebook {
    padding: 45px 31px 31px 31px;
    background-color: white;
    margin: 70px;
}

#instagramFeed {
    overflow: scroll;
    height: 500px;
}

.articulos {
    height: 500px;
    padding: 60px;
}

.articulos img {
    width: 590px;
    height: auto;
}

#novedades {
    display: flex;
    justify-content: space-evenly;
}


#noticiasArticulos {
    display: flex;
    width: 1094px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#noticiasArticulos p{
    font-size: 15px;
    font-family: 'AvenirLTStd-Heavy';
    color: grey;
}

#noticiasArticulos article{
    height: 543px;
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

#noticiasArticulos article h3 {
    color: #00bcf6;
}



#noticiasArticulos article a {
    text-decoration: none;
}

#noticiasArticulos article h5 {
    color: #bbb;

}

#noticiasArticulos article img{
    max-width: 450px;
    height: auto;
}

#contactoPrensa {
    width: 300px;
    height: 1100px;
    display: flex;
    flex-direction: column;
}


#hablaConmigo {
    position: fixed;
    bottom: 620px;
    right: 120px;
    width: auto;
    height: 150px;
}

#hablaConmigo img {
    width: auto;
    height: 150px;
}

#parrafoEjes {
    height: auto;
    width: 500px;
    display: inline-flex;
    font-family: 'CeraPro-Light';

}

#redesFijo {
    background-image: url(https://fd0db0.claudeassets.com/20250621154653im_/https://www.robertomirabella.com/img/redesfloatante.png);
    background-size: contain;
    transform: rotate(90deg) translate(10px, 377px);
    width: 31px;
    height: 150px;
    float: right;

}

#redesFijo ul {
    list-style: none;
}

#redesFijo li{
    list-style: none;
    width: 32px;
    height: 23px;
}

#redesFijo a {
    width: 32px;
    height: 23px;
    opacity: 0;

}

#redesFijo img {
    width: 35px;
}



#redesFlotante {
    background-image: url(https://fd0db0.claudeassets.com/20250621154653im_/https://www.robertomirabella.com/img/redesfloatante.png);
    background-size: contain;
    position: fixed;
    bottom: 100px;
    right: 120px;
    width: 31px;
    height: 150px;
    left: 89%;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

#redesFlotante ul {
    list-style: none;
}

#redesFlotante li{
    list-style: none;
    width: 32px;
    height: 23px;
}

#redesFlotante a {
    width: 32px;
    height: 23px;
    opacity: 0;

}

#redesFlotante img {
    width: 35px;
}

.bg {
    position: relative;
    width: 100%;
    height: auto;
    top: -25px;
    z-index: -1;
}

.bgimg {
    overflow: hidden;
    max-width: 100%;
}

#bg2 {

    position: relative;
    width: 100%;
    height: auto;
    z-index: -1;

}

#bg2 img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}




#icons {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style: none;
    padding: 5%;
}

#icons li a {
    text-decoration: none;
}

#icons li {
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'AvenirLT-Roman';
    width: 92px;
}

#icons li:hover {
    transform: scale(1.1);
}

#icons li:hover .textIcons {
    visibility: visible; }

.textIcons {
    visibility:hidden;
    
}


#iconEjesTrabajo {
    width: 90px;

}


#ventana-flotante {
    width: 206px;  /* Ancho de la ventana */
    height: 90px;  /* Alto de la ventana */
    position: fixed;
    top: 100px;
    left: 89%;
    margin-left: -180px;
    z-index:999;
    }

#ventana-flotante .cerrar {
    position: absolute;
    left: 190px;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    color: #999;
    background: white;
    line-height: 17px;
    text-decoration: none;
    padding: 0px 4px;
    font-family: Arial;
    border-radius: 0 0 0 5px;
    box-shadow: -1px 1px white;
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    }
#ventana-flotante .cerrar:hover {
    background: #ff6868;
    color: white;
    text-decoration: none;
    text-shadow: -1px -1px red;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    }
#ventana-flotante #contenedor .contenido {

    font-size: 20px;  /* Tamaño del texto del mensaje */
    color: #555;  /* Color del texto del mensaje */

    }
    .oculto {-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;-ms-transition:1s;opacity:0;-ms-opacity:0;-moz-opacity:0;visibility:hidden;}

#facebookSection {
    display: flex;
    padding: 40px;
    justify-content: center;
}

#fotos{
    display: flex;
    justify-content: space-around;
    align-items: center;

}

#fotos img{
    width: 350px;
}

#fotos div{
    width: 1251px;
    display: flex;
    justify-content: space-between;
}

#sobreMi {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    color: #010165;
    align-items: center;
    margin-bottom: 30px;
}

#sobreMi div {
    width: 1250px;
}

#sobreMi p{
    width: 540px;
    text-align: justify;
    color: #010165 ;
}

#soyRoberto {
    display: flex;
    justify-content: space-between;
}

#proyectos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#proyectos h1 {
    height: 100px;
}

#proyectos div{
    width: 1250px;
}

#proyectosArticulos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 965px;
}

#proyectosArticulos img {
    width: 350px;
    height: auto;
}

#proyectosArticulos article {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 50px;
    height: 850px;
}

#proyectosArticulos article h3 {
    color: #010165;
}

#proyectosArticulos2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 700px;
}

#proyectosArticulos2 img {
    width: 350px;
    height: auto;
}

#proyectosArticulos2 article {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 50px;
    height: 630px;
}

#proyectosArticulos2 article h3 {
    color: #010165;
}

#proyectosArticulos3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 200px;
}


#proyectosArticulos3 article {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 50px;
    
}

#proyectosArticulos3 article h3 {
    color: #010165;
}

#santaFe {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#SFarticulos {
    width: 1300px;
}

#tituloSF {
    height: 170px;
    width: 600px;
}

#tituloSF h1{
    height: 60px;
}


.articulosSF {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;

}

.articulosSF img {
    width: 600px;
    height: auto;
}

.infoSF {
    width: 590px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
}

.infoSF h2 {
    color: #41b4e7;
}

.infoSF a{
    text-decoration: none;
}

.formulario {
    display: flex;
    width: 553px;
    flex-direction: column;
    align-content: stretch;
    font-family: 'CeraPro-Bold';
}

.formulario legend {
    font-size: 22px;
    height: 40px;
    color: #010165;

}

.formulario label {
    margin-bottom: 10px;
    color: #0180b2;
}

.formulario input{
    margin-bottom: 10px;
    border: none;
    background-color: rgb(185, 185, 185);
    color: white;

}

#intereses {
    display: flex;
    flex-wrap: wrap;
    height: 145px;
    flex-direction: column;
}

#intereses label {
    font-size: 14px;
    color: grey ;
}

#intereses input {
    height: 10px;
    width: 10px;
    background-color: rgb(185, 185, 185) ;
    margin-left: 2px;
}

#puntoEscucha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#puntoEscuchaTitulo{
    width: 640px;
    height: 150px;
    text-align: center;
    margin: 40px 0px 40px 0px;
}

#formularioImagen {
    display: flex;
    flex-direction: row;
    width: 1180px;
    justify-content: space-evenly;
    height: 750px;
}

.pagination_section {
    top: 500px;
    right: 230px;
    text-align: center;
    margin-top: 30px;
    font-family: 'CeraPro-Bold';

}

/* pagination styling */
.pagination_section a {
    color: black;
    padding: 10px 18px;
    text-decoration: none;
}

/* pagination hover effect on non-active */
.pagination_section a:hover:not(.active) {
    background-color: #031F3B;
    color: white;
}

#seccionNoticias{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pagNoticia {
    display: flex;
    width: 1400px;
    flex-direction: column;

}

#pagNoticia img{
    width: 550px;
    margin-bottom: 30px;
}

#pagNoticia h1 {
    font-size: 25px;
    width: 550px;
    text-align: center;
    margin-bottom: 30px;
}

#tituloNoticia {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#textoNoticia {
    display: flex;
    justify-content: space-around;
    text-align: justify;
    margin-bottom: 30px;
}

#textoNoticia p{
    width: 550px;
}

/* pagination hover effect on active*/
a:nth-child {
    background-color: green;
    color: white;
}

a:nth-child {
    font-weight: bold;
}

a:nth-child {
    font-weight: bold;
}

.content {
    margin: 50px;
    padding: 15px;
    width: 800px;
    height: 200px;
    border: 2px solid black;
}

#parrafos {
    width: 1400px;
}

.easyPaginateNav{
    text-align: center;
    margin-bottom: 50px;
}

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

    header {
        min-height: 135px;
        align-items: center;
        width: 100%;
    }

    .nav-bar {
        justify-content: center;
        max-width: 375px;
    }

    #ventana-flotante {
        display: none;
    }

    #facebookSection {
        display: flex;
        flex-direction: column;
        align-content: center;
        padding: 5px;
    }

    .ejesTrabajo {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 640px;
        justify-content: space-around;
    }

    .ejesTrabajo h2 {
        font-size: 24px;
    }

    .bg{
        top: 54px;
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    #bgimg {
        overflow: hidden;
        max-width: 100%;
    }

    #parrafoEjes {
      width: auto;
    }

    .contenedorFacebook {
      padding: 30px;
      margin: 0 auto;
    }

    #icons {
        width: 270px;
    }

    #icons li img{
        width: 70px;
        height: auto;
    }

    #icons li {
        height: 120px;
    }


    .textIcons {
        font-size: 15px;
       
    }

    #desktop {
        display: none;
    }
    #responsive {
        display: block;
    }



    #responsive  input:checked  ~ ul{
        display:block;
      }

      #responsive  input {
        display: none;
      }

      #responsive  label {
        box-sizing: border-box;
        display: inline-block;
        border: 1px solid black;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
        user-select: none;
      }

      /* Estilo del boton cuando se pasa el mouse por encima*/
      #responsive  label:hover{
        background: grey;
      }

      /* Estilo del boton cuando el menú está expandido*/
      #responsive  input:checked ~ label {
        background: lightgrey;
      }

      #responsive  ul{
        margin-top:0;
        padding: 0;
        width: 200px;
        position: absolute;
        display: none;
        transform: translate(-170px, 0px);
        background-color: white;
        border-radius: 15px;
        list-style: none;

      }




      #responsive  li {
        font-family: 'CeraPro-Bold';
        display: block;
        margin: 0;
        padding: 10px;
        list-style: none;
    }

      /*Estilo cuando el mouse pasa encima de cada link del menu*/
      #responsive  li:hover {
        filter: brightness(110%);
      }

/*CONOCEME------------------------------------------------------------------------------------------------------*/

      #sobreMi {
        flex-direction: column;
        color: #010165;
        align-items: center;
        padding: 16px;
      }

      #sobreMi div{
          width: auto;
      }

      #sobreMi p{
        width: auto;
    }

      #soyRoberto {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #fotos {
        flex-direction: column;
    }

    #fotos div{
        width: 350px;
        flex-direction: column;
        align-content: center;
        height: 900px;
        justify-content: space-evenly;
    }

    #redesFijo {
        transform: rotate(90deg) translate(10px, 180px);
    }

/*NOVEDADES------------------------------------------------------------------------------------------------*/

#novedades {
    flex-direction: column;
    align-items: center;
    }

    #grillaNoticias {
        width: 375px;
    }

    #noticias {
        width: 365px;
        align-items: center;
    }

    #noticiasArticulos {
        flex-direction: column;
        max-width: 365px;
        align-items: center;
    }

    #noticiasArticulos article {
        width: 330px;
    }

    #noticiasArticulos article img {
        height: auto;
        max-width: 365px;

    }

    .pagination_section {
        margin-bottom: 30px;
    }

    #bgNovedades {
        height: 273px;
    }

    #bgNovedades {
        transform: translate(0px, 26px); 
    }

    #proyectos div{
        width: 375px;
        
    }

    #proyectos h1{
        width: 200px;
        line-height: 30px;
        margin-left: 12px;
        height: 180px;
    }


    #proyectosArticulos {
        height: auto;

    }

    #proyectosArticulos article {
        height: 850px;
        align-items: center;
        width: 350px;
    }

    #proyectosArticulos2 {
        height: auto;

    }

    #proyectosArticulos2 article {
        height: 650px;
        align-items: center;
        width: 350px;
    }

    #proyectosArticulos3 {
        height: auto;

    }

    #proyectosArticulos3 article {
        height: auto;
        align-items: center;
        width: 350px;
    }

/*SANTA FE ----------------------------------------------------------*/

#SFarticulos {
    width: 350px;
}

#tituloSF {
    height: 140px;
    width: 355px;
}

#tituloSF h1{
    height: 110px;
}

#ejesSantaFe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.articulosSF {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
}

.articulosSF img{
    width: 355px;
    margin-bottom: 30px;
}

.infoSF {
    width: 350px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
}
/*PUNTO DE ESCUCHA---------------------------------------------------*/

    #puntoEscuchaTitulo{
        width: 353px;
        height: 360px;
        text-align: center;
        margin: 40px 0px 40px 0px;
    }

    #formularioImagen {
        width: auto;
        flex-direction: column;
        align-items: center;
    }

    .formulario {
        width: 310px;
    }

    #intereses {
        height: 177px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #enviarBtn {
        margin: 15px 0px 20px 250px;
    }

/*PAGINA DE NOTICIAS-----------------------------------------------------------------*/

#pagNoticia {
    width: auto;
}

#pagNoticia img{
    width: 350px;
}

#pagNoticia h1 {
    width: 355px;
}

#textoNoticia {
    flex-direction: column;
    align-content: center;
}

#textoNoticia p {
    width: 350px;
}

#parrafos {
    width: 350px;
}

}


/* Cosmetic only */

#easyPaginate {width:300px;}
#easyPaginate img {display:block;margin-bottom:10px;}
.easyPaginateNav a {padding:5px; font-family:'CeraPro-bold';}
.easyPaginateNav a.current {font-weight:bold;text-decoration:underline;}


/*
     FILE ARCHIVED ON 20:34:27 Jul 03, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:08:38 Sep 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.353
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.027
  esindex: 0.006
  cdx.remote: 12.503
  LoadShardBlock: 273.293 (3)
  PetaboxLoader3.datanode: 285.993 (5)
  PetaboxLoader3.resolve: 233.944 (3)
  load_resource: 287.88
  loaddict: 44.168
*/