/*
    Theme Name: Bell
    Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/


p {
  
 font-family: 'Open Sans', sans-serif;
}
.seccion-titulo{
	margin:6px 12px;
	background:#F1F4C2;
}
h1 {
	font-family: 'Open Sans', sans-serif;
  font-size: 6rem;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.875rem;
	margin-bottom: 65px;
	color:#428f5d;
}

h3 {
  font-size: 1.5rem;
  
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */

a {
  transition: 0.5s;
  text-decoration:none;
}

td{
  word-break:break-all;
}
.contenido h3{
	font-size: 24px;
	 margin-bottom: 24px;
  color:#428f5d;
  text-align:left;}

/* .td{font-family: "Raleway", Helvetica, Arial, sans-serif; */
/* font-size: 12px;text-align:center;color:#428f5d;font-weight:bold;} */
/* ==================================================
  Elements
  ================================================== */



section {
  padding: 35px 0;
}


a:hover {
  text-decoration: none !important;
}




/* ==================================================
  objetivo Styling
  ================================================== */

.contenido {
  color: #000;
  height: auto;
  overflow: hidden;
  padding-top: 65px;
}

.contenido h2 {
  text-transform: uppercase;
  /* margin-bottom: 15px; */
  margin: 18px 0;
  padding-bottom:25px;
  font-size: 3rem;
}




/* ==================================================
  Responsive Styling
  ================================================== */



@media (max-width: 61.9em) {
  section,
  .block,
  .space {
    padding: 35px 0;
  }
  
  p,
  .block p {
    margin: 0;
  }

 

  h1 {
    font-size: 32px;
    margin: 0;
  }

  h2,
  .tagline {
    font-size: 24px;
  }

  h2 {
    margin-bottom: 25px;
  }

  h3 {
    font-size: 14px;
  }

  
}