/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/*VERSION MOVIL*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class MOVIL */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  overflow: hidden;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.imagenlaptop{
	display: none;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* 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;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
.btn-celeste{
    color: #FFFFFF;
    background: #16becf;
    width: 50px;
    height: 30px;
    padding: 15px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}
.btn-celeste:hover{
    background-color:rgba(255,255,255,1.00);
	color:#16BECF;
}
.btn-celeste img{
    width: 20px;
    height: auto;
	margin: 0px 5px;
}
.text-amarillo{
	font-size: 30px;
	color: #FDC300;
	font-weight: 700;
}
.texto-blanco{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 700;
}
.text-p-c-blanco{
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
/* 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: 50px;
  }
	.imagenlaptop{
	display: flex;
}
.imagenlaptop > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
	.carousel-item > img {
  display: none;
}
.carousel-item {
  height: 57rem;
  overflow: hidden;
}
		
	
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
  .carousel-item {
  height: 58rem;
  overflow: hidden;
}
  .imagenlaptop > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
	.carousel-item > img {
  display: none;
}
	
	
}



@media (min-width:992px){
	.text-p-c-blanco{
	height: 50px;
	padding-bottom: 50px;
	font-size: 16px;
}
	.text-amarillo{
	font-size: 50px;
}
	.texto-blanco{
	font-size: 50px;
}
	.btn-celeste{
	margin-top: 50px;
}
	.imagenlaptop > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
	.carousel-item {
  height: 100vh;
  overflow: hidden;
}
}
@media (min-width:1200px){
	.carousel-item {
  height: 100vh;
  overflow: hidden;
}
	.imagenlaptop > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
	
}



@media (min-width:1400px){
	.carousel-item {
  height: 51rem;
  overflow: hidden;
}
	
}