@charset "UTF-8";
body, html {
    background: url(../images/background1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #e74c3c;
    display: block;
    transition: all 0.2s;
}

.middle-bar{
    margin: 5px auto;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}

.show > .dropdown-menu {
    max-height: 800px;
    visibility:visible;
    display:block;

}

.dropdown-menu {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}


.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/cant-fam-sep_2025-hr.jpg");
    height: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image.menu {
    background-image: linear-gradient(rgba(0,0,0,1), rgba(245, 10, 0, 0.5)), url("../images/hro-menu.jpeg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image.postres {
    background-image: linear-gradient(rgba(0,0,0,1), rgba(125, 0, 172, 0.5)), url("../images/hro-postres.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image.shows {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0, 158, 255, 0.3)), url("../images/bckg-btn-blu.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image.prom {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(255, 248, 0, 0.3)), url("../images/bckg-btn-yel.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image.fct {
    background-image: linear-gradient(rgba(0,0,0,0.9), rgba(252, 129, 0, 0.5)), url("../images/barra-las-nuevas-galias.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image.ubc {
    background-image: linear-gradient(rgba(0,0,0,0.9), rgba(2, 252, 249, 0.8)), url("../images/las-nuevas-galias-interior.jpeg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.trn {
    background-image: linear-gradient(rgba(75,0,0,1), rgba(0,0,0,0.95));
}

.font-alt {
    font-family: "Victorian Std", sans-serif;
    src: url url("../fonts/VictorianStd.woff2"), url("../fonts/VictorianStd.woff");
    font-weight: normal;
    font-style: normal;
}

.font-alt-2 {
    font-family: "Victorian Std", sans-serif;
    src: url url("../fonts/VictorianStd.woff2"), url("../fonts/VictorianStd.woff");
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
}

.paragraph-1 {
    font-family: "Roboto Condensed", sans-serif;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 35px;
}

.titl700 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


@media (min-width: 769px){
    .titl700 {
        font-size: 40px;
    }
}


@media (max-width: 768px){
    .titl700 {
        font-size: 30px;
    }
}


.titl400 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

@media (min-width: 769px){
    .titl400 {
        font-size: 25px;
    }
}

@media (max-width: 768px){
    .titl400 {
        font-size: 20px;
    }
}

.module-title {
    letter-spacing: 3px;
    text-align: center;
    font-size: 75px;
    color: #EEEEEE;
    margin: 0 0 25px;
}

module-title-2 {
    font-size: 75px;
    font-weight: 700;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    width: 3vw;
    height: 3vw;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    width: 3vw;
    height: 3vw;
}

.cnt {
    background-color: none;
}
.ovl{
	opacity: 0.6;
	transition: 0.7s;
}

.ovl:hover {
	opacity: 1;
	background: rgb(0,0,0,0.6);
}

.ovl-a{
	opacity: 0.5;
	transition: 0.7s;
}

.ovl-a:hover {
    opacity: 0;
    background-color: rgba(248,248,248,0.70);
}

a.one {
	color: #858484;
}

#fct {
  padding:50px 0px;
}

.item-wr {
    margin: 10px; 
}

.jumbotron {
    
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0, 0, 0, 0.2)), url(../images/1398173_826258637424530_6656920404680235641_o.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 60vh;
}

@media (max-width: 768px){
    .jumbotron h1 {
        font-size: 35px;
    }
}

@media (max-width: 768px){
    .jumbotron h3 {
        font-size: 21px;
    }
}

@media (max-width: 768px){
    .jumbotron p {
        font-size: 17px;
    }
}

.special-card {
  background-color: rgba(245, 245, 245, 1);
  opacity: .9;
}