/* home sections (can be moved to master if needed) */

#home-latam.section1 h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
}

#home-latam.section1 h3::after {
    color: #fff;
    content: " ";
    display: block;
    margin: 1.625rem auto 1.875rem;
    width: 4rem;
}

#home-latam.section1 h3.teal::after {
    border-bottom: 4px solid #25cad3 !important;
}

#home-latam.section1 h3 {
    color: #004b8c;
    font-size: 1.25rem;
    font-weight: 600;
      letter-spacing: 0;
    text-transform: unset;
}

#home-latam.section1 h3.orange::after {
    border-bottom: 4px solid #ff5f00 !important;
}

#home-latam.section1 h3.green::after {
    border-bottom: 4px solid #a1c23b !important;
}
a.funnel-links {
    color: #0084ff;
}
#home-latam .btn.btnHoverC  {
    background: #efbd08 none repeat scroll 0 0 !important;
}
#home-latam .btn.btnHoverC {
    border-radius: 0;
    box-shadow: 0 4px 0 #b48900;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 40px auto 0;
    max-width: 400px;
    padding-bottom: 12px;
    padding-top: 12px;
}
#home-latam.section2 {
    background-color: #fff;
    background-image: url("/wp-content/uploads/sites/17/2016/06/andres-bk.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 100%;
    padding: 3rem 0 7.5rem;
    width: 100%;
}

#home-latam .section1, 
#home-latam .section2, 
#home-latam .section3, 
#home-latam .section4 {
    border-top: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

#home-latam.section2 .columnTitle {
    color: #0084ff;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
}

#home-latam.section2 p {
    font-size: 1.25rem;
    color: #4d4d4d;
}

#home-latam.section3 h2 {
    color: #0084ff;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
}

#home-latam .testimonial .avatar {
    border-radius: 75px;
    display: block;
    height: 95px;
    position: relative;
    width: 95px;
}

#home-latam .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

#home-latam .testimonial blockquote p::before {
    content: "“";
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
    line-height: 1.5rem;
}

#home-latam  .testimonial blockquote cite {
    color: #004b8c;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

#home-latam  .testimonial {
    margin-bottom: 20px;
    margin-top: 20px;
}

#home-latam.section4 {
    background-color: #004b8c;
    border: medium none;
}

#home-latam.section4 h2 {
    color: #fff;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
#home-latam.section4 p {
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
}
@media (min-width:768px){
    #home-latam.section2 {
        padding:0;
    }
}
@media (min-width:768px){
    #home-latam.section2 .container{
        padding-bottom: 60px;
        padding-top: 60px;
    }
    #home-latam.section2 p {
        font-size: 1.25rem;
        color: #4d4d4d;
        text-shadow: 1px 0 2px #fff;
    }
}
@media (min-width:992px){
    #home-latam.section2 .container{
        padding-bottom: 100px;
        padding-top: 140px;
    }
    #home-latam.section4 .container {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
@media (min-width:1200px){
    #home-latam.section2 .container{
        padding-bottom: 200px;
        padding-top: 100px;
    }
}
@media (max-width:767px ){
    #home-latam.section2 {
        background-image: none;
        text-align: center;
    }
    #home-latam.section2 .columnTitle {
        color: #5e8100;
        font-size: 2.65rem;
        font-weight: 300;
        text-transform: uppercase;
    }
    #home-latam.section2 {
        background-color: #a1c23b;
        background-image: none;
        padding: 0.5rem;
    }
    #home-latam.section2 p {
        font-size: 1rem;
        color: #fff;
        font-weight: 300 ;
        text-align: left ;
    }
    #home-latam.section2 .container{
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #home-latam.section1 .columnImage{
        display: block;
    }
    p.funnel-links-wrapper {
    margin-bottom: 40px;
}
}

/* home sections */