@import url("Baloo_Regular/stylesheet.css");
* {
  font-family: "Open Sans";
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1 {
  text-align: center;
}
.small-meta {
  font-size: 12px;
}
.dim {
  opacity: 0.4;
}
.image {
  width: 72px;
  height: 90px;
  background: #CCC;
  margin-left: auto;
  margin-right: auto;
}
.grid-wrapper {
  margin: 0 auto;
  width: 80%;
  padding: 30px;
}
.card-content {
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 25px 25px 10px 15px;
}
.card-content * {
  cursor: pointer;
}
.card-wrapper {
	position: relative;
	float: left;
	margin-top: 10px;
}
.c-card {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.c-card ~ .card-content {
  transition: all 500ms ease-out;
}
.c-card ~ .card-content .card-state-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 20px;
  height: 20px;
/*  background: url("http://alvarosanchez.com/images/c-state-icons.svg") no-repeat;*/
  background-position: 0 0;
  transition: all 100ms ease-out;
}
.c-card ~ .card-content:before {
  position: absolute;
  top: 1px;
  right: 1px;
  content: "";
  width: 0;
  height: 0;
  border-top: 52px solid #CCC;
  border-left: 52px solid transparent;
  transition: all 200ms ease-out;
}
.c-card ~ .card-content:after {
  position: absolute;
  top: 1px;
  right: 1px;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #FFF;
  border-left: 50px solid transparent;
  transition: all 200ms ease-out;
}
.c-card ~ .card-content:hover {
  border: 1px solid #fc9c3c;
}
.c-card ~ .card-content:hover .card-state-icon {
  background-position: -30px 0;
}
.c-card ~ .card-content:hover:before {
  border-top: 52px solid #fc9c3c;
}
.c-card:checked ~ .card-content {
	border: 1px solid #fc9c3c;
	text-align: left;
	padding-left: 5px;
}
.c-card:checked ~ .card-content .card-state-icon {
  background-position: -90px 2px;
}
.c-card:checked ~ .card-content:before {
/*	6dc5dc*/
  border-top: 52px solid #fc9c3c;
}
.c-card:checked ~ .card-content:after {
  border-top: 52px solid #fc9c3c;
}
.c-card:checked:hover ~ .card-content .card-state-icon {
  background-position: -60px 2px;
}
.c-card:checked:hover ~ .card-content:before {
  border-top: 52px solid #fc9c3c;
}
.c-card:checked:hover ~ .card-content:after {
  border-top: 52px solid #fc9c3c;
}

.tamano-empresa {
	color: #FC9C3C;
	margin-bottom: 20px;
	font-family: "Baloo Regular";
}

.imagen-principal {
	margin-bottom: 10px;
	margin-top: -27px;
}

.sector-tamano-empresa{

}


/*intento copy*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 27px;
}


.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  padding-left: 5px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '';
  display: block;
  
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #999999;
  margin-bottom: 2px;
}

.select2-selection__arrow::after {
  content: '';
  display: block;
  
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999999;
}

.modal-titulo {
	color: #fc9c3c;
	font-family: "Baloo Regular";	
}

.btn-cerrar {
	background-color: #fc9c3c;
	color: white;
	border-radius: 10px;
}

.divInfo {
	display: block;
	position: fixed;
	top: 20px;
	z-index: 10;
	padding-bottom: 0px;
	background: #fc9c3c;
	color: white;
	padding-top: 20px;
	border-radius: 26px;
	left: 50%;
	
}

@media screen and (max-width: 800px){
	
	.divInfo {
		width: 100%;
			left: 0%;
	}
	
}


@media screen and (max-width: 560px){
	
	.divInfo {
		width: 100%;
			left: 0%;
		padding-bottom: 20px
	}
	
}

@media screen and (min-width: 801px) 
			  and (max-width: 1240px) {
	
	.divInfo {
		
			left: 20%;
	}
	
}