/*=====Reset=====*/
*
{
	margin: 0;
  padding: 0;
}
html,
body,
img,
figure {
  max-width: 100%;
	font-family: arial;
}
html,
body {
  overflow-x: hidden;
  color: #000;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
a {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
h1
{
	color:#3086c9;
	margin-left:2em;
	padding-top: 2.5em;
	padding-bottom: 1em;
	font-size: 2.5em;
	font-weight: bold;
	font-family: utopia-std,Charter,Georgia,serif;
}
h3
{
		color: #fff;
		font-size: 15px;
}
/*===Menu Principal=====================
========================================*/
/*======Desktop======*/
.topnav
{
	background-color: #fff;
  overflow: hidden;
  opacity: 0.9;
	position: fixed;
  top: 0;
  width: 100%;
	border-bottom: 1px groove #eaeaea;
	z-index: 10;
}
.topnav a {
  float: left;
  display: block;
  color: #3086c9;
  background-color:#fff;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 17px;
  opacity:60;
}
.topnav a:hover {
  background-color: #f2f2f2;
  color: #3086c9;
}
.active {
  background-color: #4CAF50;
  color: white;
}
.topnav .icon {
  display: none;
}
/*====Desktop end====*/
/*====Mobile=========*/
@media screen and (max-width: 875px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 875px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media (max-width: 868px) {
  .float-right-sm {
    float: right;
  }
}
@media (min-width: 869px) {
  .float-right-lg {
    float: right;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/*======Mobile end===========*/
/*======Menú principal end===*/





/*======Contenido============*/
#contenedor
{
		width:90%;
		height: auto;
		background-color:#fff;
		max-width: 1400px;
		margin-top:0;
    margin-right:auto;
    margin-left:auto;
}
#contenido
{
	 height: auto;
	 width: 100%;
   background-repeat: no-repeat;
	 background-size: 100% 100%;
	 position:center;
}

.lin{
	width: 80%;
	margin-left:10%;
	border-bottom: 1px groove #eaeaea;
}
/*===Div etapa=================================
  ===Se utiliza para setear el div de etapas===*/
/*===Desktop===*/
.etapas-redish
{
  height: 600px;
	width: 100%;
  margin: 0 auto;
	padding-top: 2.5em;
	border-top: 50px;
	border-color: #000;
}
.etapas-redish h2
{
    color:orange;
    margin-left:5.5em;
		padding-top: 1.2em;
		padding-bottom: 0.5em;
		font-size: 2em;
		font-weight: bold;
		font-family: utopia-std,Charter,Georgia,serif;
}
.etapas-redish h3
{
    color:#3086c9;
    margin-left:2.5em;
		padding-top: 0.2em;
		padding-bottom: 0.5em;
		font-size: 1.3em;
		font-weight: bold;
		font-family: utopia-std,Charter,Georgia,serif;
}
.etapas-redish p
{
	 max-width: 85%;
	 padding-bottom: 2.5em;
	 align-content: center;
	 color: #3086c9;
	 margin-left: 12%;
	 text-align: left;
	 font-size: 1.5em;
   font-family: utopia-std,Charter,Georgia,serif;
}
.etapas-redish a
{
 		text-decoration: underline;
		margin-left:2.5em;
}
/*===Desktop end===*/
/*===Mobile===*/

@media (min-width: 150px) and (max-width:767px) {
  .etapas-redish {
	    width: 100%;
			height: auto;
  }
	.etapas-redish h2
	{
			padding-top: 15px;
			font-size: 20px;
	}
  .etapas-redish p
 {
	     font-size:12px;
			 font-weight: bold;
			 margin-left: 5%;
   }
}
/*===Mobile end===*/
/*======etapas-redish end ======*/
#nuestra-mision h2
{
	margin-top: 5.5em;
}
@media screen and (max-width: 800px) {
	#nuestra-mision h2
	{
		margin-top: 0.5em;
	}
}

/*===Formulario===*/
/*===Desktop======*/
.formulario-redish
{
  height: auto;
	width: 100%;
  margin: 0 auto;
	padding-top: 2.5em;
	border-top: 50px;
	border-color: #000;
}
.formulario-redish h2
{
    color:#3086c9;
    margin-left:5.5em;
		padding-top: 1.2em;
		padding-bottom: 0.5em;
		font-size: 2em;
		font-weight: bold;
		font-family: utopia-std,Charter,Georgia,serif;
}
.formulario-redish p
{
	 max-width: 85%;
	 padding-bottom: 2.5em;
	 align-content: center;
	 color: #3086c9;
	 margin-left: 12%;
	 text-align: left;
	 font-size: 1.5em;
   font-family: utopia-std,Charter,Georgia,serif;
}
/*===Desktop end ===*/
/*===Mobile===*/
@media (min-width: 150px) and (max-width:767px) {
  .formulario-redish {
    width: 100%;
		height: auto;
  }
	.formulario-redish h2
	{
			padding-top: 15px;
			font-size: 20px;
	}
  .formulario-redish p
 {
     font-size:12px;
		 font-weight: bold;
		 margin-left: 5%;
  }
}

.margin
{
	padding-top: 1.5em;
}
.main-redish
{
  height: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 2.5em;
  border-top: 50px;
  border-color: #000;
}
.main-redish h2
{
    color:orange;
    margin-left:5.5em;
		padding-top: 1.2em;
		padding-bottom: 0.5em;
		font-size: 2em;
		font-weight: bold;
		font-family: utopia-std,Charter,Georgia,serif;
}
.main-redish h3
{
    color:#3086c9;
    margin-left:2.5em;
		padding-top: 0.2em;
		padding-bottom: 0.5em;
		font-size: 1.3em;
		font-weight: bold;
		font-family: utopia-std,Charter,Georgia,serif;
}
.main-redish p
{
   max-width: 85%;
	 padding-bottom: 2.5em;
	 align-content: center;
	 color: #3086c9;
	 margin-left: 12%;
	 text-align: left;
	 font-size: 1.5em;
   font-family: utopia-std,Charter,Georgia,serif;
}
.main-redish img
	{
		top: -80%;
	}
  .main-redish form
  {
  		margin-left:16em;
  }
  .main-redish a
  {
   		text-decoration: underline;
  		margin-left:2.5em;
  }
	@media (min-width: 150px) and (max-width:1090px) {
	  #inicio-redish {
	    width: 100%;
			height: auto;
	  }

	}
@media (min-width: 150px) and (max-width:767px) {
  .main-redish {
    width: 100%;
		height: auto;
  }
	.main-redish h2
	{
			padding-top: 15px;
			margin-left:2.5em;
			font-size: 20px;
	}
  .main-redish p
 {
     font-size:12px;
		 font-weight: bold;
		 margin-left: 5%;
   }
	 #bk img{
		 width=100px;
		 height=100px;
   }
}
#bk img{
 width=10px;
 height=10px;
}
.btn_paypal
{
  background: none;
  border: 0;
  color: orange;
  font-size: 1.5em;
  font-family: utopia-std,Charter,Georgia,serif;
  line-height: normal;
  overflow: visible;
  padding: 0;
}
.btn_paypal:hover
{
	color: gray;
}
.donate_paypal
{
	padding: 0;
	margin-top: -6.5em;
	margin-left:13.5em;
	overflow: auto;
}
@media (min-width: 150px) and (max-width:767px) {
  .donate_paypal
	{
		font-size:10px;
	 	margin-top: -5.5em;
 		margin-left:11.5em;
  }
}
	/*===Mobile end ===*/
	/*===Formulario end===*/
	/*=======================contenido end==============================*/

	/*=======================footer=====================================*/
	/*===Desktop===*/
	.ct-u-paddingTop10 {
	  padding-top: 10px !important;
	}
	.ct-footer {
	  background-color: #0d5e9c;
	  opacity: 0.9;
	  padding-top: 20px;
	  margin-top: 20px;
	  position: relative;
	}
	.ct-footer-list {
	  padding: 50px 0;
	  list-style: none;
	  padding-left: 0;
	  display: table;
	  width: 100%;
	  border-bottom: 1px solid #555;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ct-footer-list > li .ct-footer-list-header {
	  font-family: 'Open Sans Condensed', sans-serif;
	  color: #fff;
	  font-size: 30px;
	}
	.ct-footer-list > li ul {
	  list-style: none;
	  padding-left: 0;
	}
	.ct-footer-list > li ul li a {
	  color: #fff;
	}
	.ct-footer-list > li ul li a:hover,
	.ct-footer-post a:hover {
	  text-decoration: underline;
	}
	.ct-footer-meta {
	  padding-top: 30px;
	}
	.ct-footer-meta .ct-socials {
	  padding: 20px 0;
	}
	.ct-footer-meta .ct-socials li {
	  padding: 0 3px;
	}
	address {
	  color: #fff;
	  display: inline-block;
	}
	address span {
	  font-weight: 600;
	}
	address a {
	  color: #fff;
	}
	address a:hover {
	  text-decoration: underline;
	}
	.ct-mediaSection {
	  background-attachment: fixed;
	}
	/*====Desktop end====*/
	/*====Mobile=========*/
	@media (min-width:1200px) {
	  .ct-footer-pre {
	    display: table;
	  }
	  .ct-footer-pre > .inner {
	    display: table-cell;
	    vertical-align: middle;
	  }
	  .ct-footer-list > li {
	    width: 20%;
	    display: table-cell;
	    vertical-align: top;
	  }
	  .ct-footer-list > li:last-child {
	    width: 7%;
	  }
	}
	@media (max-width:1199px) {
	  .ct-footer-pre .form-group {
	      padding-top: 15px
	  }
	}
	@media (max-width: 1199px) {
	  .ct-footer-list > li {
	    display: inline-block;
	    float: left;
	  }
	}
	@media (min-width:992px) {
	  .ct-footer-post .inner-left {
	    float: left;
	  }
	  .ct-footer-post .inner-right {
	    float: right;
	  }
	}
	@media (max-width:991px) {
	  .ct-footer-post {
	    text-align: center;
	  }
	}
	@media (min-width: 768px) and (max-width: 1199px) {
	  .ct-footer-list > li {
	    width: 33.3333%;
	  }
	}
	@media (min-width:768px) {
	  .ct-footer-post p {
	    display: inline-block;
	  }
	  .ct-footer-post p + p {
	    padding-left: 50px;
	  }
	}
	@media (max-width:767px) {
	  address {
	    padding-top: 30px;
	  }
	}
	@media (min-width: 480px) and (max-width:767px) {
	  .ct-footer-list > li {
	    width: 50%;
	  }
	}
	@media (min-width:480px) {
	  .ct-footer-pre .form-group button {
	    top: -1px;
	  }
	  .ct-footer-pre .form-group input {
	    width: 331px;
	  }
	}
	@media (max-width:479px) {
	  .ct-footer-pre .form-group input {
	    float: left;
	    width: 70%;
	    margin: 0;
	  }
	  .ct-footer-pre .form-group button {
	    float: left;
	    width: 30%;
	  }
	  .ct-footer-list > li {
	    width: 100%;
	    text-align: center;
	  }
	  .ct-footer-list {
	    padding: 20px 0;
	  }
	  .btn.btn-large {
	    padding: 20px 10px;
	    line-height: .9;
	    font-size: 26px;
	    letter-spacing: -.2px;
	  }
	  .ct-section_header--type1 {
	    font-size: 60px;
	    line-height: .8;
	  }
	  .ct-section_header + p {
	    font-size: 22px;
	  }
	  .ct-section_header--type3 small {
	    font-size: 25px;
	  }
	  .ct-section_header--type4 small {
	      font-size: 40px;
	  }
	  .ct-section_header--type3 span {
	    font-size: 90px;
	  }
	  .ct-section_header--type4 span {
	      font-size: 80px;
	  }
	  .ct-section_header--type4 + p {
	    font-size: 28px;
	  }
	}
	/*===Mobile end===*/
	/*=============================Footer end====================*/
	/*=============================END===========================*/

	/*============================================================
	====Creado por: Rubén Morales=================================
	====Para: Asociación para disminuir el sufrimiento humano=====
	====2019======================================================
	====savetreefundation=========================================
	====www.savetree.cr=========================================*/
