label{
    display: none;
}

.desktop{
    display: block;
}

.movil{
    display:none;
}

@media all and (max-width: 1100px) {
    .movil {
        display: block;
    }
    
    .desktop {
        display: none!important;
    }
}



.menu-slider{
    height:100%;
    width:90%;
    max-width:350px;
    position:fixed;
    z-index:99999;
    right:0px;
    background-color: rgba(193, 205, 45, 0.90);
}

.fa, .fas{
    color: black;
}
.list-group-item {
    background-color: transparent;
    border-top: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
}
.menu-items a{
    text-decoration:none;
}
.menu-items a:hover{
    background:#dfffda;
}

.text-C1CD2D{
    color: #C1CD2D;
}
.bg-000{
    background:#000;
}
.bg-B95A2A{
    background:#c1cd2d;
}
.btn-C1CD2D{
    background:#C1CD2D;
    color:#000;
    margin-bottom: 70px!important;
}
.section-1 h1{
    font-weight:900;
    text-shadow: 2px 1px 10px rgba(150, 150, 150, 0.63);
}
.section-1 p{
    font-size:26px;
    text-shadow: 2px 1px 10px rgba(150, 150, 150, 0.63);
}
.section-1-bg{
    background: url('../images/1.png') no-repeat,url('../images/3.png')bottom no-repeat,url('../images/3.jpg') no-repeat;
    background-size:100%;
    width:100%;
    padding-bottom:57%;
    margin-top:-15px;
}
.section-1{
    padding-top:10%;
    padding-left:15%;
}

.centered{
    position: absolute;
    bottom: 20%;
    left:38%;
    text-align:center;
}
button.button{
    border-radius:20px;
    outline:none;
    border:1px solid #C1CD2D;
    background:#C1CD2D;
    color:#1E1E1E;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    font-weight:600;
    cursor:pointer;
}

.btn-success {
     background-color: #C1CD2D;
     color:#1E1E1E:
}



.p-max{
    padding-left:150px;
    padding-right:150px;
}
.section-2 p{
    font-size:22px;
}
.big-space{
    height:100px;
}


/*SECTION 3*/
.section-3{
    overflow:hidden;
    height:0px;
    padding-bottom:36%;
}
.section-3 .text-content h3{
    padding-top:10%;
    padding-bottom:30px;
}
.img-1{
    position:absolute;
    top:77%;
    transition:.3s;
}
.img-1:hover{
    top:0%;
    transition:.3s;
}

/*SECTION 4*/
.section-4-bg{
    background: url('../images/10.png') top no-repeat;
    background-size:cover;
    position:relative;
    
}
.section-4-bg h3{
    padding-top:40px;
}

/*SECTION 5*/
.btn-red{
    background: url('../images/19.png') center no-repeat;
    background-size:cover;
    border-radius:20px;
    color:#fff;
    border:none;
    outline:none;
    padding:5px 40px;
    font-size:25px;
    cursor:pointer;
}
.orange{
    background: url('../images/20.png') center no-repeat;
    background-size:cover;
}
.green{
    background: url('../images/21.png') center no-repeat;
    background-size:cover;
}
.yellow{
    background: url('../images/22.png') center no-repeat;
    background-size:cover;
}


.section-6-bg{
    background: #000 url('../images/23.png') center no-repeat;
    background-size:100%;
}


.form-control{
    background: transparent;
    height: 40px;
    border: 2px solid #c1cd2d;
    color: #fff;
    border-radius: .60rem;
    padding-left: 18px;
    width: 100%;
    outline:none;
}

.text{
    color:#fff;
}

#input::placeholder {
 color:#fff;
}

#input::-webkit-input-placeholder {
  color:#fff;
}
#input::-moz-placeholder {
  color:#fff;
}
#input:-ms-input-placeholder {
  color:#fff;
}
#input:-moz-placeholder {
  color:#fff;
}


.form-control:focus {  
    color: #fff;
    background-color: transparent;

}

.align-right{
    margin-left: 100px;
}

select:focus {   
    color: #fff;
    background-color: #c1cd2d!important;

}

textarea.form-control {
    height: 120px;
}


.slick-prev,
.slick-next
{
   
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -35px;
}
[dir='rtl'] .slick-prev
{
    right: -35px;
    left: auto;
}


.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






@media only screen and (max-width: 1600px) {
    .section-3 h5{
        padding:0px;
        margin:0px;
        font-size:16px;
    }
}


@media only screen and (max-width: 1400px) {
    .section-3 h5{
        font-size:13px;
    }
}
@media only screen and (max-width: 1300px) {
    .section-1 h1, 
    .section-1 h4{
        font-size:32px;
    }
    
    .section-3 h5{
        padding:0px;
        margin:0px;
        font-size:14px;
    }
    .section-3 .text-content h3{
        font-size:16px;
    }
}
@media only screen and (max-width: 1200px) {
    .section-3 h5{
        padding:0px;
        margin:0px;
        font-size:10px;
    }
}
@media only screen and (max-width: 1000px) {
    
    .section-5 p{
        position:relative!important;
    }
    .section-3 .text-content h2{
        padding-top:30px;
        padding-bottom:30px;
    }
    .section-3 h5{
        padding:0px;
        margin:0px;
        font-size:10px;
    }
    .section-3 .text-content h3{
        font-size:11px;
    }
    .section-3 h5{
        font-size:7px;
    }
}
@media only screen and (max-width: 900px) {
    .section-3 h5{
        font-size:6px;
    }
}
@media only screen and (max-width: 800px) {
    .section-1 h1, 
    .section-1 h4, 
    .section-1 p{
        font-size:18px;
    }
    .p-max{
        padding-left:50px;
        padding-right:50px;
    }
    .section-1-bg{
        background-size: cover, 100%, cover;
        margin:0px;
        padding:0px;
    }
    .section-1{
        padding:40px;
        position:relative!important;
        height:auto;
    }
    .centered{
        padding:20px 0px;
        position: relative;
        bottom:0px;
        left:0px;
    }
    .section-3 .text-content h2{
        padding-top:25px;
        padding-bottom:30px;
    }
    .section-3{
        height:auto;
        padding-bottom:0%;
    }
}

@media only screen and (max-width: 580px) {
    .section-3 .text-content h3{
        padding-top:13%;
    }
    .section-3 .text-content h5{
        font-size:16px;
    }
    .section-3 .col-sm{
        height:0px;
        padding-bottom:120%!important;
    }
    .section-3 .text-content h3{
        font-size:31px;
    }
    .section-3 h5{
        font-size:18px;
    }
}
@media only screen and (max-width: 450px) {
    button.button{
        font-size:13px;
        padding:10px;
        cursor:pointer;
    }
    .section-1 h1, 
    .section-1 h4, 
    .section-1 p{
        font-size:12px;
    }
    .p-max{
        padding-left:20px;
        padding-right:20px;
    }
    .section-4-bg h3{
        font-size:18px!important;
    }
    .section-6-bg h3{
        font-size:18px;
    }
    .logo{
        max-width: 140px!important; 
        max-height: 80px!important;

    }
    .fa{
    width: 20px!important;
    }
}

@media only screen and (max-width: 350px) {
    .section-5 h4{
        font-size:12px;
    }
    .section-4-bg h3{
        padding-top:20%;
        font-size:10px!important;
    }
    .section-2 p{
        font-size:18px;
    }
    .section-6-bg h3{
        font-size:18px;
    }
    
}


@media all and (min-width: 960px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}