.home .destacado.principal{
    position: relative;
   background:url(../img/banner-home-2.jpg) center center no-repeat;
    background-size:cover;
   width: 100vw;
    height: 100vh;
}
.home .destacado.principal:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    z-index: 0;
}

.nl-form-wrapper{
    /*max-width:1020px;*/
    width: 100%;
    margin: 0.3em auto 0 auto;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color:#fff;
    font-family: "mrseavesxlserifnarotBdIt", Georgia, serif;
	font-weight: lighter;
    overflow: hidden;
}

.nl-form {
    position: relative;
    margin: 50px 0 15px;
    z-index: 2;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nl-form input,
.nl-form select,
.nl-form button {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*border:1px solid yellow;
    display: inline-block !important;*/
}

.nl-form input:focus {
    outline: none;
}

.nl-field {
    display: inline-block;
    position: relative;
    margin-left:5px;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

.nl-field-toggle{
    padding-right:25px;
    background:url(../img/caret-down.svg) center right no-repeat;
}

.nl-field.nl-field-open .nl-field-toggle{
    background:url(../img/caret-up.svg) center right no-repeat;
}

.nl-field-toggle,
.nl-form input,
.nl-form select  {
    line-height: inherit;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
	opacity: .7;
}

.nl-field ul {
    position: absolute;
    visibility: hidden;
    /*background: #76C3BD;*/
    left: -0.5em;
    top: 100%;
    font-size: 80%;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
    line-height: 1.1;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    color: #C6C6C6;
    position: relative;
}

.nl-dd ul li {
    padding: 0 1.3em 0 0.5em;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
}

.nl-dd ul li.nl-dd-checked {
    color: #fff;
}

.no-touch .nl-dd ul li:hover {
    /*background: rgba(0,0,0,0.05);*/
    color: #00c0ff;
}

.no-touch .nl-dd ul li:hover:active {
    color: #fff;
}

.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    font-family: 'nlicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

/*
.nl-dd ul li.nl-dd-checked:before {
    content: "\e000";
    position: absolute;
    right: 1em;
    font-size: 50%;
    line-height: 3;
}
*/

.nl-ti-text ul {
    min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0.2em 2em 0.2em 0.5em;
    border-bottom: none;
    color: #fff;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    width: 1.8em;
    text-align: center;
    color: transparent;
}

/*
.nl-field-go:before {
    content: "\e001";
    font-size: 75%;
    color: #fff;
    width: 100%;
    line-height: 2.5;
    display: block;
}
*/

.nl-form input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}

.nl-form input:active::-webkit-input-placeholder ,
.nl-form input:focus::-webkit-input-placeholder {
    color: rgba(255,255,255,0.2);
}

.nl-form input::-moz-placeholder {
    color: rgba(255,255,255,0.8);
}

.nl-form input:active::-moz-placeholder,
.nl-form input:focus::-moz-placeholder {
    color: rgba(255,255,255,0.2);
}

.nl-form input:-ms-input-placeholder {
    color: rgba(255,255,255,0.8);
}

.nl-form input:active::-ms-input-placeholder ,
.nl-form input:focus::-ms-input-placeholder {
    color: rgba(255,255,255,0.2);
}

.nl-form .nl-ti-text ul li.nl-ti-example {
    font-size: 40%;
    font-style: italic;
    font-weight: 400;
    padding: 0.4em 1em;
    color: rgba(0,0,0,0.2);
    border-top: 1px dashed rgba(255,255,255,0.7);
}

.nl-form .nl-ti-text ul li.nl-ti-example em {
    color: #fff
}

.nl-form .nl-submit-wrap {
    margin-top: 33px;
    line-height: 0;
}

.nl-form .nl-submit {
    line-height: 1;
    cursor: pointer;
    position: relative;
    background: transparent;
    color: #fff;
    padding: .5em 1em;
    font-size: 17px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    border:1px solid #fff;
}

/*
.nl-form .nl-submit:before {
    content: "\e001";
    color: #fff;
    float: left;
    padding: 0 0.7em;
    margin: 0 0.8em 0 0;
    background: #69B1A9;
}
*/

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #00c0ff;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #00c0ff;
}

.nl-form  .nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-form  .nl-overlay.active,
.nl-form  .nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.nl-tip{
    font-size:13px;
    font-family: "Montserrat", sans-serif;
    font-weight:500;
    text-transform: uppercase;
    margin-top:33px;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .nl-form-wrapper {
        font-size: 3em;
    }

    .home .destacado.principal{
        height: 530px;
    }

    .nl-form {
        margin:20% 15px 0;
    }

    .nl-field ul {
        font-size: 90%;
    }
}

@media screen and (max-width: 640px) {
    .nl-form-wrapper {
        font-size: 2.6em;
    }

    .home .destacado.principal{
        width: 100vw;
    height: 100vh;
    }

    .nl-form {
        margin:100px 20px 0;
    }

    .nl-form .nl-submit{
        font-size:15px;
    }
}


@media screen and (max-width : 600px) {
    .home .destacado.principal{
       /* background:url(../img/banner-home-1060p.jpg) right bottom no-repeat; */
        background-size:cover;
    }


    .nl-form-wrapper {
        font-size: 2.8em;
        text-align: left;
    }

    .nl-tip{
        font-size:11px;
    }

    .nl-field ul {
        font-size: 90%;
    }
}

@media screen and (max-width : 320px) {
    .nl-form {
        margin:25px 30px 0;
    }

    .nl-form-wrapper {
        font-size: 2.7em;
        text-align: left;
    }


    .home .destacado.principal{
        height: 420px;
    }

}

.nl-hide-list,
.nl-hide-field{
    display: none !important;
}