/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
.smalltitle{
    font-size: 30px!important;
}
.smalltext{
    font-size: 18px!important;
}
.logo{
    max-width: 210px;
}
.navbar-toggler {
    background-color: #0082cc;
    margin-right: 10px!important;
}
.navbar-toggler-icon {
    color: white;
}
.navbar-nav {
    margin: 20px!important;
}
.img-resize{
    max-width: 50%!important;
}
#header-index {
    
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover!important;
    height: 100%;
}
#clientes .block-text {
    padding: 20px!important;
    height: 70vh!important;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
.smalltitle{
    font-size: 38px!important;
}
.smalltext{
    font-size: 16px!important;
}

.navbar-nav {
    margin: 20px!important;
    float: right!important;
}
#clientes .block-text {
    padding: 80px 20px!important;
    height: 30vh!important;
}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

.img-resize{
    max-width: 33vh!important;
}
#header-index {
    height:70vh!important;
}
#clientes .block-text {
    padding: 80px 20px!important;;
    height: 50vh!important;
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
.logo{
    max-width: 320px;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
.logo{
    max-width: 320px;
}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}