html {
	background: #eeeeee;
}
body.modal-open {
	padding: 0px !important;
}
a:hover {
	text-decoration: none;
}
.login-background {
	background-color: #e5e5e5;
}
.form-control-session {
	background: #e2e2e2;
	border: none;
	min-height: 45px;
	width: 100%;
	padding: 10px 30px;
}
.formulario {
	background-color: #ffffff;
}
.ingresar {
	background: #0074b8;
	transition: 0.6s;
}
.ingresar:hover {
	transition: 0.6s;
	background: #006cae;
}
.column {
	padding: 5px;
}
/*          Controles primarios     //////////////////////////////////////////////////////////////////////////////////*/
.panel {
	background-color: #ffffff;
}
.panel-heading {
	margin-bottom: 0px !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #006cae;
	color: #fff;
}
.form-login {
	padding: 6px;
}
.control.boton-submit {
	text-align: center;
}
.button.is-link {
	background-color: #006cae;
	font-family: "Montserrat";
	font-size: 13px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	height: 40px;
	padding: 0px 10px;
	transition: 0.6s;
	border-radius: 6px;
	margin: 5px;
}
.button.is-link:hover {
	text-align: center;
	background-color: #006cae;
	border-radius: 6px;
	transition: 0.6s;
}
.column {
	align-self: center;
	padding-right: 20px;
	padding-left: 20px;
}
img.logo-nav {
	height: 80px;
}
.salir {
	padding-left: 40px;
	padding-right: 40px;
}
.nombre {
	padding-right: 80px;
}
.titulo {
	color: #fff;
	font-size: 32px;
	font-weight: 100;
}
.logotipo {
	margin: 60px auto 10px auto;
	text-align: center;
}
.opciones {
	color: white;
	transition: 0.5s;
	border-radius: 5px;
	margin-left: 1em;
}
.menu {
	color: white;
}
hr {
	margin: 0.5rem 0;
}
.nav-link.disabled.perfil {
	color: #6c757d;
}
.nav-link.disabled.perfil:hover {
	color: #6c757d;
}
.navbar-toggler-icon {
	color: white;
}
.blanco {
	color: white;
}
.flag-min {
	height: 40px;
}
.titulo-trabajo {
	color: #000000;
	transition: all 250ms;
}
.titulo-trabajo:hover {
	color: #14549c;
}
.division {
	background: #ddd;
	height: 2px;
}
.secc2 {
	margin: 25px 0;
}
.btn-registro {
	margin-top: 15px;
}
.btn-registro a {
	color: #fff;
	border: 1px solid;
	padding: 8px 79px;
}
.sec-0 {
	margin-top: 22px;
}
.alineacion-vertical {
	vertical-align: sub;
}
::placeholder {
	font-weight: 400 !important;
}
.sidebar {
	background: #fff;
	-webkit-box-shadow: 7px 5px 12px 0px rgb(0 0 0 / 58%);
	box-shadow: 12px 5px 18px 5px rgb(0 0 0 / 25%);
	padding-left: 10px;
	margin-right: 0px !important;
}

/*AGL MODS*/

.login-page .boton-registro:hover {
	background: #fff;
	color: #006cae;
	border: 1px solid #006cae;
}

body.bg-dark {
	min-height: 100vh;
}

.login-page .form-control-session {
	border-radius: 10px;
}

.login-page .formulario .btn.ingresar {
	border-radius: 0.25rem !important;
}

.login-page .subtitulo {
	color: #333 !important;
}

.login-page {
	/* position: absolute; */
	bottom: 0px;
	text-align: center;
}

.pie-pagina {
	margin-top: auto;
}

.login-page label.copyright {
	margin-top: 150px;
}

.olvide-contra-page .form-control-session,
.registro-page .form-control-session,
.seleccionar-tipo-page .form-control-session {
	border-radius: 10px;
}
.registro-page .form-control-session {
	padding: 40px 0px 25px !important;
}

.seleccionar-tipo-page .form-control-session {
	padding-top: 40px;
}

.olvide-contra-page input,
.registro-page input {
	border-radius: 10px;
}

.registro-page #adress {
	margin-top: 30px;
}

body.bg-dark {
	background-size: cover;
}

.olvide-contra-page .titulo {
	padding: 20px;
}

.menu-superior {
	margin-bottom: 30px;
}

@media (min-width: 425px) {
	.termino {
		padding-top: 330px;
	}
}
@media (min-width: 768px) {
	.menu-superior {
		margin-bottom: -10px;
	}
	.termino {
		padding-top: 100px;
		margin-left: 130px;
	}
	.btn-acceso-2 {
		float: right;
		margin-top: -37px;
	}
}
.registro-page #terms a:hover {
	color: #cecece;
}

.menu-superior .redes .ingresar {
	margin: 0 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
}
.menu-superior .btn-idioma {
    background: #0062cc !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .termino {
        padding-top: 330px;
    }

    .menu-superior .redes .ingresar {
        margin: 0 1px;
        width: 37px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
    }

    .btn-idioma {
        margin: 15px;
        margin-left: 0px;
    }
    .btn-acceso-2 {
        float: right;
        margin-top: -54px;
    }
}
/* Regla para tamaños de pantalla mayores o iguales a 768px */
@media (min-width: 768px) {
    .menu-superior {
        margin-bottom: -10px;
    }

    .termino {
        padding-top: 100px;
    }

    .btn-idioma {
        margin-left: 21px;
    margin-top: 14px;
    }
    
    .btn-acceso-2 {
        float: right;
        margin-top: -51px;
    }
    #pais-seleccionado{
        display: block!important;
        margin: -40px;
        margin-left: 198px;
    }
}

/* Regla para tamaños de pantalla entre 768px y 1024px */
@media (min-width: 769px) and (max-width: 991px) {
    .btn-acceso-2 {
        float: right;
        margin-right: 1%; /* Ajusta el valor según tus necesidades */
        margin-top: -56px;

    }
    .btn-idioma {
        margin: 15px;
        margin-left: 0px;
    }
}
@media (min-width: 992px) {
    .btn-acceso-2 {
        float: right;
        margin-right: -100%; /* Ajusta el valor según tus necesidades */
        margin-top: -56px;

    }
    .btn-idioma {
        margin: 15px;
        margin-left: 0px;
    }
}

/* Regla específica para tabletas */


.menu-superior .redes.con-pad .ingresar {
	padding: 10px;
}

.menu-superior .btn-textos {
	padding: 6px 30px;
	margin: 0 0px 0 10px;
}

.menu-superior .btn-textos:hover {
	background: #0075ba !important;
}

.menu-superior .btn-idioma {
	margin-left: 10px;
	background: #0062cc !important;
}

/*AGL MODS*/

body .seccion .card-body.pr-md-5 {
	padding-right: 10px !important;
	padding-bottom: 5px !important;
}
body .seccion .card-body.pl-md-5 {
	padding-left: 10px !important;
	padding-top: 5px !important;
}

body .seccion .card-body.pr-md-2 {
	padding-right: 10px !important;
	padding-bottom: 5px !important;
}
body .seccion .card-body.pl-md-2 {
	padding-left: 10px !important;
	padding-top: 5px !important;
}
body .seccion .card-body .row {
	padding-top: 0px !important;
}
body .seccion #pills-tabContent .card-body .row {
	border-radius: 8px !important;
}

body .seccion #pills-tabContent .carousel-item img {
	border-radius: 8px;
}

/*body .seccion #pills-tabContent .carousel.slide {
	margin-top: 15px;
}*/

body .seccion #pills-tabContent .image {
	display: inline-block;
}
body .seccion #pills-tabContent br {
	display: none;
}

.nav-item a#pills-home-tab.nav-link:hover,
.nav-iem a#pills-home-tab.nav-link:hover {
	color: #fff;
	background-color: #012663;
	border: none;
}

.panel-block .field-label.is-normal {
	display: flex;
}

.icono-salir {
	bottom: 9px !important;
}

#anadir-mensajes {
	margin: 10px auto;
	cursor: pointer;
	max-width: 100px;
	vertical-align: middle;
}

#form-acuerdo .panel-block .form-check {
	padding-left: 1.25rem;
	width: 100%;
	padding-right: 1.25rem;
}

#form-acuerdo .panel-block .form-check-label {
	vertical-align: middle;
}

#archivos .datos-chat .btn {
	float: right;
}

#archivos .datos-chat {
	height: 60px;
}

#archivos .datos-chat span b {
	padding-top: 0px;
	margin-top: 8px;
	display: inline-block;
}

#archivos {
	height: 220px !important;
}

#chat_body .cont.darker.cont img {
	height: 60px;
}

.dashboard .panel .panel-block {
	padding: 20px 20px 20px 20px !important;
}

/*.dashboard .items .panel-job {
	border: 1px solid #ccc !important;
}*/

.is-264x264-b {
	width: 100%;
	max-width: 110px;
	height: 110px;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}

.is-264x264-b img {
	border-radius: 8px;
}

.recuadro-info-prov .card-title,
.recuadro-info-prov article {
	margin: 15px;
}

.recuadro-info-prov .button {
	margin-bottom: 15px;
}

/*.noti{*/
/*    color: #ffffff;*/
/*    background-color: #fc0f0f;*/
/*}*/
/*.noti::after{*/
/*    content: "";*/
/*}*/
.panel.is-interior .panel-heading {
	background: #006cae;
	color: white;
}
.panel.is-job .panel-heading {
	background-color: #006caf !important;
	color: #fff;
}
.btn-interior {
	color: #fff !important;
	background: #0074b8;
	font-size: 14px;
	border-radius: 6px;
	transition: 0.6s;
}
.btn-interior:hover {
	background: #006cae;
	border-radius: 6px;
	transition: 0.6s;
}

ul.list-group.list-group-flush {
	min-width: -webkit-fill-available;
}
/* Chat    /////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#chat_message_area {
	width: 100%;
	height: auto;
	min-height: 80px;
	overflow: auto;
	padding: 6px 24px 6px 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#chat_body {
	padding: 5px;
}
#chat_body span {
	padding: 5px;
}
/* botones de idioma ///////////////////////////////////////////////////////////////////////////////////////////////*/
.boton-ingles {
	padding: 12px 20px;
	background-color: #ffffff !important;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Flag_of_the_United_States.svg) !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-position: center center !important;
	z-index: auto;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}
.boton-mexico {
	padding: 12px 20px;
	background-color: #ffffff !important;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/fc/Flag_of_Mexico.svg) !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-position: center center !important;
	z-index: auto;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}
/*      Header      ////////////////////////////////////////////////////////////////////////////////////////////////*/
.navbar-dark.navbar-nav.nav-link:hover {
	color: rgb(255 255 255);
}
.dropbtn {
	background-color: #4caf50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
.form-inline {
	display: unset;
}
/* Secciones ///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.seccion {
	padding: 12px 16px;
	margin: 5px;
	border-radius: 5px;
}
.fecha-tipo {
	padding-top: 15px;
}
.advertencia {
	color: #f70000;
}
.tabulador {
	color: black;
}
/*Color de header //////////////////////////////////////////////////////////////////////////////////////////////////*/
.header {
	background-color: #1c1c1c;
}
.card-img {
	max-width: 200px;
}
/*Empieza diseno del footer ////////////////////////////////////////////////////////////////////////////////////////*/
.footer {
	background: #343a40;
	color: white;
}
.footer a.informacion {
	color: white;
}
.links ul {
	list-style-type: none;
}
.links li a {
	color: white;
	transition: color 0.2s;
}
.links li a:hover {
	text-decoration: none;
	color: #4180cb;
}
.about-company i {
	font-size: 25px;
}
.about-company a {
	color: white;
	transition: color 0.2s;
}
.about-company ahover {
	color: #4180cb;
}
.location i {
	font-size: 18px;
}
.secun {
	align-items: center;
	margin-bottom: -20px;
	padding-top: 17px;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #0075b98c;
}
.prin {
	padding-bottom: 50px;
}
.sec {
	padding: 8px;
}
strong.sitio {
	color: white;
}
.footer a:hover {
	color: #3273dc;
	text-decoration: none;
}
.footer a {
	color: white;
}
/*Termina el diseno del footer //////////////////////////////////////////////////////////////////////////////////////*/
.categorias:hover {
	text-decoration: none;
}
.modal-backdrop {
	z-index: 100;
}
.form-category {
	width: -webkit-fill-available;
}
/*Modals de todo el sitio ///////////////////////////////////////////////////////////////////////////////////////////*/
.modal-backdrop {
	z-index: 0;
}
/*Galeria de imagenes en perfil de usuario //////////////////////////////////////////////////////////////////////////*/
.card {
	border: none;
}
img,
.card-img-top {
	border-radius: 0em;
}
@media (min-width: 576px) {
	.card-columns {
		column-count: 2;
	}
}
@media (min-width: 768px) {
	.card-columns {
		column-count: 3;
	}
}
@media (min-width: 992px) {
	.card-columns {
		column-count: 4;
	}
}
@media (min-width: 1200px) {
	.card-columns {
		column-count: 5;
	}
}
/*Card de trabajo al momento de visualizar lista de trabajos de cada ususario o proveedor ///////////////////////////*/

.profile-card {
	background-color: #222222;
	margin-bottom: 20px;
}
.profile-pic {
	border-radius: 50%;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	max-width: 100px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.profile-info {
	color: #bdbdbd;
	padding: 25px;
	position: relative;
	margin-top: 15px;
}
.profile-info h2 {
	color: #e8e8e8;
	letter-spacing: 4px;
	padding-bottom: 12px;
}
.profile-info span {
	display: block;
	font-size: 12px;
	color: #0075b9;
	letter-spacing: 2px;
}
.profile-info a {
	color: #4cb493;
}
.profile-info i {
	padding: 15px 35px 0px 35px;
}
.profile-card:hover .profile-pic {
	transform: scale(1.1);
}
.profile-card:hover .profile-info hr {
	opacity: 1;
}
/*  Mas estilos  */

/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 52%;
	right: 52%;
	bottom: 0;
	background: #ffffff;
	border-radius: 50%;
	height: 3px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.profile-card:hover .hvr-underline-from-center:before,
.profile-card:focus .hvr-underline-from-center:before,
.profile-card:active .hvr-underline-from-center:before {
	left: 0;
	right: 0;
	height: 1px;
	background: #cecece;
	border-radius: 0;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
	box-sizing: border-box;
}
.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
	width: auto;
}
.course h6 {
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.course h2 {
	letter-spacing: 1px;
	margin: 10px 0;
	color: #fff;
}
.course-preview {
	background-image: linear-gradient(to right top, #006caf, #005b9e, #004b8d, #013b7b, #012c6a);
	color: #fff;
	padding: 30px;
	max-width: 250px;
	padding-right: 80px;
}
.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	text-decoration: none;
}
.course-info {
	padding: 30px;
	position: relative;
	width: 100%;
}
.btn1 {
	background-color: #012663;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 12px 50px;
	position: unset;
	bottom: 30px;
	right: 30px;
	letter-spacing: 1px;
	transition: 0.25s;
}
.btn1:hover {
	color: white;
	text-decoration: none;
	bottom: 35px;
	background-color: #1e68a0;
	transition: 0.25s;
}
.course-info h6 {
	color: #000;
}
.course-info h2 {
	color: #888888;
	font-size: 12px !important;
	font-family: "Montserrat";
}
/*Estilos del panel de la informacion del proveedor /////////////////////////////////////////////////////////////////*/
.card1 {
	background-color: #ffffff;
	height: 24rem;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.7);
	color: #000150;
}
.card__name {
	margin: 15px;
	font-size: 18px;
	text-align: -webkit-center;
}
.card__image {
	height: 160px;
	width: 190px;
	border-radius: 50%;
	border: 2px solid #272133;
	margin-top: 20px;
}
.social-icons {
	padding: 0;
	list-style: none;
	margin: 1em;
}
.social-icons li {
	display: inline-block;
	margin: 0.15em;
	position: relative;
	font-size: 1em;
}
.social-icons i {
	color: #fff;
	position: absolute;
	top: 0.95em;
	left: 0.96em;
	transition: all 265ms ease-out;
}
.social-icons a {
	display: inline-block;
}
.social-icons a:before {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	content: " ";
	width: 45px;
	height: 45px;
	border-radius: 100%;
	display: block;
	background: linear-gradient(45deg, #040404, #0322ff);
	transition: all 265ms ease-out;
}
.social-icons a:hover:before {
	transform: scale(0);
	transition: all 265ms ease-in;
}
.social-icons a:hover i {
	transform: scale(2.2);
	-ms-transform: scale(2.2);
	-webkit-transform: scale(2.2);
	color: #040404;
	background: -webkit-linear-gradient(45deg, #040404, #0322ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 265ms ease-in;
}
/**/
.is-264x264 {
	width: 110px;
	height: 110px;
}

.our-team {
	padding: 30px 0 40px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.our-team .picture {
	display: inline-block;
	height: 130px;
	width: 130px;
	margin-bottom: 50px;
	z-index: 0;
	position: relative;
}
.our-team .picture::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #006cae;
	position: absolute;
	bottom: 135%;
	right: 0;
	left: 0;
	transform: scale(3);
	transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
	background-color: #012663;
}
.our-team .picture::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #006cae;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
}
.our-team .picture img {
	height: 130px;
	object-fit: cover;
	border-radius: 50%;
	transform: scale(0.7);
	transition: all 0.9s ease 0s;
	box-shadow: 0 0 0 14px #ffffff;
}
.our-team:hover .picture::after {
	background-color: #012663;
}
/*.our-team:hover .picture img{ box-shadow: 0 0 0 14px #ffffff; transform: scale(0.7); }*/
.our-team .title {
	display: block;
	font-size: 15px;
	color: #4e5052;
	text-transform: capitalize;
}
.our-team .social {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #006cae;
	position: absolute;
	bottom: 1px;
	left: 0;
	transition: all 0.3s ease 0s;
}
.our-team:hover .social {
	background-color: #012663;
}
.our-team .social li {
	display: inline-block;
}
.our-team .social li a {
	display: block;
	padding: 10px;
	font-size: 17px;
	color: white;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.our-team .social li a:hover {
	color: #012663;
	background-color: #ffffff;
}

/*                                                                         Diseño de mensajes dentro del chat                                        */
.cont {
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
	margin: 15px;
}
.darker {
	border-color: #ccc;
	background-color: #ddd;
}
.cont::after {
	content: "";
	clear: both;
	display: table;
}
.cont img {
	float: left;
	max-width: 60px;
	width: 100%;
	margin-right: 20px;
	border-radius: 50%;
	height: 60px;
}
.cont img.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.time-right {
	float: right;
	color: #aaa;
}
.time-left {
	float: left;
	color: #999;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #006cae;
	border-color: #006cae;
	margin: 10px;
	border-radius: 26px;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.9rem;
	line-height: 1.25;
	color: #000000;
	background-color: #fff;
	border: 1px solid #dadada;
	margin: 10px;
	border-radius: 26px;
}
.page-item:last-child .page-link {
	border-radius: 26px;
}
.page-item:first-child .page-link {
	border-radius: 26px;
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(1 38 99 / 37%);
}
.page-link:hover {
	background-color: #012663;
	color: #fff;
}

.panel-block:not(:last-child),
.panel-tabs:not(:last-child) {
	border-bottom: 0px solid #ededed !important;
}
.input,
.textarea {
	max-width: 100%;
	width: 100%;
	border: 1px solid #ddd !important;
}
select {
	background-color: #ededed !important;
}

.button.is-secundary {
	background-color: #a9a9a9;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
}
.modal-header {
	border-bottom: 0px solid #dee2e6;
	place-content: center;
}
.modal-header > button {
	display: none;
}
.modal-content {
	border-radius: 35px;
}
.modal-body {
	font-family: "Montserrat";
	font-size: 13px;
	color: #454545;
}
.modal-footer {
	border-top: 0px solid #dee2e6;
}
.alert.alert-fin {
	background-color: #fff;
	font-family: "Montserrat";
	font-size: 12px;
	text-align: -webkit-center;
	padding: 15px 20px;
	border-radius: 20px;
}
.panel {
	border-radius: 8px;
}
/*.items .panel-job {
	border-radius: 8px !important;
}*/
#buscador::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
.carousel-control-next,
.carousel-control-prev {
	opacity: 1 !important;
	filter: drop-shadow(2px 2px 4px black);
}
@media all and (max-width: 480px) {
	.btn-sm-block {
		width: 67%;
		font-size: 12px !important;
		margin-left: 30px;
		height: 35px;
		align-items: center;
		justify-content: center;
		margin-right: 7px;
	}
	.nav-tabs .nav-item {
		width: 100%;
		margin-left: -11px;
		margin-bottom: 3px;
	}
	.btn-primario {
		width: 67%;
		font-size: 12px !important;
		height: 35px;
		text-align: center;
		margin-left: 7px;
	}
}
@media all and (max-width: 980px) {
	.nav-tabs .nav-item {
		width: 100%;
		margin-left: -11px;
		margin-bottom: 3px;
	}
}
.btn-eliminar {
	font-family: "Montserrat";
	font-size: 13px;
	padding: 20px;
	border-radius: 37px;
}
#sec-filtro {
	z-index: 10 !important;
}
#sec-notificaciones {
	max-height: 500px;
	max-width: 350px;
	overflow-y: auto;
	width: 300px;
}
.sin-ver {
	transition: all 600ms;
	color: #ffffff;
	background-color: #006cae;
}
.sin-ver:hover {
	color: #000000;
}
.text-wrap {
	white-space: normal !important;
}
#totnotiper {
	color: #ffffff;
	background-color: #ff0000;
	/*padding: 0px 10px;*/
	border-radius: 100%;
	margin: 0 -20px 0 6px;
	width: 25px;
	height: 25px;
}
.btn-boton {
	background-image: linear-gradient(to right, #006eb1, #0068ab, #0062a5, #015c9e, #015698, #015092, #014b8c, #014586, #013f7f, #013878, #013271, #012c6a);
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px 35px;
	border-radius: 20px;
}
.btn-boton:hover {
	color: #ffffff;
}
/*Scroll de chat /////////////////////////////////////////////////////////////////////////////////////////////////*/
#chat_body::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
#chat_body::-webkit-scrollbar-thumb {
	background: #006aad;
	border-radius: 4px;
}
#chat_body::-webkit-scrollbar-thumb:hover {
	background: #006aad;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
#chat_body::-webkit-scrollbar-thumb:active {
	background-color: #006aad;
}
#chat_body::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 4px;
}
#chat_body::-webkit-scrollbar-track:hover,
#chat_body::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}
/*Scroll del sitio /////////////////////////////////////////////////////////////////////////////////////////////////*/
*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
*::-webkit-scrollbar-thumb {
	background: #006aad;
	border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
	background: #006aad;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-thumb:active {
	background-color: #006aad;
}
*::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 4px;
}
*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}
/*Scroll de tabla ////////////////////////////////////////////////////////////////////////////////////////////////////*/
#categorias::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
#categorias::-webkit-scrollbar-thumb {
	background: #006aad;
	border-radius: 4px;
}
#categorias::-webkit-scrollbar-thumb:hover {
	background: #006aad;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
#categorias::-webkit-scrollbar-thumb:active {
	background-color: #006aad;
}
#categorias::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 4px;
}
#categorias::-webkit-scrollbar-track:hover,
#categorias::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}
/*Scroll de textarea /////////////////////////////////////////////////////////////////////////////////////////////////*/
textarea::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
textarea::-webkit-scrollbar-thumb {
	background: #006aad;
	border-radius: 4px;
}
textarea::-webkit-scrollbar-thumb:hover {
	background: #006aad;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
textarea::-webkit-scrollbar-thumb:active {
	background-color: #006aad;
}
textarea::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 4px;
}
textarea::-webkit-scrollbar-track:hover,
textarea::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}
/*Scroll de tabla idiomas //////////////////////////////////////////////////////////////////////////////////////////*/
#textosTotales::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
#textosTotales::-webkit-scrollbar-thumb {
	background: #006aad;
	border-radius: 4px;
}
#textosTotales::-webkit-scrollbar-thumb:hover {
	background: #006aad;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
#textosTotales::-webkit-scrollbar-thumb:active {
	background-color: #006aad;
}
#textosTotales::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 4px;
}
#textosTotales::-webkit-scrollbar-track:hover,
#textosTotales::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}
/*Modal de configuracion de OpenPay/////////////////////////////////////////////////////////////////////////////////*/
.modal-body.modal-openpay {
	margin-left: 15px;
	margin-right: 15px;
	max-height: 450px;
}
.modal-header > h5.modal-title {
	font-size: 24px;
	font-family: "Montserrat";
}
.modal-body > p {
	font-size: 13px;
	font-family: "Montserrat";
	color: #7c7c7c;
}

/*Scroll de modal //////////////////////////////////////////////////////////////////////////////////////////////////*/
.modal-body::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.modal-body::-webkit-scrollbar-thumb {
	background: #006aad;
	border-radius: 4px;
}
.modal-body::-webkit-scrollbar-thumb:hover {
	background: #006aad;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.modal-body::-webkit-scrollbar-thumb:active {
	background-color: #006aad;
}
.modal-body::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 4px;
}
.modal-body::-webkit-scrollbar-track:hover,
.modal-body::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}
/*Scroll de acuerdo ////////////////////////////////////////////////////////////////////////////////////////////////*/
#acuerdo::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
#acuerdo::-webkit-scrollbar-thumb {
	background: #006aad;
	border-radius: 4px;
}
#acuerdo::-webkit-scrollbar-thumb:hover {
	background: #006aad;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
#acuerdo::-webkit-scrollbar-thumb:active {
	background-color: #006aad;
}
#acuerdo::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 4px;
}
#acuerdo::-webkit-scrollbar-track:hover,
#acuerdo::-webkit-scrollbar-track:active {
	background: transparent;
}

/**************************************Estilos Héctor *****************************************/
h5.card-title.estatus-1 {
	padding: 20px 0;
}
.panel-block {
	padding: 1.5em 0.75em !important;
}
.bandaeraimg {
}
.sin-fondo {
	background: none !important;
	border: none !important;
}
li.btn-user-2 img {
	width: 45px;
	height: 45px;
}
a.btn.btn-secondary.boton-salir {
	font-size: 23px;
	margin: 0 0px 0 12px;
	background: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	padding: 0px 0 0px 0;
	font-weight: 200;
}
.btn-idioma-2 a {
	border: 2px solid #fff;
	background: none;
	border-radius: 45px;
	width: 45px;
	height: 45px;
	padding: 8px 0 0 0;
}
.btn-idioma-2 a:active {
	background-color: #012663 !important;
	border-color: #ffffff !important;
}
.btn-idioma-2 a:hover {
	background-color: #012663;
	border-color: #ffffff;
}
.btn-idioma-2 {
	margin: 0 0 0 15px;
}
a.btn.btn-secondary.boton-salir:hover {
	color: #012663;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: 2px solid #012663;
}
.panel.our-team {
	min-height: 443px;
}
.btn-cambio-contrasenia {
	background-color: #01316f;
	padding: 10px 45px;
	border-radius: 6px;
	border-color: #fff;
}
.btn-notificacion {
	color: #fff;
	background: none;
	border: 2px solid #fff;
	transition: all 0.3s;
}
.btn-notificacion:hover {
	background: #012663;
}
.top-bar {
	background: #006cae;
}
.boton-notificacion {
	margin-top: -28px;
}
body .nav-link.chats {
	background: none;
	margin-right: 13px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 10px;
}
body .nav-link.chats.active {
	color: #fff;
	background-color: #012663;
	-webkit-box-shadow: 5px 5px 36px 6px rgb(0 0 0 / 23%);
	box-shadow: 5px 5px 36px 6px rgb(0 0 0 / 23%);
	border: none;
}
.panel-job {
	background-color: #ececec;
	border-radius: 15px;
	/*border: 1px solid #cacaca;*/
}
.etiqueta-tipo {
	border: 1px solid #868686;
	padding: 4px;
	border-radius: 11px;
}
.sec-metas {
	font-size: 12px;
	color: #868686;
}
.imagen-carrusel-trabajo {
	height: 180px;
	width: 180px;
	object-fit: contain;
	transition: all 0.6s;
}
.border-r-15 {
	border-radius: 15px;
}
.leyenda-ver-detalles {
	color: #ffffff;
}
.centrar-leyenda {
	flex-direction: column;
}
.fondo-overlay .imagen-carrusel-trabajo:hover {
	filter: brightness(0.7);
}
.descripcion-trabajo {
	min-height: 50px;
}
.linea_descripcion_trabajo {
	position: relative;
	padding-left: 20px;
	line-height: 18px;
}
.linea_descripcion_trabajo::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	left: 5px;
	background-color: #adadad;
	top: 25%;
}
.btn-primario {
	background-color: #0074b8;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	transition: all 0.6s;
}
.btn-primario:hover {
	background-color: #006cae;
	border-radius: 6px;
	color: #ffffff;
}
.btn-primario-2 {
	background-color: #fff;
	color: #0074b8;
	font-size: 14px;
	border-radius: 6px;
	transition: all 0.6s;
}
.btn-primario-2:hover {
	background-color: #012663;
	border-radius: 6px;
	color: #ffffff;
}
.toggle {
	cursor: pointer;
	display: inline-block;
}

.toggle-switch {
	display: inline-block;
	background: #ccc;
	border-radius: 16px;
	width: 50px;
	height: 28px;
	position: relative;
	vertical-align: middle;
	transition: background 0.25s;
}
.toggle-switch:before,
.toggle-switch:after {
	content: "";
}
.toggle-switch:before {
	display: block;
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 4px;
	transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
	background: #56c080;
}
.toggle-checkbox:checked + .toggle-switch:before {
	left: 30px;
}

.toggle-checkbox {
	position: absolute;
	visibility: hidden;
}

.toggle-label {
	position: relative;
	top: 2px;
}
.btn-acceso-2 {
	float: right;
}
/*LISTA TRABAJOS*/
.button.is-primary {
	font-size: 14px;
}
@media all and (max-width: 767px) {
	.button.is-primary {
		width: 67%;
		font-size: 12px !important;
		height: 35px;
		text-align: center;
		margin-left: 7px;
		border-inline-width: 26px;
	}
}
@media all and (max-width: 980px) {
	.button.is-primary {
		width: 40%;
		font-size: 12px !important;
		height: 35px;
		text-align: center;
		margin-left: 7px;
		border-inline-width: 8px;
	}
}
/*POSTULANTES*/
.btn_imagen_postulante {
	border-radius: 50px;
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.border-verde {
	outline: 3px solid #28a745;
}
.border-azul {
	outline: 3px solid #012663;
	transition: all 0.3s ease 0s;
}
.our-team:hover img.border-azul {
	outline: 3px solid #006cae;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

/*REGISTRARME*/
.bg-azul {
	background-color: #006cae;
}
.bg-fondo {
	background-color: #eeeeee;
}

/*Estilos Hector*/
.titulo-taller-chat {
	margin-top: 7px;
}
.titulo-chat-trabajo {
	margin-top: 7px;
}
.var1 {
	margin: 20px 0;
}
.var2 img {
	height: 130px;
}
.var3.target {
	margin-top: 76px;
	margin-bottom: -54px;
}
.controles-flechas {
	color: #006cae;
	font-size: 30px;
	position: absolute;
	margin-top: -138px;
	cursor: pointer;
}
.flecha-iza {
	position: absolute;
	left: -210px;
	border: 1px solid;
	border-radius: 4px;
	padding: 0 15px;
}
.flecha-der {
	position: absolute;
	right: -210px;
	border: 1px solid;
	border-radius: 4px;
	padding: 0 15px;
}
.flecha-iza:hover,
.flecha-der:hover {
	color: #fff;
	background: #006cae;
	transition: 0.5s;
}
@media only screen and (max-width: 425px) {

    .redes {
    margin-bottom: 0px;
}

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.panel-job {
		padding-right: 0;
		margin-left: 0;
	}
	/*Estilos Hector*/
	.redes {
		text-align: center;
	}
	.btn-acceso-2 {
		float: none;
		text-align: center;
	}
	.small-logo img {
		margin: -4px 0 0 0;
	}
	.btn-idioma-2 {
		margin: -8px 0px 0 15px;
	}
	ul.menu-sup-izq {
		display: flex;
		margin: 0 0 15px 0;
	}
	.btn-notificacion-resp {
		color: #fff;
		background: none;
		border: 2px solid #fff;
		border-radius: 26px;
		transition: all 0.3s;
	}
}

/* --------- CARRUSEL IMAGENES CARD POSTULANTES ---------*/
.carousel.imagenes_postulantes .target {
	margin: 0;
	display: grid;
	grid-template-rows: 200px 100px;
	grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
	align-items: center;
	justify-items: center;
}

.carousel.imagenes_postulantes main#car {
	grid-row: 1 / 2;
	grid-column: 1 / 8;
	width: 100%;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 600px;
	--items: 5;
	--middle: 3;
	--position: 1;
	pointer-events: none;
}

.carousel.imagenes_postulantes div.it {
	position: absolute;
	width: 300px;
	--r: calc(var(--position) - var(--offset));
	--abs: max(calc(var(--r) * -1), var(--r));
	transition: all 0.25s linear;
	transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));
	z-index: 200;
}

.carousel.imagenes_postulantes div.it:nth-of-type(1) {
	--offset: 1;
}

.carousel.imagenes_postulantes div.it:nth-of-type(2) {
	--offset: 2;
}

.carousel.imagenes_postulantes div.it:nth-of-type(3) {
	--offset: 3;
}

.carousel.imagenes_postulantes div.it:nth-of-type(4) {
	--offset: 4;
}

.carousel.imagenes_postulantes div.it:nth-of-type(5) {
	--offset: 5;
}

.carousel.imagenes_postulantes input:nth-of-type(1) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.carousel.imagenes_postulantes input:nth-of-type(1):checked ~ main#car {
	--position: 1;
}

.carousel.imagenes_postulantes input:nth-of-type(2) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

.carousel.imagenes_postulantes input:nth-of-type(2):checked ~ main#car {
	--position: 2;
}

.carousel.imagenes_postulantes input:nth-of-type(3) {
	grid-column: 4 /5;
	grid-row: 2 / 3;
}

.carousel.imagenes_postulantes input:nth-of-type(3):checked ~ main#car {
	--position: 3;
}

.carousel.imagenes_postulantes input:nth-of-type(4) {
	grid-column: 5 / 6;
	grid-row: 2 / 3;
}

.carousel.imagenes_postulantes input:nth-of-type(4):checked ~ main#car {
	--position: 4;
}

.carousel.imagenes_postulantes input:nth-of-type(5) {
	grid-column: 6 / 7;
	grid-row: 2 / 3;
}

.carousel.imagenes_postulantes input:nth-of-type(5):checked ~ main#car {
	--position: 5;
}

.nueva_notificacion {
	animation: fadeIn 1.2s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background: #0127631f;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		background: #012763d5;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.panel-job {
		padding-right: 30px;
		margin-left: 10px;
	}
}
