
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Helvetica';
  src:url("../fuente/Helveltica/Helvetica.ttf");
  font-weight: normal;
  font-style: normal;  
}
@font-face {
  font-family: 'Helvetica-bold';
  src:url("../fuente/Helveltica/Helvetica-Bold.ttf");
  font-weight: bold;
  font-style: bold;  
}


:root {
--c-Primary-green: #B5ECB7;
--c-Primary-darkGreen: #043436;

--c-Secondary-darkGreen: #065C51;
--c-Secondary-green: #007A5E;
--c-Secondary-lightBlue: #004C6A;
--c-Secondary-darkBlue: #00334F;
--c-Secondary-Orange: #F4BF77;

--c-grayLight: #E6E6E6;
--c-grayDark: #9DA3A0;

 --font-family-titles: "Poppins", sans-serif;
 --font-family-text: "Roboto", sans-serif;
 --font-weight-title1: 800;
 --font-weight-title2: 700;
 --font-weight-text1: Helvetica;
 --font-weight-text2: 500;    
}



menu {
  background-color: var(--c-Primary-green);
}

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c-Secondary-green);
    font-family: Helvetica;
    font-weight: normal;
    font-style: 16px;
    margin: 0;
    padding: 0;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.main{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
 position: static;
 left: 100%;

}
h1 h5 {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}


/* Encabezado  */
.menu-bar-desktop {
  display: none;
}

.fixed-header {
  display: none;
}

.logo-whatsapp {
  display: none;
}


menu {
  background-color: var(--c-Primary-green);
}

.menu-mobile {
  display: block;
    width: 100%;
    padding: 5px 18px;
    background: #fff;
    color: #444444;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.menu-mobile .barra {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding-right: 30px;
}
.menu-mobile .barra .logo {
  width: 40px;

}

.menu-mobile .barra a img {
  width: 40px;
}

.menu-mobile .menu-principal {
  width: 80%;
  display: block;
  position: fixed;
  top: 56px;
  left: -100%;
  border-bottom: 1px solid rgb(204, 204, 204,0.5);
  border-right: 1px solid rgb(204, 204, 204,0.5);
  box-shadow: 0px 1px 5px -1px rgb(0,0,0,0,0.2);
  background: var(--c-Primary-green);
  padding: 0;  
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5rem;
  transition: all .3s ease;
}


.menu-mobile .menu-principal a {
  display: block;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: var(--c-Secondary-darkBlue);
  text-decoration: none;
  border-bottom: 204, 204, 204, 0.5;
}

.menu-mobile .menu-principal a:hover {
display: block;
padding: 10px;
color: var(--c-Secondary-darkGreen)
}

/* ------ MAIN ------ */

/*Banner principal*/


.btn {
  background: linear-gradient(225deg, #c2fdc4, #a3d4a5);
  color: var(--c-Secondary-darkBlue);
  border: none;
  border-radius: 50px;
  height: 45px;
  cursor: pointer;
  transition: all .7s ease;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-titles);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-decoration: none;
}
.main{
  width: 100%;
  margin-top: -68px;
}

.main .banner-principal{
  width: 100%;
  display: flex;
  background-color: var(--c-Primary-darkGreen);
}

.main .banner-principal .banner{
  width: 100%;
  height: 90vh;
  background-image: url('../assest/home/proyecto-de-finanzas.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  z-index: 0;
  mask-image: linear-gradient(#043436 10%, transparent);
}

.banner-principal .texto-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main .banner-principal .texto-banner h2{

  font-family: var(--font-family-titles);
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-top: 265px;
  margin-bottom: 0;
  z-index: 2;
  border: none;
  padding: 0 30px;
  text-align: center;

}

.main .banner-principal .texto-banner p{
  position: relative;
  font-family: var(--font-family-titles);
  font-size: 3rem;
  font-weight: 700;
  color: var(--c-Primary-green);
  margin: 0;
  z-index: 2;
  border: none;
}

.main .banner-principal .texto-banner h1 {
  position: relative;
  font-family: helvetica;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 0 12px;
  margin-bottom: 40px;

}

.main .banner-principal .texto-banner a{
  display: flex;
  position: relative;
  margin-bottom: 40px;
  width: 200px;

}

.main .banner-principal .texto-banner a:hover{
 color: var(--c-Secondary-darkBlue);
border-radius: 50px;
background: linear-gradient(225deg, #c2fdc4, #a3d4a5);
box-shadow:  10px 10px 20px #8fba91;
}

/*------------------------------------Parragraph & image ------------*/

.parragraph-image-main {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  margin: 10px 12px 10px 12px;
}

.parragraph-image-main .image-parragraph img {
 width: 100%;
 height: auto;
 border: none;
 border-radius: 23px;

}

.parragraph-image-main .parragraph-description-main {
  font-family: var(--font-weight-text1);
  font-weight: normal;
  text-align: center;
  color: #000000;
  padding: 0;  
  width: 100%;
  font-size: 15px;
}

/*-------------------------nuestros servicios---------------------*/

.bold-parrgraph {
  font-family: helvetica;
  font-weight: bold;
  font-style: bold;  
}

.nuestros-servicios {
    display: flex;
    flex-direction: column;  
    background-color: var(--c-Primary-darkGreen);
    padding: 20px 10px;
    gap: 30px;
}
.titulo-seccion {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icons{
  width: 50px;
  height: 50px;
  background-color: var(--c-Primary-green);
  border: none;
  border-radius: 50px;

}

.nuestros-servicios .titulo-seccion h2 {
  font-family: var(--font-family-titles);
  color: white;
}


.contendor-servicios {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;

}

.contendor-servicios .servicios {
    display: flex;
    position: relative;
    height: 400px;
    min-height: 145px;
    max-height: 400px;
    width: 250px;
    min-width: 100px;
    max-width: 275px;
    border: none;
    /* border: 2px solid var(--c-Primary-green); */
    border-radius: 15px;
    text-align: center;
    justify-content: center;

    
}

.contendor-servicios .servicios img {
   display: flex;
   position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    mask-image: linear-gradient(#043436 10%, transparent);

}


.contendor-servicios .servicios p {
  display: flex;
  position: relative;
  justify-content: start;
  top: 300px;
  flex-direction: column;
  font-family: var(--font-family-titles);
  color: #fff;
  padding: 10px;
  z-index: 2;
}
.container-btn-servicios{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-bottom: 20px;
    top: 20px;
    
}

.btn-servicios {
  align-items: center;
  justify-content: center;
  bottom: 40px;
  width: 200px;
  margin-bottom: 40px;
}

.btn-servicios:hover {
 color: var(--c-Secondary-darkBlue);
border-radius: 50px;
background: linear-gradient(225deg, #c2fdc4, #a3d4a5);
box-shadow:  -10px 10px 20px #8fba91,
             10px -10px 20px #dbffdd;
}


/*oferta de valor */
.container-oferta-de-valor{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: var(--c-grayLight);
  gap: 15px;
  z-index: 5;
}
.container-title {
  display: flex;
  color: var(--c-Primary-darkGreen);
  padding: 20px 10px;
  gap: 25px;
  align-items: center;
}

.container-oferta-de-valor .container-title h2 {
  font-family: var(--font-family-titles);
  color: var(--c-Primary-darkGreen)
}
.section-ofertas {
  display: flex;
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  gap: 10px;
  height: auto;
  padding: 0 10px; 
  justify-content: start;
}

.container-oferta-de-valor .section-ofertas .oferta-de-valor-cards {
  display: flex;
  position: relative;
  scroll-snap-align: center;
  width: 250px;
  max-width: 250px;
  min-width: 250px;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  border: none;
  border-radius: 15px;  
}

.container-oferta-de-valor .section-ofertas img {
 display: flex;
 position: relative;
 width: 100%;
 height: 100%;
 border: none;
 border-radius: 15px;
}

.container-oferta-de-valor .section-ofertas .container-parragraph-description {
  display: flex;
  position: absolute;
  background-color: #fff;
  opacity: 90%;
  margin: 10px 10px;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  height: 100px;
  max-height: 100px;
  min-width: 100px;
  border: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000000;
  padding: 10px;

  }


  /* footer */

footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: var(--c-Primary-darkGreen);
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    width: 100dvd;
}

hr {
  display: flex;
  color: var(--c-Primary-green);
  width: 100%;
  margin: 20px 0;
}

footer .logo-footer img{
   display: flex;
  width: 200px;
  height: auto;
  padding: 0;
  margin: 0;
}

footer .contact-page h3 {
  font-family: var(--font-family-titles);
  font-weight: 900px;
 
}

footer .contact-page p {
  font-family: var(--font-weight-text1);
  font-size: 16px;
  padding: 5px;
  margin: 0;
  gap: 10px;
}
footer .menu-footer a {
  display: flex;
  font-family: var(--font-weight-text1);
  font-display: swap;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  margin: 0;
  gap: 40px;
  margin-right: 10px;
}

footer .menu-footer a:hover {
  color: var(--c-Primary-green);
}

.copyright {
  display: flex;
  background-color: var(--c-Secondary-green);
  font-family: var(--font-weight-title2);
  font-weight: 200;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.fa-linkedin {
color: white;
font-size: 34px;
text-decoration: none;
padding-top: 20px;
}

.fa-linkedin:hover {
color: var(--c-Primary-green);
}

.logo-whatsapp{
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  height: 55PX;
  width: 55px;
  justify-content: center;
  align-items: center;
   cursor: pointer;
  transition: all .7s ease;
}

.logo-whatsapp:hover {
   height: 60px;
   width: 60px;
   cursor: pointer;
   transition: all .7s ease;
}
