@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Roman.eot');
    src: url('fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Roman.woff') format('woff'),
        url('fonts/Avenir-Roman.ttf') format('truetype'),
        url('fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('fonts/Avenir-Black.eot');
    src: url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Black.woff') format('woff'),
        url('fonts/Avenir-Black.ttf') format('truetype'),
        url('fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('fonts/Avenir-Light.eot');
    src: url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Light.woff') format('woff'),
        url('fonts/Avenir-Light.ttf') format('truetype'),
        url('fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot-HTF-M11-Medium.eot');
    src: url('fonts/Didot-HTF-M11-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Didot-HTF-M11-Medium.woff2') format('woff2'),
        url('fonts/Didot-HTF-M11-Medium.woff') format('woff'),
        url('fonts/Didot-HTF-M11-Medium.ttf') format('truetype'),
        url('fonts/Didot-HTF-M11-Medium.svg#Didot-HTF-M11-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DidotBold';
    src: url('fonts/Didot-HTF-B06-Bold.eot');
    src: url('fonts/Didot-HTF-B06-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Didot-HTF-B06-Bold.woff2') format('woff2'),
        url('fonts/Didot-HTF-B06-Bold.woff') format('woff'),
        url('fonts/Didot-HTF-B06-Bold.ttf') format('truetype'),
        url('fonts/Didot-HTF-B06-Bold.svg#Didot-HTF-B06-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BodoniXT';
    src: url('fonts/BodoniXT.eot');
    src: url('fonts/BodoniXT.eot?#iefix') format('embedded-opentype'),
        url('fonts/BodoniXT.woff2') format('woff2'),
        url('fonts/BodoniXT.woff') format('woff'),
        url('fonts/BodoniXT.ttf') format('truetype'),
        url('fonts/BodoniXT.svg#BodoniXT') format('svg');
    font-weight: 500;
    font-style: normal;
}



body{
    font-family: 'Avenir';
}


*{
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
}
.body_wrap{
    max-width: 1000px;
    margin: 40px auto;
}
.separador{
    clear: both;
    height: 1px;
    width: 100%;
    background-color: #AFAFB4;
}
.font-xxs{font-size: 12px !important;}
.font-xs{font-size: 14px !important;}
.font-s{font-size: 17px !important;}
.font-m{font-size: 19px !important;}
.font-l{font-size: 22px !important;}
.font-xl{font-size: 26px !important;}
.font-xxl{font-size: 32px !important;}

.bold { font-weight: bold !important; }

.rojo{color: #cc3333 !important;}
.amarillo{color: #e39b13 !important;}
.verde{color: #7eb128 !important;}
.azul{color: #3366cc !important;}
.violeta{color: #743acc !important;}
.gris{color: #4d5258 !important;}
.gris_claro{color: #aaa !important;}
.celeste{color: #5f9ceb !important;}
.blanco{color: #fff !important;}

@keyframes fadein {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block;
        visibility: visible;
        opacity: 0;
    }

    100% {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}


.container{
    margin-right: auto;
    margin-left: auto;
}

.row.logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#logo{
    float: left;
     width: 220px;
     margin-right: 20px;
      font-family: 'BodoniXT';
    /*background-image: linear-gradient(to right, #00b4ff, #76137e, #ff0a11);
    -webkit-background-clip: text;*/
    color: #aa8b48;
     font-size: 42px;
    line-height: 37px;
}
#logo img{
    width: 100%;
}
.body_mobile #logo{
    font-size: 33px;
    line-height: 28px;
    width: 162px;
     margin-top: 4px;

}

#logo_2{
    float: right;
     width: 160px;
     margin-right: 20px;
}
#logo_2 img{
    width: 100%;
}
.body_mobile #logo_2{
    display: none;
}

#top{
      position: fixed;
    height: 65px;
    background-color: #ffffffeb;
    width: 100%;
    z-index: 3;
    padding: 15px 25px;
    border-bottom: 1px solid #0000004a;
}

#top.fondo_opaco{
    background-color: #fffffffa;
}
#top .hamburger{
    cursor: pointer;
    display: none;
    position: absolute;
    padding: 19px;
    right: 0;
    top: 0;
    font-size: 22px;
    opacity: 0.7;
}
#top .hamburger:hover{
    opacity: 1;
}
.body_mobile #top .hamburger{
    display: block;
}

#top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#top ul.menu{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#top ul.menu li{
      padding: 5px 4px 0 4px;
    border-right: 1px solid #0000004a;
    width: 100%;
}
#top ul.menu li:hover{
      background-color:#aa8b48; /*: linear-gradient(to right, #55132bbd 0%, #ff0000db 51%);*/
}
#top ul.menu li:hover a{
	color: #fff;
	text-decoration: none;
}
.body_mobile #top ul.menu li{
    border: 0;
}
#top ul.menu li a{
      font-size: 18px;
    color: #696969;
    font-weight: bold;
    letter-spacing: 1px;
}
#top ul.menu{
    width: 502px;
     text-align: center;
    float: left;
    margin-left: 10px;
    border-left: 1px solid #0000004a;
     height: 35px;
}
.body_mobile #top ul.menu{
    display: none;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 2;
    padding-bottom: 20px;
    background: #fffffffa;
}
.body_mobile #top ul.menu.show_menu{
    display: block;
    animation: fadein 1s forwards;
    height: 130px;
    left: 0;
    padding: 0;
    margin: 0;
    top: 65px;
    border: 0;
}

.content_wrap{
    
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 53%;
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header{
      background-image: url(images/inicio_web_gala2023.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
     margin-bottom: 70px;
    box-shadow: 0px 0px 40px #0000006b;
    min-height: 500px;
}
.body_mobile .header{
    min-height: 0px;
}
.header .gradient_text{
    font-family: 'BodoniXT';
      background-image: linear-gradient(to right, #00b4ff, #76137e, #ff0a11);
  -webkit-background-clip: text;
  color: transparent; 
}
.header a.flecha_header{
      display: block;
    position: absolute;
    left: 50%;
    width: 40px;
    height: 26px;
    margin-left: -27px;
    background-image: url(images/arrow_down.png);
    bottom: 30px;
    background-size: cover;
    cursor: pointer;
}
.body_mobile .header a.flecha_header{
    display: none;
}
.body_mobile .header{
     background-position: right -220px top;
}
.header .header_info{
      position: absolute;
    top: 50%;
    height: 200px;
    margin-top: -200px;
    margin-left: 25px;
}
.body_mobile .header .header_info{
      margin: 0 10px;
     top: 190px;
}
.header .header_info .header_title{
}
.body_mobile .header .header_info .header_title{
    width: 100%;
     max-width: 300px;
    padding: 10px;
    //background-color: #fffffff2;
}
.header .header_info .header_title img{
    width: 100%;
}
.header .header_info .header_title .gradient_text{
    font-family: 'DidotBold';
      /*background-image: linear-gradient(to right, #00b4ff, #76137e, #ff0a11);*/
  /*-webkit-background-clip: text;*/
      background-color: transparent;
  color: #fff; 
  font-size: 85px;
    line-height: 95px;
}
.body_mobile .header .header_info .header_title .gradient_text{
  font-size: 45px;
  line-height: 44px;
}
.header .header_info .header_title .copete{
    font-size: 44px;
}
.body_mobile .header .header_info .header_title .copete{
    font-size: 20px !important;
     line-height: 22px;
}
.header_contact{
      position: absolute;
    bottom: 0px;
    padding: 0 0 25px 25px;
    color: #e0e0e0;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
}
.header_contact u{
      /*background-image: linear-gradient(to right, #00b4ff, #76137e, #ff0a11);*/
      background-color:  #aa8b48;
    height: 2px;
    width: 40px;
    display: block;
    margin-bottom: 15px;
}

#section_1{
      background-image: url(images/bg1.jpg);
    width: 100%;
     background-position: center;
    background-size: cover;
    padding-bottom: 40px;
}

.title_1{
    margin: 30px auto 50px auto;
      color: #fff;
    text-align: center;
     font-size: 22px;
    max-width: 350px;
    text-transform: uppercase;
}
.title_1 span{
      display: block;
    font-family: 'BodoniXT';
    border-bottom: 1px solid #fff;
    font-size: 70px;
     margin-bottom: 10px;
}
.body_mobile .title_1 span{
    font-size: 39px   
}

.cuadro_sponsor{
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    margin: 0 20px;
    text-transform: uppercase;
}
.cuadro_sponsor:hover{
    opacity: 0.9;
}
.body_mobile .cuadro_sponsor{
    margin: 0 0 20px 0;
}
.cuadro_sponsor span{
      display: block;
    font-size: 40px;
    margin: 15px 0;
}
.body_mobile .cuadro_sponsor span{
    font-size: 34px;
}
.cuadro_sponsor u{
      text-decoration: none;
    display: block;
    font-size: 29px;
    font-weight: bold;
}
.cuadro_sponsor.bg_rojo{
    /*  background-image: linear-gradient(to right, #55132bbd, #ff0000db); */
    background-color: #aa8b48e0;
}
.cuadro_sponsor.bg_violeta{
    /*  background-image: linear-gradient(to right, #311355bf, #870094d9);*/
    background-color: #aa8b48e0;
}
.cuadro_sponsor.bg_azul{
     /* background-image: linear-gradient(to right, #311355c7, #1d71b8d4);*/
    background-color: #aa8b48e0;
}


.boton{
    margin-top: 30px;
}
.boton a{
      display: inline-block;
    color: #fff;
    padding: 8px 16px;
    font-size: 19px;
    background-image: linear-gradient(to right, #04aefa, #5f3297);
  background-size: 200% auto;
     font-weight: bold;
    letter-spacing: 1px;
}
.boton.btn_centrado{
    margin-left: auto;
    margin-right: auto;
     display: block;
    width: 100%;
    max-width: 205px;
}
.boton.btn_centrado a{
     width: 100%;
    letter-spacing: 1px;
    text-align: center;
}
.boton.btn_rojo a{
    background-image: linear-gradient(to right, #55132bbd 0%, #ff0000db 51%);
}
.body_mobile .boton a{
    text-align: center;
    font-size: 14px;
}
.boton a:hover{
    text-decoration: none;
  background-position: right center; /* change the direction of the change here */  );
}

.recuadro{
      margin: 30px auto;
    border: 1px solid #fff;
    max-width: 1200px;
    padding: 20px;
}
.title_recuadro{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
      margin: 10px 0 25px 0;
    font-size: 20px;
}
.item_cuadro{
    text-align: center;
    color: #fff;
      background: #000000b5;
    max-width: 180px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 16px;
}
.body_mobile .item_cuadro{
    margin-bottom: 20px;
}
.item_cuadro div{
    text-transform: uppercase;
    font-size: 22px;
}
.item_cuadro.cuadro_btn{
  padding: 15px;
}
.item_cuadro.cuadro_btn div{
    text-transform: none;
}
.item_cuadro.cuadro_btn div a{
    color: yellow;
}


#section_2{
    padding: 40px 0;
}
.title_sponsor{
      margin: 30px 0 0 0;
    text-align: center;
    text-transform: uppercase;
     font-size: 25px;
    font-weight: bold;
    color: #255373;
}
.body_mobile .title_sponsor{
     font-size: 20px;
}
.title_sponsor u{
      /*background-image: linear-gradient(to right, #00b4ff, #76137e, #ff0a11);*/
      background-color: #aa8b48;
    height: 2px;
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 15px auto;
}
.subtitle_sponsor{
      text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 60px 0 30px 0;
}
.subtitle_sponsor u{
      display: block;
    margin: 0 auto;
    height: 2px;
    width: 40px;
    margin-top: 10px;
    background: red;
}
.subtitle_sponsor.subtitle_rojo{color: red;}
.subtitle_sponsor.subtitle_rojo u{background-color: red;}
.subtitle_sponsor.subtitle_violeta{color: #880196;}
.subtitle_sponsor.subtitle_violeta u{background-color: #880196;}
.subtitle_sponsor.subtitle_azul{color: #1d71b9;}
.subtitle_sponsor.subtitle_azul u{background-color: #1d71b9;}
.subtitle_sponsor.subtitle_gris{color: #222;}
.subtitle_sponsor.subtitle_gris u{background-color: #222;}
.item_sponsor{
  
}
.item_sponsor img{
      width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

#section_3{
      background-image: url(images/bg2.jpg);
    width: 100%;
     background-position: center;
    background-size: cover;
    padding-bottom: 40px;
}
.logo_sponsors{
    height: 200px;
      width: 100%;
    max-width: 200px;
    margin: 40px auto;
}
.logo_sponsors img{
    width: 100%;   
}


#section_4{
    width: 100%;
}
.listado_fotos{
    margin: 30px 0 0 0  ;
}
.listado_fotos .col-md-4{
    padding: 0
}
.item_foto{
      padding: 10px;
     height: 338px;
}
.body_mobile .item_foto{
	height: auto	
}
.item_foto img{
	width: 100%;
}
.item_foto img:hover{
	border: 5px solid #fff;
}
.fancybox-toolbar{
	display: none !important;
}

#section_5{
    width: 100%;
    padding-bottom: 40px;
     background-image: url(images/bg_rayas.jpg);
     background-position: center;
    background-size: cover;
}
.video_wrap{
    
}
.video_wrap iframe{
      width: 100%;
    max-width: 900px;
    display: block;
    margin: 60px auto;
}
.body_mobile .video_wrap iframe{
    height: 200px
}


#section_6{
    margin-top: 80px;
    width: 100%;
     background-image: url(images/bg_contacto.jpg);
     background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.title_contacto{
      padding: 20px 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 100%;
    max-width: 500px;
    margin: 30px auto 30px auto;
}
.body_mobile .title_contacto{
    font-size: 15px;
}
.info_contacto{
      font-size: 23px;
     margin-bottom: 40px;
    line-height: 26px;
     letter-spacing: 1px;
}
.body_mobile .info_contacto{
      font-size: 15px;
      letter-spacing: 0px;   
}
.info_contacto br{
}
.info_contacto span{
      font-size: 18px;
}
.info_contacto a{
    color: #fff;
}
.logo_contacto{
      height: 70px;
    width: 100%;
    max-width: 190px;
    margin: 40px auto 70px auto;
}
.logo_contacto img{
    width: 100%;   
}


.detalle_sponsor{
    display: none;
      position: fixed;
    z-index: 3;
    height: 470px;
    width: 700px;
    /* max-width: 700px; */
    top: 50%;
    left: 50%;
     margin-top: -235px;
    margin-left: -350px;
    padding: 40px;
    background-color: #fff;
}
.body_mobile .detalle_sponsor{
      width: 100%;
    margin-left: 0;
    left: 0;
    padding: 10px;
    top: 65px;
    margin-top: 0;
     height: auto;
}
.detalle_sponsor.mostrar_detalle{
    display: block;   
}
.detalle_sponsor .close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.body_mobile .detalle_sponsor .close{
      top: 35px;
    right: 35px;
}
.detalle_sponsor .detalle_sponsor_borde{
     padding: 15px;
}
.detalle_sponsor .detalle_sponsor_borde.bg_rojo{background-image: linear-gradient(to right, #55132bbd, #ff0000db);}
.detalle_sponsor .detalle_sponsor_borde.bg_violeta{background-image: linear-gradient(to right, #311355bf, #870094d9);}
.detalle_sponsor .detalle_sponsor_borde.bg_azul{background-image: linear-gradient(to right, #311355c7, #1d71b8d4);}

.detalle_sponsor .detalle_sponsor_wrap{
      background: #fff;
     padding: 20px;
     height: 359px;
}
.body_mobile .detalle_sponsor .detalle_sponsor_wrap{
    height: auto;
}
.detalle_sponsor .title_detalle{

}
.detalle_sponsor .title_detalle .title_detalle_1{
      width: 100px;
    float: left;
    text-transform: uppercase;
     height: 80px;
     padding-top: 10px;
}
.body_mobile .detalle_sponsor .title_detalle .title_detalle_1{
    font-size: 15px;
    height: auto;
    width: 100%;
     padding-top: 0px;
}
.detalle_sponsor .title_detalle .title_detalle_2{
      width: 155px;
    float: left;
    font-size: 34px;
    text-transform: uppercase;
    height: 80px;
    border-left: 1px solid #000;
    padding-left: 10px;

}
.body_mobile .detalle_sponsor .title_detalle .title_detalle_2{
      height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
     font-size: 22px;
}
.detalle_sponsor .bg_rojo .title_detalle .title_detalle_2{color:#ff0000db;}
.detalle_sponsor .bg_violeta .title_detalle .title_detalle_2{color:#870094d9;}
.detalle_sponsor .bg_azul .title_detalle .title_detalle_2{color:#1d71b8d4;}
.detalle_sponsor .title_detalle .title_detalle_2 span{
      display: block;
    font-size: 22px;
    font-weight: bold;
}
.body_mobile .detalle_sponsor .title_detalle .title_detalle_2 span{
    font-size: 18px;
}
.detalle_sponsor .title_detalle .title_detalle_3{
      width: 120px;
    float: left;
    font-size: 19px;
    text-transform: uppercase;
    height: 80px;
    background-image: url(images/estrellas.png);
    border-left: 1px solid #000;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-size: 108px;
    /* padding: 0; */
    background-position: 10px 12px;
}
.body_mobile .detalle_sponsor .title_detalle .title_detalle_3{
      height: 20px;
    background-position: 0 0;
    border: 0;
    width: 100%;
}
.detalle_sponsor .info_detalle{
      margin-top: 20px;
    font-size: 19px;
}
.body_mobile .detalle_sponsor .info_detalle{
    font-size: 14px;
}
.detalle_sponsor .info_detalle ul{
      padding-left: 30px;
}
.body_mobile .detalle_sponsor .info_detalle ul{
    padding-left: 15px
}
.detalle_sponsor .info_detalle ul li{
}