/*====================================================
GOOGLE FONTS LOCALES SOLO PARA LA MAQUETACION
=======================================================*/
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
@font-face {
    font-family: 'Tenor Sans', sans-serif;
    src: url("../fonts/EB_Garamond/static/EBGaramond-Bold.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-BoldItalic.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-ExtraBold.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-ExtraBoldItalic.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-Italic.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-Medium.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-MediumItalic.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-Regular.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-SemiBold.ttf") format('truetype'),
         url("../fonts/EB_Garamond/static/EBGaramond-SemiBoldItalic.ttf") format('truetype'),
         url("../fonts/Tenor_Sans/TenorSans-Regular.ttf");

    font-weight: 400;
    font-style: normal;
}


/*=================================================
PUNTOS DE QUIEBRE
1366 (1200) px ->Escritorio PC o Portatil
1024 (992) px -> Tablet Horizontal
768 (768) px -> Tablet Vertical
576 (576) px -> Movil Horizontal
320 px -> Movil Vertical
====================================================*/




/*=================================================
PUNTOS DE QUIEBRE 
ESCRITORIO (XL Revisamos en 1366px en adelante)
====================================================*/
*{
  /* font-family: 'EB Garamond', serif; */
  font-family: 'Tenor Sans', sans-serif;
}
body{
    background-color: #9C2E37;
}

/* .container-fluid{
    padding-left: 0;
} */

ul,ol{
    list-style:none;
}
a:visited, a:link, a:focus, a:hover, a:active{
    list-style: none;
    text-decoration: none;
}

a.btn_primary{
    background: #d1bf9f;
    color: #66521c;
    display: inline-block;
    padding: 14px 41px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #8a6f26;
}




a.btn_secondary{
    background-color: #f5d0d3;
    border: 1px solid #66521c;
    color: #dfb238;
    width: 110px;
    height: 41px;
    border-radius: 10px;
    font-family: 'EB Garamond', serif; 
    font-size: 15px;
}
a.btn_tertiary{
    background-color: #9C2E37;
    border: 1px solid #66521c;
    color: #f1eee4;
    width: 140px;
    height: 40px;
    border-radius: 15px;
    font-family: 'EB Garamond', serif; 
    font-size: 17px;
}

a.btn_primary:hover{
    color: #66521c;
    background-color: #c7b89d;
    border: 1px solid #8a6f26;
    box-shadow: 0 2px 4px 0 #66521c, 0 3px 2px 0 #0c0b09;
}
a.btn_secondary:hover{
    background-color: #e6e0d5;
    color: #66521c;
}
a.btn_tertiary:hover{
    color: #e6e0d5;
    background-color: #922d35fa;
    border: 1px solid #e7c871;
}
/******************* HEADER ********************/
header{
    background-color: #d1bf9f ;
    margin-bottom: auto;
    
}

.nav_menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 5%;
    /* overflow-x: hidden; */
    background-color: #d1bf9f ;
}


.logo_nav{
    margin-top: 8px;
    width: 18%;
}

span.nav_menu_icon{
    color: #FAEFF0;
}

.navbar-right{
    padding-left: 85%;
}

header a.nav-link{
    
    color: #81744eee;
    cursor: pointer;
}

header li.nav-item{
    margin-right: 10px;
    margin-left: 10px;
    color:#c7cbd8;
}

header div.dropdown-menu{
    border-bottom: 5px solid #d1bf9f;
    background-color: #e6e0d5 ;
    

    
}
header a.dropdown-item{
    color:#8a6f26;
    font-size: 14px;
}
header a.dropdown-item:hover{
    background-color: #e6e0d5;
    border-bottom: 2px solid #d1bf9f;
    border-right: 2px solid #d1bf9f;
    color: #8a6f26;
}
header a.nav-link span:hover{
    color:#8a6f26;
    box-shadow: 0 4px 2px -2px #8a6f26;
    
    
}
header a.nav-link span{
    color: #81744eee;
    width: 20px;
    font-size: 14px;
    cursor: pointer;
}
header a.nav-link:active{
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    transform: scale(0.90);
}
/************ SECTIONS ***************/
/*GO TO TOP BUTTON*/
.go_up{
    display:none;
    background-repeat:no-repeat;
    font-size:35px;
    color:#8a6f26;
    cursor:pointer;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:2;
    line-height: 45px;
    
}
.go_up:hover{
    color:#a0812c;
    cursor:pointer;
   
}
.icon_go_up{
    width: 50px;
    height: 50px;
    border: 2px solid #8a6f26;
    border-radius: 50%;
    text-align: center;
}
.icon_go_up:hover{
    border: 2px solid #a0812c;
}
/*GO TO TOP BUTTON END*/

section.main{
    
    width: 100%;
    min-height:100vh;
  /*  background-image: url("../img/fondo.jpg"); */
    /*background:url("../img/content/index_background.jpg") no-repeat center top;*/
	 background:url("../img/content/red-smoke.jpg") no-repeat center top;
    padding-bottom: 90px;
    padding-top: 60px;
    /* background-position: center center;
    background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    background-size: cover;
    
}

.section_primary{
    width: 100%;
    min-height:100vh;
    padding-bottom: 70px;
    padding-top: 30px;
    background-color: #FFF1E6;
}

.section_secondary{
    width: 100%;
    min-height:100vh;
    padding-bottom: 70px;
    padding-top: 40px;
    background-color: #9C2E37;
}

.section_basic{
    width: 100%;
    min-height:100vh;
    padding-bottom: 70px;
    padding-top: 40px;
    background-color: #fffefeec;
}

.section_location{

    background-color: #c4aa7f;
}
.section_location .section_tile{
    color: #9C2E37;
    font-weight: bold;
}
.principal_logo{
    width: 13%;
    
    
}
.col_principal_logo{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}

.principal_buttons{
  margin-top: 40px;
  width: 100%;

}
.principal_title{
    display: block;
    padding-top: 80px;
    color: #D0CDC3;
    text-align: center;
    font-size: 75px;
    font-weight: 350;
    letter-spacing: 13px;
}

.row_city_name{
    padding-top: 0px;
    padding-bottom: 140px;
}
.city_name{
    text-align: center;
    font-size: 30px;
    color: #D0CDC3;
    letter-spacing: 3px;
}
.section_tile{
    
    font-size: 35px;
    margin-bottom: 30px;
}

.img_outstanding_artwork{
    height: 300px;
    width: 500px;
}
.title_outstanding_artwork{
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bold_text{

    font-weight: bold;
}
.description_text{
    text-align: justify;
}

.principal_section_text{
    font-size: 18px;
    text-align: justify;
}

.more_button{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


#location_madrid{
    background-image: url(https://cdn.pixabay.com/photo/2017/09/03/01/51/spain-2709122_960_720.jpg);
    
    background-size: cover;
    background-repeat: no-repeat ;
}
#location_new_york{
    background-image: url(https://cdn.pixabay.com/photo/2015/12/08/00/40/empire-state-building-1081929_960_720.jpg);
   
    background-size: cover;
    background-repeat: no-repeat ;
    
}

#location_london{
    background-image: url(https://cdn.pixabay.com/photo/2020/11/09/22/20/tower-bridge-5727975_960_720.jpg);
    
    background-size: cover;
    background-repeat: no-repeat ;
    
}

.location_information{

    /* background-color: #d1bf9f; */
    background-color: #1e110b8c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
    margin-top: 160px;
    padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_icon_location{
    
    margin-top: 30px;
    margin-bottom: 20px;
}
.icon_location{
    font-size: 60px;
    color: #d1bf9f;
   
}
.location_name{
    font-family: 'PT Serif', serif;
    font-size: 35px;
    margin-bottom: 20px;
    color: #d1bf9f;
}
.location_subtitle{
    font-size: 20px;
    color: #d1bf9f;
    font-weight: bold;
    
}
.location_text{
    font-size: 18px;
    color: #c4beb4;
    text-align: justify;
}


.highlight_text{
    color: #66521c;
}
.icon_margin{
    margin-left: 10px;
    margin-right: 10px;
}

#files_artwork_profile_filter input{
    background-color: #faf8f5;
    outline: none;
    border-radius: 10px;
}
#files_artwork_profile_filter label{
    color: #836923;
    font-weight: bold;
}
#files_artwork_profile_length label{
    color: #836923;
}
#files_artwork_profile_length select{
    color: #836923;
    background-color: #faf8f5;
}
#files_artwork_profile_info{
    color: #836923;
}
a#files_artwork_profile_previous,a#files_artwork_profile_next{
    color: #836923 !important;
}


#user_list_artwork_table_filter input{
    background-color: #fcf9f6;
    color: #836923;
    outline: none;
    border-radius: 5px;
}
#user_list_artwork_table_filter label{
    color: #836923;
    font-weight: bold;
}
#user_list_artwork_table_length label{
    color: #836923;
}
#user_list_artwork_table_length select{
    color: #836923;
    background-color: #faf8f5;
}
#user_list_artwork_table_info{
    color: #836923;
}
a#user_list_artwork_table_previous,a#user_list_artwork_table_next{
    color: #836923 !important;
}






#user_table_filter input{
    background-color: #fcf9f6;
    color: #836923;
    outline: none;
    border-radius: 5px;
}
#user_table_filter label{
    color: #836923;
    font-weight: bold;
}
#user_table_length label{
    color: #836923;
}
#user_table_length select{
    color: #836923;
    background-color: #faf8f5;
}
#user_table_info{
    color: #836923;
}
a#user_table_previous,a#user_table_next{
    color: #836923 !important;
}



#artwork_table_filter input{
    background-color: #fcf9f6;
    color: #836923;
    outline: none;
    border-radius: 5px;
}
#artwork_table_filter label{
    color: #836923;
    font-weight: bold;
}
#artwork_table_length label{
    color: #836923;
}
#artwork_table_length select{
    color: #836923;
    background-color: #faf8f5;
}
#artwork_table_info{
    color: #836923;
}
a#artwork_table_previous,a#artwork_table_next{
    color: #836923 !important;
}



/* CARRUSEL */
#carousel{
    position: relative;
    height: 400px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

#carousel div{
    position: absolute;
    transition: transform 1s, left 1s, opacity 1s, z-index 0s;
    opacity: 1;
}

div.selected img{
    width: 350px;
    height: 300px;
    transition: width 2s;
    border: 5px solid #66521c;
}

#carousel .hideLeft{
    left: 0%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}
div.hideLeft img{
    width: 100px;
}

#carousel .hideRight{
    left: 100%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
    
}
div.hideRight img{
    width: 100px;
}
#carousel .prev{
    z-index: 5;
    left: 30%;
    transform: translateY(50px) translateX(-50%);
}
div.prev img{

    width: 250px;
    height: 200px;
    border: 5px solid #66521c;
}

#carousel .prevLeftSecond{
    z-index: 4;
    left: 15%;
    transform: translateY(50%) translateX(-50%);
    opacity: .7;
}

div.prevLeftSecond img{
    width: 100px;
}

#carousel .selected{
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%);
}

#carousel .next{
    z-index: 5;
    left: 70%;
    transform: translateY(50px) translateX(-50%);
}

div.next img{
    width: 250px;
    height: 200px;
    border: 5px solid #66521c;
}

#carousel .nextRightSecond{
    z-index: 4;
    left: 85%;
    transform: translateY(50%) translateX(-50%);
    opacity: .7;
}

div.nextRightSecond img{
    width: 100px;
}


#carousel {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

/* CARRUSEL END */

/* WHO WE ARE */
.page_title{
    font-size: 50px;
    margin-bottom: 10px;
}
hr.separation_principal{
    border: 2px solid #8a6f26; 
    border-radius: 300px/10px; 
    width: 20%;
    margin-bottom: 40px;
}
.info_page hr.separation_principal{
    border: 2px solid #c4aa7f; 
}
.page_subtitle{
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 20px;  
}
.page_body{
    background-color: #d1bf9f;
    border-radius: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

    margin-left: 2%;
    margin-right: 2%;
}
hr.separation_left{
    border: 1px solid #8a6f26; 
    margin-right: 50%;           
}
hr.separation_right{
    border: 1px solid #8a6f26; 
    margin-left: 50%;         
}
.page_text{
    font-size: 18px;
    text-align: justify;
}
.page_row{
    margin-top: 30px;
}
.page_subrow{
    margin-top: 15px;
    padding-left: 50px;
}

.info_page{
    padding-top: 40px;
    padding-left: 20px;
    margin-right: 10px;
    padding-right: 20px;
}
.info_page .page_text{
    margin-top: 5px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
}
.info_page ol{
    list-style:decimal;
    
    padding-left: 30px !important;
}
.info_page ul{
    list-style:square;
    
    padding-left: 30px !important;
}
.info_page ol li{
    padding-bottom: 10px !important;
    font-size: 17px;
    text-align: justify;
}
.info_page ul li{
    padding-bottom: 10px !important;
    font-size: 17px;
    margin-top: 5px;
    text-align: justify;
}
.info_page .page_subtile{
    font-size: 20px;
    border-bottom: 4px solid #c4aa7f;
}
.img_page_content{
}
.img_page_left{
    width: 100%;
    border-left: 4px solid #8a6f26;
    border-bottom: 4px solid #8a6f26;
    border-radius: 5px;
    margin-right: 20px;
}

.img_page_right{
    width: 100%;
    border-right: 4px solid #8a6f26;
    border-bottom: 4px solid #8a6f26;
    border-radius: 5px;
    margin-right: 20px;
}
/* WHO WE ARE END */

/*ABOUT US */
.about_page .principal_logo{
    padding-top: 0px;
    width: 10%;
}
.about_page .page_title{
    padding-top: 0px;
    font-size: 120px;
    text-align: center;
    letter-spacing: 5px;
    color: #D0CDC3;
}
.about_page .page_subtitle{
    padding-top: 0px;
    font-size: 50px;
    text-align: center;
    color: #D0CDC3;
}

.about_text{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.about_text p{
    color: #D0CDC3;
    font-size: 18px;
    text-align: center;
}
/*ABOUT US END*/


span.icon_prev{
    font-size: 40px;
    color: #8a6f26;
}
span.icon_next{
    font-size: 40px;
    color: #8a6f26;
}
a.carousel-control-next{
    padding-left: 40px;
    padding-top: 20%;
}
a.carousel-control-prev{
    padding-right: 40px;
    padding-top: 20%;
}


#carouselContent{
    margin-left: 2%;
    margin-right: 2%;
} 
#carouselContent .img_page_left{
    width: 450px;
    height: 300px;
    border-left: 4px solid #8a6f26;
    border-bottom: 4px solid #8a6f26;
    border-radius: 5px;
}
.col_form_logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.form_logo{
    width: 10%;
    margin-bottom: 15px;
    margin-top: 20px;
}
.form_title{
    font-family: 'EB Garamond', serif;
    font-size: 50px;
    
    margin-bottom: 10px;
}
.login_row{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.login_header{
    margin-top: 20px;
    width: 60%;
    background-color:  #d1bf9f;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.login_header .form_logo{
    width: 13%;
}
.login_body{
    width: 60%;
    background-color:  #d1bf9f;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
}
hr.separation_form_header{
    border: 2px solid #8a6f26; 
    border-radius: 300px/10px; 
    width: 50%;
}
.login_body .group_input{
    width: 90%;
}
.group_input{
    position: relative; 
    margin-bottom: 45px; 
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    
}
.form_input{
    font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	color: #636363;
	width: 100%;
    border: none;
	border-radius: 10px;
    border-bottom: 1px solid #8a6f26;
   
}
.form_input:focus { 
    outline: none; 
    border-left: 1px solid #8a6f26;
    color: #636363;
    
}

.only_row {
   width: 60%;
   margin-left: auto;
   margin-right: auto;
}
.register_row{
    
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.profile_edit_row{
    margin-top: 2%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.profile_edit_row .register_header{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.profile_edit_row .register_body{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.register_header{
    margin-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    background-color: #d1bf9f;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.register_body{
    width: 80%;
    background-color: #d1bf9f;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.register_body .group_input{
    margin-left: 10%;
    
    margin-right: 10%;
}

.register_body .form_input{
    width: 100%;
}

.register_body .form_button{
    margin-top: 50px;
}
.register_body textarea{
    height: 150px;
}

.register_body .btn_form_navigation{
    background-color:  #836923;
    border: 1px solid #66521c;
    color: #D0CDC3;
    width: 50%;
    border-radius: 15px;
    font-family: 'EB Garamond', serif; 
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;

}

.register_body .btn_form_navigation:hover{
    background-color:  #8f742a;
    border: 1px solid #836923;
    color: #e7e4db;
  

}
.btn_form_navigation .icon_form_navigation{
    margin-left: 10px;
}
.register_body .img_preview_div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.register_body img.img_preview{
    width:250px;
    height:200px;
    margin-bottom: 15px;
}


.container_file_upload {
    max-width: 500px; 
    text-align: center;
}
.button_container {
    background: #836923; 
    border-radius:10px; 
    text-align: center; 
    height: 50px; 
    width: 200px; 
    display: inline-block; 
    transition: .2s; 
    position: relative; 
    overflow: hidden;
}

.btn_upload_file {
    padding: 17px 30px 12px; 
    color: #e7e4db; 
    font-size: 18px;
    text-align: center; 
    position: relative; 
    display: inline-block; 
    overflow: hidden; 
    z-index: 3; 
    white-space: nowrap;
}

.btn_upload_file input {
    position: absolute; 
    width: 100%; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 105%; 
    cursor: pointer; 
    opacity: 0;
}
.file_uploading {
    width: 100%; 
    height: 10px; 
    margin-top: 10px; 
    background: rgba(204, 204, 204, 0);
}
.file_uploading .btn_upload_file {
    display: none;
}



.file_uploaded .btn_upload {
    display: inline-block;
}
.btn_upload {
    display: none;
}
.uploaded_box .group_input{
    display: none;
}

.file_uploaded .uploaded_box{
    margin-top: 0; 
    width: 50px; 
    position: relative;
    height: 50px;
}
.uploaded_file_view {
    margin: 5px auto; 
    text-align: center; 
    position: relative; 
    transition: .2s; 
    opacity: 0; 
    padding: 15px;
}
#outstanding_image_form {
    margin-left: 30%;
    margin-right: 30%;
}

.uploaded_file_view img{
    width:250px;
    height:200px;
    border: 2px solid #836923; 
}

.uploaded_file_view p{
    width: 100%;
    word-break: break-all;
    border: 2px solid #836923; 
    text-align: center;
}

.file_remove{
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    display: block; 
    position: absolute; 
    background: #836923e0;
    line-height: 30px; 
    color: #fff; 
    font-size: 12px; 
    cursor: pointer; 
    right: -15px; 
    top: -15px;
}
.file_remove:hover {
    background: #836923; 
    transition: .2s;
}
.add_input_col{
    padding-right: 5%;
    padding-bottom: 3%;
    text-align: right;
}
.add_input_col p{
    display: inline-block;
    margin-right: 20px;
    line-height: 50px;
    font-size: 20px;
    color: #836923; 
    font-weight: bold;
}
.file_input_col{
    float: right;
    width: 50%;
}
.file_input_description .group_input{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#tope_doc,#tope_GalleryItem{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    max-width: 600px;
    width: 80%;
    border: 2px solid #836923;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}


#tope_doc::-webkit-scrollbar {
    -webkit-appearance: none;
}
#tope_doc::-webkit-scrollbar:vertical {
    width:10px;
}

#tope_doc::-webkit-scrollbar-button:increment,#tope_doc::-webkit-scrollbar-button {
    display: none;
} 

#tope_doc::-webkit-scrollbar:horizontal {
    height: 10px;
}

#tope_doc::-webkit-scrollbar-thumb {
    background-color: #836923;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

#tope_doc::-webkit-scrollbar-track {
    border-radius: 10px;  
}


#tope_GalleryItem::-webkit-scrollbar {
    -webkit-appearance: none;
}
#tope_GalleryItem::-webkit-scrollbar:vertical {
    width:10px;
}

#tope_GalleryItem::-webkit-scrollbar-button:increment,#tope_GalleryItem::-webkit-scrollbar-button {
    display: none;
} 

#tope_GalleryItem::-webkit-scrollbar:horizontal {
    height: 10px;
}

#tope_GalleryItem::-webkit-scrollbar-thumb {
    background-color: #836923;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

#tope_GalleryItem::-webkit-scrollbar-track {
    border-radius: 10px;  
}


.btn_add_file{
    float: right;
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    display: block; 
    background: #836923d7;
    line-height: 50px; 
    color: #fff; 
    cursor: pointer; 
    /* right: -10px; 
    top: -15px; */
    
    font-size: 40px;
    text-align: center;
}
.btn_add_file:hover {
    color: #fff; 
    background: #836923; 
    transition: .2s;
}
.btn_remove_file{
    float: right;
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    display: block; 
    background: #836923d7;
    line-height: 30px; 
    color: #fff; 
    font-size: 20px; 
    cursor: pointer; 
    right: -15px; 
    top: -15px;
}
.btn_remove_file:hover {
    color: #fff; 
    background: #836923; 
    transition: .2s;
}
.remove_input_col{
    width: 100%;
    margin-top: 15px; 
    padding-right: 10%;
    
}
.uploaded_file_view img {
    max-width: 100%;
}
.uploaded_file_view.show {
    opacity: 1;
}
.error_msg {
    text-align: center; 
    color: rgb(228, 61, 61)
}
.error_msg p{
    font-size: 20px;
}
/*INPUT FILE*/

.file-upload-wrapper {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 20px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;

    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    
}
.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    width: 40%;
    background: #94782a;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
    border-radius: 0 5px 5px 0;
    
}
.file-upload-wrapper:hover:before {
    background: #836923;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    
}

/*INPUT FILE END*/


.slider {
    position: relative;
    overflow: hidden;
    width:250px;
    height:200px;
    border-radius: 4px;
}

.slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.slider ul li {
    position: absolute;
    float: left;
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    background: #D0CDC3;
    text-align: center;
}
.slider ul li img{
    width: 100%;
    height: 100%;
}
.uploaded_file_view .slider{
    display: none;
}

.show_images .slider{
    display: inline-block;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 20;
    display: block;
    padding: 4% 3%;
    width: 10%;
    height: 25%;
    background: #836923;
    color: #fff;
    text-decoration: none;
    font-weight: 600px;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
    
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
position: relative;
width: 160px;
font-size: 18px;
}


.table_register_files table{
    width: 80%;
    height: 250px;
    display: block;
    overflow-x: scroll;
    overflow: auto;
    border: 1px #836923 solid;
    margin-right: 10%;
    margin-left: 10%;
}
.table_register_files table thead{
    border-top: 1px #836923 solid; 
    overflow-y: auto; 
    height: 100px; 
    
}
.table_register_files table thead th{
    position: -webkit-sticky; 
    position: sticky;
    top: -5px;
    z-index: 1;
    border-collapse: collapse;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.table_register_files table tr{
    border: 1px #836923 solid;
}
.table_register_files table tr td{
    border: 1px #836923 solid;
}
.table_register_files table tr th{
    text-align: left;
    border: 1px #504014 solid;
    background-color: #836923;
    color: #c7cbd8;
    
}

.table_register_files table tr th.table_row_image{
    width: 100px;
}
.table_register_files table tr th.table_row_name{
    width: 70%;
}
#table_files th.table_row_name{
    width: 400px;
}


.table_register_files table tr td.table_row_name{
    width: 60%;
    word-break: break-all;
}

.table_register_files table::-webkit-scrollbar {
    -webkit-appearance: none;
}
.table_register_files table::-webkit-scrollbar:vertical {
    width:10px;
}

.table_register_files table::-webkit-scrollbar-button:increment,.table_register_files table::-webkit-scrollbar-button {
    display: none;
} 

.table_register_files table::-webkit-scrollbar:horizontal {
    height: 10px;
}

.table_register_files table::-webkit-scrollbar-thumb {
    background-color: #836923;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.table_register_files table::-webkit-scrollbar-track {
    border-radius: 10px;  
}
img.table_row_image {
    width: 100%;
    height:60px;
    
}
.table_links{
    margin-top: 10px;
}
.table_link{
    font-size: 18px;
    cursor: pointer;
}
.table_link:hover{
    border-bottom: 1px solid #7c6423;
    height:80%;
}
.table_body{
    padding-top: 18px;
    padding-bottom: 10px;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #d1bf9f;
    border-radius: 20px ;
}
.form_select{
    
    position: relative;
    width: 100%;
    height: 50px;
    font-family: 'EB Garamond', serif;
    color: #8a6f26;
    border-bottom: 1px solid #8a6f26;
    background-color: #fff;
    border-radius: 10px;
    transition: all 375ms ease-in-out;
    font-size: 18px;
    display: block;
    
 
    
    
    
}

.input_select::after {
    content: "\025bc";
    display: table-cell;
    padding-top: 15px;
    font-size: 18px;
    text-align: center;
    color: #8a6f26;
    width: 40px;
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 1px;
    border-right: solid 1px #8a6f26;
    border-top: solid 1px #8a6f26;
    border-bottom: solid 1px #8a6f26;
    pointer-events: none;
    
}
select.form_select:focus{ 
    outline: none;
    border-left: 1px solid #8a6f26;
}

select.form_select option{
    font-size: 18px;
}

select.form_select option:checked {
    background: linear-gradient(#d6d6d6, #d6d6d6);
    background-color: #c5a6508c !important; /* for IE */
    color: #8a6f26 !important;
    
}


.name_input {
	color: #9b8548; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 20px;
	transition: all 0.2s ease;
}
.form_input:-webkit-autofill { 
    /* -webkit-box-shadow: 0 0 0px 1000px rgb(230, 212, 212) inset;  */
    -webkit-text-fill-color: #636363;
}

.form_input:focus ~ label.name_input, input.used ~ label.name_input,textarea.used ~ label.name_input {
	top: -20px;
    transform: scale(1); left: 5px;
    font-size: 18px;
    font-weight: 400;
	color: #8a6f26;
}



.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: 'Email';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }

input.form_input:focus ~ .bar:before, input.form_input:focus ~ .bar:after { 
    width: 50%; 
}
/*INPUT DATE*/
input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
    color: #636363 !important;
}
input[type=date].used::-webkit-datetime-edit {
    color: #636363 !important;
}
input[type=date]::-webkit-datetime-edit {
    color: rgb(252, 247, 247) !important;
}

input[type="date"]::-webkit-calendar-picker- {
    background-color: #8a6f26;
}
/*INPUT DATE END*/

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.icon_form{
    margin-right: 10px;
    margin-left: 10px;
}

.form_button{
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.form_edit_button{
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.btn_form{
    background-color:  #836923;
    border: 1px solid #66521c;
    color: #D0CDC3;
    width: 70%;
    border-radius: 15px;
    font-family: 'EB Garamond', serif; 
    font-size: 18px;
    
    max-width: 300px;
    
}
.form_edit_button .btn_form{
    margin-top: 10px;
}
.btn_form:hover{
    background-color:  #8f742a;
    border: 1px solid #836923;
    color: #e7e4db;
  

}

/*DATA TABLE*/
.data_table{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    
}
.data_table thead{
    background-color: #836923 ;
    color: #d6d6d6;
    border-radius:20px;
    border-bottom: 1px solid #836923;
}

.data_table thead tr{
    background-color: #836923 ;
    color: #d6d6d6;
    border-radius:20px;
}
.data_table thead tr th.first_th{
    background-color: #836923 ;
    color: #d6d6d6;
    border-top-left-radius:20px;
}
.data_table thead tr th.last_th{
    background-color: #836923 ;
    color: #d6d6d6;
    border-top-right-radius:20px;
}
.data_table thead tr th{
    text-align: center;
    
}
.data_table tfoot tr th{
    text-align: center;
}
.data_table tfoot{
    background-color: #836923 ;
    color: #d6d6d6;
    border-radius:20px;
}

.data_table tfoot tr{
    background-color: #836923 ;
    color: #d6d6d6;
    border-radius:20px;
}

.data_table tfoot tr th.first_th{
    background-color: #836923 ;
    color: #d6d6d6;
    border-bottom-left-radius:20px;
}
.data_table tfoot tr th.last_th{
    background-color: #836923 ;
    color: #d6d6d6;
    border-bottom-right-radius:20px;
}

.data_table tbody tr:hover{
    background-color: #aa8a3088 !important;
    color: #2c2c2a;
}
.data_table tbody tr td{
    text-align: center;
    max-width: 200px;
}
.data_table tbody tr td img{
    width: 150px;
    height: 100px;
    border:3px solid #836923;
    border-radius: 10px;
}
.data_table table{
    border-radius:20px;
    border: 1px solid #836923;
}

.text_table{
    line-height: 1.2em; 
    overflow: hidden;
    text-align: justify;
    white-space: initial;
}

a.paginate_button:hover{
    background: #83692328 !important;
    border: 1px solid #c7cbd8 !important;
}

a.next,a.previous{
    background-color: #836923;
    color: #d6d6d6 !important;
}
a.next:hover {
    background-color: #83692363 !important;
    color: #d6d6d6 !important;
}
a.previous:hover {
    background-color: #83692363 !important;
    color: #d6d6d6 !important;
}
td.nowrap {
    white-space: nowrap;
}
a.btn_table{
    background-color: #66521c;
    color: #d6d6d6;
    border: 1px #836923 solid;
    border-radius: 10px;

}
.btn_table:hover{
    background-color: #8b7127;
    color: #d6d6d6;

}
/*DATA TABLE END*/

/*TABLE USER*/
/*TABLE USER END*/

/*TABLE USER*/
/*TABLE USER END*/

/*TABLE ARTWORK*/
/*TABLE ARTWORK END*/

/*ARTWORK REGISTER*/
.artwork_register{
    display: none;
}

.user_register{
    display: none;
}
/*ARTWORK REGISTER END*/



/*PROFILES */
.profile_row{
    width: 90%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    background-color: #d1bf9f;
    border-radius: 5px;
    padding-top: 20px;
}

.profile_row .separation_left{
    width: 80%;

}
.profile_row .page_subtile{
    font-size: 35px;

}

a.btn_profile{
    background-color: #9b7d29;
    border: 1px solid #8a7e57;
    color: #cad8e2;
    padding: 6px 20px;
    border-radius: 15px;
    font-family: 'EB Garamond', serif; 
    font-size: 18px;


}
a.btn_profile:hover{
    background-color: #8b7127;
    color: #cad8e2;
}
.btn_action_profile{
    margin-bottom: 2%;
}
.profile_name .highlight_text{
    font-size: 25px;
    font-weight: bold;
}
.profile_name .data_profile_info{
    font-size: 25px;
}

/*ARTWORK GALLERY*/
.profile_gallery{
    margin-left: auto;
	margin-right: auto;
    width: 500px;
    margin-top: 10%;
    margin-bottom: 10%;
}
.select-container, .pagination-container {
	position: relative;

	
	width: 100%;
    overflow: hidden;
    border-radius: 5px;
    
}
.select-container{
    border:1px solid #836923;
    margin-bottom: 10px;
}
.select-pagination {
	position: relative;
	height: auto;
	width: 500px;
}
.select-item {
	/* margin:10px auto; */
    width:auto;
    height:380px;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    background-color:rgba(255, 0, 0, 0);
    border: 1px solid #ffeac13f;
    background-color: #c2b296;
	/*cursor: zoom-in;*/
}
.select-item img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    
}

.move-left, .move-right {
	position: absolute;
	width: 18%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.move-left a, .move-right a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	transition: all .5s;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	width: 0;
	height: 0;
}
.move-left a:hover, .move-right a:hover {
	color: rgba(255,255,255,0.9);
}
.move-left a {
	border-right: 34px solid rgba(255,255,255,0.5);
}
.move-right a {
	border-left: 34px solid rgba(255,255,255,0.5);
}

.move-left {
	left: 0;
}

.move-right {
	right: 0;
}

.navegation div.move-left {
	left: 5%;
}

.navegation div.move-right {
	right: 5%;
}
.pagination-wrapper {
	position:relative;
	height: auto;
	width: 1600px;
}
.pagination-item {
	position: relative;
	float: left;
	width: 144px;
	margin-right: 13px;
	cursor: pointer;
}
.pagination-item img {
	width: 100%;
	height: 100%;
    /* object-fit: cover; */
    min-height: 97px;
    min-width: 150px;
    max-height: 97px;
    max-width: 150px;
}


.select-item img:hover {
	opacity: 0.7;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 40px; 
    left: 0;
    top: 30px;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin:10px auto;
    width:600px;
    height:600px;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    background-color:rgba(255, 0, 0, 0);
    border: 1px solid #0c0b0900;

}

.modal-content img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.modal-content img:hover{
    transform: scale(1.2); 
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #img01 { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
} */

.close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
	transition: 0.3s;
	border-radius: 20px;
    z-index: 20;
}

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

/*ARTWORK GALLERY END*/

/*PROFILE*/

.data_profile_item .highlight_text{
    font-size: 20px;
    font-weight: bold;
}
.data_profile_item .data_profile_info{
    font-size: 18px;
}

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

.form_edit_artwork{
    padding-top: 40px;
}
/*PROFILES END*/

/*EDIT PROFILE*/
#profile_user_edit{
    display: none;
}
#artwork_profile_admin_edit{
    display: none;
}

#change_artwork_outstanding_image{
    display: none;
}

#add_artwork_gallery_image{
    display: none;
}

#add_artwork_file{
    display: none;
}

#add_user_file{
    display: none;
}

/*EDIT PROFILE END*/


/* USER ARTWORK LIST */
.artwork_list_header{
    width: 90%;
    margin-top:20px;
    background-color: #d1bf9f;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    padding-top: 2%;
    padding-bottom: 1%;
}
.artwork_list{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    background-color: #d1bf9f;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    height: 600px;
    padding-top: 1%;
}

.artwork_list_item{
    padding-top: 20px;
    padding-bottom: 10px;
}
.artwork_list_item_separator{
    overflow: visible;
    padding: 0;
    border: none;
    border-top: medium double #836923;
    color: #836923;
    text-align: center;
}
.artwork_list_item_separator::after{
    content: "§";
    color: #836923;
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #d1bf9f;
}
.list_artwork_info{
    padding-left: 20px;
}

.list_artwork_img_outstanding{
    width: 100%;
    height: 100%;
    
}
.list_artwork_img_outstanding img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border:1px solid #836923;
}


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

.artwork_list_items{
    height: 80%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.artwork_list_items::-webkit-scrollbar {
    -webkit-appearance: none;
}


.artwork_list_items::-webkit-scrollbar:vertical {
    width:10px;
}

.artwork_list_items::-webkit-scrollbar-button:increment, .artwork_list_items::-webkit-scrollbar-button {
    display: none;
} 

.artwork_list_items::-webkit-scrollbar:horizontal {
    height: 10px;
}

.artwork_list_items::-webkit-scrollbar-thumb {
    background-color: #836923;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.artwork_list_items::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.input_filter{
    display: flex;
	align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.input_filter input{
    border-radius: 5px;
    border: 1px solid #836923;
}
.label_filter{
    font-size: 20px;
    line-height: 10px;
}
.filter_input{
    margin-left: 10px;

}
.filter_input:hover{
    border:2px solid #836923;
}
.filter_input:focus{
    outline:none;
    border:2px solid #836923;
}


/* USER ARTWORK LIST END*/

/*MODAL ALERT*/

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #676b6da9;
  left: 0;
  top: 0;
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  height: 60%;
  margin: 100px auto;
  max-width: 500px;
  max-height: 100px;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  left: 0;
  top: 10%;
}

.modal-header {
  padding: 10px 20px;
  background: #8a6f26;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
  padding: 10px 30px;
  
}
.modal_title{
  font-size: 30px;
  margin-top: 20px;
}
.modal_info{
  font-size: 16px;
  text-align: center;
}
.button-modal{
  width: 30%;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  display: inline;
  border: 2px solid #8a6f26;
  outline: none;
  color: #8a6f26;
  border-radius: 5px;

}
.button-modal:hover{
  
  background-color: #beae82;
  color: #8a6f26;
}
.buttons_modal{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
/* Close Button */
.close-modal {
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  text-align: center;
  font-size: 25px;
  border-radius:50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #f7e3ac;
  line-height: 50px;
}
.close-modal:hover{
  float: right;
  text-align: center;
  color: #f7e3ac;
  border: 1px solid #423512;
  line-height: 50px;
}

/* Animation */

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 10%; 
    opacity: 1;
  }
}


.modal_info p {
  line-height: 1.4em;
}






/*MODAL ALERT END*/

/* DASHBOARD */


.dashboard{
    padding-left: 30px;
    padding-right: 30px;
}
.dashboard_info>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    
}
.dashboard_info{
    background-color: #D0CDC3;
    margin-top: 20px;
}
.dashboard_user_data{
    height: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
}

.statistics_title{
    font-size: 5vh;
    margin-left: 10px;
}
.dashboard_user_data .dashboard_user_name{
    font-size: 5vh;
}
.dashboard_user_data .dashboard_user_info{
    font-size: 3vh;
}
.info_site{
    padding-left: 10px;
    height: 100%;
    margin-bottom: 20px;
}

.info_site .info_spotlight_title{
    font-size: 4vh;
}
.info_site .info_spotlight_icon{
    font-size: 10vh;
    text-align: center;
    background-color: #f7e3ac;
    color:#836923;
    border-radius: 50%;
    width:15vh;
    display:inline-block ;
}
.info_site .info_spotlight_data{
    font-size: 8vh;
    color: #836923;
    line-height: 80px;
    display:inline-block ;

}
 


/* DASHBOARD END*/

/*WARNING PAGE DOMAIN*/

.warning_page{
    margin-top: 50px;
    margin-bottom: 100px;
    background-color: #d1bf9f;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  
}

.warning_page .title_page{
    font-size: 12vh;
    text-align: center;
}
.warning_page .icon_title{
    color: #9b8548;
}

.warning_page .extra_informacion{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vh;
    text-align: center;
}
.warning_page .logo_page{
    width: 50%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}    

.warning_page .logo_page img{
    width: 90%;
    max-width: 200px;
}
/*WARNING PAGE END*/


/****** FOOTER *******/
.footer{
    background-color: #d1bf9f ;
    bottom: 0;
    width: 100%;
}

.style-footer
{
  background-color:#d1bf9f ;
  padding:15px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}

.footer_info{
    padding-right: 30px;
    padding-left: 30px;
}
.footer_social{
    padding-right: 30px;
    padding-left: 30px;

}
.footer_logo{
    width: 50%;
}
.title_footer{
    color:#8a6f26;
    font-size:15px;
    text-transform:uppercase;
    margin-top:5px;
    margin-bottom: 10px;
    letter-spacing:2px;
}
.title_footer_line{
    border-bottom:2px solid #8a6f26;
}
.style-footer hr
{
  border-top-color:#8a6f26;
  opacity:0.5;
  margin:5px 0;
}

.style-footer .social-icons
{
  text-align:right;
}
.style-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#c7cbd8;
  color:#8a6f26;
}
.copyright-text
{
  color: #9b7d29;
  font-size: 15px;
  margin:0;
}
.footer div.container_title{
    margin-bottom: 15px;
}
.footer_contact p.info_contact{
    color: #967a2d;
    font-size: 17px;
}

.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#cad8e2;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
    line-height:34px;
    height:34px;
    width:34px;
    font-size:16px
}
.social-icons a.facebook:hover
{
    font-size: 20px;
    background-color:#3b5998;
}
.social-icons a.twitter:hover
{
    font-size: 20px;
    background-color:#00aced;
}

.social-icons a.instagram:hover
{
    font-size: 20px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer_link_item{
    display: inline-block;
    font-size: 14px;
    color: #967a2d;
    margin-right: 10px;
}
.footer_link_item:hover{    
    color: #967a2d;
}
.footer_link_item span:hover{
    border-bottom: 1px solid #836923;
    
    color: #967a2d;
}

/*=================================================
PUNTOS DE QUIEBRE 
TABLET HORIZONTAL (LG Revisamos en 1024 en adelante)
====================================================*/
@media (max-width:1199px) and (min-width:992px){
    a.carousel-control-next{
        padding-top: 30%;
    }
    a.carousel-control-prev{
        padding-top: 30%;
    }
    #carouselContent{
        widows: 95%;
        
    }
    .profile_gallery{
        width: 400px;
    }
    
    .list_artwork_info{
        margin-top: 20px;
    }
    .logo_nav{
        margin-top: 15px;
        width: 20%;
    }
    .footer_logo{
        width: 60%;
    }
    
    .select-pagination{
        width: 400px;
    }
    .pagination-item img {

        /* object-fit: cover; */
        min-height: 97px;
        min-width: 150px;
        max-height: 97px;
        max-width: 150px;
    }
    
}

/*=================================================
PUNTOS DE QUIEBRE 
TABLET VERTICAL (MD Revisamos en 768 en adelante)
====================================================*/
@media (max-width:991px)
{
    .logo{
        width: 8%;
    }
    header li.nav-item{
        margin-right: 0px;
        margin-left: 20px;
    }
    .nav_menu{
        
        height: auto;
    }
    
    .style-footer [class^=col-]
    {
    margin-bottom:30px
    }
  .img_outstanding_artwork{
        height: 150px;
        width: 500px;
    }
    .login_row{
        margin-top: 10%;
        width: 60%;
    }
    .login_header{
        margin-top: 20px;
        width: 600px;
    }
    .login_body{
        width: 600px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .register_row{
        margin-top: 10%;
    }
    .register_body .form_button{
        margin-top: 50px;
    }
    #outstanding_image_form {
        margin-left: 20%;
        margin-right: 20%;
    }
    .table_register_files{
        margin-left: 20%;
        margin-right: 20%;
    }
    .profile_img{
        margin-top: 2%;
        margin-bottom: 5%;
    }
    .profile_img img{
        width: 40%;
        height: 10%;
    }

    .btn_action_profile{
        margin-bottom: 5%;
    }
    
    .profile_gallery{
        width: 600px;
        margin-bottom: 10%;
    }
    .select-item img {
        width: 80%;
    }
    .only_row {
        width: 80%;
    }
    .logo_nav{
        margin-top: 5px;
        width: 25%;
    }
    .footer_logo{
        width: 70%;
    }
    .login_header .form_logo{
        width: 20%;
    }
    a.btn_primary{
        padding: 12px 30px;
    }
    .img_page_content{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img_page_left{
        width: 80%;
        margin-bottom: 20px;
    }
    
    .img_page_right{
        width: 80%;
        margin-bottom: 20px;
    }
    .profile_row{
        margin-top: 50px;
    }
    .profile_edit_row{
        margin-top: 50px;
    }
}
 
@media (max-width:991px) and (min-width:768px){
    
   div.selected img{
    width: 300px;
    height: 250px;
    transition: width 2s;
    border: 5px solid #66521c;
    }

    div.prev img{

        width: 200px;
        height: 150px;
        border: 5px solid #66521c;
    }

    div.next img{
        width: 200px;
        height: 150px;
        border: 5px solid #66521c;
    }
    
    a.carousel-control-next{
        padding-right: 30px;
        padding-top: 50%;
    }
    a.carousel-control-prev{
        padding-left: 30px;
        padding-top: 50%;
    }
    #carouselContent{
        width:90%;
        
    }
    #carouselContent .img_page_left{
        width: 600px;
        height: 300px;
        border-left: 4px solid #8a6f26;
        border-bottom: 4px solid #8a6f26;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .footer_logo{
        width: 80%;
    }
    .select-pagination{
        width: 100%;
    }

    .select-item img {
        /* min-height: 300px;
        min-width: 600px;
        max-height: 300px;
        max-width: 600px; */
    
    }
    
    .pagination-item img {

        /* object-fit: cover; */
        min-height: 97px;
        min-width: 150px;
        max-height: 97px;
        max-width: 150px;
    }
    .principal_title{
        text-align: center;
        font-size: 55px;
        letter-spacing: 20px;
    }
    .col_principal_logo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
}
/*=================================================
PUNTOS DE QUIEBRE 
MOVIL HORIZONTAL (SM Revisamos en 576 en adelante)
====================================================*/
@media (max-width:767px)
{
  .style-footer
  {
    padding-bottom:0
  }
  .style-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
  .col_carousel{
      display: none;
  }
  section.main{
    padding-bottom: 50px;
    padding-top: 90px;
  }
  .logo{
    width: 10%;
   }

    .img_section{
        display: none;
    }
    .section_text{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .img_outstanding_artwork{
        height: 400px;
        width: 400px;
        padding-top: 30px;
        margin-left: 15%;
    }

    a.carousel-control-next{
        padding-right: 50px;
        padding-top: 50%;
    }
    a.carousel-control-prev{
        padding-left: 50px;
        padding-top: 50%;
    }
    #carouselContent{
        width:90%;
        
    }
    #carouselContent .img_page_left{
        width: 600px;
        height: 300px;
        border-left: 4px solid #8a6f26;
        border-bottom: 4px solid #8a6f26;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .login_row{
        width: 70%;
    }
    .register_row{
        width: 90%;
    }
    .profile_img img{
        width: 50%;
        height: 20%;
    }

    
	
    .profile_gallery{
        width: 400px;
        margin-bottom: 10%;
    }
    .close {
        right: 20%;
		font-size: 60px;
    }
    .select-pagination{
        width: 100%;
    }
    /* .select-item img {
        width: 50%;
    } */
    
    @keyframes modalbox {
        0% {
            top: -250px; 
            opacity: 0;
        }
        100% {
            top: 20%; 
            opacity: 1;
        }
    } 
    .modal-box {
        top: 20%;
        width: 80%;
    }
    .modal-box {
        max-width: 400px;
        max-height: 80px;
    }
    .modal_info{
        font-size: 16px;
        text-align: center;
    } 
    .modal_title{
        font-size: 22px;
        text-align: center;
    }
    .close-modal {

        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
    .button-modal{
        width: 30%;
        height: 40px;
        font-size: 15px;
      
    }
    .logo_nav{
        margin-top: 5px;
        width: 35%;
    }
    .about_page .principal_logo{
        width: 18%;
    }
    .about_page .page_title{
        font-size: 100px;
    }
    .about_page .page_subtitle{
        font-size: 40px;
    }
    
}

 
@media (max-width:767px) and (min-width:576px){
    .principal_logo{
        width: 20%;
    }
    .principal_title{
        text-align: center;
        font-size: 60px;
        letter-spacing: 20px;
    }
    .col_principal_logo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
      
   
    .form_logo{
        width: 30%;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .footer_logo{
        width: 50%;
    }
    .select-item img {
        /* min-height: 300px;
        min-width: 400px;
        max-height: 300px;
        max-width: 400px; */
    
    }
    
    .pagination-item img {

        /* object-fit: cover; */
        min-height: 97px;
        min-width: 150px;
        max-height: 97px;
        max-width: 150px;
    }
    .row_city_name{
        padding-top: 60px;
    }
   
    
}

/*=================================================
PUNTOS DE QUIEBRE 
MOVIL VERTICAL (Revisamos en 320 en adelante)
====================================================*/
@media (max-width:575px){
    
    .logo{
        width: 15%;
    }
    .footer_logo{
        width: 40%;
        content:url("../img/footer_logo2.png");
    }
    .img_outstanding_artwork{
        height: 300px;
        width: 500px;
        padding-top: 30px;
        margin-left: 0%;
    }
    section.main{
        padding-bottom: 35%;
        padding-top: 35%;
    }
    a.carousel-control-next{
        padding-right: 50px;
        padding-top: 50%;
    }
    a.carousel-control-prev{
        padding-left: 50px;
        padding-top: 50%;
    }
    #carouselContent{
        padding-left: 10%;
        width:85%;
        
    }
    #carouselContent .img_page_left{
        width: 600px;
        height: 200px;
        border-left: 4px solid #8a6f26;
        border-bottom: 4px solid #8a6f26;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .login_row{
        width: 80%;
    }
    .form_logo{
        width: 30%;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .register_row{
        width: 100%;
    }
    
    
    .button_container {
        height: 50px; 
        width: 150px; 
    }
    #outstanding_image_form {
        margin-left: 10%;
        margin-right: 10%;
    }
    .slider {
        
        width:180px;
        height:150px;
    }
    a.control_prev, a.control_next {
        top: 40%;
        width: 10%;
        height: 30%;
        
    }
    .btn_action_profile{
        text-align: center;
    }
    .profile_img{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .profile_gallery{
        width: 260px;
        margin-bottom: 10%;
    }
    .select-item img {
        width: 35%;
    }
    .profile_row{
        margin-top: 20%;
        width: 100%;
    }
    .list_artwork_btn{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .only_row {
        width: 100%;
    }
    @keyframes modalbox {
        0% {
            top: -250px; 
            opacity: 0;
        }
        100% {
            top: 0; 
            opacity: 1;
        }
    } 
    .modal-box {
        top: 0;
        width: 80%;
    }
    .button-modal{
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        width: 50%;
      
    }

    .logo_nav{
        margin-top: 5px;
        width: 10%;
    }
    .principal_logo{
        padding-top: 10px;
        width: 40%;
    }
    .principal_title{
        font-size: 50px;
        letter-spacing: 15px;
    }
    .logo_nav img{
        content: url("../img/company/logo_agg_movil.png");
    }

    .file-upload-wrapper:before {
    
        width: 100%;
        
    }
    .file-upload-wrapper:after {
        content: "";
        
        
    }
    .select-item img {
        min-height: 250px;
        min-width: 280px;
        max-height: 250px;
        max-width: 280px;
    
    }
    
    .pagination-item img {

        object-fit: cover;
        min-height: 97px;
        min-width: 150px;
        max-height: 97px;
        max-width: 150px;
    }
    a.btn_primary{
        padding: 12px 25px;
        font-size: 16px;
    }
    .about_page .principal_logo{
        width: 20%;
    }
    .about_page .principal_logo{
        width: 25%;
    }
    .about_page .page_title{
        font-size: 50px;
    }
    .about_page .page_subtitle{
        font-size: 25px;
    }
    .row_city_name{
        padding-top: 0px;
        padding-bottom: 80px;
    }
    
    .modal-content {
        width:300px;
        height:300px;
    
    }
    .close {
        right: 50px;
        font-size: 30px;
    }
    .move-left, .move-right {
        width: 10%;
        top: 0;
    }
    .data_table thead tr th.first_th{
        border-top-left-radius:0px;
    }
    .data_table thead tr th.last_th{
        border-top-right-radius:0px;
        
    }
    .data_table tfoot tr th.first_th{
        border-bottom-left-radius:0px;
    }
    .data_table tfoot tr th.last_th{
        border-bottom-right-radius:0px;
    }
    .data_table table{
        border-radius:0px;
    }
}


@media (max-width:354px){
    
    .logo{
        width: 30%;
    }
    .footer_logo{
        width: 50%;
    }
    section.main{
        padding-bottom: 110px;
        padding-top: 90px;
    }
    .login_row{
        width: 90%;
    }
    .principal_logo{
        width: 40%;
    }
    .principal_title{
        font-size: 40px;
        letter-spacing: 10px;
    }
    .form_logo{
        width: 40%;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    a.carousel-control-next{
        padding-top: 100%;
    }
    a.carousel-control-prev{
        padding-top: 100%;
    }
   
    .principal_title{
        letter-spacing: 10px;
    }
    
    .register_body .btn_form_navigation{
        font-size: 16px;
    }
    .register_header{
        width: 90%;
    }
    .register_body{
        width: 90%;
    }
    #outstanding_image_form  .button_container{
        
        width: 150px; 
    }
    
    #outstanding_image_form {
        margin-left: 5%;
        margin-right: 5%;
    }

    .slider {
        
        width:150px;
        height:120px;
    }
    a.control_prev, a.control_next {
        top: 35%;
        width: 10%;
        height: 30%;
        
    }
    .name_input {
        font-size: 16px;
    }
    .profile_img img{
        width: 100%;
        height: 60%;
    }
    .profile_gallery{
        width: 200px;
        margin-bottom: 10%;
    }
    .modal {
       
        top: 50px;
    }
    .select-item img {
        width: 25%;
    }
    .input_filter input{
        width: 80%;
        display: block;
    }
    
    @keyframes modalbox {
        0% {
            top: -250px; 
            opacity: 0;
        }
        100% {
            top: 5px; 
            opacity: 1;
        }
    } 
    .modal-box {
        top: 20px;
        width: 80%;
    }
    .modal {
       
        top:0px;
    }
    section.main{
        padding-bottom: 45%;
        padding-top: 45%;
    }
    .logo_nav{
        margin-top: 5px;
        width: 15%;
    }
    .select-item img {
        min-height: 250px;
        min-width: 200px;
        max-height: 250px;
        max-width: 200px;
    
    }
    
    .pagination-item img {

        object-fit: cover;
        min-height: 97px;
        min-width: 150px;
        max-height: 97px;
        max-width: 150px;
    }
    .name_input {
        font-size: 13px;
    }
    
    .form_input:focus ~ label.name_input, input.used ~ label.name_input,textarea.used ~ label.name_input {
        font-size: 14px;
    }
    .form_title{
        font-size: 30px;
    }
    .register_row{
        padding-top: 30px;
    }
    .img_page_left{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .img_page_right{
        width: 100%;
        margin-bottom: 20px;
    }
    .modal-content {
        width:250px;
        height:250px;
    
    }
}

#user_list_artwork_table{ display:none}
#user_profile_artwork_table{ display:none}
#images_artwork_profile_admin{ display:none}
#files_user_profile{ display:none}
#files_user_profile_admin{ display:none}
#files_artwork_profile_admin{ display:none}
#files_artwork_profile{ display:none}
#user_table{ display:none}
#artwork_table{ display:none}