*{
    font-family: 'Roboto';
}
#btnuser{
    background: transparent;
    padding: 10px 20px;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    position: relative;
    top: -5px;
}
#btnlogin{
    background: #cbab0038;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
}
#btnregister{
    background: #cbab0038;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
}

.person-icon {
    width: 50px;
    height: 50px;
    position: relative;
  }

  .person-icon .head {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .person-icon .body {
    width: 8px;
    height: 20px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

header, body, footer{
	font-family: 'Roboto', sans-serif;
}
.overflow-x-hidden{
    overflow-x: hidden !important;
}
.main-web{
    min-height: 80vh;
}
.header{
	background: white;
	padding: 30px;
	position: sticky;
    top: 0;
	z-index: 999;
	width: 100%;
	display: block;
    box-shadow: #2e2e2e 0px 0px 2px 0px;
}
.nav-menu>.nav-link {
    border: solid 2px white;
    border-radius: 20px;
    flex: none;
    color: black;
    font-size: 0.85rem;
    margin-right: 5px;
    background-color: white;
    position: relative;
    letter-spacing: 1px;
    width: auto;
    padding: 0px 10px;
    margin: 0;
}
.nav-menu {
    display: none;
}
.nav-menu>.nav-link:hover, .nav-menu .nav-link-activo {
    border: solid 2px black;
    border-radius: 20px;
    transition: all 0.2s;
}
.nav-icono img{
    width: 20px;
}
.img-logo{
    width: 120px;
    transition: all 0.2s;
}

/*Footer*/
footer{
	padding-top: 20px;
	padding-bottom: 20px;
    background-color: #222222;
}

footer a{
    display: inline-block;
	color: #FAF9F9;
    text-decoration: none;
}

.capsula_di a:hover,.capsula_di a:focus{
	text-decoration: none;
	color: #FAF9F9;

}
.img-footer{
    width: 100px;
}
footer span{
    font-size: 0.9rem;
}

/* FIN FOOTER */

.section_general{
	position: relative;
}
.link-dev{
    padding-top: 10px;
}
.link-dev a {
    font-size: 0.8rem;
    color: #000;
    text-decoration: none;
}
.header-offcanvas{
    background-color: rgb(129 170 231) !important;
    border-right: 0;
}
.offcanvas-enlace{
    color: #fff;
    font-size: 2rem;
}
.offcanvas-enlace-activo{
    color: #245ac1;
    font-weight: 500;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}
.btn-abrir-menu{
    display: none !important;
    margin-left: auto;
}
.nav-icono-rp img{
    filter: invert(1);
}

/* IDIOMA */
.menu-lang a{
    color: #000000 !important;
    text-decoration: none;
    padding: 0.5rem;
}
.menu-lang .active{
    text-decoration: underline;
    font-weight: 500;
}


.dropdown-content {
    background-color: white;
    color: black !important;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 999;
}
.dropdown-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.headerlogin{
    position: absolute;
    right: 220px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    z-index: 9999;
    transition: opacity 0.3s ease;
  }

  .whatsapp-float:hover {
    opacity: 0.8;
  }

/*========WSP FLOTANTE==========*/
.wws-popup-container {
    width: auto;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 9999999;
}
.wws-popup-container--position {
    right: 12px;
    bottom: 12px;
}
.wws-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none;
}
.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wws-gradient--position {
    bottom: 0;
    right: 0;
    background: radial-gradient(ellipse at bottom right,rgba(29,39,54,.2) 0,rgba(29,39,54,0) 72%);
}
.wws-popup {
    display: none;
    max-width: 320px;
    width: 100%;
    height: 0px;
}
.wws--text-color {
    color: #fff;
}
.wws--bg-color {
    background-color: #22c15e;
}
.wws-popup__close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
    user-select: none;
}
.wws-shadow {
    box-shadow: 0 0 50px rgba(0,0,0,.2);

}
.wws-btnClose{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wws-clearfix {
    clear: both;
}
.wws-popup__support-wrapper {
    margin-top: 8px;
    border-radius: 8px 8px 0 0;
}
.wws-popup__support {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.wws-popup__support-about {
    font-size: 13px;
    text-align: center;
    padding: 18px 12px;
    line-height: 16px;
    user-select: none;
    font-family: Arial,Helvetica,sans-serif;
}
.wws-popup__support-person-container {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.wws-popup__support-person-wrapper {
    display: flex;
    flex-direction: column;
    padding: 18px 12px;
    border-radius: 0 0 8px 8px;
    min-height: 100px;
    max-height: 237px;
    overflow-y: scroll;
}
.wws-popup__support-person-link {
    text-decoration: none !important;
    color: transparent !important;
    background-color: transparent !important;
}
.wws-popup__support-person {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wws-popup__support-person-img-wrapper {
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
}
.wws-popup__support-person-img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.wws-popup__support-person-available, .wws-popup__support-person-away {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 999999;
    bottom: 3px;
    right: 3px;
    border-radius: 50%;
}
.wws-popup__support-person-available {
    background-color: #4caf50;
}
.wws-popup__support-person-info-wrapper {
    margin-left: 2px;
}
.wws-popup__support-person-title {
    color: #777;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 16px;
}
.wws-popup__support-person-name {
    color: #444;
    font-weight: 700;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 14px;
}
.wws-popup__support-person-status {
    font-size: 11px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
}
.wws-popup__open-btn {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
}
.wws-popup__open-btn {
    float: right;
    display: flex;
    align-items: center;
}
.wws-texto{
    font-size: 1rem;
    margin-left: 10px;
}
@media (min-width: 768px){
    footer span {
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .btn-abrir-menu{
        display: block !important;
    }
    .headerlogin {
        right: 140px;
    }
    .bg-white {
        --bs-bg-opacity: 0 !important;
        background-color: transparent!important;
    }
}

@media(min-width: 992px){
    .nav-menu{
        display: flex;
        gap: 20px;
        align-items: center;
    }


}

@media(min-width: 1200px){
    .img-logo{
        width: 280px;
    }
    .content-logo{
        min-width: 220px;
    }
}
@media(max-width: 1200px){
    .headerlogin {
        right: 170px;
    }
}

@media (max-width : 500px){
    .headerlogin {
        right: 120px;
    }
}
