@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Nunito:700|Carme);

@font-face {
    font-family: "Lato-Regular";
    src: url("/fontes/estandar/Lato/Lato-eot/Lato-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("/fontes/estandar/Lato/Lato-woff/Lato-Reg-webfont.woff") format("woff"), url("/fontes/estandar/Lato/Lato-ttf/Lato-Reg-webfont.ttf") format("truetype"), url("/fontes/estandar/Lato/Lato-svg/Lato-Reg-webfont.svg#svgFontName") format("svg");
}
@font-face {
    font-family: "Lato-Italic";
    src: url("/fontes/estandar/Lato/Lato-eot/Lato-RegIta-webfont.eot?#iefix") format("embedded-opentype"), url("/fontes/estandar/Lato/Lato-woff/Lato-RegIta-webfont.woff") format("woff"), url("/fontes/estandar/Lato/Lato-ttf/Lato-RegIta-webfont.ttf") format("truetype"), url("/fontes/estandar/Lato/Lato-svg/Lato-RegIta-webfont.svg#svgFontName") format("svg");
}

body {
margin:0px;
padding:0px;
font-family: 'Lato-Regular',Trebuchet MS,sans serif;
color:#383838;
background:#FFFFFF;
}

html {
height:100%;
}

.adapta:after {
content:".";
display:block;
height:0px;
clear:both;
visibility: hidden;
}

* html .adapta {
height: 1%;
}

img {
border:0px;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
font-size:1em;
padding:0px;
margin:0px;
font-weight:normal;
}

p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

div {
display: block;
}

.wrapper {
min-width: 320px;
width: 90%;
margin: 0 auto;
}

.logo {
margin-top: 50px;
text-align: center;
}

.vcard {
	text-align:center;
}

.tagline {
display: block;
margin-top: 30px;
margin-bottom: 15px;
color: #383838;
font-size: 1.45em;
}

.tel {
display:block;
text-align: center;
font-size: 3em;
color:#383838;
padding-top: 10px;
}

.c_email{
padding-top: 25px;
text-align: center;
}

.email{
font-size: 1.5em;
color:#383838;
}

.texto {
text-align:center;
}

@media all and (max-width: 550px){
.imglogo {
max-width: 250px;
width: 247px;
}
    
.email{
font-size: 1em;
color:#383838;
}
    
.tagline {
font-size: 1em;
}

.tel {
font-size: 2em;
}
}