
.ftco-footer-newsletter .form-group {
  position: relative;
}

.ftco-footer-newsletter .form-group .form-control {
  background: #fff;
  color: #000;
  border: none !important;
  border-radius: 0px;
  padding-right: 70px;
}

.ftco-footer-newsletter .form-group .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border: none !important;
  background: none;
}

.ftco-footer-newsletter .form-group .button:active, .ftco-footer-newsletter .form-group .button:focus {
  outline: none;
}

.ftco-footer {
  background: #00596d; 
  padding-top: 3em;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  margin-top: 230px;
}

.ftco-footer .footer-widget h3 {
  font-size: 20px;
  color: #fff;
  margin-left: 20%;
  margin-top: 4px;
}

.ftco-footer .footer-widget .list-unstyled.social li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.ftco-footer .footer-widget .list-unstyled.social li a {
  font-size: 24px;
  color: #fff;
}

.footer-widget p{
    color: white;
}

.size-p-footer{
    font-size: 1em;
}

.color-blanco{
    color:white;
}

#div_ebo_footer{
	padding-top: 0rem!important;
	position: relative;
    /*bottom: 45px;*/
}

#sub_div_ebo_footer{
	position: absolute;
    bottom: 0px;
    right: 0%;
}

.mb-5, .my-5{
	margin-bottom: 0rem!important;
}


/*//////////////////////////////////////////////////

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

* {
  font-family: Roboto;
}

.footer-distributed{
	background: #444;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	font: bold 16px sans-serif;
	text-align: left;
	padding: 50px 60px 40px;
	overflow: hidden;
}

section {
  width: 100%;
  display: inline-block;
  background: #ccc;
  height: 60vh;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}


/* Footer left */

.footer-distributed .footer-left{
	float: left;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Roboto', cursive;
	margin: 0 0 10px;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer social icons */

.footer-distributed .footer-icons{
	margin-top: 40px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Footer Right */

.footer-distributed .footer-right{
	float: right;
}

.footer-right p{
	display: inline-block;
	vertical-align: top;
	/*margin: 15px 42px 0 0;*/
	color: white;
}

/* The contact form */

.footer-right form{
	display: inline-block;
}

.footer-right form input,
.footer-right form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #002f3a;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;

	width: 100%;
	padding: 18px;
}

.footer-right ::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer-right ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-right :-ms-input-placeholder{
	color:  #5c666b;
}


.footer-right form input{
	height: 55px;
	margin-bottom: 15px;
}

.footer-right form textarea{
	height: 150px;
	margin-bottom: 20px;
}

.footer-right form button{
	border-radius: 3px;
	background-color:  #33383b;
	color: #ffffff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
	float: right;
}




/* Footer Center */

.footer-center{
	/*width: 35%;*/
}

.footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 0px;
    margin-right: 3%;
	vertical-align: middle;
}

.footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}





/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {

	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-company-name{
		font-size: 12px;
	}

	.footer-right form input,
	.footer-right form textarea{
		width: 250px;
	}

	.footer-right form button{
		padding: 10px 35px;
	}

}

@media (max-width: 800px) {

	.footer-distributed{
		padding: 30px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 40px;
	}

	.footer-right form{
		margin-top: 30px;
	}

	.footer-right form{
		display: block;
	}

	.footer-right form button{
		float: none;
	}
}




#div-powered{

}

#sub-div-powered{
	position: absolute;
    bottom: 0px;
	right: 0%;
}


#logo-geocenter{
    width: 80%;
	margin-top: 20px;
	margin-left: 5%;
}

#logo-sicfe{
	width: 45%;
	margin-top: 25px;
	margin-left: 20%;
}


.google-map {
	height: 25rem;
	width: 90%;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 14px 2px #00000094;
}

.google-map iframe {
height: 100%;
width: 100%;
} 

.redes-sociales{
	font-size: 1.5em !important;
}


/*----------- FOOTER 2 -------------------*/

.footer-svg-div{
	position: absolute;
    width: 100%;
   /* top: -283px;*/
   top: -60px;
}

svg {
  width:100%;
  overflow:visible;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #00596d;
}
.drop {
  fill: var(--col-deepblue);
  xfill: #99000055;
  animation: drop 3.2s linear infinite normal;
  stroke: var(--col-deepblue);
  stroke-width:0.5;
  transform: translateY(25px) ;
  transform-box: fill-box;
  transform-origin: 50% 100%;
}

.gooeff {
  	filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(25px); 
  }
  30% {
    transform: translateY(-10px) scale(.1);
  }
  30.001% {
    transform: translateY(25px) scale(1); 
  }
  70% {
    transform: translateY(25px); 
  }
  100% { 
    transform: translateY(-10px) scale(.1);  
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}


#triangulos{
	width: 100%;
}
