html, body {
    font-family: 'Roboto Condensed', sans-serif;
    scroll-behavior: smooth;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* Sección general de Tags */
h1 {
    margin: 0;
}
h2 {
    margin: 0;
}
h3 {
    margin: 0;
}
h4 {
    margin: 0;
}
h5 {
    margin: 0;
}
h6 {
    margin: 0;
}

p {
    margin: 0;
}
@media screen and (max-width: 768px) {}
@media screen and (min-width: 1321px) {}

.content {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
}


/* Menú principal superior */
#navbarHead {
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,.0);
    padding: 10px 0;
    display: block;
    text-align: right;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.menuLogo img {
    height: 40px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.menuLogo a {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    #navbarHead {
        height: 70px;
    }
    .menuLogo img {
        height: 30px;
    }
}

#menu {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: right;
    margin-top: 15px;
}
#menu li {
    list-style-type: none;
    display: inline;
    border: 0;
    text-align: center;
    padding: 0 10px;
    margin: 0 10px;
}
#menu li:hover {
}
#menu a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 8px;
}
#menu a:hover {
    color: #F7DA15;
    border-bottom: 1px solid #F7DA15;
    transition: 300ms;
}

/* Iniciá menú móvil */
#toggle {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

#toggle .span {
  height: 7px;
  background: #fff;
  margin: 5px auto;
  backface-visibility: hidden;
}

#toggle.on #one {
  transform: rotate(45deg) translateX(6px) translateY(6px);
}

#toggle.on #two {
  opacity: 0;
}

#toggle.on #three {
  transform: rotate(-45deg) translateX(10px) translateY(-12px);
}

#resize {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.9);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: table;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#resize #menu {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0,0,0,.3);
}

#resize ul {
    padding: 30% 30px 30px 50px;
}
#resize li {
    color: #fff;
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#resize a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 10px 20px 10px;
}
#resize span {
    padding-right: 10px;
}

#resize #menu li {
  display: block;
  text-align: center;
  background-color: rgba(0,0,0,.1);
  border-bottom: 1px solid #202020;
  text-align: center;
  font-size: 12px;
  min-height: 40px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}

#resize #menu li:hover {
  background: #fff;
}

#resize #menu li:hover a {
  color: #fff;
  transition: all 0.3s ease-out;
}

#resize #menu li a {
    color: #fff;
    position: relative;
    top: 10px;
}

#resize.active {
  visibility: visible;
  opacity: 0.99;
}

@media screen and (max-width: 768px) {
  #toggle {
    visibility: visible;
    opacity: 1;
  }
  #menu {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #resize {
    visibility: hidden !important;
  }
}
/* Termina menú móvil */



/* Secc. Head Principal */
#headtit {
    background: #000 url('../images/gamanc_bg_01.jpg') no-repeat bottom center fixed;
    background-size: 100%;
}
.headtit_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_01.png') no-repeat left top;
}
.headtit_bgDeg {
    background: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,.0), rgba(0,0,0,1));
    background-size: 100%;
}
.headtit {
    padding-top: 15%;
}
.headtit h1 {
    font-size: 65px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.headtit h2 {
    font-size: 26px;
    font-weight: 300;
    color: #F8D900;
    margin-bottom: 10px;
}
.headtit h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.headtit p {
    font-size: 14px;
    font-weight: 700;
    color: #F8DA00;
    margin-top: 10px;
}
.headtit a {
    color: #F8DA00;
    text-decoration: none;
}
.headtit a:hover {
    text-shadow: 0 0 4px #F8DA00;
    transition: 300ms;
}
.headtit button {
    width: 250px;
    border: 1px solid #E0BE00;
    background: rgba(0,0,0,.3);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #F8DA00;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}
.headtit button:hover {
    box-shadow: 0 0 8px #F8DA00;
    transition: 300ms;
}
.headtit hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 20px 0;
}
.headtit_logo {
    margin-bottom: 40px;
}
.headtit_blk {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: right;
    margin: 0;
}
.headtit_menu_blk {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 20px;
}
@media only screen and (max-width: 768px) {
    #headtit {
        background: #000 url('../images/gamanc_bg_01.jpg') no-repeat bottom center;
        background-size: 370%;
    }
        .headtit h1 {
        font-size: 55px;
        margin-top: 40px;
    }
        .headtit_blk {
        padding-top: 12%;
        width: 100%;
        text-align: center;
    }
    .headtit_menu_blk {
        width: 34%;
        text-align: center;
    }
}
@media only screen and (min-width: 1800px) {}



/* Secc. Somos */
#somos {
    background: #000;
}
.somos {
    padding-top: 40px;
    text-align: center;
}
.somos h2 {
    font-size: 50px;
    font-weight: 100;
    color: #F8D900;
    margin: 0;
}
.somos h3 {
    font-size: 14px;
    font-weight: 700;
    color: #F8D900;
    margin-bottom: 20px;
}
.somos p {
    font-size: 18px;
    font-weight: 300;
    color: #f4f4f4;
    padding: 10px 80px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .somos p {
        padding: 10px 20px;
    }
}



/* Secc. Valores */
#valores {
    background: #fff;
}
.valores_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_02.png') no-repeat top center;
    height: 80px;
    position: relative;
    top: -1px;
}
.valores h2 {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
}
.valores p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 40px;
}
.valores ul {
    margin-left: 18px;
    margin-bottom: 40px;
}
.valores li {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}
.valores_blk1 {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.valores_blk2 {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-left: 40px;
    margin: 0;
}
.valores_blk2_ {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .valores_blk1 {
        width: 100%;
    }
    .valores_blk2 {
        width: 100%;
        padding-left: 0;
    }
}


/* Secc. Proyectos de Construcción */
#construccion {
    background: #000 url('../images/gamanc_bg_02.jpg') no-repeat center right;
    background-size: 100%;
}
.construccion_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_03.png') no-repeat top center;
    background-size: 100%;
    height: 80px;
    position: relative;
    top: -1px;
}
.construccion_bgAlt_ {
    background: transparent url('../images/gamanc_bg_alt_04a.png') no-repeat bottom center;
    background-size: 100%;
    height: 100px;
    position: relative;
    bottom: -1px;
}
.construccion {
    padding: 40px;
}
.construccion h2 {
    font-size: 44px;
    font-weight: 100;
    color: #F8D900;
    line-height: 1em;
    margin: 0;
}
.construccion h3 {
    font-size: 18px;
    font-weight: 500;
    color: #F8D900;
    margin: 0;
}
.construccion ul {
    margin-left: 18px;
}
.construccion li {
    font-size: 15px;
    font-weight: 300;
    color: #ccc;
    line-height: 1.4em;
}
.construccion button {
    width: 250px;
    border: 1px solid #E0BE00;
    background: rgba(0,0,0,.3);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #F8DA00;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    cursor: pointer;
}
.construccion button:hover {
    box-shadow: 0 0 8px #F8DA00;
    transition: 300ms;
}
.construccion_blk1 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 50px;
    margin: 0;
}
.construccion_blk2 {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #construccion {
        background: #000 url('../images/gamanc_bg_02.jpg') no-repeat top center;
        background-size: 350%;
    }
    .construccion {
        padding: 20px;
    }
    .construccion ul {
        margin-top: 40px;
    }
    .construccion_blk1 {
        width: 100%;
        padding-right: 0;
    }
    .construccion_blk2 {
        width: 100%;
    }
        
}


/* Secc. Design and Build */
#design {
    background: #fff url('../images/gamanc_bg_03.png') no-repeat center left;
    background-size: 100%;
}
.design_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_04b.png') no-repeat top left;
    background-size: 100%;
    height: 80px;
    position: relative;
    top: -1px;
}
.design_bgAlt_ {
    background: transparent url('../images/gamanc_bg_alt_05a.png') no-repeat bottom center;
    background-size: 100%;
    height: 100px;
    position: relative;
    bottom: -1px;
}
.design_bg_alt {
    background: linear-gradient(90deg, rgba(0,0,0, 0.01), rgba(0,0,0, 0.01));
    background-size: 100%;
}
.design {
    padding: 40px 0;
}
.design h2 {
    font-size: 40px;
    font-weight: 100;
    color: #666;
    line-height: 1em;
    margin: 0;
}
.design h3 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 0;
}
.design ul {
    margin-left: 18px;
}
.design li {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.4em;
}
.design button {
    width: 250px;
    border: 1px solid #666;
    background: rgba(255,255,255,.3);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    cursor: pointer;
}
.design button:hover {
    box-shadow: 0 0 8px #666;
    transition: 300ms;
}
.design_blk1 {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 50px;
    margin: 0;
}
.design_blk2 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #design {
        background: #fff url('../images/gamanc_bg_03.png') no-repeat left center;
        background-size: 330%;
    }
    .design_bg_alt {
        background: linear-gradient(-90deg, rgba(255,255,255, 0.9), rgba(255,255,255, 0.3));
        background-size: 100%;
    }
    .design h2 {
        font-size: 44px;
        color: #000;
    }
    .design h3 {
        font-size: 18px;
        color: #000;
    }
    .design ul {
        margin-top: 30px;
    }
    .design li {
        color: #000;
    }
    .design button {
        border: 1px solid #000;
        color: #000;
    }
    .design_blk1 {
        width: 100%;
        padding-right: 0;
        text-align: right;
    }
    .design_blk2 {
        width: 100%;
        text-align: right;
    }
}


/* Secc. Mantenimiento */
#mantenimiento {
    background: #000 url('../images/gamanc_bg_04.png') no-repeat center center;
    background-size: 100%;
}
.mantenimiento_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_05b.png') no-repeat top center;
    background-size: 100%;
    height: 80px;
    position: relative;
    top: -1px;
}
.mantenimiento_bgAlt_ {
    background: transparent url('../images/gamanc_bg_alt_06a.png') no-repeat bottom left;
    background-size: 100%;
    height: 100px;
    position: relative;
    bottom: -1px;
}
.mantenimiento {
    padding: 40px;
}
.mantenimiento h2 {
    font-size: 44px;
    font-weight: 100;
    color: #F8D900;
    line-height: 1em;
    margin: 0;
}
.mantenimiento h3 {
    font-size: 18px;
    font-weight: 500;
    color: #F8D900;
    margin: 0;
}
.mantenimiento ul {
    margin-left: 18px;
}
.mantenimiento li {
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
    line-height: 1.4em;
}
.mantenimiento button {
    width: 250px;
    border: 1px solid #E0BE00;
    background: rgba(0,0,0,.3);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #F8DA00;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    cursor: pointer;
}
.mantenimiento button:hover {
    box-shadow: 0 0 8px #F8DA00;
    transition: 300ms;
}
.mantenimiento_blk1 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 50px;
    margin: 0;
}
.mantenimiento_blk2 {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #mantenimiento {
        background: #000 url('../images/gamanc_bg_04.png') no-repeat center center;
        background-size: 300%;
    }
    .mantenimiento ul {
        margin-top: 40px;
    }
    .mantenimiento_blk1 {
        width: 100%;
        padding-right: 0px;
    }
    .mantenimiento_blk2 {
        width: 100%;
    }
        
}


/* Secc. Respaldo Profesional */
#respaldo {
    background: #fff url('../images/gamanc_bg_05.png') no-repeat center left;
    background-size: 100%;
}
.respaldo_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_06b.png') no-repeat top right;
    background-size: 100%;
    height: 80px;
    position: relative;
    top: -1px;
}
.respaldo_bgAlt_ {
    background: transparent url('../images/gamanc_bg_alt_07.png') no-repeat bottom left;
    height: 100px;
    position: relative;
    bottom: -1px;
}
.respaldo_bg_alt {
    background: linear-gradient(-90deg, rgba(0,0,0, 0.01), rgba(0,0,0, 0.01));
    background-size: 100%;
}
.respaldo {
    padding: 40px 0;
}
.respaldo h2 {
    font-size: 40px;
    font-weight: 100;
    color: #666;
    line-height: 1em;
    margin: 0;
}
.respaldo h3 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 0;
}
.respaldo ul {
    margin-left: 18px;
}
.respaldo li {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.4em;
}
.respaldo button {
    width: 250px;
    border: 1px solid #666;
    background: rgba(255,255,255,.3);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    cursor: pointer;
}
.respaldo button:hover {
    box-shadow: 0 0 8px #666;
    transition: 300ms;
}
.respaldo_blk1 {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 50px;
    margin: 0;
}
.respaldo_blk2 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #respaldo {
        background: #fff url('../images/gamanc_bg_05.png') no-repeat left center;
        background-size: 330%;
    }
    .respaldo_bg_alt {
        background: linear-gradient(-90deg, rgba(0,0,0, 0.2), rgba(0,0,0, 0.8));
        background-size: 100%;
    }
    .respaldo h2 {
        color: #fff;
        margin-bottom: 20px;
    }
    .respaldo h3 {
        color: #fff;
    }
    .respaldo li {
        color: #fff;
    }
    .respaldo button {
        border: 1px solid #fff;
        color: #fff;
    }
}


/* Secc. Clientes */
#clientes {
    background: #fff;
}
.clientes {
    padding: 40px 0;
    text-align: center;
}
.clientes h2 {
    font-size: 50px;
    font-weight: 100;
    color: #666;
    margin-bottom: 30px;
}
.clientes img {
    display: inline-block;
    margin: 30px;
}


/* Secc. Planes de Financiamiento */
#planesF {
    background: #fff;
    margin-bottom: 10px;
}
.planesF {
    padding-top: 80px;
}
.planesF h2 {
    font-size: 50px;
    font-weight: 100;
    color: #666;
    letter-spacing: -0.5px;
    line-height: 1em;
    margin-bottom: 40px;
}
.planesF p {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    margin: 20px 0;
}
.planesF_block_1 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 20px;
    margin: 0;
}
.planesF_block_1 img {
    height: 70px;
    display: inline-block;
    margin: 10px;
}
.planesF_block_2 {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin: 0;
}
.planesF_ {
    background: transparent url('../images/gamanc_bg_06.png') no-repeat top center;
    background-size: 100%;
    min-height: 500px;
    padding-top: 200px
}
.planesF_ h3 {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    line-height: 1em;
    margin: 30px 0;
}
.planesF_ p {
    color: #fff !important;
}
.planesF_block_1_ {
    padding-left: 50%;
}
.planesF_ button {
    width: 250px;
    border: 1px solid #F9DA00;
    background: rgba(0,0,0,.3);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #F9DA00;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}
.planesF_ button:hover {
    box-shadow: 0 0 8px #666;
    background: rgba(0,0,0,.8);
    transition: 300ms;
}
@media only screen and (max-width: 768px) {
    .planesF h2 {
        font-size: 40px;
        padding-top: 50px;
        text-align: center;
    }
    .planesF p {
        text-align: center;
    }
    .planesF_block_1 {
        width: 100%;
    }
    .planesF_block_2 {
        width: 100%;
    }
    .planesF_block_1_ {
        padding-left: 0;
        text-align: center;
    }
    .planesF_ {
        background-size: 300%;
        padding-top: 150px;
        min-height: 460px;
    }
    .planesF_ h3 {
        text-shadow: 0 0 4px #000;
    }
    .planesF_ p {
        text-shadow: 0 0 4px #000;
    }
}


/* Secc. Carousel Head */
#carouselHead {
    background: #ccc;
    height: 600px;
    margin-bottom: 10px;
}
.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative; /* Añadido para posicionar los botones y los indicadores */
    height: 600px; /* En caso de que el slide sea código */
}
.carousel-slide {
    display: none;
}
/* Activar en caso de que el slide sea pura imagen  */
/*
.carousel-slide img {
    width: 100%;
    height: auto;
}
*/
.active {
    display: block;
}
/* Estilos para los indicadores (dots) */
.dots-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.dot.active {
    background-color: #717171;
}
.prev {
    position: absolute;
    left: 50px;
    bottom: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.next {
    position: absolute;
    left: 80px;
    bottom: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.prev img {
    height: 30px;
}
.next img {
    height: 30px;
}

#slideGalery-1 {
    background: transparent url("../images/gaman-galery-02.png") no-repeat center center;
    background-size: cover;
    height: 600px;
}
#slideGalery-2 {
    background: transparent url("../images/gaman-galery-03.png") no-repeat center center;
    background-size: cover;
    height: 600px;
}
#slideGalery-3 {
    background: transparent url("../images/gaman-galery-04.png") no-repeat center center;
    background-size: cover;
    height: 600px;
}
#slideGalery-4 {
    background: transparent url("../images/gaman-galery-06.png") no-repeat center center;
    background-size: cover;
    height: 600px;
}
#slideGalery-5 {
    background: transparent url("../images/gaman-galery-08.png") no-repeat center center;
    background-size: cover;
    height: 600px;
}
.slide-bg-alt-1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background-size: 100%;
    height: 600px;
}
.slideContent {
  padding-top: 25%;
  padding-bottom: 100px;
  margin-left: 8%;
  margin-right: 55%;
}
.slideContent h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.slideContent p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin: 0;
}
@media (width <= 1000px) {
    #slideGalery-1 {
        background: transparent url("../images/gaman-galery-02.png") no-repeat center center;
        background-size: cover;
        height: 600px;
    }
    #slideGalery-2 {
        background: transparent url("../images/gaman-galery-03.png") no-repeat center center;
        background-size: cover;
        height: 600px;
    }
    #slideGalery-3 {
        background: transparent url("../images/gaman-galery-04.png") no-repeat center center;
        background-size: cover;
        height: 600px;
    }
    #slideGalery-4 {
        background: transparent url("../images/gaman-galery-06.png") no-repeat center center;
        background-size: cover;
        height: 600px;
    }
    #slideGalery-5 {
        background: transparent url("../images/gaman-galery-08.png") no-repeat center center;
        background-size: cover;
        height: 600px;
    }
    .slideContent {
        padding-top: 80%;
        padding-bottom: 100px;
        margin-left: 8%;
        margin-right: 2%;
    }
}
@media (width >= 1800px) {
    .slideContent {
        padding-top: 20%;
    }
}
    


/* Secc. Contacto */
#contacto {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
}
.contacto_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_08.png') no-repeat top center;
    background-size: 100%;
    height: 80px;
    position: relative;
    top: -1px;
}
.contacto {
    padding: 20px 0;
    padding-bottom: 40px;
}
.contacto h2 {
    font-size: 50px;
    font-weight: 100;
    color: #666;
    margin: 0;
}
.contacto h3 {
    font-size: 30px;
    font-weight: 100;
    color: #666;
    margin: 0;
}
.contacto p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0;
}
.contacto a {
    color: #666;
    text-decoration: none;
}
.contacto a:hover {
    color: #333;
    text-shadow: 0 0 8px #ccc;
    transition: 300ms;
}
.contacto hr {
    border: none;
    border-top: 2px dotted #ccc;
    margin: 20px 0;
}
.contacto_blk1 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.contacto_blk2 {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-left: 30px;
    margin: 0;
}
.contacto_blk_ {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.contacto input, textarea {
    width: 100%;
    border: 1px solid #666;
    background: transparent;
    padding: 10px 20px;
    margin: 2px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}
.msg {
    width: 100%;
    border: 1px solid #666;
    background: transparent;
    padding: 10px 20px;
    margin: 2px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}
input::placeholder { color: #666; opacity: .8; }
.msg::placeholder { color: #666; opacity: .8; }
.contacto button {
    border: 1px solid #666;
    background-color: #666;
    padding: 12px 20px;
    margin: 4px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.contacto button:hover {
    color: #333;
    border: 1px solid #fff;
    background-color: #F8DA00;
    box-shadow: 0 0 8px #666;
    transition: 1s;
}
.formContact_req_ {
    border-left: 3px solid #333 !important;
}
.formContact_req {
    border-left: 3px solid #333;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
    color: #666;
    margin: 0;
}
.formContact_legal a {
    font-size: 12px;
    font-weight: 300;
    color: #666;
    margin: 0;
}
.formContact_legal a:hover {
    color: #333;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .contacto_blk1 {
        width: 100%;
        margin-bottom: 40px;
    }
    .contacto_blk2 {
        width: 100%;
        padding-left: 0;
    }
    .contacto_blk_ {
        width: 100%;
        margin-bottom: 40px;
    }
        
}


/* Secc. Aviso de Privacidad */
#aviso {
    background: #fff;
}
.aviso_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_02.png') no-repeat top center;
    height: 80px;
    position: relative;
    top: -1px;
}
.aviso {
    padding: 40px 0;
}
.aviso h2 {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
}
.aviso h3 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    margin-bottom: 40px;
}
.aviso p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 20px 0;
}
.aviso ul {
    margin-left: 18px;
    margin-bottom: 40px;
}
.aviso li {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}
.aviso_blk1 {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.aviso_blk2 {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-left: 40px;
    margin: 0;
}
.aviso_blk2_ {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.aviso button {
    border: 1px solid #666;
    background-color: #666;
    padding: 12px 20px;
    margin: 20px 0;
    width: 250px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.aviso button:hover {
    color: #333;
    border: 1px solid #fff;
    background-color: #F8DA00;
    box-shadow: 0 0 8px #666;
    transition: 1s;
}
@media only screen and (max-width: 768px) {
    .aviso_blk1 {
        width: 100%;
    }
    .aviso_blk2 {
        width: 100%;
        padding-left: 0;
    }
}


/* Contenedor de la galería */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    padding: 20px;
    justify-content: center;
}
/* Cada elemento de la galería */
.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}
.gallery-item:hover {
    transform: scale(1.05);
}
/* Imágenes verticales */
.gallery-item.vertical {
    grid-row: span 2; /* Ocupa dos filas */
    height: 480px;
}
.gallery-item.vertical img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Imágenes horizontales */
.gallery-item.horizontal {
    height: 213px;
}
.gallery-item.horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Capa negra semi-transparente */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
    opacity: 1;
}
/* Estilo del título y descripción */
.overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.overlay p {
    margin: 10px 0 0;
    font-size: 16px;
    text-align: center;
}



/* Elementos del Mapa */
#bloque-maplocation {
    width:100%;
    height: 300px;
    margin-top: 0px;
}
#maplocation {
    max-width: 100%;
    margin: 0 auto;
    color:#444;
}
#maplocation .col1 h2 {
    font-weight: 100;
    color:#fff;
}
#mapa .capa-anti-eventos {
    width: 100%;
    height: 300px;
    position: absolute;
    cursor: pointer;
}


/* Footer */
footer {
    background: #000;
}
.footer_bgAlt {
    background: transparent url('../images/gamanc_bg_alt_10.png') no-repeat top left;
}
.footer {
    padding: 40px 0 20px 0;
}
.footer ul {
    margin-left: 18px;
    padding-top: 5px;
}
.footer li {
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    margin-bottom: 3px;
}
.footer p {
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    margin: 0;
}
.footer a {
    color: #ccc;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.footer_blk {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.footer_style_ {
    text-align: right;
}
.footer_style_ img {
    width: 168px;
}
.footer hr {
    border: none;
    border-top: 1px solid #212121;
    margin-top: 50px;
    margin-bottom: 20px;
}
.legales p {
    font-size: 12px !important;
}
@media only screen and (max-width: 768px) {
    .footer_blk {
        width: 100%;
        margin-bottom: 40px;
    }
    
}


/* Facebook */
.fb_img {
    width: 50px !important;
    height: 50px !important;
    float: right;
}
.fb_float {
    display: scroll;
    position: fixed;
    bottom: 218px;
    right: 20px;
}
  
/* Instagram */
.insta_img {
    width: 50px !important;
    height: 50px !important;
    float: right;
}
.insta_float {
    display: scroll;
    position: fixed;
    bottom: 158px;
    right: 20px;
}
  
/* Whatsapp */
.whatssapp_img {
    width: 50px;
    float: right;
}
.whatss_float {
    display: scroll;
    position: fixed;
    bottom: 100px;
    right: 20px;
}


.rss {
    padding: 10px 0;
}
.rss img {
    display: inline-block;
    width: 30px;
    margin: 10px 10px 10px 0;
}




.spaceH100 {
    height: 100px;
}
.spaceH80 {
    height: 80px;
}
.spaceH50 {
    height: 50px;
}
.spaceH20 {
    height: 20px;
}