body {
    background: #ffffff;
    /*font-size: 16px;*/
    /*font-family: 'Barlow', sans-serif;
    /*font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.inactivar {
    pointer-events: none;
}

/* --------- BARRA HORIZONTAL ----------- */
.barra-horizontal {
    color: #000000;
   
    height: 80px;
    padding-left: 25px;
    padding-right: 13px;
    /*background: #F9F9F9;*/
    background: #F1F1F1;
    
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 2.5s ease;
}

.margen-top {
    margin-top: 20px;
}

.logoSmall {
    color: #515151;
    margin-top: 20px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 200;
    text-align: right;
}

/*menu movil*/
.menuMovil a {
    display: block;
    height: auto;
    text-decoration: none;
    padding: 20px 0;
    /*background: green;
    padding-bottom: 20px;
    font-family: 'Barlow', sans-serif;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #A2A2A2;
}

.btnCloseMenu {
    margin-top: 15px;
    padding: 0 10px;
}

.btnMenuMovil {
    margin-right: 0px;
}

/* --------- BARRA LATERAL ----------- */
.barra-lateral {
    color: #000000;
    min-width: 270px;
    min-height: 100vh;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    z-index: 2;
    /*background: #F9F9F9;
    margin-left: 475px;*/
    background: #F9F9F9;
    /*opacity: 0.95555;*/
    
}

.barra-lateral a {
    color: #A2A2A2;
}

/* --------- LOGO ----------- */
.barra-lateral .logo {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #515151;
}

.barra-lateral .logo h2 {
    /*font-family: 'Barlow Condensed', sans-serif;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Fjalla One', sans-serif;
    font-weight: 200;
    padding: 20px 0;
    text-align: right;
    margin: 0;
}

/* --------- MENU ----------- */
.barra-lateral .menu a {
    display: block;
    /*padding-bottom: 20px;
    font-family: 'Barlow', sans-serif;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: right;
    padding-bottom: 3px;
}

.barra-lateral .menu a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
}

.iconoIG {
    margin-top: 30px;
}

/* --------- MAIN IMAGENES ----------- */
.galeria {
    /*position: auto;*/
    margin-left: 295px;
}

/* --- MEDIAQUERIES ---  */
/* Dispositivo md */
@media screen and (max-width: 766px) {
    .galeria {
        /*position: auto;*/
        margin-left: 0px;
        position: absolute;
        align-items: center;
    }

    .galeria img {
        max-width: 100%;
        height: auto;
    }

}

.columna-imagenes {
    margin-top: 75px;
    /*margin-left: 285px;*/
    padding: 0px;
    max-height: 709px;
}

/*no,.imagen:hover {
    opacity: 0.3;
}*/

/*si, .alto-aux {
    min-height: 717px;
}
*/
/*.columna-imagenes .col {
    no,padding: 10px;
    background: #ffffff;
    max-height: 709px;
}*/

/* --------- DIV MENSAJE IMAGENES -----------  */
.contenedor-imagen {
    position: relative;
    /*width: 50%;*/
    padding: 0;
}

.contenedor-imagen img {
    opacity: 0;
    transform: scale(0.9);
    transition: .7s ease-in-out all;
}

.contenedor-imagen img.izquierda {
    transform: translateX(-30px);
}

.contenedor-imagen img.derecha {
    transform: translateX(30px);
}

.contenedor-imagen img.visible {
    opacity: 1;
    transform: scale(1) translateX(0);
}

.image {
  opacity: 1;
  display: block;
  /*width: 100%;*/
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  padding: 5px;
}

.contenedor-imagen:hover .image {
  opacity: 0.6;
  animation: zoom-in-zoom-out 1.8s ease;
  animation-fill-mode: forwards;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.008, 1.004);
  }
}

/* --------- VENTANA MODAL -----------  */
.modal.custom .modal-dialog {
    min-width:100%;
    min-height:100%;
    margin:0 auto;
    background: rgba(255, 255, 255, 1);
}

.modal-content {
    border: none;
    background: rgba(255, 255, 255, 0.01);
}

.iconoArrow {
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
}

.divImgWidth {
    width: 100%;
    /*background: green;*/
}

.divLoader {
    min-width:100%;
    min-height:100%;
    margin:0 auto;
    padding: 0;
    z-index: 4;
    position: fixed;
    background: rgba(255, 255, 255, 1);
}

.divSwipe {
    margin:0 auto;
    padding: 0;
    z-index: 3;
    position: fixed;
    /*background: rgba(0, 0, 0, 0.60);*/
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.btnClose {
    margin-bottom: 5px;
}

.btnIG:hover {
    fill: #000000;
}

/*mensaje loader*/
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.parpadeaSwipe {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}






