/** Globales **/

body {
  font-family: 'Open Sans', sans-serif;
  color: #535353;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #36324f;
}
a {
  color: #f19f25;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
}
a:hover {
  color: #f4b455;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
.clear {
  clear: both;
}
img {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
}
.title {
  font-size: 24px;
  margin-bottom: 20px;
}
.form-control:focus {
  border-color: #f19f25;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(241, 159, 37, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(241, 159, 37, 0.6);
}
.btn-default {
  background: #f19f25;
  color: #fff;
  border-color: #f19f25;
}
.btn-default:hover {
  background: #f4b455;
  border-color: #f4b455;
  color: #fff;
}
.btn-default:active {
  background: #d5850e;
  border-color: #d5850e;
  color: #fff;
}
.btn-default:focus {
  background: #f19f25;
  color: #fff;
  border-color: #f19f25;
  outline: none;
}

.icon-ribbon:before {
	content: "\e609";
}
.icon-pdf:before {
	content: "\e608";
}
.icon-fax:before {
	content: "\e605";
}
.icon-twitter-square:before {
	content: "\f081";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-phone:before {
	content: "\f095";
}
.icon-location:before {
	content: "\e606";
}
.icon-arrow-left:before {
	content: "\e607";
}
.icon-arrow-right:before {
	content: "\e601";
}
.icon-twitter:before {
	content: "\e602";
}
.icon-facebook:before {
	content: "\e603";
}
.icon-googleplus:before {
	content: "\e604";
}
.icon-left-quote:before {
	content: "\e600";
}



/** Header **/
header,
#slider {
  background: #eceef3;
}
header {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #dadde3;
}
header .logo {
  margin-top: 5px;
  overflow: hidden;
}
header .logo a {
  height: 55px;
  display: inline-block;
}
header .logo a.ivf {
  left: 0;
}
header .logo a.bycrea {
  margin-left: 8px;
}
header .frase {
  text-align: center;
  margin: 10px 0 !important;
 font-size: medium;
 font-weight: bold;
}
header .navDatos {
  text-align: right;
}
header .phone-fax {
  display: inline-block;
  margin-bottom: 10px;
}
header .phone-fax br {
  display: none;
}
header .social {
  text-align: right;
  display: inline;
  margin-bottom: 10px;
}
header .social a i {
  color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 2px;
  width: 20px;
  display: inline-block;
}
header .social a i.icon-facebook {
  background: #3c599b;
}
header .social a i.icon-twitter {
  background: #5eaade;
}
header .social a i.icon-googleplus {
  background: #d95232;
}
header .social a:hover i {
  opacity: .8;
}
header nav {
  float: right;
}
header nav ul {
  padding: 0px;
}
header nav ul li {
  position: relative;
  list-style: none;
  float: left;
}
header nav ul li a {
  float: left;
  color: #36324f;
  font-size: 300;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 15px;
}
header nav ul li a:hover,
header nav ul li a.active {
  color: #f19f25;
  text-decoration: none;
}
header nav ul li a.active {
  font-weight: 400;
}
header nav ul li:last-child a {
  padding-right: 0;
}
header nav ul li.hasmenu:hover .navegacioninterior {
  display: block;
}
.container.oferta h1 {
  border-bottom: 1px solid #f19f25;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-style: italic;
}
/** Flexslider **/
#slider .portada h3 {
  margin-top: 60px!important;
}
#slider .container {
  min-height: 430px;
  background: url('../images/bg-slider.jpg') no-repeat right bottom;
}
#slider .container h3 {
  font-size: 40px;
  margin-top: 30px;
}
#slider .container p {
  font-size: 24px;
  color: #4b506e;
  font-weight: 300;
}
#slider .container .flexslider {
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
}
#slider .container .flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  box-shadow: none;
  background: #dcdee2;
}
#slider .container .flexslider .flex-control-paging li a:hover {
  background: #ced1d6;
}
#slider .container .flexslider .flex-control-paging li a.flex-active,
#slider .container .flexslider .flex-control-paging li a .flex-active:hover {
  background: #f19f25;
}
#slider .container.whycrea {
  min-height: 300px;
  background: url('../images/bg-whycrea2.jpg') no-repeat right bottom;
}
#slider .container.whyvalencia {
  min-height: 250px;
  background: url('../images/bg-valencia.jpg') no-repeat right bottom;
}
#slider .container.contact {
  min-height: 220px;
  background: url('../images/bg-whycrea.jpg') no-repeat right 0px;
}
#slider .container .oferta p {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}
#slider .container .oferta p.enlace {
  margin-top: 20px;
}
/** Main **/
main {
  padding: 20px 0;
  min-height: 600px;
}
main h1 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 30px;
}
#destacados {
  text-align: center;
  border-bottom: 1px solid #eceef3;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#destacados img {
  border-radius: 5px;
  width: 100%;
}
#destacados h3 {
  margin: 10px 0;
  font-size: 21px;
}
#destacados p {
  text-align: left;
  min-height: 80px;
}
#destacados a {
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
  display: block;
}
#destacados a i {
  font-size: 34px;
  vertical-align: middle;
  margin: 0 -10px;
}
.news ul {
  padding-left: 20px;
}
.news ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  text-align: justify;
}
.news ul li:before {
  content: '\e601';
  font-family: 'icomoon';
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f19f25;
  font-size: 30px;
  position: absolute;
  left: -30px;
  top: -10px;
}
.news ul li a {
  color: #535353;
}
.news ul li a:hover {
  color: #f19f25;
}
.news ul li small {
  display: block;
  color: #8d8d8d;
}
.slogan h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.slogan p {
  font-weight: bold;
  color: #f19f25;
}
#map {
  width: 100%;
  height: 360px;
  margin-top: 20px;
}
.find-us {
  position: absolute;
  z-index: 999;
  top: 50px;
  right: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  width: 240px;
}
.find-us h4 {
  font-size: 24px;
  margin-top: 5px;
}
.find-us h4 img {
  float: right;
  margin-top: -5px;
}
.find-us p span {
  color: #f19f25;
}
.interior aside img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.interior.news .new {
  margin-bottom: 40px;
}
.interior.news .new a {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 2px;
  display: block;
  min-height: 60px;
}
.interior.news .new a i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: -5px;
}
.interior.news .new a.more {
  text-align: right;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  color: #36324f;
}
.interior.news .new a.more:hover {
  color: #f19f25;
}
.interior.news .new:nth-child(3n+2) {
  clear: left;
}
.interior.news .new img {
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
}
.interior.news .new small {
  display: block;
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 5px;
}
.interior.news .new p {
  text-align: justify;
  margin-bottom: 0;
}
.interior.testimonios .testimonio {
  padding-bottom: 20px;
  text-align: justify;
}
.interior.testimonios .testimonio i {
  font-size: 40px;
  color: #f19f25;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.interior.testimonios .testimonio small {
  display: block;
  float: right;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  right: 15px;
  color: #f7c985;
}
.interior .back {
  text-align: left;
  margin-top: 0px;
  padding-left: 0px;
}
.interior .back i {
  font-size: 28px;
  vertical-align: middle;
  margin-right: -5px;
}
.interior ul {
  width: 100%;
  padding: 0 0px;
  display: table;
  border-spacing: 10px;
}
.interior ul li {
  padding: 20px;
  width: 250px;
  padding-left: 45px;
  display: table-cell;
  height: auto;
  background-color: #f19f25;
  color: white;
  font-weight: bold;
  position: relative;
}
.interior ul li:before {
  font-family: 'icomoon';
  content: "\e609";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 60px;
  color: #754908;
  font-weight: 300;
}
.interior ul li:nth-child(6) {
  clear: both;
}
.interior a {
  cursor: pointer;
}
footer {
  background: #f8f8f8;
  padding: 20px 0;
  margin-top: 20px;
}
footer h4 {
  font-family: 'open sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 5px;
}
footer ul li a {
  color: #4a4a4a;
}
footer ul li a:hover {
  color: #f19f25;
}
footer .flexslider {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
footer .flexslider .testimonies {
  position: relative;
  padding-left: 40px;
}
footer .flexslider .testimonies small {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #979797;
}
footer .flexslider .testimonies b {
  font-size: 12px;
}
footer .flexslider .testimonies p {
  color: #4a4a4a;
}
footer .flexslider .testimonies:before {
  content: '\e600';
  font-family: 'icomoon';
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f19f25;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: -5px;
}
footer .flexslider .flex-control-paging {
  text-align: left;
  bottom: -20px;
}
footer .flexslider .flex-control-paging li {
  margin: 0 2px;
}
footer .flexslider .flex-control-paging li a {
  width: 10px;
  height: 10px;
  box-shadow: none;
  background: #dcdee2;
}
footer .flexslider .flex-control-paging li a:hover {
  background: #ced1d6;
}
footer .flexslider .flex-control-paging li a.flex-active,
footer .flexslider .flex-control-paging li a .flex-active:hover {
  background: #f19f25;
}
footer .flexslider .view {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 999;
}
footer .flexslider .view i {
  font-size: 30px;
  vertical-align: middle;
  margin-left: -10px;
}
footer .copy {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 20px 0;
}
footer .copy p {
  margin-bottom: 0;
  font-size: 12px;
  color: #585858;
}
footer .copy p a {
  color: #585858;
}
footer .copy p a:hover {
  color: #f19f25;
}
.alerta_default {
  margin: 10px;
  background-color: #f19f25;
  border-color: #f19f25;
  color: #FFF;
}
#form-comprobacion {
  display: none;
}
#departament {
  padding-top: 10px;
}
#departament .interior {
  border-top: 1px solid #e4e4e4;
  padding: 20px 0px;
}
#departament .interior h3 {
  margin-top: 0px;
}
#departament .interior .secundarios h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#departament .interior a {
  color: #333;
  width: 100%;
  height: 100%;
  display: block;
}
#departament .interior a i {
  float: right;
  border: 1px dotted #f19f25;
  border-radius: 20px;
  color: #f19f25;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 30px;
}
#departament .interior a i.active {
  color: #754908;
  border-color: #754908;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#departament .interior .col-sm-4:last-child {
  margin-bottom: 30px;
}
#departament .interior:last-child {
  border-bottom: 1px solid #ccc;
}
#departament .personal img {
  width: 100%;
}
.galeria_foto .col-sm-4 {
  margin-bottom: 15px;
}
.galeria_foto img {
  width: 100%;
}
.flexslider {
  border: 0px;
  -webkit-box-shadow: 0px 0px;
}
.flexslider .flex-control-nav li a {
  background-color: #ccc;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #f19f25;
}
.whycrea ul {
  padding-left: 0px;
  display: table;
  border-spacing: 10px;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 30px;
}
.whycrea ul li {
  display: table-cell;
  background-color: #f19f25;
  padding: 0px 15px;
  vertical-align: middle;
  margin-right: 35px;
  border-radius: 100px;
  width: 160px;
  height: 160px;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
}
.whycrea ul li:nth-child(2) {
  background-color: #df8b0e;
}
.whycrea ul li:last-child {
  background-color: #b9730c;
}
.biografia {
  text-align: justify;
  position: relative;
  height: 5em;
  overflow: hidden;
}
.biografia:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
}
.biografia.activebio {
  height: auto;
}
.biografia.activebio:after {
  background: transparent;
}
.biografia h4 {
  margin-top: 0px;
}
.navegacioninterior {
  margin-left: 0px;
  z-index: 50;
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  display: none;
}
.navegacioninterior ul {
  padding-left: 0px;
  text-align: right;
}
.navegacioninterior ul li {
  text-align: left;
  white-space: nowrap;
  background-color: white!important;
  display: block;
  width: 100%;
  list-style-type: none;
  display: inline-table;
}
.navegacioninterior ul li:first-child {
  background-color: transparent !important;
  height: 8px;
  text-align: center;
}
.navegacioninterior ul li:first-child img {
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.navegacioninterior ul li a {
  padding: 10px 15px;
  width: 100%;
  display: block;
}
.navegacioninterior ul li a:hover {
  background-color: #fdf3e5;
}
.navegacioninterior ul li:last-child {
  border-right: 1px solid #eceef3;
}
#galeria {
  background-color: #dadde3;
  margin-top: -30px;
  padding-top: 30px;
}
#galeria .slides {
  background-color: #dadde3;
}
#galeria h1 {
  margin-top: 0px;
}
.documents .enlaces {
  padding-left: 0px;
}
.documents h3 {
  margin-top: 20px;
  padding-bottom: 20px;
}
.documents ul {
  padding-left: 0px;
  margin-bottom: 40px;
  width: 100%;
}
.documents ul li {
  list-style-type: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.documents ul li a[href$=".pdf"]:before {
  font-family: 'icomoon';
  content: "\e608";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: relative;
  padding-right: 5px;
}
.galeria {
  padding-bottom: 30px;
}
.galeria.loading {
  width: 100%;
  height: 220px;
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.galeria.loading img {
  display: none;
}
.galeria .slides li {
  display: inline !important;
  width: 210px;
  margin-left: 5px;
  margin-bottom: 30px;
}
.galeria .slides li img {
  width: 100%;
  border-radius: 3px;
}
.galeria .flex-control-nav {
  bottom: 15px;
}
.galeria .flex-control-nav li a {
  background-color: #dcdee2;
}
.galeria .flex-control-nav li a.flex-active {
  background-color: #f19f25;
}
.empleado:nth-child(4n+1) {
  clear: left;
}
#cookiewarning {
  font-size: 13px;
  width: 100%;
}
#cookiewarning div {
  text-align: center;
  margin: 0px;
  padding: 5px 0 5px 0;
  width: auto;
  background: #fff;
  font-size: 90%;
  color: #36324f;
  border-bottom: 2px solid #c8c8c8;
}
#cookiewarning div .btn {
  margin-top: 10px;
  margin-bottom: 5px;
  background: #eceef3;
  border-color: #eceef3;
  color: #36324f;
}
#cookiewarning div .btn.btn-success {
  background: #f19f25;
  border-color: #f19f25;
  color: #fff;
}
/** Responsive **/
@media (min-width: 1200px) {
  .fivecolumns .col-sm-2 {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header nav ul li a {
    padding: 0 8px;
  }
  .row {
    margin: 0px;
  }
  .fivecolumns .col-sm-2 {
    width: 20%;
  }
  #slider .container {
    width: 100%;
  }
  #slider .container .col-sm-7,
  #slider .container .col-sm-6 {
    margin-left: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #slider .container h3 {
    margin-top: 0px!important;
  }
  #slider .whycrea {
    background-position: 560px bottom!important;
    width: 100%;
  }
  #slider .whycrea p {
    text-align: justify;
  }
  #slider .whyvalencia {
    width: 100%;
    background-position: 480px bottom !important;
  }
  #slider p {
    text-align: justify;
  }
  #slider .slides {
    margin-top: 100px;
  }
  #slider .slides p {
    text-align: center;
  }
  #destacados a {
    text-align: center;
  }
  #destacados .text-center {
    white-space: nowrap;
    font-size: 18px;
  }
  .interior ul {
    display: inline;
    text-align: center;
    width: 100%;
  }
  .interior ul li {
    display: inline-table;
    min-height: 220px;
    width: 30%;
    margin: 1.5%;
  }
  .news .new a {
    min-height: 85px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fivecolumns .col-sm-2 {
    width: 20%;
    margin-bottom: 50px;
  }
  header nav ul li a {
    padding: 0 7px;
  }
  #slider .whycrea {
    background-position: 300px bottom!important;
  }
  #slider .whycrea ul {
    margin-left: 0px;
    padding-left: 0px;
  }
  #slider .whycrea ul li {
    width: 130px;
    height: 130px;
    font-size: 14px;
    padding: 35px 5px;
    margin-right: 2px;
    margin-left: 0px;
  }
  #slider .whyvalencia {
    background-position: 300px bottom !important;
  }
  #slider .contact {
    background-position: 450px bottom !important;
  }
  #destacados h3 {
    font-size: 20px;
    min-height: 45px;
  }
  #destacados p {
    min-height: 160px;
  }
  #destacados a {
    text-align: center;
    font-size: 13px;
  }
  #destacados a i {
    display: block;
  }
  .interior ul {
    display: inline;
  }
  .interior ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  p {
    text-align: justify;
  }
  .documents {
    background-color: #fadeb5;
    height: 100%;
  }
  .documents h3 {
    font-size: 20px;
  }
  .documents ul li a {
    white-space: pre-wrap !important;
    text-align: left;
    width: 100%!important;
    display: inline-table;
    font-size: 13px;
  }
  .news .new a {
    min-height: 120px !important;
  }
}
@media (max-width: 767px) {
  header .phone-fax {
    display: block;
    float: right;
    margin-top: 10px;
    width: 100%;
  }
  header .phone-fax br {
    display: block;
  }
  header .social {
    position: absolute;
    right: 15px;
    top: -23px;
    text-align: center !important;
  }
  header nav {
    width: 100%;
    margin-bottom: 15px;
  }
  header nav ul {
    padding-left: 0px;
    margin-top: 15px;
  }
  header nav ul li {
    display: block!important;
    width: 100% !important;
    border-left: 1px dotted #f7c985;
    background-color: #fdf3e5;
  }
  header nav ul li.hasmenu {
    background-color: #fce9cd;
  }
  header nav ul li.hasmenu:hover .navegacioninterior {
    display: none;
  }
  header nav ul li.hasmenu a.vermas {
    float: right;
  }
  header nav ul li.hasmenu a.vermas i {
    border: 1px solid #f19f25;
    color: #f19f25;
    margin-top: 0px;
    font-size: 20px;
    padding: 5px;
    border-radius: 25px;
  }
  header nav ul li.hasmenu a.vermas.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #462b04;
  }
  header nav ul li .navegacioninterior {
    display: none;
    position: relative;
    top: -15px;
    left: 0px;
    width: 200px;
  }
  header nav ul li .navegacioninterior .flechita {
    display: none;
  }
  header nav ul li .navegacioninterior ul {
    background-color: transparent;
    width: 100%;
    float: right;
  }
  header nav ul li .navegacioninterior ul li {
    display: inline-table;
    background-color: red;
    padding: 3px 3px;
    background-color: transparent !important;
  }
  header nav ul li .navegacioninterior ul li a.hover {
    background-color: transparent !important;
  }
  header nav ul li .navegacioninterior ul li.hover {
    background-color: transparent !important;
  }
  header nav ul a {
    padding: 10px 3px!important;
    font-size: 12px!important;
  }
  .sitemap ul {
    text-align: center;
  }
  .sitemap ul li {
    display: inline-table;
  }
  .sitemap ul li a {
    padding: 0px 5px;
  }
  main {
    padding: 10px 0px;
  }
  main .interior {
    text-align: justify;
  }
  main .interior .back {
    margin-top: 0px;
  }
  main .interior ul {
    border-spacing: 0px;
  }
  main .interior ul li {
    display: inline-table;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 60px;
  }
  #slider .col-sm-7,
  #slider .col-sm-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #slider .flexslider {
    margin-top: 10px;
  }
  #slider .flexslider .flex-control-paging a {
    border: 1px dotted #333;
  }
  #slider .container {
    background-image: url(../images/bg-slider_responsive.png);
    min-height: 300px;
  }
  #slider .container h3 {
    margin-top: 0px;
  }
  #slider .container.whycrea {
    min-height: 100px !important;
    background-image: url(../images/bg-whycrea_responsive.png) !important;
    background-position: 0px bottom !important;
  }
  #slider .container.whycrea ul {
    border-spacing: 0px;
    text-align: center;
    width: 100%;
  }
  #slider .container.whycrea ul li {
    text-align: center;
    display: inline-table;
    padding: 5px;
    width: 90px;
    height: 90px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
    margin: 0px;
  }
  #slider .container.whyvalencia {
    background-image: url(../images/bg-valencia_responsive.png) !important;
    min-height: 100px;
  }
  #slider .container.contact {
    background-image: url(../images/bg-contact_responsive.png) !important;
    background-position: -30px right;
    min-height: 100px;
  }
  #destacados img {
    margin-top: 20px;
  }
  #destacados p {
    min-height: 0px;
  }
  #destacados a {
    text-align: center;
    margin-bottom: px;
  }
}
.find-us {
  top: 190px;
  right: 25px;
  height: 165px;
}
.news .new {
  min-height: 50px;
}
.news .new small {
  float: none !important;
}

#ebooks {
    padding: 10px 0 20px 0;
    text-align: center;
    border-bottom: 1px solid #eceef3;
    margin-bottom: 10px;
}
.ebooksColumn .ebook_wrap{
		text-align: center;
}
#ebooks img {
	width: 100%;
	height: auto;
}
.titleColumn {
    font-size: 21px;
    margin: 0 0 20px 0;
}

.popupVideoYoutube{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(12,12,12,0.8);
	z-index: 9999;
}
.wrapVideoYoutube {
    width: 60%;
    margin: 10% auto;
    background: #000;
    padding-top: 40px;
    border-radius: 3px;
    position: relative;
    text-align: center;
}
@media (max-width: 767px) {
.wrapVideoYoutube {
	    width: 90%;
	    margin: 5% auto;
	}
	.ebooksColumn .ebook_wrap {
	    width: 33%;
	    float: left;
	    margin-bottom: 30px;
	}
}
.wrapVideoYoutube iframe {
    width: 100%;
    min-height: 400px;
}
.openVideoEmbryo{
	cursor: pointer;
}

.wrapVideoYoutube span {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 100%;
    width: 25px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.wrapVideoYoutube span:hover {
    background: #FFF;
    color: #000;
}


#sectionFormCampain,
section#sectionWelcomePack {
    padding: 0px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #eceef3;
    border-top: 1px solid #eceef3;
}

section#sectionWelcomePack .flexslider {
    padding: 0 50px;
    width: 90%;
    position: relative;
}

section#sectionWelcomePack .flex-control-nav {
    left: 0;
}


.agile_crm_form_embed {
/*
	background: rgba(255,255,255,0.4);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
*/
    width: auto;
    margin: 35px 0; 
    float: none;
    border-radius: 6px;
}
form#agile-form {
    margin: auto;
}
.agile_crm_form_embed legend {
    display: none;
}

.agile_crm_form_embed .agile-form-description {
    display: none;
}


.agile_crm_form_embed .agile-group {
    margin: 0;
}

.agile-form-blck-transparent input[type=text],
.agile-form-blck-transparent input[type=email],
.agile-form-blck-transparent select {
    font-size: 13px;
    border: 1px solid #36324f !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
}
.agile-field-xlarge{
    width: 100% !important;
    max-width: 100% !important;
}
	

label.i-checks,
label.i-checks * {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}
label.agile-label {
    font-size: 13px !important;
}

.agile-field.agile-button-field button {
    background: #f19f25;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    line-height: 40px;
    color: #FFF !important;
    font-weight: 600;
}

.agile-field.agile-button-field button:hover {
    background: #333;
}


.agile-field.agile-button-field {
    width: 100%;
    display: block;
    text-align: center;
}


.formLeftWidget h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #f19f25;
}

.formLeftWidget .agile_crm_form_embed {
    margin-top: 0;
}

.formLeftWidget {
    padding: 20px;
    background: #f8f8f8;
}
