

/* ===   General Styles === */

.scrolldiv
{
    background: #fff;
}

.idealperfeito
{
    width: 100vw;
}

.apresentacao
{
    height: 80vh;
    width: 100%;
    background: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
}

.sectiontop
{
    height: calc(5vh + 30px);
}

img_100per
{
    width: 100%;
}

.title1
{
    color: #9ec2d6;
    font-size: 3.6vw;
    font-weight: normal;
    text-align: left;
    line-height: 3.6vw;
}

.title12
{
    margin-left: 0px;
    margin: 0 0 30px 0;
    padding: 0;
    color: #9ec2d6;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    line-height: 4vw;
}

.bodysm
{
    margin-left: 0px;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: calc(0.6vw + 6px);
    text-align: left;
    line-height: 1.3vw;
}

.center-text
{
    text-align: center;
}

a
{
    color: #717171;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover
{
    color: #3e3e3e;
    text-decoration: none;
}

.btn
{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.btn-outline-white
{
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
    transition: all 0.2s ease-out;
}

.btn-outline-white:hover
{
    background-color: #fff;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-big
{
    padding: 12px 40px;
    color: #000;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-small
{
    padding: 6px 20px;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: none;
}

.pad40
{
    padding-bottom: 40px;
}

.border-l1
{
    border-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
}

.border-r1
{
    border-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
}

.border-lr1
{
    border-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
}

.border-t1
{
    border-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
}

.border-b1
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ccc;
}

.border-tb1
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
}

/* ==========================================================================
   Navigation Bar
   ========================================================================== */

.header-phone
{
    position: absolute;
    top: .5vh;
    right: 5px;
    font-size: calc(0.7vw + 7px);
    font-weight: 200;
    line-height: 1.1;
	color: #007;
}

.header-menu
{
    position: absolute;
    left: calc(15vw - 60px);
    margin-right: 10vw;
}
	
@media only screen and (min-width: 1025px)
{
    .header-menu
    {
        position: absolute;
        margin-right: 30vw;
        right: 0;
    }
}

.il-navbar-nav li
{
    display: inline-block;
}

.navbar
{
    height: calc(5vh + 30px);
	min-height: 0;
    padding: 2vh 0;
    background-color: #fff;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1s ease-out;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 1s ease-out;
    z-index: 999;
}

.navbar .navbar-collapse
{
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
}

.navbar .navbar-toggle
{
    margin-bottom: 3px;
    margin-top: 3px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    border: 1px solid #bebebe;
    border-radius: 4px;
    outline: none;
    transition: all 0.2s ease-out;
}

.navbar .navbar-toggle .icon-bar
{
    background-color: #8b8b8b;
}

.navbar .navbar-toggle:hover
{
    background-color: #717171;
    border: 1px solid #717171;
}

.navbar .navbar-toggle:hover .icon-bar
{
    background-color: #fff;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar .navbar-brand
{
    margin: 0 0 0 15px;
    padding: 0;
}

.navbar .navbar-nav
{
    float: none;
    margin: 0px 0;
}

.navbar .navbar-nav .active
{
    border-bottom: 3px solid rgb(66, 139, 202);
    -moz-background-clip: padding;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-background-clip: padding-box;
    -webkit-transition: all 0.2s ease-out;
    background-clip: padding-box;
    transition: all 0.2s ease-out;
}

.navbar .navbar-nav li
{
    display: inline-block;
    margin-left: 5px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar .navbar-nav li:hover
{
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.navbar .navbar-nav li a
{
    display: inline-block;
    margin: 0;
    padding: 1.7vmin 1.5vw 1.7vmin 1.5vw;
    color: #fff;
    font-size: calc(0.7vw + 5px);
    font-weight: 600;
    text-transform: uppercase;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 0;
    outline: none;
}

.navbar .navbar-nav li a:hover
{
    background-color: transparent;
    color: #ccc;
}

.navbar .navbar-nav li a:focus
{
    background-color: transparent;
    outline: none;
}

.navbar .navbar-nav li a
{
    display: inline-block;
    padding: 1.7vmin 1.5vw 1.7vmin 1.5vw;
    color: #717171;
}

.navbar .navbar-nav li
{
    margin-left: 3px;
}

.navbar .navbar-nav
{
    float: right;
    margin: 2px 0 2px 0;
}

.navbar .navbar-nav .active a,
        .navbar .navbar-nav .active a:hover
{
    color: #000;
}

.minified
{
    top: 0;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    opacity: 0.9;
    transition: all 0.5s ease-out;
}

/* DON'T COLLAPSE */

.navbar-collapse.collapse
{
    display: inline-block;
}

.navbar-nav>li, .navbar-nav
{
    float: left !important;
}

.navbar-nav.navbar-right:last-child
{
    margin-right: -15px !important;
}

.navbar-right
{
    float: right!important;
}

/* END OF MENU */

section
{
    position: relative;
    padding: 0 0 0 0;
}

.section-h1
{
    padding: 60px 0 40px 0;
    font-size: 3.25em;
    font-weight: 400;
    text-align: center;
    line-height: 70px;
}

.section-h2
{
    margin: 10px 0 60px;
    color: #545454;
    text-align: center;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.section-h2-left
{
    margin: 30px 0 40px;
    color: #545454;
    text-align: left;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.scrolltotop
{
    position: fixed;
    bottom: -50px;
    right: 20px;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    -moz-background-clip: padding;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    background-clip: padding-box;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.scrolltotop:hover
{
    background-color: #eee;
    color: #274286;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.scrolltotop:hover i
{
    opacity: 1;
}

.scrolltotop i
{
    line-height: 40px;
    opacity: 0.5;
}

.show-to-top
{
    bottom: 20px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    opacity: 1;
    transition: all 0.5s ease-out;
}

.justify-align
{
    text-align: justify;
}

.hcenter
{
    margin-left: auto;
    margin-right: auto;
}

.margin-tb3
{
    margin-bottom: 3px;
    margin-top: 3px;
}

.margin-tb6
{
    margin-bottom: 6px;
    margin-top: 6px;
}

.margin-tb12
{
    margin-bottom: 12px;
    margin-top: 12px;
}

.margin-tb18
{
    margin-bottom: 18px;
    margin-top: 18px;
}

.margin-tb24
{
    margin-bottom: 24px;
    margin-top: 24px;
}

.margin-tb36
{
    margin-bottom: 36px;
    margin-top: 36px;
}

.margin-tb48
{
    margin-bottom: 48px;
    margin-top: 48px;
}

.margin-tb60
{
    margin-bottom: 60px;
    margin-top: 60px;
}

.margin-tb72
{
    margin-bottom: 72px;
    margin-top: 72px;
}

.margin-tb96
{
    margin-bottom: 96px;
    margin-top: 96px;
}

.margin-tb12
{
    margin-bottom: 12px;
    margin-top: 12px;
}

.margin-t24
{
    margin-top: 24x;
}

.margin-t36
{
    margin-top: 36px;
}

.margin-t48
{
    margin-top: 48px;
}

.margin-t60
{
    margin-top: 60px;
}

.margin-t72
{
    margin-top: 72px;
}

.margin-t96
{
    margin-top: 96px;
}

.margin-b24
{
    margin-bottom: 24px;
}

.margin-b36
{
    margin-bottom: 36px;
}

.margin-b48
{
    margin-bottom: 48px;
}

.margin-b60
{
    margin-bottom: 60px;
}

.margin-b72
{
    margin-bottom: 72px;
}

.margin-b96
{
    margin-bottom: 96px;
}

.section-page
{
    padding: 170px 0 0px;
    background-color: #fff;
}

.sectionspacer
{
    position: relative;
    left: 0;
    top: 0px;
    height: calc(5vh + 30px);
    width: 100%;
    background-color: #fff;
    visibility: visible;
}


.patinha
{
    padding-left: calc(1vmin + 16px);
    font-size: calc(0.7vw + 8px);
    background-image: url('../images/logo-infopet-small.png');
    background-position: left center;
	background-size: calc(1vmin + 6px) auto;
    background-repeat: no-repeat;
    line-height: calc(1.5vw + 8px);
}

.content-1-9 .fa
{
    font-size: calc(0.9vw + 16px);
    color: #16A085;
}

.gridcontainer
{
    display: table;
    margin: 0 auto;
}

.gridcontainer .fa
{
    font-size: calc(0.9vw + 16px);
    color: #16A085;
}

/*
.gridcontainer div[class^="col-"]
{
	background-color: #0f0;
}
*/

.gridcontainer .row div[class^="col-"] .row
{
    height: calc(15vmin + 130px);
}

.gridtitle-box
{
    text-align: center;
    margin-top: calc(1vh + 10px);
    margin-bottom: calc(2vh + 60px);
}

.formIcon
{
    margin-top: 2px;
    font-size: calc(1vw + 14px);
}

