

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
/*    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;*/
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }



footer {
 /* padding: 1em 0; */
}

.footer-07 {
  background: #1B2F62; }
  .footer-07 a {
    color: #ffffff; }
  .footer-07 p {
    color: rgba(255, 255, 255, 0.3); }
  .footer-07 .footer-heading {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px; }
    .footer-07 .footer-heading .logo {
      color: #fff; }
  .footer-07 .menu {
    margin-bottom: 30px; }
    .footer-07 .menu a {
      color: rgba(255, 255, 255, 0.6);
      margin: 0 10px;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .footer-07 .ftco-footer-social li a {
    background: transparent;
   /* border: 1px solid #a3de83;*/ }


/*SIDNEY ALAN*/

	body{
		margin: 0;
		padding: 0;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		background-color: white;

	}
.space{
	height: 100px;
}
	main{
		flex-grow: 1;
	}
	.abs-center {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 min-height: 70vh;
	}
	.btn-primary{
		color: #fff !important;
		background-color: #ff6318 !important;
	}
	.btn-primary:hover {
		color: #fff !important;
		background-color: #001333 !important;
	}
	a{
		color:white;
		text-decoration: none;
	}
	a:hover{
		color:#f5651c;
	}
	.pie{
		width:100%; 
		background-color: #1e284c;
		text-align: center;
		padding-top: 10px;
		height: 50px;
		overflow: hidden;
		clear: both;
	}

	img{
		max-width: 100%;
	}
	.space{
	height: 50px;
	}
	img{
	width: 100%;
	}
	.logotalleers{
	max-width: 100%!important;
	}
	.form-check {
    margin-top:5px !important;
	}
	.temas{
	font-size: 16px;
	font-weight: bold;
	}
	input[type="text"]{
	border-radius: 0px;
	}
	input[type="email"]{
	border-radius: 0px;
	}
	input[type="number"]{
	border-radius: 0px;
	}
	.btn-primary{
	padding: 20px;
	background-color: #310C0C!important;
	}
	.cali{
	font-size: 12px;
	color: gray;
	}
	.gidole-regular {
  	font-family: "Gidole", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	}
   .invalid-feedback {
    color: red;
    display: none;
    }
	select:focus {
	background-color:#7f1734;
	font-family: "Gidole", sans-serif;
	color: white!important;
	}
	h4{
		font-size: 20px;
		font-weight: bold;
	}
	.cali{
	font-size: 12px;
	color: gray;
	}
	.box{
	width: 600px;
	height: auto;
	padding: 5px;
	overflow: hidden;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	background: linear-gradient(225deg, #c1c1c1, #e5e5e5);
	box-shadow:  -20px 20px 60px #b6b6b6, 20px -20px 60px #f6f6f6; 
	}
.titulos{
	font-size: 14px!important;
}
@media (max-width: 764px) {
	.box{
	width: 350px;
	height: 400px;
	padding: 5px;
	}
	h1{
	font-size: 28px;
	padding-top: 10px
	}
}