.text-primary {
	color: #e6a756 !important
}

.bg-primary {
	background-color: #e6a756 !important
}

.btn {
	box-shadow: 0 3px 3px 0 rgba(33, 37, 41, .1)
}

.btn-primary {
	background-color: #e6a756;
	border-color: #e6a756
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #df902a;
	border-color: #df902a
}

.font-weight-light {
	font-weight: 100 !important
}

.fondo{
background: #FFFFFF;
}

@media (min-width: 0px) {
	.text-ubicacion-iconos{font-size:12px;}
}

@media (min-width: 200px) {
.text-ubicacion-iconos{font-size:17px;}
}

@media (min-width: 576px) {
  .text-ubicacion-iconos{font-size:25px;}
}

@media (min-width: 768px) {
  .text-ubicacion-iconos{font-size:17px;}
}

@media (min-width: 992px) {
  .text-ubicacion-iconos{font-size:21px;}
}

@media (min-width: 1200px) {
  .text-ubicacion-iconos{font-size:25px;}
}

@media (min-width: 0px) {
.title-page{
  font-size: 70px;
  }
  .subtitle-page{
    font-size: 22px;
  }
  .div-line-header{
	position: absolute;
    bottom: 0;
    right: 0;
    
	}
    .titulo_header_cierre{
    font-size: large;
  }
}

@media (min-width: 200px) {
.title-page{
  font-size: 70px;
  }
  .subtitle-page{
    font-size: 22px;
  }
  .div-line-header{
	position: absolute;
    bottom: 0;
    right: 0;
    
	}
    .titulo_header_cierre{
    font-size: x-large;
  }
}

@media (min-width: 576px) {
  .title-page{
  font-size: 70px;
  }
  .subtitle-page{
    font-size: 30px;
  }
  .div-line-header{
	position: absolute;
    bottom: 0;
    right: 0;
   
	}
    .titulo_header_cierre{
    font-size: xx-large;
  }
}

@media (min-width: 768px) {
  .title-page{
  font-size: 90px;
  }
  .subtitle-page{
    font-size: 50px;
  }
  .div-line-header{
	position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
}
  .titulo_header_cierre{
    font-size: xx-large;
  }
}

@media (min-width: 992px) {
  .title-page{
  font-size: 90px;
  }
  .subtitle-page{
    font-size: 50px;
  }
  .div-line-header{
	position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
}
  .titulo_header_cierre{
    font-size: xx-large;
  }
}

@media (min-width: 1200px) {
    .title-page{
  font-size: 90px;
  }
  .subtitle-page{
    font-size: 50px;
  }
  .div-line-header{
	position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
}
  
}

.header_cierre{
  background-color: #FBB03B;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-style: italic;
  color: #000;
  justify-content: center;
  line-height: 2;
}


