@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}input[type=checkbox],input[type=radio]{display:none}input[type=checkbox]+span,input[type=radio]+span{cursor:pointer}input[type=checkbox]+span:before,input[type=radio]+span:before{font-family:FontAwesome;padding-right:3px;font-size:20px;display:inline-block;width:1.3em}input[type=radio]+span:before{content:"\f096";position:relative;top:2px}input[type=radio]:checked+span:before{content:"\f046";left:2px}input[type=checkbox]+span:before{content:"\f10c"}input[type=checkbox]:checked+span:before{content:"\f111"}@media (min-width:768px){.container,.jumbotron .container{max-width:960px}}body,html{height:100%}.wrapper{min-height:100%;height:auto!important;height:100%;margin:0 auto -200px;padding:0 0 200px}.footer{height:200px}@media (max-width:768px){.footer{height:auto}}.wrapper>.container{padding:60px 15px 0}.container .credit{margin:20px 0}.footer>.container{padding-top:20px;padding-left:15px;padding-right:15px}code{font-size:80%}body{color:#333;padding-top:0}h1,h2,h3,h4,h5,h6{font-family:Ubuntu,Helvetica,Arial,sans-serif;font-weight:700}div,p{font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:300}strong{font-weight:600}hr{height:0;border:0;border-bottom:1px solid #eee;margin:20px 0}.btn-primary:hover{box-shadow:0 0 8px rgba(102,175,233,.6)}.row-main-headline-holder{background:rgba(255,255,255,.9);box-shadow:0 -20px 30px rgba(127,127,127,.1);position:relative;margin-top:0}.row-headline{padding-top:2em;padding-bottom:2em}.row-headline h2,.row-headline p{text-align:center}.row-message a{text-decoration:underline}p.call-to-action{margin:20px 0;text-align:center}.intro-text{margin:50px 0}.intro-text h3{color:#f60;border-bottom:2px solid #48b3b8;text-transform:lowercase;line-height:.8;display:inline;margin-left:-100px}.intro-text p{display:inline;line-height:1.5}.logo-lettering em{font-family:'Ubuntu Mono';font-style:italic;font-weight:400;letter-spacing:-2px;font-size:18px;line-height:20px;padding-right:2px;color:#333}.logo-lettering strong{font-family:Ubuntu;font-weight:700;text-transform:uppercase;color:#DD4401}.fa-spotlight-holder{position:relative}.fa-spotlight{position:absolute;left:50%;top:0;margin-left:-35px;z-index:1}.fa-spotlight-holder .fa-desktop:after{background:rgba(255,255,255,.9);position:absolute;left:5px;top:4px;width:65px;height:35px;z-index:1000;content:''}.fa-spotlight-runnerup{color:#eee!important}.navbar-default{border-color:#fff;border-bottom:1px solid #ddd;box-shadow:0 0 1px 2px rgba(127,127,127,.1)}.navbar-nav>li>a{text-transform:lowercase;font-family:Ubuntu;font-weight:700}@media (min-width:768px){.navbar-default{background-color:#fadf15;border:none;box-shadow:none;border-radius:0;margin:0}.navbar-default .navbar-nav>li>a{padding:5px 15px;margin-top:30px;margin-right:10px;color:#444;font-weight:400;border:1px solid transparent;border-radius:20px}.navbar-default .navbar-nav>li:last-child>a{border-color:rgba(0,0,0,.1)}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background-color:rgba(0,0,0,.1)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{background-color:rgba(0,0,0,.05);border-color:transparent;cursor:default;color:#444}.navbar-default.scrolled{background:rgba(255,255,255,.95);border-bottom:1px solid #ddd;box-shadow:0 0 1px 2px rgba(127,127,127,.1)}.navbar-default.scrolled .navbar-nav>li>a{padding-top:22px}.navbar-default.scrolled .navbar-nav>li>a:focus,.navbar-default.scrolled .navbar-nav>li>a:hover{background:rgba(202,202,202,.2)}.navbar-default.scrolled .navbar-header a.navbar-brand{width:127px;height:40px;margin-top:5px}}@media only screen and (max-width:992px){.navbar-default{background:rgba(255,255,255,.95);border-bottom:1px solid #ddd;box-shadow:0 0 1px 2px rgba(127,127,127,.1)}.navbar-default .navbar-nav>li>a{padding-top:22px;padding-left:10px;padding-right:10px}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background:rgba(202,202,202,.2)}.navbar-default .navbar-header a.navbar-brand{width:127px;height:40px;margin-top:5px}}.navbar-header a.navbar-brand{-webkit-transform:rotateZ(0);display:block;padding:0;margin-left:10px;background:url(../img/logo.png) 0/cover no-repeat;width:190px;height:60px;-webkit-transition:all linear .2s;transition:all linear .2s}@media (min-width:768px){.navbar-header a.navbar-brand{margin:20px 0 0}}@media (min-width:768px){.navbar-default,.navbar-nav>li>a{-webkit-transition:all linear .2s;transition:all linear .2s}}.footer{background-color:#182835}.footer a,.footer li,.footer p{color:rgba(255,255,255,.4);font-size:11px}.footer hr{border-color:rgba(255,255,255,.1)}.footer a{border-bottom:1px dotted #777;-webkit-transition:all .2s linear}.footer a:hover{color:#fff;text-decoration:none;border-bottom:1px solid #fff}.footer abbr{border-bottom:none}.footer-contacts p{text-align:right}.footer .certificate-link{margin-top:20px}.footer .certificate-link a{border:1px solid rgba(127,127,127,.5);border-radius:2px;padding:1px 3px;font-weight:400}.footer .certificate-link a:hover{background:rgba(255,255,255,.1)}.footer .footer-menu,.footer .footer-menu li{margin:0;padding:0;list-style:none}.footer .footer-menu li{margin-bottom:10px}@media (max-width:768px){.footer-contacts{border-top:1px solid #dfdfdf;margin-top:10px;padding-top:10px}.footer p,.footer-contacts p{text-align:center}}.alert a{text-decoration:underline}.wrapper-content-contact .headline{background:url(../img/cloud.png) 50% 0/804px 547px no-repeat #fadf15;padding-top:100px;min-height:400px}.wrapper-content-contact .container-form{margin-top:-150px;margin-bottom:200px}.wrapper-content-contact div.intro-text{text-align:center}.wrapper-content-contact div.intro-text h3{text-align:center;margin:0}.wrapper-content-contact div.intro-text p{display:block}.wrapper-content-contact textarea.form-control{height:auto!important}.wrapper-content-home{overflow:hidden}.jumbotron{background:url(../img/cloud.png) 50% 74px/804px 547px no-repeat #fadf15;height:474px;margin-bottom:312px;padding:0;text-align:center}.jumbotron h1{font-family:Ubuntu;font-weight:700;font-size:36px;text-transform:lowercase;color:#f60;margin-top:200px}.jumbotron h2{font-family:Roboto;font-weight:300;font-size:16px;font-style:normal;text-transform:lowercase;color:#000;margin-bottom:50px;margin-top:10px}section#product-ivetclinic .container{background:url(../img/consultorio_sala_espera.jpg) 50% 100%/100% auto no-repeat #f9f8f6;min-height:600px;margin-top:100px;position:relative}section#product-ivetclinic .jumbotron-separator{position:absolute;left:0;right:0;bottom:0;height:150px;z-index:9997;background:rgba(48,73,91,0);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(48,73,91,0)),color-stop(100%,rgba(48,73,91,.9)));background:-webkit-linear-gradient(top,rgba(48,73,91,0) 0,rgba(48,73,91,.9) 100%);background:linear-gradient(to bottom,rgba(48,73,91,0) 0,rgba(48,73,91,.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(48,73,91,0)', endColorstr='rgba(48,73,91,.9)', GradientType=0);-webkit-transition:all linear .2s;transition:all linear .2s;opacity:0}section#product-ivetclinic a.call2action:hover+.jumbotron-separator{opacity:1}section#product-ivetclinic a.call2action:hover span{bottom:30px}section#product-ivetclinic a.call2action:hover span em{background:#F24A17}section#product-ivetclinic a.call2action{position:absolute;left:10px;top:10px;right:10px;bottom:10px;z-index:9998;border:1px solid rgba(0,0,0,.1);text-transform:uppercase;color:#000;font-size:12px;font-weight:300;-webkit-transition:all linear .2s;transition:all linear .2s}section#product-ivetclinic a.call2action span{position:absolute;bottom:20px;left:50%;margin-left:-150px;width:300px;text-align:center;-webkit-transition:all linear .2s;transition:all linear .2s}section#product-ivetclinic a.call2action span em{display:block;margin:5px;padding-left:5px 10px;border-radius:5px;background:#333;font-size:24px;font-weight:700;font-style:normal;text-transform:lowercase;color:rgba(255,255,255,1);-webkit-transition:all linear .2s;transition:all linear .2s}section#product-ivetclinic h4{background:url(../img/logo_ivetclinic.png) 0 0/cover no-repeat;margin:50px auto 5px;width:166px;height:60px}section#product-ivetclinic h5{font-family:Roboto;font-weight:300;font-size:12px;color:#333;margin:0 0 25px;text-transform:uppercase}section#product-ivetclinic .col-text{text-align:center}#carousel-example-generic{height:100px}#carousel-example-generic ol.carousel-indicators{top:auto;top:70px}#carousel-example-generic ol.carousel-indicators li{width:6px;height:6px;border-color:#ddd}#carousel-example-generic ol.carousel-indicators li.active{width:8px;height:8px;background-color:#ccc;border-color:#ccc}section#product-ivetclinic .col-text hr{margin-right:50px;margin-left:50px;border-color:rgba(0,0,0,.1)}section#product-ivetclinic .col-text blockquote{border-left:0;margin:0;padding:0}section#product-ivetclinic .col-text blockquote p{font-family:Roboto;font-weight:100;font-size:20px;text-transform:lowercase;color:#000;font-style:italic}section#product-ivetclinic .col-text blockquote footer,section#product-ivetclinic .col-text blockquote footer cite{font-family:Roboto;font-weight:300;text-transform:uppercase;color:#000;font-size:11px}section#product-ivetclinic .col-image img{position:absolute;left:-50px;top:-40px;z-index:9999}section#product-ivetclinic .stats{position:absolute;margin-left:-200px;left:50%;top:-50px;width:400px;height:60px;background:rgba(253,100,0,1);border-radius:5px 5px 0 0}section#product-ivetclinic .stats p{margin:0;padding:10px;line-height:1.3;text-align:center;font-weight:100;font-size:16px;font-style:italic;color:#fff}section#product-ivetclinic .stats p span{font-size:12px;color:rgba(0,0,0,.9)}.container-team{margin-top:100px;margin-bottom:100px}.team-list>div{text-align:center}.team-list p{font-size:11px;font-weight:300;color:#666;margin-left:20px;margin-right:20px}.team-list h6{font-size:16px}.team-list >div{opacity:.9;-webkit-transition:all linear .2s;transition:all linear .2s;min-height:300px;padding:20px 0;cursor:default}.team-list >div:hover{opacity:1;background:rgba(255,51,0,.05)}.team-list >div:hover .team-image{border-color:#012B59}.team-image{width:100px;height:100px;border-radius:100px;background-position:50% 50%;background-size:cover;border:2px solid #eee;box-shadow:inset 2px 2px 10px #000;-webkit-filter:grayscale(.9);filter:grayscale(.9);-webkit-transition:all linear .2s;transition:all linear .2s}.team-image-pedro{background-image:url(../img/avatar_pedro.jpg)}.team-image-carlos{background-image:url(../img/avatar_carlos.jpg)}.team-image-mauro{background-image:url(../img/avatar_mauro.jpg)}@media (max-width:768px){.jumbotron{text-align:center}.jumbotron h3{margin-top:100px}.jumbotron h3 span,.jumbotron p span{background:rgba(255,255,255,.9);padding:2px 0}}p.jumbotron-try{margin:30px 0 80px;text-align:left}a.jumbotron-features{text-decoration:underline}div.jumbotron-message{opacity:0;-webkit-animation-duration:.3s;animation-duration:.3s}.row-main-headline{margin-top:2em;margin-bottom:4em}.row-main-headline h2,.row-main-headline p{text-align:center}.row-feature-headline-holder{background:#eee;padding-top:20px;text-align:center}.wrapper-content-home .row-main-headline-holder{margin-top:-180px}.row-main-features i{color:#428BCA}.row-main-features >div{text-align:center}@media (max-width:768px){.row-main-features >div{margin-bottom:50px}}.row-main-features h4{margin-top:20px;margin-bottom:20px}a.features-investment-pricing{text-decoration:underline}@media (min-width:768px){.row-subscribe-holder{margin-top:50px;margin-bottom:50px}}img.browser{position:relative;opacity:0;-webkit-animation-duration:.8s;animation-duration:.8s;background:url(../img/browser.png) 0 0/contain no-repeat;width:100%}@media (min-width:992px){img.browser{width:800px;height:600px;margin-bottom:50px;top:-20px}}@media only screen and (-Webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){img.browser{background-image:url(../img/browser@2x.png)}}ul.steps{min-height:450px}ul.steps li{border-left:1px solid #e0e0e0;position:relative;margin:0;padding:10px 0 80px 60px;opacity:0}ul.steps li:last-child{border-left:none}ul.steps li span.steps-number{position:absolute;left:-35px;top:0;font-size:36px;font-family:Ubuntu;font-weight:700;color:#444;background:#eee;border-radius:50px;width:70px;height:70px;line-height:70px;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.2);sbox-shadow:inset 2px 3px 5px rgba(0,0,0,.3),1px 1px 1px #fff;border:1px solid #e0e0e0}ul.steps li p{margin:0;padding:0}ul.steps li a{font-weight:400;text-decoration:underline}ul.steps li.steps-3{padding-top:5px}ul.steps li.steps-3 h3{margin:0}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}100%{opacity:.95;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);-ms-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}100%{opacity:.95;-webkit-transform:none;-ms-transform:none;transform:none}}