/*Botones*/

html, body {
    font-family: euclidcircularb-regular, sans-serif !important;
}

.btn-radius-1{
    cursor: pointer;
    background: #254680;

    -webkit-border-radius: 30px;
    border-radius: 30px;

    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    box-sizing: border-box;
    
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;

    font-size: 14px !important;    
    font-family: euclidcircularb-regular, sans-serif;
    font-weight: bold;
}

.btn-radius-1:hover{
    text-decoration: none;
    color: #fff !important;
    background: #405629;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-radius-2{
    cursor: pointer;
    background: #00913f;

    -webkit-border-radius: 30px;
    border-radius: 30px;

    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-size: 15px;    
    font-family: euclidcircularb-regular, sans-serif;
}

.btn-radius-2:hover{
    text-decoration: none;
    color: #fff;
    background: #254B75;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-radius-3{
    cursor: pointer;
    background: #00913f;

    -webkit-border-radius: 30px;
    border-radius: 30px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-size: 12px;    
    font-family: euclidcircularb-regular, sans-serif;
}

.btn-radius-3:hover{
    text-decoration: none;
    color: #fff;
    background: #308049;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-radius-4{
    cursor: pointer;
    background: #254680;

    -webkit-border-radius: 150px !important;
    border-radius: 150px !important;

    padding: 5px !important;
    box-sizing: border-box;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-size: 14px !important;    
    font-family: euclidcircularb-regular, sans-serif;
    font-weight: bold;
}

.btn-radius-4:hover{
    text-decoration: none;
    color: #fff !important;
    background: #0012B1;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}




.btn-1{
    cursor: pointer;
    background: #254680;

    -webkit-border-radius: 30px;
    border-radius: 30px;

    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    
    color: #fff !important;
    text-decoration: none;
    text-align: center;

    font-size: 14px !important;    
    font-family: euclidcircularb-regular, sans-serif;
}

.btn-1:hover{
    text-decoration: none;
    color: #fff !important;
    background: #405629;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}




/*Elementos circulares*/
.circulo{
    -moz-border-radius: 80px;
    border-radius: 80px;
}

.circle-2{
    -moz-border-radius: 200px;
    border-radius: 200px;
}

.div-controls {
    width: 35px;
    height: 35px;
    background: #254680;

    margin-left: 5px;
    margin-right: 5px;

    -moz-border-radius: 80px;
    border-radius: 80px;

    display: flex; justify-content: space-around; align-items: center;
    cursor: pointer;
    z-index: 101;
}

.div-controls:hover {
    background: #405629;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;   
}



/*---------Cajas de texto-----------*/
.caja{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px LightGray !important;
       
    /*background: #f1ece8;*/
    background: rgba(241,236,232,0.25);

    /*text-transform: uppercase;*/
    width: 100%;

    font-size: 11pt !important;
    color: #393a3a;
    /*color: rgba(57,58,58,0.5);*/
    font-family: euclidcircularb-regular, sans-serif;
}

.caja2{
    width: 100%;
    margin-top: 15px;

    border: none;
    outline: none;

    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;

    padding: 10px 12px 10px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px gainsboro !important;
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family: euclidcircularb-regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja2:focus{
    border: solid 1px #6633cc !important;
}

#txtuser::placeholder {
  font-size: 11pt !important;
  color: #FFFFFF ;
  font-family: euclidcircularb-regular, sans-serif;

}

#txtpass::placeholder {
  color: black;
  font-size: 11pt !important;
  color: #FFFFFF; 
  font-family: euclidcircularb-regular, sans-serif;
}

.caja:focus{
    border: solid 1px #6633cc !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.caja_temas{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px LightGray !important;
       
    font-size: 11pt !important;
    color: #444444;

    /*text-transform: uppercase;*/
    width: 90%;
}

.caja_temas:focus{
    border: solid 1px #6633cc !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.caja_sinborde{
    margin-top: 15px;

    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;

    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;

    border: solid 1px white !important;
       
    font-size: 11pt !important;
    color: #444444;

    width: 90%;
}

.caja_sinborde:focus{
    border: solid 1px white !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.caja_alerta{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 2px red !important;
       
    font-size: 11pt !important;
    color: #000000;

    /*text-transform: uppercase;*/
    width: 100%;
}

/*---------Desplegables---------*/
.combo{
    -webkit-border-radius: 8px;
    border-radius: 8px;

    padding: 8px 5px 8px 5px !important;
    box-sizing: border-box !important;
       
    border: solid 1px gray;
       
    /*background: rgba(241,236,232,0.25);*/
    background: #f2f7fd;
       
    cursor: pointer;
    width: 100%;

    font-size: 14pt;
    color: gray;
    font-family: euclidcircularb-regular, sans-serif;
}

.combo option{
    -webkit-border-radius: 8px;
    border-radius: 8px;

    padding: 20px;
    background: #ffffff;
    border: solid 1px silver;
}

.combo option:hover{
    background: #eeeeee !important;
}

.combo:focus{
    border: solid 1px #6633cc !important;
    box-shadow: 0px 0px 3px #6633cc !important;
}

.etiqueta_con_padding{
    padding: 7px;
    box-sizing: border-box;
}






/*Tipografia*/

@font-face{
    font-family: euclidcircularb-regular;
    src: url("../fonts/NotoSans-Regular.ttf");
}

@font-face{
    font-family: euclidcircularb-semibold;
    src: url("../fonts/NotoSans-Bold.ttf");
}

@font-face{
    font-family: montserrat-regular;
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face{
    font-family: montserrat-bold;
    src: url("../fonts/Montserrat-Bold.ttf");
}






.input {
  border: none;
  border-bottom: 1px solid #9e9e9e;

  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;

  font-family: euclidcircularb-regular, sans-serif;
  font-size: 14px;
  color: mediumseagreen;
  text-transform: uppercase;
  
  margin: 0 0 8px 0;
  padding: 1px 12px 1px 12px;
  /*padding: 0;*/

  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-transition: border .3s, -webkit-box-shadow .3s;
          transition: border .3s, -webkit-box-shadow .3s;
          transition: box-shadow .3s, border .3s;
          transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

  box-sizing: border-box;
}

.input:focus {
    border-bottom: solid 2.2px #008080;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*CAPAS MODALES*/
.capa_modal{
   background: rgba(0,0,0,.3);
}

.capa_modal_obs{
   display: none; 
   z-index: 700;
   
   width: 100%; 
   height: 100%; 
   position: fixed; 

   background: rgba(0,0,0,.8);
   overflow-y: auto;
}

.capa_loader{
   background: rgba(255,255,255,.5);
   box-sizing: border-box;
}

.ventana_modal{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    
    background: #ffffff;
    /*box-sizing: border-box;*/
}

.ventana_modal_shadow{
    z-index: 701;

    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;

    margin: auto;
    position: relative;
    top: 50%;
    transform: translatey(-50%);

    -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
}

.cabecera{
    /*background: #0d9dff;*/
    /*background: rgba(0,0,0,.8);*/
    background: #4B277A;
    /*box-sizing: border-box;*/

    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}


/*----Divalerta------*/
.divalerta{
    width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,.02);
}

.divalerta_header{
    width: 99%;
    margin: auto;
    max-width: 500px;

    border: solid 2px #e7000c;
    background: #fef5f6;

    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divalerta_close{
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #b9132c;

    margin: auto; width: 25px; height: 25px;
}

.divalerta_close:hover{
    cursor: pointer;
    background: #e67171;
}


/*SCROLLBARS*/
::-webkit-scrollbar {
    width: 9px;
    height: 8px;
}
 
::-webkit-scrollbar-track {
    /*background: rgba(0,0,0,0.3);*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

/*MENU LATERAL*/
.collapsible-header{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.collapsible-header:hover{
    /*background: #191919 !important;*/
    background: #005C8A !important;
}

.collapsible-header:focus{
    border: solid 1px #1d1d1d !important;
}

.collapsible_elementos:hover{
    color: #ffffff !important;
}

.collapsible_elementos i{
    font-size: 12pt !important;
}

.collapsible-body{
    background: #005C8A !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.waves-effect{
    width:100% !important; 
    text-decoration:none !important;

    color:gainsboro !important;
    font-weight: normal !important; 
    font-size:10pt !important;

    padding-left: 31%;
    padding-top: 1px !important;
    padding-bottom: 1px !important;

    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.opacidad:hover{
    opacity:.7;
   -moz-opacity: 0.7;
   filter: alpha(opacity=70);
}






.zoom-1
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zoom-1:hover
{
    transform : scale(1.06);
    -moz-transform : scale(1.06); /* Firefox */
    -webkit-transform : scale(1.06); /* Chrome - Safari */
    -o-transform : scale(1.06); /* Opera */
    -ms-transform : scale(1.06); /* IE9 */
}

.zoom-stars {
    width: 90px; margin: auto; margin-top: 10px; display: flex; justify-content: space-around;
}

.zoom-button {
    width: 100%; margin-top: 30px; display: flex; justify-content: space-around;
}

.zoom-nosotros
{
    width: 300px;
    height: 400px;
    background-image: url(../productos/Humanist-Haus-Project-Lifestyle-2.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 60px 60px 60px 60px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    transition: background-size 1.1s ease;
    overflow: hidden;
}

.zoom-nosotros:hover {
    background-size: 130%;
}

.zoom-productos
{
    will-change: background-size;
    width: 100%;
    height: 370px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-bottom: 10px;
    transition: background-size 1.1s ease;
    overflow: hidden;
}

.zoom-productos:hover {
    background-size: 130%;
}






/*----------Menú superior------------*/
.menuCSS3 ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;/*------*/
}

.menuCSS3 a {
    float: right;/*------*/
    width: 80px;/*------*/

    display: block;
    padding: 0px;
    background: transparent;
    text-decoration: none;
        
    font-size: 10pt;
    text-align: center;
    font-family: euclidcircularb-regular, sans-serif;
    /*border-bottom: solid 1px #4B4B4B;*/

    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.menuCSS3 a:hover {
    /*background: #f7f7f7;*/
    /*color: #1d1d1d;*/
}

.menuCSS3 ul li ul {
    background: #ffffff;
    display: none;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);

    /*padding-bottom: 10px;*/
}

.menuCSS3 ul li ul a:hover {
    background: #f7f7f7;
}

.menuCSS3 ul li ul a {
    background: #ffffff;
    color: #393a3a;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 220px;/*------*/
}

.menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
    display: block;
}

.menuCSS3Static_item {
    cursor: pointer;
    float: right;/*------*/
    width: 220px;/*------*/

    display: block;
    padding: 0px;
    background-color: #ffffff;
    text-decoration: none;
        
    font-size: 1.1em !important;
    color: gainsboro;
    font-family: euclidcircularb-regular, sans-serif;
}


/*----Menu categorizacion---*/
.categorizacion {
    font-family: euclidcircularb-regular, sans-serif;
    color: #ffffff; font-size: 9pt; 
    padding: 5px;
}

.categorizacion ul li a{
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
}

.categorizacion li{
    list-style-type:none;
    position:relative;
}

.categorizacion li a{
    text-decoration:none;
    display:block;
    padding:5px 10px;
    width:160px;
    color:#fff;
    background-color: #ffffff;
    color: #444444;
}
            
.categorizacion li a:hover{
    color:#000;
    background-color:#fff;
}

#lkbcategorizacion{
    background: #4B277A; color: #ffffff; cursor: pointer;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
    box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
}
            
.categorizacion li>ul{
    display:none;
    position:absolute;
    top:0px;
    left:142px;/*----*/
}
    
.categorizacion li:hover>ul{
    display:block;
    cursor: pointer;
}
            
.categorizacion li > ul >li{
    float:left;
}



/*----Estilo checbox----*/
.demo input[type="checkbox"] {
    display: none;
}

.demo input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../iconos/checkbox-uncheck.png);
    background-size: cover;
    cursor: pointer;
}

.demo input[type="checkbox"]:checked + label span {
    background: url(../iconos/checkbox-check.png);
    background-size: cover;
}

.letrero_checkbox
{
    width: 100%;
    /*padding-top: 25px;*/
    /*padding-bottom: 15px;*/
    box-sizing: border-box;

    font-size: 13pt;
    color: #767777;
    /*font-weight: bold;*/
    font-family: euclidcircularb-regular, sans-serif;
}


/*-----Estilo radiobuttons------*/
input[type="radio"] + label:before {
    content: "";
    width: 26px;
    height: 26px;
    float: left;
    margin: 0.5em 0.5em 0 0;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 100%;
}

input[type="radio"]:checked + label:before {
    border-color: #6633cc;
}

input[type="radio"]:checked + label:after {
    content: "";
    width: 12px;
    height: 6px;
    border: 4px solid #6633cc;
    float: left;
    margin-left: -1.95em;
    border-right: 0;
    border-top: 0;
    margin-top: 1em;
    transform: rotate(-55deg);
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 3em;
    /*color: #ccc;*/
    color: #777777;
    font-family: euclidcircularb-regular, sans-serif;
}

input[type="radio"]:checked + label {
    /*color: #0fbf12;*/
    color: #6633cc;
}

input[type="file"] {
    color: #45D09E;
    font-family: euclidcircularb-regular, sans-serif;
}

/*----encabezados----*/
h1,h2,h3,h4,h5,h6{
    width: 100%;
    color: #000;
    font-family: montserrat-bold, sans-serif !important;
}

/*-------textos------*/
p{
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: euclidcircularb-regular, sans-serif;
}

a{
    font-family: euclidcircularb-regular, sans-serif !important;
}


.text-danger{
    color: red;
    font-family: euclidcircularb-regular, sans-serif;
}

.text-success{
    color: green;
    font-family: euclidcircularb-regular, sans-serif;
}



/*---------Sombras----------*/
.sombra_rojo_suave{
    
}

.sombra_rojo_suave:hover{
    cursor: pointer;
    border-bottom: solid 3px #EB5E5E;
    box-sizing: border-box;
    /*background: rgb(255,223,223);
    background: linear-gradient(0deg, rgba(255,223,223,1) 0%, rgba(255,246,246,1) 100%);*/

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sombra_rojo_suave_select{
    cursor: pointer;
    border-bottom: solid 3px #EB5E5E;
    box-sizing: border-box;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}



/*-------FullCalendar-------*/
.fc-event{
    cursor: pointer;
}

/*-------Menú lateral-------*/
.elemento_lateral
{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    box-sizing: border-box;

    font-size: 0.8em;
    font-weight:bold;
    color: #444444;
    font-family: euclidcircularb-regular, sans-serif;
}

.elemento_lateral:hover
{
    background: #dbdbdb;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    color: #EB5E5E;
}

.elemento_lateral_apagado
{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    box-sizing: border-box;

    font-size: 0.8em;
    font-weight:bold;
    /*color: #444444;*/
    color: silver;
    font-family: euclidcircularb-regular, sans-serif;
}

video {
    /*background-size: cover;
    bottom: 0;*/
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    /*right: 0;
    z-index: -100;*/
}

/*----Admin----*/
.admin_elements:hover{
    background: #f2f2f2;
    cursor: pointer;
    color: #ffffff;
}

/*-------Resposive-------*/
.content_prin{
    padding-left: 350px; padding-top: 70px; 
    width: 100%; 
    height: 100%; 
    position: absolute;
    overflow-y: auto; 
    box-sizing: border-box;
    
    font-family: euclidcircularb-regular, sans-serif;
    /*font-size: 0.9em;*/
}

.boton_bar{
    cursor: pointer;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 1.3em;
    font-family: euclidcircularb-regular, sans-serif;
}

.boton_bar:hover{
    color: #f7f7f7;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_bar_hide{
    display: none;
    cursor: pointer;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 1.3em;
    font-family: euclidcircularb-regular, sans-serif;
}

.boton_bar_hide:hover{
    color: #f7f7f7;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.div_menu{
    width:300px; height:100%; 
    float:left; 
    position: absolute; 
    padding-top: 70px; 
    box-sizing: border-box; 
    background: #f7f7f7; 
    overflow-x: hidden; overflow-y: auto; 
    z-index: 400;
}

.boton_home{
    display: inline;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-weight: bold;
    font-family: euclidcircularb-regular, sans-serif;

    margin-right: 20px;
}

.boton_home:hover{
    color: #eeeeee;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_home_hide{
    display: none;
}

.boton_logout{
    display: inline;
    cursor: pointer;

    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    background: #EB5E5E;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;

    font-size: 11pt;
    font-family: euclidcircularb-regular, sans-serif;
}

.boton_logout:hover{
    background: #e42323;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_validado{
    width: 100%; height: 70px; 
    background: #4B277A; 
    position: fixed; z-index: 600; 
    border-bottom: solid 1px silver; box-sizing: border-box;
}

@media screen and (max-width: 760px) {
    .header_validado{
        width: 100%; height: auto;
        background: #4B277A; 
        position: fixed; z-index: 600; 
        border-bottom: solid 1px silver; box-sizing: border-box;       
    }   
}

@media screen and (max-width: 1000px) {
    .boton_bar{
        display: none;
        cursor: pointer;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 1.3em;
        font-family: euclidcircularb-regular, sans-serif;
    }
    .boton_bar_hide{
        display: inline;
        cursor: pointer;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 1.3em;
        font-family: euclidcircularb-regular, sans-serif;
    }

    .boton_bar_hide:hover{
        color: #f7f7f7;

        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .div_menu{
        left: -300px;
        width:300px; height:100%; 
        float:left; 
        position: absolute; 
        padding-top: 70px; 
        box-sizing: border-box; 
        background: #f7f7f7; 
        overflow-x: hidden; overflow-y: auto; 
        z-index: 400;
    }

    .content_prin{
        padding-left: 50px; padding-top: 70px; 
        width: 100%; 
        height: 100%; 
        position: absolute; 
        overflow-y: auto; 
        box-sizing: border-box;
        
        font-family: euclidcircularb-regular, sans-serif;
    }

    .boton_home{
        display: none;
    }

    .boton_home_hide{
        display: inline;
        cursor: pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 11pt;
        font-weight: bold;
        font-family: euclidcircularb-regular, sans-serif;

        margin-right: 1px;
    }

    .boton_home_hide:hover{
        color: #eeeeee;

        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .boton_logout{
        display: none;        
    }
}