.dropdown{
	display:none;
	}

	.vineta .pull-right{
	display: initial;
position: absolute;
  right: 0px;
top: 56px;
text-align: right;

	}

	.vineta h4 {
		color: #fff;
	}


	.vineta h4 img {
		margin:10px 0px 10px 10px;
		width:180px;
	}

.circulo {
	/*width:315px;*/
	position: absolute;
right: 0px;
    top: -2px;
}

.circulo2 {

	/*width: 286px;*/
	position: absolute;
right: 0px;
}

	.headerFeria.row {
    margin-left: initial;
    margin-right: initial;
}

body{
	background-color: #f1f1f1;
    font-family: 'Open Sans', sans-serif;

	}

.headerFeria{
    background: #222a37 url('../img/BGHeader.jpg') right center no-repeat;
    background-size: contain;
}

.headerFeria:before {
  width: 100%;
  height: 100%;
  background: url('../img/BGHeader.jpg') center center no-repeat;
  background-size: cover;
}



.padding-top-20 {
	padding-top:20px;
}

a {
    color: #fff;
}

h3{
	color: #FFFFFF;
	font-family: 'Saira', sans-serif;

    font-weight: 300;
	line-height: 150%;
    letter-spacing: 1px;

	}

h2 {
    color: #FFFFFF;
		font-family: 'Saira', sans-serif;
		    font-size: 68px;
    font-weight: 600;
		line-height: 55px;

}

h4 {
	color: #4a4a4a;
	font-family: 'Saira', sans-serif;
    font-size: 27px;
    font-weight: 500;
}

.whitetxt{
    color:#fff;
}

a.logo-terra img{
  max-width: 222px;
	float: right;




}
.row {

     /*padding-left: 20px;*/
}

.plaza .row {
	padding-left: 0px !important;
}

.nav-tabs {
    border-bottom: 2px solid #fff;
    padding-left: 20px
}
.nav-tabs > li {
    float: left;
    margin-bottom: -2px;

}





.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 2px solid #fff;
    border-bottom: 2px solid transparent !important;
    background-color: #282d39;
    color:#fff;

}


.nav-tabs > li > a, .nav-pills > li > a {
    margin-left: 5px;
    margin-right: 5px;

    color: #697691;
    cursor: default;
    background-color: #282d39;
    /*border: 2px solid #fff;*/
    border:  2px solid #697691;
    border-bottom: 0px solid #fff !important;
    cursor: pointer;


}


.dropdown-toggle.visible-toggle{
     display:none;
    width: 100%;
    text-align: center;
    background-color: #d3d3d3 ;
    color: #282d39;
    line-height: 30px;
    border:0px;

    }

ul.dropdown-menu {
    width: 100%;
    text-align: center;


}

.btn .caret {
    margin-left: 8px;
}


.btn-primary:focus,
.btn-primary.focus {
  background-color:#85d650;
  border:0px;
}
.btn-primary:hover {
   background-color:#85d650;
  border:0px;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color:#85d650;
  border:0px;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
   background-color:#85d650;
  border:0px;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
   background-color:#85d650;
  border:0px;
}



.headerFeria .col-sm-6{
        width: 50%;
}

@media (max-width:900px){
	.vineta .pull-right{
top: 35px;
font-size: 18px;

	}

.vineta h4 img {
	width: 150px;
}

	.key {
		display: none;
	}
		.circulo {
			top: -49px;
		    width: 234px;
	}
	.circulo2 {
		top: -49px;
			width: 213px;
}
	h2 {
		font-size: 26pt;
line-height: 35px;

	}

		h4 {
			font-size: 15pt;

	}
	a.logo-terra img{
			float: right !important;
	}
	a.logo-terra{
			float: right !important;
			width: 100%;

	}
}

@media (max-width:612px){

.headerFeria{
    background-size: cover;
}

.vineta {
	display: none;
}


	.plaza {
		padding: 5px 17px 32px 17px !important;
		margin-bottom:15px !important;
	}

	.key {
		display: none;
	}

.dropdown{
	display:block;
	}

	  h2 {
			font-size: 26pt;
	line-height: 35px;

    }

      h4 {
        font-size: 15pt;

    }
    a.logo-terra img{
        float: right !important;
    }
    a.logo-terra{
        float: right !important;
        width: 90%;

    }

    .headerFeria .col-sm-6{
        width: 100%;
}
    .headerFeria .pull-right, .headerFeria .pull-left{

        float:none !important;
        clear: both;

    }



    .row-centered h3 {
        display: none;

    }

    .nav-tabs.visible-toggle{
        display: none;
    }
    .dropdown-toggle.visible-toggle{
        display:block;
    }
}




.badge {
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 100;
    color: #fff;
    background-color:#57637a;
    border-radius: 8px;
}

.stylish-input-group{
	padding:10px;
}

.stylish-input-group .input-group-addon{
    background: #fff !important;
		border-width: 1px;
border-color: #eaeaea;
}
.stylish-input-group .form-control{
     background: #fff;
		     padding: 15px;
	border-right:0;
	box-shadow:0 0 0;


		border-width: 1px;
border-color: #eaeaea;
}

.stylish-input-group button{
    border:0;
    background: #fff;
    color: #2f3644;

}

input[type="text"] {
	-webkit-appearance: none;
    color: #505050;
		background: #fff;
		-moz-box-sizing: border-box;
 height: 100%;
 width: 100%;
}


.search-btn {
    padding-top: 20px;
    padding-left: 0px;

}

.tab-content {
    /*padding-left: 10px;*/
		margin-top: 20px;
}

h4.headerTabs {
     color: #85d650;
    font-weight: 500;
    padding-bottom: 10px;
	margin-left:10px;
}

.plaza .align-middle {
transform: translateY(20%);
}


.plaza a.row {
	display: block;
}
.plaza a.row::before, .plaza a.row::after {
	content: none;
	display: inline;
}
.plaza .col {
    margin-bottom: 10px;


}

.plaza p {
	padding-right: 10px;
}
.nombre-plaza {
	font-weight: 500;
	font-size: 17px;
}

.plaza a{

 color: #636363;
}

.plaza img {
	max-width: 90px;
	padding-right: 10px;
	margin: 0 auto;
display: block;
}

.plaza a:hover, a:focus{
color: #646a85 !important;

text-decoration: none;
}

.plaza{
	width: 100%;
	    margin-bottom: 7px;

	    display: inline-block;
	    clear: both;
	    line-height: 20px;
	        padding: 17px 17px 17px 17px;
	    background-color: #fff;
	    color: #636363;
}

.padding-left-0 {
	padding-left: 0px;
}

.key {
    color: #807e7e;
		   font-size: 13px;
		}


.clear {
	display: block;
	clear: both;
}

.nombre-empresa {
	font-weight: 700;
	color: #646a85 !important;
}
