﻿
p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.space {
    margin-bottom: 10px;
}

h2 {    
    font-size: 40px;
    font-weight: 600;
    color: #434345;
}

.inset {
    margin-top: 50px;
    margin-bottom: 20px;
}

h1 {
    line-height: 1.2;
    font-size: 55px;
    font-weight: 600;
}

@media (min-width: 480px) {
    .text-between {
        position: relative;
        display: inline-block;
        padding: 0 125px;
    }
}

@media (min-width: 480px) {
    .text-between:before, .text-between:after {
        content: '';
        position: absolute;
        top: 50%;
        height: 1px;
        width: 100px;
        margin-top: 5px;
        background: #0088e6;
        transform: translateY(-50%);
    }
}

@media (min-width: 480px) {
    .text-between:before {
        content: '';
        left: 0;
    }
}

@media (min-width: 480px) {
    .text-between:after {
        content: '';
        right: 0;
    }
}

@media (min-width: 480px) {
    .text-between:before, .text-between:after {
        content: '';
        position: absolute;
        top: 50%;
        height: 1px;
        width: 100px;
        margin-top: 5px;
        background: #0088e6;
        transform: translateY(-50%);
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 40px;
        padding-top: 50px;
    }
}

.texto-inicial {
    font-size: 18px;
    line-height:26px;
}

@media (max-width:768px) {
    .texto-inicial {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .mobile-esp {
        margin: 10px;
    }
}

.atualiza {
    font-size: 14px;
    margin: 20px 10px;
}

@media (max-width:768px) {
    .atualiza {
        margin: 20px 10px;
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .img-carta {
        width: 330px;
    }
}
