﻿.hideMobile{
    display: block;
}
.hideTablet {
    display: block;
}
.hideDesktop {
    display: none;
}
.background_cabecera {
    width: 100%;
    background: url(https://cdn.contasimple.com/2025.5.1.1/Content/Landings/Images/backgrounds/macbook-android.jpg) no-repeat center top;
    background-size: cover;
    padding: 0;
    min-height: 500px;
}

.marginLeftRightAuto {
    margin-left: auto;
    margin-right: auto;
}

.lateral_heading {
    padding-top: 80px;
}
.blue_title {
    color: #0046FE;
}

.appLogo {
    height: 48px;
    margin-top: 3px;
}

.block_container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

.mobile_image{
    height: 400px;
}

.paddingAll25Desktop{
    padding: 25px;
}

.blue_block {
    width: 100%;
    background-color: #0046FE;
    padding-top: 20px;
    padding-bottom: 20px;
}

.smartphone_image {
    max-height: 426px;
}

.description_block{
    padding-top: 20px;
    padding-bottom: 20px;
}

.big_img {
    max-width: 90%;
    max-height: 520px;
    margin-right: auto;
    margin-left: auto;
}