* {
	margin: 0px ; 
	padding: 0px ; 
	box-sizing: border-box;
}

header{
	overflow: hidden;

}
.bulto{
	height: 102px;
}
a{
	cursor: pointer;
}
* li {
	list-style: none;
}
ul li p i {
	color: #32C36C;
}
p{
	font-family: "Roboto",sans-serif;
	font-weight: 400;
/*	color: rgb(100, 106, 122);*/
	font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
p.intro{
	font-family: "Roboto",sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	color: #2B3E4B;
}
p.gris{
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #9b9b9b;
}
p.gris2{
	font-family: "Roboto",sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	color: #9b9b9b;
}
p.gris3{
	font-family: "Roboto",sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 27px;
	color: #9b9b9b;
}

p.opening{
	font-family: "Roboto",sans-serif;
	margin-bottom: 38px;
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
}

h1, .h1{
	font-family: "Roboto", sans-serif;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 71px;
	color: white;
	font-weight: 700;
	margin-bottom: 28px;
}


h2, .h2{
	font-family: 'IBM Plex Sans', sans-serif;
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 54.02px;
	color: #253745;
	font-weight: 700;
	margin-bottom: 38px;
}




h3, .h3{
	margin-bottom: 5px;
  color: #2b3e4b;
  font-family: "IBM Plex Sans",Sans-serif;
  font-size: 19px;
  font-weight: 600;
}
h4, h4 {
	margin-bottom: 10px;
  color: rgb(40, 40, 40);
  font-family: "Roboto",Sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}


span.inicio{
	font-family: "Poppins",Sans-serif;
	color: white;
	font-size: 1rem;
	font-weight: 500;
	line-height: 30px;
}

/*variado*/

.navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(22,22,25)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}





.espacio{
	height: 102px;
}















/*Preload*/




#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
}
.center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.xaxa
{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #262626;
    animation: animate 4s infinite forwards ease-in-out;
}

span.xaxa:nth-child(1)
{
    background: #32C36C;
    left: -24px;
    top: -24px;
    animation-delay: 0.5s;
}
span.xaxa:nth-child(2)
{
    background: #32C36C;
    left: 0px;
    top: -24px;
    animation-delay: 1s;
}
span.xaxa:nth-child(4)
{
    background: #32C36C;
    left: -24px;
    top: 0px;
    animation-delay: 1.5s;
}
span.xaxa:nth-child(3)
{
    background: #32C36C;
    left: 0px;
    top: 0px;
    animation-delay: 2s;
}


@keyframes animate
{
    
    0%
    {
        transform: rotateY(0deg);    
    }
    20%
    {
        transform: rotateY(360deg);
    }
    40%
    {
        transform: rotateX(180deg);
    }
    60%
    {
        transform: rotateX(0deg);
    }
    80%
    {
        transform: rotateX(360deg);
    }
    100%
    {
        transform: rotateY(180deg);
    }
}














/* #Navigation
================================================== */
.primera-caja{
  background:#253745;
}
.ubicacion span{
	font-weight: 400;
}
/*.ubicacion:before{
	content: "|";
  display: inline-block;
  padding-right: 15px;
  color: #ffffff;
}*/
.informacion i{
	color: #32c36c;
	margin-right: .5rem;
}
.consulta span{
	font-weight: 400;
}
/*.consulta:before{
	content: "|";
  display: inline-block;
  padding-right: 15px;
  color: #ffffff;
}*/
.navigation-wrap .informacion{
	background: white;
}

.navigation-wrap a{
	text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    width: auto;
}

.navigation-wrap a.header-link {
	text-transform: lowercase;
	color: rgb(146, 155, 162);
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
}

.navigation-wrap a.header-link:hover {
	color: #32C36C;
}

.informacion{
	color: #646a7a;
	font-family: "Yantramanav", sans-serif;
}
.informacion{
  height: 40px;
  transform: translateY(0px);
	transition: all .33s ease-in-out;
}
.informacion span{
	color: rgb(146, 155, 162);
	font-size: 13px;
}
/*.up {
	height: 0px;
	transform: translateY(-30px);
	transition: all .33s ease-in-out;
}*/
.informacion2{
  padding: 20px 0;
	transition: all .33s ease-in-out;
}
.up2 {
	padding: 10px 0;
	transition: all .33s ease-in-out;
}




.start-header {
	opacity: 1;
	transform: translateY(0);
	/*padding: 20px 0;*/
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: static;
	width: 100%;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.clasico{
	position: fixed;
}
/*.navigation-wrap .contenido-menu{
	padding: 20px 0;
}*/
.navbar{
	padding: 0;
}

.navbar-brand img{
	height: 52px;
	width: auto;
	display: block;
 /* filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;*/
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 14px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #32C36C !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #32C36C;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}



.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}

.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #32C36C;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #32C36C !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #32C36C;
}



.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}









/*Slider------------------------------------------------------------------*/
.slider img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center;

}

div.boton{
	font-weight: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.4px;
	font-weight: 500;
}
.boton a {
	text-decoration: none;
	color: white;
	border-radius: 30px;
	background-color: #32C36C;
	padding: 15px 30px;
}
.texto-slider div.boton{
	opacity: 0;
	transform: translateY(60px);
	transition: all 1.65s ease;
}
.slick-active div.boton{
	opacity: 1;
	transform: translateY(0px);
	transition: all 1.65s ease;
}




/*CHAT-----------------------------------------------------------------------------------------------------------------------*/
.mensaje {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: #32C36C;
  position: fixed;
  bottom: 20px;
  right: 20px; /*era 15*/
  transition: bottom ease 0.5s;
  z-index: 1000;
}

.mensaje:hover {
  bottom: 33px;
}

/*box1------------------------------------------------------------------------------------------------------------------------*/
.box0{
	position: relative;
}
.overlay-box0{
	position: absolute;
	top: 0;
	right: 0;
	opacity: .93;
	height: 100%;
	width: 100%;
	background: white;
	z-index: -1;
}
.image-box0{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/main/hand2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: -2;
}

.box1 > div {
	margin-top: 1.75rem;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

/*.box1 > div{
	background: white;
}*/

.box1 h2:before {
    content: "Quienes Somos";
    display: block;
    text-align: left;
    margin-top: 8px;
    color: #32C36C;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.gris3 i{
	 color: #32c36c;
}

.box1 a {
    font-family: "Roboto",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #253745;
    border-color: #253745;
    transition: all 300ms linear 0ms;
    text-decoration: none;
    padding: 15px 30px;
}
.box1 a:hover{
	  background-color: #32c36c;
	  border-color: #253745;
	  transition: all 300ms linear 0ms;
}


/*background y margin/padding de cajas*/

.box1 > div > div > div:nth-child(3){
	background: url(../img/main/sec1-bg.png);
	padding: 50px 40px;
}


.box1 > div > div > div:nth-child(3) div div.atributos{
	background: white;
	margin: 10px 10px 10px 10px;
}


.atributos{
	padding: 40px 30px 40px 30px;
}







/*iconos y texto*/

.iconos .circulo {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    display: inline-block;
    background: #32C36C;
}

.iconos .circulo > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconos .circulo i {
    font-size: 2.7rem;
    color: white;
}





/*box2*/
.box02{
	position: relative;
}
.overlay-box02{
	position: absolute;
	top: 0;
	right: 0;
	opacity: .94;
	height: 100%;
	width: 100%;
	background: #253745;
	z-index: -1;
}
.image-box02{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/main/nonature.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: -2;
}
.box2{

	padding-top: 2rem;
}
.box22{
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.box23{
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.box24{
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
p.agregado{
  color: #F9F9F9;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}
.box2 h2:before {
    content: "Sostenible, Confiable y Seguro!";
    display: block;
    text-align: left;
    margin-top: 0px;
    color: #32C36C;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.box2 h2{
	color: white;
	margin-bottom: 2rem;
}
.box2 p.blanco {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.box2 p.gris4{
	color: rgb(155, 155, 155);
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
	padding-top: 1rem;
}
.box2 a.ying{
	font-family: "Roboto",Sans-serif;
  font-size: 15px;
  font-weight: 700;
  fill: #fff;
  color: #fff;
  background-color: #32C36C;
  transition: all 300ms linear 0ms;
  text-decoration: none;
  padding: 20px 30px;
}
a.ying:hover{
	color: #32C36C;
	background: white;
	transition: all 300ms linear 0ms;
}
.box2 a.yang{
	font-family: "Roboto",Sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: white 2px solid;
  color: white;
  background-color: transparent;
  transition: all 300ms linear 0ms;
  text-decoration: none;
  padding: 17.5px 30px;
}
a.yang:hover{
	color: #32C36C !important;
	background: white;
	transition: all 300ms linear 0ms;
}
.carta > div {
	margin: 40px 35px 30px 35px;
}
.contenedor1{
	padding: 0 .2rem;
}
.accion a{
	border-radius: 2px;
	margin-top: .5rem;
  padding: 10px 30px;
  cursor: pointer;
  background: #32C36C;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto",sans-serif;
  display: inline-block;
}

.box2 .carta{
	background: white;
	border-radius: 15px;
}
.box2 .elemento{
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 65px;
}

.box23{
	padding-bottom: 15px;
}

/*boton-animado*/

.box2 .boton-animado{
	text-align: center;
}
.boton-animado i{
	color: white;
}
.boton-animado a{
	background: #253745 ;
	padding: 10px 13px;
	border-radius: 22px;
	text-decoration: none!important;
}
.boton-animado span{
	list-style: none;
	color: white;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
.boton-animado span{

	display: inline-flex;
  font-size: 0;
  opacity: 0;
  transition: all 300ms ease 0s;
}
img{
	transition: .33s all ease;
}
.carta:hover img{
	transform: translateY(-10px);
	transition: .33s all ease;
}

.carta:hover .boton-animado a{
	background: #32C36C;
}
.carta:hover .boton-animado span{
  margin: 0 8px;
	display: inline-flex;
  font-size: 14px;
  opacity: 1;
  transition: all 300ms ease 0s;
}


.box24{
	display: none;
}
.box24{
	position: relative;
	top: -19rem;
}

.picture{
	position: relative;
	height: 371px; /*setup*/
	overflow: hidden;
}

.image-picture{
	border-radius: 12px;
	overflow: hidden;
}
/*.overlay-picture{
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(180deg, #1D2A4D03 42%, #1D2A4D 90%);
	z-index: 2;
}*/
.image-picture{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/main/panel.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}







/*footer*/
/*footer{
	margin-top: 3rem;
}*/
footer ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #253745;
  position: relative;
}
.footer-section > div{
	max-width: 1300px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #32C36C;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 12px;
  font-size: 16px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #32C36C;
}
.footer-widget ul li {
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #32C36C;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #32C36C;
    padding: 13px 20px;
    border: 1px solid #32C36C;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #253745;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #32C36C;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #32C36C;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}








/*box3-----------------------------------------*/
.box3 > div{
	background: white;
}
.box3{
	margin-top: .5rem;
}
.box3 img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: 40px 50px;
}
.box3 h2{
	text-align: center;
	color: white;
}

.box3 h2:before {
    content: "CONTÁCTANOS";
    display: block;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 1px;
    color: #32C36C;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color:#32C36C;
}

.box3{
	background: #2A2E31;
}
.contacto{
	padding: 2.75rem;
}



#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Roboto", Helvetica, Arial, sans-serif; }


#contact {
	background:#ffffff;
	border-radius: 6px;
}
#contact h2{
	color: #253745;
}
#contact p{
	font-size: 15px;
}
#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size: 24px;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 700;
}
.box33 h5{
  margin:5px 0 15px;
  display:block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
label{
	color: #253745;
	font-weight: 700;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}
fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
}

#contact input[type="submit"], .btnsub {
	cursor:pointer;
	width:25%;
	border:none;
	background:#32C36C ;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

/*#contact input[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}*/

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}



#contact{
	padding: 3rem;
}







/*box30--------------------------------------------*/

.box300{
	position: relative;
	
}

.box300{
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.card-body{
	padding: 34px 42px !important;
}

.card{
	border-width: 0;
}
.card h5{
  color: #2b3e4b;
  font-family: "IBM Plex Sans",Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
}
.card h5.finale1:before{
  content: "Lo hacemos por ti";
  display: block;
  text-align: left;
  margin-bottom: 8px;
  color: rgb(50, 195, 108);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.card h5.finale2:before{
  content: "Nuestro Staff";
  display: block;
  text-align: left;
  margin-bottom: 8px;
  color: rgb(50, 195, 108);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.card h5.finale3:before{
  content: "Cuidamos el planeta";
  display: block;
  text-align: left;
  margin-bottom: 8px;
  color: rgb(50, 195, 108);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.card-imagen{
	height: 280px;
}

.card-imagen img{
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.box300 .gris{
	font-size: 15px;
	font-weight: 400;
	color: #9b9b9b ;
	text-align: left;
	line-height: 25px;
}

.imagen img{
	filter:brightness(41%);

}


.box300 h2.ultima:before{
  content: "Contribuimos a la Sociedad";
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #32C36C;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}












/*box33-----------------------------------------*/
.box33{
	position: relative;
}
.box33 h2{
	color: white;
}
.box33 p.blanco2{
	font-size: 16px;
	font-weight: 400;
	color: white;
}
.formulario{
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.overlay-box33{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(180deg, #32C36CD9 0%, #32C36C 82%);
	z-index: -1;
}
.image-box33{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/main/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -2;
}

















































.copyright-area{
	margin-left: auto;
	margin-right: auto;
}


.copyright-area p{
	text-align: center;
}






















.card-header {
  padding: 0.75rem 2.05rem;
  margin-bottom: 0;
  border-radius: 9px;
 
}
.card-header button{
	font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.sombra2 .sombra{
  padding-top: 150px;
  padding-bottom: 100px;
  background: url(../img/main/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sombra3 > div{
	padding: .6rem;
}

.btn-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus, .btn-link:focus{
	text-decoration: none;
}
.card-body{
	padding: 35px 38px;
	color: #8C8C80  ;
	font-family: "Poppins",Sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
.agregar{
	color: #8C8C80  ;
	font-family: "Poppins",Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}












@media only screen and (min-width: 25em) {
    /* small 400px */
     

    /* .slide .slide__content {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
     }
*/
}

@media only screen and (min-width: 38em) {
    /* medium 608px */
    .box2{
    	padding-top: 3rem;
    }
    
}



@media only screen and (min-width: 48em) {
    /* medium 608px */
    .espacio{
    	height: 129px;
    }
    .bulto{
    	height: 142px;
    }
    
}
@media only screen and (min-width: 60em) {
    /* large 960px*/
    .box0{
    	padding-top: 3rem;
    	padding-bottom: 3rem;
    }
    .box1{
    	padding: 1rem;
    }
    .box2{
    	padding-top: 5rem;
    }
   .texto-slider{
   	top: 50%;
     left: 50%;
     transform: translate(-70%, -50%);
   }
   .espacio{
   	height: 138px;
   }
   .sombra3 >div{
   	padding: 2.75rem;
   }

  

}
@media only screen and (min-width: 90em) {
    /* extra large 1440px */
     

     .bulto{
     	height: 157px;
     }

     .image-slider{
     	background-size: cover;
     }

     .navbar-brand img{
     	height: 67px;
     }

     h1{
	     text-transform: uppercase;
	     font-size: 50px;
	     line-height: 80px;
	     font-weight: 700;
     }
    .texto-slider{
   	 top: 50%;
     left: 50%;
     max-width: 800px;
     transform: translate(-80%, -50%);
    }
    
    .box2 h2{
    	padding-right: 5rem;
    }

    .box2 h2:before{
    	margin-top: 32px;
    }
    .cosa{
    	padding-right: 7rem;
    }
    .cosa2{
    	padding-right: 2rem;
    }
    
    .box24{
    	display: block;
    }
    .box300{
    	position: relative;
    	top: -95px;
    }

    .contacto{
    	padding: 4.75rem;
    }
    .sombra2 >div{
    	min-height: 50rem;
    }
    .sombra3 >div{
    	padding: 4.75rem;
    }

    .primera-caja{
    	padding-right: 16rem;
    }

   
}


@media only screen and (min-width: 100em){
	.primera-caja{
    	padding-right: 20rem;
    }
}


@media only screen and (min-width: 106.25em){
	.primera-caja{
    	padding-right: 25rem;
    }
}

@media only screen and (min-width: 112.50em){
	.primera-caja{
    	padding-right: 30rem;
    }
}