@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  /*padding-top: 70px;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.86;    
}
section {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}    
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.navbarbackground {
  padding-top: 25px;
  padding-left: 75px;
  background-color: #34a55c;
  padding-right: 75px;
  padding-bottom: 25px;
}

.btnHablemos {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  padding: 4px;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.btnIngresar {
  margin-left: 5px;
  border: 1px solid #104f2e;
  background-color: #104f2e;
  color: #fff;
  padding: 4px;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.btnProbar{
  border: 1px solid #34a55c;
  color: #fff;
  background-color: #34a55c;
  padding: 4px;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.btnContacto {
  border: 1px solid #34a55c;
  color: #fff;
  background-color: #34a55c;
  padding: 7px;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.btnContinuar {
  border: 1px solid #34a55c;
  color: #fff;
  background-color: #34a55c;
  padding: 7px;
  border-radius: 30px;
  padding-left: 70px;
  padding-right: 70px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;  
}

.color-blanco {color: #fff;}
.color-zimbo {color: #34a55c;}
.color-negro {color: #000;}
.fbold {font-weight: bold;}
.separador{  height: 75px;}

.section-home {
  padding-top:100px;
}
.sub-section-home{
  background-color: #e5e5e5;
  border-radius: 30px;
  padding: 50px;
}
.home-t1 {
  text-align: left;
  font-size: 3em;  
  line-height: 0.1em;
  color: #104f2e;
}
.home-t2 {
  text-align: left;
  font-size: 3em;  
  font-weight: bold;
  line-height: 1.1em;
  color: #104f2e;
}
.home-t3 {
  text-align: left;
  font-size: 1.5em;  
  line-height: 1.2em;
  color: #000;
}
.home-t4 {
  font-weight: bold;
}
.home-t5{
  text-align: left;
}

/*que hacemos*/
.section-quehacemos {
  background-color: #104f2e;
}
.sub-section-quehacemos{
  padding-top:40px;
  padding-bottom:40px;
}
.quehacemos-t1 {
  text-align: center;
  font-size: 2em;  
  line-height: 1.2em;
  color: #fff;
}

/*confian*/
.section-confian {
  background-color: #fff;
}
.sub-section-confian{
  padding-top:40px;
  padding-bottom:40px;
}
.confian-t1 {
  text-align: center;
  font-size: 2em;  
  line-height: 1.2em;
  color: #104f2e;
}

/*contacto*/
.section-contacto {
  padding-top:100px;
}
.mi-caja {
    border-radius: 20px 20px 0 0; /* solo arriba */
    overflow: hidden;             /* MUY IMPORTANTE */
    background: #f1f1f1;
}
.barra-superior {
    height: 25px;
    background: linear-gradient(
        to right,
        #104f2e 50%,
        #34a55c 50%
    );
}
.contenido {
    padding: 20px;
}

.sub-section-contacto{
  background-color: #e5e5e5;
  border-radius: 30px;
  padding: 15px;
}
.contacto-t1 {
  text-align: left;
  font-size: 3em;  
  line-height: 1.2em;
  color: #104f2e;
}
.contacto-t11 {
  text-align: left;
  font-size: 1.5em;  
  line-height: 1em;
  color: #000;
}



.contacto-t2 {
  text-align: left;
  font-size: 3em;  
  line-height: 1.2em;
  color: #34a55c;
}
.bloque1{
  background-color: #104f2e;  
  height: 25px;
}
.bloque2{  
  background-color: #34a55c;  
  height: 25px;
}

.section-footer {  background-color: #34a55c;}
#confian img {
    max-width: 80%;
}  


@media only screen and (max-width: 767px) {
  .navbarbackground {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: #34a55c;
  }  
  .home-box {
    left: 35px;
    top: 70px; 
    width: 80%;
  }
  #confian img {
    max-width: 50%;
  }  
  .btnContacto{
    border: 1px solid #34a55c;
    color: #fff;
    background-color: #34a55c;
    padding: 7px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
  #contacto-hablemos div{
    margin-left: 0px;
  }
}
