@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


.social-icons {
  color: #313437;
  background-color: #fff;
  text-align: center;
  padding: 70px 0
}
.formu2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

@media (max-width:767px) {
  .social-icons {
    padding: 50px 0
  }
}
.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #757980;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #c8ced7;
  text-align: center;
  border-radius: 50%;
  line-height: 60px
}
@media (min-width:1200px) {
  #logo {
    width: 70% !important
  }
}
@media (min-width:300px) and (max-width:767.97px) {
  #logo {
    width: 80%
  }
}
#logo {
  width: 60%
}
.navbar-brand {
  width: 50%
}
@media (min-width:992px) and (max-width:1199.97px) {
  #logo {
    width: 60% !important
  }
}
@media (min-width:992px) {
  .navbar-brand {
    width: 20%
  }
}
@media (min-width:768px) and (max-width:991.97px) {
  #logo {
    width: 50%
  }
}
@media (max-width:991.97px) {
  #navcol-1 {
    background: #ffc107;
    margin-left: -30px;
    margin-right: -30px
  }
}
#menu_link:active, #menu_link:hover {
  border-top-style: solid;
  border-top-color: #ffc107;
  border-bottom-style: solid;
  border-bottom-color: #ffc107;
  height: 40px
}
#iconos {
  width: 120px
}
#iconos a:link, a:visited {
  color: #000
}
body {
  font-family: coolvetica, sans-serif;
  font-weight: 300;
  font-style: normal
}
#titulos {
  font-family: coolvetica, sans-serif;
  font-weight: 500 !important;
  font-style: normal
}
#download button {
  border-style: solid;
  border-color: #000;
  margin-left: 10px;
  color: #000
}
#download button:hover {
  background: #000;
  color: #fff
}
#iconos a:hover, a:active {
  text-decoration: blink;
  background: #a1a1a1
}
@media (min-width:300px) {
  #barrita_titu {
    border-top: 3px solid var(--gray-dark);
    font-size: 35px
  }
}
#barrita_titu {
  border-top: 3px solid var(--gray-dark);
  font-size: 55px
}
#pie {
  background-color: #cecece;
  padding: 20px
}

.fa {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin-top: 2px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.fa:hover {
	color: #FFC107;
	text-decoration: none;
	background-color: #FFFFFF;
}
.fa-facebook {
	color: #FFFFFF;
}
.fa-instagram {
	color: #FFFFFF;
}
.fa-twitter {
	color: #FFFFFF;
}
