body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #c7c5c5;
}
@font-face {
    font-family: 'HVDComicSerifPro';
    src: url('fonts/HVDComicSerifPro.eot'), url('fonts/HVDComicSerifPro.otf') format('truetype'), url('fonts/HVDComicSerifPro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#portfolio {
  /*background-color: #eee;*/
}

#portfolio .portfolio-item .portfolio-caption p,
section h3.section-subheading {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic
}

section {
  padding: 80px 0
}

section h2.section-heading {
  font-family:'HVDComicSerifPro';
  text-transform: uppercase;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 15px
}

.text-muted {
  font-size: 12px;
  padding-top: 5px;
}

section h3.section-subheading {
  font-size: 1em;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 4.7em;
}

.section-subheading {
  line-height: 1.5em;
  max-width: 50em;
  margin: 0 auto;
  text-indent: 1.5em;
}

@media (max-width:768px) {
  section {
    padding: 50px 0
  }
  section h2.section-heading {
    font-size: 40px;
  }
  section h3.section-subheading {
    margin-bottom: 2.7em;
  }
}

.portfolio-item {
  margin: 0 0 15px;
  right: 0
}

.portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto
}

.portfolio-hover {
  background: rgba(33, 33, 33, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s
}

.portfolio-hover:hover {
  opacity: 1
}

.portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #fff
}

.img-fluid {width:100%;}

.portfolio-hover-content i {
  margin-top: -12px
}

.portfolio-hover-content h3,
.portfolio-hover-content h4 {
  margin: 0
}

.portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 25px
}

.portfolio-caption h4 {
  text-transform: none;
  margin: 0
}

.portfolio-caption p {
  /*font-size: 16px;*/
  margin: 0
}

footer span.copyright,
footer ul.quicklinks {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
}

#portfolio * {
  z-index: 2
}

@media (min-width:767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px
  }
}


.material-icons.md12 { 
  font-size: 1.7rem; 
}
.header {
  background-color: #434A52;
  box-shadow: rgba(0,0,0,0.2) 0 2px 6px;
}

.IconMenu {
  padding: 1em;
  width: 2.4rem;
  cursor: pointer;
}
.IconMenu .IconMenu-line {
  background-color: #fff;
  border-radius: 0.1rem;
  height: 0.4rem;
  width: 100%;  
  transition: all 0.3s;
}
.IconMenu .IconMenu-line:nth-child(2) { 
  margin: .4em 0; 
}
/* Effects */
.on .IconMenu--lineTop { 
  transform: rotate(45deg) translate(.41rem, .81rem); 
}
.on .IconMenu--lineCenter { 
  opacity: 0; 
}
.on .IconMenu--lineBottom { 
  transform: rotate(-45deg) translate(.34rem, -.7rem); 
}

.main-nav { 
  display: none; 
}

.Menu-list {
  margin: 0;
  padding: 0;
}
.Menu-item { 
  list-style: none; 
}
.Menu-link {
  --padding: 1em;
  
  display: block;
  padding: var(--padding) 0 var(--padding) var(--padding);
  color: #263238;
  background-color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s;
}
.Menu-icon,
.Menu-text {
  display: inline-block;
  vertical-align: middle; 
}
.Menu-link:hover .Menu-text { 
  color: #f50057; 
}
.Menu-link:hover { 
  background-color: #ECEFF1; 
}

.wa__btn_popup {
    right: 21px!important;
    bottom: 70px!important;
}

.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__button, .wa__btn_popup, .wa__button *, .wa__btn_popup *, .wa__btn_popup :before, .wa__button :before, .wa__button :after, .wa__btn_popup :after, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box :before, .wa__popup_chat_box :after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 5px;
    text-align: center;
    padding: 7px 0 7px 0;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border: 2px solid #2DB742;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon {
    background: #2db742;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../images/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../images/x_icon.svg) center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}