*{
  margin: 0;
  padding: 0;
  }

.tel {
color: #fff;
}

.tele{
color:#fff;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 28px;
font-weight: 700;
}

.correo{
  color:#fff;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.bg{
      background: #00712D;
}

.mapa{
  width: 90%;
  height: 50%;
}

.acerca01{
  border-radius: 50%;
  width: 30%;
  height: 30%;
}

.texto01{
color:#00712D;
font-family:fantasy;
font-size: 50px;
}

.texto02{
color: #00712D;
font-size: 35px;
font-family: fantasy;
}

.texto002{
  color: #000;
  font-size: 35px;
  font-family: fantasy;
  }

.texto03{
  color: #000;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
  font-weight: 600;
  font-size: 18px;
}

.texto04{
color: #000 ;
font-size: 18px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 700; 
}

.texto05{
  color: #000;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700; 
}

.text010{
  color: #1A5319;
  font-size: 25px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.iconos01{
  color:#1A5319;
  font-size: 70px;
  padding: 40px;
  margin: auto 100px 10px;
  text-align: justify;  
  font-weight: 800;
  background: #9DDE8B;
  border-radius: 50%;
  
  }

.iconos02{
  color:#1A5319;
  font-size: 70px;
  padding: 40px;
  margin: auto 100px 10px;
  text-align: justify;  
  font-weight: 700;
  background: #9DDE8B;
  border-radius: 50%;
}

.iconos03{
  color:#1A5319;
  font-size: 70px;
  padding: 40px;
  margin: auto 100px 10px;   
  text-align: justify;  
  font-weight: 700;
  background: #9DDE8B;
  border-radius: 50%;
}

.iconos04{
  color:#1A5319;
  font-size: 70px; 
  padding: 40px;
  margin: auto 60px 10px;
  text-align: justify;  
  font-weight: 700;
  background: #9DDE8B;
  border-radius: 50%;
}



.btn01{
  color: #424242;
  background-color: #00712D;
  padding: 10px;
}


.img01{
    width: 70%;
    height: 100%;
  }

  .slider01{
    width: 15%;
    height: 15%;
    border-radius: 50%;
  }

  .btn-fixed{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background:#00712D;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
  }

.btn-fixed i{
  color: #fff;
  font-size: 20px;
    line-height: 50px;
}

.footer01{
  width: 25%;
  height: 25%;
  border-radius: 3%;
}

.texto06{
  color: #00712D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  text-align: justify;
  font-weight: 800;
}

.texto07{
color: #00712D;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: left;
font-weight: 800;
font-size: 22px;
/**letter-spacing: 1.5px;**/
}
.texto08{
  color:#000;
  text-align: justify;
  font-weight: 600;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
}

.titulo01{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family:fantasy;
  font-size: 2em;
  letter-spacing: 3px;

}

.historia{
  color: #34314F;
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
}

section{                
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(../img/carrusel012.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  display: inline-flex;
  background-blend-mode: multiply;                       
}

.texto09{
color: #fff;
font-family: fantasy;
font-size: 45px;
letter-spacing: 3px;
}

.slider9{
width: 22%;
height: 22%;
border-radius:50%;
padding: 15px;
}

.texto11{
  color: #1A5319;
  font-size: 25px;
  font-weight: 700;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.texto12{
  color: #000;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 700;
}


@media screen and (max-width:800px){
  
  .acerca01{
    border-radius: 50%;
    width: 70%;
    height: 70%;
    margin: auto 50px;
  }

  .mapa{
    width: 90%;
    height: 90%;
    border-radius: 3%;
  }

  .tele{
    color:#fff;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    }
    
    .correo{
      color:#fff;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 18px;
      font-weight: 700;
    }

}

