@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../font/OpenSans-CondLight-webfont.eot');
    src: url('../font/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-CondLight-webfont.woff2') format('woff2'),
         url('../font/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../font/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../font/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --large: calc((100 / 1920) * 1vw);
    --medium: calc((100 / 1023) * 1vw);
    --small: calc((100 / 1080) * 1vw);
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin:0 auto;
	background-color:white;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

a, a:active {
	text-decoration:none;
	color: white;
}

a {
	-o-transition:color .3s linear,background .3s linear;
	-webkit-transition:color .3s linear,background .3s linear;
	-moz-transition:color .3s linear,background .3s linear;
	transition:color .3s linear,background .3s linear;
	color:black;
}

a:hover {
	-o-transition:color .3s linear,background .3s linear;
	-webkit-transition:color .3s linear,background .3s linear;
	-moz-transition:color .3s linear,background .3s linear;
	transition:color .3s linear,background .3s linear;
	color: black;
}

a:focus {
	outline:none;
	text-decoration:none;
	color: black;
}

:focus {
	outline: 0;
}

div, ul, li, section, article, header, footer, input, textarea, figure, figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

.opensans {
    font-family: 'Open Sans', sans-serif;
}

.opensanscondensed {
    font-family: 'open_sanscondensed_light';
}

img {
    max-width: 100%;
    height: auto;
}

section {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/foto01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.texto {
    position: absolute;
    width: calc(var(--large) * 400);
    height: calc(var(--large) * 581);
    left: calc(var(--large) * 80);
    padding-left: calc(var(--large) * 45);
    padding-right: calc(var(--large) * 45);
    background-image: url('../images/fundo.svg');
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-size: calc(var(--large) * 20);
    color: white;
    text-align: center;
    z-index: 2;
}

.texto .logo {
    position: relative;
    width: calc(var(--large) * 314);
    height: calc(var(--large) * 272);
    margin: 0 auto;
    top: calc(var(--large) * 60);
    clear: left;
}

.texto .logo img {
    max-width: 100%;
    height: auto;
}

.texto .breve {
    position: relative;
    width: 100%;
    border-top: calc(var(--large) * 2) solid white;
    border-bottom: calc(var(--large) * 2) solid white;
    font-family: 'open_sanscondensed_light';
    font-size: calc(var(--large) * 49);
    font-weight: 300;
    text-align: center;
    color: white;
    float: left;
}

.texto .endereco {
    position: relative;
    width: 100%;
    margin-top: calc(var(--large) * 10);
    margin-bottom: calc(var(--large) * 50);
    text-align: center;
    font-weight: 400;
    float: left;
}

.texto .social {
    position: relative;
    width: calc(var(--large) * 188);
    margin: 0 auto;
    clear: left;
}

.texto .social .instagram, .texto .social .facebook {
    position: relative;
    width: calc(var(--large) * 50);
    margin-left: calc(var(--large) * 21);
    margin-right: calc(var(--large) * 21);
    float: left;
}

.texto .social img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1023px) {

    html, body {
        overflow: hidden;
    }

    .texto {
        position: absolute;
        width: calc(var(--medium) * 750);
        height: calc(var(--medium) * 1084);
        left: calc(var(--medium) * 135);
        padding-left: calc(var(--medium) * 80);
        padding-right: calc(var(--medium) * 80);
        font-family: 'Open Sans', sans-serif;
        font-size: calc(var(--medium) * 39);
        color: white;
        text-align: center;
        z-index: 2;
    }
    
    .texto .logo {
        position: relative;
        width: calc(var(--medium) * 592);
        height: calc(var(--medium) * 500);
        margin: 0 auto;
        top: calc(var(--medium) * 107);
        clear: left;
    }
    
    .texto .logo img {
        max-width: auto;
        width: 100%;
        height: auto;
    }
    
    .texto .breve {
        position: relative;
        width: 100%;
        border-top: calc(var(--medium) * 4) solid white;
        border-bottom: calc(var(--medium) * 4) solid white;
        font-family: 'open_sanscondensed_light';
        font-size: calc(var(--medium) * 94);
        font-weight: 300;
        text-align: center;
        color: white;
        float: left;
    }
    
    .texto .endereco {
        position: relative;
        width: 100%;
        margin-top: calc(var(--medium) * 22);
        margin-bottom: calc(var(--medium) * 108);
        text-align: center;
        font-weight: 400;
        float: left;
    }
    
    .texto .social {
        position: relative;
        width: calc(var(--medium) * 350);
        margin: 0 auto;
        clear: left;
    }
    
    .texto .social .instagram, .texto .social .facebook {
        position: relative;
        width: calc(var(--medium) * 94);
        margin-left: calc(var(--medium) * 40);
        margin-right: calc(var(--medium) * 40);
        float: left;
    }

    .texto .social img {
        max-width: auto;
        width: 100%;
        height: auto;
    }

}