/**
* Template Name: Kelly
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
 /* Esconder barra de rolagem para Chrome, Safari e Opera */
::-webkit-scrollbar {
    display: none;
}

/* Esconder barra de rolagem para IE, Edge e Firefox */
html, body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.container { margin: 0 auto; width: 95%; }
.row { margin: 0 -1.5625%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.conta1ner {
  margin: 0 auto;  max-width: 88.7%;
}

      :root {
        --primary-color: #1e1e1e;
        --secondary-color: #b1dc6f;
        --bg-color: #fff;
        --heading-color: #00261d;
        --border-radius: 6px;
        --border-radius-full: 35px;
        --border-color: transparent;
        --border-color-light: #eee;
        --nav-color: #292922;
        --dropdown-color: #fff;
        --iframe-filter: grayscale(0%);
        --bg-light: rgba(255, 255, 255, 0.15);
        --bg-light-fixed:rgba(194, 194, 194, 0.15);
        --bg-grey: #f7f7f7;
        --bg-lightgrey: #f8f9fa; }
      
      

.noscroll {
  overflow: hidden;
  height: 100vh; }

html {
  scroll-behavior: smooth; }

  body {
    margin: 0;
    padding: 0;
    background-color: #F5F5F7;
    color: var(--font-color);
  }
  
  h1, h2, h3, h4, h5, h6, p {
    font-family: 'SF Pro Display', sans-serif;
  }
  
  




body a,
button,


.clear {
  clear: both; }

.img-responsive {
  max-width: 100%;
  display: block; }

  .d-grid {
    display: grid !important;
  }
  
.align-self {
  align-self: center; }

button,
input,
select,
label,

a,
a:hover {
  text-decoration: none; }

iframe {
  border: none;
  display: block; }

ul {
  margin: 0;
  padding: 0; }


p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 28px;
  color: var(--font-color);
  font-family: 'Open Sans', sans-serif; }

li {
  list-style-type: none; }

p.white {
  color: #eee; }

.align-center {
  align-self: center; }

.noscroll {
  min-height: 100vh;
  overflow: hidden; }

.radius-image {
  border-radius: var(--border-radius); }




/*-- toggle switch --*/
.theme-switch-wrapper {
  display: flex;
  align-items: center; }

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem; }

.theme-switch {
  display: inline-block;
  position: relative;
  margin: 0; }

.theme-switch input {
  display: none; }

/*-- //toggle switch --*/

/*-- header --*/
.w3l-header-4 .navbar {
  padding: 0; }

header {
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 95px;
  padding: 20px 0;
  display: grid;
  align-items: center;
  background: var(--bg-color);
  z-index: 10 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }

header.nav-fixed {
  padding: 0px;
  background: var(--bg-color);
  height: 80px;
  padding: 15px 0;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }

.w3l-header-4 .navbar .navbar-brand {
  margin-right: 0px;
  padding: 0px;
  color: var(--heading-color);
  font-size: 30px;
  padding: 0;
  margin-right: 3rem;
  font-weight: 600;
  position: relative;
  vertical-align: 4px; }

.w3l-header-4 .navbar .navbar-brand span {
  font-weight: 400; }

.w3l-header-4 .navbar .navbar-brand span.fa {
  font-size: 30px;
  color: var(--primary-color);
  vertical-align: -1px; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .nav-item:last-child {
  padding-right: 0; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 10px;
  color: #000000;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -.5px; }


  


.w3l-header-4 .navbar-expand-lg .navbar-nav li.active .nav-link {
  color: var(--heading-color); }

.w3l-header-4 .navbar-expand-lg .navbar-nav .nav-link:hover,
.w3l-header-4 .navbar-light .navbar-nav .show > .nav-link:hover {
  color: var(--heading-color); }

.w3l-header-4 header.nav-fixed {
  padding: 10px 15px;
  background-color: #262d4e;
  background-color: #272727; }

.w3l-header-4 header.nav-fixed .navbar-brand img {
  max-width: 102px; }

.w3l-header-4 .dropdown-toggle::after {
  margin-left: 0.15rem;
  vertical-align: middle;
  display: none; }

.w3l-header-4 .dropdown-menu {
  transform: translateX(-50px);
  border-radius: var(--border-radius);
  min-width: 13rem;
  padding: 1rem 0;
  margin-top: .7em;
  background: var(--bg-color);
  border: 1px solid var(--border-color); }

.w3l-header-4 .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001; }

.w3l-header-4 .absolute-top {
  padding: 20px 0px;
  background: var(--bg-color);
  border-bottom: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); }

.w3l-header-4 li a.search-search {
  background: var(--bg-light);
  font-size: 16px;
  line-height: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  padding: 0;
  text-align: center;
  color: var(--primary-color);
  display: inline-block;
  border: none; }

.w3l-header-4 li a.search-search:hover {
  background: var(--primary-color);
  color: #fff; }

.w3l-header-4 ul.navbar-nav.search-right {
  margin-left: auto;
  align-items: center;
  display: inline-grid;
  grid-template-columns: auto 1fr; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .dropdown-item {
  background: transparent;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 25px;
  padding: 6px 20px;
  color: #999; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .dropdown-item.active,
.w3l-header-4 .navbar-expand-lg .navbar-nav .dropdown-item:hover {
  color: var(--heading-color); }

.w3l-header-4 .popup form input[type="search"] {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  height: 55px;
  padding: 15px 20px 12px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-right: none; }

.w3l-header-4 .popup form button {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #F5F9FC;
  font-weight: 500;
  border: none;
  background: var(--primary-color);
  padding: 0 25px;
  border-left: none;
  border-radius: initial;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.w3l-header-4 .popup form button:hover {
  opacity: .8; }

.w3l-header-4 .popup form input:focus {
  outline: none; }

.w3l-header-4 .pop-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: #000000ba;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%; }

.w3l-header-4 .pop-overlay:target {
  visibility: visible;
  opacity: 1; }

.w3l-header-4 .popup {
  position: relative;
  margin: 0rem auto;
  padding: 15px;
  top: 50%;
  max-width: 600px; }

.w3l-header-4 .popup .close {
  position: absolute;
  right: 20px;
  top: -50px;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  opacity: 0.7; }

.w3l-header-4 .popup .close:hover {
  opacity: 1; }

button.navbar-toggler .icon-close {
  display: block; }

button.navbar-toggler .icon-expand {
  display: none; }

button.navbar-toggler.collapsed .icon-close {
  display: none; }

button.navbar-toggler.collapsed .icon-expand {
  display: block; }

@media (max-width: 991px) {
  .w3l-header-4 .absolute-top {
    padding: 20px 0px 20px; }
  .w3l-header-4 div#navbarNav {
    margin-left: 0px; }
  .w3l-header-4 .navbar-toggler {
    background: var(--bg-color);
    padding: 8px 12px;
    margin-top: 0px;
    outline: none;
    margin-right: 0px;
    cursor: pointer;
    border-radius: 5px;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .w3l-header-4 div#navbarSupportedContent {
    background: #000;
    padding: 15px; }
  .w3l-header-4 .navbar-toggler:hover {
    color: #fff;
    background: var(--primary-color); }
  .w3l-header-4 header .navbar-collapse {
    background: var(--bg-color);
    padding: 10px;
    max-height: calc(100vh - 70px);
    overflow-y: auto; } }

@media (max-width: 991px) {
  .navbar-collapse {
    background: var(--bg-color);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: var(--border-radius); }
  .w3l-header-4 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 10px; }
  .mobile-position {
    position: absolute;
    right: 60px;
    top: 8px; }
  .w3l-header-4 .dropdown-menu {
    transform: translateX(0px); }
  .w3l-header-4 .dropdown-menu:before {
    left: 6%; }
  header {
    height: 80px;
    padding: 15px 0; }
  header.nav-fixed {
    height: 75px;
    padding: 15px 0; } }

@media (max-width: 767px) {
  .w3l-header-4 h1 a.navbar-brand {
    font-size: 30px;
    line-height: 40px; } }

@media (max-width: 568px) {
  .w3l-header-4 .popup {
    max-width: 400px; } }

@media (max-width: 480px) {
  .w3l-header-4 .navbar .navbar-brand {
    font-size: 28px; } }

@media (max-width: 384px) {
  .w3l-header-4 .popup {
    max-width: 345px; } }









      
   
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh; /* Mantém altura total da tela */
  background: url("../img/alexandru.png") center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#hero .container {
  position: relative;
  max-width: 80%; /* Ajusta largura do conteúdo */
}

@media (max-width: 992px) {
  #hero {
    min-height: 100vh; /* Garante que cubra toda a tela no mobile */
  }

  #hero .container {
    padding: 20px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#hero p {
  color: #ffffff;
}

.p {
  color: #181818;
  font-size: 20px;
  font-weight: 20;
  font-family: Georgia, serif;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}


/* title style */
h3.title-style {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

h3.title-style span {
  font-weight: 300;
}

@media (max-width:991px) {
  h3.title-style {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width:568px) {
  h3.title-style {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width:380px) {
  h3.title-style {
    font-size: 32px;
    line-height: 42px;
  }
}


.title-subhny {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--primary-color);
  display: block;
}

.title-subhny span {
  color: var(--heading-color);
}



/* //title style */





/*--/w3l-clients--*/
.w3l-clients {
  margin-top: -62px;
  z-index: 1;
  position: relative;
  
}

.call-w3 {  
  background: #F5F5F7;
  padding: 4em 2em;
  border-radius: 20px;
  box-shadow: 0 20px 40px 0 rgba(165, 165, 165, 0.733);
}

.w3l-clients img {
  margin: 0 10px;
  border-radius: 5px;

  padding: 10px 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: var(--border-radius);
  opacity: .9;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.w3l-clients img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}



.w3l-clients-1 .testimonial {
  display: block;
  margin: 0;
  position: relative;
  padding: 2em 2em;
}

.w3l-clients-1 .testi-des {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 6fr;
  grid-gap: 20px;
}

.w3l-clients-1 blockquote q {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  opacity: 0.6
}

.w3l-clients-1 blockquote q i {
  font-size:30px;
  color: var(--primary-color);
  display: inline-block;
  margin-right:6px;
}
.w3l-clients-1 blockquote q::before{
  display:none;
}

.w3l-clients-1 .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
  border-radius: 50%;
  margin-bottom: 10px;
}

.w3l-clients-1 .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-clients-1 .testimonial .peopl {
  margin: 0;
}

.w3l-clients-1 .testimonial .peopl h3 {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

.w3l-clients-1 p.indentity {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
  opacity: 0.8;
}


/*--//w3l-clients--*/


    /*--  Infraestrutura --*/

.col-md-12 { float: left; }
	.col-md-12 { width: 100%; }

/* generiche */


p.text-head-content {
  font-size: 22px;



  font-weight: bold;


}

  
#sobre{margin-top:0.2px;text-align:center}
#sobre img{width:1110px;display:block;margin-left:auto;margin-right:auto}


.img-fluid1 {
  max-width: 80%;
  height: 80%;
  border-radius: var(--border-radius);
}

    


    h2.text-head-content {
      font-size: 35px;
      line-height: 31px;
      color: #000000;
      margin: 20px 0;
      font-weight: bold;
   
      text-transform: lowercase;
    }

    .img-fluid {
      max-width: 100%;
      height: auto;
      border-radius: var(--border-radius);
    }




    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      padding: 0.75rem 1rem;
      margin-bottom: 1rem;
      list-style: none;
      background-color: #e9ecef;
      border-radius: 0.25rem;
    }
    
    .breadcrumb-item+.breadcrumb-item {
      padding-left: 0.5rem;
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/";
    }
    
    .breadcrumb-item+.breadcrumb-item:hover::before {
      text-decoration: underline;
    }
    
    .breadcrumb-item+.breadcrumb-item:hover::before {
      text-decoration: none;
    }
    
    .breadcrumb-item.active {
      color: #6c757d;
    }


    
.w3l-inner-page-breadcrumb {
  background-size: cover;
  background-image: linear-gradient(to right, rgb(0 5 14 / 75%), rgb(1 5 14 / 75%)), url(../img/quentin-lagache-vB6mPiQId88-unsplash.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 300px;
}

h2.title {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  opacity: .9;
  letter-spacing: .5px;
}

.breadcrumbs-custom-path li a {
  color: #fff;
  opacity:.7;
}

.breadcrumbs-custom-path li a:hover {
  color: #fff;
  opacity: 1;
}

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
  vertical-align: 2px;
  color: #eee;
}

@media (max-width:992px) {
  .w3l-inner-page-breadcrumb {
    min-height: 100px;
  }

}



    

/* button style */





.btn-style {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  transition: .5s all;
  -moz-transition: .5s all;
}

.btn-style1 {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 15px;
  color: #181818;
  border-radius: 12px;
  border: 2px solid #181818;
  transition: .5s all;
  -moz-transition: .5s all;
}

.btn-style:hover {
  background: #000000;
  color: #060606;
  transition: .5s all;
  -moz-transition: .5s all;
}

.btn-style-primary,
.btn-style-primary-2:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
}


.btn-style-primary1,
.btn-style-primary-2:hover {
  color: #181818;
  border: 2px solid #181818;
  background: transparent;
}

.btn-style-primary:hover,
.btn-style-primary-2 {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
}









h1 {
  margin-top: 0;
  margin-bottom: 1.625rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.75rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.625rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}


.div-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  max-width: 1216px;
}


.div-content.content-topo {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-content.content-sobre {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 98%;
  display: flex;
}

.div-content.content-estudio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.div-head-topo {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 3.5rem;
  display: flex;
}


.p-topo {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.25rem;
}

.p-topo.p-topo-baixo {
  margin-bottom: 2.25rem;
}


.topo {
  background-color: var(--00261d);
  background-image: url('../images/bg-topo-faaz-smaller-compress.png');
  background-position: 50% 0;
  background-size: 1920px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 1154px;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}




.ptserif-txt {
  font-family: PTSerif, sans-serif;
  font-style: italic;
}

.ptserif-txt.ptserif-bold {
  font-weight: 700;
}



.design-ambiente {
  color: #57a87c;
  font-size: 1.9rem;
}

.design-ambiente.tag-menor {
  font-size: 1.6rem;
  line-height: 1.2rem;
}

.div-tag-h1-topo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.75rem;
  display: flex;
}

.svg-tag {
  max-height: 49px;
}

.svg-tag.svg-tag-menor {
  max-height: 25px;
}






.estudio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.h2-estudio {
  color: #000000;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 4.4rem;
}

.div-block-estudio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-estudio.div-block-estudio-txt {
  width: 45%;
}

.p-estudio {
  color: #000000;
  margin-bottom: 1rem;
  font-weight: 300;
}

.p-estudio.p-estudio-baixo {
  margin-bottom: 0;
}

.div-title-estudio {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}





.top {
  display: none;
}

.sobre {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -334px;
  display: flex;
}


@media screen and (max-width: 991px) {
  .div-content.content-topo {
    flex-direction: column;
    align-items: center;
  }

  .div-content.content-sobre {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }


  .p-topo {
    text-align: center;
  }

  .topo {
    background-image: none;
  }

  .h1-topo {
    text-align: center;
  }

  .div-sobre {
    padding: 4rem 1rem;
  }

  .div-tag-h1-topo {
    justify-content: center;
    align-items: center;
  }

  .div-block-sobre {
    width: 100%;
    height: auto;
  }

  .div-block-sobre.text-sobre {
    justify-content: flex-start;
    align-items: center;
  }

  .h2-sobre, .p-sobre {
    text-align: center;
  }

  .estudio {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .h2-estudio {
    text-align: center;
  }

  .div-block-estudio {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-estudio.div-block-estudio-txt {
    width: 100%;
  }

  .p-estudio {
    text-align: center;
    margin-top: 1.625rem;
  }

  .p-estudio.p-estudio-baixo {
    margin-top: 0;
  }

  .div-title-estudio {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }




  .sobre {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {


  .div-head-topo {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }



  .p-topo.p-topo-baixo {
    margin-bottom: 2.125rem;
  }

  .div-scroll-topo {
    justify-content: center;
    width: 100%;
  }



  .h1-topo {
    margin-bottom: 1.25rem;
    font-size: 3.25rem;
    line-height: 4.5rem;
  }

  .div-sobre {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .design-ambiente {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }

  .design-ambiente.tag-menor {
    font-size: 1.5rem;
  }

  .svg-tag {
    max-height: 22px;
  }

  .h2-sobre {
    width: 100%;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .estudio {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h2-estudio {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }


}


















/*-------- End About Area ------------*/





@font-face {
  font-family: 'PTSerif';
  src: url('assets/fonts/PTSerif-Regular.ttf') format('woff');
  font-weight: 30;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PTSerif';
  src: url('assets/fonts/PTSerif-Italic.ttf') format('woff');
  font-weight: 30;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PTSerif';
  src: url('assets/fonts/PTSerif-Bold.ttf') format('woff');
  font-weight: 80;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PTSerif';
  src: url('assets/fonts/PTSerif-BoldItalic.ttf') format('woff');
  font-weight: 80;
  font-style: italic;
  font-display: swap;
}










   /*--/footer--*/

 /* Footer */
        footer {
            padding: 60px 22px;
            background:  var(--font-color);
            color: var(--text-secondary);
            font-size: 12px;
            text-align: center;
        }


  
  
  /*--//footer--*/



