.header {
  width: 100%;
  height: 14rem;
  }
.header .container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 25px;
}
.header .logo {
  background-image: url(../img/logo-portomangara-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 198px;
  height: 121px;
  position: relative;
  top: 13px;
  transition: background 0.3s ease;
}
.header nav.nav {
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
}
.header .nav ul.menu {
  display: flex;
}
.header .btn-corretor {
  color: var(--cor-white);
  background-color: var(--cor-gold);
  cursor: pointer;  
  border-radius: 0.4rem;
  padding: 20px 30px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.header .btn-corretor:hover {
  color: var(--cor-white);
  background-color: var(--cor-verde-light);
}
.header .menu li, .social li {
  font-weight: 600;
  font-size: 1.35rem; 
  text-transform: uppercase;
}
.header .menu li {
  margin-right: 2.2rem;
}
.header .menu li:last-child {
  margin-right: 0;
}
.header .menu li a:link, .social li a:link {
  text-decoration: none;
  color: var(--cor-gray);
  font-size: 1.35rem;
}
.header .menu li a:hover, .social li a:hover {
  text-decoration: none;
  color: var(--cor-musgo);
}
.header .menu li a:visited, .social li a:visited {
  text-decoration: none;
  color: var(--cor-dumb);
}
.social {
  position: relative;
}

/*//////////////////////
.social::after {
  content: "";
  position: absolute;
  width: 144%;
  height: 2px;
  background-color: var(--cor-dumb);
  left: -260px;
  top: 9px;
}
//////////////*/

.social li {
  display: flex;
  align-items: center;
  color: var(--cor-gray);
}
.social .ico-social {
  width: 19px;
  height: 19px;
  margin-right: 4px;
}
.btn-mobile {
  display: none;
  width: 29px;
  height: 20px;
}
.menu-mobile {
  position:fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2022;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.menu-mobile .overlay {
  position:fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.menu-mobile aside {
  position:fixed;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-color:var(--cor-smooth);
  padding: 3rem;
  transform: translateX(-100%);
  transition: transform .3s;
 }
  .menu-mobile  .btn-corretor {
  width: 100%;
  margin-top: 5rem;
  }
 aside .logo {
  background-image: url(../img/logo-portomangara-01.png);
  background-repeat: no-repeat;
  background-position: 0;
  display: block;
  height: 125px;
  max-width: 25rem;
  margin-bottom: 4px;
}
aside ul.menu li a {
  padding: 1.5rem 0;
  display: block;
  font-size: 1.8rem;
  color: var(--cor-verde);
}
.menu-mobile .social {
  margin-top: 40px;
}
.menu-opened {
  overflow: hidden;
}
.menu-opened .menu-mobile {
  opacity: 1;
  pointer-events: all;
}
.menu-opened aside { 
  transform: translateX(0%);  
 }
 .nav-mobile {
  margin-top: 40px;
}
ul.mobile-menu li a {
  text-decoration: none;
  padding: 1.1rem 0;
  display: block;
  color: var(--cor-gray);
  font-size: 1.4rem;
  font-weight: 700;
}
ul.mobile-menu li a:hover {
  text-decoration: none;
  color: var(--cor-verde);
  font-size: 1.4rem;
}
ul.mobile-menu li a:visited{
  text-decoration: none;
  color: var(--cor-dumb);
}
ul.mobile-menu li {
  font-weight: 600;
  text-transform: uppercase;
}
 /*/////////////////// 
 
 Hero
 
 //////////////////*/

.s-hero {
  position: relative;
  margin-bottom: 175px;
  margin-top: 90px;
}    
.s-hero-content { 
  display: flex; 
  justify-content: space-between;  
  position: relative;
  z-index: 20;
}
.s-hero .hero-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 332px;
}
.s-hero .hero-txt .btn-corretor {
  color: var(--cor-white);
  background-color: var(--cor-gold);
  cursor: pointer;  
  border-radius: 0.4rem;
  padding: 20px 30px;
  transition: all 0.3s ease;
  font-weight: 600;
  margin-top: 3.5rem;
}
.s-hero .hero-txt .btn-corretor:hover {
  color: var(--cor-white);
  background-color: var(--cor-verde-light);
}
.s-hero .hero-txt h5, .s-hero-mobile .hero-txt-mobile-head h5 {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  background-color: var(--cor-verde);
  text-align: center;
  padding: 2.0rem;
  border-radius: 5rem;
  color: var(--cor-white);
}
.s-hero .hero-txt::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -220px;
  width: 330px;
  height: 290px;
  background: url(../img/img_banana.png);
  z-index: 0;
}
.s-hero .hero-txt h1 {
  color: var(--cor-gold);
  font-size: 8.1rem;
  line-height: 65%;
  margin-bottom: 25px;
}
.s-hero .hero-slide {
    width: 850px ;
}
.s-hero .swiper, swiper-container {
  margin-left: 0;
  margin-right: 0;  
}
.s-hero::after {
  content: "";
  position: absolute;
  width: 554px;
  height: 545px;
  background: url(../img/img_folha_banana.png);
  z-index: 0;
  right: 420px;
  top: 370px;
}
.s-mangaratiba {
    position: relative;
    margin:100px 0;
}
.s-mangaratiba::after {
  content: "";
  position: absolute;
  bottom: 265px;
  left: 0;
  width: 100%;
  height: 234px;
  background: linear-gradient(45deg, var(--cor-verde) 17.68%, var(--cor-cream) 105.94%);
  z-index: 0;
}
  .s-mangaratiba-container {
    display: flex;
    flex-direction: column;
  }
  .s-mangaratiba .mangara-pic {
    background-image: url(../img/foto_mangara.jpg);
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 516px;
    width: 346px;
  }
  .s-mangaratiba .mangaratiba-title {
    position: absolute;
    left: 252px;
    top: -100px;
  }
  .s-mangaratiba .mangaratiba-title h2 {
    font-size: 144px;
    color: var(--cor-verde);
   }
.s-mangaratiba .small0 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;      
    height: 9px;    
  }
  .s-mangaratiba .small0 span {
    font-size: 1rem;
    letter-spacing: 0.30rem;
    color: var(--cor-dumb);    
    padding-left: 22px;
    }
.s-mangaratiba .small0 .arrow  {
    background-image: url(../img/gr_flecha_h.svg);
    width: 1000px;
    height: 8px;
    display: flex;      
    background-repeat: no-repeat;
    background-position: right center;
    align-items: center;
    }

.s-mangaratiba .small90 {
  display: flex;
  position: absolute;
  left: 340px;
  top: -162px;
  transform: rotate(-90deg);
  }
.s-mangaratiba .small90 span {
    font-size: 1rem;
    letter-spacing: 0.30rem;
    color: var(--cor-dumb);    
    }
.s-mangaratiba .small90 .icon  {
    background-image: url(../img/gr_flecha.svg);
    width: 530px;
    height: 9px;
    display: flex;      
    background-repeat: no-repeat;
    background-position: right center;
    align-items: center;
  }
.s-mangaratiba .small90 span {
  font-size: 1rem;
  letter-spacing: 0.30rem;
  color: var(--cor-dumb);
  }
.s-mangaratiba-content {
   display: flex;
   justify-content: space-between;    
   position: relative;
   z-index: 10;
}
.s-mangaratiba-top {
   display: flex;    
   justify-content: flex-start;
   position: relative;
   z-index:1;
  }
  
  .bloco-1 {
    margin: 85px 0 50px 0;
  }
  .bloco-2 {
    color: var(--cor-white);
  }
  .s-mangaratiba-bottom {
   display: flex;    
   justify-content: space-between;
   position: relative;
   z-index:2;
   margin-top: 50px;
  }
  .present-txt-2 {
   width: 724px;
  }
  .present-txt-2 h3 {
   font-size: 67px;
   line-height: 64px;
   color: var(--cor-verde);
   margin-bottom: 5px;
  }
  .present-pic-2 {
   position: absolute;
   right: 0;
   bottom: 0;
  }
.s-mangaratiba-top .mangaratiba-txt {
    width: 350px;
    position: relative;
    margin-left: 32px;
 }
 .s-porto-mangara {
  position: relative;
  margin-bottom: 120px;
}
.s-porto-mangara::after {
  content: "";
  position: absolute;
  bottom: 133px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(85.27deg, var(--cor-verde) 44.46%, var(--cor-cream) 105.94%);
  z-index: 0;
}
.s-porto-mangara header {
  background-image: url(../img/line-divisor.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  }
.s-porto-mangara p {
  width: 54%;
  text-align: center;
}
.s-porto-mangara .porto-itens {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 11;
}
.s-porto-mangara .porto-itens h1 {
  font-size: 8.4rem;
  color: var(--cor-verde);
  margin-bottom: 20px;
  line-height: 6rem;
  text-align: center;
}
.s-porto-mangara .porto-itens-cards {
  width: 100%;
  margin: 50px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
.s-porto-mangara .porto-itens-cards .card {
  background-color: var(--cor-white);
  border: 1px solid #F7F7F7;
  display: flex;
  flex-direction: column;
  width: 220px;
  height: 200px;
  text-align: center;
  box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.07);
  border-radius: 0.4rem;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
}
.s-porto-mangara .porto-itens-cards .card-ico {
  height: 54px;
}
.s-porto-mangara .porto-itens-cards .bt-card {  
  transform: scale(1);  
  transition: all .3s;  
  }
.s-porto-mangara .porto-itens-cards .bt-card {
  text-decoration: none;
  cursor: pointer;
  }
.s-porto-mangara .porto-itens-cards .bt-card:hover {
  transform: scale(1.1); 
  transition: all .3s;
  }
.card-txt {
  color: var(--cor-chumbo);
  font-weight: 500;  
  height: 54px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 145%;
}
.s-porto-mangara .porto-lotes {
  display: flex;
  justify-content: space-between;
  position: relative; 
  height: 567px;
  width: 100%;
  z-index: 10;
}
.s-porto-mangara .info-lotes {
  width: 346px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.s-porto-mangara .info-lotes .tit-lotes {
  margin: 90px 0 0 0;
}
.s-porto-mangara .info-lotes .tit-lotes h2 {
  font-size: 8.2rem;
  color: var(--cor-verde);
  margin: -21px 0 -25px 0;
}
.s-porto-mangara .info-lotes span {
  display: block;
  color: var(--cor-chumbo);
}
.s-porto-mangara .info-lotes span.right {
  text-align: right;
  margin-right: 25px;
}
.s-porto-mangara .info-lotes .data-lotes {
  margin: 80px 35px 60px 0;
}

.s-porto-mangara .info-lotes .btn-corretor {
  color: var(--cor-white);
  background-color: var(--cor-gold);
  cursor: pointer;  
  border-radius: 0.4rem;
  padding: 20px 30px;
  transition: all 0.3s ease;
  font-weight: 600;
  margin-top: 3.5rem;
}
.s-porto-mangara .info-lotes .btn-corretor:hover {
  color: var(--cor-white);
  background-color: var(--cor-verde-light);
}
.s-porto-mangara .data-lotes li {
  color: var(--cor-white);
  margin-bottom: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}
.s-porto-mangara .data-lotes li span {
  display: block;
  color: var(--cor-cream);
  margin-bottom: 0.6rem;
  font-weight: 700;
}
.s-porto-mangara .mapa-lotes {
  width: 850px;  
}
.s-porto-mangara .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 8px;
  background: var(--cor-dumb);
  opacity: 1;
}

.s-porto-mangara .swiper-pagination-bullet-active {
  opacity:1;
  background: var(--cor-verde);
}
.s-porto-mangara .swiper-horizontal > .swiper-pagination-bullets, .s-porto-mangara .swiper-pagination-bullets.swiper-pagination-horizontal, .s-porto-mangara .swiper-pagination-custom, .s-porto-mangara .swiper-pagination-fraction {
  bottom: 30px;
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}

.s-porto-mangara .swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.s-porto-mangara .swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  height: 800px;
}
.s-porto-mangara .porto-itens .swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  height: 250px;
}
.porto-itens .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.porto-lotes .mapa-mobile {
 display: none;       
}
.s-galeria {
  margin-bottom: 90px;
}
.s-galeria header {
  width: 700px;
  margin-bottom: 30px;
}
.s-galeria h1 {  
  color: var(--cor-verde);
  font-size: 8.4rem;
  line-height: 80%;
  margin-bottom: 1.2rem;
} 
.s-galeria .ctrl-nav {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 0 0;
  width: 84px;
}
.s-galeria .ctrl-nav .gal-button-prev,
.s-galeria .ctrl-nav .gal-button-next {
cursor: pointer;
}
.porto-itens .swiper-slide {
 margin-right: 30px !important;
}
.porto-itens .swiper-slide:last-child {
  margin-right: 0px !important;
 }
 
 

.s-atrativos {
  position: relative;
}
.s-atrativos header {
  width: 598px;
  margin-bottom: 60px;
}
.s-atrativos h1 {
  color: var(--cor-verde); 
  font-size: 8.4rem;
  line-height: 80%;
  margin-bottom: 1.2rem;  
} 
.s-atrativos .lista-parques{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.s-atrativos .parques {
  width: 505px;
}
.s-atrativos .parques li {
  color: var(--cor-chumbo);
  margin-bottom: 1.84rem;
}
.s-atrativos .parques li:last-child {
  margin-bottom: 0;
}
.s-atrativos .parques .bullet {
  display: inline-block;
  background-image: url(../img/ico_marcador.svg);
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.s-atrativos .tributo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 70px;
}

.s-atrativos .tributo-content {
  width: 977px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.s-atrativos .tributo-content .tributo-txt {
  margin-left: 30px;
}
.s-atrativos .tributo-content .tributo-txt span {
  color: var(--cor-chumbo); 
  font-size: 1.5rem;  
} 
.s-atrativos .tributo-content .tributo-txt h2 {
  color: var(--cor-verde); 
  font-size: 8.4rem;
  line-height: 80%;  
} 
.s-atrativos .praia {
  position: relative;
}
.s-atrativos .praia-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-atrativos .praia-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 472px;
  height: 256px;
  position: relative;
  z-index: 14;  
}
.s-atrativos .praia-txt h2 {
  color: var(--cor-white);
  font-size: 5.5rem;
  line-height: 80%;
  margin-bottom: 15px;
}
.s-atrativos .praia-txt p {
  color: var(--cor-white);
  font-size: 1.5rem;
  line-height: 210%;
}
.s-atrativos .praia-img {
  width: 724px;
  position: relative;
  z-index: 12;
}
.s-atrativos .praia-content::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 52%;
  height: 328px;
  background: linear-gradient(85.27deg, var(--cor-verde) 27.04%, #ffefade3 132.76%);
  z-index: 13;  
  border-radius: 0 0.4rem 0.4rem 0;
}
.s-atrativos .graf-coracao {
  position: absolute;
  top: -40px;
  right: 490px;
}


/*///////////////////////////////////////////

 Localização

///////////////////////////////////////////*/


.s-localiza {
  margin: 7.5rem 0;
  width: 100%;
  height: auto; 
} 
.s-localiza .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s-localiza header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1.5rem 0;
}
.s-localiza  h1 {
  font-size: 8.4rem;
  color: var(--cor-verde);
  margin-bottom: -2rem;
}

/*///////////////////////////////////////////

 Dúvidas

///////////////////////////////////////////*/

.s-duvidas {
  margin-top: 70px;
}
.s-duvidas header {
  display: flex;
  justify-content: center;
}
.s-duvidas h1 {
  font-size: 8.4rem;
  color: var(--cor-verde);
}
.s-duvidas-accordion {
  margin: 40px 0 80px 0;
}
.s-duvidas .accordion {
  background-color: var(--cor-dumb);
  border: 2px solid var(--cor-dumb);  
  border-radius: 4px;
  margin-bottom: 1rem;  
}
.s-duvidas .accordion .title {
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color .3s;
  color: var(--cor-gray);
}
.s-duvidas .accordion .title h3 {
  font-family:'Bitter';
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.035em;
}
.s-duvidas .accordion .title .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-duvidas .accordion .title .icon img {
  max-width: 12px;
  transition: transform .3s;
}
.s-duvidas .accordion p {
  display: none;
}
.s-duvidas .accordion:hover .title {
  background-color: var(--cor-dumb);
}
.s-duvidas .accordion.active .title {
  border-bottom: 2px solid var(--cor-dumb);
}
.s-duvidas .accordion.active .title h3 {
  color: var(--cor-gray);
}
.s-duvidas .accordion.active .title .icon img {
  transform: rotate(180deg);
}
.s-duvidas .accordion.active p {
  display: block;
  padding: 0 2.5rem 2.5rem 2.5rem;
  font-size: 1.4rem;
  animation: fadeIn .3s forwards;
  line-height: 190%;
  color: var(--cor-gray);
  font-weight: 500;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.s-duvidas .cta-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}
.s-duvidas .cta-area .btn-corretor {
  color: var(--cor-white);
  background-color: var(--cor-gold);
  cursor: pointer;  
  border-radius: 0.4rem;
  padding: 20px 30px;
  transition: all 0.3s ease;
  font-weight: 600;
  width: 45%;  
}
.s-duvidas .cta-area .btn-corretor:hover {
  color: var(--cor-white);
  background-color: var(--cor-verde-light);
}

footer {
  background-color: var(--cor-verde);
  padding: 50px 0 20px 0;
  width: 100%;
}
footer .footer-content {
  align-items: center;
  display: flex;
  justify-content: space-between;  
}
footer .creditos, footer .logo, footer .contatos {
  width: 33%;  
}
footer .creditos span {
  display: block;
  color: var(--cor-white);
  font-size: 1.2rem;
  margin-bottom: 8px;
}
footer .realiza {
  margin-bottom: 25px;
}
footer .copyright {
  align-items: center;
  border-top: 1px solid #4E8D97;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
}
.copyright p {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--cor-white);
}
footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.redes-sociais {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.redes-sociais p {
  text-align: right;
  color: var(--cor-white);
  font-weight: 500;
}
.redes-sociais ul, .contatos ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 8px;
}
.slide-gallery {
 display: flex;
 justify-content: flex-end;
}
.s-gallery {
  width: 74.1%;
  margin: 0;
  padding-bottom: 4.0rem; 
}
.s-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 0;
  width: 300px;
}
.s-gallery .swiper-pagination {  
  text-align: left; 
}
.ctrl-pag {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: column;
}
.s-gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 8px;
  background: var(--cor-dumb);
  opacity: 1;
}
.s-gallery .swiper-pagination-bullet-active {
  opacity:1;
  background: var(--cor-verde);
}
.s-gallery .swiper-horizontal > .swiper-pagination-bullets, .s-porto-mangara .swiper-pagination-bullets.swiper-pagination-horizontal, .s-porto-mangara .swiper-pagination-custom, .s-porto-mangara .swiper-pagination-fraction {
  bottom: 30px;
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}
.s-gallery .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.s-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

footer .redes-sociais li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--cor-white);
  font-weight: 600;
}
footer .redes-sociais li a {
 margin-right: 8px;
}
footer .contatos {
  display: flex;
  flex-direction: column;
}
footer .contatos small {
  display: block;
  color: var(--cor-white);
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-align: right;
}
footer .contatos .fones span {
  display: inline-block;
  color: var(--cor-white);
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-align: right;
}
footer .contatos .fones li {
  color: var(--cor-white);
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
footer .contatos .fones li:last-child {
  margin-bottom: 0;
}
footer .copyright .dev {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copyright span {
  font-size: 1.3rem;
  color: var(--cor-white);
  margin-right: 4px;
  font-weight: 600;
}
footer .copyright .dev img {
  border-radius: 0;
}