
/*
    Created on : 4 jul. 2019, 11:52:14
    Author     : Usuario
*/

* {
    font-family: Roboto !important;
    color: rgba(68,68,68,1);
}

.border-right {
  border-color: #999 !important;
}

.titulo, .titulo span {
  font-weight: 100;
  color: #8F3434;
}

.titulo span:first-child {
  border-bottom: 1px solid;
}

.titulo span:nth-child(2) {
  font-weight: 400;
}

.border {
  background-color: antiquewhite;
  border: none !important;
}

.lead {
  font-size: 16px;
}

.border p {
  font-size: 14px;
  margin-bottom: 5px;
}

.boton-reservar {
  padding: 10px 70px;
  background-color: #8F3434;
}

.boton-reservar a {
  color: white;
  text-transform: uppercase;
}

.boton-reservar a:hover {
  text-decoration: none;
}

.class_texto_resumen h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 25px;
}

.class_texto_resumen h1 span {
    font-weight: 400;
}

.class_texto_resumen p {
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
}

.img-logo {
    width: 600px;
}

.class_galeria {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

#fila-2-galeria {
    margin-top: 0;
}
.class_col_1, .class_col_2{
    border-bottom: 1px solid white;
    border-right: none;
}

.class_col_2,
.class_col_3{
    margin-top: 5px;
}

.linea_separadora{
    transform: matrix(1,0,0,1,0,0);
    width: 100%;
    height: 1px;
}

.class_linea_separadora {
    fill: rgba(0,0,0,0);
    stroke: rgb(174, 174, 174);
    stroke-width: 10px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-dasharray: 35;
    stroke-dashoffset: 0;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

#cabecera {
  height: 50vh;
    /* background-image: linear-gradient(rgba(0, 0, 0, .1),rgba(0, 0, 0, .1)), url('./img/header.webp'); */
    background-image: url('./header.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center; */
    /* background-position-y: -135px; */
}

#cabecera .container {
    padding-top: 25px;
}

.class_galeria h6{
    text-align: center;
    padding-top: 5px;
}

.class_listas {
    font-size: 13px;
}

.class_listas a {
    color: white;
}

.class_listas a:hover {
    color:white;
}

.class_listas p {
    margin-bottom: 5px;
    color: white;
}

.class_listas {
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
}

.class_listas ul{
    list-style: none;
}

.class_listas ul {
    padding-left: 0;
    margin-bottom: 5px;
}

.class_listas li:before {
    content: ">";
    color: white;
    font-weight: 400;
}

.class_footer h3 {
    font-size: 13px;
    line-height: .6;
    font-weight: 300;
}

.class_footer p {
    font-size: 12px;
    line-height: 1;
    text-align: justify;
    font-weight: 300;
}

.class_footer .col-md-1 {
    padding-right: 0;
}

#id_copyright {
    margin-bottom: 15px;
    font-weight: 400;
}

.class_col_3 {
    line-height: 1;
    color: white;
    margin-top: 15px;
}

.class_footer p, .class_footer .col-2{
    display: none;
}

#myNavbar {
    color: white;
}

#myNavbar a {
    color: white;
}

.dropdown-item {
    color: rgba(68,68,68,1) !important;
}

.class_texto_resumen a:hover{
    text-decoration: none;
}

.class_texto_resumen ul {
    padding-left: 0;
}

.class_listas {
    background-color: #8F3434;
}

.class_texto_resumen li {
    list-style: none;
}


@media screen and (max-width:799px) {
  .titulo {
    font-size: 2rem;
  }
  .border-right {
    border: none !important;
  }
  #cabecera {
    height: 35vh;
      /* background-image: linear-gradient(rgba(0, 0, 0, .1),rgba(0, 0, 0, .1)), url('./img/header.webp'); */
      background-image: url('./header.webp');
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      /* background-position-y: -135px; */
  }

  #cabecera .container {
      padding-top: 25px;
  }
}

@media screen and (min-width:800px){
    .class_texto_resumen h1 {
        margin-top: 35px;
        margin-bottom: 25px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 100;
        font-size: 45px;
    }

    .class_texto_resumen p {
        font-size: 20px;
    }

    .img-logo {
        width: 350px;
    }

    .class_galeria {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #fila-2-galeria {
        margin-top: 25px;
    }
    .class_col_1, .class_col_2{
        border-right: 1px solid white;
        border-bottom: none;
    }
    .class_col_2, .class_col_3{
        margin-top: 0;
    }

    .class_col_1, .class_col_2{
        font-size: 15px;
    }

    .class_linea_separadora {
        stroke-dasharray: 8;
        stroke-width: 1px;
    }
    .linea_separadora {
        height: 2px;
    }
    .class_footer p, .class_footer .col-2 {
        display: block;
    }

    .class_footer img {
        float: right;
    }

    .class_texto_resumen a{
        font-size: 20px;
    }
}
