h1, .h1 {
    font-size: 45px;
}

h2, .h2 {
    font-size: 40px;
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 20px;
}

.img-2{
    max-width: 80%;
    margin-bottom: 10px;
}

.text-blue-alarmapp{
    color: #005385 !important;    
}

header nav ul li>a {
    color: #005385 !important;
    font-size: 18px;
}

header nav ul ul li a {
    margin: 0;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    min-width: 240px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #005385 !important;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 13px;
}

.event h2 {
    font-size: 45px;
    margin-top: -2px;
    margin-bottom: -6px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4;
}

.event p {
    font-size: 25px;
    margin-bottom: -10px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.event h5 {
    font-size: 20px;
    margin-bottom: -10px;
}


.saas1 h2 {
    font-size: 45px;
    font-weight: 600;
}

.saas1 p {
    font-size: 18px;
    margin-top: 0;
    letter-spacing: 0.05em;
    margin-bottom: -7px;
}

p {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: -7px;
    margin-bottom: -4px;
    line-height: 1.8;
}

.download .information p {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 50px;
    letter-spacing: 0;
}

/*header nav ul ul {
    margin: 0;
    border: 0;
    line-height: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: transparent !important;
    padding: 15px 0;
}*/

.text-quienes{
    font-size: 45px;
    letter-spacing: 15px;    
}

.text-somos{
    font-size: 65px;
    letter-spacing: 5px;
    font-weight: 700;
    margin-top: -24px;
}

.header .center-text {
    height: calc(100vh - 83px);
    margin-top: 50px;
}

.link-horizontal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
}

.img-app-round{
    border-radius:20px;
}

.service-img{
    max-width: 100px;
}

.about.app1 .counters .abouts {
    padding: 40px 0;
    text-align: center;
}

.slide-content p{
    color: #fff !important;
    font-size: 35px;
}

.event.bg-about::before {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005385), to(#005385));
    background-image: linear-gradient(#005385, #005385);
    top: 0;
    left: 0;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    position: absolute;
}

.form-group input, .form-group textarea {
    font-size: 15px;
    background-color: #f5f5f8;
    border: 1px solid #ccc;
    width: 100%;
}

.copyright.resume {
    background: #005385;
}

.img-footer {
    max-height: 125px;
}

.copyright.resume .link-horizontal ul li a {
    color: #fff;
    font-weight: 500;
}

.copyright.resume .link-horizontal.social-link ul li a i {
    color: #fff;
}

.pricing .price-container .price-features .price-feature {
    color: #888787;
    margin-bottom: 15px;
}

.custom-text-promocion{
        font-size: 30px !important;   
}


.tap-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    color: #fff;
    text-align: center;
    background: #005385;
    border-radius: 100%;
    font-size: 22px;
    cursor: pointer;
    line-height: 2.2;
    display: none;
    border: 1px solid #fff;
}

.slide-content {
    margin-top:auto;
}

.screenshot .swiper-container .swiper-wrapper .swiper-slide img {
    height: 537px;
    width: 100%;
}

/*.redes-flotantes {
    position: fixed;
    right: 7px;
    top: 77%;
    z-index: 20;
}*/

.redes-flotantes {
    position: fixed;
    left: 15px;
    top: 87%;
    z-index: 20;
}

@media (max-width: 576px) {
    
    /*.redes-flotantes {
        position: fixed;
        right: 0px;
        top: 80%;
        z-index: 20;
    }*/
    .redes-flotantes {
        position: fixed;
        left: 15px;
        top: 83%;
        z-index: 20;
    }
}

.redes-flotantes img {
    float: left; clear: left;
    -moz-transform: scale(.8) ;
    -webkit-transform: scale(.8) ;
    -o-transform: scale(.8) ;
    -ms-transform: scale(.8) ;
    transform: scale(.8) ;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 70px !important;
}

.redes-flotantes img:hover {
    -moz-transform: scale(1.1) rotate(6deg);
    -webkit-transform: scale(1.1) rotate(6deg);
    -o-transform: scale(1.1) rotate(6deg);
    -ms-transform: scale(1.1) rotate(6deg);
    transform: scale(1.1) rotate(6deg);
}




@media (max-width: 768px) {
    .img-2{
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    .header .center-text {
        height: calc(650px - 63px);
        margin-top: 63px;
    }
    
    .display-mo{
        display:none;    
    }
}

@media only screen and (max-width: 991px){
    .header .center-text {
        height: calc(650px - 63px);
        margin-top: 63px;
    }
}

@media (min-width: 200px) and (max-width: 375px) {
    .img-2{
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    .display-mo{
        display:none;    
    }
}