:root{
    --ColorMarca:#009241d6;
    --colorSubasta : #009241d6;
    --colorSubastaSuave:#c6e0b3;
}

body {
    background-color: #eee;
    font-family:  Calibri, 'Trebuchet MS', sans-serif, fuentemarca;
}

.bodynoscroll{
    /*margin: 0;
    height: 100vh !important;*/
    overflow: hidden;    
}


.navbar-dropdown {
    font-size: 0.9em!important;
}   

html{
    overflow-y: auto!important;
}

  @font-face {
    font-family: 'fuentemarca';
    src: url('../fonts/Stellantis/EncodeSans-VariableFont.ttf') format('truetype');
 
}

input:focus, select:focus
{
    outline: none;
}

.placehS::placeholder {
    font-size:medium;
}

.cleanInput {
    color: red;
    cursor: pointer;
    font-weight: bold;
}

select:required:invalid {
    color: #666;
  }

select:required option {
    color: #000;
  }

 .showpass {
    display: flex !important;
    height: unset;
  }

 .showon1000{
    display: none;    
    flex-wrap: wrap;
    position: absolute;
    right: 14%;
    width: 153px;
    color: var(--ColorMarca);
 } 

.showpass::after {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;    
    content: 'visibility';
    height: 1;
    align-content: center;
    content: 'visibility';
}

.sinpads{
    padding: 0px 0px 0px;
}

.sinflechas::-webkit-inner-spin-button, .sinflechas::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.is-marca
    {
        color: white !important;
        background-color: var(--ColorMarca)!important;
    }

.is-marca:hover
    {
        background-color: black!important;
    }


.fl {
    float: left;
}

.fr {
    float: right;
}


.visible {
    display: normal!important;
    visibility: visible!important;
}

.invisible {
    display: none!important;
    visibility: hidden!important;
}

.nodisplay {
    display: none;
}

.lsS {
    letter-spacing: -0.6px;
}

.Xnavbar-item{
    margin: auto auto;
}

.ms{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


.showonoff{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}

.showonoff span{
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.showonoff div {
    font-size: 11px;
    visibility:hidden;
}

.showonoff:hover div  {
    visibility:visible;
}

.showonoff:hover span  {
    display:none;
}

.showpasseyes {
    float:right;
    cursor:pointer;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    margin-top: 4.5px;
}

.textdisabled
    {
        color:silver;
    }

.textdisabled:hover
{
    cursor: not-allowed;
}
.inaccesible{
    pointer-events: none !important;
}

.divdisabled {
    pointer-events: none !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; 
  }

.btndisabled
{
    pointer-events: none !important;
    background-color: #cdcdcd!important;
}

.tapaform {
    position: absolute;
    top:0%;
    left: 0%;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #dddddd60;
}

.enlinea {
    display: flex;
    flex-wrap: wrap;
}

.cp {
    cursor: pointer!important;
}

.ovh
{
    overflow: hidden;
}

.imgcentrada {
    display:flex;
    min-width: 100px;
}

.imgcentrada div {
    width: 100px;
    font-size: 97%;
    text-align: center;
    color: var(--ColorMarca);
    position: absolute;
}    

.imgcentrada img {
    margin:auto auto;
}

.maAut {
    margin: auto auto;
}

.minH320 {
    min-height: 320px;
}

.minH400 {
    min-height: 400px;
}

.altomemo {
    height: 100px;
    overflow:hidden;
}

.altomemo img{
    max-height: 100px;
}

.tipomemo {
    height: 100px;
    width: 100%;
}

.margenedw
{   
    margin: 0 3px 0 3px;
}

.bordes{
    border:1px solid black;
}

.bordesG{
    border:1px solid silver;
}

/* combos search 
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }
  */

  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  #myInput:focus {outline: 3px solid #ddd;}
  
  .dropdownF {
    position: relative;
    display: inline-block;
    background-color: white;
  }
  
  .dropdownF div {
    position: absolute;
    background-color: white;
    min-width: 200px;
    max-height: 230px;
    min-height: 32px;
    display:block;
    overflow: none;
    overflow-y:auto;
    border: 1px solid #ddd;
    z-index: 2;
  }
  
  .dropdownF a {
    color: black!important;
    line-height: 30px;
    height: 30px;
    text-decoration: none!important;
    display: block;
    position:relative;
    z-index: 3;
  }

  .dropdownF a:hover {
    background-color: #ddd;
}
  
  .dropdownF span {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    top: -3px;
    right: -7px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    /* display: inline-block!important; */
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;    
  }
/* combos search */ 

/* MEDIDAS */
.h320 {
    height: 320px;
}

.posr {
    position:relative;
}


.h22p{
    height: 22px;
}

.padl0
{
    padding-left: 0px;
}

.padl5
{
    padding-left: 5px;
}

.padl12
{
    padding-left: 12px;
}


.padt10p
{
    padding-top: 10px;
}

.padl5{
    padding-left: 5%;
}

.padt10
{
    padding-top: 10%;
}


.paded0
{
    padding: 0px 0px 0px 0px;
}


.padedl
{
    padding: 0 0 0 1%;
}

.padedl
{
    padding: 0 1% 0 0;
}

.padedw
{
    padding: 0 1% 0 1%;
}

.padedh
{
    padding: 1% 0 1% 0;
}

.paded
{
    padding: 1% 1% 1% 1%;
}

.paded2h
{
    padding: 2% 1% 2% 1%;
}

.paded3h
{
    padding: 3% 1% 3% 1%;
}

.mb10p {
    margin-bottom: 10px;
}

.mt8p{
    margin-top: 8px;
}

.mt10p{
    margin-top: 10px;
}

.mt15p{
    margin-top: 15px;
}

.tac{
    text-align: center!important;
}

.tar{
    text-align: right!important;
}


.bold{
    font-weight: bold;
}

/* fontsize */

.capitalize::first-letter {
    text-transform: lowercase;
}


.fsS{
    font-size: small;
}
.fsxS{
    font-size: x-small;
}

.fsxxS{
    font-size: xx-small;
}

.fsM{
    font-size: medium;
}

.fsL{
    font-size: large;    
}

.fsxL{
    font-size: x-large;    
}
.fsxxL{
    font-size: xx-large;    
}

/* medidas */

.topdiv {
    position: absolute !important;;
    top: 0px !important;;

}

.botdiv {
    position: absolute !important;;
    bottom: 10px !important;;

}

.lh5V
    {
        line-height: 5VH;
    }

.lh30p{
    line-height: 30px;
}

.an85px{
    width: 85px;
}

.al40V {
    height: 40vh;
}

.al55p {
    height: 55px;;
}

.an103p{
    width: 103px;
}


.an107p{
    width: 107px;
}

.al100VH
{
    height: 100vh!important;
    width: 100vw!important;
}
.al100P
    {
        width: 100%!important;
        height: 100%!important;
    }

.p0 {
    position: absolute;
    left:0px;
    top:0px;
    width: 100%!important;
    height: 100%!important;
    display: flex;
    z-index: 3;
}

.al5V
{
    height: 5vh!important;
}
.al6V
{
    height: 6vh!important;
}
.al10V
{
    height: 10vh!important;
}
.al88V
{
    height: 88vh!important;
}

.al84V
{
    height: 84vh!important;
}

.al83V
{
    height: 83vh!important;
}

.al78V
{
    height: 78vh!important;
}

.al80V
{
    height: 80vh!important;
}

.al50V
{
    height: 50vh!important;
}


.an40v
{
    width: 40vw;
}

.an50v
{
    width: 50vw;
}
.an60v
{
    width: 60vw;
}

.an70v
{
    width: 70vw;
}

.an80v
{
    width: 80vw;
}

.an5
    {
        width: 5%;
    }

.an8
    {
        width: 8%;
    }

.an10
    {
        width: 10%;
    }

.an12
{
    width: 12%;
}

.an20 {
    width: 20%;
}

.an30
{
    width: 30%;
}

.an35
{
    width: 35%;
}

.an40
{
    width: 40%;
}

.an45
{
    width: 45%;
}
.an48
{
    width: 48%;
}
.an50
{
    width: 50%;
}

.an60
{
    width: 60%;
}

.an65
{
    width: 65%;
}

.an67
{
    width: 67%;
}

.an68
{
    width: 68%;
}

.an70
{
    width: 70%;
}

.an80
{
    width: 80%;
}
.an90
{
    width: 90%;
}


.an100
{
    width: 100%;
}

.an100i
{
    width: 100%!important;
}

.an100v
{
    width: 100vw;
}

.mr40
    {
        margin-right: 40%;
    }

.ml10p
    {
        margin-left: 10px;
    }    

.ml10
{
    margin-left: 10%;
}    

.ml12
{
    margin-left: 10%;
}    

.mw100
{
    max-width: 100%;
}
.mw480p {
    max-width: 480px;
}

.mw420p {
    max-width: 420px;
}

.mt-10{
    margin-top: -10px;
}
.mt-9{
    margin-top: -9px;
}
.mt-8{
    margin-top: -8px;
}
.mt-7{
    margin-top: -7px;
}
.mt-5{
    margin-top: -5px;
}
.mt-2{
    margin-top: -2px;
}

.mt2v
{
    margin-top: 2vh;
}

.mt3v
{
    margin-top: 3vh;
}

.mt5v
{
    margin-top: 5vh;
}
.mt7v
{
    margin-top: 7vh;
}

.mt7-5V
{
    margin-top: 7.5vh;
}

.mw150p{
    min-width: 150px;
}
.posr
    {
        position: relative;
    }

.top-50{
    top:-50%!important;
}

.top-150p{
    top:-150px!important;
}

.z-1{
    z-index: -1;
}

.z1{
    z-index: 1;
}

.z100{
    z-index: 10;
}

.ztop-1{
    z-index: 99999;
}


.ztop{
    z-index: 100000;
}

.dispflex
    {
        display: flex;
    }

.dispbl {
        display: block!important;
}

.ma {
    margin: auto auto;
}

.maH {
    margin: 0 auto;
}    

.maV{
    margin: auto 0;
}

.m5a{
    margin: 5px auto!important;
}

@media screen and (max-width: 669px) {
    .m5a{
        margin: 5px 15px!important;
    }
}    


.blink5 {
    animation: blinker 5s linear infinite;
    }

.divcentrado /*Esta opcion tiene que usar como padre a dispflex */ 
{
    margin: auto auto; 
}

/* colores */

.blancoynegro {
    filter: grayscale(100%);
}

.blancoynegro:hover{
    filter:unset;
}

.colorMarca {
    color:var(--ColorMarca)!important;
}

.rojo {
    color:red;
}

.negro{
    color:black;
}

.blanco {
    color:white;
}

.inactivo {
    color:silver;
    pointer-events: none !important;
}

.bggrisclarito
{
    background: #cdcdcd;
}

.bgclarito
{
    background: #eee;
}

.bgazulclaro
{
   background-color: #a6c5df;
}

.bgmclaro {
    background-color: #eae8e8;
}

.bgwhiteSm{
    background: whitesmoke!important;
}

.bgblanco {
    background-color: white;
}

/* modal window */
#main {
    margin-top: 40px;
}

.modal, .modalActivacion {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
   /* background-color: rgb(0,0,0); /* Fallback color */
    background-color: white; /*rgba(227,227,227,0.4); Black w/ opacity */
  }
  
  .modalActivacion {
    display: unset;
    background-color:transparent;
  }
  
  .mensajeactivacion {
    position:absolute;
    top:150%;
    right: 10px;
    width:300px;
    height: 270px;
    background-color: white !important;
    transition: all 6s;
  }

  .mensajeactivacion img {
    margin-left: 10%;
  }
  
  .mensajeactivacion h3 {
    text-align: center;
    line-height: 35px;
  }


  /* Modal Content */
  

  .modal-content {
    background-color: #ffffffe8;
    margin: auto;
    padding: 20px 12px;
    border: 1px solid #888;
    overflow: hidden;
    /*overflow-y: scroll;*/
    width: 90vw;
    height: 90vh;
  }
  .modal-data-content {
    display: block;
    width: 98%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  /* The Close Button */
  .close, .tclose {
    color: black;
    background: #f0f4f8;
    padding: 0 15px;
    font-size: 37px;
    font-weight: bold;
    text-align: right;
    margin-top: -25px;
    position: absolute;
    right: 20px;
    height: 43px;
  }
  
.tclose {
    top:20px;
    cursor:pointer;
}

  .close:hover, tclose:hover,
  .close:focus, .tclose:focus {
    background:var(--colorMarca1);
    text-decoration: none;
    cursor: pointer;
  }
  
/* modal window */

/* vista de errores */
.divwait {
    position:absolute;
    height: 6vh;
    width: 6vw;
    top:42vh;
    left:42vw;
    background-color: transparent;
    z-index: 100000;
}

.divwait img{
    height: 85px!important;
}    

.cuadroalerta
{
    position:absolute;
    width: 60vw;
    max-width: 730px;
    min-width: 380px;
    height:40vh;
    max-height: 430px;
    min-height: 430px;
    top:20vh;
    left:-webkit-calc(50% - 350px);
    left:-moz-calc(50% - 350px);
    left:calc(50% - 350px);
    border: 1px solid silver;
    background-color: white;
    box-shadow: 15px 13px 12px #a8a2a2a1;
}

.tituloalerta {
    width: 100%;
    height: 10vh;
    max-height: 107px;
    line-height: 107px;
    padding: 1% 1% 1% 1%;
    color: var(--ColorMarca);
    /*text-align: center;*/
    font-size: x-large;
}

.tituloalerta:before {
content: "";
height: 10vh;
max-height: 215px;
position: absolute;
width: 70%;
bottom: 0;
top:-1px;
left: 1%;
border-bottom: 3px solid var(--ColorMarca);
}

.mensajealerta, .botonalerta
{
    width: 100%;
    height: 20vh;
    max-height: 215px;
    /*line-height: 215px;*/
    padding: 5% 1% 1% 1%;
   /* color: silver;*/
    text-align: center;
    font-size: x-large;    
}

.botonalerta
{    
    height: 10vh;
    max-height: 107px;
    line-height: 10vw; 
    display: flex;
}

.botonalerta input
{
    margin: auto;
    line-height: 1;
    z-index: 100000;
}



/* Fin vista de errores */

/*  login  */ 

.loginfondoMod {
    background-color: transparent!important;
    border:0 none;
}

.loginfondoMod .modal-data-content {
    display: flex;
}    

.login{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: grid;
    z-index: 9999;
    background-color: #cdcdcd57;
    overflow: hidden;
}

.loginingreseusuarioypass
{
        width: 95%;
        left: 1%;
        text-align: right;
        color: black;
        font-size: small; 
        padding: 10px 10px 10px 10px;   
}

.logininputs {
    max-width: 450px;
    margin: auto auto;
    width: 95%;
    background-color: rgb(239, 238, 238);
    border: 1px solid var(--colorMarca1);
    left: 1%;
}

.logininputs h1{
    color:var(--colorMarca1);
    margin-top: 5px;
    text-align: center;
}

.logincontenedorInput {
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 10px 15px 5px;
    width: 70%;
    display: inline-block;
    margin: 2% 15% 5%;
}

.inputs {
    outline: none;
    display: block;
    background: none;
    padding: 2px 0 12px;
    font-size: x-large;
    border: 0 solid transparent;
    width: 100%;
    color: #333;
    box-shadow: none;
}

.inputTyC {
    outline: none;
    background: none;
    padding: 2px 0 12px;
    font-size: x-large;
    border: 0 solid transparent;
    color: var(--ColorMarca);
    border-color: var(--ColorMarca);
    box-shadow: none;
    margin: 10px 10px 10px 10px;
    font-size: large;
    zoom: 1.7;
}

.loginbtn {
    border: 1px solid silver;
    width: 150px;
    height: 42px;
    margin: auto auto;
    font-weight: 600;
    border-radius: 4px;
}

.loginbtn:hover{
    background-color: var(--ColorMarca);
}

.registro {
    border: 0px none;
    color: var(--colorMarca1) !important;
    width: 98%;
    height: 42px;
    font-weight: 600 !important;
    border-radius: 4px;
    margin: 10px 1% 10px 1%;
    padding: 0px 25% 0px 25%;
}

.registro:hover {
    background-color:var(--colorMarca1);
    color:white!important;
}

/* FIN login */ 

/* registro */
.Fregistro {
    max-width: 800px;
    margin: auto auto;
    padding: 5%;
    width: 90%;
    height: 90%;
    min-height: 950px;
    background-color:rgb(239 238 238 / 34%);/* rgb(239, 238, 238);*/
  /*  border: 1px solid var(--ColorMarca);*/
    left: 1%;
}

.Fregistro h1, .Fregistro h2{
    color:var(--ColorMarca);
    margin-top: -25px;
    text-align: center;
}

.Fregistro h3{
    color:var(--ColorMarca);
    margin-top: 64px;
    text-align: center;
}

.Fregistro span {
    color:var(--ColorMarca);
    margin: 10px;
    line-height: 51px;
    font-size: x-large;
}


.Fregistro .logincontenedorInput {
    margin: 1% 15% 1%;
}

.logincontenedorTyC {
    height: 300px;
    margin: 24% 0 10%;
}

.contentTyC {
    outline: none;
    display: block;
    background: none;
    padding: 2px 0 12px;
    border: 0 solid transparent;
    width: 100%;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
    color: #333;
    box-shadow: none;
}

/* fin registro */



.paginacion{
    padding: 0 5px 0 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.mandosderecha{
    position: relative;
    width:300px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;    
}

.btnreset{
    margin-top: -11px;
    margin-left: 100px;
    transition-delay: 3s!important;
    font-size: 31px;
}

.divsearching{    
    position: absolute;
    overflow: hidden;
    height: 40px;
    width: 55px;
    top: 0px;
    right: 15px;
    background-color: trasnparent;
    transition-delay: 2s!important;
    transition: all 0.5s;
}

.divsearching .divsearchingSubdiv{    
    display:none;
}

.divsearching:hover{
    width:290px;
    height:25vh;
    background-color: white!important;
    border:1px solid silver;
    box-shadow: 10px 5px 15px #cacacabe;
    transition-delay: 0.5s!important;
    animation: 2s delay-overflow;    
    animation-fill-mode: forwards;
}

.divsearching:hover .divsearchingSubdiv{
    display:unset;
}
.ofertar-details, .ofertar-info {
    padding: 0px;
    font-size: medium;
}    

.ofertar-fondotits {
    background-color:   var(--colorSubastaSuave);
}

.ofertar-info h3 {
    /*font-size: x-large;*/
}
.ofertar-info ul {
    padding-left: 0.5rem!important;
    margin-top: 11px;
    line-height: normal;
}

.ofertar-info ul li {
    margin-top: 15px;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
     font-family:inherit!important;
}
.breadcrumbs h2 {
    font-size: 20px!important;
    font-weight: 800!important;
}

@keyframes dvsearch {
    from { 
        overflow-y: hidden; 
        display: none;
    }
    to {
        overflow-y:auto;
        display: unset;
    }
  }

@keyframes delay-overflow {
    from { overflow-y: hidden; }
    to {overflow-y:auto;}
  }

  .divsearching:hover .btnreset{    
    margin-left: 10px;
    transition: all 1s!important;
  }

  @keyframes show-on {
    from { display: none; }
    to {display: unset;}
  }

  .showsearching {
    width:150px;
    font-size:xx-small;
    height: 5vh;
    overflow: hidden;
}

.btnbusca{
    padding-left: 3px;
    width: 100%;
    border: none 0px;
    background-color: transparent;
    color: black;
    font-size: large;    
}

.tipoboton{
    border: 1px solid silver;
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
    background-color: #c0c0c03b;
    height: 37px;
}

.tiponumero{
    width: 100px;
    text-align: right;
}

.lupa {    
    line-height: 37px;
}
.icochico{
    font-size: 17px!important;
}

.sombra {
    box-shadow: 10px 5px 5px #cacacabe;
}
.sombra1 {
    box-shadow: 15px 13px 7px #a8a2a2a1;
}

.divisor
{
    height: 30px!important;
    background-color: #fafafa!important;
    color: #485fc7!important;
    text-align: center;
}

.modoTest {
    -webkit-box-shadow: -1px -4px 46px 19px rgba(217,67,87,1);
    -moz-box-shadow: -1px -4px 46px 19px rgba(217,67,87,1);
    box-shadow: -1px -4px 46px 19px rgba(217,67,87,1);    
}

/*
.modoTest :last-child {
    position: absolute;
    top:-10px;
    color:white;
}*/

.buttons {
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
    border: 0 none;
    display: block;
    font-size: x-large;
    transition: all 1s;
    cursor: pointer;
}

.buttons:hover{
    background-color: var(--ColorMarca);
}

.subetit{
    margin-top:-4.5px;
}

.iconosup
{
    width: 200px;
    padding: 0px 10px;
}    

.iconochf
{
    margin-top: 0.5vh;
    height: 4vh;
    padding: 0 5%;
}

.marcaf
    {
        margin-right: 40%;
    }

.calcsinicons
    {
    width: calc(100% - 300px);
    min-width: 300px;
    }

.imagenchicacontrato{
    cursor:pointer;
    height: 70px!important;
}

.contenedorImagenes {
    height: 100px;
    width: 90%;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 20px;
    z-index: 10;
}

.contenedor 
{
    width: 100vw;
    height: 100vh;
}

.remarca {
    background-color: #ddd;
}


.abm thead tr
{
    background-color: darkgray!important;
    color: white!important;
    font-size: large;
    cursor:not-allowed!important;
}

.abm tr:nth-child(even) {
    background: rgba(204, 204, 204, 0.452);
}

.abm tr:nth-child(odd) {
    color:black;
    background: #FFF
}

.abm tr:hover
    {
        cursor: pointer;
        color:black;
        background-color:lightblue;
    }

.subdiv
{
    overflow: hidden;
    height: 40vh;
    width: 100%;
    margin: -5px 0px 5px -5px;
}

.boton{
    border:0px;
    border-bottom: 0.5px solid rgb(84, 83, 83);
    color:black;
    height: 20px;
    font-size: x-small;
    width: 100px;
}

.boton:hover{
    border-bottom: 0.5px solid white;
    color:white;
    background-color: black;
}

.colsubtablas{
    z-index: 3;
    position: absolute;
    left: -21px;
    top: 6px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    /* display: inline-block!important; */
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.iframe
{
    overflow: hidden;
    border: 0px none;
    width: 100%;
    height: 100%;
}

.frameeditor, .divextras {
    position: absolute;
    top:3%;
    left:5vw;
    width: 90vw;
    height: 87vh;
    border: 0px none;
    overflow: hidden;
    z-index: 1;
}

.divextras{
    height: 75vh;
    z-index: 4;
}
.headedit
{
    width:100%;
    height: 8vh;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: lightblue;
}

.headedit h2
    {
        width: calc(100% - 250px);
        height: 8vh;
        padding: 6px 8px 0 5px;
        color:black;
    }

.headedit input[type="button"]    
    {
        margin: 1vh 3px 0 3px;
        width: 75px;
        font-weight: 600;
        height: 6vh;
        border:0px none;
        border-radius: 0.35rem;
    }

.headedit input[type="button"]:hover  
    {
        background-color: rgb(212, 209, 209);
        color:black;
    }


    .footeredit
    {
        margin-top: 1vh;
        background-color:lightblue;
        color: black;
        font-size: small;
        height:5vh;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;        
    }

    .iconoborra1 {
        z-index: 110;
        cursor: pointer;
        height: 30px;
    }

    
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 100%!important;
        max-width: 100%!important;
    }


    @media screen and (max-width:1000px) {
        .navbar-menu{
        width: 80%;
        border-radius: 30px;
        margin: 0px 18%;
        }
        .cuadroalerta
        {
            left:20%;
        }    

    }
    
    @media screen and (max-width:988px) {
        .showon1000{
            display: flex;
        }
    }

    @media screen and (max-width:600px) {
    
        .marcaf
        {
            margin-right:12%;
        }
        .iconochf   {
            width:40%;
        }

        .Fregistro {
        height: 90%; /*86%;*/
        min-height: unset;
        }

        .Fregistro h1, .Fregistro h2 {
            margin-top: unset;
        }

        .Fregistro span {
            font-size: small!important;
        }    

        .Fregistro .logincontenedorInput{
            margin: 0.5% 5% 0.5% 5%;
            width: 90%;
        }

        .logincontenedorInput input, .logincontenedorInput input::placeholder {
            font-size: large;
        }
         
        .placehS::placeholder {
            font-size: small!important;
        }
        .mensajealerta {
            font-size: large;
        }
        .logincontenedorTyC {
            margin: 22% 0 15%;
        }    
        
    }        


    @media screen and (max-width:550px) {

        .cuadroalerta
        {
            width: 90%;
            left: 5%;
            min-width: 330px;
        }   

        .modal-content {
            width: 95vw !important;
            height: 80vh !important;
            padding: 7px;
        }
        .botOfertar {
            padding: 11px 23px;
            margin: 0px auto !important;
        }
    }        

    .breadcrumbs {
        margin:20px 0px 15px 0px !important;
    }

    .portfolio-details .portfolio-info {
        padding: 0px 10px;
        box-shadow: 0px 0 30px white!important;
    }    

    .portfolio-details  {
        padding-top: 0px;
    }