@font-face {
  font-family: gothamBold;
  src: url(../assets/fonts/gotham/GothamHTF-Bold.otf);
}

@font-face {
  font-family: gothamBook;
  src: url(../assets/fonts/gotham/GothamHTF-Book.otf);
}

@font-face {
  font-family: gothamLight;
  src: url(../assets/fonts/gotham/GothamHTF-Light.otf);
}

@font-face {
  font-family: gothamMedium;
  src: url(../assets/fonts/gotham/GothamHTF-Medium.otf);
}

/*
** Definiciones del header
*/

body {
  width: 1281px;
  margin: auto;
  background-color: lightgray;

}

a {
  color: white;
  cursor: pointer;
}

.main-logo {
  top: 43px;
  left: 43px;
  position: absolute;
}

.header-wslider {
  width: 100%;
  height: 720px;
  position: relative;
}

.header-nslider {
  width: 100%;
  height: 328px;
  position: relative;
}

.header-top {
  width: 100%;
  height: 245px;
  margin: 0px;
  background-image: url(../assets/images/header/Fondo_head_home.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
}

.header-buttons {
  display: inline-block;
  position: absolute;
  top: 43px;
  right: 43px;
}


.header-gallery {
  width: 100%;
  height: 720px;
  z-index: 1;
  margin: 0px;
}

.header-pic {
  width: 100%;
  height: 328px;
  z-index: 1;
  margin: 0px;
}

.header-cell {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.gallery-cell-title {
  display: inline-block;
  position: absolute;
  left: 43px;
  bottom: 43px;
}

.gallery-cell-title h1 {
  color: #FFF;
  font-family: gothamBold;
  font-size: 50px;
  margin-bottom: 0px;
}

.header-cell-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.flickity-slider {
  transform: translatex(0.0%);
}


.flickity-page-dots { 
  right: 35px;
  bottom: 43px;
  text-align: right;
  
}

.flickity-page-dots .dot {
  opacity: 1;
  background: white;
}

.flickity-page-dots .dot.is-selected {
  background: #95d600;
}

/*
  Celdas del slider
*/

#slider-cell-1 {
  background-image: url(../assets/images/header/slider/1_alegria.jpg);
}

#slider-cell-2 {
  background-image: url(../assets/images/header/slider/2_no_text.jpg);
}

#slider-cell-3 {
  background-image: url(../assets/images/header/slider/3_no_text.jpg);
}

#slider-cell-4 {
  background-image: url(../assets/images/header/slider/4_no_text.jpg);
}

#slider-cell-5 {
  background-image: url(../assets/images/header/slider/5_todos_ayudamos.jpg);
}
