html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

.container_big_adds{
  height: 400px;
  max-width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container_small_adds{
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}


.slider {
  margin: 0 auto;
  max-width: 1024px;
  height: 400px;
  position: relative;
}

.slider_small, .slider_small2, .slider_small3 {
    max-width: 333px;
    height: 200px;
    position: relative;
    width: 333px;
    display: inline-block;
    margin-left: 4px;
}

.slide_small, .slider_small2, .slider_small3 img{

}

.slide_viewer {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slide_viewer_small {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide_group_small {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide_small {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide_small:first-child {
  display: block;
}

.slide_small:nth-of-type(1) {
  background: #D7A151;
}

.slide_small:nth-of-type(2) {
  background: #F4E4CD;
}

.slide_small:nth-of-type(3) {
  background: #C75534;
}

.slide_small:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
  bottom: 0;
}

a.slide_btn {
  color: #ffffff;
  opacity: 0.5;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}

.directional_nav {
  height: 400px;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  top: -400px;
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@font-face {
  font-family: 'helvetica_regular';
  src: url('fonts/HelveticaWorld-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'helvetica_italic';
  src: url('fonts/HelveticaWorld-Italic.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'helvetica_bold';
  src: url('fonts/HelveticaWorld-Bold.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'helvetica_light';
  src: url('fonts/HelveticaLTStd-Light.otf');
  font-weight: normal;
}

.bannerHome {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

.bannerHome img {
  display: block;
  width: 100%;
}

.bannerHome div {
  background-color: #222c33;
  text-align: center;
}

.bannerHome div p {
  color: white;
  font-family: 'helvetica_regular';
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.filtros {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filtros label {
  font-family: 'helvetica_regular';
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
  margin-right: 10px;
}

.filtros a {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 49px;
  background-image: url('../img/botonDescargar.png');
  float: right;
}

.filtros select {
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
  color: #222c33;
  border-bottom: 4px solid #13e23f;
  width: 200px;
}

.filtros input {
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
  color: #222c33;
  border-bottom: 4px solid #13e23f;
  width: 200px;
  margin-left: 15px;
  background-image: url('../img/iconBuscar.png');
  background-repeat: no-repeat;
  background-position: right;
}

.filtros div {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.filtros div img {
    width: 25px;
    height: auto;
    cursor: pointer;
    background-color: #13e23f;
    border-radius: 20px;
}

.filtros div p {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #DFDFDF;
    font-size: 10px;
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 10;
    width: 150px;
}

.filtros div:hover p {
    display: block
}

.dataTables_scrollHeadInner {
  padding-right: 0 !important;
  width: 100% !important;
    max-width: 1024px;
  background-color: #222c33;
  height: 36px;
}

.dataTables_scrollHeadInner table {
  border: 0;
}

.dataTables_scroll th {
  font-family: 'helvetica_regular';
  font-weight: normal;
}

.dataTables_scroll td {
  font-family: 'helvetica_regular';
  font-weight: normal;
}

.footer {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.footer div:last-child {
  background-color: #13e23f;
  font-family: 'helvetica_regular';
  color: #222c33;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  text-align: right;
  padding-right: 30px;
  margin-top: 10px;
}

.footer div:last-child p {
  margin: 0;
  margin-top: 15px;
}

.footer div:first-child {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  text-align: center;
}

.footer img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 88px;
}

.fancybox-skin {
  border-radius: 10px !important;
  padding: 0 !important;
}

.fancy_header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #222c33 !important;
}

.fancy_header {
  color: #FEBE10 !important;
}

.fancy_header > div:first-child {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

.fancy_header > div:first-child img {
    width: auto;
    margin: 0 auto;
    height: 70px;
    margin-top: 30px;
    max-width: 99%;
}

.fancy_header > div:last-child {
  display: inline-block;
  width: 80%;
  text-align: left;
  vertical-align: top;
  margin-left: -4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
}

.fancy_header > div:last-child > p {
  font-size: 28px;
  font-family: 'helvetica_regular';
  line-height: 28px;
}

.fancy_header > div:last-child > div {
  display: inline-block;
}

.fancy_header > div:last-child > div > div {
  display: inline-block;
}

.fancy_header > div:last-child > div > div > p:first-child {
  display: inline-block;
  font-size: 28px;
  font-family: 'helvetica_regular';
  line-height: 28px;
  color: #FEBE10 !important;
}

.fancy_header > div:last-child > div > div > p:last-child {
  display: inline-block;
  font-size: 28px;
  font-family: 'helvetica_light';
  line-height: 28px;
  color: white !important;
}

.fancy_body {
  padding: 30px 50px 50px 50px;
  border-bottom: 20px solid #13e23f;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fancy_body > div {
  display: block;
}

.fancy_body > div > div {
  display: inline-block;
}

.fancy_body > div > div:first-child {
  margin-right: 10px;
}

.fancy_body > div > div > p:first-child {
  font-family: 'helvetica_light';
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #222c33;
  display: inline-block;
  vertical-align: top;
}

.fancy_body > div > div > p:last-child, .fancy_body > div > div > a {
  font-family: 'helvetica_light';
  font-size: 14px;
  line-height: 18px;
  color: black;
  display: inline-block;
  vertical-align: top;
}

.fancy_body > div > div > a {
  font-family: 'helvetica_light';
  font-size: 14px;
  line-height: 18px;
  color: black;
  display: inline-block;
  vertical-align: top;
    cursor: pointer
}

.planos {
  width: 100%;
  max-width: 1024px;
  padding-top: 20px;
}

.planos img {
    width: 100%;
}

.slide img {
    width: 100%;
}

#infos {
    width: 100% !important;
}

/*-------------------------------------------------------Estilos datatable-------------------------------------------------------*/
table thead{
  background: #222c33 !important;
  color: #13e23f !important;
}

table td{
  color: #222c33 !important;
}

table tbody tr:hover{
  background: #f0f0f0;
}

/*-------------------------------------------------------Estilos seccíón mapas-------------------------------------------------------*/

.container_mapas{
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;

}

.filtros{

}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}
