

a.agranda{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 30px;
     height: 30px;
     border-radius: 30px;
     background: #006934;
     color:#FFFFFF;
     padding-top: 1px;
     padding-right: 15px;
     padding-left: 15px;
     text-align: center;
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0 0 5px #777;
-moz-box-shadow: 0 0 5px #777;
-webkit-box-shadow: 0 0 5px #777;
background-color: #4d8d00;
background-image: -webkit-radial-gradient(50% 50%, circle, #00e505, #4d8d00 70%);
background-image: -moz-radial-gradient(50% 50%, circle, #00e505, #4d8d00 70%);
background-image: -o-radial-gradient(50% 50%, circle, #00e505, #4d8d00 70%);
background-image: radial-gradient(50% 50%, circle, #00e505, #4d8d00 70%);
}
a.agranda:hover{
    background: #CCCCCC;
    border-radius: 10px;
    border: 2px dotted #aaaaaa;
    padding: 10px;
    color: #333333;
}
a.agranda:after{

     width: 30px;
     height: 30px;
     border-radius: 30px;
     background: #006934;
     color:#95c262;
     padding-top: 30px;
     text-align: center;
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0 0 5px #777;
-moz-box-shadow: 0 0 5px #777;
-webkit-box-shadow: 0 0 5px #777;
background-color: #4d8d00;
background-image: -webkit-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
background-image: -moz-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
background-image: -o-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
background-image: radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
 }

.menu-mik{
    background:rgba(225,225,225,1);
}

.menu-mik:first-child{
    background:rgba(225,225,225,0.9);
}
.menu-mik:last-child{
    background:rgba(225,225,225,0.8);

}

.menu-mik:first-child:hover{

    /*background: url("hospital/IM031085s.JPG");*/
    background: #000000;
}
.menu-mik:hover{

    /*background: url("hospital/IM031085s.JPG");*/
    background: #DDDDDD;
}
.menu-mik {
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);

    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    mix-blend-mode: multiply;

}
.menu-mik a {

    display: block;
    color: #333333;
}
.ca-menu div{
    /*width:100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    float: left;
    display: block;*/

    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}


.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    /*position: absolute;*/
    width: 90px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}

.ca-content{
    position: absolute;
    left: 70px;

    min-height:50px;
    top: 10px;
}

.ca-main{
    font-size: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-sub{
    font-size: 14px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu div:hover{
    /*background: #e1f0fa;*/
}

.menu-mik:hover .ca-icon{
    font-size: 40px;
    color: #fff;
    color:darkorange;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
    text-underline: none;
}

.menu-mik:hover .ca-main{
    /*opacity: 1;*/
    color:darkorange;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

.menu-mik:hover .ca-sub{
    color:darkorange;
    /*opacity: 1;*/
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;

}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}
.modal-backdrop{
    z-index: 2;

}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 13;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: fixed;
  top: 100px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background: rgba(255,255,255,0.6);
  padding: 10px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.cuatro{
    font-size: 72px;
    color: #00e505;
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 1;
}
.cuatro h1 {
    font-size: 200%;
}
.cuatro h2, .cuatro h3, .cuatro h4{
    color: #2a2a2a;
    background: rgba(255,255,255,0.5);

}
.cuatro h1::first-letter{
    position: relative;
    font-size: 300%;




    color: #00b3ff;

}



.multiplicarFoto{
    mix-blend-mode: multiply;
	/*background:rgba(72,14,24,0.20);*/
        background: url("/imagenes/medni/fondofuegos.JPG") no-repeat center center fixed;
        /*opacity: 0.7;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.Fotofondo0{
    background: url("/imagenes/medni/ATARDECER7.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo1{
    background: url("imagenes/medni/ATARDECER1.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo2{
    background: url("imagenes/medni/ATARDECER2.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo3{
    background: url("imagenes/medni/ATARDECER3.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo4{
    background: url("imagenes/medni/ATARDECER4.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo5{
    background: url("imagenes/medni/ATARDECER5.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo6{
    background: url("imagenes/medni/ATARDECER6.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo7{
    background: url("imagenes/medni/ATARDECER7.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo8{
    background: url("imagenes/medni/ATARDECER8.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo9{
    background: url("imagenes/medni/ATARDECER9.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo10{
    background: url("imagenes/medni/ATARDECER10.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo11{
    background: url("imagenes/medni/ATARDECER11.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    z-index: 2;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
code figure.fecha {
    height: 0;
    visibility: hidden;
}

code:hover figure.fecha {
    height: auto;
    visibility: visible;
}
figure.fecha {
    margin: 0px auto;

    width: 128px;
    height: 111px;

    background-color: #ffffff;
    border-radius: 10px;

    position: relative;

&:before {
     content: '';
     display: block;

     width:128px;
     height: 69px;

     border-radius: 0px 0px 0 0;
     border-radius: 0px 0px 0 0;

     background-image: -webkit-linear-gradient(white 0%, #edeeef 100%);
     background-image: -moz-linear-gradient(white 0%, #edeeef 100%);
     background-image: -o-linear-gradient(white 0%, #edeeef 100%);
     background-image: linear-gradient(white 0%, #edeeef 100%);

 }

header {
    width: 128px;
    height: 27px;

    position: absolute;
    top: -1px;

    background-color: #3386B5;
    border-radius: 0px 0px 0 0;
    border-bottom: 3px solid #3386B5;

    font: 400 15px/27px Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: 0.5px;
    color: #fff;

    text-align: center;
}

section {
    width: 128px;
    height: 80px;

    position: absolute;
    top: 28px;

    font: 400 55px/75px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: -2px;
    color: #4c566b;

    text-align: center;

    z-index: 10;

&:before {
     content: '';
     display: block;

     position: absolute;
     top: 35px;

     width: 3px;
     height: 10px;

     background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
 }

&:after {
     content: '';
     display: block;

     position: absolute;
     top: 35px;
     right: 0;

     width: 3px;
     height: 10px;

     background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
 }

}
}

figure.fecha > header {
    width: 128px;
    height: 27px;

    position: absolute;
    top: -1px;

    background-color: darkorange;
    border-radius: 0px 0px 0 0;
    border-bottom: 3px solid darkorange;

    font: 400 15px/27px Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: 0.5px;
    color: #fff;

    text-align: center;
}

figure.fecha > section {
    width: 128px;
    height: 80px;

    position: absolute;
    top: 28px;

    font: 400 55px/75px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: -2px;
    color: darkorange;
    /*border: 1px solid darkorange;*/

    text-align: center;

    z-index: 10;

&:before {
     content: '';
     display: block;

     position: absolute;
     top: 35px;

     width: 3px;
     height: 10px;

     background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
 }

&:after {
     content: '';
     display: block;

     position: absolute;
     top: 35px;
     right: 0;

     width: 3px;
     height: 10px;

     background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
     background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
 }

}
figure.fecha > foot {
    width: 128px;
    height: 27px;

    position: absolute;
    bottom: -1px;

    background-color: darkorange;
    border-radius:  0 0 10px 10px;
    border-bottom: 3px solid darkorange;

    font: 400 15px/27px Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: 0.5px;
    color: #fff;

    text-align: center;
    z-index: 11;
}


figure.fecha > section:hover {
/*    width: 128px;
    height: 80px;

    position: absolute;
    top: 28px;

    font: 400 55px/75px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: -2px;
    color: #FFFFFF;
    background: darkorange;

    text-align: center;
    */
}

/* @end */

.seccion li{
    color:#FFFFFF;
}

.seccion:nth-of-type(odd){
    /* luna tendedero */
    background: url('/imagenes/medni/IMG_4562.JPG') 50% 50%;
    /*background: #00baff;*/
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    margin-top: -1px; // this is dumb, revisit

}
.seccion:nth-of-type(even) {

    /*background: #00baff;*/
    /* par - fin eclipse rojo */
    background: url('/imagenes/medni/1532764400IMG_0162_modificadaweb.JPG') 50% 50%;
    background-size: cover;
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 91%, 0 99%);
    clip-path: polygon(0 1%, 100% 0, 100% 91%, 0 99%);
    margin-top: -1px; // this is dumb, revisit
background-attachment:fixed;

}
.seccion:nth-of-type(3n+0) {

    /*background: #00baff;*/
    background: url('/imagenes/medni/lunaampliada.JPG') 50% 50%;
    background-size: cover;
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 90%, 0 99%);
    clip-path: polygon(0 1%, 100% 0, 100% 90%, 0 99%);
    margin-top: -1px; // this is dumb, revisit
background-attachment:fixed;

}

.seccion:nth-of-type(5n+5){
    /* luna roja par */
    background: url('/imagenes/medni/IMG_3682.JPG') 50% 50%;
    /*background: #00baff;*/
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    margin-top: -1px; // this is dumb, revisit

}
.seccion:nth-of-type(6n+5){
    /* luna roja par */
    background: url('/imagenes/medni/1532763830IMG_0061_modificadaweb.JPG') 50% 50%;
    /*background: #00baff;*/
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    margin-top: -1px; // this is dumb, revisit

}
.seccion:nth-of-type(4n+7){
    /* luna de dia */
    background: url('/imagenes/medni/1534850832IMG_1821_modificada2.JPG') 50% 50%;
    /*background: #00baff;*/
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    margin-top: -1px; // this is dumb, revisit

}
.seccion.primera {


    background: url('/imagenes/medni/marisma.JPG') 50% 50%;
    background-size: cover;
    -webkit-clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 81%);
    clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 81%);
    /*
    @media screen and (max-width: 1020px) {
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    }
    */
}





/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@-webkit-keyframes moveFromBottom {

    from {

        opacity: 0;

        -webkit-transform: translateY(200%);

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0%);

    }

}

@-moz-keyframes moveFromBottom {

    from {

        opacity: 0;

        -moz-transform: translateY(200%);

    }

    to {

        opacity: 1;

        -moz-transform: translateY(0%);

    }

}

@-ms-keyframes moveFromBottom {

    from {

        opacity: 0;

        -ms-transform: translateY(200%);

    }

    to {

        opacity: 1;

        -ms-transform: translateY(0%);

    }

}



@-webkit-keyframes moveFromTop {

    from {

        opacity: 0;

        -webkit-transform: translateY(-200%);

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0%);

    }

}

@-moz-keyframes moveFromTop {

    from {

        opacity: 0;

        -moz-transform: translateY(-200%);

    }

    to {

        opacity: 1;

        -moz-transform: translateY(0%);

    }

}

@-ms-keyframes moveFromTop {

    from {

        opacity: 0;

        -ms-transform: translateY(-200%);

    }

    to {

        opacity: 1;

        -ms-transform: translateY(0%);

    }

}
@media screen and (max-width: 775px) {
    body #content h1 {
        font-size: 2.8em;
    }
    body #content h2 {
        font-size: 2.2em;
    }

}
@media screen and (max-width: 600px) {
    body #content {
        margin-top: 20px;
    }
    body #content h1 {
        font-size: 3.2em;
    }
    body #content h2 {
        font-size: 2.8em;
    }
    body #content {
        font-size: 0.8em;
    }
}
