/********************************
** General
********************************/
body {
    overflow-x: hidden;
}
h1, h2, h3, h4 , h5 , h6 {
    font-family: Montserrat;        
    color: #021434 !important;        
    margin-top: 0 !important;
    margin-bottom: 1.00rem !important;
}
h1, h2 {
    font-weight: 700;
    line-height: 1;
}
h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}
h1 {        
    background: #021434; /*new*/  /* previously: #3598db;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 24px; /* new */ /* previously 24px;*/
    padding: 10px 24px 10px 24px;
    box-shadow: 0 0 0 4px #3498DA; /*new*/ /*previously #3598db;*/
    border: 2px solid #fff;
    margin: 0 !important;
}
h2 {
    font-size: 29px; /*new*/
}
h3 {        
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
p {
    font-family: Lato !important; /*new*/
    font-weight: normal !important; /*new*/
    font-size: 14px !important; /*new*/
    line-height: 21px !important; /*new*/
    color: #021434 !important; /*new*/
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 1.00rem !important;
    orphans: 2!important;
    widows: 2!important;
}
a {
    font-size: 14px;
    color: #f47621D9;
    text-decoration: none;
}
a:hover {
    color: #f47621;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 39px;
    }
    h3 {
        font-size: 31px;
    }
    h4 {
        font-size: 25px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    a, p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}
@media only screen and (min-width: 1400px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 57px;
    }
    h3 {
        font-size: 43px;
    }
    h4 {
        font-size: 32px;
    }
    h5 {
        font-size: 24px;
    }
    h6 {
        font-size: 21px;
    }
    a, p {
        font-size: 18px !important;
        line-height: 27px !important;
    }
}

.container-second-section,
.container-third-section,
.container-fourth-section, 
.container-fifth-section,
.container-sixth-section,
.container-bg-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.zip-view {
    transform: translateY(0)!important;
    opacity: 1!important;
}
.margin-separated {
    margin-bottom: 20px!important;
}

.btn-radius-left {
    -webkit-appearance: none;
    border-radius: 20px 0 0 20px!important;
    margin-right: 5px;
}
.btn-radius-right {
    -webkit-appearance: none;
    border-radius: 0 20px 20px 0!important;
    margin-left: 5px;
}
.btn-orange-co,
.btn-blue-co {
    position: relative;
    color: #ffffff;
    padding: 3px 20px;
    -webkit-appearance: none;
    -webkit-border: none;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    z-index: 2;
}
.btn-orange-co {
    background-color: #f47621D9;
}
.btn-orange-co:hover {
    background-color: #f47621;
    color: #ffffff;
}
.btn-blue-co {
    background-color: #3598dbD9;
}
.btn-blue-co:hover {
    background-color: #3598db;
    color: #ffffff;
}
@media only screen and (min-width: 768px) {
    .btn-orange-co,
    .btn-blue-co {
        padding: 5px 30px;
        margin-top: 20%!important;
    }
    .btn-minus-margin {
        margin-top: 0!important;
    }
    .margin-separated {
        margin-bottom: 30px!important;
    }
}
@media only screen and (min-width: 992px) {
    .btn-orange-co,
    .btn-blue-co {
        padding: 10px 40px;
    }
    .btn-minus-margin {
        margin-top: 0!important;
    }
    .margin-separated {
        margin-bottom: 40px!important;
    }
}
@media only screen and (min-width: 1200px) {
    .btn-orange-co,
    .btn-blue-co {
        margin-top: 30%!important;
    }
    .btn-minus-margin {
        margin-top: 0!important;
    }
    .margin-separated {
        margin-bottom: 50px!important;
    }
}
@media only screen and (min-width: 1400px) {
    .btn-orange-co,
    .btn-blue-co {
        margin-top: 40%!important;
    }
    .btn-minus-margin {
        margin-top: 0!important;
    }
}



/********************************
** Color palette
********************************/
.bg-primary {
    background-color: #021434;
}
.bg-secundary {
    background-color: #3598db;
}
.bg-accent {
    background-color: #f47621;
}
.bg-light {
    background-color: #fff;
}

/********************************
** Main Hero
********************************/
.container-main-hero {
    width: 100%;
    height: 45vh;
    background-image: url(../img/business_4.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 5vh;
}    
.titulo-hero {
    font-size: 1.6em!important;
    text-align: left!important;
}
.container-main-hero .btn-zip {
    position: relative;
    display: flex;
    flex-direction: column;
}
.zip-code {
    position: absolute;
    font-size: .8em;
    top: 30px;
    width: calc(100% - 18px);
    border-radius: 0 0 10px 10px!important;
    border: 1px solid #f47621;
    border-top: none;
    padding: 3px 10px;
    margin-left: 13px;

    transform: translateY(-105%);
    opacity: 0;
    transition: transform .3s ease-in-out,
                opacity .3s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .container-main-hero {
        padding-top: 15vh;
        height: 65vh;
        background-position: center left;
    }  
    .titulo-hero {
        font-size: 2.6em!important;
    }
    .zip-code {
        top: 34px;
        width: calc(100% - 21px);
        padding: 5px 15px;
    }
    .btn-zip {
        margin-top: 20%!important;
    }
}
@media only screen and (min-width: 992px) {
    .container-main-hero {
        height: 100vh;
    }  
    .titulo-hero {
        font-size: 4.5em!important;
    }
    .zip-code {
        top: 44px;
        width: calc(100% - 30px);
        margin-left: 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .titulo-hero {
        font-size: 5.5em!important;
    }
    .zip-code {
        width: calc(100% - 25px);
        margin-left: 17px;
    }
    .container-main-hero p {
        padding-right: 25%;
    }
    .btn-zip {
        margin-top: 30%!important;
    }
}
@media only screen and (min-width: 1400px) {
    .titulo-hero {
        font-size: 6.5em!important;
    }
    .zip-code {
        top: 46px;
        width: calc(100% - 30px);
        margin-left: 22px;
    }
    .btn-zip {
        margin-top: 40%!important;
    }
}

/********************************
** Second Section
********************************/
.container-second-section > .row {
    padding: 0 20px 50px 20px;
}
.container-second-section > .row:last-child {
    padding-bottom: 0;
}
.img-portrait-article {
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    margin-bottom: 20px;
}
.container-second-section .row:nth-child(1) .img-portrait-article {        
    background-image: url(../img/Business_7.jpg);        
}
.container-second-section .row:nth-child(2) .img-portrait-article {        
    background-image: url(../img/Business_9.jpg); 
}
.container-second-section .row:nth-child(2) div:nth-child(1) {
    order: 2;
}
.container-second-section .row:nth-child(3) .img-portrait-article {        
    background-image: url(../img/Business_8.jpg);        
}
@media only screen and (min-width: 768px) {
    .container-second-section > .row {
        padding: 0;
    }
    .container-second-section > .row:last-child {
        padding-bottom: 50px;
    }
    .img-portrait-article {
        height: 40vh;
        margin-bottom: 0;
    }
    .container-second-section .row:nth-child(2) div:nth-child(2) {
        order: 2;
    }
    .container-second-section .row:nth-child(odd) .container-content {
        padding: 0 10% 0 5%;
    }
    .container-second-section .row:nth-child(even) .container-content {
        padding: 0 5% 0 10%;
    }
}
@media only screen and (min-width: 992px) {
    .img-portrait-article {
        height: 60vh;
    }
}
@media only screen and (min-width: 1200px) {
    .container-second-section > .row:last-child {
        padding-bottom: 100px;
    }
    .img-portrait-article {
        height: 70vh;
    }
    .container-second-section .row:nth-child(odd) .container-content {
        padding: 0 15% 0 5%;
    }
    .container-second-section .row:nth-child(even) .container-content {
        padding: 0 5% 0 15%;
    }
}
@media only screen and (min-width: 1400px) {
    .img-portrait-article {
        height: 80vh;
    }
    .container-second-section .row:nth-child(odd) .container-content {
        padding: 0 20% 0 5%;
    }
    .container-second-section .row:nth-child(even) .container-content {
        padding: 0 5% 0 20%;
    }
}

/********************************
** Fourth Section
********************************/
.svg-star {
    margin-top: 10px;
    margin-bottom: 10px;
}
.container-fourth-section {
    padding-left: 15px;
    padding-right: 15px;
}

/********************************
** Fifth Section
********************************/
.container-fifth-section picture {
    text-align: center;       
}
.container-fifth-section picture img {
    width: 60%;  
    margin-bottom: 20px;      
}
.container-fifth-section p {
    padding-right: 25px;
    padding-left: 25px;
}
@media only screen and (min-width: 768px) {
    .container-fifth-section p {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/********************************
** Sixth Section
********************************/
.container-sixth-section {
    padding-left: 10px;
    padding-right: 10px;
}
.container-sixth-section .row {
    margin-top: 30px;
    margin-bottom: 30px;
}
.container-sixth-section img {
    width: 80%;  
    margin-bottom: 20px;      
}
@media only screen and (min-width: 768px) {
    .container-sixth-section img {
        width: 60%;  
        margin-bottom: 20px;      
    }
}

/********************************
** BG Section
********************************/
.container-bg-section {
    height: 20vh;
}
@media only screen and (min-width: 768px) {
    .container-bg-section {
        height: 30vh;
    }
}