/*////////////////////////////////////Login////////////////////////////////////////*/

html
{
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}
html #login
{
  background-image: linear-gradient(#fc6600,#ff893a);
  background-color: #fc6600;
  background-size: cover;
}
.contenedorApp
{
  margin-top: 90px;
  margin-bottom: 90px;
}
.wynCol
{
  border-radius: 4px;
}
.wynTextBuscar
{
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.wynLoginFondo
{
  background-image: linear-gradient(#fc6600,#ff893a);
  background-color: #fc6600;
  background-size: cover;
}
.navBarFondo
{
  background-image: linear-gradient(#fc6600,#ff893a);
  background-color: #fc6600;
  background-size: cover;
}
.navBarBottomInactive
{
  color: rgba(0, 0, 0, 0.3)
}
.navBarBottomInactive:hover
{
  color: rgba(0, 0, 0, 1)
}
.navBarBottom
{
  background-image: linear-gradient(#fafafa,#ffffff);
  border: 1px solid #e6e6e6;
  background-size: cover;
}
.sidebar 
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidebar a 
{
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover 
{
    color: black;
    text-decoration: none;
}

.wynColorBlanco
{
  color:white !important;
}

.sidebar .closebtn 
{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#div_sidebar
{
    z-index: 1510;
}
#sidebar_overlay
{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1509; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nuzoTableInputButton input::placeholder 
{
  color: #898F95;
}

.nuzoTableInputButton input
{
  background-color: white;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 15px !important;
  border:1px #CFCFCF solid;
  /* border-right: none; */
  background-color: white;
  caret-color: black;
  color:#707070;
  height: 38px;
  font-size: 14px;
}

.nuzoTableInputButton input:focus
{
  background-color: white;
  color:#707070;
}

.nuzoTableInputButton div button
{
  background-color: white;
  border: 1px #CFCFCF solid;
  border-right:none;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 15px !important;
  height: 38px;
  width: 50px;
  padding: inherit;
}
.btn-whatsapp
{
  background-color: #25d366;
  color: white;
}
.btn-whatsapp:hover
{
  background-color: #20ac53;
  color: white;
}
.btn-facebook
{
  background-color: #4267B2;
  color: white;
}
.btn-facebook:hover
{
  background-color: #38538a;
}
.btn-google
{
  background-color: white;
  color: #4885ed;
}
.btn-google:hover
{
  background-color: #ebe9e9;
}
.soloLectura
{
  color: #898F95!important;
}
.myPropertyImgContainer
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.puntero
{
  cursor: pointer !important;
}
input.wynLoginInput:-webkit-autofill,
input.wynLoginInput:-webkit-autofill:hover, 
input.wynLoginInput:-webkit-autofill:focus, 
input.wynLoginInput:-webkit-autofill:active
{
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 30px #ff893a inset !important;
  box-shadow: 0 0 0 30px #ff893a inset !important;
  -webkit-text-size-adjust: 16px !important;
  font-size: 16px !important;
  color: white;
}
input.wynLoginInput
{
  background-color: rgba(255,255,255,0.1) !important;
  color: white;
}
div.error input.wynLoginInput
{
  border-color: red;
}
div.error input.wynLoginInput::placeholder
{
  color: red;
}
div.error label
{
  color:white !important;
}
input.wynLoginInput::placeholder
{
  color: white;
  opacity: 1;
}
.novisible
{
  display: none;
}
.removerAfter::after
{
  content: none;
}
.removerAfter
{
  margin-right: 10px;
}
.overlay 
{
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#fc6600,#ff893a);
  /*background-color: #fc6600; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.overlaySearch 
{
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  /*background-color: #fc6600; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.wynLogoBienvenida
{
    -webkit-filter: drop-shadow(12px 12px 7px rgba(255,255,255,0.5));      
    filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.8));  
}
.semibold
{
  font-weight: 600 !important;
}
.bold
{
  font-weight: 700 !important;
}
.loginBox
{
  /* background-image: url("../img/loginBoxBackground.png"); */
  padding-top: 40px;
  padding-bottom: 10px;
  opacity:0.9;
  border-radius: 15px;;
}
.loginForgotBox
{
  /* background-image: url("../img/loginBoxBackground.png"); */
  background-color: white;
  padding-top: 50px;
  padding-bottom: 30px !important;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderLogo .loginLogo
{
  filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.8));  
  width: 260px;
  height: auto;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderLogo div:first-child
{
  padding-right: 5px !important;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderLogo div:last-child
{
  padding-left: 5px !important;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderFooter
{
  color: #98A6AD;
}
a.wynLoginLinks
{
  color:white;
}
a.wynLoginLinks:hover
{
  color:black;
}
.loginBox form
{
  margin-top: 20px;
}
.loginBox form div label
{
  color:#6C757D;
}
.custom-control-input:checked~.loginBoxFormCustomCheck::before
{
  background-color: #6658DD !important;
  color:#6658DD !important;
}
.loginBoxFormCustomCheck::before
{
  top:0.25rem !important;
}
.loginBoxFormCustomCheck::after 
{
  top: 0.25rem !important;
}
.custom-control-input:checked~.loginBoxFormCustomCheckv2::before
{
  background-color: #6658DD !important;
  color:#6658DD !important;
}
.loginBoxFormCustomCheckv2::before
{
  top:0.7rem !important;
}
.loginBoxFormCustomCheckv2::after 
{
  top: 0.7rem !important;
}
.loginBoxCustomButton
{
  background-color: #6658DD !important;
  border-color: #6658DD !important;
}

.loginBoxCustomButton:hover
{
  background-color: #7463ff !important;
  border-color: #7463ff !important;
}
.loginBox .loginBoxFooter a
{
  color: gray;
}
.loginBox a:hover
{
  color: black;
  text-decoration: none;
}

.loginFooter a
{
  margin-bottom: 50px;
  color:#B7B0EF;
}
.loginFooter a:hover
{
  color: black;
  text-decoration: none;
}

.loginFooter
{
  margin-bottom: 40px;
  color:#B7B0EF;
  position: fixed;
  bottom:0;
}

.loginFooterEvo a
{
  color:#B7B0EF;
}
.loginFooterEvo a:hover
{
  color: black;
  text-decoration: none;
}

.loginFooterEvo
{
  margin-bottom: 10px;
  margin-top:10px;
  color:#98A6AD;
}

.loginFooterv2 div:first-child div:first-child
{
  margin-bottom: 150px;
}

.loginFooterv2 div:first-child div:first-child a
{
  color:white;
}

.loginFooterv2 div:first-child div:first-child a:hover
{
  color:black;
}

.wynElement
{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  border-radius: 4px;
}

.wynCuadroGris
{
  background-color: lightgrey;
}

.wyn-form-controlXS
{
  font-size: 14px !important;
}

.wyn-form-controlNormal
{
  font-size: 16px !important;
}

.wyn-form-controlGrande
{
  font-size: 20px !important;
}

.wyn-form-controlXL
{
  font-size: 26px !important;
}

.wyn-form-controlXXL
{
  font-size: 30px !important;
}

.wyn-form-controlXXXL
{
  font-size: 38px !important;
}

.wynDireccion
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wynCapitalizar
{
  text-transform: capitalize;
}

.wynServiceImg
{
  border-radius: 3px;
}

.wynServiceSubtitle
{
  color: #b6b6b6;
}

.wynHeaderlessImage
{
  width: 100%;
  height: auto;
}

.wynHeaderlessButtons
{
  width: 100vw;
}

.wynColorHoverGris:hover
{
  color:lightgray !important;
}

.wynColorHoverRojo:hover
{
  color:#dd2222 !important;
}

.wynCamera
{
  color: #818181;
}

.wynCamera:hover
{
  color: black;
}

.wynImgProfile
{
  width: 70px;
  border-radius: 40px;
}

.wynImgProfile2
{
  width: 100px;
  border-radius: 50px;
  border: 1px solid black;
}

#sidebarHeader
{
  background-image: linear-gradient(#fc6600,#ff893a);
  background-color: #fc6600;
  background-size: cover;
}

#sidebarBody
{
  background-color: white;
}

.wynLinkGoBack
{
  color:black;
  text-decoration: none;
}
.wynLinkGoBack:hover
{
  color: black;
  text-decoration: none;
}