/* Add here all your CSS customizations */
/* otro blink, usé el infinite
@keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }

 }
.fa-blink {
   -webkit-animation: fa-blink 2s linear infinite;
   -moz-animation: fa-blink 2s linear infinite;
   -ms-animation: fa-blink 2s linear infinite;
   -o-animation: fa-blink 2s linear infinite;
   animation: fa-blink 2s linear infinite;
}
*/
.encortinado {
	background-color: #000;
    background-image: url("../img/backgroundcortinas-red.jpg");
    background-repeat: repeat;
    background-position: top;
}
#header .header-top {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #EDEDEE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 10.56px;
	font-size: 0.66rem;
	min-height: 31px;
	max-height: 31px;
	z-index: 4;
	-webkit-transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
	transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
}
#header .header-top.header-top-dark, #header .header-top.header-top-colored {
	background: #2E3237;
	border-bottom: 0;
}
.page-header {
    height: 720px;
    padding: 255px 0;
	min-height: 500px;
}
.page-header h1 {
	display: inline-block;
    color: aliceblue;
	line-height: 62px;
	font-weight: 600;
	font-size: 45.6px;
	font-size: 3rem;
}
section.section-custom-background {
	background-image: url(../img/backgroundcortinas-red.jpg);
	background-repeat: repeat;
    background-size:auto;
	border: 0 none;
}

#footer.footer-text-light h1, #footer.footer-text-light h2, #footer.footer-text-light h3, #footer.footer-text-light h4, #footer.footer-text-light h5, #footer.footer-text-light h6, #footer.footer-text-light p, #footer.footer-text-light a, #footer.footer-text-light span, #footer.footer-text-light li, #footer.footer-text-light strong {
	color: #DED6B5;
}

#footer .footer-copyright {
	background: #76100F;
	margin-top: 0em;
	padding: 0.5em 0 0 0;
    border-top: 2px solid #DED6B5;
}
#footer .footer-copyright.footer-copyright-border-top {
	border-top: 2px solid #DED6B5;
}
#footer .footer-copyright p {
	color: #DED6B5;
}
#footer .footer-copyright a {
    font-weight: 700;
    color: #DED6B5;
}

#footer {
        border-top: 5px solid #76100F;
}
#footer > .container{
    margin-bottom: 0;
}

#footer > .container > .row {
	padding-top: -10px;
	padding-top: 0rem;
    padding-bottom: 0;
}

#footer .logo img {
	max-width: 380px;
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: 0;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	right:50px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}