
/*
Theme Name: Fundación CEN
Theme URI: https://www.sapublicidad.cl/sicsam
Author: SA Publicidad SpA
Author URI: https://www.sapublicidad.cl
Description: Tema exclusivo desarrollado por SA Publicidad. DiseÃ±o moderno, responsive y full-width.
Version: 1.0.1
License: Licencia Privada
License URI: https://www.sapublicidad.cl/licencia
Tags: minimalista, responsive, moderno, full-width
*/




:root {
  --color-primary: #497c9c;
  --color-primary-dark: #305e75;
  --color-primary-light: #a9cfe5;
  --color-primary-extradark: #1c2f39;
  --color-accent: #fbc531;
  --color-accent-dark: #e0a400;
  --color-secondary: #58b368;
  --color-secondary-dark: #3e8051;
  --color-bg: #f7f9fc;
  --color-bg-alt: #eaf3f8;
  --color-text: #1c1c1c;
  --color-muted: #ddeced;
  --color-border-color: rgba(0, 0, 0, 0.08);
  --color-border2-color: rgba(0, 0, 0, 0.2);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: var(--color-bg);
  color: var(--color-text);
}

body {
  font-family: "Mona Sans", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-muted);
  background-image: url(img/bg-mariposas.webp);
  background-size: 100% 100%;
  background-attachment: fixed;
  color: var(--color-text);
  padding: 0 0 20px 0;
}

@media(max-width:800px){
  body{
    background-size: 200%;
  }
}

.wrap{
  max-width: 1990px;
  margin:auto;
  width: 97%;
}

input, textarea, button, select {
  font: inherit;
  color: var(--color-text);
  background-color: var(--color-bg);
  border: 1px solid var(--color-muted);
  border-radius: 4px;
  padding: 0.5em;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
  height: auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}


.material-symbols-outlined {
  pointer-events: none;
  font-variation-settings: 'FILL' 0, 'wght' 100,'GRAD' 0;
}


/* wrap-footer */
.wrap-footer{
    position: relative;
    background-color: var(--color-primary-extradark);
    margin:20px 20px 0 20px;
    border-radius: 13px;
}

.wrap-footer > img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: .1;
    pointer-events: none;
}

/* sub-footer */
.sub-footer{
    position: relative;
    z-index: 2;
}

.sub-footer .suscribe{
    display: flex;
    gap:2%;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 50px 0;
}

.sub-footer .suscribe img{
  max-width: 100px;
}

.sub-footer  .logo-footer{
  font-weight: 700;
  display: flex;
  justify-content: right;
  width: 150px;
  line-height: .7;
  justify-content: right;
  text-align: right;
  padding: 10px;
  flex-wrap: wrap;
}
.sub-footer  .logo-footer em{
  display: inline-block;
  font-style: normal;
  font-size: 15px;
  text-align: right;
  font-weight: 300;
  background-color: var(--color-bg-alt);
  padding: 3px;
  border-radius: 5px;
}

.sub-footer  .logo-footer span{
  font-size: 50px;
  font-weight: 900;
  display: block;
  width: 100%;
  color: var(--color-accent);
}

.sub-footer .suscribe form{
    background-color: var(--color-bg);
    display: flex;
    width: 55%;
    padding: 10px;
    border-radius: 7px;
}

@media(max-width:800px){
  .sub-footer .suscribe{
    display: block;
    text-align: center;
    flex-wrap: wrap;
  }

  .sub-footer  .logo-footer{
    text-align: center;
  }

  .sub-footer .suscribe form{
    width: 100%;
  }
}


.sub-footer .suscribe form input[type="email"]{
    padding: 0px 2%;
    font-size: 19px;
    border:none;
    outline: none;
    width: 80%;
    font-weight:500;
}

.sub-footer .suscribe form input[type="email"]::placeholder{
    color: var(--color-primary-dark);
    font-weight: 500;
}

.sub-footer .suscribe form input[type="submit"],
.sub-footer .suscribe form button{
    padding:20px 2%;
    border:none;
    outline: none;
    width: 30%;
    position: relative;
    border:dashed 1px var(--color-primary-extradark);
    color: var(--color-primary-extradark);
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    background-color: var(--color-bg);
    cursor: pointer;
    transition: background-color .3s ease;
}

.sub-footer .suscribe form input[type="submit"]:hover,
.sub-footer .suscribe form button:hover, 
.sub-footer .suscribe form input[type="submit"]:focus,
.sub-footer .suscribe form button:focus{
    background-color: var(--color-primary-extradark);
    color: var(--color-bg);
}

/* boxs */
.sub-footer .boxs{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 50px 0;
}

.sub-footer .boxs article{
    padding: 0 30px;
}

.sub-footer .boxs article:nth-child(1){
    padding: 0 50px 0 0;
    width: 34%;
}
.sub-footer .boxs article:nth-child(2){
    width:60%;
}

@media(max-width:800px){
  .sub-footer .boxs article:nth-child(1),
  .sub-footer .boxs article:nth-child(2){
    width: 100%;
    padding: 40px;
  }
}

.sub-footer .boxs article h2{
    font-size: 20px;
    font-weight: 700;
    max-width: 400px;
    color: var(--color-bg);
    position: relative;
    margin:0 0 20px 0;
}

.sub-footer .boxs article p{
    color: var(--color-bg);
    font-size: 16px;
    opacity: .7;
    line-height: 1.7;
}

.sub-footer .boxs article ul.menu{
    color: var(--color-bg);
}

.sub-footer .boxs article ul li a{
    color: var(--color-bg);
    font-size: 16px;
    opacity: .7;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}


.sub-footer .boxs article ul.logos{
  display: flex;
  gap:2%;
}


.sub-footer .boxs article ul.logos li img{
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
  pointer-events: none;
}


.sub-footer .boxs article ul.social-footer{
    display: flex;
    list-style-type: none;
}

.sub-footer .boxs article ul.social-footer li a{
    display: block;
    text-decoration: none;
    width:50px;
    line-height: 50px;
    text-align: center;
    transition: all .3s ease;
    opacity: 1;
    font-size: 24px;
}

.sub-footer .boxs article ul.social-footer li a:hover{
  color: var(--color-accent);
}

/* footer */
footer{
    position: relative;
    text-align: center;
    font-size: 18px;
}

footer .wrap{
    padding: 40px 0;
    border-top: solid 2px rgba(255, 255, 255, 0.2);
    color: var(--color-bg);
    font-weight: 400;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

footer a{
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
}

footer a:hover{
    text-decoration: underline;
}



.go-top{
    position: fixed;
    width: 50px;
    line-height: 50px;
    right: 20px;
    bottom: 20px;
    background-color: var(--color-primary-extradark);
    color: var(--color-bg);
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    z-index: 99;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

/* header */
header{
  padding: 20px;
}


header#stick{
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  z-index: 999;
}

header#stick.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

header#stick.show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}


header .wrap{
  background-color: var(--color-accent);
  padding: 5px 10px;
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
}


header .logo{
  font-weight: 700;
  display: flex;
  justify-content: right;
  width: 120px;
  line-height: .7;
  justify-content: right;
  text-align: right;
  padding: 10px;
}

header .logo em{
  display: inline-block;
  font-style: normal;
  font-size: 15px;
  text-align: right;
  font-weight: 300;
  background-color: var(--color-bg-alt);
  padding: 3px;
  border-radius: 5px;
}

header .logo span{
  font-size: 50px;
  font-weight: 900;
  color: var(--color-primary-extradark);
}

header .wrap nav{
  width: 80%;
  padding: 0 20px 0 0;
}

@media(max-width:800px){
  header .wrap nav{
    display: none;
  }
}

header .wrap nav ul{
  display: flex;
  gap:2%;
  justify-content: right;
  width: 100%;

}

header .wrap nav ul li{
  display: block;
}

header .wrap nav ul li a{
  display: block;
  font-weight: 600;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--color-primary-extradark);
  transition: opacity .3s ease;
}

header .wrap nav ul li a:hover{
  opacity: .6;
}

header .wrap nav ul li.current-menu-item a,
header .wrap nav ul li.current-menu-item a:hover{
  background-color: var(--color-muted);
  color: var(--color-primary);
  opacity: 1;
}


/* home */
.home .wrap{
  display: flex;
  padding: 0 20px;
  gap:2%;
  flex-wrap: wrap;
}

.home .wrap article{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 60vh;
  display: flex;
  align-items: end;
  background-color: var(--color-primary-extradark);
  margin:1% 0;
}

.home .wrap article:nth-child(1),
.home .wrap article:nth-child(5){
  width: 50%;
}

.home .wrap article:nth-child(2),
.home .wrap article:nth-child(4){
  width: 23%;
}

.home .wrap article:nth-child(3),
.home .wrap article:nth-child(6){
  width: 22%;
}

.home .wrap article img{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  opacity: .6;
  transition:transform .3s ease;
}

.home .wrap article:hover img{
  transform: scale(1.2);
}

.home .wrap article  .info{
  position: relative;
  z-index: 2;
  padding: 50px;
}

.home .wrap article .info .inter h1{
  font-size: 3em;
  color: var(--color-bg);
  font-weight: 700;
}

.home .wrap article .info .inter h2{
  font-size: 2em;
  line-height: 1.5;
  color: var(--color-bg);
  font-weight: 700;
}

@media(max-width:800px){
    .home .wrap article,
    .home .wrap article:nth-child(1),
    .home .wrap article:nth-child(2),
    .home .wrap article:nth-child(3),
    .home .wrap article:nth-child(4),
    .home .wrap article:nth-child(5),
    .home .wrap article:nth-child(6){
      width: 100%;
      height: auto;
      padding: 40px 20px;  
  }

  .home .wrap article .info .inter h1,
  .home .wrap article .info .inter h2{
    font-size: 30px;
  }
}

.home .wrap article .info .inter h3{
  font-size: 1.2em;
  line-height: 1.5;
  color: var(--color-bg);
  font-weight: 400;
}

.home .wrap article .info .inter p a{
  display: inline-block;
  line-height: 50px;
  background-color: var(--color-accent-dark);
  color: var(--color-bg);
  padding: 0 20px;
  border-radius: 50px;
  margin:20px 0 0 0;
  font-weight: 600;
  transition:transform .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.home .wrap article .info .inter p a:hover{
  transform: translateY(-5px);
  background-color: var(--color-primary-extradark);
  box-shadow: 0 0 0 5px var(--color-accent);
}

/* wellcome */
.wellcome{
  margin:30px 0 0 0;
  background-image: url(img/t3.webp?2);
  padding: 80px 0;
}

.wellcome .wrap{
  max-width: 900px;
}

.wellcome .wrap h2{
  text-align: center;
  font-size: 60px;
  max-width: 900px;
  margin:auto;
  font-weight: 900;
}

.wellcome .wrap p{
  text-align: justify;
  line-height: 2;
  margin:30px 0;
  font-weight: 600;
  font-size: 1.3em;
}

@media(max-width:800px){
  .wellcome .wrap h2{
    font-size: 30px;
  }

  .wellcome .wrap p{
    margin:30px;
  }
}

/* staff */
.staff{
  background-image: url(img/t2.webp);
  padding: 80px 0;
  background-repeat: repeat;
  background-attachment: fixed;
}

.staff .wrap{

}

.staff  h2{
  text-align: center;
  font-size: 60px;
  max-width: 900px;
  margin:auto;
  font-weight: 900;
}


.staff  h3{
  text-align: center;
  font-size: 20px;
  max-width: 900px;
  margin:auto;
  font-weight: 400;
}

.staff .gallery{
  display: flex;
  gap:2%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:50px 0 0 0;
}

.staff .gallery article{
  width: 23%;
  background-image: url(img/t6.webp);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition:transform .3s ease;
}

.staff .gallery article:hover{
  transform: scale(1.1) translateY(-20px);
}

.staff .gallery article .image{
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}


.staff .gallery article .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}


.staff .gallery article:hover .image img{
  transform: scale(1.1);
}

.staff .gallery article h4{
  padding: 20px 20px 40px 20px;
  font-size: 24px;
  color: var(--color-primary-extradark);
  line-height: 1;
  text-align: center;
}

.staff .gallery article h5{
  padding: 5px 10px;
  font-size: 17px;
  font-weight: 500;
  margin:0 0 -20px 0;
  display: inline-block;
  right: 20px;
  z-index: 2;
  background-color: var(--color-accent);
  color: var(--color-primary-extradark);
  border-radius: 5px;
  transform: translateY(-20px);
}



.staff .gallery article p{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background-color: #1c1c1c;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  font-size: 14px;
}

.staff .gallery article:hover p{
  opacity: 1;
}



@media(max-width:800px){
  .staff h2{
    font-size: 30px;
  }
  .staff .gallery article{
    width: 90%;
    margin:20px auto;
  }

  .staff .gallery article:hover{
    transform: scale(1);
  }

  .staff .gallery article p{
  position: relative;
  width: 100%;
  background-color: transparent;
  height: auto;
  top:auto;
  left: auto;
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  padding:0px  50px 50px 50px;
  opacity: 1;
  pointer-events: none;
  font-size: 14px;
  }
}

/* iniciativas */
.iniciativas{
  padding: 80px 0;
  background-image: url(img/t6.webp);
  background-attachment: fixed;
}

.iniciativas  h2{
  text-align: center;
  font-size: 60px;
  max-width: 900px;
  margin:auto;
  font-weight: 900;
}


.iniciativas  h3{
  text-align: center;
  font-size: 20px;
  max-width: 900px;
  margin:auto;
  font-weight: 400;
}

.iniciativas .gallery{
  display: flex;
  gap:2%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:50px 0 0 0;
}

.iniciativas .gallery article{
  width: 48%;
  padding: 50px 50px;
  display: flex;
  flex-wrap: wrap;
  aspect-ratio: 2/1;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin:2% 0;
  border-radius: 13px;
  color: var(--color-primary-extradark);
  transition: all .3s ease;
  background-image: 
    url('img/t3.webp'), 
    url('img/bg-mariposas.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}



@media(max-width:800px){
  .iniciativas h2{
    font-size: 30px;
  }

  .iniciativas .gallery article{
    width: 100%;
  }
}

.iniciativas .gallery article:hover{
  box-shadow: inset 0em 100em rgba(0,0,0,.5);
  color: var(--color-bg);
}

.iniciativas .gallery article .images{
  width: 100%;
}

.iniciativas .gallery article p{
  font-size: 20px;
  font-weight: 600;
}

.iniciativas .gallery article p span{
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 70px;
  display: block;
  margin:0 0 20px 0;
}




/* proyectos */
.proyectos{
  padding: 80px 0;
  background-image: url(img/t4.webp?2);
  background-attachment: fixed;
  color: var(--color-bg);
}

.proyectos  h2{
  text-align: center;
  font-size: 60px;
  max-width: 900px;
  margin:auto auto 50px auto;
  font-weight: 900;
}


.proyectos .gallery{
  display: flex;
  gap:2%;
  flex-wrap: wrap;
}

.proyectos .gallery article{
  background-color: var(--color-primary-extradark);
  border-radius: 13px;
  aspect-ratio: 2/1;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  text-align: center;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.proyectos .gallery article .inter{
  position: relative;
  z-index: 2;
}

.proyectos .gallery article img{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
  transition: all .3s ease;
}

.proyectos .gallery article:hover img{
  transform: scale(1.1);
  opacity: .5;
}

.proyectos .gallery article h3{
  font-size: 2em;
  font-weight: 800;
  margin:0 0 20px 0;
}

.proyectos .gallery article p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}


@media(max-width:800px){

  .proyectos h2{
    font-size: 30px;
    margin:0 0 0 0;
  }


  .proyectos .gallery article{
    width: 100%;
    margin:20px;
    aspect-ratio: auto;
    padding: 40px;
  }

  .proyectos .gallery article h3{
    font-size: 20px;
  }
}

.proyectos .last{
  padding: 40px;
  margin:30px 0 0 0;
  border-radius: 13px;
  color: var(--color-primary-extradark);
  background-color: var(--color-accent);
}

.proyectos .last h4{
  font-size: 40px;
  font-weight: 800;
}

.proyectos .last p{
  font-size: 20px;
  max-width: 600px;
  margin:0 0 40px 0;
}

.proyectos .last .flex{
  display: flex;
  justify-content: space-between;
}

@media(max-width:800px){
  .proyectos .last .flex{
    display: block;
    text-align: center;
    padding: 0 0 50px 0;
  }

  .proyectos .last h4{
    text-align: center;
  }
}

.proyectos .last .flex .btn-1 a{
  display: block;
  background-color: var(--color-primary-extradark);
  color: var(--color-bg);
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  transition: background-color .3s ease;
}

.proyectos .last .flex .btn-1 a:hover{
  background-color: var(--color-primary-dark);
}

.proyectos .last .images {
  display: grid;
  position: relative;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 150px 150px 150px 150px;
  grid-template-areas:  "img1 img3 img4"
                        "img1 img3 img6"
                        "img2 img3 img6"
                        "img2 img5 img5";
}


.proyectos .last .images .img1{
  grid-area: img1;
}


.proyectos .last .images .img2{
  grid-area: img2;
}


.proyectos .last .images .img3{
  grid-area: img3;
}


.proyectos .last .images .img4{
  grid-area: img4;
}


.proyectos .last .images .img5{
  grid-area: img5;
}

.proyectos .last .images .img6{
  grid-area: img6;
}


.proyectos .last .images .item{
  position: relative;
}

.proyectos .last .images .item img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 13px;
}

.proyectos .last .images:hover .item img:not(:hover){
  filter: grayscale(1);
  opacity: 0.5;
}



/* banner-logos */
.banner-logos{
  position: relative;
  padding: 140px 2%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, var(--color-bg) 20%, var(--color-bg) 80%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, var(--color-bg) 20%, var(--color-bg) 80%, transparent 100%);
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
  }

.banner-logos .carrusel{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.banner-logos article{
  width: 200px;
  height: 100px;
  background-color: var(--color-bg);
  text-align: center;
  border-radius: 5px;
}

.banner-logos article img{
  display: block;
  margin:auto;
   filter: invert(1);
    pointer-events: none;
   opacity: .8;
}

.banner-logos article.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height:300px;
  background-color: var(--color-border-color);
  backdrop-filter: blur(10px);
  border:dashed 1px var(--color-border2-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  z-index: 20;
}

.banner-logos article.center .inter{
  padding: 30px;
}

.banner-logos article.center .inter h2{
  font-size: 1.2em;
  color: var(--color-text);
  
}

.banner-logos article.center .inter h2 span{
  background-color: var(--color-primary-dark);
  color: var(--color-bg);
  border-radius: 5px;
  padding: 0px 10px;
}


/* contact-home */
.contact-home{
  padding: 100px 0;
  background-color: var(--color-primary-extradark);
  background-image: url("img/lineas-1-b.svg?2"), url("img/lineas-2-b.svg?2");
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 40%;
  position: relative;
  margin:20px;
  border-radius: 13px;
}

.contact-home img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
  opacity: .2;
  z-index: 1;
  pointer-events: none;
}

.contact-home .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  max-width: 1290px;
}

.contact-home .wrap article{
  width: 45%;
  padding: 50px;
  position: relative;
  z-index: 2;
  border-radius: 13px;
  backdrop-filter: blur(5px);
  border:solid 1px var(--color-primary-dark)
}

@media(max-width:800px){
  .contact-home .wrap article{
    width: 100%;
  }
}

.contact-home .wrap article h2{
  width: 100%;
  color: var(--color-bg);
  margin:0 0 30px 0;
  font-size: 2.8em;
}

.contact-home .wrap article form{
  gap:2%;
  display: flex;
  flex-wrap: wrap;
}

.contact-home .wrap article form input:nth-of-type(1),
.contact-home .wrap article form input:nth-of-type(2){
  width: 49%;
  padding: 12px 20px;
  border-radius: 13px;
  background-color: var(--color-bg);
  border:dashed 1px var(--color-border-color);
  margin:0 0 20px 0;
}

.contact-home .wrap article form input:nth-of-type(3),
.contact-home .wrap article form textarea{
  width: 100% !important;
  padding: 12px 20px;
  border-radius: 13px;
  background-color: var(--color-bg);
  margin:0 0 20px 0;
}



.contact-home .wrap article form button, 
.contact-home .wrap article form input[type="submit"]{
  background-color: var(--color-secondary);
  color: var(--color-bg);
  padding: 12px 30px;
  border-radius: 8px;
  border:none;
  font-weight: 600;
  cursor: pointer;
}

/* btn-whatsapp */
.btn-whatsapp{
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}

.btn-whatsapp .icon{
  color: #212121;
  background-color: #25D366;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 35px;
}

.btn-whatsapp .box{
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 300px;
  background-color: #ECE5DD; 
  padding: 16px 20px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  font-family: 'Helvetica Neue', sans-serif;
  color: #111B21;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

@media(max-width:800px){
  .btn-whatsapp .box{
    display: none;
  }
}

.btn-whatsapp .box:after{
  content: "";
  position: absolute;
  border-top:solid 10px #ECE5DD;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  top:100%;
  left: 20px;
}


/* Estilo de texto */
.btn-whatsapp .box h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #075E54;
}

.btn-whatsapp .box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  position: relative;
  margin: auto;
  width: fit-content;
  max-width: 700px;
  background: #111;
  border-radius: 10px;
  text-align: center;
}

#modal-image {
  width: 100%;
  height: auto;
  max-width: 500px;
  border-radius: 8px;
}

.modal-content .prev,
.modal-content .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  color: white;
  border: none;
  font-size: 40px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}

.modal-content .prev:hover,
.modal-content .next:hover {
  background: rgba(255,255,255,0.3);
}

.modal-content .prev {
  left: -50px;
}

.modal-content .next {
  right: -50px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}