@charset "UTF-8";

/********************************
   CSS FUENTE INSTALADA
*********************************/

/* RESET STYLES */
html, body, div, span, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, 
p, img, ol, ul, li, form, label, 
article, aside, embed, menu, 
nav, section, audio, video {margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {display:block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
ol, ul {list-style: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
li {display: inline-block; margin: 0; padding: 0; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}

/*GLOBAL STYLES*/
body, html{height:100%; position:relative; font-size:16px; -webkit-font-smoothing:antialiased; width: 100%; z-index: -1500; font-family: 'Encode Sans Semi Condensed', sans-serif;;}
figure, figcaption {margin:0; padding:0}
form, input {margin:0; padding:0}
input, textarea {font-size:1em; outline:none; border:none; resize:none; border-radius:0}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
h1, h2, h3, h4 {margin: 0px; padding: 0px; font-family: 'Encode Sans Semi Condensed', sans-serif;}  
p, input, li, a, span, select {font-size: 1em; line-height: 1.2em; font-family: 'Encode Sans Semi Condensed', sans-serif;}
a {
    cursor:pointer !important;
  border: none;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
h2, div, input{-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s}
a:focus {outline: none}
button {
    cursor: pointer; 
  border: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0; 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}
button:focus {outline: none}

input{-webkit-appearance: none;}
p{font-size: 1em; color:#;}
h1{font-size: 1.6em;}
h2{font-size: 1.5em;color:#;}
h3{font-size: 1.3em;}
h4{font-size: 1em;color:#;}

select{
  -webkit-appearance: none;
  border-radius: initial;
  font-size: 1em !important;
  width: 100%;
  position: relative;
  background-image: url(../img/flecha.png);
  background-size: 15px;
  background-position: right;
  background-repeat: no-repeat;
}

/* FONT FAMILIY AWESOME 

font-family: FontAwesome;

*/

/*---------------------------------------
        CENTRAR CONTENIDO 50% 50%
----------------------------------------*/  

.wrapLogin {
    margin:0 auto;
  max-width:800px;
}
.wrapLogin2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*---------------------------------------
                GENERAL
----------------------------------------*/  

.col25{
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.col50{
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}

@media only screen and (max-width: 1024px){
  body {font-size: 15px !important;}
}
@media only screen and (max-width: 800px){
.wrapLogin, .wrapLogin2 { margin: 0 50px 0 50px;}
}

@media only screen and (max-width: 768px) {
  .wrapLogin, .wrapLogi2{ margin: 0 25px 0 25px;}
  body {font-size: 14px !important;}
}
@media only screen and (max-width: 480px) {
  body {font-size: 13px !important;}
  .wrapLogin, .wrapLogin2 {margin: 0 15px 0 15px;}
}

/*---------------------------------------
				        LOGIN
----------------------------------------*/	
.bgLogin{
  background-position: center;
  background-image: url(../img/wallpaper.png);
  background-size: cover;

}
.boxLogin{
  text-align: center;
  margin-top: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 624px) {
.boxLogin{
  margin-top: 20px;}
}
.boxLogin form{
  padding: 30px;
  border-radius: 10px;
  background-color: #FFF;
}
.tittleLogin{
  color: #74818c;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tittleLogin img{
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.titleMuni{
  margin-bottom: 20px;
}
.titleMuni img, .txtMuni{
  display: inline-block;
  vertical-align: middle;
}
.txtMuni p{
  text-transform: uppercase;
  color:#07bcbe;
  font-weight: 700;
  font-size: 2.5em;
}
.spanTittle{
  color: #5d6974 !important;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.txtRegistro{
    border-top: solid 1px #ccc;
    margin-top: 25px;
    padding: 25px 0 0 0;
    font-size: 1.2em;
    font-weight: 500;
    color: #5d6974;
}
form input{
  color: #5d6974;
  font-weight: 600;
}
.txtName{
  background-image: url(../img/user.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.txtPencil{
  background-image: url(../img/pencil.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.txtPass{
  background-image: url(../img/lock.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.txtEmail{
  background-image: url(../img/mail.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.txtId{
  background-image: url(../img/icon_id.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.txtMap{
  background-image: url(../img/icon_residencia.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.txtBirthday{
  background-image: url(../img/icon_birthday.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.txtPhone{
  background-image: url(../img/icon_phone.png);
  background-size: 20px 20px;
  background-position: 0px 11px;
  background-repeat: no-repeat;
}

input[type="text"], textarea, input[type="password"], select, input[type="date"] {
  opacity: 1;
  color: #58595b;
  font-weight: 400;
  font-size: 1em;
  border-radius: 0;
  line-height: 22px;
  background-color: #ffffff;
  border-bottom: solid 1px #68737d;
  margin-bottom: 16px;
  width: 100%;
  padding: 10px 13px 10px 25px;
}
.textInput, select{
  padding: 10px 0 !important;
  color: #07bcbe;
  font-weight: 600;
}
.textInput{
  color: #07bcbe !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}
select{
  border:none;
  border-bottom: solid 1px #68737d;
  text-transform: uppercase;
  font-weight: 700 !important;
}
select option:checked span{
  color: red !important;
}
input[type="submit"], .btnTurq {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border-radius: 5px;
  line-height: 22px;
  background-color: #07bcbe;
  padding: 10px ;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.txtInput{
  color: #5d6974;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em;
}
.btnRegistro{
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border-radius: 5px;
  line-height: 22px;
  background-color: #5d6974;
  padding: 10px ;
  width: 100%;
  margin-bottom: 20px;
}
.btnForgot{
  color:#8d969e;
  text-align: center;
  display: block;
  font-weight: 600;
}
.forgotPass{
  display: none;
}
.forgotPass p{
    color: #74818c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9em;
    text-align: left;
}
@media only screen and (max-width: 390px) {
  .titleMuni img{width: 50px;}
  }
footer{
  padding: 8px 0;
  text-align: center;
  font-weight: 400;
  font-size: .95em;
  color: #FFF;
  background-color: #07bcbe;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-height: 805px) {
  footer{
    position: initial;}
}

/*---------------------------------------
				        FORM
----------------------------------------*/
#txtCaptcha{
  background-size: 122px;
  background-repeat:no-repeat !important;
  padding: 10px 13px 13px 140px !important;
}
.infoContain input::-webkit-input-placeholder {
  color: #07bcbe !important;
  font-size:1em !important;
  font-weight: 700 !important;
}
.infoContain input:-moz-placeholder {
    color: #07bcbe !important;
  font-size:1em !important; 
  font-weight: 700 !important;
}
.infoContain input:-ms-input-placeholder { 
    color: #07bcbe !important;
  font-size:1em !important; 
  font-weight: 700 !important;
}
textarea::-webkit-input-placeholder {
  color: #07bcbe !important;
  font-size:1em !important;
  font-weight: 600 !important;
}
textarea:-moz-placeholder {
    color: #07bcbe !important;
  font-size:1em !important; 
  font-weight: 600 !important;
}
textarea:-ms-input-placeholder { 
    color: #07bcbe !important;
  font-size:1em !important; 
  font-weight: 600 !important;
}

/*---------------------------------
          SELECT
------------------------------------*/
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #878787;
  vertical-align: middle;
  text-align: left;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  -moz-border-radius: 40px;
  border: solid 1px #cbcbcb;
  height: 40px;
  line-height: 40px;
  background-color:#FFF;
}
.select .placeholder {
  color:#878787;
  position: relative;
  display: block;
  z-index: 1;
  padding:0 0 0 15px;
  cursor: pointer;
  height: 40px;
    line-height: 40px;
  overflow: hidden;
    padding-right: 37px;
}

.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\25BC';
  color:#1357a6;
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\25B2';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  min-height: 73.56px;
  max-height:145.12px;
  display: none;
  position: absolute;
  overflow:scroll;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0 15px 0 0;
  z-index: 100;
      -webkit-box-shadow: 0px 0px 8px 3px rgba(156,156,156,0.2);
    -moz-box-shadow: 0px 0px 8px 3px rgba(156,156,156,0.2);
    box-shadow: 0px 0px 8px 3px rgba(156,156,156,0.2);
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li:hover {
  background: #1357a6;
  color: #fff;
}
  
  ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
/*--------------------------------
MAGNIFIC POP UP
---------------------------------*/
#modalBox{
  max-width: 700px;
  width: 90%;
  background-color: #FFF;
  padding:35px;
  position: relative;
  height: 500%;
  margin: 0 auto;}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 1em;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;



  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}