/*custom font*/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/

@font-face {
  font-family: sf-compact-black;
  src: url(fonts/SF-Compact-Display-Black.otf);
}

@font-face {
  font-family: sf-compact-medium;
  src: url(fonts/SF-Compact-Display-medium.otf);
}

@font-face {
  font-family: sf-compact-regular;
  src: url(fonts/SF-Compact-Display-Regular.otf);
}

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    background: #000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #6441A5, #2a0845); /* Chrome 10-25, Safari 5.1-6 */
}

body {
    font-family: "sf-compact-regular";
    background: transparent;
}

/*form styles*/
#msform {
    text-align: left;
    position: relative;
    /*margin-top: 30px;*/
    /*height: 80%;*/
}

#msform fieldset {
    background: #fddc008c;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10% 3% 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #fddc00;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #fddc00;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #fddc00;
}

#msform .action-button-previous {
    width: 100px;
    background: #fddc006b;
    font-weight: bolder;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #fddc006b;
}

/*headings*/
.fs-title {
    font-family: "sf-compact-black";
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    //margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    text-align: center;
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 16.66%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    /*content: counter(step);*/
    content: "";
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #fddc00;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #fddc00;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #fddc006b;
    text-decoration: none;
}

.progress-bar {
    width: 100%
}

.logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
  height: 80%;
}

.pleca-column {
  float: left;
  width: 18%;
  height:100vh;
}

.img-pleca {
    height: 90%;
    margin: 15px;
}

.form-column {
  float: right;
  width: 100%;
  height:100vh;
}

.img-logo {
    margin-top: 2%;
    margin-bottom: 2%;
    height: 20%;
}

.img-pleca {
    height: 99%;
    width: 100%;
    margin: 5% 0 5% 5%;
}

.foo {
    display: block;
    position: relative;
    width: 300px;
    margin: auto;
    cursor: pointer;
    border: 0;
    height: 60px;
    border-radius: 5px;
    outline: 0;
}
.foo:hover:after {
    background: #fddc00;
}
.foo:after {
    transition: 200ms all ease;
    border-bottom: 3px solid rgba(0,0,0,.2);
    background: black;
    text-shadow: 0 2px 0 rgba(0,0,0,.2);
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: 'Subir imagen...';
    line-height: 60px;
    border-radius: 5px;
}

.txt-file {
    text-align: center;
}


.txt-success {
    color: #fddc00;
    font-size: x-large;
    text-align: center;
}

.div-success {
    text-align: center;
    height: 35%;
}

.img-success {
    height: 50%;
    margin: 5%;
}

.html-success {
    background-image: url(assets/foto1.png);
}

.div-loading {
    text-align: center;
    display: none;
}

/* For Mobile */
@media only screen and (max-width: 900px) {
    .pleca-column {
      display: none;
    }
    .form-column {
        flot:none;
        width: 100%;
    }
    .paypal-div {
        width: 50%;
    }
    html {
        background: url(assets/fondo_formulario_mobile.png);
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-color: black;
    }
    .txt-success {
        color: #fddc00;
        font-size: large;
        text-align: center;
    }
}

/* For Tablets */
@media only screen and (min-width: 900px) {
    .pleca-column {
      width: 10%;
    }
    .form-column {
        flot:none;
        width: 100%;
    }
    .paypal-div {
        width: 250px;
    }
    html {
        background: url(assets/fondo_formulario.png);
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-color: black;
    }
}

@media only screen and (min-width: 1100px) {
    .img-pleca {
        width: 60%;
    }
    html {
        background: url(assets/fondo_formulario.png);
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-color: black;
    }
}