/*Style.CSS*/
/* All logos and logo sizes are edited in this CSS*/

.bg-highlight2 {
    background-color: #FFFFFF!important;
    color: #000000;
}
.bg-highlight3 {
    background-color:rgba(0,0,0,0.75)!important;
    color:rgba(255,255,255,1.00)
}	

.button-center-large2 {
    /* margin-left: 30px; */
    /* margin-right: auto; */
    margin-top: -30px;
    /* position: absolute; */
    /* top: 0px; */
    float: right;
    /* margin-bottom: 30px; */
}
	
.button-rounded2 {
    border-radius: 20px;
	/*border-radius: 8px;*/
}
	
.button-s2 {
    font-size: 12px;
    height: 40px!important;
}
.show-gallery{
	
	height: 295px;
}
.miClase{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #0078c1;
}

.gallery{
	/*min-height: 540px;*/
	min-height: 750px;
	
}
.cubanito{
	min-height: 583px;
	
}
.miimput{
    outline: none;
    box-shadow: 0 0 5px 3px #c3c3c3;
    background-color: #f9f9f959;
    border: solid 1px #848181;
    padding: 7px;
	text-align: center;
}
.ui-autocomplete-input{
	
	text-align: center;
}
.ui-menu-item{
	text-align: center;
	border-bottom: solid  rgba(207,207,207,1.00) thin;
	
}

div.scrollmenu {
  background-color: #fff;
	overflow-x: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
	
}

div.scrollmenu a:first-child {
/*margin-left: 33%;*/
}


.paraContenSliderProd{
	width: 250px; height: 220px; text-align: center; margin: 0 auto; float: right; overflow: auto;
  white-space: nowrap;
}

.paraSliderProd{
	width: 190px; height: 220px; text-align: center; margin: 0 auto;  display: inline-block; background-color: rgba(255,255,255,1.00)
}

.overlay-gradient {
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.3) 30%);
}

.cover-slider .overlay-gradient {
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.3) 30%);
}	
	
.overlay {
    top: 80px;
}	
	
.regular {	
	font-size: 20px;
	font-weight: 300;
}

/*---Footer---*/ 
	
.footer {
    padding: 20px 30px 1px;
}
	
.footer .footer-logo {
    min-height: 70px;
	background-size: 175px 70px;
}

/*---Header---*/ 
	
.header .header-logo {
    background-size: 115px 45px;
    width: 115px;
    margin-left: -57px;
}
	
.highlight-red .header-light .header-logo {
    background-image: url(../images/logo-habitat-inv.png);
}

.header-light {
	background-color: #ff0090;
    /*background-color: #0078c1;*/
}
	
.header-light .header-icon {
    color: #ff99d3;
}	

/*---Boton Colores Muestras---*/ 

.highlight-red .bg-highlight.button {
    border: solid 2px #000000;
}
	
.highlight-red .bg-highlight {
    background-color: #000000!important;
    color: #FFFFFF;
}
	
.button-center {
    width: 220px;
}
	
.highlight-red .color-highlight {
    color: #0078c1!important;
}	

.blog-post-home p {
    color: #666666;
}

.loader-margin {
	margin: 0 40%;
}

#elLoader span {
	margin: 0px 10px 0px 10px;
}	


/*---Menú---*/ 

.sidebar-logo a {
	background-image: url(../images/logo-light-red.png);
    background-repeat: no-repeat;
    background-size: 194px 82px;
    height: 82px;
}
	
/*-------------------*/

@media (max-width: 2560px) {

.gallery-filter a {
    width: 20%;
    padding: 5px;
    display: block;
    transition: height 350ms ease;
    height: 200px;
}
	
.button {
    margin-bottom: 40px;
}
	
}	

@media (max-width: 1440px) {
	
.show-gallery {
    height: 221px;
}
	
.profile-gallery a {
    width: 29%;
    margin: 1% 2% 2% 2%;
    float: left;
}
	
.gallery-filter a {
    width: 20%;
    padding: 5px;
    display: block;
    transition: height 350ms ease;
    height: 160px;
}	
	
}

@media (max-width: 1024px) {
	
.show-gallery {
    height: 183px;
}
	
.profile-gallery a {
    width: 29%;
    margin: 1% 2% 2% 2%;
    float: left;
}
	
.loader-margin {
	margin: 0 35%;
}	
	
}

@media (max-width: 768px) {
	
.show-gallery {
    height: 108px;
}
	
.profile-gallery a {
    width: 29%;
    margin: 1% 2% 6% 2%;
    float: left;
}	
	
.gallery-filter a {
    width: 33%;
    padding: 5px;
    display: block;
    transition: height 350ms ease;
    height: 170px;
}
	
.loader-margin {
	margin: 0 30%;
}	
	
}

@media (max-width: 425px) {
	
.show-gallery {
    height: 92px;
}
	
.profile-gallery a {
    width: 29%;
    margin: 1% 2% -3% 2%;
    float: left;
}
	
.gallery-filter a {
    width: 50%;
    padding: 5px;
    display: block;
    transition: height 350ms ease;
    height: 160px;
}	
	
.button {
    margin-bottom: 10px;
	line-height: 30px;
}
	
.button-s2 {
    font-size: 10px;
    height: 26px!important;
}
	
.button-rounded2 {
    border-radius: 13px;
}
	
.button-center-large {
    width: 220px;
}
	
.loader-margin {
	margin: 0 13%;
}
	
#elLoader span {
	margin: 0px 0px 0px 0px;
}	
	
}

@media (max-width: 375px) {
	
.show-gallery {
    height: 88px;
}
	
.loader-margin {
	margin: 0 7%;
}	

}

@media (max-width: 320px) {
	
.show-gallery {
    height: 62px;
}
	
.profile-gallery em {
	font-size: 80%;
    font-weight: 500;
    top: 50%;
    margin-top: -20px;
}
	
.gallery-filter a {
    width: 50%;
    padding: 5px;
    display: block;
    transition: height 350ms ease;
    height: 120px;
}	
	
.button-center {
    width: 180px;
}
	
.button-s {
    font-size: 9px;
}
	
.loader-margin {
	margin: 0 23%;
}
	
.desaparece {
	display: none;
}	

}

	
