/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

.footer {
  width: 100%;
  /* height: 100px; */
  background-image: url(../images/fondo-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.footer > h1 {
  padding: 5% 0em 0em 7%;
} 

.footer-content > h1 {
  color: white;
  font-family: 'Montserrat-Semi-Bold';
  padding: 5em 5% 1em;
  text-align: center;
}

.footer-content {
  width: 100%;
  margin: 6% 0 0% 0;
}

.footer-content > .flex {
flex-wrap: wrap;
}

/* @media (min-width: 992px) {
  .footer-content > .flex {
    flex-wrap: nowrap;
  }
} */

.contact-form {
text-align: center;
}

.contact-form input,
.contact-form textarea {
  color: white;
  font-size: 14px;
  border: none;
  background-color: #f7f7f7;
  width: 90%;
  height: 50px;
  outline: none;
  padding-left: 2%;
  padding-right: 5%;
  margin-bottom: 20px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}


.button-send {
  font-size: 13px;
  padding: 15px 25px;
  background-color: #F5822A;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  box-shadow: 0px 0px 2px #676971;
}

.button-send:hover, .button-send:active {
  background-color: #008493;
  box-shadow: none;
}

#contact {
  width: 100%;
}

@media (min-width: 992px) {
  #contact {
    width: 60%;
  }
  .icono-footer{
    font-size: 1.1em !important;
  }
}

.contenedor-distintos-contactos {
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2% 6% 1%;
  background-color: transparent;
  box-shadow: none;
  margin-top: 4em;
}

.footer-pagina-interna{
  /* background-color: transparent;
  box-shadow: 0px 4px 30px 0px transparent; */
  margin-top: 25px;
  padding: 0% 6% 1% !important;
}

.icono-footer {
  /* padding: 0.5em 0.8em;
  margin-left: auto;
  margin-right: auto; */
  transition: transform .2s;
  margin: 2% 1% 0% 1%;
  font-size: 0.75em;
}
.icono-footer:hover {
  transform: scale(1.3);
}
.icono-footer > a {
  color: #e9e9e9;
  text-shadow: 0px 0px 2px #134a49;
  font-weight: bold;  
}
.icono-footer > a > img {
  width: 30px;
}
/* @media (max-width: 992px) {
  footer {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  .contact-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px!important;
  }
}

.footer-border {
  margin-top: 200px;
    height: 10vw;
    background-image: url(../images/fondo-footer.png.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 100%;
}

.footer-content {
  background: linear-gradient(0deg, rgba(0,132,147,1) 0%, rgba(103,195,167,1) 67%, rgb(122, 202, 178) 100%);
  color: white;
  font-family: 'Montserrat-Semi-Bold';
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  
}


.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder { 
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { 
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #fba70b;
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: #FC3;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fba70b;
  border-color: #fba70b;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250,250,250,0.3);
  text-align: center;
}

footer .sub-footer a {
    color: #FFF;
}

footer .sub-footer a:hover {
    color: #FC3;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
} */