/* ==========================================================================
   All4Pets Main Stylesheet

                1 - Fonts
                2 - General
                3 - Header
                4 - Home
                        4.1 - Knowmore
                        4.2 - Mission
                        4.3 - Advantages
                        4.4 - Safety
                        4.5 - Signup
                5 - Plans
                        5.1 - Essential Plan
                        5.2 - Top Plan
                6 - Simulation
                7 - Providers
                8 - Footer

   ========================================================================== */

/* ==========================================================================
        1 - Fonts
   ========================================================================== */

@font-face {
    font-family: 'trebuchet_msregular';
    src: url('../fonts/trebuchet_ms/trebuchet_ms-webfont.eot');
    src: url('../fonts/trebuchet_ms/trebuchet_ms-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/trebuchet_ms/trebuchet_ms-webfont.woff') format('woff'),
    url('../fonts/trebuchet_ms/trebuchet_ms-webfont.ttf') format('truetype'),
    url('../fonts/trebuchet_ms/trebuchet_ms-webfont.svg#trebuchet_msregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StagLight';
    src: url('../fonts/stag_light/stag-light.eot');
    src: url('../fonts/stag_light/stag-light.eot') format('embedded-opentype'),
    url('../fonts/stag_light/stag-light.woff') format('woff'),
    url('../fonts/stag_light/stag-light.ttf') format('truetype'),
    url('../fonts/stag_light/stag-light.svg#StagLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
        2 - General
   ========================================================================== */

#fullpage {
    position: relative;
}

#zone_form_submiting {
    background-image: url(../imagens/safety.png);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
}

#zone_form_submiting table {
    text-align: center;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 25px;
}

a:hover{
    text-decoration: none;
}
button, input, textarea, select{
    outline: none;
}
.section .content{
    height: 100%;
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.clear{
    clear: both;
}
.sep{
    background: white;
    height: 2px;
    clear: both;
    margin: 20px 0;
    width: 100%;
}

.section{
    background-size: cover;
    border-top: 4px solid #fff;
    position: relative;
    float: left;
    width: 100%;
}
option{
    color: black !important;
}
.redbutton{
    position: relative;
    float: left;
    border-radius: 10px;
    border: 1px solid #79070B;
    background: #CC1A28;
    -webkit-box-shadow:inset 1px 1px 0 0px rgba(255, 255, 255, 0.33);
    box-shadow:inset 1px 1px 0 0px rgba(255, 255, 255, 0.33);
    padding: 15px 20px;
    font-family: 'trebuchet_msregular';
    font-size: 18px;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-left: 0 !important;
}
.redbutton:hover{
    color: #ffffff;
}

.actions a{
    margin: 0 10px;
}

.redbutton .white-arrow{
    position: relative;
    float: right;
    margin: 6px 0 0 15px;
    background: url(../imagens/white-arrow.png);
    width: 14px;
    height: 9px;
    display: block;
}

.yellowbutton{
    position: relative;
    float: left;
    border-radius: 10px;
    border: 1px solid #BC971B;
    background: #FFCC00;
    -webkit-box-shadow:inset 1px 1px 0 0px rgba(255, 255, 255, 0.33);
    box-shadow:inset 1px 1px 0 0px rgba(255, 255, 255, 0.33);
    padding: 15px 20px;
    font-family: 'trebuchet_msregular';
    font-size: 18px;
    color: #805C06 !important;
    text-decoration: none !important;
}
.yellowbutton:hover{
    color: #805C06;
}

.signup-formbtn .yellowbutton{
    margin: 0;
}

.yellowbutton .brown-arrow{
    position: relative;
    float: right;
    margin: 6px 0 0 8px;
    background: url(../imagens/brown-arrow.png);
    width: 14px;
    height: 9px;
    display: block;
}

.yellowbutton .brown-arrow.next{
    position: relative;
    float: right;
    margin: 6px 0 0 8px;
    background: url(../imagens/brown-arrow-next.png);
    width: 9px;
    height: 14px;
    display: block;
    top: -2px;
}
.yellowbutton.back-step{
    float: left !important;
}
.yellowbutton .brown-arrow.prev{
    position: relative;
    float: left;
    margin: 6px 8px 0 0;
    background: url(../imagens/back_brown.png);
    width: 9px;
    height: 14px;
    display: block;
    top: -2px;
}

.slip{
    position: relative;
    margin: 0 auto;
    background: url(../imagens/red-slip.png);
    width: 181px;
    height: 34px;
    top: -4px;
}

.slip.white{
    background: url(../imagens/white-slip.png);
}

.slip a{
    position: relative;
    float: left;
    width: inherit;
    height: inherit;
}

.pagination{
    position: fixed;
    left: 20px;
    z-index: 9;
}

.pagination ul{
    padding: 0;
    margin: 0;
}

.pagination ul li{
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 1px 1px 0 0px rgba(0, 0, 0, 0.33);
    box-shadow: inset 1px 1px 0 0px rgba(0, 0, 0, 0.33);
    margin-bottom: 5px;
    cursor: pointer;
}

.pagination ul li.selected{
    background-color: rgba(0, 0, 0, 0.8);
}

.signup-form{
    position: relative;
    float: left;
    width: 100%;
}

.step-indicator{
    position: relative;
    float: left;
    width: 980px;
    height: 90px;
    margin-bottom: 20px;
}

.step-indicator.step1{
    background: url(../imagens/step1.png);
}

.step-indicator.step2{
    background: url(../imagens/step2.png) no-repeat;
}

.step-indicator.step3{
    background: url(../imagens/step3.png) no-repeat;
}

.step-indicator.step4{
    background: url(../imagens/step4.png) no-repeat;
}

.step-indicator.step5{
    background: url(../imagens/step5.png) no-repeat;
}

.step{
    position: relative;
    float: left;
    width: 991px;
}

.step .form-input{
    width: 310px;
    height: 90px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.step .form-input.full{
    width: 960px;
}

.step .form-input.full label:first-of-type{
    width: 960px;
}

.step input[type=text], .b_input{
    position: relative;
    float: left;
    width: 305px;
    height: 41px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
    border: none;
    background-color: rgba(239, 125, 0, 0.53);
    padding-left: 15px;
    color: #ffffff;
}


.outros{
    display: none;
}

.step textarea{
    position: relative;
    float: left;
    width: 505px;
    height: 100px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
    border: none;
    background-color: rgba(239, 125, 0, 0.53);
    padding-left: 15px;
    color: #ffffff;
}

.step input.short{
    width: 146px;
}

.step input#postal-code{
    margin-right: 16px;
}

.step label{
    font-family: 'trebuchet_msregular';
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    width: 300px;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.step label[for=consent]{
    font-family: 'trebuchet_msregular';
    font-size: 14px;
    width: 900px !important;
}

.step .form-input input#consent{
    width: initial;
    position: relative;
    float: left;
    margin-right: 10px;
}

.step .form-input .form-input label{
    width: 150px !important;
}

.step .form-input .form-input input{
    width: initial;
    position: relative;
    float: left;
    margin-right: 10px;
}

.step2 .redbutton{
    position: relative;
    float: right;
    right: 10px;
    margin-bottom: 30px;
}

.step2 .animal-inputs{
    position: relative;
    float: left;
}

.step4 table{
    position: relative;
    float: left;
    width: 80%;
}

.step4 table th,
.step4 table td
{
    text-align: left;
    font-family: 'trebuchet_msregular';
    font-size: 16px;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    height: 50px;
}

.step4 .warning{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    color: #805C06;
    margin: 20px 0;
}

.step5 .info-block{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.step5 .info-block label{
    margin-bottom: 20px;
    width: 100%;
}

.step5 .info-block dt{
    color: white;
    margin-right: 3px;
}

.step5 .info-block dd{
    font-family: 'trebuchet_msregular';
    font-size: 16px;
    color: #ffffff;
}

.step5 .info-block dt:after{
    content: ":";
}

.step5 .form-input{
    height: 10px;
}

.step5 .form-input label{
    font-size: 14px;
    width: 300px !important;
}

.step5 .form-input input{
    position: relative;
    float: left;
    margin-right: 5px;
}

.step5 .form-input label a{
    color: #ffffff;
}
.animal_info{
    display: block !important;
}
.selectBox{
    position: relative;
    float: left;
    width: 160px;
    height: 41px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 3px 0px 3px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 1px 3px 0px rgba(0, 0, 0, 0.32);
    border: none;
    background-color: rgba(263, 153, 0, 0.53);
    color: #ffffff;
    background-image: url(../imagens/brown-arrow.png);
    background-repeat: no-repeat;
    background-position:  130px 15px;
    clear: both;
}

.selectBox .selectBoxInner{
    top: 10px;
    position: relative;
    left: 10px;
}

/* ==========================================================================
        3 - Header
   ========================================================================== */

header{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 80px;
    background: #ffffff;
    border-top: 4px solid #DF3035;
    overflow: visible !important;
}

header .header-content{
    position: relative;
    width: 1150px;
    height: 66px;
    margin: 0 auto;
}

header .header-content img{
    height: 170px;
    text-indent: -9999px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

header .header-content nav ul{
    position: relative;
    float: left;
    padding: 0;
}

header .header-content nav ul li{
    position: relative;
    float: left;
    font-family: 'trebuchet_msregular';
    font-size: 14px;
    height: 25px;
    border-right: 1px dashed #cccccc;
    width: 90px;
    text-align: center;
    padding-top: 10px;
}

header .header-content nav ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

header .header-content nav ul li.selected a{
    text-decoration: none;
    color: #DF3035;
}

header .header-content nav ul li.network{
    width: 162px;
}

header .header-content nav ul li.last{
    border-right: none;
    width: 170px;
}

header .header-content nav ul li.area_cliente {
    padding: 0;
}

/* ==========================================================================
        4 - Home
   ========================================================================== */

#home-section{
    background-position: 0px center;
    /* max-height: 779px; */
}

#home-section .cat{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 156px;
    height: 447px;
}

#home-section .dog{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 827px;
    height: 779px;
}

#home-section .content h1{
    padding-top: 300px;
    font-family: 'trebuchet_msregular';
    font-size: 45px;
    color: #ffffff;
    margin: 0 0 30px 0;
    text-shadow: 2px -2px 6px rgba(0, 0, 0, 0.38);
    line-height: 70px;
    display: none;
}

#home-section .content h2{
    font-family: 'trebuchet_msregular';
    font-size: 83px;
    color: #ffffff;
    margin: 0 0 60px 0;
    text-shadow: 2px -2px 6px rgba(0, 0, 0, 0.38);
}

/* ==========================================================================
        4.1 - Knowmore
   ========================================================================== */

#knowmore-section{
    /* background-image: url(../imagens/knowmore-background.png); */
    background-image: url(../imagens/plans-background.png);
    height: 709px;
}

#knowmore-section .content .paws{
    background: url(../imagens/paws.png);
    width: 62px;
    height: 57px;
    position: absolute;
    top: -35px;
    right: 255px;
}

#knowmore-section .content h1{
    font-family: 'trebuchet_msregular';
    font-size: 41px;
    color: #d6d6d6;
    margin: 0;
    text-shadow: 1px -1px 1px rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 0px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
}

#knowmore-section .content h2{
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000;
}

#knowmore-section .content h3{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000;
}

#knowmore-section .content .logo{
    width: 487px;
    height: 395px;
    position: relative;
    float: left;
    margin: 20px 60px 0 0;
}

#knowmore-section .actions{
    margin-top: 20px;
}

#knowmore-section.section .content{
    color: #fff;
    font-size: 14px;
}

#knowmore-section h3{
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    font-family: 'trebuchet_msregular';
    margin-bottom: 10px;
}

.red-text{
    font-family: 'trebuchet_msregular';
    font-size: 36px;
    color: #CD1B29;
}

#knowmore-section section p{
    font-family: 'trebuchet_msregular';
    font-size: 16px;
    color: #333333;
}

#knowmore-section section .actions{
    margin-top: 110px;
    float: right;
    right: 40px;
    position: relative;
}

/* ==========================================================================
        4.2 - Mission
   ========================================================================== */

#mission-section{
    background-image: url(../imagens/mission-background.png);
    height: 709px;
}

#mission-section .cards{
    width: 606px;
    height: 403px;
    position: relative;
    float: right;
    top: -130px;
}

#mission-section h1{
    margin-top: 200px;
    position: relative;
    float: left;
    clear: both;
}

#mission-section p{
    position: relative;
    float: left;
    width: 350px;
    clear: both;
    margin-bottom: 0px;
}

#mission-section .actions{
    width: 410px;
    position: relative;
    float: left;
    top: -190px;
}

/* ==========================================================================
        4.3 - Advantages
   ========================================================================== */

#advantages-section{
    background-image: url(../imagens/features-background.png);
    background-position: top center;
    height: 1000px !important;
}

#advantages-section .content > h1{
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000;
}

#advantages-section .left-advantages{
    top: 30px;
    float: left;
}

#advantages-section .right-advantages{
    top: 30px;
    float: right;
}

#advantages-section .advantages-box{
    position: relative;
    width: 300px;
}

#advantages-section .advantages-box ul{
    list-style-type: none;
}

#advantages-section .advantages-box ul li h1{
    font-family: 'trebuchet_msregular';
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
}

#advantages-section .advantages-box ul li p{
    font-family: 'trebuchet_msregular';
    font-size: 14px;
    /* line-height: 14px; */
    color: #fff;
}

#advantages-section .actions{
    position: relative;
    float: left;
    width: 400px;
    top: 60px;
    left: 40px;
}

#advantages-section .holder-advantages-box{
    overflow: hidden;
    position: relative;
}

#advantages-section .holder-advantages-box .helper_logo{
    top: 185px;
    left: 375px;
    position: absolute;
    z-index: 3;
    width: 240px;
}

#advantages-section .advantages-box ul li{
    position: relative;
}

#advantages-section .advantages-box ul li:before {
    content: '';
    position: absolute;
    right: -40px;
    top: 0px;
    border: 5px solid rgba(255, 255, 255, 0.7);
    background: rgb(255, 189, 0);
    background: linear-gradient(145deg, rgba(255, 189, 0, 1) 0%, rgba(255, 154, 0, 1) 100%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
}

#advantages-section .advantages-box.right-advantages ul li:before {
    right: unset;
    left: -50px;
}

#advantages-section .advantages-box ul li:after{
    content: '';
    background-color: rgba(255,255,255,0.7);
    height: 130px;
    width: 2px;
    position: absolute;
    top: 20px;
    right: -40px;
    z-index: 1;
}

#advantages-section .advantages-box.right-advantages ul li:after{
    right: unset;
    left: -40px;
}


#advantages-section .advantages-box.left-advantages ul li:nth-child(1):after{
    transform: rotate(-30deg);
    -ms-ransform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    right: -80px;
    height: 180px;
    z-index: 0;
    top: 14px;
}

#advantages-section .advantages-box.left-advantages ul li:nth-child(2):after{
    transform: rotate(-75deg);
    -ms-ransform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    right: -103px;
    top: -30px;
}

#advantages-section .advantages-box.left-advantages ul li:nth-child(3):after{
    transform: rotate(60deg);
    -ms-ransform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    right: -90px;
    height: 150px;
    z-index: 0;
    top: -96px;
}

#advantages-section .advantages-box.left-advantages ul li:nth-child(4):after{
    transform: rotate(35deg);
    -ms-ransform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    right: -90px;
    height: 220px;
    z-index: 0;
    top: -185px;
}

#advantages-section .advantages-box.right-advantages ul li:nth-child(1):after{
    transform: rotate(30deg);
    -ms-ransform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    left: -90px;
    height: 180px;
    z-index: 0;
    top: 14px;
}

#advantages-section .advantages-box.right-advantages ul li:nth-child(2):after{
    transform: rotate(75deg);
    -ms-ransform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    left: -103px;
    top: -35px;
}

#advantages-section .advantages-box.right-advantages ul li:nth-child(3):after{
    transform: rotate(-75deg);
    -ms-ransform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    left: -98px;
    height: 120px;
    z-index: 0;
    top: -63px;
}

#advantages-section .advantages-box.right-advantages ul li:nth-child(4):after{
    transform: rotate(-35deg);
    -ms-ransform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    left: -110px;
    height: 270px;
    z-index: 0;
    top: -230px;
}



/* ==========================================================================
        4.4 - Safety
   ========================================================================== */

#safety-section{
    background-image: url(../imagens/safety.png);
    border-top: 4px solid #ffffff;
    height: 760px;
}

#safety-section h1{
    text-align: center;
    font-size: 65px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-bottom: 20px;
}

#safety-section p{
    text-align: center;
    color: #ffffff;
}

#safety-section .actions{
    position: relative;
    margin: 0 auto;
    width: 380px;
    margin-top: 130px;
}

#safety-section .percentage{
    position: relative;
    float: left;
    width: 100%;
    height: 231px;
    margin-top: 100px;
    margin-bottom: 30px;
}

#safety-section .percentage-background{
    position: absolute;
    width: 234px;
    height: 234px;
    background: url(../imagens/percentage-background2.png);
    left: 363px;
}

#safety-section .percentage > div{
    display: block !important;
    width: 150px;
    height: 231px;
    position: relative;
    margin: 0 auto;
}

/* ==========================================================================
        4.5 - Signup
   ========================================================================== */

#signup-section{
    background-image: url(../imagens/plans-background.png);
    min-height: 830px !important;
}

#signup-section h1{
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-top: 60px;
    position: relative;
}

#signup-section .mode{
    position: relative;
    margin: 0 auto;
    width: 583px;
    height: 520px;
    text-align: center;
    cursor: pointer;
}

#signup-section .mode h2{
    color: #ffffff;
    text-transform: uppercase;
}

#signup-section .mode p{
    font-size: 14px;
}

/*#signup-section .mode.top{
    float: right;
}*/

#signup-section .mode .medal{
    width: 583px;
    height: 383px;
    margin-bottom: 20px;
}

#signup-section .mode.top .medal{
    position: relative;
    float: left;
    background: url(../imagens/top-plan_1.png);
}

#signup-section .mode.essential{
    float: left;
}

#signup-section .mode.essential .medal{
    position: relative;
    float: left;
    background: url(../imagens/essential-plan.png);
}

#signup-section .actions{
    width: 981px;
    position: relative;
    float: left;
}

#signup-section .actions .yellowbutton{
    float: right;
}

#signup-section .actions label{
    font-family: 'trebuchet_msregular';
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    position: relative;
    float: left;
}

#signup-section .actions input{
    margin-top: 20px;
    position: relative;
    float: left;
    margin-right: 5px;
}

#signup-section .medals{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#signup-section .medals .info_inicio{
    position: relative;
}

#signup-section .medals .info_inicio .esquerdo{
    width: 290px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

#signup-section .medals .info_inicio .esquerdo h1{
    font-size: 27px;
    text-align: left;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000;
}

#signup-section .medals .info_inicio .esquerdo .redbutton{
    margin-top: 25px;
    margin-bottom: 25px;
}

#signup-section .medals .info_inicio .esquerdo img{
    max-width: 100%;
}

#signup-section .medals .info_inicio .direito{
    width: 660px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 20px;
}

#signup-section .medals .info_inicio .direito .holder_boxes{

}

#signup-section .medals .info_inicio .direito .holder_boxes .box_plano{
    background-color: #C44F05;
    border-radius: 17px;
    width: 300px;
    padding: 10px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}

#signup-section .medals .info_inicio .direito .holder_boxes .box_plano h3{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-weight: bold;
}

#signup-section .medals .info_inicio .direito .holder_boxes .box_plano ul{
    text-align: left;
    list-style: none;
}

#signup-section .medals .info_inicio .direito .holder_boxes .box_plano ul li{
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 100;
}

#signup-section .medals .info_inicio .direito .holder_boxes .box_plano ul li:before{
    content: "";
    background-image: url("/site/imagens/planos_li.png");
    display: inline-block;
    width: 15px;
    margin-left: -1.6em;
    height: 15px;
    background-size: 100%;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#signup-section .medals .info_inicio .direito .holder_boxes .box_plano .yellowbutton{
    float: none;
    margin: 0px 0;
    display: inline-block;
}

#signup-section .documento_seguro_adesao{
    margin-top: 40px;
    position: relative;
    color: #fff;
    text-align: left;
    font-style: italic;
    padding-left: 20px;
}

#signup-section .documento_seguro_adesao a{
    color: #F8BF25;
    text-decoration: underline;
}
/* ==========================================================================
        5 - Plan
   ========================================================================== */

.plan h1{
    font-family: 'trebuchet_msregular';
    font-size: 36px;
    color: #ffffff;
}

.plan p{
    font-family: 'trebuchet_msregular';
    font-size: 16px;
    color: #ffffff;
    width: 611px;
    line-height: 16px;
}

.plan .up{
    position: absolute;
    right: -190px;
    top: 100px;
    background: url(../imagens/up_1.png);
    width: 114px;
    height: 114px;
    cursor: pointer;
}

.plan .down{
    position: absolute;
    right: -190px;
    top: 100px;
    background: url(../imagens/down.png);
    width: 114px;
    height: 114px;
    cursor: pointer;
}

.plan p.yellow-text{
    color: #F8BF25;
}

.plan ul{
    padding: 0;
    list-style-type: none;
}

.plan ul li{
    color: #ffffff;
    font-size: 14px;
}

.plan ul li:before {
    content: "• ";
    color: #F8BF25;
}

.plan .check-price-table{
    display: block;
    position: relative;
    background: url(../imagens/check-price-table.png);
    width: 371px;
    height: 101px;
    text-indent: -9999px;
}

.plan .bellow-the-line{
    margin: 50px 0 0 0;
}

.plan .bellow-the-line p{
    width: 100%;
}

.plan .bellow-the-line ul{
    position: relative;
    float: left;
    width: 590px;
}

.plan .bellow-the-line ul:first-of-type{
    width:370px;
}

.plan .bellow-the-line ul li{
    margin: 5px 0;
    padding-left: 1em;
    text-indent: -.7em;
}

.plan .bellow-the-line ul li a{
    color: #ffffff;
}

.plan .table-container{
    position: relative;
    float: left;
}

.plan .table-container .description{
    position: relative;
    float: left;
    width: 420px;
    left: 300px;
    top: 30px;
    margin-bottom: 50px;
}

.plan .table-container .description h1{
    position: relative;
    float: left;
    font-family: 'trebuchet_msregular';
    font-size: 30px;
    color: #F8C526;
    margin: 0;
}

.plan .table-container .description p{
    position: relative;
    float: left;
    width: 450px;
}

.plan .table-container .small-cat-dog{
    position: absolute;
    right: 0;
    width: 293px;
    height: 231px;
}

.plan .table-container table{
    position: relative;
    float: left;
    background: #F0F0F0;
    border-radius: 20px;
}

.plan .table-container table tr:last-of-type{
    border-bottom: none;
}

.plan .table-container table tr:first-of-type{
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
}

.plan .table-container table tr{
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #ffffff;
}

.plan .table-container table tr.category td{
    font-family: 'trebuchet_msregular';
    font-size: 15px;
    color: #333333;
    height: 50px;
}

.plan .table-container table td{
    height: 30px;
    color: #999999;
    font-size: 15px;
    padding: 5px 0 0 50px;
}

.plan .table-container table td ul li{
    color: #999999;
    font-size: 15px;
}

.plan .table-container table td ul li:before{
    content: "- ";
    color: #999999;
}

.plan .table-container table tr th{
    font-family: 'trebuchet_msregular';
    font-size: 17px;
    color: #333333;
    height: 50px;
    text-align: left;
    padding-left: 50px;
}

.plan .table-container .advanced{
    position: relative;
    float: left;
}

.plan .table-container table.warranty{
    width: 660px;
    margin-right: 10px;
}

.plan .table-container table.warranty-values{
    background: #D66800;
    width: 290px;
}

.plan .table-container table.warranty-values tr{
    border-bottom: 1px solid #C66102;
}

.plan .table-container table.warranty-values td{
    padding-left: initial;
    text-align: center;
    color: #ffffff;
}

.plan .table-container table.warranty-values tr:last-of-type{
    border-bottom: none;
}

.plan .table-container table.warranty-values tr th{
    font-family: 'trebuchet_msregular';
    font-size: 17px;
    color: #ffffff;
    height: 50px;
    text-align: center;
    padding-left: initial;
    border-bottom: 1px solid #C66102;
}

.plan .table-container table.warranty-values tr.category td{
    color: #ffffff;
}

.plan .table-container table.other-warranty{
    width: 100%;
    margin-top: 10px;
}

.plan .table-container table.other-warranty tr td{
    border-right: 1px solid #cccccc;
}

.plan .table-container table.other-warranty tr td:last-of-type{
    padding-left: initial;
    text-align: center;
    border-right: none;
}

.plan .table-container .advanced{
    background: #D66800;
    border-radius: 20px;
    width: 100%;
    margin-top: 10px;
}

.plan .table-container .advanced h1{
    font-size: 17px;
    margin-left: 50px;
}

.plan .table-container .advanced table{
    width: 100%;
}

.plan .table-container .advanced table td{
    border-right: 1px solid #cccccc;
}

.plan .table-container .advanced table td:last-of-type{
    border-right: none;
    padding-left: initial;
    text-align: center;
}

.plan .table-container .advanced table .no-padding{
    padding-left: initial;
    text-align: center;
}

.plan .table-container .advanced table td p{
    color: #999999;
    font-size: 12px;
}

.plan .table-container .disclaimer{
    position: relative;
    float: left;
    margin-top: 20px;
    padding-left: 50px;
}

.plan .table-container .disclaimer .gray-text{
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.plan .table-container .disclaimer .dogs{
    margin-right: 20px;
}

.plan .table-container .disclaimer .dogs,
.plan .table-container .disclaimer .cats{
    color: #ffffff;
    position: relative;
    float: left;
}

.plan .table-container .disclaimer .dogs ul li,
.plan .table-container .disclaimer .cats ul li{
    font-size: 12px;
}

.plan .table-container .disclaimer .dogs ul li:before,
.plan .table-container .disclaimer .cats ul li:before{
    content: "";
}


.documento_seguro{
    margin: 40px 0 0 50px;
    position: relative;
    float: left;
    color: #fff;
}

.documento_seguro a{
    color: #fff;
    text-decoration: underline;
}


/* ==========================================================================
        5.1 - Essential Plan
   ========================================================================== */

#essential-section{
    background: url(../imagens/fundo_essencial.png) center 66px repeat-x, url(../imagens/fundo_essencial2.png) center center repeat;
    padding-top: 256px;
}

#essential-section .highlight{
    margin: 30px 0 20px 0;
}

#essential-section .cat-dog{
    width: 564px;
    height: 478px;
    position: absolute;
    top: -56px;
    right: -110px;
}

/* ==========================================================================
        5.2 - Top Plan
   ========================================================================== */

#top-section{
    background: url(../imagens/fundo_top.png) center -100px repeat-x, url(../imagens/fundo_top2.png) center center repeat;
    padding-top: 256px;
}

#top-section .cat-dog{
    width: 544px;
    height: 425px;
    position: absolute;
    top: -106px;
    right: -110px;
}

/* ==========================================================================
        6 - Simulation
   ========================================================================== */

#simulation{
    background-image: url(../imagens/simulation.png);
    min-height: 965px !important;
    padding-top: 240px;
}

#simulation h1{
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-top: 60px;
    position: relative;
}

#simulation .content > h1{
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
}

#simulation .actions{
    width: 976px;
    position: relative;
    float: left;
}

#simulation .actions .yellowbutton{
    float: right;
}

#simulation .actions label{
    font-family: 'trebuchet_msregular';
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    position: relative;
    float: left;
}

#simulation .actions input{
    margin-top: 20px;
    position: relative;
    float: left;
    margin-right: 5px;
}

#simulation input[type=text], #simulation .b_input, #simulation textarea{
    background-color: #6A0000;
    -webkit-box-shadow: 1px 1px 0 0px rgba(255, 0, 0, 0.41), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 1px 0 0px rgba(255, 0, 0, 0.41), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
}
.b_input{
    overflow: hidden;
    padding:  3px 10px;
    background-image: url("../imagens/white-arrow.png");
    background-position: 95% center;
    background-repeat: no-repeat;
}
.b_input select{
    background: none;
    border: 0;
    width: 110%;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}
#simulation .step-indicator{
    width: 991px;
}

#simulation .step-indicator.step1{
    background: url(../imagens/step1-red.png) no-repeat;
}

#simulation .step-indicator.step2{
    background: url(../imagens/step2-red.png) no-repeat;
}

#simulation .step-indicator.step3{
    background: url(../imagens/step3-red.png) no-repeat;
}

#simulation .step-indicator.step4{
    background: url(../imagens/step4-red.png) no-repeat;
}

#simulation .step-indicator.step5{
    background: url(../imagens/step5-red.png) no-repeat;
}

#simulation .step4 .warning{
    color: #FFCC00;
}

#simulation .step5 .info-block dt{
    color: #FFCC00;
    margin-right: 3px;
}

/* ==========================================================================
        7 - Providers
   ========================================================================== */

#providers{
    background: url(../imagens/providers-background_2.png) -120px top repeat;
    padding-top: 240px;
    padding-bottom: 70px;
}

#providers h1{
    font-size: 29px;
}

#providers .animadomus-logo{
    position: absolute;
    background: url(../imagens/animadomus-big-logo.png);
    width: 368px;
    height: 149px;
    top: -150px;
    left: 300px;
}

#providers .portugal{
    position: absolute;
    background: url(../imagens/portugal.png);
    width: 420px;
    height: 823px;
    top: -160px;
    right: -100px;
}

#providers label{
    clear: both;
    position: relative;
    float: left;
    color: #694C03;
    margin-bottom: 15px;
    width: 100%;
}

#providers select{
    clear: both;
    position: relative;
    float: left;
    width: 105%;
    font-size: 15px;
    left: 10px;
    top: 10px;
    z-index: 9999;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: 'trebuchet_msregular';
}

#providers .form-input{
    position: relative;
    float: left;
    margin-right: 15px;
    width: 160px;
}

#providers .select_costm{
    position: relative;
    float: left;
    background: url(../imagens/select_back.png);
    width: 161px;
    height: 42px;
    margin-top: 1px;
    /*overflow: hidden;*/
}

#providers .yellowbutton{
    top: 32px;
    padding: 9px 20px;
    margin-right: 20px;
}

#providers .buttons{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 70px;
}

#providers .cta-button{
    position: relative;
    float: left;
    display: block;
    text-indent: -9999px;
    margin-right: 15px;
}

#providers .contact-button{
    background: url(../imagens/contacts-button_1.png);
    width: 218px;
    height: 123px;
}

#providers .signup-button{
    background: url(../imagens/signup-button.png);
    width: 223px;
    height: 122px;
    top: 1px;
}

#providers .simulation-button{
    background: url(../imagens/simulation-button.png);
    width: 220px;
    height: 121px;
    top: 2px;
}


/* ==========================================================================
        8 - Footer
   ========================================================================== */

footer{
    position: relative;
    float: left;
    margin-top: 50px;
    width: 100%;
}

footer span{
    font-family: 'StagLight';
    font-size: 13px;
    color: #ffffff;
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
}

footer .animadomus{
    background: url(../imagens/animadomus.png);
    width: 115px;
    height: 46px;
    display: block;
    position: relative;
    float: left;
    top: -25px;
    margin-right: 10px;
}

footer .erv{
    background: url(../imagens/erv.png);
    width: 100px;
    height: 29px;
    display: block;
    position: relative;
    float: left;
    top: -20px;
}

footer .db{
    background: url(../imagens/db.png);
    width: 100px;
    height: 23px;
    display: block;
    position: relative;
    float: right;
    top: -20px;
}

#providers footer .db{
    right: 330px;
}
/* ==========================================================================
        7 - Contacts
   ========================================================================== */

#contacts{
    background: url(../imagens/contacts_back.jpg) -120px top repeat;
    padding-top: 240px;
    padding-bottom: 70px;
}
#contacts p{
    font-family: 'trebuchet_msregular';
    color: #666666;
    font-size: 16px;
    width: 270px;
}

#contacts .map_container{
    background: url(../imagens/map_back.png) center top no-repeat;
    width: 811px;
    height: 428px;
    top: -120px;
    right: -80px;
    position: absolute;
}
#contacts .map_container #map{
    width: 631px;
    height: 384px;
    margin-left: 85px;
    margin-top: 10px;
}
#contacts h1{
    color: #CC1A28;
}

#contacts .form-input{
    width: 300px;
    height: 90px;
    position: relative;
    float: left;
    margin-right: 20px;
}

#contacts .form-input input{
    width: 300px;
    height: 42px;
    background: url(../imagens/contact_fild.png) center top no-repeat;
    border: 0;
    padding: 0 15px;
    font-family: 'trebuchet_msregular';
    color: white;
    line-height: 42px;
}

#contacts .fild_box{
    width: 640px;
    float: left;
}

#contacts .form-area{
    width: 301px;
    height: 137px;
    float: left;
}

#contacts .form-area textarea{
    width: 301px;
    height: 137px;
    resize: none;
    background: url(../imagens/contact_area.png) center top no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 15px;
    font-family: 'trebuchet_msregular';
    color: white;
}

#contacts .approve{
    width: 940px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background: greenyellow;
    margin-bottom: 20px;
}
.error{
    width: 940px;
    height: auto;
    padding: 10px;
    text-align: center;
    color: black;
    background: lightcoral;
    margin-bottom: 20px;
}

.why{
    display: none;
}


.tylayer{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../imagens/safety.png");
    z-index: 99999;
}

.tylayer .obrigado{
    font-size: 30px;
    color: white;
    text-align: center;
    width: 100%;
}

.tylayer .down a{
    font-size: 20px;
    color: #FFCC00;
    text-align: center;
    width: 100%;
}

.tabelconf{
    border: 1px solid white;
    border-collapse: collapse;
    width: 100%;
    float: left;
}
.tabelconf tr td{
    border: 1px solid white;
    padding: 5px;
    color: white;
}
.tabelconf tr td:first-child{
    font-weight: bold;
    width: 350px;
}

.info {
    background: none repeat scroll 0 0 lightyellow;
    color: orange;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 970px;
}
.info.correct{
    background: none repeat scroll 0 0 lightgreen;
    color: green;
}

/* ==========================================================================
        NEWSLETTER
   ========================================================================== */

#newsletter-section{
    background-image: url(../imagens/safety.png);
    min-height: 430px !important;
}

#newsletter-section h1{
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-top: 60px;
    position: relative;
}

#newsletter-section h3{
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
}

#newsletter-section #f_eletter {
    position: relative;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 550px;
}

#newsletter-section #f_eletter input[type=email] {
    background: transparent;
    width: 100%;
    color: #fff;
    font-size: 13px;
    height: 36px;
    border: 2px solid #fff;
    padding: 0 0 0 12px;
}

#newsletter-section #f_eletter button {
    position: absolute;
    background: transparent;
    height: 36px;
    top: 0;
    right: 0;
    border: 2px solid #fff;
}

#newsletter-section #f_eletter .holder_rgpd {
    margin-top: 15px;
    text-align: left;
    color: #fff;
}

#newsletter-section #f_eletter .holder_rgpd .input-group {
    margin-bottom: 10px;
}

#newsletter-section #f_eletter .holder_rgpd a {
    color: #fff;
}


#newsletter-section #result_news {
    margin-top: 10px;
    color: #fff;
}

/* MEDAL BUTTON */
.medal-button {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    min-height: 54px;
}

.medal-button .yellowbutton {
    float: unset;
}

#signup-section .mode {
    height: 550px;
}