﻿.background_cabecera {
    width: 100%;
    background: url(https://cdn.contasimple.com/2025.5.1.1/Content/Landings/Images/backgrounds/iphone_app_1400x934.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
    min-height: 350px;
}

.lateral_heading {
    color: white;
    padding-top: 120px;
    background-color: rgba(43, 44, 49, 0.71);
    min-height: 350px;
}

@media(min-width: 1490px){
    .background_cabecera {
        background: url(https://cdn.contasimple.com/2025.5.1.1/Content/Landings/Images/backgrounds/iphone_app_1920x1280.jpg) no-repeat center center;
        min-height: 600px;
        background-size:cover;
    }

    .lateral_heading {
        padding-top: 150px;
        min-height: 450px;
    }
}

.blue_block {
    width: 100%;
    background-color: #0046FE;
    padding-top: 20px;
    padding-bottom: 20px;
}



.hideMobile {
    display: block;
}

.hideTablet {
    display: block;
}

.hideDesktop {
    display: none;
}

.blue_title {
    color: #0046FE;
}

.appLogo {
    height: 48px;
    margin-top: 3px;
}

.block_container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

.mobile_image {
    height: 500px;
}

.paddingAll25Desktop {
    padding: 25px;
}

.smartphone_image {
    max-height: 500px;
}

.marginLeftRightAuto {
    margin-left: auto;
    margin-right: auto;
}