/*-----------------------------------------------------------------------------------
	Tornado - O Blue Heeler Aventureiro
	About: Site desenvolvido para o Tornado - O Blue Heeler aventureiro.
	Author: Rodrigo Melo
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-sm{
	padding:20px;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}





/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:400;
}
.container{
	max-width:1140px;
}
.h3-style{
	font-size:28px;
	line-height:20px;
	width:40.1%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.title{
	font-family:"Lato";
	font-weight:700;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.img-style{
	width:80px;
}
.img-torprofi-style{
	width:120px;
	height:120px;
}
.h4-style{
	font-size:22px;
	font-family:Lato;
	font-weight:300;
	width:75.25%;
}
.btn-style{
	font-weight:bold;
	width:54.55%;
	color:#000000!important;
}
.img-bloc-0-style{
	width:40px;
	padding-top:10px;
}
.h6-style{
	font-size:12px;
}
.navbar-brand img{
	width:200px;
}
.btinsta{
	background:linear-gradient(49deg, #E8659B, #FF6542);
	margin-bottom:10px;
}
.btinsta:hover{
	background:linear-gradient(41deg, #FC7E89, #AE2454);
}
.btinsta:active{
	background:linear-gradient(0deg, #FF3957, #FFA129);
}
.img-tornadona-style{
	width:200px;
}
.btmenu{
	font-family:"Lato";
	font-weight:700;
	color:#3B3C3B!important;
	text-align:center;
}
.btmenu:hover{
	color:#00BFEB!important;
	font-family:"Lato";
	font-weight:700;
	text-decoration:underline!important;
}
.btmenu:active{
	font-family:"Lato";
	font-weight:700;
	color:#00EDE6!important;
}
.btn-more-info-style{
	font-weight:normal;
}
.bordas{
	border-style:none;
	text-shadow:0px 0px 0px #000000;
	border-radius:25px 25px 25px 25px;
}
.h1-style{
	line-height:40px;
	font-family:Lato;
	font-weight:900;
	font-size:34px;
	width:73.03%;
}
.btpetiko{
	margin-bottom:30px;
}
.img-bloc-4-style{
	height:430px;
}
.img-petiko-style{
	width:300px;
}
.team-card{
	min-height:350px;
	background-color:#73B7ED;
	border-style:none;
	color:#FFFFFF!important;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	border-color:rgba(0,0,0,0.0)!important;
	border-radius:30px 30px 30px 30px;
	border-width:0px 0px 0px 0px;
}
.h5-bloc-7-style{
	font-size:18px;
}
.boardrow{
	padding-top:10px;
	padding-bottom:10px;
}
.h5-5-style{
	font-size:18px;
}
.btn-petiko-style{
	width:41.92%;
}
.h4-petiko-style{
	width:54.95%;
}
.img-zeemaf-style{
	width:260px;
}
.img-torna-style{
	width:400px;
}
.zee{
	padding-top:20px;
}
.img-flormaf-style{
	width:45px;
}
.spacezee{
	padding-bottom:10px;
}
.img-teamfarmi-style{
	width:220px;
}
.img-torfarmi-style{
	width:700px;
}
.img-1petfarmi-style{
	width:350px;
}
.btn-style:hover{
	color:#DCDCDC!important;
}
.btn-style:active{
	color:#787878!important;
}
.p-zeedog-style{
	width:67.58%;
}
.blogmenu{
	background-color:#FFFFFF;
	border-color:#000000!important;
	border-style:solid;
	color:#000000!important;
	font-family:"Lato";
	font-weight:700;
	text-align:center;
	border-radius:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
}
.blogmenu:hover{
	text-decoration:underline!important;
	color:#24ADE3!important;
	border-color:#00C6FF!important;
}
.separadoor{
	border-style:none;
}
.h5-style{
	font-size:18px;
	line-height:18px;
}
.h5- -beissola-style{
	font-size:18px;
	line-height:18px;
}
.margemmafia{
	margin-bottom:20px;
}
.logomafia{
	margin-top:20px;
}
.margemlogo{
	;
}
.btn-terra-style{
	width:28.85%;
	margin-right:10px;
}
.uol-bt{
	margin-left:10px;
}
.btn-uol-style{
	width:31.18%;
	margin-left:10px;
}
.espacamento{
	margin-top:30px;
}
.img-bloc-8-style{
	height:500px;
}
.img-volkswag-style{
	width:40px;
}
.img-torperf-style{
	width:395px;
}
.link-style{
	text-decoration:none;
}
.link-bloc-6-style{
	text-decoration:none;
}
.link-instagram-style{
	text-decoration:none;
}
.link-facebook-style{
	text-decoration:none;
}
.link-contato-style{
	text-decoration:none;
}
.btn-clipping-style{
	width:46.1%;
}
.pres{
	margin-top:20px;
}
.midiakit{
	margin-top:40px;
}
.btn-contato-style{
	width:57.31%;
}
.round{
	border-radius:20px 20px 20px 20px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-davys-grey{
	background-color:#4D4F57;
}
.bgc-dark-lava{
	background-color:#343535;
}
.bgc-black{
	background-color:#000000;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-chartreuse-traditional{
	color:#D7FF00!important;
}

/* Button colour styles */

.btn-islamic-green{
	background:#0BAB00;
	color:#FFFFFF!important;
}
.btn-islamic-green:hover{
	background:#098900!important;
	color:#FFFFFF!important;
}
.btn-chartreuse-traditional{
	background:#D7FF00;
	color:rgba(0,0,0,.5)!important;
}
.btn-chartreuse-traditional:hover{
	background:#accc00!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-dark-lava{
	background:#343535;
	color:#FFFFFF!important;
}
.btn-dark-lava:hover{
	background:#2a2a2a!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}
@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

@media (max-width: 575px){
	.img-style{
		width:40px;
	}
	.img-torna-style{
		width:500px;
	}
	.footer-link{
		text-align:center;
	}
	.h3-style{
		width:76.67%;
		line-height:30px;
	}
	.btn-style{
		width:85.19%;
	}
	.p-style{
		font-size:12px;
	}
	.h3-bloc-5-style{
		font-size:20px;
		line-height:22px;
	}
	.img-1petfarmi-style{
		width:300px;
	}
	.h1-style{
		width:93.7%;
	}
	.h4-style{
		width:93.33%;
	}
	.h4-petiko-style{
		width:78.52%;
	}
	.btn-petiko-style{
		width:76.3%;
	}
	.bordadown{
		margin-bottom:20px;
	}
	.p-zeedog-style{
		width:82.96%;
	}
	.btn-clipping-style{
		width:94.44%;
	}
	
}

