
.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.social-bar a {
    background: #ff0000;
    color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}


.social-bar a:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

#video-institucinal > iframe{
	width: 100%;
	height: 300px;"
}
/*FLOTANTE*/

.float-aprendo-casa {
  position: absolute;
  right: 0;
 /* left: 16%;*/
  top: 20%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
  -webkit-animation:linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 7s;
}

.float-aprendo-casa a {
    /*background: #ff0000;*/
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: block;
    transition: all .5s;
    /*height: 87px;
    display: flex;
    align-items: center;*/
    flex-direction: column;
}

.float-aprendo-casa a img{
  margin-left: 21px;
}

/*MATRICULA 2021*/

.matricula-2021-casa {
  position: absolute;
  left: 1%;
  top: 85%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
  /*-webkit-animation:linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 7s;*/
}

.matricula-2021-casa a {
    background: #ff0000;
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: block;
    transition: all .5s;
    /*height: 87px;
    display: flex;
    align-items: center;*/
    flex-direction: column;
}

.matricula-2021-casa a img{
  margin-left: 21px;
}

/*RESPONSIVE*/
@media (max-width: 576px) {
	.float-aprendo-casa {
	  left: 35% !important;
	  top: 45% !important;
	}
	.matricula-2021-casa{
		left: 0 !important;
		top: 45% !important;
	}
	.matricula-2021-casa a span{
		font-size: 0.5em !important;
	}
	.float-aprendo-casa a span{
		font-size: 0.5em !important;
	}
}

@media (max-width: 768px) {
 	.float-aprendo-casa {
	  left: 30% !important;
	  top: 45% !important;
	}
	.matricula-2021-casa{
		left: 0 !important;
		top: 45% !important;
	}
}

@media (max-width: 992px) {
  	.float-aprendo-casa {
	  left: 23% !important;
	  top: 65% !important;
	}
	.matricula-2021-casa{
		left: 0 !important;
		top: 65% !important;
	}
}
/*.social-bar a:hover {
  padding-right: 3rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}*/

@-webkit-keyframes run {
    0% { right: 3%;}
    50%{ right : 20%;}
    100%{ right: 3%;}
}

.map-container{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	}
	.map-container iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}


.video-media iframe{

	width: 100% !important;
	height: 300px !important;
}
.modal-media iframe{
	width: 100% !important;
	height: 450px !important;
}
.title-css {
	padding: 10px;
	background: #ba0f22;
	color: white;
}

.input-group.md-form.form-sm.form-1 input{
	border: 1px solid #bdbdbd;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	}
	.input-group.md-form.form-sm.form-2 input {
	border: 1px solid #bdbdbd;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	}
	.input-group.md-form.form-sm.form-2 input.red-border {
	border: 1px solid #ef9a9a;
	}
	.input-group.md-form.form-sm.form-2 input.lime-border {
	border: 1px solid #cddc39;
	}
	.input-group.md-form.form-sm.form-2 input.amber-border {
	border: 1px solid #ffca28;
	}