/*----- Basic installation -----*/
@import "normalize.css";
@import "font-face.css";
/*:::::::::::: Body ::::::::::::::*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}



/*---- Transition ----*/
a,
input,
textarea,
button,
.slick-dots li,
header .inner-block,
.div-list>ul>li,
.show-slide>li {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
/*---- innerblock -----*/
.inner-block {
  height: auto;
  margin: 0 auto;
}
/*--- Other ----*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: bolder;
}
p {
  margin-bottom: 10px;
}
a {
  color: #e77d00;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
input {
  background: #fff;
  color: #333;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  padding: 7px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #a3a3a3;
  height: 40px;
  width: 100%;
}
input:focus {
  border-color: #e77d00;
}
textarea {
  background: #fff;
  color: #333;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  border: none;
  padding: 7px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #a3a3a3;
  width: 100%;
}
textarea:focus {
  border-color: #e77d00;
}
button {
  cursor: pointer;
}
/* btn */
.btn {
  padding: 10px 30px;
  background: #e77d00;
  border-radius: 2px;
  color: #fff;
  border-bottom: 0;
  height: auto;
  text-decoration: none;
}
/*:::::::::::: Wrapper ::::::::::::::*/
#wrapper {
  min-height: 100%;
  position: relative;
  width: 100%;
  background: #eee;
  overflow: hidden;
}
#wrapper:before {
  content: "";
  display: block;
  height: 137px;
}
/*:::::::::::: Header ::::::::::::::*/
header,
.inner-block,
.menu,
.logo,
.logo img,
.languaje {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .inner-block {
  background: #fff;
}
/*-- Logo ---*/
.logo {
  height: auto;
  float: left;
}
.logo img {
  height: auto;
  width: 100%;
}
/*--- nav ---*/
#nav {
  float: right;
}
/* languaje */
.languaje {
  float: right;
  text-align: right;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.languaje li {
  float: left;
  text-transform: uppercase;
  border-right: 1px solid;
  border-color: #333;
}
.languaje li a {
  color: #333;
  text-decoration: none;
}
.languaje li a.active {
  color: #e77d00;
}
.languaje li+li {
  border-right: 0;
}
.languaje li:last-child,
.languaje li:nth-child(3) {
  margin-right: 0;
  padding-right: 0;
}
/* Menu */
.menu {
  float: right;
  text-align: right;
  clear: both;
  padding: 0;
}
.menu li {
  float: left;
  width: auto;
  text-align: left;
}
.menu li strong {
  clear: both;
  width: 100%;
  display: block;
}
.menu li a {
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid;
  border-color: #fff;
  display: block;
}
.menu li a.move-down {
  height: auto;
}
.menu li a.btn {
  border-bottom: 0;
  color: #fff;
}
.menu li:nth-child(6) {
  margin-right: 30px;
}
/*:::::::::::: Content ::::::::::::::*/
#content {
  height: auto;
  position: relative;
  width: 100%;
}
/*--- Back module ---*/
.back-module figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*---- Slider block ---*/
.slider-block .slick-slide {
  position: relative;
}
.slider-block .slick-slide article {
  color: #fff;
  position: absolute;
  z-index: 1;
}
.slider-block .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
}
.slider-block .slick-dots li {
  background: #bebebe;
  float: left;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.slider-block .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-block .slick-dots li.slick-active {
  background: #e77d00;
  width: 17px;
  height: 17px;
  margin-top: -4px;
}
/*--- List 4 block ----*/
.list-4-block {
  width: 100%;
}
.list-4-block ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-4-block ul li {
  float: left;
  text-align: center;
  border-right: 1px solid;
  border-color: #bebebe;
}
.list-4-block ul li h3 {
  color: #666;
}
.list-4-block ul li img {
  border-radius: 50%;
  overflow: hidden;
}
.list-4-block ul li:last-child {
  border-right: 0;
}
/*--- Suscribe block ---*/
.suscribe-block {
  width: 100%;
  background: url("../images/back/back-suscribe.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.suscribe-block article {
  position: relative;
  z-index: 1;
  text-align: center;
}
.suscribe-block article form {
  margin: 0 auto;
  height: auto;
}
.suscribe-block article form input {
  float: left;
}
.suscribe-block article form button {
  border-radius: 0;
}
/*---- shade ---*/
.shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
}
.shade.brown-fill {
  background: rgba(89,30,0,0.9);
}
/*---- Iso block ----*/
.iso-block {
  width: 100%;
  background: #fff;
  color: #a3a3a3;
}
.iso-block article {
  position: relative;
  float: left;
}
.iso-block article img {
  float: left;
}
.iso-block article h3 {
  float: left;
  font-weight: lighter;
}
.iso-block article h3 strong {
  font-weight: bold;
}
.iso-block a {
  float: right;
  clear: both;
}
/*---- Awards block ----*/
.awards-block {
  width: 100%;
}
.awards-block article {
  float: left;
  position: relative;
}
.awards-block article h3 {
  color: #666;
}
.awards-block article .slider-arrow {
  position: relative;
  width: 100%;
}
.awards-block article .slider-arrow button {
  position: absolute;
  color: #666;
}
.awards-block article .slider-arrow .slick-slide {
  text-align: center;
}
.awards-block article .slider-arrow .slick-slide img {
  position: relative;
}
/*---- Lightbox ----*/
.lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 1000;
  display: none;
}
.lightbox article {
  position: relative;
  padding: 20px 0;
}
.lightbox .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #fff;
}
/* search */
#search article {
  color: #fff;
}
#search article form {
  width: 100%;
  height: auto;
}
#search article form ul {
  margin: 0;
  list-style: none;
}
#search article form ul li {
  float: left;
}
#search article form ul li a {
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 3px solid;
  text-decoration: none;
  border-color: transparent;
}
#search article form ul li a.active {
  border-color: #e77d00;
}
#search article form label {
  display: block;
  background: #fff;
}
#search article form label input {
  float: left;
}
#search article form label button {
  float: right;
  color: #666;
}
/*--- title page ----*/
.title-page {
  height: auto;
  position: relative;
  color: #fff;
}
.title-page h1,
.title-page h2,
.title-page h3,
.title-page h4,
.title-page h5,
.title-page h6 {
  font-weight: lighter;
}
.title-page article {
  position: relative;
  z-index: 1;
}
.title-page span {
  color: #fff !important;
}
/*--- contact block ----*/
.contact-block {
  height: auto;
  background: #fff;
}
.contact-block h3,
.contact-block h4 {
  font-weight: lighter;
}
.contact-block article {
  float: left;
}
.contact-block article ul {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-block article ul li {
  width: 100%;
}
.contact-block article ul li:last-child {
  padding-bottom: 0;
}
.contact-block article form {
  width: 100%;
  height: auto;
}
.contact-block article form label {
  display: block;
  width: 100%;
}
.contact-block article form label.active {
  display: inline-block;
}
.contact-block article form label.active input {
  float: left;
}
.contact-block article form label.active i {
  float: left;
  background: #e77d00;
  color: #fff;
  text-align: center;
}
.contact-block article form button {
  float: right;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  border: 1px dashed;
  border-color: #bebebe;
}
.fileUpload div {
  text-align: center;
  color: #bebebe;
  width: 100%;
}
.fileUpload figure {
  background: #e77d00;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/*--- Control list ---*/
.control-list {
  width: 100%;
  height: auto;
}
.control-list ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
   background-color:#591e00;
}
.control-list ul li {
  float: left;
}
.control-list ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #591e00;
}
.control-list ul li a.active {
  background: #e77d00;
}
/*--- Div list ---*/
.div-list {
  height: auto;
  background: #fff;
  position: relative;
}
.div-list ul {padding:0;margin:0;position: relative;}
.div-list>ul.derecha {
  width: 50%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
}

.div-list>ul.izquierda {
  width: 50%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
}

.div-list>ul>li h3 {
  float: left;
  width: 100%;
}
.div-list>ul>li figure {
  float: left;
  border-right: 1px solid;
  border-color: #eee;
}
.div-list>ul>li figure img {
  width: 100%;
  height: auto;
}
.div-list>ul>li article {
  float: left;
  border-left: 1px solid #eee;
}
.div-list>ul>li article ol {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.div-list>ul>li article ol li {
  width: 100%;
  display: inline-block;
}
.div-list>ul>li article ol li i {
  float: left;
  color: #e77d00;
}
.div-list>ul>li article ol li p {
  float: left;
  margin-bottom: 0;
}
.div-list>ul>li article ol li a {
  color: #333;
}
.div-list>ul>li.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
/*--- Slide row ----*/
.slide-row {
  height: auto;
  background: #fff;
}
.slide-row img {width: 888px; height: auto;}
.slide-row h3 {
  font-weight: 400;
}
/* title special */
.title-special {
  margin-bottom: 20px;
}
.title-special p {
  margin-bottom: 0;
}
/* control slide */
.control-slide {
  width: 100%;
  background: #eee;
  padding: 0;
  list-style: none;
  z-index: 1;
  position: relative;
}
.control-slide li {
  float: left;
}
.control-slide li a {
  display: block;
  color: #333;
  background: #eee;
  text-decoration: none;
  text-align: center;
  border: 3px solid;
  border-color: #eee;
  border-radius: 50%;
  position: relative;
}
.control-slide li a.active {
  background: #e77d00;
  color: #fff;
  border-color: #fff;
}
/* show slide */
.show-slide {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
}
.show-slide>li {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  background: #fff;
}
.show-slide>li article {
  float: left;
}
.show-slide>li figure {
  float: right;
}
.show-slide>li figure img {
  width: 323px;
  height: 180px;
}
.show-slide>li ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.show-slide>li ul li {
  width: 100%;
}
.show-slide>li ul li i {
  float: left;
  color: #666;
}
.show-slide>li ul li p {
  float: left;
  margin-bottom: 0;
}
.show-slide>li.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
/*---- slide source ----*/
.slide-source {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
/* carousel source */
.carousel-source {
  width: 100%;
  height: auto;
  background: url("../images/back/back-slide-nosotros.jpg") center center no-repeat;
  background-size: cover;
}
.carousel-source .slick-slide {
  color: #fff;
  text-align: center;
}
.carousel-source .slick-slide article img {
  position: relative;
  border-radius: 50%;
}
.carousel-source .slick-slide article p {
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
}
.carousel-source .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
}
.carousel-source .slick-dots li {
  background: #bebebe;
  float: left;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.carousel-source .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-source .slick-dots li.slick-active {
  background: #e77d00;
}
/* bottom source */
.bottom-source {
  width: 100%;
  height: auto;
  background: #333;
  text-align: center;
}
/*---- Testimonial carousel ---- */
.testimonial-block {
  background: #fff;
  text-align: center;
}
.testimonial-block h3 {
  font-weight: 400;
}
.testimonial-block .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
}
.testimonial-block .slick-dots li {
  background: #bebebe;
  float: left;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.testimonial-block .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-block .slick-dots li.slick-active {
  background: #e77d00;
}
/* testimonial carousel */
.testimonial-carousel {
  width: 100%;
}
/* txt test */
.txt-test {
  position: relative;
}
.txt-test small {
  float: left;
  color: #eee;
  font-family: Arial;
  display: block;
}
.txt-test p {
  float: left;
  font-style: italic;
  color: #666;
  text-align: left;
}
/* txt autor */
.txt-autor {
  width: 100%;
  text-align: center;
}
.txt-autor .small-line {
  background: #eee;
  left: 50%;
  position: relative;
}
.txt-autor p {
  margin-bottom: 0;
}
/*---- team block ----*/
.team-block {
  background: #fff;
  position: relative;
}
.team-block h3 {
  font-weight: 400;
}
.team-block h4 {
  font-weight: 400;
}
.team-block h4 strong {
  display: block;
  clear: both;
}
/* icon team */
.icon-team {
  width: 100%;
  height: auto;
  padding: 0;
  list-style: none;
}
.icon-team li {
  float: left;
}
.icon-team li a {
  background: #bebebe;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
}
/* carousel team */
.carousel-team {
  width: 100%;
}
.carousel-team article {
  border: 1px solid;
  border-color: #eee;
}
.carousel-team button {
  position: absolute;
  color: #666;
}
/* title team */
.title-team {
  width: 100%;
  height: auto;
}
/*----- Simple slide -----*/
.simple-slide,
.simple-slide .slick-slide {
  width: 100%;
  position: relative;
}
.simple-slide article {
  position: absolute;
  z-index: 2;
}
.simple-slide article h1 {
  color: #fff;
  font-weight: 400;
}
.simple-slide .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
}
.simple-slide .slick-dots li {
  background: #bebebe;
  float: left;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.simple-slide .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.simple-slide .slick-dots li.slick-active {
  background: #e77d00;
}
/*---- SImple content ----*/
.simple-content {
  background: #fff;
  color: #333;
}
/* bread */
.bread {
  width: 100%;
  height: auto;
}
.bread ul {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bread ul li {
  display: inline-block;
}
.bread ul li a {
  color: #333;
  text-decoration: none;
}
.bread ul li a.active {
  font-weight: 700;
}
/* xxrow */
.xx-row {
  width: 100%;
  height: auto;
}
.xx-row h3,
.xx-row h4 {
  font-weight: 400;
}
.xx-row section {
  float: left;
}
.xx-row aside {
  float: left;
}
/* xrow */
.x-row {
  width: 100%;
  height: auto;
}
.x-row h3,
.x-row h4 {
  font-weight: 400;
}
.x-row p:last-child {
  margin-bottom: 0;
}
/* option module */
.options-module {
  width: 100%;
  height: auto;
}
.options-module ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.options-module ul li {
  display: inline-block;
}
.options-module ul li a {
  text-decoration: none;
i
}
/* tree options */
.tree-row {
  width: 100%;
  height: auto;
}
.tree-row article {
  width: 100%;
  color: #666;
}
.tree-row article p {
  margin-bottom: 0;
}
.tree-row article ol {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tree-row article ol a {
  display: inline-block;
  color: #333;
  width: 100%;
}
.tree-row article ol a i {
  float: left;
  color: #e77d00;
}
.tree-row article ol a p {
  float: left;
}
/*---- test simple ----*/
.test-simple {
  width: 100%;
  background: #591e00;
}
.test-simple article small {
  float: left;
  color: #bebebe;
  font-family: Arial;
  display: block;
}
.test-simple article p {
  font-family: serif;
  float: left;
  font-style: italic;
  color: #fff;
  text-align: left;
}
.test-simple article h5 {
  color: #e77d00;
  font-weight: 400;
  float: left;
}
/*--- project row ----*/
.project-row {
  background: #fff;
}
.project-row h3 {
  font-weight: 400;
}
ul.list-project {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
}
ul.list-project li {
  float: left;
}
ul.list-project li article {
  width: 100%;
}
/* image project */
.image-project {
  position: relative;
  width: 100%;
}
.image-project figure {
  width: 100%;
  height: auto;
}
.image-project figure img {
  width: 100%;
  height: 100%;
}
.image-project i {
  border-radius: 50%;
  background: #e77d00;
  display: block;
  position: absolute;
  z-index: 1;
}
.image-project i img {
  width: 100%;
  height: auto;
}
/* title inner*/
.title-inner {
  width: 100%;
}
/*----- acordeon module -----*/
.acordeon-module {
  height: auto;
  background: #fff;
}
/* function */
.function-a {
  width: 100%;
  height: auto;
  border-bottom: 1px solid;
  border-color: #bebebe;
}
/* open toggle */
.open-toggle {
  width: 100% !important;
  height: auto;
  cursor: pointer;
}
.open-toggle figure {
  border-radius: 50%;
  background: #e77d00;
  float: left;
}
.open-toggle figure img {
  width: 100%;
}
.open-toggle article {
  float: left;
  width: 70%;
  padding-left: 10px;
}
.open-toggle article h2 {
  margin-bottom: 0;
}
.open-toggle article p {
  color: #e77d00;
}
.open-toggle i {
  float: right;
}
/* hide txt */
.hide-txt {
  width: 100%;
  height: auto;
  display: none;
}
.hide-txt h3 {
  font-weight: 400;
}
.hide-txt div {
  float: left;
}
.hide-txt aside {
  float: left;
}
/* simple list */
.simple-list {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-list li {
  width: 100%;
}
.simple-list li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  width: 100%;
}
.simple-list li a i {
  float: left;
  color: #e77d00;
}
.simple-list li a p {
  margin-bottom: 0;
}
/*------ control mix -----*/
.control-mix {
  background: #591e00;
  color: #fff;
}
.control-mix div {
  float: left;
  cursor: pointer;
}
.control-mix .filter.on {
  color: #e77d00;
}
/*---- mixit ----*/
#mixit {
  background: #fff;
  margin: 0;
}
#mixit .mix {
  display: none;
}
#mixit li.active {
  width: 100%;
}
#mixit li.active .image-project {
  float: left;
}
#mixit li.active article {
  float: left;
}
/* toggle list */
.toggle-list {
  cursor: auto !important;
  margin-right: 0 !important;
}
.toggle-list p {
  float: left;
}
.toggle-list figure {
  float: left;
}
.toggle-list figure i {
  cursor: pointer;
  margin-right: 0 !important;
}
.toggle-list figure i.active {
  color: #e77d00;
}
/*:::::::::::: Fix ::::::::::::::*/
.fix {
  width: 100%;
  height: 70px;
}
/*:::::::::::: Footer ::::::::::::::*/
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer ul,
footer ol {
  padding: 0;
  margin: 10px;
  list-style: none;
}
footer ul li,
footer ol li {
  color: #333;
  float: left;
}
footer ul li a,
footer ol li a {
  color: #333;
}
footer ul li a i,
footer ol li a i:nth-child(1) {
  color: #eee;
  background: #3b5998;
  border-radius: 50%;
  text-align: center;
}

#linkedin {
  color: #eee;
  background: #007AB9 !important;
  border-radius: 50%;
  text-align: center;
}

footer ul {
  float: left;
}
footer ol {
  float: right;
}
.boxed {
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background-color: #fff;
    -webkit-transition: top 0.2s linear,-webkit-box-shadow 0.2s linear;
    -moz-transition: top 0.2s linear,-moz-box-shadow 0.2s linear;
    -o-transition: top 0.2s linear,-o-box-shadow 0.2s linear;
    transition: top 0.2s linear,box-shadow 0.2s linear;
    /*  background-color: #591E00; */
}

.boxed img {
  padding: 15px 15px;
  box-shadow:  1px 2px rgba(0,0,0,0.2);
}

.boxed:hover:hover {
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
#picture_upload-button{

}

/*:::::::::::: menu change ::::::::::::::*/
@media screen and (min-width: 700px) {
  header.fixed {
    position: fixed;
    top: 0;
  }
  header.fixed .inner-block .logo {
    height: 41px;
    margin-top: 0;
  }
  header.fixed .inner-block .logo img {
    height: 100%;
    width: auto;
  }
  header.fixed .inner-block .languaje {
    display: none;
    opacity: 0;
  }
  header.fixed .inner-block .menu {
    margin: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  #wrapper:before {
    height: 162px;
  }
  header.fixed .inner-block {
    padding: 10px 9px;
  }
  header.fixed .inner-block .logo {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  header.fixed .inner-block #nav {
    margin: 0;
  }
  header.fixed .inner-block #nav .menu {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  #wrapper:before {
    height: 85px;
  }
  .us-image img{
  width: 100%;
  height: auto;
	}
}
@media screen and (min-width: 321px) and (max-width: 600px) {
  #wrapper:before {
    height: 73px;
  }
  .us-image img{
  width: 100%;
  height: auto;
	}
}
select {
  background: #fff;
  color: #333;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  padding: 7px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #a3a3a3;
  height: 40px;
  width: 100%;
}
input:focus {
  border-color: #e77d00;
}
.dz-message figure {
  display:none;
}

/* changes carousel and go to top */
article.white{display: none}
article.dark-red{border-top: 6px solid #591e00;}
article.orange{border-top: 6px solid #ff9933;}
article.ligth-red{border-top: 6px solid #9a0014;}
article.yellow{border-top: 6px solid #ffcc33;}
article.green{border-top: 6px solid #c8d141;}

a.back-to-top{
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: fixed;
  bottom: 5%;
  right: 30px;
  display: none;
  z-index: 10;
}

.carousel-team .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto !important;
}

.carousel-team .slick-slide
{
    display: none;
    float: left;
    height: 220px;
    min-height: 1px;
    width: 25% !important;
}

/* changes carousel and direccion */
.direccion{
  width: 960px !important;
  height:50px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}

.direccion .street{
  width: 80% !important;
  float: left;
}

.direccion .phone{
  width: 20% !important;
  float: left;
}

/* changes map */
.contact-block iframe{
  width: 840px;
  height: 450px;
  padding: 30px 30px;
}

.team-block img{
  width: 100%;
}

.title-page li {
  font-size: 16px;
  line-height: 24px;
}
.resumen {
  font-size: 16px;
  line-height: 24px;
}

/* nosotros */

.nosotros-row{
  margin-bottom:30px
}

.nosotros-row ul.nosotros-list{
  padding: 0;
  list-style: none;
}

.nosotros-row ul.nosotros-list>li{
  padding: 0;
  list-style: none;
  display: inline-block;
}

.nosotros-row ul.nosotros-list>li ul.izquierda{
  padding: 0 5% 0 0;
  list-style: none;
  width: 45%;
  float: left;
}

.nosotros-row ul.nosotros-list>li ul.izquierda>li>ul{
  padding: 0;
  list-style: none;
}

.nosotros-row ul.nosotros-list>li ul.derecha{
  padding: 0 5% 0 0;
  list-style: none;
  width: 45%;
  float: left;
}

.nosotros-row ul.nosotros-list>li ul.derecha .us-image{
  width: 100%;
  padding: 0;
}

.nosotros-row ul.nosotros-list>li ul.derecha .us-image img{
  width: 100%;
  height: auto;
}
.us-image img{
  width: 50%;
  height: auto;
}

.nosotros-row ul.nosotros-list>li ul.derecha .us-text{
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

/* contacto */
.contact-block article.left-content{
  width:45%;
  padding-right: 2.5%;
}

.contact-block article.left-content>ul>li>ol.contact-social{
  width: 100%;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.contact-block article.left-content>ul>li>ol.contact-social a{
  font-size: 30px;
  color: #eee;
  background: #3b5998;
  border-radius: 50%;
  text-align: center;
  float: left;
  width: 60px;
  height: 60px;
}

.contact-block article.left-content>ul>li>ol.contact-social li{
  margin-left: 0;
  width: 20%;
  float: left;
  padding: 0;
}

.contact-block article.mapa{
  width:45%;
  padding-left: 2.5%;
}
.stButton .sharethis {
    background-size: auto 14px;
    background-image: url("/assets/images/logos/sharethislogo.png")!important;
    background-position: left center;
    height: 20px !important;
    line-height: 20px !important;
    color: #e77d00;
    font-size: 14px !important;
    font-family: Arial, Sans-Serif !important;
}




div#message_when_contact {

}

.mostrar {
    text-align: center;
    margin: 22px auto;
    background: #E77D00;
    padding: 5px;
    border-radius: 2px;
}
