@import "normalize.css";

* { margin:0; padding: 0; box-sizing: border-box; }

html, body, main { height:100%; }
figure, figcaption { display: block; }
.wrapper { height:100%; }

@font-face {
    src: url(..//fonts/JosefinSans-Regular.ttf);
    font-family: 'JosefinSans';
}

@font-face {
    src: url(..//fonts/JosefinSans-Bold.ttf);
    font-family: 'JosefinSansBold';
}
@font-face {
    src: url(..//fonts/PassionOne-Bold.ttf);
    font-family: 'PassionOne';
}

@font-face {
    src: url(..//fonts/KitchenPolice.ttf);
    font-family: 'ECavalheiro';
}

body { 
	background-color: #f6f6f6;
	background-image: url(../imagens/background_fullOLD.png);
	background-repeat: no-repeat;
    font-family: 'JosefinSans'; 
    background-size: cover;
	background-attachment: fixed;
	background-position: top;	
}

main { width: 100%; margin: 0 auto; min-width: 290px; }

h1, h2, h3 {    
    letter-spacing: 2px;
    display: block;
    float: left;
    width: 100%; 
    -webkit-filter:drop-shadow(1px 1px 1px #000);
    -moz-filter:drop-shadow(1px 1px 1px #000);
    -ms-filter:drop-shadow(1px 1px 1px #000);    
    filter:drop-shadow(1px 1px 1px #000);
}

h1 { font-size: 3.25em; font-family: 'JosefinSansBold'; text-transform: uppercase; }
h2 { font-size: 2.35em; font-family: 'JosefinSansBold'; }
h3 { font-size: 1.95em; font-family: 'JosefinSansBold'; }



::selection { background-color: rgb(0,55,105); color: yellow; }

/* grid */
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9  { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

	.max-height {
		display: block;
		overflow: hidden;
		max-height: 100px!important; 
	}

header, article { margin: 0 auto; }

header {
    display: none;
    overflow: hidden;
	padding: 0 5%;
    background-color: #FFFFFF!important;
	/*
    background-image: url(../imagens/sombra-topo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
    */
	position: relative;
	z-index: 1;
}
#headertopo {
    width: 100%;
    display: none;
    float: left;
    min-height: 150px;
    padding: 10px 20px 10px 20px;
}

li {
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;   
}

.navlogo { 
    display: none;
    width: 150px; 
}

.navnome { display: inline-block; color: white!important; }
    a.navnome:link,
    a.navnome:active { color: white!important; }
    a.navnome:hover, 
    a.navnome:focus { 
        color: lightgoldenrodyellow;
    }

.linkok, .linkfull { display: inline-block; }
/* mobile */

@media (min-width:320px){ 
    .linkok { display: block; } 
    .linkfull { display: block; }
}
@media (min-width:321px){ 
    .linkok { display: none; } 
    .linkfull { display: none; }    
}


.estrela-logo { max-height: 30px; display: block; float: none;}

.chamada-topo { font-size: 2.65em;
    -webkit-filter:drop-shadow(1px 1px 1px #000);
    -moz-filter:drop-shadow(1px 1px 1px #000);
    -ms-filter:drop-shadow(1px 1px 1px #000);    
    filter:drop-shadow(1px 1px 1px #000); 
}

.blocotels {
    width: 75%;
    float: right;
    display: block;
}
.tels-topo, .wa-topo, .contato-topo, .chamada-topo { 
    width: 100%;
    display: inline;
    float: right;
    text-align: right;
    padding-bottom: 3px;
}
.tels-topo, .contato-topo, .chamada-topo {	
    color: rgba(0,55,105,0.95);
}
.wa-topo {	
    color: rgba(60,210,0,0.95);
}


.linktopo,
.ico-wa-topo,
.ico-contato,
.ico-envelope,
.ico-whatsapp,
.rs-facebook,
.rs-twitter,
.rs-youtube,
.rs-instagram {
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.tels-topo, .wa-topo { font-size: 1.35em; }
.wa-topo { 
	color: blue; 
	-webkit-filter:drop-shadow(1px 2px 3px #fff);
	-moz-filter:drop-shadow(1px 2px 3px #fff);
	-ms-filter:drop-shadow(1px 2px 3px #fff);    
	-o-filter:drop-shadow(1px 2px 3px #fff);    
	filter:drop-shadow(1px 2px 3px #fff);
}

a.ico-wa-topo,
a.ico-wa-topo:link { color: rgba(0,55,105,0.95); text-decoration: none; }
a.ico-wa-topo:hover,
a.ico-wa-topo:focus { background-color: rgba(255,255,255,0.5); }

.contato-topo { margin-top: 15px; font-size: 1.05em; text-transform: uppercase; }
.font50por { font-size: 0.50em; }

.ico-rs {
    display: inline-block;
    width: 30px;
    padding: 1%;
    margin-left: 10px;
}


a.linktopo,
a.linktopo:link { 
    color: rgba(0,130,210,0.95); 
    text-decoration: none; 
    padding: 2px;  }
a.linktopo:hover,
a.linktopo:focus { 
    color: white; 
    text-decoration: none;
    padding: 2px;
    background-color: rgba(0,130,210,0.95); 
}

/* ICONES REDES SOCIAIS E CONTATO */


a.ico-contato,
a.ico-envelope,
a.ico-whatsapp,
a.ico-contato:link,
a.ico-envelope:link,
a.ico-whatsapp:link {
    color: white;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    align-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
}
a.ico-contato:hover,
a.ico-envelope:hover,
a.ico-whatsapp:hover,
a.ico-contato:focus,
a.ico-envelope:focus,
a.ico-whatsapp:focus {
    color: rgba(0,130,210,0.95);
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    align-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
}

a.rs-facebook,
a.rs-googleplus,
a.rs-twitter,
a.rs-youtube,
a.rs-instagram,
a.rs-facebook:link,
a.rs-twitter:link,
a.rs-youtube:link,
a.rs-instagram:link {
    min-width: 40px;
    text-align: center;
    display: inline-block;
    align-content: center;
    align-items: center;
    padding: 2px;
    color: rgba(0,130,210,0.95);
    text-decoration: none;
}

footer a.rs-facebook,
footer a.rs-googleplus,
footer a.rs-twitter,
footer a.rs-youtube,
footer a.rs-instagram,
footer a.rs-facebook:link,
footer a.rs-googleplus:link,
footer a.rs-twitter:link,
footer a.rs-youtube:link,
footer a.rs-instagram:link { color: white; font-size: 0.75em; }

a.rs-facebook:hover,
a.rs-googleplus:hover,
a.rs-twitter:hover,
a.rs-youtube:hover,
a.rs-instagram:hover,
a.rs-facebook:focus,
a.rs-googleplus:focus,
a.rs-twitter:focus,
a.rs-youtube:focus,
a.rs-instagram:focus { 
    text-align: center;
    display: inline-block;
    align-content: center;
    align-items: center;
    color: white;
    padding: 2px;
    text-decoration: none;
}
a.rs-facebook:hover,
a.rs-facebook:focus { background-color: #3b5998; }
a.rs-googleplus:hover,
a.rs-googleplus:focus { background-color: #dc4937; }
a.rs-twitter:hover,
a.rs-twitter:focus { background-color: #00aced; }
a.rs-youtube:hover,
a.rs-youtube:focus { background-color: #bb0000; }
a.rs-instagram:hover,
a.rs-instagram:focus { background-color: #517fa4; }

#myCarousel { display: none; }

#myCarousel div div h3 { font-size: 2.75em; color: yellow; }
#myCarousel div div p { 
    font-size: 1.65em; 
    color: ghostwhite;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 10px;
}

.topomobile {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.logomobile { 
    width: 80%;
    margin: 6% 10% 2% 10%;
    display: block;
	-webkit-filter:drop-shadow(1px 2px 0 #fff);
	-moz-filter:drop-shadow(1px 2px 0 #fff);
	-ms-filter:drop-shadow(1px 2px 0 #fff);    
	-o-filter:drop-shadow(1px 2px 0 #fff);    
	filter:drop-shadow(1px 2px 0 #fff);
}

/** elementos com backgrounds parallax **/
.bgParallax {
    color:#FFF;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}
.imgParallax {
    width: 100%;
    position: relative;
    background-position: 5% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bloco100 { width: 100%; display: block; height: inherit; }

/* Define backgrounds dos divs */

section article a article div p {
	text-align: justify; 
	max-height: inherit;
	overflow: hidden;
	width:5em;
	white-space: nowrap;	
	}

#orcamento {
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 150px;
    background-color: orange;
    border: 15px solid darkorange;
    display: none;
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#orcamento:a { color: white; background-color:  transparent; }
#orcamento:hover,
#orcamento:focus {  
    background-color: darkviolet; 
    border: 15px solid violet;
    color: orange;
}


#orcamento section {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    padding: 20px;
    font-size: 4.75em;
}
#orcamento section div {
    display: block;
    float: left;
}
.pulsatel {
    margin-top: 30px;
    font-size: 3.15em;
    color: white;
    display: block;
    float: right;
    animation: pulsatel 0.7s ease-in-out alternate 8s infinite;    
}
    @keyframes pulsatel {
        from { transform: scale(1); }
        to { transform: scale(1.5); } 
    }
#orcamento section div div {
    width: 100%;
    display: block;
    float: left;
}
.ligue { color: deeppink; text-transform: uppercase; font-family: 'PassionOne'; }
.ligue:a { color: orange; }
.ligue:hover,
.ligue:focus { color: orange;
}

.estrelaanime {
    display: block;
    float: left;
    position: absolute;
    z-index: 9999;
    top: -50px;
    animation: estrelaanime 3s 8s infinite;
}
    @keyframes estrelaanime {
        /*from { transform: skew(-50deg); }
        to { transform: skew(50edg); } */
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }


#servicos {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: white;
}

#servicos section {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: rgba(0,90,130,0.95);
}
#servicos article {
    float: left;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 1% 3%;
    color: black;
}
#servicos article {
    display: inline;
    float: left;
    min-height: 80px;
    width: 100%;
    background-image: url(../imagens/IMAGEMSERVICOS.png);
    background-position: -150px -150px;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-origin: border-box;
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;   
}
#servicos article h3 { min-height: 30px; }
#servicos article p { 
	text-align: justify; 
	font-size: 1.25em;
}

.bg-red01 { background-color: rgba(119,6,6,0.9); } 
.bg-red02 { background-color: rgba(139,26,26,0.9); }
.bg-red03 { background-color: rgba(144,21,21,0.9); }
.bg-red04 { background-color: rgba(184,61,61,0.9); }

.bg-black01 { background-color: rgba(0,0,0,0.6); } 
.bg-black02 { background-color: rgba(0,0,0,0.5); }
.bg-black03 { background-color: rgba(0,0,0,0.4); }
.bg-black04 { background-color: rgba(0,0,0,0.3); }

#servicos article small { font-size: 0.85em; font-style: italic; }
    .fs-small { font-size: 0.55em!important; color: inherit; ; }

.txt-servicos { display: block; width: 100%; color: darkred; }

#servicos section article:a { color: black; background-color:  transparent; }
#servicos section article:hover,
#servicos section article:focus {  background-color: rgba(0,0,0,0.10); }
/*
.ico-servicos:after { 
  content: "\f03d"; 
  font-family: FontAwesome;
}
*/
.ico-elemento {
    position: relative;
}
/*replace the content value with the
corresponding value from the list below*/
 
.ico-elemento:before {
    content: "\f013";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: rgba(255,255,255,0.3);
    font-size: 5em;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0;
}
.ico-servicos {
	margin-top: 2%;
    color: darkred; 
    font-size: 4.95em; 
    display: block;
    padding: 1%;
    text-decoration: none;
	font-size: 2.85em;	
}
    .ico-servicos a { color: rgba(255,255,255,0.75); text-decoration: none; }
    .ico-servicos:hover, 
    .ico-servicos:focus { 
        color: white;
        text-decoration: none;
    }
    article .ico-servicos:nth-child(1){
        transition: 0.5s;
        text-decoration: none;
        
    }
    article .ico-servicos:nth-child(1):hover{
        transform: scale(1.2);
        text-decoration: none;
    }
.img-servicos {
	width: 50%;
	height: 50%;
	border-radius: 100px!important;
	margin: 3% auto;
}
    article .img-servicos:nth-child(2){
        transition: 0.5s;
        text-decoration: none;
        
    }
    article .img-servicos:nth-child(2):hover{
        transform: scale(1.1);
        text-decoration: none;
    }

/* SERVICOS DESTAQUE */

#servicosdestaque {
    width: 100%;
    max-width: 1920px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
#servicosdestaque section, #depoimentoshome {
    width: 100%; /* first mobile */
    display: block;
    padding: 2% 0;
}
#servicosdestaque section { 
    float: left; 
    min-height: 250px;   
}

#servicosdestaque section iframe { margin-top: -2%; width: 100%; height: 350px; }

#depoimentoshome { 
    float: right;
    min-height: 100px;
    background-color: lightskyblue;
}     

#servicosdestaque h2, #depoimentoshome h2 {
    font-size: 1.75em;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: dodgerblue;
    padding-bottom: 5px;
    -webkit-filter:drop-shadow(1px 1px 1px #000);
    -moz-filter:drop-shadow(1px 1px 1px #000);
    -ms-filter:drop-shadow(1px 1px 1px #000);    
    -o-filter:drop-shadow(1px 1px 1px #000);    
    filter:drop-shadow(1px 1px 1px #000);
}
#servicosdestaque section .txtfull { display: none; }

#servicosdestaque section article {
    width: 100%;
    display: block;
    height: 100%;
    min-height: 150px;
}
#servicosdestaque section article a article div img {
	border-radius: 0;
}
#servicosdestaque section article article {
    width: 100%;
    display: block;
    min-height: 250px;
    float: left;
    background-color: rgba(0,0,0,0.10);
    margin-bottom: 10px;
    background-image: url(../imagens/IMAGEM.png);
    background-position: -150px -150px;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-origin: border-box;
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#servicosdestaque section article article:link {}
#servicosdestaque section article article:hover,
#servicosdestaque section article article:focus { background-color: rgba(0,0,0,0.25); color: #dedc1c; }

#servicosdestaque section article article h3 {
    width: 100%;
    display: block;
    min-height: 10px;
    text-align: left;
    float: left;
    font-size: 1.25em;
    font-weight: lighter;
    margin: 0;
    padding: 5px;
    color: #003769;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;        
    -webkit-filter:drop-shadow(1px 1px 1px #ccc);
    -moz-filter:drop-shadow(1px 1px 1px #ccc);
    -ms-filter:drop-shadow(1px 1px 1px #ccc);    
    filter:drop-shadow(1px 1px 1px #ccc);    
}
#servicosdestaque section article article div {
    width: 100%;
    display: block;
    float: left;
    max-height: 250px;
}
#servicosdestaque section article article div img {
    max-width: 100%;
    display: block;
    max-height: 250px;
    overflow: hidden;  
	border-radius: 0;
}
#servicosdestaque section article article p {
    font-size: 1.15em;
    font-weight: lighter;
    color: dodgerblue;
    width: 100%;
    display: block;
    margin: 0;
    padding: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* DEPOIMENTOS DESTAQUE */

#servicosdestaque #depoimentoshome section { background-color: transparent; }
#depoimentoshome {
    background-image: url(../imagens/magicstareventos-estrela.png);
    background-position: 350px 250px;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-origin: border-box;
}
#depoimentoshome section {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
    display: block;
}    
#depoimentoshome section h2 {
    width: 100%;
    display: block;
    font-size: 1.65em;
    letter-spacing: 2px;
    padding: 1% 0;
}    
#depoimentoshome section article {
    width: 100%;
    display: block;
    float: left;
    padding: 10px;
    color: rgb(0,45,235);
    background-color: rgba(255,255,255,0.2);        
}   
#depoimentoshome section article div {
    width: 100%;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
}   
#depoimentoshome section article div p {
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-bottom: 5px;
    font-size: 1.35em;
    text-align: justify;
    overflow: hidden;
    font-style: italic;
    -webkit-filter:drop-shadow(1px 1px 1px #ccc);
    -moz-filter:drop-shadow(1px 1px 1px #ccc);
    -ms-filter:drop-shadow(1px 1px 1px #ccc);    
    filter:drop-shadow(1px 1px 1px #ccc);
}   
#depoimentoshome section article::before,
#depoimentoshome section article::after {
    font-size: 2.75em;
    color: rgba(255,255,255,0.8);
    display: block;
    font-style: italic;
    font-family: 'PassionOne';
}  
#depoimentoshome section article::before { content: '" ';  }
#depoimentoshome section article::after { text-align: right; content: ' "'; padding-right: 20px; }

.textolinha, .datadepoimento {
    width: 100%;
    margin: 0;
    display: block;
    float: right;
    text-align: right;
  
}
    .textolinha {
        font-size: 1.05em; 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    .datadepoimento {
        font-size: 0.75em; 
    }
#depoimentoshome section nav {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    max-height: 50px;
    padding: 1% 0;
}

.blocochamadaesq, .blocochamadadir {
    display: inline-block;
    text-align: center;    
    width: 100%;
    padding: 2%;
    min-height: 100%;
    
}
.blocochamadaesq { float: left;  }
.blocochamadadir { float: right; }

.blocoalfa {
    width: 100%;
    display: block;
    float: left;
    margin: 0 10px 0 10px;
    padding: 1%;
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    overflow: hidden;
}


/* ESTRUTURA PÁGINAS */
#paginaservicos {
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 2%;
}
#paginaservicos div {
    width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

#paginaservicos div form div div{
    width: inherit;
    display: block;
    float: left;
}

#paginaservicos div h1 {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 2px;
    color: rgb(0,55,105);
    font-size: 1.55em;
    -webkit-filter:drop-shadow(1px 1px 1px #fff);
    -moz-filter:drop-shadow(1px 1px 1px #fff);
    -ms-filter:drop-shadow(1px 1px 1px #fff);    
    filter:drop-shadow(1px 1px 1px #fff);
} 
#paginaservicos div h2 { 
    color: rgb(0,55,105);
    font-size: 1.35em; 
    -webkit-filter:drop-shadow(1px 1px 1px #fff);
    -moz-filter:drop-shadow(1px 1px 1px #fff);
    -ms-filter:drop-shadow(1px 1px 1px #fff);    
    filter:drop-shadow(1px 1px 1px #fff);
}

#paginaservicos div p {
    clear: both;
    margin-bottom: 20px;
    color: black;
    font-size: 1.20em;
    text-align: justify;
    overflow: hidden;

}
#paginaservicos a article,
#paginaservicos a article h2,
#paginaservicos a figure {
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto;
}

#paginaservicos a article {
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
    margin-bottom: 2%;
    border-radius: 10px;
    background-image: url(../imagens/IMAGEM.png);
    background-position: -150px -150px;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#paginaservicos a figure {
    padding: 10px;    
    margin-bottom: 2%;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#paginaservicos a article:link, 
#paginaservicos a figure:link { 
    text-decoration: none; 

}
#paginaservicos a article:hover,
#paginaservicos a article:focus,
#paginaservicos a figure:hover,
#paginaservicos a figure:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.10);
}
#paginaservicos a article h2 {
    padding-bottom: 5px;
    font-size: 1.35em;
    color: #2b5d5f;
    -webkit-filter:drop-shadow(1px 1px 1px #fff);
    -moz-filter:drop-shadow(1px 1px 1px #fff);
    -ms-filter:drop-shadow(1px 1px 1px #fff);    
    filter:drop-shadow(1px 1px 1px #fff);
}
#paginaservicos a article p {
    padding-bottom: 5px;
    font-size: 1.15em;
    color: #2b5d5f;
    text-align: justify;
    -webkit-filter:drop-shadow(1px 1px 1px #fff);
    -moz-filter:drop-shadow(1px 1px 1px #fff);
    -ms-filter:drop-shadow(1px 1px 1px #fff);    
    -o-filter:drop-shadow(1px 1px 1px #fff);    
    filter:drop-shadow(1px 1px 1px #fff);
}

#paginaservicos a article img {
    width: 100%;
    float: right;
    border-radius: 5px;
}

#paginaservicos a figure img {
    width: 100%;
    float: left;
    display: block;
	max-height: 250px;
}
#paginaservicos a figure figcaption {
    color: black;
}

#paginaservicos div a img {
    width: 100%;
    display: block;
    float: right;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
/*
#paginaservicos a figure img, #paginaservicos div a img {
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;    
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
*/
#paginaservicos div a img:link { 
    text-decoration: none; 

}

#paginaservicos div a img:hover,
#paginaservicos div a img:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
}

input { font-size: 2.35em; }


footer {
    border-top: 20px solid rgba(0,75,135,0.85); 
    color: white;
    clear: both;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    padding: 10px;
    background-color: rgba(0,75,135,0.65); 
    background-image: url(../imagens/background_full.png);
    background-position: right;
    background-repeat: no-repeat;
	background-size: cover;
    background-blend-mode: overlay;
}

.imgfooter {
    background-image: url(../imagens/estrelas-rodape.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

footer div {
    text-align: center;
    display: block;
    float: left;
    background-color: transparent
	
}

#footer-acessar {
	margin-top: 5px;
	width: 100%;
	display: block;
	float: left;
	padding: 2%;
	background-color: rgba(255,255,255,0.1);
	border-radius: 10px;
}

a.linkfooter,
a.linkfooter:link {
	width: 100%;
    color: white; 
    text-decoration: none; 
    padding: 1px 0;
	display: block;
	float: left;
}
a.linkfooter:hover,
a.linkfooter:focus { 
    color: yellow; 
    text-decoration: none; 
    background-color: rgba(255,255,255,0.2); 
}
.footer-ok { width: 100%; text-align: center; }
.footer-fm, .footer-tb { display: none; }
.footer-dir { display: block; float: right; text-align: center; }

footer div div {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
}
footer div aside {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    float: left;
    color: white;    
}
.fm-null { display: none; }

.bt-paper-plane:before { 
    content: "\f1d8"; 
    font-family: FontAwesome;
    width: 30px;
    height: 50px;
}

.titulos_rodape { 
    font-family: 'JosefinSansBold'; 
    letter-spacing: 2px;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 2px;
    -webkit-filter:drop-shadow(1px 1px 1px #000);
    -moz-filter:drop-shadow(1px 1px 1px #000);
    -ms-filter:drop-shadow(1px 1px 1px #000);    
    filter:drop-shadow(1px 1px 1px #000);
}

.representante, .desenvolvimento, .direitos {
    font-size: 0.95em;
    width: 100%; 
    display: block; 
    padding: 0 5px 5px 5px;
}

footer .representante a:link { text-decoration: none; color: aliceblue; }
footer .representante a:hover { text-decoration: none; color: lightgoldenrodyellow; }

.direitos { font-style: italic; }

.desenvolvimento { 
    font-size: 0.85em;
    font-style: italic;
}
.developer { font-size: 0.85em; text-transform: lowercase; clear: both; padding: 5px; font-style: italic; }
.developer a:link { text-decoration: none; color: white; }
.developer a:hover { text-decoration: line-through; color: white; }

.ecavalheiro {
    color: white;
    font-family: 'ECavalheiro'; 
    font-size: 1.15em; 
    display: inline-block; 
    margin-left: 5px; 
    -webkit-filter:drop-shadow(1px 1px 1px #fff);
    -moz-filter:drop-shadow(1px 1px 1px #fff);
    -ms-filter:drop-shadow(1px 1px 1px #fff);    
    filter:drop-shadow(1px 1px 1px #fff);
}

.ecavalheiro { font-family: 'ECavalheiro'; color: #cb0101; font-style: normal; }
.letrae { color: #006296; }
    .ecavalheiro:link { text-decoration: none; padding: 2px; }
    .ecavalheiro:hover { background-color: rgba(255,255,255,0.8); color: firebrick; padding: 2px; }

.paraotopo {
    text-align: center;
    text-decoration: none;
    align-content: center;
    font-size: 1.5em;
    width: 20px;
    height: 20px;
    color: rgb(0,58,111);
    background-color: rgba(255,255,255,0.65);
    float: right;
    position: fixed;
    z-index: 999999;
    right: 0;
    bottom: 0;
}
    .paraotopo a { color: rgb(0,58,111); }
    .paraotopo:hover, 
    .paraotopo:focus { 
        color: rgb(116,25,28);
        background-color: rgba(255,255,255,0.95); 
    }
    .paraotopo { 
        -webkit-filter: grayscale(95%);    
        -moz-filter: grayscale(95%);    
        -ms-filter: grayscale(95%);    
        filter: grayscale(95%);
    }
    body .paraotopo:nth-child(1){
        transition: 0.5s;
    }
    body .paraotopo:nth-child(1):hover{
        transform: scale(1.1);
        -webkit-filter: brightness(103%);   
        -moz-filter: brightness(103%);    
        -ms-filter: brightness(103%);    
        filter: brightness(103%);
    }

	iframe { width: 100%; display: block; float: left; min-height: 300px; }

.bt-servicos, .bt-home {
    font-size: 1.55em; 
    margin:  20px 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
    color: white;
    background-color: red;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    box-shadow: 
        inset 0 2px 3px 0 rgba(255,255,255,.3), 
        inset 0 -3px 6px 0 rgba(0,0,0,.2), 
        0 3px 2px 0 rgba(0,0,0,.2);
}
.bt-servicos { float: right; }
.bt-home { 
	width: 60%;
	margin: 20px auto;
}
    a.bt-servicos:link { text-decoration: none; color: white; }
    a.bt-servicos:hover,
    a.bt-servicos:focus {
        color: ghostwhite;
        background-color: #ea0303; 
        text-decoration: none;
        -webkit-filter:drop-shadow(0 3px 3px #000);
        -moz-filter:drop-shadow(0 3px 3px #000);
        -ms-filter:drop-shadow(0 3px 3px #000);    
        -o-filter:drop-shadow(0 3px 3px #000);    
        filter:drop-shadow(0 3px 3px #000);
        background-image: linear-gradient(to bottom, #980021 130%);
    }
	
img { border-radius: 5px!important; }

.link768, .link1051, .link1100, .link1280 { display: block; }

/*tablet */
@media (min-width:500px){

    .blocochamadaesq, .blocochamadadir {
        display: inline-block;
        width: 50%;
    }
	
    
    .logomobile { 
        width: 60%;
        margin: 4% 20% 2% 20%;
    }
    	
    
    #myCarousel { display: none; }
    
	.bt-home { width: 40%; }	
	
	.img-servicos {
		width: 40%;
		height: 40%;
	}
    
    #servicosdestaque section article {
        padding: 1%;
    }  

    #servicosdestaque section article h2 {
        font-size: 1.60em;
        letter-spacing: 1px; 
		color: rgb(0,55,105);
    }
    #servicosdestaque section article h2 .txtfull { display: none; }
    #servicosdestaque section article article {
        width: 49%;
        display: block;
        float: left;
        min-height: 150px; 
        max-height: 300px;
        margin: 0 0.5% 1% 0.5%;
		border-radius: 10px;		
    }
    #servicosdestaque section article article h3 {
        padding: 2% 0;
    }
    #servicosdestaque section article article div {
        min-height: 150px; max-height: 150px
    }
    #servicosdestaque section article article div img {
        width: 100%;
        display: block;
        float: none;
        max-height: 150px;
    }
	#servicosdestaque section article a article div img {
		border-radius: 5px;
	}	
    #servicosdestaque section article article p {
        margin: 0; padding: 1% 0;
    }
         
    
    #paginaservicos { width: 100%;}
    #paginaservicos a article {
        width: 49%;
        margin: 0 0.5% 1% 0.5%;
        display: block;
        float: left;
    }   
    #paginaservicos a article h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    #paginaservicos a article img {
        width: 50%; 
        float: right; 
        margin: 0 0 1% 2%; 
    }
    
    #paginaservicos a figure {
        width: 50%;
		min-height: 300px;
		max-height: 300px;
    }
    
    #paginaservicos div a img {
        width: 50%;
        display: block;
        float: right;
        margin: 10px 0 5px 10px;
    }
    
    footer div div { float: left; text-align: left;}
    .footer-ok, .footer-dir { width: 50%; display: block; }        
    .footer-ok { text-align: left; }    
    .footer-dir { text-align: right!important; }
    footer div aside  { text-align: right; }
    footer div aside div { text-align: right; }
    
    
    .paraotopo {
        font-size: 1.85em;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        right: 1%;
        bottom: 1%;
    }  
    
}

@media (max-width:600px){
    .linkok { display: none!important; } 
    .linkfull { display: none; }
}
    
@media (min-width:600px){

    .logomobile { 
        width: 40%;
        margin: 5% 30% 2% 30%;
        display: block;
    }
    
    #servicos article { min-height: 450px; }  
    
    #servicosdestaque section article h2 .txtfull { display: inline; }
    
    #servicosdestaque section article article {
        width: 32.33%;
        display: inline-block;
        float: left;
    }
    #servicosdestaque section article article div {
        min-height: 125px; max-height: 125px;
    }
    #servicosdestaque section article article div img {
        max-height: 125px;
    }
        
    
}

/* 768 */
@media (min-width:768px){
	
    .link768 { display: block; }
	.link1051 { display: none!important; }
	.link1100 { display: none!important; }
	.link1280 { display: none!important; }
	
    header{ display:  block;}
    #headertopo { display:  block;}
    .linkok { display: none!important; height: 0; }
    .linkfull { display: none!important; height: 0; }
    .navnome { display: none; }
    .navlogo { 
        width: 200px; 
        display: block; 
        float: left;
        position: absolute;
        z-index: 9999;
		-webkit-filter:drop-shadow(1px 1px 1px #FFF);
		-moz-filter:drop-shadow(1px 1px 1px #FFF);
		-ms-filter:drop-shadow(1px 1px 1px #FFF);    
		-o-filter:drop-shadow(1px 1px 1px #FFF);    
		filter:drop-shadow(1px 1px 1px #FFF);		
    }
	
	.topomobile {
        display: none;
    }
     
    #servicos article { 
		display: block; 
		width: 50%; 
		min-height: 470px; 
	} 
	.bt-home { width: 70%; }	
	#servicos article p { min-height: 140px; } 	

    #servicosdestaque section article h2 {
        font-size: 1.55em; 
    }
    #servicosdestaque section article article h3 {
        font-size: 1.35em; 
    }
    #servicosdestaque section article article div {
        min-height: 135px; max-height: 135px;
    }
    #servicosdestaque section article article div img {
        min-height: 120px; max-height: 125px;
    }
    
    #paginaservicos { width: 100%;}
    #paginaservicos a article {
        width: 32.33%;
        margin: 0 0.5% 1% 0.5%;
        display: block;
        float: left;
        min-height: 280px;
        max-height: 280px;
    }   
    #paginaservicos a article h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    #paginaservicos a article img {
        width: 33%; 
        float: right; 
        margin: 0 0 1% 2%; 
    }
    
    #paginaservicos a figure {
        width: 33%;
    }
        
    
    #paginaservicos div a img {
        width: 33%;  
    }
    
    footer div { display: block; text-align: left; }

}

/* 800 */
@media (min-width:800px){
	
    .navnome { display: none; }  
    .linkok { display: none; height: 0; }
    
    #myCarousel { display: block; }

	.bt-home { width: 45%; }	
	    #paginaservicos { padding: 0 5%; }  
    .txtfull { display: none; }
        
    .paraotopo {
        font-size: 2.5em;
        width: 50px;
        height: 50px;
    }

}

/* 1051 */
@media (min-width:1051px){
	
    .link1051 { display: block!important; }
	.link1100 { display: none!important; }	
	.link1280 { display: none!important; }
	
    .navlogo { width: 220px; margin-top: -8px; }
    
    #orcamento { display: block; }
    #orcamento section { font-size: 3.75em; }    
    #orcamento section div div { font-size: 0.75em; }
    .pulsatel { font-size: 3.25em; margin-top: 0; }
    .telorcamento { font-size: 3.75em; }
    .estrelaanime { max-width: 200px; }
    
    #servicosdestaque section iframe { margin-top: -2.20%; width: 100%; height: 1340px; }   
   
    #servicos article { 
		display: inline-block; 
		width: 33%; 
		min-height: 480px; 
	}
	.bt-home { width: 80%; }	
    #servicos article p { min-height: 220px; }
	
    #servicosdestaque, #depoimentoshome  { min-height: 530px;}
    #servicosdestaque section {
        width: 100%;
        display: block;
    }  
    
    #depoimentoshome {
        width: 25%;
        display: block;
        float: right;
        margin: auto;
        padding: 0;
    }     
    #depoimentoshome section {
        width: 100%;
        display: block;
        float: right;
        margin-top: 35px;
    } 
    #paginaservicos { padding: 0 8% 2% 8%; }    
    #paginaservicos div h1 { font-size: 2.55em; } 
    #paginaservicos div h2 { font-size: 2.15em; } 
    #paginaservicos div p { font-size: 1.85em; } 
    #paginaservicos a article {
        min-height: 260px;
        max-height: 260px;
    }  
    #paginaservicos a article img { width: 50%; }
    
    #paginaservicos div a img {
        width: 25%;  
    }
    
    .footer-ok { width: 16.66%; text-align: left; }
    .footer-fm { display: block; }
    .footer-dir { width: 16.66%; text-align: right; }
    .footer-tb { display: block; }
    
}

/* 1100 */
@media (min-width:1100px){
	
    .link768 { display: block!important; }
	.link1051 { display: block!important; }
	.link1100 { display: block!important; }
	.link1280 { display: none!important; }

    #servicos article { min-height: 400px; } 
	
	#servicosdestaque { padding: 0 5%; }
    
    #servicosdestaque, #depoimentoshome  { min-height: 540px; }
              
}

/* 1280 */
@media (min-width:1280px){
	
	.navlogo { width: 230px; }
	.wa-topo { font-size: 2.85em; }
	.tels-topo { font-size: 2.25em; }
	.chamada-topo { font-size: 3.25em; }
    .link1280 { display: block!important; }
    #orcamento section { font-size: 2.45em; }    
    #orcamento section div div { font-size: 1.72em; }
    .pulsatel { font-size: 3.75em; margin-top: 0; }
    .telorcamento { font-size: 6.70em; }
    .estrelaanime { max-width: 300px; }
    
    #servicos article { min-height: 420px; }
	
	.bt-home { width: 65%; }
    
    .txtfull { display: inline; }
    #servicosdestaque section article h2 { font-size: 2.95em; }
    #servicosdestaque section article article {
        width: 24%;
        min-height: 200px; 
        max-height: 250px;
        margin: 0 0.5% 1% 0.5%;
    }
    #servicosdestaque section article article h3 {
        margin: 0; padding: 0 0 2% 0;
    }
    #servicosdestaque section article article div {
        min-height: 145px; max-height: 145px;
    }
    #servicosdestaque section article article div img {
        width: 100%;
        max-height: 145px;
    }
    
    #servicosdestaque, #depoimentoshome  { min-height: 570px; }
    
    #paginaservicos a article {
        width: 24%;
        min-height: 280px;
        max-height: 280px;
    }
    #paginaservicos a figure { width: 25%; }
    #paginaservicos a article h2 { font-size: 1.75em; }
    
    #paginaservicos div a img {
        width: 20%;  
    }
        
}

/* 1500*/
@media (min-width:1500px){  

    .link1500 { display: block!important; height: auto; }
    .linkok { display: block!important; height: auto!important; }
    #servicos article { min-height: 450px; }
	#servicos article p { min-height: 170px; }
    
    #servicosdestaque section article h2 {
        font-size: 2.05em;
        letter-spacing: 2px;
    }
    #servicosdestaque section article article {
        width: 19%;
        display: block;
        float: left;
        min-height: 200px; 
        max-height: 250px;
        margin: 0 0.5% 1% 0.5%;
    }
    #servicosdestaque section article article div {
        min-height: 135px; max-height: 135px;
    }
    #servicosdestaque section article article img {
        width: 100%;
        max-height: 135px;
    }
    #paginaservicos { padding: 0 5% 2% 5%; } 
    #paginaservicos a article {
        width: 19%;
        min-height: 280px;
        max-height: 280px;
    }
    #paginaservicos div h2 { font-size: 2.65em; }
    #paginaservicos a figure { width: 20%; }
    
}

/* 1650*/
@media (min-width:1650px){
	
	.link1650 { display: block!important; height: auto; }      
    .linkfull { display: block!important; height: auto!important; }
    
    #servicosdestaque section article h2 {
        font-size: 2.45em;
        letter-spacing: 2px;
    }    
    #servicosdestaque section article article {
        width: 15.66%;
        min-height: 200px; 
        max-height: 250px;
        margin: 0 0.5% 1% 0.5%;
    }
    #servicosdestaque section article article h3 {
        font-size: 1.15em; 
    }
    #servicosdestaque section article article div {
        min-height: 125px; max-height: 125px;
    }
    #destaqueconteudo section article article img {
        width: 100%;
        max-height: 125px;
    }
    
    #servicosdestaque, #depoimentoshome { min-height: 500px; }
    
    #paginaservicos { padding: 0 5% 2% 5%; } 
    #paginaservicos a article {
        width: 15.66%;
        display: block;
        float: left;
        min-height: 280px;
        max-height: 280px;
    }
    #paginaservicos div h2 { font-size: 2.75em; }
    #paginaservicos a figure { width: 16.66%; }
    
    #paginaservicos div a img {
        width: 16.66%;  
    }
    
}

/* 100% full screen */
@media (min-width:2000px){
    
    #servicosdestaque section article h2 {
        font-size: 2.90em;
    }    
            
}
