body{font-family: 'Fira Sans', sans-serif;}

#floatwhatsapp{
	position:fixed;
	width:65px;
	height:65px;
	bottom:40px;
	left:40px;
	padding: 9px;
	background-color:#D0060A;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:50px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-floatwhatsapp{
	margin-bottom:50px;
}

a #floatwhatsapp {color:#ffffff !important; }
a:hover#floatwhatsapp {color:#000000 !important; }

/* nav icons */
.social-icon {
    height: 30px;
    width: 30px;
    display: inline;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    margin-right: 11px;
    cursor: pointer;
	text-decoration: none;
}

.social-twitter {
    background-color: #55acee
}

.social-facebook {
    background-color: #3b5999
}

.social-linkedin {
    background-color: #0077B5
}

.social-google {
    background-color: #dd4b39
}

.social-instagram {
    background-color: #dd4b39
}

.social-icon i {
    transition: 0.4s all
}

.social-icon:hover i {
    transform: scale(1.1)
}

/* nav  */

.home .carousel-item{
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.home .carousel-item:before{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}
.home .carousel-item .container{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.home .carousel-item h2{
	font-size: 80px;
	color: #ffffff;
	margin:0 0 10px;
	opacity: 0;
}
.home .carousel-item p{
	font-size: 30px;
	margin:0;
	color: #eeeeee;
	opacity:0;
}
.home .carousel-item.active h2{
	animation: fadeInLeft 0.5s ease forwards;
}
.home .carousel-item.active p{
	animation: fadeInRight 0.5s ease forwards;
}

@keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform: translateX(-30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity: 0;
		transform: translateX(30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

.home .carousel-controls{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	transform: translateX(-50%);
}

.home .carousel-indicators{
	position: relative;
	margin:0;
}

.home .carousel-indicators li{
	height: 70px;
	width: 70px;
	margin:0 5px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border:3px solid transparent;
	transition: all 0.3s ease;
}
.home .carousel-indicators li.active{
	border-color: #ffffff;
	transform: scale(1.2);
}

.home .carousel-control-next, 
.home .carousel-control-prev{
	height: 60px;
	width: 60px;
	opacity: 1;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s ease;
}
.home .carousel-control-next:hover, 
.home .carousel-control-prev:hover{
   box-shadow: 0 0 10px #ffffff;
}
.home .carousel-control-next img, 
.home .carousel-control-prev img{
   width: 30px;
}
.home .carousel-control-next{
	right: -90px;
}
.home .carousel-control-prev{
	left: -90px;
}

/*responsive*/
@media(max-width: 767px){
  .home .carousel-control-next, 
  .home .carousel-control-prev{
  	display: none;
  }
  .home .carousel-indicators li{
  	height: 60px;
  	width: 60px;
  }
  .home .carousel-item h2{
  	font-size: 45px;
  }
  .home .carousel-item p{
  	font-size: 22px;
  }
}








.modal-title{font-size:20px; text-align:center!important;}
.modal-body h4 {color:red;text-align:center !important;}
.modal-body small {font-size:16px;text-align:center !important;}

.round {
    border-radius: .25rem!important;
}
.navidadtext{text-transform: none;
    font-family: 'Fira Sans', sans-serif;
  font-size: 1em;
    font-style: normal;
    font-weight: 300;}



.section-heading {
    margin-top: 30px;
    margin-bottom: 10px;
  font-size: 2em;
}
.section-subheading {
    margin-bottom: 20px;
    text-transform: none;
   font-family: 'Fira Sans', sans-serif;
  font-size: 1em;
    font-style: italic;
    font-weight: 300;
}

#reddelposadero p span{ font-size:1.5em; }
#reddelposadero p{ font-size:0.75em;}



.list-social-icon {
    max-width: 1.25rem;
    height: auto;
}
/* testimonios*/ 
.space-1, .space-bottom-1 {
    padding-bottom: 2rem !important;
}
.space-1, .space-top-1 {
    padding-top: 2rem !important;
}/* stylelint-disable selector-list-comma-newline-after */

.font-weight-normal {
    font-weight: 400 !important;
}
.text-dark {
    color: #1e2022 !important;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.font-size-1 {
    font-size: 0.875rem;
}
.avatar-circle .avatar-img {
    border-radius: 50%;
}
.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.3125rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.text-nowrap {
    white-space: nowrap !important;
}
.space-1, .space-bottom-1 {
    padding-bottom: 2rem !important;
}
.space-1, .space-top-1 {
    padding-top: 2rem !important;
}/* --------------*/ 


.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: 'Fira Sans', sans-serif;
    font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Fira Sans', sans-serif;
}



.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}


 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
	  


.botonera{background-color: #FFF; 
position:sticky;}
#home {
  background-image: url("img/header-bg.jpg");
   background-repeat: no-repeat;
  background-position: center center;
    background-size: 100%;
}

#home h1{  font-weight:600; color:#FFF; font-size:2em; line-height:1em;
text-shadow: 0px 0px 6px rgba(0,0,0,0.5);}  
#home h2{  font-weight:600; color:#FFF; font-size:1.5em; line-height:1em;
text-shadow: 0px 0px 6px rgba(0,0,0,0.5);}  
#home p{ font-weight: 400; color:#FFF; font-size:0.7em; line-height:0.7em; text-shadow: 0px 0px 6px rgba(0,0,0,0.5);}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }

.bd-placeholder-img-lg {
          font-size: 3.5rem;
        }     
.h-md-250 { height: 250px; }		
		
		 }



.h-250 { height: 250px; }

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
#posaderos h5{ font-size:1.3em;}
#posaderos p{ font-size:0.8em; color: #666;}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
