/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    width: 100%;
    margin:auto;
    font-family: 'Anton', sans-serif;
}
.carousel {
    margin-top: 40px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
p {
    color:#fff;
    font-size:18px;
    font-weight:lighter;
}
h4{
    color:#fff;
    font-size:35px;
}
h1 {
    font-size:45px;
}
.fill {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}
input, button, select, textarea {
    width: 100%;
    padding: 8px;
    height:55px;
    font-size:19px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 0px solid;
    color:#000;
    border-radius: 10px;    
}
select {
    color:#AEAEAE;
    background: #fff;
}
footer {
    margin: 50px 0;
}
@media (max-width: 767px) {
    .slider-size {
        height: auto;
    }
    .slider-size > img {
         width: 80%;
    }
    #logo {
    text-align: center;
    }
    #zona {
    text-align: center;
    }
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .slider-size {
        height: auto;
    }
    .slider-size > img {
        width: 80%;
    }
    #logo {
    text-align: center;
    }
    #zona {
    text-align: center;
    }
}

/* laptops */
@media (max-width: 1199px) and (min-width: 992px) {
    .slider-size {
         height: 200px;
    }
    .slider-size > img {
        width: 80%;
    }
    #logo {
    text-align: center;
    }
    #zona {
    text-align: center;
    }
}

/* desktops */
@media (min-width: 1200px) {
    .slider-size {
        height: auto;
    }
    .slider-size > img {
        width: 60%;
    }
    #logo {
    text-align: left;
    }
    #zona {
    text-align: right;
    }

}