/*
Theme Name: dezégn
Theme URI: 
Description: dezégn
Author: Juan Feltrin
Author URI: 
Version: 1.0
*/
@font-face {
    font-family: Selima;
    src: url('css/fonts/Selima.ttf');
}
@font-face {
     font-family: gadugi;
     src: url('css/fonts/gadugi.ttf');
}
@font-face {
    font-family: 'si';
    src: url('css/fonts/socicon.eot');
    src: url('css/fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/socicon.woff') format('woff'),
         url('css/fonts/socicon.ttf') format('truetype'),
         url('css/fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
     font-family: montserrat-light;
     src: url('css/fonts/Montserrat-Light.otf');
}
@font-face {
     font-family: montserrat-regular;
     src: url('css/fonts/Montserrat-Regular.otf');
}
@font-face{
	font-family: "Barlow-Regular";
	src: url("css/fonts/Barlow-Regular.otf");
}
@font-face{
	font-family: "Barlow-Bold";
	src: url("css/fonts/Barlow-Bold.otf");
}
@font-face{
	font-family: "Amithen";
	src: url("css/fonts/Amithen.otf");
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 195px;
}
a:hover{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}
.logo{
    background: url(img/logo.png);
    width:181px;
    height:55px;
    background-size:100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.margin-top{
    margin-top: 30px;
}
.margin-bottom{
    margin-bottom: 30px;
}
.navbar{
    padding: 15px 0;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    margin-left: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #e53154;
    border-radius: 4px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e53154;
    border-radius: 4px;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #e53154;
}

#quemsomos h1{
    font-family: 'Amithen';
    font-size: 50px
}
#quemsomos p{
    font-family: 'Barlow-Regular'; 
    font-size: 18px;
}
#quemsomos span{
    font-family: 'Barlow-Bold';
    font-size: 18px;
}
.thumbnail{
    max-width: 300px;
}
.btn-primary {
  color: #fff;
  background-color: #e53154;
  border-color: #a0223a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #a0223a;
  border-color: #a0223a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a0223a;
  border-color: #a0223a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #72182a;
  border-color: #a0223a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #72182a;
  border-color: #a0223a;
}
.container-fluid{
    max-width: 1000px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail{
	max-width: 100%;
	height: auto;
}
.form-control{
    max-width: 500px;
}
.footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 195px;
    padding-top: 25px;
    background-color: #e53154;
    color: white;
    text-align: center;
}

/*SOCIAL ICON*/
.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}
.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}
.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}
.soc a:hover {
    z-index: 2;
    
}
.soc-icon-last{
    margin:0 !important;
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-instagram {
    background-color: #405de6;
}
.soc-instagram:before {
    content:'\e057';
}
.soc-behance {
    background-color: #000000;
}
.soc-behance:before {
    content:'\e027';
}
.soc-facebook:hover {
    background-color: #526fac;
}
.soc-instagram:hover {
    background-color: #5471fa;
}
.soc-behance:hover {
    background-color: #363636;
}
/*END SOCIAL ICON*/

/* 404 */
.error-404{
    color: #201e1e;
}
.error-404 h1{
    font-family: montserrat-regular;
    font-size: 80px;
}
.error-404 h5{
    font-family: montserrat-regular;    
}
.skull-404{
    background: url(img/skull.png);
    width: 100%;
    height: 18em;
    background-size: 100% 100%;
}
.btn-homepage{
    background-color: #e53154;
    padding: 5px;
    border-radius: 10px;
    border-bottom: 4px solid #b03344;
    text-align: center;
    color: #fff;
    max-width: 100px;
    font-family: montserrat-light;
    font-weight:600;
}
.btn-homepage:active{
    background-color: #a0223a;
}
/* End 404 */

@media screen and (max-width: 700px){
.error-404 h1{
    font-size: 40px;
}
.skull-404{
    background: url(img/skull.png);
    width: 100%;
    height: 10em;
    background-size: 100% 100%;
}
}