html {
  font-size: 18px;
}
.navbar-toggler
body {
  color: #8f8f8f;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  
}

.tm-trabajo-title {
  text-align: center;
  color: #fddbba;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px #333;
}
h5{
  text-align: center;
  font-size : 40px;
}

a {
  color: #ea7405;
  transition: all 0.3s ease;
}

.jumbotron{

  background-color: #ea7405;
  color: #FFFFFF	;
}


.jumbotron2{

  background-color: #ea7405;
  color: #FFFFFF  ;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  
  height: 10px;
 
}

.btn{
  padding: 15px 205px;
}
.jumbotron2b{

  background-color: #ea7405;
  color: #FFFFFF	;
}

.jumbotronF{

  background-color: #c05d00;
  color: #FFFFFF	;
  /* height: 10px; */

}

.jumbotron3{
  text-align: center;
  background-color: #ffffff;
  color: #8f8f8f  ;
}  

.jumbotron4{
  text-align: center;
  background-color: #7A3E58;
  color: #8f8f8f  ;
}  
.jumbotron5{

  background-color: #f6b273;
  color: #FFFFFF  ;
  
}


a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #dad3ce;
}

.tm-section-pad-top {
  padding-top: 50px;
}

/* Texto principal */

.tm-text-primary {
  text-align: center;
  color: #ea7405;
}

.tm-text-primary2 {
  color: #fddbba;
}

.tm-font-big {
  font-size: 1.25rem;
}

/* Texto trabajos */

.tm-text-trabajos {
  color: #f8f8f8;
}



/* Boton */

.tm-btn-primary {
  color: white;
  background-color: #ea7405;
  padding: 14px 35px;
  border-radius: 30px;
}

/* seleccion boton */
.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #f6b273;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

/* Seleccion boton menu */

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #e7dbcf;
}

.tm-navbar.scroll .navbar-brand {
  color: #8f8f8f;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: #8f8f8f;
}

/* Seleccion botones restantes */

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #f6b273;
}

.navbar-toggler {
  border: 1px solid #494949;
  padding-left: 10px;
  padding-right: 10px;
}


.navbar-toggler-icon {
  color: #e6dfdf;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #8f8f8f;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #8f8f8f;
}

/* Portada */


#hero {

  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 830px) {
  #hero {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #hero {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #hero {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #hero {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  color: #e4e4e4;
  font-size: 4.2rem;
  text-shadow: 3px 3px 3px rgb(0, 0, 0);
}

.tm-hero-subtitle {
  color: #e4e4e4;
  text-shadow: 3px 3px 3px rgb(0, 0, 0);
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }

}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  color: #c57e7d;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  padding: 10px 22px 8px;
  transition: all 0.3s ease;
}

/* Portada trabajos */
#hero2 {

  height: 10vh;
  min-height: 300px;
  position: relative;
}

@media (min-height: 830px) {
  #hero2 {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #hero2 {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #hero2 {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #hero2 {
    background-position: center -450px;
  }
}

.tm-hero2-text-container {
  width: 100%;
  height: 130%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero2-text-container-inner {
  margin-top: -90px;
}

.tm-hero2-title {
  /* color: #ea7405; */
  font-size: 5rem;
  text-shadow: 3px 3px 3px #333;
}

.tm-intro2-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero2-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro2-next {
    bottom: 20px;
  }

}

/* .tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  color: #c57e7d;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  padding: 10px 22px 8px;
  transition: all 0.3s ease;
} */

/* boton animado */

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: white;
  background: #f6b273;
}

/* Introduction */

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
  color: #ea7405;
}

.tm-section-title2 {
  font-size: 2.6rem;
  font-weight: normal;
  color: white;
}

.tm-intro-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}

.tm-p-text {
  text-align: center;
}

.tm-icon {
  display: block;
  margin-bottom: 55px;
  color: #f6b273;
}

/* mis trabajos */

.tm-work-description {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

/* fotos */
image

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}
.tm-gallery-item2 {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ea7405;
}

.slick-dots li button:before {
  font-size: 26px;
}

/* fotos trabajos */


.tm-gallery-container2 {
  padding-top: 0px;
  padding-bottom:0px;
}

.tm-gallery-item2 {
  margin: 0 15px;
}

.slick-dots2 {
  bottom: -65px;
}

.slick-dots2 li {
  margin: 0 px;
}

.slick-dots2 li button:hover:before,
.slick-dots2 li button:focus:before,
.slick-dots2 li.slick-active button:before {
  opacity: 1;
  color: #ea7405;
}

.slick-dots2 li button:before {
  font-size: 26px;
}


/* stilo fondo carrusel */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  
  background: #ea7405;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*imagenes trabajos */
.grid2 figure {
  position: relative;
  float: left;
  overflow: hidden;
  
  background: #ea7405;
  text-align: center;
  cursor: pointer;
}

.grid2 figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 150%;
  opacity: 0.8;
}

.grid2 figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
  pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid2 figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid2 figure h2 span {
  font-weight: 800;
}

.grid2 figure h2,
.grid2 figure p {
  margin: 0;
}

.grid2 figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey2 {
  background: #4a3753;
  max-width: 2020px;
  max-height: 2020px;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

/* borde de fotos */

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ea7405;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em -2em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Honeytrabajos *****/
/*---------------*/


figure.effect-honey2 {
  background: #4a3753;
  max-width: 2020px;
  max-height: 2020px;
}

figure.effect-honey2 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey2:hover img {
  opacity: 0.5;
}

/* borde de fotos */

figure.effect-honey2 figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ea7405;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey2 h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em -2em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey2 h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey2 figcaption::before,
figure.effect-honey2 h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey2:hover figcaption::before,
figure.effect-honey2:hover h2,
figure.effect-honey2:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Contacto */

#contact {
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.tm-underline {
  border-top: 2px solid white;
  height: 8px;
  width: 100%;
}

.tm-underline-inner {
  width: 25%;
  height: 8px;
  background: white;
}

.tm-contact-item {
  margin-bottom: 75px;
}

.tm-contact-item-link {
  display: flex;
  align-items: center;
}

.tm-contact-item-link i,
.tm-contact-item-link span {
  color: white;
  transition: all 0.3s ease;
}

.tm-contact-item-link:hover i,
.tm-contact-item-link:hover span {
  color: #ea7405;
}

.tm-input {
  padding: 8px 25px;
  border-radius: 3px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

/* Carrusel */ 

#carrusel {
  float:left;
  width:1260px;
  overflow:hidden;
  height:320px;
  position:relative;
  margin-top:-20px;
  margin-bottom:-50px;
}

#carrusel .left-arrow {
  position:absolute;
  left:50px;
  z-index:1;
  top:35%;
  margin-top:-9px;
}

#carrusel .right-arrow {
  position:absolute;
  right:50px;
  z-index:1;
  top:35%;
  margin-top: -9px;
}

.carrusel {
  width:4000px;
  left:0px;
  position:absolute;
  z-index:0;
}

.carrusel>div {
  float: left;
  height: 203px;
  margin-right: 40px;
  margin-left: 30px;
  width: 354px;
  text-align:center;
}

.carrusel img {
  cursor:pointer;
}

.product {
  border:#ea7405 2px solid;
  opacity: 0.8
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-btn-submit {
  margin-left: 20px;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #ea7405;
  text-decoration: none;
}

p {
  line-height: 1.9;
}
 /* fluides en moviles */

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 65px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .tm-btn-submit {
    margin-left: 20px;
    margin-top: 0;
  }

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #8f8f8f;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

@media (max-width: 420px) {
  .tm-btn-submit {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner {
	background:url(img/Secuencia_Sene2.gif) no-repeat 0% 0% / 100% 100%;
	color:#ffffff;
	text-align: center;
	width: 100%;
}
.banner-overlay {
	background:linear-gradient(to bottom, rgba(171, 47, 82, 0.82) 0%, #ffaf53 100%);
	padding:220px 0px 170px;
}
.banner h1 {
	color:#ffffff;
}
.banner p {
	margin:15px auto 15px;
	max-width: 670px
}
.banner-btn {
	background: #ab2f52;
	padding: 12px 45px;
	font-size: 15px;
	border-radius: 30px;
	margin-top: 30px;
}
.banner-btn:hover {
	background: #ffffff;
	color:#ab2f52;
}
.banner-overlay {
	padding: 150px 0px 100px;
}


.banner2 {
	background:url(img/ElAlba.gif) no-repeat 0% 0% / 100% 100%;
	color:#ffffff;
	text-align: center;
	width: 100%;
}
.banner2-overlay {
	background:linear-gradient(to bottom, rgba(255, 115, 0, 0.82) 0%, #570263 100%);
	padding:220px 0px 170px;
}
.banner2 h1 {
	color:#ffffff;
}
.banner2 p {
	margin:15px auto 15px;
	max-width: 670px
}
.banner2-btn {
	background: #ab2f52;
	padding: 12px 45px;
	font-size: 15px;
	border-radius: 30px;
	margin-top: 30px;
}
.banner2-btn:hover {
	background: #ffffff;
	color:#ab2f52;
}
.banner2-overlay {
	padding: 150px 0px 100px;
}

.banner3 {
	background:url(img/BanerP.jpg) no-repeat 0% 0% / 100% 100%;
	color:#ffffff;
	text-align: center;
	width: 100%;
}
.banner3-overlay {
	/* background:linear-gradient(to bottom, rgba(255, 115, 0, 0.82) 0%, #570263 100%); */
	padding:220px 0px 170px;
}
.banner3 h1 {
	color:#ffffff;
}
.banner3 p {
	margin:15px auto 15px;
	max-width: 670px
}
.banner3-btn {
	background: #ab2f52;
	padding: 12px 45px;
	font-size: 15px;
	border-radius: 30px;
	margin-top: 30px;
}
.banner3-btn:hover {
	background: #ffffff;
	color:#ab2f52;
}
.banner3-overlay {
	padding: 150px 0px 100px;
}


