<style>

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

button:focus {
    outline: 0px dotted !important; 
    outline: 5px auto transparent  !important;
/*  BORDA DO MENU
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
*/
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
 
  
body{
	width: 100% !important;
	overflow-x: hidden;		
}

.homepage{
	width: 100% !important;
	overflow-x: hidden;		
}


	 .corAzul{
		  color: #3E4095 !important;;
	  }
  	.corLaranja{
		 color: #F58634 !important;;
	}
	 .corBgAzul{
		  background: #0C5093 !important;;
	  }
  	.corBgLaranja{
		 background: #FD4208 !important;;
	}
  	.corBgRosa{
		 background: #C8022A !important;;
	}



footer{
	/*background: <?//=$empresa_css['COLOR_BG_PRIMARY'];?>;	*/
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
	color: #007bff !important; /*<?//=$empresa_css['COLOR_FONT_SECONDARY'];?> !important;*/
	background-color: #0C5093 !important;

	border: 0px !important;
    /*background-clip: padding-box;*/
   border: 0px solid rgba(0, 0, 0, 0)  !important;
    border-radius: 0rem  !important;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0)  !important;


}

.dropdown-toggle::after {
    border: none !important;
	/* display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; */
    /* border-top: 0.3em solid; */
    /* border-right: 0.3em solid transparent; */
    /* border-bottom: 0; */
    /* border-left: 0.3em solid transparent; */
}
.dropdown-item {
    display: block;
    width: 100%; 
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
	color: #007bff !important; /*<?//=$empresa_css['COLOR_FONT_SECONDARY'];?> !important;*/
    text-align: inherit;
    white-space: nowrap;
    background-color: #0C5093 !important;
    border: none !important;
}


#navbarPrincipalMobile{
	margin:0 !important; 
	padding:2px !important;
	width:100% !important;	
	/*font-family:'Glyphicons Halflings' !important;*/
	color: #F58634 !important;
	background-color: #0C5093 !important;
}

.dropdown:hover>.dropdown-menu{display:block}
navbarPrincipalMobile .navbar-nav a{
	color: #F58634 !important;
	background-color: #0C5093 !important;
	font-family:'Lato', 
	sans-serif;word-spacing:-2px
}
navbarPrincipalMobile .navbar-nav a:hover{
	background:#32346D !important;
	color:#fff !important;
	font-family:'Lato', 
	sans-serif;word-spacing:-2px;
	height:35px !important;
	border-radius:5px;
	transition:color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out
}
navbarPrincipalMobile .navbar-nav .dropdown-menu a{
	color: #F58634 !important;
	background-color: #0C5093 !important;

	/*color:#2a2a2a;
	background-color:rgba(255,255,255,0.2) !important;
	border-radius:10px*/
}
navbarPrincipalMobile .navbar-nav .dropdown-menu a:hover{
	color: #F58634 !important;
	background-color: #0C5093 !important;
	font-family:'Lato', sans-serif !important;
	word-spacing:-2px;
	height:32px !important;
	/*border-radius:5px*/
}
navbarPrincipalMobile .navbar-nav .nav-item{
	margin-bottom:7px !important
	color: #F58634 !important;
}
navbarPrincipalMobile .nav-link{
	display:block;
	color: #F58634 !important;
}
navbarPrincipalMobileRight .lnkRedeResguarde{
	color:#32346D !important;
	font-family:'Lato', sans-serif !important;
	font-size:0.8em;
	word-spacing:-1px !important;
	top:15px !important
} 


.carouselPrincipalMobile{
	position:relative;
	margin:0 !important;
	width:100% !important
}
.slidePrincipalMobile{
	position:absolute;
	top:0 !important;
	margin:0 !important;
	top:50% !important;
	width:100% !important}

.slidePrincipalMobile .slidePrincipalCaptionMobile{
	margin:0 !important;
	top:50% !important;
	width:100% !important;
	color:#fff}
	
.btnSlidePrincipalMobile{
	
	position: fixed !important;
    right: 20px;
	bottom: 20px;
  
	background:#ff702e none repeat scroll 0% 0%/auto padding-box border-box;
	border:0px none #fff;
	border-radius:4px 4px 4px 4px;
	color:#fff;
	box-sizing:border-box;
	cursor:pointer;
	display:inline-block;
	height:41.3438px;
	text-align:center;
	vertical-align:center;
	text-decoration:none solid #fff;
	font-size:1em;
	touch-action:manipulation}
	
.btnCotarDepoisMobile{
	background:#ff702e none repeat scroll 0% 0%/auto padding-box border-box;
	border:0px none #fff;
	border-radius:4px 4px 4px 4px;
	color:#fff;
	box-sizing:border-box;
	font-family:'Roboto Light', sans-serif !important;
	font-size:1em !important;
	margin-bottom:10px !important;
	cursor:pointer;
	display:inline-block;
	height:30px;
	width:150px;
	text-align:center;
	vertical-align:center;
	text-decoration:none solid #fff;
	font-size:1.6em;touch-action:manipulation}
	
.carousel-caption,.carousel-indicators{
	margin: -20px !important;
	bottom:75px !important;
	padding-bottom:75px !important}
	
.slideTextLine1Mobile{ 
/*	position: relative;
	top: 150px !important;
	color: #fff; */
	line-height: 1.8em;
	text-wrap: none;
	font-family:"Roboto Light", sans-serif  !important;
	font-size:1em;
	font-style:italic
	
	
}
	
.slideTextLine2Mobile{
	position: relative;
	line-height: 2em;
	text-wrap: none;
	font-family:'Roboto Light', sans-serif !important;
	font-size:1.4em;
	font-style:italic}
	
.slideTextLine1-SubPagina{
	font-family:"Roboto Thin", sans-serif  !important;
	font-size:1.4em !important;
	letter-spacing:1px !important;
	word-spacing:5px !important;
	font-style:italic}
	
.slideTextLine2-SubPagina{
	font-family:'Roboto Light', sans-serif !important;
	font-size:2.8em  !important;
	font-style:italic}


/*
#turn{
	
position: fixed !important; 
top: 0; 
left: 0; 
z-index: 99999; 
width: 100% !important; 
height:100% !important; 
background: rgba(255, 255, 255, 0.9) !important; 
box-sizing: border-box;	

}
*/

@media only screen and (orientation:landscape){
/*
  #turn{ display:block; }

  .container{ display:none; }
  #navbarPrincipalMobile{ display:none; }
  .carouselPrincipalMobile{ display:none; }
  .slidePrincipalMobileTMP{ display:none; }
  #mainPrincipalSubPaginaMobileTMP{ display:none; }
  #footerMobile{ display:none; }
*/  
}
@media only screen and (orientation:portrait){
	/*
  #turn{ display:none; }
  
  .container{ display:block; }
  #navbarPrincipalMobile{ display:block; }
  .carouselPrincipalMobile{ display:block; }
  .slidePrincipalMobileTMP{ display:block; }
  #mainPrincipalSubPaginaMobileTMP{ display:block; }
  #footerMobile{ display:block; }
  */
}


/*
// 1 - Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { .divMobileTamanho{ height:50px; width:60%; background: yellow; display: block;} }

// 2 - Medium devices (tablets, 768px and up)
@media (min-width: 768px) { .divMobileTamanho{ height:50px; width:60%; background: black; display: block;} }

// 3 - Large devices (desktops, 992px and up)
@media (min-width: 992px) { .divMobileTamanho{ height:50px; width:60%; background: red; display: block;} }

// 4 -Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { .divMobileTamanho{ height:50px; width:60%; background: green; display: block;} }

// 5 - Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { .divMobileTamanho{ height:50px; width:60%; background: blue; display: block;} }

// 6 - Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { .divMobileTamanho{ height:50px; width:60%; background: pink; display: block;} }

// 7 - Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { .divMobileTamanho{ height:50px; width:60%; background: tomato; display: block;} }

// 8 - Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { .divMobileTamanho{ height:50px; width:60%; background: cyan; display: block;} }
*/


	.btn-seguro-viagem-on{
		min-height: 120px;
		/*border: 2px solid #999;*/
		/* border: none;  
		border: 3px solid #fff;		
		
		border-right: 3px solid #fff;
		border-left: 3px solid #fff;		
		border: 3px solid #fff;		*/

 		background: #ececec !important;
		border-bottom: 6px solid #ff6c00;
	}
	.btn-seguro-viagem-off{
		min-height: 120px;
		/*border: 2px solid #999;*/
		/* border: none; 
		border: 3px solid #fff; 
		background: #ececec !important;
		border-right: 3px solid #fff;
		border-left: 3px solid #fff; 
	    border: 3px solid #fff;		*/


		background: #ececec !important;
		border-bottom: 3px solid #fff;
	}



	.imgSlide{
		height: 373px !important;	
	}
	.imgSlideMobile{
		height: 190px !important;	
		
		
/*
filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
-webkit-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
-moz-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);	
	

background-color: rgba(51, 72, 153, 0.8) !important;

background-color: rgba(237, 62, 59, 0.8) !important;

*/	
	}

	.imgMascara{
		position: absolute;
		width: 100%;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		
		top:0;
		left: 0;  
		
  		/*z-index: 100; 
		 background-color: rgba(77, 122, 255, 0.2) !important; */
		
		
	}
	
	 .imgMascaraMobile{
		/*float: left; position: absolute !important; top: 0; left: 0; height: auto; z-index: 7777;*/
		position: absolute;
		width: 100%;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		
		top:0;
		left: 0;
		  
		z-index: 5 !important;
   
  		/* 
		
		z-index: 7777;
		background-color: rgba(77, 122, 255, 0.2) !important; 
		 rgba(51, 72, 153, 0.5) !important; */
		
		
		/*
		filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
		-webkit-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
		-moz-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);	
		
		background-color: rgba(51, 72, 153, 0.5) !important; //resguarde
		background-color: rgba(237, 62, 59, 0.8) !important; //diamond
		*/	
	}

	 .imgMascaraPrincipal{
		/*float: left; position: absolute !important; top: 0; left: 0; height: auto; z-index: 7777;*/
		position: absolute;
		width: 100%;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		
		top:0;
		left: 0;
		  
		z-index: 5;
				  
  		/* background-color: rgba(77, 122, 255, 0.2) !important; 
		 rgba(51, 72, 153, 0.5) !important; */
		
		
		/*
		filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
		-webkit-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
		-moz-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);	
		
		background-color: rgba(51, 72, 153, 0.5) !important; //resguarde
		background-color: rgba(237, 62, 59, 0.8) !important; //diamond
		*/	
	}

	 .imgMascaraSubPag{
		/*float: left; position: absolute !important; top: 0; left: 0; height: auto; z-index: 7777;*/
		position: absolute;
		width: 100%;
		height: 98% !important;
		margin: 0 !important;
		padding: 0 !important;
		
		top:0;
		left: 0;
		  
		z-index: 5;
				  
  		/* background-color: rgba(77, 122, 255, 0.2) !important; 
		 rgba(51, 72, 153, 0.5) !important; */
		
		
		/*
		filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
		-webkit-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);
		-moz-filter: sepia(100%) brightness(37%) hue-rotate(186deg) saturate(144%) contrast(115%);	
		
		background-color: rgba(51, 72, 153, 0.5) !important; //resguarde
		background-color: rgba(237, 62, 59, 0.8) !important; //diamond
		*/	
	}



#panelProdutosMobile{
	min-height: 300px;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 50px 0 !important;
}
    
	
.headerLine1-TelefonesSeguradoras{
	color:#0C5093 !important;
	font-family:'Roboto Regular', sans-serif;
	font-size:1.2em !important;
	letter-spacing:2px !important;
	word-spacing:5px !important;
	margin-top:-5px !important;
	margin-left:5px !important}
	

.headerLine1-TelefonesEmpresa{
	color:#FFF !important;
	font-family:'Roboto Regular', sans-serif;
	font-size:1.2em !important;
	letter-spacing:2px !important;
	word-spacing:5px !important;
	margin-top:-5px !important;
	margin-left:5px !important}
	
	
</style>
 
   
