*{
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body{
    margin: 0px;
    font-family: Montserrat;
}
/* ****** Header - Menu ********* */
header{
    box-shadow: 1px 1px 1px #00000021;
    padding-top: 6px;
    background: rgba(0,0,0,.5);
    height: 130px;
}
header img{
    width: 390px;
    cursor: pointer;
    border-radius: 3px;
}
header .div_language a{
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    font-size: bold;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}
header .div_language a:hover{
    color: rgb(255, 255, 255);
    background: rgb(219,158,13);
}
header .div_menu a{
    /*background-color: rgba(14,44,65,0.95);*/
    color: #fff;
    font-weight: bold;
    padding: 9px;
    text-align: center;
    font-size: 18px;
}
header .div_menu .mn_p_opt:hover, header .div_menu .mn_p_opt:focus,header .div_menu .mn_p_opt:active{
    color: #000000;
    background-color: #db9e0d;
    cursor: pointer;
}
header .div_menu .mn_p_mas:hover, header .div_menu .mn_p_mas:focus,header .div_menu .mn_p_mas:active{
    background-image: url(../img/white_arrow.png);
}
/* ********************************* */
/* ************** Body ************* */
section .div_hero{
    width: 100%;
    background-color: #000;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

section .div_hero img{
    /*
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    */
}
/*
@-moz-document url-prefix() {
    section .div_hero img {
        height: 100%;
    }
  }
*/
section .div_options{
    padding: 15px;
    background: linear-gradient(to right, #FF9800, #bdbd08);
}
section .div_options .div_options_sub .div_foot_op{
    border-radius: 18px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
/* ******************************* */
/* ********* Footer ************** */
footer{
    text-align: center;
    padding: 12px;
    background-color: #db9e0d;
}
footer p{
    margin: 0px;
}
/* ******************************* */
/* **************friends*************** */
.div_cont{
    padding-left: 80px;
    padding-right: 80px;
}
.div_cont h1{
    color: #804000;
    text-align: center;
    font-size: 22px;
}
p{
    text-align: justify;
}
p span{
    color: #FF9800;
    font-weight: 600;
}
.descrip_table{
    font-size: 17px;
    color: black;
}
.table_friends, .table_friends th, .table_friends td{
    border: 1px solid black;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.table_friends th, .table_friends td{
    padding: 5px;
}
.table_friends td:nth-child(2){
    text-align: center;
}
/* ************************************ */
.div_footer{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}
/* *************** multiple menus ***** */
.mn_p_mas{
    position: relative;
    background-image: url(../img/yellow_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.mn_s{
    position: absolute;
    z-index: 999;
    top: 40px;
    right: 0;
    background-color: #245475;
    display: none;
    padding: 0px !important;
}
.ms_s_mas{
    position: relative;
    background-image: url(../img/white_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.mn_s_opt{
    padding: 7px;
    color: #fff;
}
.mn_t{
    position: absolute;
    top: 0px;
    left: -200px;
    background: #4584af;
    width: 200px !important;
    display: none;
    color: #ffb900;
    padding: 0px !important;
}
.mn_t_opt{
    padding: 7px;
    color: #fff;
}
.mn_t_opt:hover,.mn_t_opt:active,.mn_t_opt:focus{
    background-color: #ffb900;
    color: #fff;
}
.mn_s_opt:hover,.mn_s_opt:active,.mn_s_opt:focus{
    background-color: #ffb900;
    color: #fff;
}
.wr_cookies{
    position: fixed;
    z-index: 9999;
    background: #000000;
    bottom: 0px;
    padding: 20px;
    box-shadow: 10px 5px 5px #0000007a;
    border-top: 5px solid #fff;
    width: 100%;
}
.wr_cookies h4{
    margin-top: 0px;
    color: #ffb900;
}
.wr_cookies p{
    color: #fff;
}
.wr_cookies button{
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 11px;
    margin-right: 15px;
    background-color: #18374c;
}
.wr_cookies button:hover, .wr_cookies button:active, .wr_cookies button:focus{
    background-color: #009688;
}
/* *********************************** */
#div_img{
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
th {
  background: #db9e0d;
  border-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
section .div_options .div_options_sub .div_foot_op:hover,section .div_options .div_options_sub .div_foot_op:focus,section .div_options .div_options_sub .div_foot_op:active{
    color: #804000;
    background: #fff;
}
/* ************************************* */

.tit_hero{
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-weight: bold;
    top: 10px;
}

.sub_tit_hero{
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    top: 50px;
    padding-top: 10px;
}

.panel_hero{
    /*position: absolute;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,.5);
    width: 100%;
    top: 75%;*/
    position: absolute;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,.5);
    width: 100%;
    bottom: 30px;
}

.btn_vermas{
    padding-right: 23px;
    position: absolute;
    top: 90%;
    padding-top: 10px;
    border: none;
    background: #1a374b;
    color: #fff;
    font-family: Montserrat;
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 23px;
}
.div_warp{
    background: linear-gradient(to right, #1a374b, #2196f3);
    padding-bottom: 50px;
}
.div_warp h4{
    color: #fff;
}
.div_warp img{
    height: 103px;
}

.row{
    position:relative;
    margin:auto;
    width:100%;
    height: auto;
    clear:both;
    display:table;
}

[class*="col-"]{
    float:left;
    padding:0px;
}


/*=============================================
GALERIA
=============================================*/

#galeria{
    position: relative;
    margin: auto;
    width: 100%;
}

#galeria ul{
    padding: 0px;
}

#galeria ul li{
    padding: 5px;
    cursor: pointer;
    transition: .6s;
}

#galeria ul li:hover{
    opacity: .6;
    transition: .6s;
}

#galeria ul li img{
    width: 100%;
    max-height: 182px;
}

.card > img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); /* Safari 6.0 - 9.0 */
}

.card > img {
        -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
        filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    }

/* Style the counter cards */

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}

.card:hover {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
}

#comite{
    position: relative;
    margin: auto;
    width: 100%;
}

#comite ul{
    padding: 0px 20px;
}

#comite ul li{
    padding: 10px;
    cursor: pointer;
    transition: .6s;
}

#Table-Center {
  display: table;
  margin: 0 auto;
}

#Table-Principal {
  width:100%
}

.table-responsive {
  border-collapse: collapse;
  width: 100%;
}

.table-responsive td, .table-responsive th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-responsive thead {background-color: #db9e0d;}

.table-responsive tr:nth-child(odd){background-color: #DFDFDF;}

.table-responsive th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #db9e0d;
  color: black;
}

.table-responsive_2 {
  border-collapse: collapse;
  width: 100%;
}

.table-responsive_2 td, .table-responsive_2 th {
  border: 1px solid #fff;
  padding: 8px;
}

.table-responsive_2 thead {background-color: #db9e0d;}

.table-responsive_2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #db9e0d;
  color: black;
}

.principal{
    font-size: 18px;
    font-weight: bold;
}

/* unvisited link */
a:link {
  color: green;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: #804000;
}

/* selected link */
a:active {
  color: green;
}

#slide{
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
}

#slide ul{
    position: relative;
    left: 0%;
    margin: auto;
    height: auto;
    width: 400%;
    clear: both;
    display: table;
}

#slide ul li{
    position: relative;
    float: left;
    width: 25%;
}

#slide ul li img{
    width: 100%;
}

#slide #paginacion{
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    bottom: 10px;
    left: 0;
    z-index: 1;
    padding-left: 0px;
    background: rgba(0,0,0,.5);
}

#slide #paginacion li{
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    /*opacity: .5;*/
    color: white;
    text-shadow: 0px 0px 5px #333;
}

#slide #paginacion li:first-child{
    /*opacity: 1;*/
}

#slide .flechas{
    position: absolute;
    font-size: 2em;
    color: white;
    cursor: pointer;
    z-index: 2;
}

#slide #retroceder{
    top: 45%;
    left: 2%;
}

#slide #avanzar{
    top: 45%;
    right: 2%;
}

#slide ul li .textoSlide{
    position: absolute;
    width: 100%;
    bottom: 40px;
    left:0;
    text-align: center;
    z-index: 1;
    color: white;
}

#slide ul li .textoSlide h1{
    background: rgba(0,0,0,0.5);
    padding: 5px 0;
}

#slide ul li .textoSlide h3{
    background: rgba(0,0,0,0.5);
    padding-bottom: 10px;
}

.content-fluid{
    position:relative;
    margin:auto;
    width:100%;
    height: auto;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 10000; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    font-size: 18px;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*=============================================
PANTALLA DE ESCRITORIO GRANDE - LARGE (lg) - revisamos en portatil o pc
=============================================*/

@media(min-width:1200px){

    .col-lg-12{width:100%;}
    .col-lg-11{width:91.66666667%;}
    .col-lg-10{width:83.33333333%;}
    .col-lg-9{width:75%;}
    .col-lg-8{width:66.66666667%;}
    .col-lg-7{width:58.33333333%;}
    .col-lg-6{width:50%;}
    .col-lg-5{width:41.66666667%;}
    .col-lg-4{width: 33.33333333%;}
    .col-lg-3{width: 25%;}
    .col-lg-2 {width: 16.66666667%;}
    .col-lg-1 {width: 8.33333333%;}
    .col-lg-0{display:none;}

    .tit_hero{
        font-size: 40px;
    }

    .sub_tit_hero{
        font-size: 22px;
    }

    .card > img {
        -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
        filter: grayscale(90%); /* Safari 6.0 - 9.0 */
        max-width: 250px;
        max-height: 200px;
    }

    .card > .container > p{
        font-size: 13px;
        text-align: center;
    }

    section .div_hero img{
        width: 100%;
        height: auto;
    }
    header{
        z-index: 99;
        position: absolute;
        width: 100%;
    }
    header img{
        margin-left: 21px;
    }
    header .div_menu{
        /*background-color: #fff;*/
        /*display: flex !important;*/
        align-items: center !important;
        justify-content: center !important;
        margin: 11px auto;
        display: table;
    }
    header .div_menu a{
        width: 100%;
        padding: 10px 40px;
    }
    header .div_language{
        position: absolute;
        top: 24px;
        right: 21px;
    }
    section .div_options{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section .div_options .div_options_sub .div_foot_op{
        width: 25%;
        font-weight: bold;
        text-align: -moz-center;
        text-align: -ms-center;
        text-align: -o-center;
        text-align: -webkit-center;
        /* border: 2px solid #0e2c41;
        color: #0e2c41;*/
        border: 2px solid #fff;
        color: #fff;
        
    }
    section .div_options .div_options_sub {
        display: flex;
        width: 80%;
    }
    
    #btn_responsive{
        display: none;
    }
    #div_fl{
       display: flex;
    }
}

/*=============================================
PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px
=============================================*/

@media(max-width:1199px) and (min-width:992px){

    .col-md-12{width:100%;}
    .col-md-11{width:91.66666667%;}
    .col-md-10{width:83.33333333%;}
    .col-md-9{width:75%;}
    .col-md-8{width:66.66666667%;}
    .col-md-7{width:58.33333333%;}
    .col-md-6{width:50%;}
    .col-md-5{width:41.66666667%;}
    .col-md-4{width: 33.33333333%;}
    .col-md-3{width: 25%;}
    .col-md-2{width: 16.66666667%;}
    .col-md-1{width: 8.33333333%;}
    .col-md-0{display:none;}

    .tit_hero{
        font-size: 40px;
    }

    .sub_tit_hero{
        font-size: 22px;
    }

    .card > img {
        max-width: 250px;
        max-height: 200px;
    }

    .card > .container > p{
        font-size: 12px;
        text-align: center;
    }

    section .div_hero img{
        width: 100%;
        height: auto;
    }
    header{
        z-index: 99;
        position: absolute;
        width: 100%;
        height: 160px;
    }
    header img{
        margin-left: 21px;
    }
    header .div_menu{
        /*background-color: #fff;*/
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 5px;
    }
    header .div_menu a{
        width: 100%;
    }
    header .div_language{
        position: absolute;
        top: 24px;
        right: 21px;
    }
    section .div_options{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section .div_options .div_options_sub .div_foot_op{
        width: 25%;
        font-weight: bold;
        text-align: -moz-center;
        text-align: -ms-center;
        text-align: -o-center;
        text-align: -webkit-center;
        /* border: 2px solid #0e2c41;
        color: #0e2c41;*/
        border: 2px solid #fff;
        color: #fff;
        
    }
    section .div_options .div_options_sub {
        display: flex;
        width: 80%;
    }
    
    #btn_responsive{
        display: none;
    }
   #div_fl{
       display: flex;
   }
}

/*=============================================
PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px
=============================================*/

@media(max-width:991px) and (min-width:768px){

    .col-sm-12{width:100%;}
    .col-sm-11{width:91.66666667%;}
    .col-sm-10{width:83.33333333%;}
    .col-sm-9{width:75%;}
    .col-sm-8{width:66.66666667%;}
    .col-sm-7{width:58.33333333%;}
    .col-sm-6{width:50%;}
    .col-sm-5{width:41.66666667%;}
    .col-sm-4{width: 33.33333333%;}
    .col-sm-3{width: 25%;}
    .col-sm-2{width: 16.66666667%;}
    .col-sm-1{width: 8.33333333%;}
    .col-sm-0{display:none;}

    #div_hero ul li .textoSlide h1{
        font-size: 20px;
    }

    #div_hero ul li .textoSlide h3{
        font-size: 14px;
    }

    .tit_hero{
        font-size: 24px;
        top: 20px;
    }

    .sub_tit_hero{
        font-size: 15px;
        top: 45px;
    }

    .card > img {
        max-width: 250px;
        max-height: 200px;
    }

    .card > .container > p{
        font-size: 17px;
        text-align: center;
    }

    header{
        background: rgba(0,0,0,.5);
    }
    .div_options{
        display: flex;
    }
    section .div_options .div_options_sub {
        display: block;
        width: 100%;
    }
    section .div_options .div_options_sub .div_foot_op{
        width: auto;
        text-align: -moz-center;
        text-align: -ms-center;
        text-align: -o-center;
        text-align: -webkit-center;
        /* border: 2px solid #0e2c41;
        color: #0e2c41;*/
        border: 1px solid #fff;
        color: #fff;
        
    }
    section .div_hero img{
        width: 100%;
        height: auto;
    }
    header{
        text-align: center;
        position: absolute;
        z-index: 9999;
        width: 100%;
    }
    header img{
        margin-left: 0px;
    }
    header .div_language{
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    header .div_menu{
        top: 73px;
        right: 0;
        border-radius: 10px;
        display: none;
    }
    header .div_menu a{
        width: 100%;
        background-color: #fff;
        color: #000;
        display: block;
    }
    section .div_hero{
        height: 450px;
    }
    section .div_options{
        text-align: -moz-center;
        text-align: -o-center;
        text-align: -ms-center;
        text-align: -webkit-center;
    }
    section .div_options .div_options_sub .div_foot_op{
        border: 2px solid #fff;
        color: #fff;
        font-weight: bold;
    }
    #btn_responsive{
        height: 37px;
        border: 1px solid #fff;
        width: 37px;
        position: absolute;
        top: 25px;
        left: 15px;
        border-radius: 5px;
        cursor: pointer;
    }
    #btn_responsive div{
        margin-top: 6px;
        margin-left: 5px;
        height: 4px;
        width: 27px;
        border-radius: 35px;
        background-color: #fff;
    }
    .mn_s{
        width: 100% !important;
    }
    #div_fl{
        display: block;
    }
}

/*=============================================
PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px
=============================================*/

@media(max-width:767px) and (min-width:321px){

    .col-xs-12{width:100%;}
    .col-xs-11{width:91.66666667%;}
    .col-xs-10{width:83.33333333%;}
    .col-xs-9{width:75%;}
    .col-xs-8{width:66.66666667%;}
    .col-xs-7{width:58.33333333%;}
    .col-xs-6{width:50%;}
    .col-xs-5{width:41.66666667%;}
    .col-xs-4{width: 33.33333333%;}
    .col-xs-3{width: 25%;}
    .col-xs-2{width: 16.66666667%;}
    .col-xs-1{width: 8.33333333%;}
    .col-xs-0{display:none;}

    #div_hero ul li .textoSlide{
        display: none;
    }

    #div_hero #retroceder{
        top: 40%;
        font-size: 1em;
        left: 2%;
    }

    #div_hero #avanzar{
        top: 40%;
        font-size: 1em;
        right: 2%;
    }

    header{
        background: rgba(0,0,0,.5);
    }
    header img{
        width: 250px;
        margin-bottom: 6px;
        cursor: pointer;
    }
    section .div_hero img{
        height: 100%;
        width: auto;
    }
    header{
        text-align: center;
        position: absolute;
        z-index: 9999;
        width: 100%;
    }
    header img{
        margin-left: 0px;
    }
    header .div_language{
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    header .div_menu{
        display: none;
    }
    header .div_menu a{
        width: 100%;
        background-color: #fff;
        color: #000;
        display: block;
    }
    section{
        /*padding-top: 96px;*/
    }
    section .div_hero{
        height: 450px;
    }
    section .div_options{
        text-align: -moz-center;
        text-align: -o-center;
        text-align: -ms-center;
        text-align: -webkit-center;
    }
    section .div_options .div_options_sub .div_foot_op{
        border: 2px solid #fff;
        color: #fff;
        font-weight: bold;
    }

    #btn_responsive{
        height: 37px;
        border: 1px solid #fff;
        width: 37px;
        position: absolute;
        top: 20px;
        left: 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    #btn_responsive div{
        margin-top: 6px;
        margin-left: 5px;
        height: 4px;
        width: 27px;
        border-radius: 35px;
        background-color: #fff;
    }
    .mn_s{
        width: 100% !important;
    }
    #div_fl{
        display: block;
    }

    .div_cont {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tit_hero{
        font-size: 20px;
        top: 20px;
    }

    .sub_tit_hero{
        font-size: 14px;
        top: 40px;
    }

    .card > img {
        max-width: 250px;
        max-height: 200px;
    }

    .card > .container > p{
        font-size: 18px;
        text-align: center;
    }

    .table-responsive tr:nth-child(odd){background-color: #fff;}

    table {
        width:100%;
    }

    .table-responsive thead {
        display: none;
    }

    .table-responsive tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .table-responsive tr td:first-child {
        background: #db9e0d;
        font-weight:bold;
        font-size:1em;
    }

    .table-responsive tbody td {
        display: block;
        text-align:center;
    }

    .table-responsive tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }

    .table-responsive_2 {
        display: block;
    }

    .table-responsive_2 thead th { 
        position: sticky; 
        top: 0; 
        border: 1px solid #fff;
    }

    #slide ul li img {
        width: 100%;
        height: 100%;
    }

    #galeria ul li img{
        width: 100%;
        max-height: 100%;
    }

    .panel_hero {
        height: 90px;
    }

    .modal {
        padding-top: 60px; 
        font-size: 14px;
    }

    .modal-content {
        padding: 5px;
        width: 95%;
    }

    .close {
        margin-top: -10px;
    }
}

@media(max-width:320px){
    .col-xs-12{width:100%;}
    .col-xs-11{width:91.66666667%;}
    .col-xs-10{width:83.33333333%;}
    .col-xs-9{width:75%;}
    .col-xs-8{width:66.66666667%;}
    .col-xs-7{width:58.33333333%;}
    .col-xs-6{width:50%;}
    .col-xs-5{width:41.66666667%;}
    .col-xs-4{width: 33.33333333%;}
    .col-xs-3{width: 25%;}
    .col-xs-2{width: 16.66666667%;}
    .col-xs-1{width: 8.33333333%;}
    .col-xs-0{display:none;}

    #div_hero ul li .textoSlide{
        display: none;
    }

    #div_hero #retroceder{
        top: 40%;
        font-size: 1em;
        left: 2%;
    }

    #div_hero #avanzar{
        top: 40%;
        font-size: 1em;
        right: 2%;
    }

    header{
        background: rgba(0,0,0,.5);
    }
    header img{
        width: 200px;
        margin-bottom: 6px;
        cursor: pointer;
    }
    section .div_hero img{
        height: 100%;
        width: auto;
    }
    header{
        text-align: center;
        position: absolute;
        z-index: 9999;
        width: 100%;
    }
    header img{
        margin-left: 0px;
    }
    header .div_language{
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    header .div_menu{
        display: none;
    }
    header .div_menu a{
        width: 100%;
        background-color: #fff;
        color: #000;
        display: block;
    }
    section{
        /*padding-top: 96px;*/
    }
    section .div_hero{
        height: 450px;
    }
    section .div_options{
        text-align: -moz-center;
        text-align: -o-center;
        text-align: -ms-center;
        text-align: -webkit-center;
    }
    section .div_options .div_options_sub .div_foot_op{
        border: 2px solid #fff;
        color: #fff;
        font-weight: bold;
    }

    #btn_responsive{
        height: 37px;
        border: 1px solid #fff;
        width: 37px;
        position: absolute;
        top: 20px;
        left: 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    #btn_responsive div{
        margin-top: 6px;
        margin-left: 5px;
        height: 4px;
        width: 27px;
        border-radius: 35px;
        background-color: #fff;
    }
    .mn_s{
        width: 100% !important;
    }
    #div_fl{
        display: block;
    }

    .div_cont {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tit_hero{
        font-size: 20px;
        top: 20px;
    }

    .sub_tit_hero{
        font-size: 14px;
        top: 40px;
    }

    .card > img {
        max-width: 250px;
        max-height: 200px;
    }

    .card > .container > p{
        font-size: 18px;
        text-align: center;
    }

    .table-responsive tr:nth-child(odd){background-color: #fff;}

    table {
        width:100%;
    }
    .table-responsive thead {
        display: none;
    }
    .table-responsive tr:nth-of-type(2n) {
        background-color: inherit;
    }
    .table-responsive tr td:first-child {
        background: #db9e0d;
        font-weight:bold;
        font-size:0.9em;
    }
    .table-responsive tbody td {
        display: block;
        text-align:center;
    }
    .table-responsive tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }

    .table-responsive_2 {
        display: block;
    }

    .table-responsive_2 thead th { 
        position: sticky; 
        top: 0; 
        border: 1px solid #fff;
    }

    #slide ul li img {
        width: 100%;
        height: 100%;
    }

    #galeria ul li img{
        width: 100%;
        max-height: 100%;
    }

    .panel_hero {
        height: 90px;
    }
    
    .modal {
        padding-top: 60px; 
        font-size: 14px;
    }

    .modal-content {
        padding: 5px;
        width: 95%;
    }

    .close {
        margin-top: -10px;
    }
}