/*------------------------------------------------------------------
Template Name: Protem
Version: 1.0
Author: thememor
Author URL : https://themeforest.net/user/thememor
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

* GLOBAL STYLES
* COMMON STYLES
* HEADER STYLES
* ICON BOX / SERVICES STYLES
* INFO STYLES
* TESTIMONIAL STYLES
* ABOUT
* VIDEO BOX
* FEATURES
* GOOGLE MAP
* CONTACT
* MAILCHIMP
* ELEMENTS
* FOOTER
* NEW STYLES
* RESPONSIVE STYLES

-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&family=PT+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'Clear Brain';
	src: url('../fonts/Clear-Brain.ttf') format('truetype');
}

/* GLOBAL STYLES */
html {
	height: auto;
}
header{
	z-index: 4;
}
.clear-brain {
	font-family: 'Raleway', sans-serif;
}

body {

	font-family: 'Raleway', sans-serif;
	color: #555;
	font-weight: 400;
	font-size: 16px;
	height: auto;
	/* background: #FBF7EF url(../images/fondo.svg) no-repeat; */
	/* background:#FBF7EF; */
	background-size: cover;
	padding-top: 0%;
	background-position: top right;

}


/* body.duder-layout{
	background: #F2F4FB 0% 0% no-repeat padding-box;
} */
.container {
	width: 950px !important;
}

/* .navbar-brand>img {
	width: 160px;
} */
.datepicker-grid .datepicker-cell{
	padding: 5px 0px;
}
.datepicker-grid{
	width: 24rem !important;
}
.text-base {
	font-size: 1.5rem !important;
	line-height: 1.5rem !important;
}
	
img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #000000; */
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin: 0;
}

label {
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	padding-left: 0px;
	padding-top: 10px;
}
.crear-solicitud-section .dropzone{

	background-color: #fff;

}
.w-300{
	width:300px;
}
.w-100 {
	width: 100% !important;

}
.bw-form-mode-modal{
	z-index: 999 !important;
}
.text-sm {
	/* font-size: 1.5rem !important;
	line-height: 2rem !important; */
}
.dv-bw_datepicker{

}
.bw-input, .bw-textarea {
	font-size: 1.5rem !important;
	line-height: 1.75rem !important;
}
.prefix svg, .suffix svg {
	height: 1.5rem !important;
	width: 1.5rem !important;
}
.form-group{
	width: 100%;
}
.form-control {
	background: #F1F1F1 0% 0% no-repeat padding-box !important;
	border: 0px solid #707070 !important;
	border-radius: 15px !important;
	height: 50px;
	color:#000;
	font-size: 16px !important;

}
.form-control:focus {
	border-color: none !important;
	outline: 0;
	box-shadow: unset !important;
}
.descripcion-task{
	height:216px !important;
}
select.form-control{
	background: #F1F1F1 right 8px center no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-size: 16px 16px !important; 
}
.bw-select:not(.bw-select-hora_task_mm, .bw-select-hora_task_format, .bw-select-hora_task_hh){
	background: #F1F1F1 0% 0% no-repeat padding-box;
	border: 0px solid #707070 !important;
	border-radius: 15px !important;
	height: 50px;
	color:#000;
	font-size: 16px !important
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.dropzone .dz-preview .dz-filename{
	display:none;
}
.dropzone .dz-preview .dz-progress{
	display:none;
}
.dropzone .dz-preview .dz-remove {
	text-decoration: underline;
}
.alert {
	width: 200px;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 9999;
}

p {
	font-size: 16px;
	color: #555;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

b,
strong {
	font-weight: 700;
}

a {
	color: #3366CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #024d94;
}

a,
a:hover,
a:focus,
button,
button:hover {
	outline: 0;
	text-decoration: none;
	transition: .4s;
}

/* h3 {
	font-weight: bold !important;
	margin: 0px 0 10px !important;
} */
.iti {
width: 100% !important;
}
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* .d-block{
	display: block !important;
} */
.mt-50 {
	margin-top: 50px;
}

.mt-2 {
	margin-top: 2rem;
}

.m-3 {
	margin: 30px 0px;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.body {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent !important;
}

.boxed {
	background: #1F1F39 url(../images/bg/pattern.png) repeat fixed;
}

.boxed .body {
	background: #fff;
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
}

.boxed .navbar-fixed-top {
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
}

.bg-light {
	background-color: #fafafa;
}

/* 2. COMMON STYLES */

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.tc h4 {
	text-align: center !important;
}

.tc p {
	text-align: center !important;
}


/* HEADER STYLES */

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	font-family: 'Raleway', sans-serif;
	border-width: 0;
	border-radius: 0;
	background: transparent;
	top: 60px;
}

.navbar-inverse {
	transition: .4s;
}

/* .navbar {
	min-height: 86px;
	margin-bottom: 0;
	border: none;
} */

.navbar-lg .navbar-brand {
	padding: 1rem 0 !important;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 5px;
	height:auto;
	flex-shrink: 0;
}
.navbar-header {
	display: flex;
	align-content: space-between;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {}
.navbar-right {
	margin-right: 0px !important;
}
/* .navbar-lg .navbar-nav>li>a {

	margin-right: 9px;
	color: #1F1F39 !important;
	background-color: #FFFFFF !important;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	
}
.navbar-lg .navbar-nav>li>a {

	margin-right: 30px;
} */
/* .navbar-lg .notification-bell {
	height: 40px;
	background-color: #FFF;
	width: 40px;
	border-radius: 10px;
} */
/* .navbar-lg .bell-link{
	text-align: center;
	line-height: 40px;
	margin-right: 30px;
}
.navbar-lg .navbar-nav>li>a.nav-link-primary {
	color: #fff !important;
	background-color: #3367cc !important;
	border-radius: 15px;
	font-weight: 700;
} */
/* .navbar-lg .navbar-nav>li>a.nav-link-duder {
	background-color: #D0DFFD !important;
	color: #4065C5 !important;
} */
.navbar-lg .navbar-nav>li>a.btn-header {

	color: #FFFFFF !important;
}

.full-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}


.navbar-lg .navbar-nav>li>a:hover {}

.navbar-contact {
	margin-top: 6px;
	margin-left: 10px;
}

.navbar-contact a {
	padding: 5px 23px !important;
	border-radius: 4px;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin-top: 20px;
	font-size: 22px !important;
}

.navbar-login {
	margin-top: 10px;
	margin-left: 10px;
}

.navbar-login a {

	background: url(../Img/marco.svg);
	border: none;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	color: #fff !important;
	padding: 8px 23px !important;
	font-weight: 700;
	margin-top: 25px;
}

.navbar-login a:hover {
	color: #fff !important;
}

.dropdown-menu {
	/* display: block !important;
padding: 0;
margin: 0;
background: #2F2D2D;
top: 65px;
left: 0 !important;
right: auto !important;
opacity: 0;
visibility: hidden;
transition: .4s; */

}

.btn-facebook {
    background-color: #fff;
    color: #1877F2;
    border: 1px solid #1877F2;
}

.btn-facebook:hover {
    background-color: #1877F2;
    color: #fff;
}


.dropdown-menu li a:after {
	/* display: none; */
}

.navbar-nav>li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transition: .4s;
	border-radius: 0px;
}

.dropdown-menu>li>a {
	padding: 12px 20px;
	color: #000;
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.2px;
	width: 100%;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0px;
	margin-left: 13px;
	border: none;
	background-color: #f3ebd8;
}

.dropdown-menu>li>a:hover {
	color: #3367cc;
	background: transparent;
}

.mega-menu {
	width: 100%;
	position: absolute;
	left: 15px !important;
	right: 0px !important;
	top: 79px;
	max-width: 1155px;
	margin: 0 auto !important;
	float: none;
	padding: 20px 0;
}

.mm-menu,
.navbar-right {
	position: static !important;
	align-self: center;
	margin-left: auto;
}

.mm-menu .dropdown-menu>li>a {
	border-bottom: none;
}

.dropdown-menu>li>a {
	text-transform: none;
}

.section-head {
	position: relative;
	z-index: 55;
}

.section-head h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 25px;
	letter-spacing: 3px;
}

.section-head-lite h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 25px;
	letter-spacing: 3px;
	color: #fff;
}

.section-head-lite p {
	color: #fff;
	opacity: 0.7;
}


/* INTRO STYLES */

.intro {
	position: relative;
}

.intro .container,
.intro img {
	position: relative;
	z-index: 77;
}

.overlay {
	background: #151515;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.center-content-flex{

	display: flex;
	justify-content: center;
	align-items: center;

}
/* Intro */

.intro1 {
	padding: 4% 0 4%;
	height: 100%;
	flex: 1;
	z-index: 1;
}

.intro1 h2 {
	color: #fff;
	font-size: 72px;
	text-transform: none;
	font-weight: 900;
	margin: 0 0 15px;
}

.intro1 p {
	font-size: 16px;
	color: #fff;
}

.intro-form {
	padding: 30px 40px 40px;
	border-radius: 15px;
	background: #fff;
}

.intro-form h4 {
	color: #1F1F39;
	font-size: 25px;
	margin: 5px 0 20px;
	text-align: center;
	font-weight: 700;
}

.intro-form input {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	font-size: 15px;
	padding: 0px 25px;
	height: 48px;
	line-height: 48px;
	color: #222;
	background: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 70px;
	margin-bottom: 18px;
}

.intro-box {
	margin-top: 30px;
}

.intro-box span {
	float: left;
	width: 50px;
	color: #fff;
	font-size: 50px;
}

.intro-box i {
	position: absolute;
	left: 23px;
	line-height: 70px;
	top: 0;
}

.intro-box div {
	margin-left: 75px;
}

.intro-box h4 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2px;
	margin: 0 0 20px;
}

/* Intro */

.hero2 {
	background: url(../images/bg/2.jpg) no-repeat center;
	background-size: cover;
	padding: 190px 0 0;
	margin-bottom: 40px;
}

.hero2 .intro-form2-dark {
	position: relative;
	top: 20px;
	margin-top: 120px;
	padding: 50px;
	background: #024d94;
}

.hero2 .intro-form2-dark input {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	margin: 0;
}

.hero2 h3 {
	color: #333333;
	margin: 0px 0px 30px;
	font-size: 72px;
	font-weight: 900;
}

.hero2 p {
	font-size: 16px;
	font-weight: 400;
	color: #555;
	opacity: 1;
	padding: 0 10%;
	margin: 0 0 -15px;
	line-height: 28px;
}


.intro-form2-dark {
	padding: 35px 40px 40px;
	border-radius: 0px;
	background: #1a1a1a;

}

.intro-form2-dark h4 {
	color: #fff;
	font-size: 26px;
	margin: 0 0 23px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.intro-form2-dark input {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	font-size: 15px;
	padding: 0px 25px;
	height: 42px;
	line-height: 42px;
	color: #999;
	background: #202020;
	border: 2px solid #252525;
	border-radius: 0px;
	margin-bottom: 18px;
}

/* Intro */

.intro3 {
	background: #1F1F39 url(../images/bg/3.jpg) no-repeat center;
	background-size: cover;
	padding: 114px 0 0;
}

.intro3 .overlay {
	opacity: 0.45;
}

.intro3 h3 {
	color: #fff;
	margin: -41px 0px 25px;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

.intro3 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
	padding: 0 0 13px;
}

.intro-newsletter {
	width: 55%;
	margin: 0px auto;
}

.intro-newsletter p {
	margin: 0;
	font-size: 13px;
	color: #fff;
	opacity: 0.7;
	padding: 15px 0 0;
	display: table;
	width: 100%;
	letter-spacing: 0.2px;
	font-weight: 400;
}

.intro-newsletter input {
	height: 50px;
	padding: 0 25px;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 400;
	width: 98%;
	border: none;
	border-radius: 70px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.intro-newsletter button {
	padding: 0;
	height: 50px;
	font-size: 14px;
}

.intro-newsletter-full {
	width: 100%;
	padding: 0 15px;
}

.intro-newsletter-full p {
	margin: 0;
	font-size: 11px;
	color: #fff;
	opacity: 0.7;
	padding: 8px 0 0;
	display: table;
	width: 100%;
	letter-spacing: 0.4px;
	font-weight: 400;
	margin: 0;
}

/* Intro */

.intro4 {
	background: #1F1F39 url(../images/bg/4.jpg) no-repeat top center;
	background-size: cover;
	padding: 220px 0 0;
	margin-bottom: 20px;
}

.intro4 .overlay {
	background: #1F1F39;
	opacity: 0.05;
}

.intro4 h2 {
	color: #1F1F39;
	font-size: clamp(1.5rem, 5vw, 3rem);
	text-transform: none;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 30px 0 15px;
}

.intro4 p {
	font-size: 15px;
	font-weight: 400;
	color: #1F1F39;
	opacity: 0.8;
	padding: 0 13%;
}

.intro4-image {
	top: 100px;
	position: relative;
	margin-top: -20px;
}

/* Intro */

.intro5 {
	background: #1F1F39 url(../images/bg/5.jpg) no-repeat center;
	background-size: cover;
	padding: 150px 0 0;
}

.intro5 .overlay {
	background: #1F1F39;
	opacity: 0.10;
}

.intro5 h2 {
	color: #fff;
	font-size: 75px;
	text-transform: none;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0 0 15px;
}

.intro5 h3 {
	color: #fff;
	margin: 0px 0px 20px;
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.intro5 p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
	padding: 0 10%;
}

.intro5 img {
	margin-top: 60px;
}

/* Intro */

.intro6 {
	background: #1F1F39 url(../images/bg/6.jpg) no-repeat center;
	background-size: cover;
	padding: 0;
	height: 100vh;
}

.intro6 .overlay {
	background: #1F1F39;
	opacity: 0.20;
}

.intro6 .container,
.intro6 .row {
	height: 100vh;
}

.intro6 h2 {
	color: #fff;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0 0 15px;
	text-transform: none;
}

.intro6 p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
	padding: 0 10% 0px;
}

.intro6 p.lead {
	font-size: 35px;
	font-weight: 700;
	color: #024d94;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: Raleway;
}

.intro6 p.lead a {
	color: #fff;
}

/* Intro */

.intro7 {
	background: #1F1F39 url(../images/bg/7.jpg) no-repeat center;
	background-size: cover;
	padding: 185px 0 130px;
}

.intro7 .overlay {
	background: #1F1F39;
	opacity: 0.50;
}

.intro7 h2 {
	color: #fff;
	font-size: 53px;
	text-transform: none;
	font-weight: 200;
	margin: 0 0 15px;
}

.intro7 p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}


/* Why Protem */

.intro-why {
	background: #ffffff;
	background-size: cover;
}

.intro-why h1 {
	font-size: clamp(1.5rem, 5vw, 3rem);
	color: #024d94;
	font-weight: 900;
	margin-bottom: 20px;
}

.why p {
	color: #555;
	font-size: 18px;
	line-height: 26px;
}


/* Products */

.card-product .img-wrap {
	overflow: hidden;
	position: relative;
	height: 330px;
	text-align: center;
}

.product-info h4 {
	font-size: 20px;
}

.card-product .img-wrap img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	border-top-right-radius: 180px;
}

.star img {
	max-width: 100px;
	padding-top: 15px;
}

.card-product .product-info {
	overflow: hidden;
	padding: 25px 25px 25px 10px;
}

.card-product .bottom-wrap {
	padding: 15px;
	border-top: 1px solid #eee;
}

.bm {
	margin-left: 10px !important;
}

.price-new {
	font-weight: bold;
	color: #00323B;
	font-size: 25px;
}


.price-wrap h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}



.nudge-animation {
    animation: nudge 1.5s ease-in-out 0.5s infinite alternate;
}

@keyframes nudge {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.intro8 {
	background: #1F1F39 url(../images/bg/8.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0 0;
}

.intro8 .overlay {
	background: #1F1F39;
	opacity: 0.60;
}

.intro8 h3 {
	color: #fff;
	margin: -40px 0px 30px;
	font-size: 55px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 53px;
}

.intro8 p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 0 20px;
	line-height: 28px;
}

/* Intro */

.intro9 {
	background: #1F1F39 url(../images/bg/9.jpg) no-repeat center;
	background-size: cover;
	padding: 180px 0 0;
	overflow: hidden;
}

.intro9 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 54px;
}

.intro9 p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 10% 20px;
	line-height: 28px;
}

.intro9 img {
	border: 40px solid #1F1F39;
	border-radius: 30px;
	max-width: 90%;
	margin: -50px 11% -100px;
}


.btn {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: none;
	padding: 14px;
	border: none;
	border-radius: 0;
	font-family: Raleway;
	border-radius:15px;
}

.btn i {
	/* margin-left: 10px; */
	position: relative;
	top: 1px;
}
.align-center{
	align-self: center;
}
.align-start{
	align-self: start;
}

.btn .fa {
	/* margin-left: 12px; */
	position: relative;
	top: 0px;
	font-size: 18px;
}
.p-10{
	padding: 10px !important;
}
.btn.btn-logout{
	margin: 0px auto;
	padding: 5px 20px;
	font-size: 14px;
	width: 100%;
}
.btn.btn-primary {
	background: #3366CC;
	border: 0px solid #3366CC;
	color: #fff;
	font-weight: 700;
}
.btn-notification{
	font-size: 10px;
	padding: 0px 10px !important;
	height: 30px;
	line-height: 30px;
	background-color: #E7E7E9 !important;
	color: #1F1F39 !important;

}

.btn.btn-primary:hover {
	background: #3366cc;
	color: #fff;
}

/* .btn.btn-default {
	color: #024d94;
	background-color: #f8d171;
	border: 2px solid #f8d171;
}

.btn.btn-default:hover {
	border: 2px solid #024d94 !important;
	background: transparent;
	color: #024d94;
} */

.btn.btn-light {
	border: 1px solid #4D5464;
	background: transparent;
	color: #4D5464;
}


.btn.btn-light:hover {
	background: transparent;
	color: #4D5464 !important;
}

.btn.btn-ylw {
	color: #1F1F39;
	background-color: #FFB700;
	border: 0px solid #1F1F39;
	width: auto;
	height: 50px;
	padding: 13px 13px;
	line-height: 25px;
}
.btn.btn-grey {
	color: #000;
	background-color: #9DA0A7;
	border: 0px solid #1F1F39;
	width: auto;
	height: 50px;
	padding: 13px 40px;
	line-height: 25px;
}
.btn.btn-grey:hover {
	color: #000;
	background-color: #FFB700;
	border: 0px solid #1F1F39 !important;
}

.btn.btn-ylw:hover {
	background-color: #7297E0;
}

.btn.btn-dark {
	color: #fff;
	background-color: #1F1F39;
	border: 2px solid #1F1F39;
}

.btn.btn-lg {
	font-size: 14px;
}

.btn-select{
	background-color: #FFFFFF !important;
	border:none !important;
	color:#000 !important;
	width: auto;
	height: 50px;
	border: 1px solid #E7E7E7 !important;

	padding: 13px 40px;
	line-height: 21px;
	position: relative !important;
}
.btn-select {
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#fecha-seleccionada {
	font-size: 1rem !important;
	margin-top: 0px;
	color: #6B7280;
	font-weight: 700;
}
.btn-genero{
	padding: 13px 35px;
}
.btn-use-case{
	margin: 0px auto;
	margin-bottom: 16px;
}
.btn.btn-select:hover{
	border: 1px solid #E7E7E7 !important;
}
.active-date-btn{
	background-color: #E7E7E7 !important;
}
.checkmark-img {
	/* position: absolute !important;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px; */
}

.btn-cta {
	padding: 15px !important;
	width: 100%;
	max-width: 300px;
}

.cta-btn {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.025em;
	color: #1F1F39;
	border: 2px solid #1F1F39;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 45px;
	display: table;
	margin: 3px 0;
	float: right;
	padding: 0 20px;
}

/* ICON BOX / SERVICES STYLES */

.services {
	padding: 0px 0 100px;
	background: url(../Img/gatoyperro.svg);
	background-position: left bottom;
	background-color: rgba(0, 190, 99, 0.05);
	background-size: 100%;
	background-repeat: no-repeat;
}



/* INFO STYLES */

.info-content h3 {
	font-weight: 900;
	font-size: clamp(1.5rem, 5vw, 3rem);
	margin: 0px 0 20px;
}

.keysize i {
	color: #222;
	font-size: 28px;
	padding-right: 11px;
}

.info-content h4 {
	font-weight: 400;
	font-size: 30px;
	margin: 0px 0 20px;
	line-height: 40px;
}

.info-content p {
	margin: 0 0 10px;
}

.list li {
	padding: 6px 0 9px 35px;
	position: relative;
	color: #555;
}

.list li i {
	min-width: 30px;
	color: #00BE63;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 25px;
}

/* Review Style */

.review-title h1 {
	font-size: 468px;
	color: #fff;
	font-weight: 700;
	opacity: 0.1;
	margin: -161px 0 -80px 0px;
}

.review {
	background: #00BE63;
	padding-top: 50px;
	padding-bottom: -50px;
}


.review .author {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
}

.review small {
	padding-left: 15px;
	font-weight: 300;
}

.review i {
	color: #fff;
	font-size: 75px;
	margin: 0px auto 30px;
	display: table;
}

.slick-initialized .slick-slide {
	display: block;
	background: #3366CC;
	padding: 70px;
	width: 310px;
	border-radius: 0;

}

.slick-initialized .slick-slide:nth-child(odd) {
	border-top-left-radius: 250px;
	border-bottom-right-radius: 250px;
}

.slick-initialized .slick-slide:nth-child(even) {
	border-top-right-radius: 250px;
	border-bottom-left-radius: 250px;
}

.products-review p {
	font-size: 21px;
	line-height: 33px;
	font-weight: 400;
	color: #fff;
	padding: 0 21% 20px;
	letter-spacing: 0;
	font-style: italic;
}

.products-review.author {
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.2px;
	color: #024d94;
}


.quote2 .slick-dots {
	margin: 15px auto;
	position: relative;
	left: 0;
	display: table !important;
}

.quote2 .slick-dots li {
	float: left;
	margin-right: 7px;
}

.quote2 .slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
}

.quote2 .slick-dots li.slick-active button {
	opacity: 1;
}

.text-white {
	color: #fff !important;
}

.review-text p {
	padding: 0px 15px 5px;
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	text-align: left;
}

.review-text div {
	margin: 0 15px;
}

.review-text div img {
	max-width: 120px;
	padding: 0px 0px 15px 15px;
}

.review-text .slick-dots {
	margin: 50px auto;
	position: relative;
	left: 0;
	display: table !important;
}

.review-text .slick-dots li {
	float: left;
	margin-right: 7px;
}

.review-text .slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
	border: 2px solid #1F1F39;
}

.review-text .slick-dots li.slick-active button {
	opacity: 1;
}



/* ABOUT */

.about-inline {
	padding: 100px 0;
}

.about-inline .ai-slide {
	width: 1080px;
	position: relative;
	margin: 0 auto;
}

.about-inline .ai-slide .center-block {
	width: 1080px;
}

.ai-slide-img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.ai-slide-img {
	position: absolute;
	width: 710px;
	overflow: hidden;
	height: 442px;
	margin: 0 auto;
	display: block;
	left: -7px;
	right: 0;
	top: 39px;
}

.ai-slide-img-inner {
	width: 100%;
}

.ai-slide-img img {
	width: 100%;
	float: left;
}

.about-inline h3 {
	color: #3366CC;
	margin-bottom: 20px;
	font-size: clamp(1.5rem, 5vw, 3rem);
	line-height: 62px;
	font-weight: 900;
}

.about-inline p {
	font-size: 17px;
	margin-top: 15px;
	padding: 0 14%;
}


.info-content2 {
	padding: 50px 0 25px !important;
	background: #3366CC !important;
}

.info-content2 p {
	font-style: italic;
	font-size: 18px;
}

.info-content2 h3 {
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.2px;
	color: #fff;
	text-align: center;
}

.info-content2 p {
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
}

.info-content2 .list li {
	padding: 9px 0 9px 35px;
	font-size: 15px;
	color: #fff;
	position: relative;
}

.info-content2 .list li i {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 7px;
	font-size: 20px;
}


/* Product Featurs */

.Protem-feature {
	padding-left: 20px;
}

.Protem-feature h3 a {
	font-weight: 700;
	font-size: 18px;
	color: #024d94;
}

.Protem-feature p {
	font-weight: 400;
	font-size: 16px;
	color: #555;
	padding-top: 10px;
	margin-bottom: 0;
}

.feature-icon i {
	font-size: 62px;
	color: #024d94;
}

.Protem-feature .box-body {
	padding: 0px 0px 80px;
}

.feature-icon {
	background-color: #f8d171;
	padding: 30px;
}

/* .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
	align-items: center;
} */

.section-referidos .card-header h3 {
	/* background-color: #3366CC; */
	padding: 10px 20px;
	/* border-radius: 50px; */
	/* color: #fff; */
	font-size: 25px !important;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
	display: inline-block;

}

.section-referidos .card-header button {
	font-size: 20px;
	padding: 11px 20px;
	border-radius: 50px;
	height: auto;
	font-weight: 400;
	margin-bottom: 0px;
}

.section-referidos hr {
	margin-left: -20px;
	margin-right: -20px;
	border-top: 2px solid #ebebeb !important;
}


.referidos-input input {
	background-color: #F3EBD8 !important;
	border-radius: 25px !important;
	border: none;
}

.referidos-input button {
	background-color: #ffb702 !important;
	border: none;
}

.referidos-block p {
	font-size: 20px;
	font-weight: 700;
	color: #000 !important;
}

.referidos-block h6 {
	color: #3366CC;
	font-size: 40px;
	border-bottom: 2px solid #ebebeb !important;
	padding-bottom: 20px;
}

/* VIDEO BOX */

.video-box {
	position: relative;
	display: table;
	width: 100%;
}

.video-box img {
	border-radius: 3px;
}

.video-box span {
	width: 100px;
	height: 100px;
	background: #fff;
	color: #1F1F39;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.video-box:hover span {
	width: 105px;
	height: 105px;
	color: #024d94;
	line-height: 105px;
	font-size: 35px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.video-box:hover a span {
	color: #024d94;
}

/* FEATURES */

.features-content {
	padding: 100px 0;
}

.fc-info div {
	padding: 25px 15px;
}

.fc-info h4 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.fc-info p {
	font-size: 14px;
	line-height: 23px;
}

.fc-info a {
	color: #024d94;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	font-family: Raleway;
}

.fc-info a i {
	margin-left: 5px;
}

/* PRICING TABLE */

.pricing {
	padding: 10px 0;
	background: #fff;
}

.pricing__item {
	letter-spacing: 0.2px;
	margin: 0;
	padding: 15px 40px 40px;
	text-align: center;
	color: #1F1F39;
	background: #fff;
	position: relative;

	border: none;
	border-radius: 7px;
}

.pricing__item__popular {
	border-radius: 0 0 3px 3px;
}

.pricing__title {
	font-size: 20px;
	margin: 0px 0px 10px;
	color: #222222;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

.pricing__price {
	width: 255px;
	height: 139px;
	background-color: #f2f2f2;
	margin-left: -40px;
	font-size: 65px;
	font-weight: 700;
	padding: 10px 0 20px;
	color: #1F1F39;
	font-family: Raleway;
	text-align: center;
}

.pricing__price_blue {
	background-color: #024d94 !important;
	color: #FFF;
}

.pricing__currency_blue {
	color: #FFF !important;
}

.pricing__currency {
	font-size: 25px;
	vertical-align: super;
	color: #1F1F39;
}


.pricing__feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 0 0 2.5em;
	list-style: none;
	color: #666;
	padding-top: 30px;
}

.pricing__feature {
	position: relative;
	display: block;
	padding: 0px 0px 20px 0px;
	line-height: 1.5;
	color: #1F1F39;
	text-align: center;
}

.pricing__action {
	margin-top: auto;
	font-size: 1.55em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 30px;
	background: #fff;
	border: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	float: right;
}

.pricing__item .btn {
	background: #024d94;
	border-color: #024d94;
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
}

.pricing__item:nth-child(2) .pricing__action {
	background: #E25ABC;
}

.pricing__item:nth-child(3) .pricing__action {
	background: #7E5AE2;
}

.pricing__action:hover,
.pricing__action:focus {
	background: #1A1F28 !important;
}



/* CLIENTS */

.clients {
	padding: 50px 0;
}

.clients li {
	width: 20%;
	float: left;
	padding: 0 30px;
}

.clients img {
	opacity: 0.7;
	transition: .4s;
	padding-top: 15px;
}

.clients img:hover {
	opacity: 1;
	transition: .4s;
}

/* PAGE HEADER */

.page_head {
	background: url(../images/bg/1.jpg) no-repeat top center;
	background-size: cover;
	padding: 160px 0 80px;
}

.page_head h3 {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin: 0 0 10px;
}

.page_head p {
	color: #fff;
}

/* BLOG STYLES */

.blog-content {
	padding: 70px 0;
	border-bottom: 1px solid #eee;
}

.blog-content article {
	margin-bottom: 60px;
}

.blog-content article .post-cat {
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.8px;
	padding: 4px 12px;
	margin: 0 0 17px;
	display: table;
}

.blog-content article .post-cat.food {
	border: 2px solid #e67e22;
	color: #e67e22;
}

.blog-content article .post-cat.automobiles {
	border: 2px solid #3498db;
	color: #3498db;
}

.blog-content article .post-cat.photography {
	border: 2px solid #1abc9c;
	color: #1abc9c;
}

.blog-content article .post-cat.art {
	border: 2px solid #2ecc71;
	color: #2ecc71;
}

.blog-content article .post-title {
	font-size: 26px;
	letter-spacing: -1px;
	padding: 0 0 10px;
	color: #1F1F39;
	font-weight: 500;
	line-height: 29px;
}

.blog-single .post-title {
	font-size: 34px !important;
}

.blog-content article .post-title a {
	color: #1F1F39;
}

.blog-content article .post-meta {
	font-size: 13px;
	padding: 5px 0 20px;
	display: table;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-transform: uppercase;
}

.blog-content article .post-meta i {
	margin-right: 5px;
}

.blog-content .post-thumb {
	border-radius: 5px;
	margin: 0 0 25px;
	width: 100%;
}

.blog-full-2col h2.post-title {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Raleway;
}

.blog-full-3col h2.post-title {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Raleway;
	line-height: 24px;
}

.rmore {
	color: #024d94;
	font-weight: 400;
	padding: 5px 0 0;
	display: table;
	font-family: Raleway;
	font-size: 13px;
}

.rmore i {
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.pagination {
	display: table;
	margin: 0 auto;
}

.pagination>li>a {
	border-radius: 5px;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	color: #555;
	border: 1px solid #d5d5d5;
}

.pagination>li.active a:hover,
.pagination>li a:hover,
.pagination>li a:focus,
.pagination>li.active a {
	background: #024d94;
	border: 1px solid #024d94;
	color: #fff;
}

.pagination>li>a i {
	font-style: normal;
	position: relative;
	top: -1px;
	font-size: 22px;
}

/* SIDEBAR */

.un-search {
	position: relative;
}

.un-search input {
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 3px solid rgba(0, 0, 0, 0.1);
	padding: 5px 12px;
	outline: none;
}

.un-search:after {
	content: "\f002";
	font-family: fontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.side-widget {
	margin-bottom: 50px;
}

.side-widget h4 {
	margin: 0 0 20px;
}

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_categories ul li {
	padding: 11px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}

.widget_categories ul li:last-child {
	padding: 11px 0 0;
	border-bottom: none;
}

.widget_categories ul li:after {
	content: "\f105";
	font-size: 13px;
	font-family: fontAwesome;
	float: right;
	color: #444;
}

.widget_categories ul li a {
	color: #444;
}

.widget_categories ul li a:hover {
	color: #024d94;
}

.widget_about p {
	font-size: 14px;
}

.tagscloud a {
	display: inline-block;
	color: #444;
	background: #eee;
	margin-right: 1px;
	padding: 7px 10px;
	font-size: 13px;
	margin-bottom: 5px;
}

.side-widget {
	padding: 22px;
	border: 1px solid #eee;
}

/* PORTFOLIO */

.portfolio-item {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.portfolio-2col .portfolio-item {
	width: 50%;
}

.portfolio-3col .portfolio-item {
	width: 33.27%;
}

.portfolio-4col .portfolio-item {
	width: 25%;
}

.portfolio-5col .portfolio-item {
	width: 19.7%;
}

.portfolio-item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.portfolio-item:hover .portfolio-item-overlay {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.portfolio-item-overlay-inner {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.portfolio-item:hover .portfolio-item-overlay-inner {
	bottom: 50px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.portfolio-item img {
	transform: scale(1);
	transition: .25s;
	width: 100%;
}

.portfolio-item:hover img {
	transform: scale(1.1);
	transition: .25s;
}

.portfolio-item-overlay-inner h3 {
	color: #FFF;
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

.portfolio-item-overlay-inner p {
	color: #FFF;
	font-size: 15px;
	padding-top: 3px;
	margin: 0;
}

.portfolio-wrap {
	padding: 80px 0;
	border-bottom: 1px solid #eee;
}

.portfolio-filter {
	display: table;
	margin: 0 auto 45px;
}

.portfolio-filter {
	position: relative;
}

.portfolio-filter li {
	float: left;
	margin: 0 20px;
	font-family: Raleway;
	text-transform: uppercase;
	font-size: 13px;
}

.portfolio-filter li a {
	color: #888;
	border: 2px solid transparent;
	padding: 5px 12px;
}

.portfolio-filter li a.active {
	color: #024d94;
	border: 2px solid #024d94;
}

.sub-about {
	padding: 80px 0;
}

.sub-about h4 {
	font-size: 23px;
	margin: 0 0 18px;
	text-transform: uppercase;
	color: #1F1F39;
}

.sub-about p {
	font-size: 14px;
	line-height: 25px;
}

/* TEAM */

.team {
	padding: 100px 0;
	background: #f2f2f2;
}

.team-box h4 {
	margin: 5px 0 5px;
	font-weight: 700;
	font-size: 20px;
}

.team-box img {
	width: 100%;
}

.team-box small {
	margin: 0px 93px 15px;

	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #909090;
	letter-spacing: 0.2px;
}

.team-box div {
	padding: 20px;
	text-align: center;
}

.team-box div p {
	margin: 0 0 20px;
}

.team-dark {
	background: #1F1F39;
}

.team-dark .team-box h4,
.team-dark .team-box small {
	color: #fff;
}

.team-dark .team-box p {
	color: #fff;
	opacity: 0.5;
}

.social-icons {
	list-style-type: none;
	text-align: right;
	padding: 0px 24px;
}

.social-icons li {
	display: inline-block;
	margin: 0 5px;
}

.social-icons li a {
	padding: 5px;
	font-size: 12px;
	background-color: #A52083;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
}

.social-icons .fa {
	font-size: 25px;
}

.social-icons.icon-circle .fa {
	border-radius: 50%;
}

.social-icons.icon-rounded .fa {
	border-radius: 5px;
}

.social-icons.icon-flat .fa {
	border-radius: 0;
}

.social-icons .fa-adn {
	color: #504e54;
}

.social-icons .fa-apple {
	color: #aeb5c5;
}

.social-icons .fa-android {
	color: #A5C63B;
}

.social-icons .fa-bitbucket,
.social-icons .fa-bitbucket-square {
	color: #003366;
}

.social-icons .fa-bitcoin,
.social-icons .fa-btc {
	color: #F7931A;
}

.social-icons .fa-css3 {
	color: #1572B7;
}

.social-icons .fa-dribbble {
	color: #F46899;
}

.social-icons .fa-dropbox {
	color: #018BD3;
}

.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
	color: #3C599F;
}

.social-icons .fa-flickr {
	color: #FF0084;
}

.social-icons .fa-foursquare {
	color: #0086BE;
}

.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
	color: #070709;
}

.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
	color: #CF3D2E;
}

.social-icons .fa-html5 {
	color: #E54D26;
}

.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
	color: #0085AE;
}

.social-icons .fa-linux {
	color: #FBC002;
	color: #1F1F39;
}

.social-icons .fa-maxcdn {
	color: #F6AE1C;
}

.social-icons .fa-pagelines {
	color: #241E20;
	color: #3984EA;
}

.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
	color: #CC0727;
}

.social-icons .fa-renren {
	color: #025DAC;
}

.social-icons .fa-skype {
	color: #01AEF2;
}

.social-icons .fa-stack-exchange {
	color: #245590;
}

.social-icons .fa-stack-overflow {
	color: #FF7300;
}

.social-icons .fa-trello {
	background-color: #265A7F;
}

.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
	color: #314E6C;
}

.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
	color: #32CCFE;
}

.social-icons .fa-vimeo-square {
	color: #229ACC;
}

.social-icons .fa-vk {
	color: #375474;
}

.social-icons .fa-weibo {
	color: #D72B2B;
}

.social-icons .fa-windows {
	color: #12B6F3;
}

.social-icons .fa-xing,
.social-icons .fa-xing-square {
	color: #00555C;
}

/* 404 STYLES */

.error-content {
	padding: 150px 0;
	border-bottom: 1px solid #eee;
	background-color: #c1c1c1;
}

.error-content h4 {
	color: #fff;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -7px;
	margin: 0 0 17px;
	text-shadow: 3px 4px 5px #aaa;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}

.error-content p {
	font-size: 18px;
	margin: 0 0 40px;
}




/* GOOGLE MAP */

#map {
	width: 100%;
	height: 300px;
	border-radius: 30px;
}

/* CONTACT */

.error {
	background: #ee2b49;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-bottom: 15px;
}

.success {
	background: #00acb3;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-bottom: 15px;
}

#contact-info {
	padding: 0px 0;
	padding-bottom: 0px;
	background: #fafafa;
}

.c-info {
	padding-top: 30px;
	padding-bottom: 25px;
	text-align: left;
}

.c-info i {
	color: #024d94;
	font-size: 45px;
	margin: 0 0 15px;
}

.c-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}

.c-info p {}

.modal-header {
	background: #ffffff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	justify-content: start;
	display: flex;
}
.modal-body {
	position: relative;
	padding: 20px;
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.modal-no-gap {
	gap: 0px !important
}

.modal-header .close {
	align-self: end;
}
.modal-content {
	border-radius: 30px;
}

.close {
	font-size: 36px;
}

#contactForm input {
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	background: #fff;
	border-radius: 0px;
	color: #1F1F39;
	border: 1px solid #fff;
}

#contactForm textarea {
	height: 100px;
	padding: 20px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	color: #fff;
}

#contactForm select {
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 400;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #fff;
	color: #1F1F39;
	font-weight: 700;
	margin: 0 0 20px;
	background: #ffffff;
}

#contact-form button {
	display: table;
	margin: 0 auto;
}

.error-info {
	padding: 180px 0;
}

.error-info h1 {
	font-size: 200px;
}

.error-info p {
	padding: 0px 25%;
}

.statusMessage,
.successmessage,
.errormessage {
	display: none;
	width: 100%;
	background: #fff;
	margin: 0px auto 15px;
	padding: 20px;
	border-radius: 0px;
}

.errormessage p,
.statusMessage p,
.successmessage p {
	margin: 0px !important;
	color: #1F1F39;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 !important;
}

.success-ico {
	background: url(../images/success.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

.error-ico {
	background: url(../images/error.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

#sendingMessage i {
	color: #00BCD4;
	font-size: 18px;
	margin-right: 10px;
}

#incompleteMessage i {
	color: yellow;
	font-size: 18px;
	margin-right: 10px;
}

/* MAILCHIMP */

.ketchup-error {
	display: none !important;
}

#result {
	width: 100%;
	display: table;
	text-align: center;
	font-size: 12px;
	padding: 5px 15px;
	margin-top: 5px;
}

/* ELEMENTS */

.elements-content {
	padding: 0px 0;
}

.border-top {
	border-top: 1px solid #eee;
}

.progress-bar-success {
	background-color: #024d94;
}

.progress {
	margin-top: 40px;
	position: relative;
	overflow: visible;
}

.progress h5 {
	position: absolute;
	top: -22px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #1F1F39;
}

.progress-bar {
	border-radius: 70px;
}

.progress-stack .progress-bar {
	border-radius: 0px;
}

.progress-stack .progress-bar:first-child {
	border-radius: 4px 0 0 4px;
}

.progress-stack .progress-bar:last-child {
	border-radius: 0 4px 4px 0;
}

#accordion .panel-heading {
	padding: 0;
}

.panel-title>a {
	padding-left: 45px !important;
	position: relative;
	color: #3366CC;
}

#accordion .panel-title>a {
	display: block;
	padding: 18px 20px;
	outline: none;
	font-weight: 700;
	text-decoration: none;
	background: transparent;
	font-size: 18px;
	letter-spacing: 0;
}

.accordion-faq .panel-title>a {
	text-transform: none !important;
	color: #1F1F39;
	font-size: 15px !important;
}

#accordion .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
	content: "\f077";
	float: left;
	font-family: 'FontAwesome';
	margin-right: 1em;
	position: absolute;
	left: 15px;
	top: 35%;
	margin-top: -8px;
	font-size: 15px;
	color: #3366CC;
}

#accordion .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
	content: "\f078";
}

#accordion .panel-default>.panel-heading {
	background-color: transparent;
	border-color: #ddd;
}

#accordion .panel {
	margin-bottom: 15px;
	border: 0;
	border-top-left-radius: 31px;
	border-top-right-radius: 31px;
}

#accordion .panel-body {
	padding: 20px 25px;
	line-height: 24px;
	font-size: 15px;
}

.accordion-dark .panel {
	background: transparent;
	border: 1px solid #444;
}

.accordion-dark .panel-default>.panel-heading {
	border-color: #444 !important;
}

.accordion-dark .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #444;
}

.accordion-dark .panel-title>a {
	color: #fff;
}

.faq h4 {
	color: rgb(55, 64, 72);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2px;
}

.faq h4 span {
	color: #024d94;
	font-size: 48px;
	font-family: ubuntu;
	font-weight: 100;
	vertical-align: -moz-middle-with-baseline;
}

.bg-primary {
	background: #024d94;
}

.bg-available {
	background: #F7F5EA;
	padding: 110px 0;
}

.bg-primary-image {
	background: url(../images/5.jpg);
}

.bg-dark {
	background: #222;
}

.bg-dark-image {
	background: url(../images/6.jpg);
}

.nav-tabs {
	border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-width: 0;
}

.nav-tabs>li>a {
	border: none;
	color: #666;
	font-family: Raleway;
	color: #1F1F39;
	text-transform: uppercase;
	font-size: 13px;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
	border: none;
	color: #fff !important;
	background: #a52183 !important;
	border-radius: 0px;
}
.menu-perfil .nav-tabs > li {
	
}
.menu-perfil .nav-tabs{
	border-bottom: 0px solid #DDD;
}

.menu-perfil .nav-tabs > li:first-child a{
 border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
background-color: #f3ebd8;
}

.menu-perfil .nav-tabs > li:last-child a{
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #f3ebd8;
}

/* .nav-tabs>li>a::after {
	content: "";
	background: #024d94;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
} */

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
	transform: scale(1);
}

.tab-nav>li>a::after {
	background: #024d94;
	color: #fff;
}

.tab-pane {
	padding: 15px 0;
}

.tab-content {
	padding: 25px 15px 0;
}

.lead a {
	color: #024d94;
}

.blog-excerpt p {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 25px;
	margin: 0 0 15px;
}

blockquote {
	padding: 11px 20px;
	margin: 20px 3% 30px;
	border-left: 5px solid #024d94;
	line-height: 31px;
	font-style: italic;
	color: #1F1F39;
	font-size: 16px;
	font-family: Raleway;
}

blockquote cite {
	font-family: Raleway;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

blockquote.inverse {
	border-left: none;
	border-right: 5px solid #024d94;
	text-align: right;
}

blockquote.pull-left {
	width: 35%;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

blockquote.pull-right {
	width: 35%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.clients2 {
	list-style: none;
	overflow: hidden;
	display: block;
	width: 100%;
}

.clients2 li {
	width: 20%;
	float: left;
	position: relative;
	padding: 40px 30px;
}

.clients2 li:before {
	content: "";
	height: 100%;
	top: 0;
	left: -1px;
	position: absolute;
	border-left: 1px solid #e5e5e5;
}

.clients2 li:after {
	content: "";
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	position: absolute;
	border-bottom: 1px solid #e5e5e5;
}

.clients2 img {
	opacity: 0.3;
	transition: .4s;
	max-width: 140px;
}

.clients2 img:hover {
	opacity: 1;
	transition: .4s;
}

.process-step .btn:focus {
	outline: none;
}

.process {
	display: table;
	width: 100%;
	position: relative;
}

.process-row {
	display: table-row;
}

.process-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.process-row:before {
	top: 40px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	z-order: 0;
}

.process-step {
	display: inline;
	text-align: center;
	position: relative;
	float: left;
	width: 20%;
}

.process-step p {
	margin-top: 4px;
}

.cupon-label{
	background-color: #A52083;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border-radius: 8px;
	padding: 0px 10px;
	position: absolute;
	right: 16px;
	top: 10px;
	height: 20px;
	line-height: 20px;
}

.btn-circle {
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	padding: 0;
	line-height: 91px;
	font-style: normal;
	border: 1px solid #e5e5e5 !important;
}

.btn-circle:hover,
.btn-info {
	background: #024d94 !important;
	border-color: #024d94 !important;
}

.process-step .btn .fa {
	margin-left: 0;
	position: relative;
	top: 0px;
	font-size: 25px;
}

.process-step small {
	display: block;
	font-family: Raleway;
	color: #1F1F39;
	text-transform: uppercase;
	padding-top: 18px;
}

.process-step2 .btn:focus {
	outline: none;
}

.process2 {
	display: table;
	width: 100%;
	position: relative;
}

.process-row2 {
	display: table-row;
}

.process-step2 button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.process-step2 {
	display: inline;
	text-align: center;
	position: relative;
	float: left;
	width: 25%;
}

.process-step2 p {
	margin-top: 4px;
}

.process-step2 .btn-circle {
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	padding: 0;
	line-height: 91px;
	font-style: normal;
	border: 1px solid #555 !important;
	background: #555;
	color: #fff;
}

.process-step2 .btn-circle:hover,
.process-step2 .btn-info {
	background: #024d94 !important;
	border-color: #024d94 !important;
}

.process-step2 .btn .fa {
	margin-left: 0;
	position: relative;
	top: 0px;
	font-size: 25px;
}

.process-step2 small {
	display: block;
	font-family: Raleway;
	color: #999;
	text-transform: uppercase;
	padding-top: 18px;
}

.process-row2:before {
	top: 40px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 76%;
	height: 1px;
	border-bottom: 1px dashed #555;
	z-order: 0;
	margin: 0 auto;
	display: table;
	left: 0;
	right: 0;
}

.process2+.tab-content h3 {
	color: #fff;
}

.process2+.tab-content p {
	color: #fff;
	opacity: 0.4;
}

/* COMMENTS */

.comments {}

.comments h2 {
	margin: 40px 0px 30px;
	letter-spacing: 4px;
	font-size: 07px;
	text-transform: uppercase;
	font-weight: 500;
}

.comments .media {
	margin: 0px 0px 20px;
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

.media-sub {
	width: 95%;
	margin-left: 5% !important;
}

.media-object {
	display: block;
	border-radius: 50%;
	max-width: 80px;
}

.media-heading {
	margin: 0px 0px 12px;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.media-heading small {
	letter-spacing: 0;
}

.media-body {
	font-size: 13px;
	line-height: 22px;
}

.blog-comment {}

.blog-comment h2 {
	margin: 70px 0px 30px;
	letter-spacing: 4px;
	font-size: 07px;
	text-transform: uppercase;
	font-weight: 500;
}

.comment-form input {
	border: 1px solid #e5e5e5;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 25px;
	border-radius: 0;
	width: 100%;
}

.comment-form textarea {
	border: 1px solid #e5e5e5;
	height: 120px;
	margin-bottom: 15px;
	padding: 25px 25px;
	border-radius: 0;
	width: 100%;
}

/* FOOTER */


footer .list-inline li {
	width: 20%;
	padding: 0;
	display: inline;
	float: left;
}

.contact-info {
	padding: 10px 0;
	text-align: center;
	color: #1F1F39;
	font-weight: 400;
	font-size: 13px;
	border-right: 1px solid #fff;
	font-family: Raleway;
	letter-spacing: 0.5px;
}

.contact-info i {
	color: #024d94;
	display: block;
	font-size: 25px;
	margin-bottom: -5px;
}

.footer-social {
	padding-left: 25px;
	margin-top: 10px;
}

.footer-social a {
	font-size: 19px;
	margin-left: 12px;
	margin-top: 30px;
}

.footer-logo {
	line-height: 110px;
	padding: 0px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1F1F39;
	margin: 0;
	position: relative;
	font-family: Raleway;
	letter-spacing: 4px;
}

.footer-copy {
	background: #00BE63;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.slick-dots {
	margin: 15px auto;
	position: relative;
	left: 0;
	display: table !important;
}

.slick-dots li {
	float: left;
	margin-right: 7px;
}

.slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
}

.slick-dots li.slick-active button {
	opacity: 1;
}



.parallax-content {
	background: #E04A8C;
	background-size: cover;
	padding: 55px 0;
	position: relative;
}

.parallax-content .container {
	position: relative;
	z-index: 55;
}

.parallax-content h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	line-height: 1.5;
}

.parallax-content p {
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 10px 0 0;
}

.parallax-content form {
	position: relative;
	padding-top: 55px;
}

.parallax-content form input {
	border-radius: 28px;
	height: 56px;
}

.parallax-content form button {
	position: absolute;
	top: 58px;
	right: 2px;
	height: 50px;
	border-radius: 28px;
	width: 142px;
	background-color: #3366CC !important;
	border-color: #3366CC !important;
}




#stats1 {
	padding: 40px 0;
}

.stats1-info {
	text-align: center;
}

.stats1-info p {
	color: #1F1F39;
	font-size: 40px;
	margin: 0 0 20px;
	font-family: Raleway;
}

.stats1-info h2 {
	color: #1F1F39;
	font-size: 12px;
	font-family: Raleway;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}

.stats1-info i {
	color: #024d94;
	font-size: 40px;
	margin: 0 auto 25px;
	display: table;
}

#stats2 {
	padding: 40px 0;
}

.stats2-info {
	text-align: center;
}

.stats2-info p {
	color: #fff;
	font-size: 40px;
	margin: 0 0 20px;
	font-family: Raleway;
}

.stats2-info h2 {
	color: #fff;
	font-size: 12px;
	font-family: Raleway;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}

.stats2-info i {
	color: #fff;
	font-size: 40px;
	margin: 0 auto 25px;
	display: table;
}

.elements-content ul h1 {
	font-weight: 800;
}

/* flip boxes */
.flips1 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flips1 p {
	color: #fff;
	opacity: 0.7;
}

.flipscont1 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.flips1_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips1_front img {
	width: 100%;
	height: 259px;
}

.flips1_front img.full {
	width: 100%;
	height: auto;
}

.flips1_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #222;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips1_back .fsoci {
	float: left;
	width: 100%;
	margin: 18px 0px 32px 0px;
}

.flips1_back .fsoci i {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s ease;
}

.flips1_back .fsoci i:hover {
	background: #fff;
	color: #272727;
}

.flips2 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flips2 p {
	color: #fff;
	opacity: 0.7;
}

.flipscont2 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #eee;
}

.flips2_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips2_front img {
	width: 100%;
}

.flips2_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #222;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_front {
	z-index: 1;
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_back {
	z-index: 2;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-sand-transform: rotate(0deg);
}

.review-white.parallax-content {
	padding: 0;
}

.review-white.parallax-content .col-md-6 {
	padding: 120px 30px;
}

.no-margin {
	margin: 0 !important;
}

.dropcap {
	line-height: 28px;
	font-size: 15px;
}

.dropcap .dropcap-square {
	border: 2px solid #e5e5e5;
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
	color: #999;
	font-family: Raleway;
	margin: 8px 10px 0px 0px;
}

.dropcap .dropcap-radius {
	border: 2px solid #e5e5e5;
	border-radius: 3px;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
	color: #999;
	font-family: Raleway;
	margin: 8px 10px 0px 0px;
}

.dropcap .dropcap-round {
	border: 2px solid #E5E5E5;
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 32px;
	text-align: center;
	border-radius: 50%;
	color: #999;
	font-family: Raleway;
	margin: 8px 10px 0px 0px;
}

.dropcap-dark .dropcap-square {
	border: 2px solid #222;
	color: #222;
}

.dropcap-color .dropcap-square {
	border: 2px solid #024d94;
	color: #024d94;
}

.dropcap-dark .dropcap-radius {
	border: 2px solid #222;
	background: #222;
	color: #fff;
}

.dropcap-color .dropcap-radius {
	border: 2px solid #024d94;
	background: #024d94;
	color: #fff;
}

.dropcap-dark .dropcap-round {
	border: 2px solid #222;
	background: #222;
	color: #fff;
}

.dropcap-color .dropcap-round {
	border: 2px solid #024d94;
	background: #024d94;
	color: #fff;
}

.timeline {
	list-style: none;
	padding: 20px 0 50px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline:after {
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: -1px;
	right: 0;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #eeeeee;
}

.timeline>li {
	margin-bottom: 20px;
	position: relative;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-panel {
	width: 45%;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 30px 30px 27px;
	position: relative;
}

.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 78px;
	font-size: 25px;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -35px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}


.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	color: #1F1F39;
	margin: 0 0 12px;
	font-size: 20px;
	text-transform: uppercase;
}

.timeline-body>p,
.timeline-body>ul {
	margin-bottom: 0;
}

.timeline-body>p+p {
	margin-top: 5px;
}

.solicitud-card {
	border: 0px solid #272643;
	border-radius: 32px;
	margin-bottom: 16px;
	background-color: #FFFFFF;
}

.solicitud-card .solicitud-card-header {
	border-bottom: 1px solid #E7E7E7;
	padding: 16px;
	text-align: left;
	display: flex;
	justify-items: center;
	align-content: space-between;
}


.solicitud-card .solicitud-card-header .img-container {
	background-color: #D8D2C5;
	border-radius: 20px;
	width:40px;
	height:40px;
	margin: 5px;
	flex-shrink: 0;
}
.solicitud-card .solicitud-card-header .img-container img {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 10px;

}
.solicitud-card .solicitud-card-header p {
	padding: 0px !important;
	font-size: 1.5rem;
	padding-left: 4px;
	line-height: 2.2rem;
	display: inline-block;
	align-self: center;
	margin-bottom: 0px;
	color: #000000;
	text-align: center;
	/* width: calc(100% + 50px);
	margin-left: -50px; */
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.solicitud-card .solicitud-card-body {
	padding: 16px;
}

.solicitud-card .solicitud-card-body h3 {
	font-size: 1.8rem !important;
	text-align: left;
	font-weight: 500;
	color: #1F1F39;
	margin: 10px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	white-space: normal;
	border-bottom: none;
	height: 40px;
}

.solicitud-card-detalle .solicitud-card-body h3 {
	font-size: 1.8rem !important;
	text-align: left;
	font-weight: 500;
	color: #1F1F39;
	margin: 10px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	white-space: normal;
	border-bottom: none;
	height: auto;
}

.solicitud-card .solicitud-card-body p {}

.solicitud-card .solicitud-card-body p.price {
	font-size: 1.5rem;
	text-align: left;
	font-weight: 600;
	padding: 0px;
}
.solicitud-card .solicitud-card-body p.price-duder {
	text-align: center;
	color: #a52183;
	font-weight: 700;
}

.solicitud-card .solicitud-card-body p.estatus {
	color: #a52783;
	text-align: right !important;
	font-size: 1.5rem;
	font-weight: bold;
}
.solicitud-card .solicitud-card-body .solicitud-detalles {
	border-bottom: 1px solid #E7E7E7;
}

.solicitud-card .solicitud-card-footer {
	padding: 8px;
	border-top: 1px solid #E7E7E7;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.solicitud-card .solicitud-card-footer p {
	color: #A52083;
	font-size: 1.3rem;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-weight: 900;
}

.solicitud-card .solicitud-card-footer.estatus-buscando {
	background-color: #ADC2EB;

}

.solicitud-card .solicitud-card-footer.estatus-buscando p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.solicitud-card .solicitud-card-footer.estatus-base {
	background-color: #a52183;

}

.solicitud-card .solicitud-card-footer.estatus-base p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.solicitud-card-detalle {
	background: #fff !important;
}

.solicitud-card-detalle .solicitud-card-header .editar-btn {
	float: right;
	padding: 0px 10px;
	align-self: center;
}

.solicitud-card-detalle .solicitud-card-body .solicitud-card-estatus {
	max-width: 50%;
	background-color: #A52083;
	color: #fff;
}

.solicitud-card-detalle .solicitud-card-body .solicitud-card-estatus p {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.solicitud-card-detalle .solicitud-card-body .solicitud-card-estatus.estatus-buscando {
	max-width: 50%;
	background-color: #ADC2EB;
	color: #fff;
}

.solicitud-card-detalle .solicitud-card-body p {

	font-size: 16px;
	text-align: left;
}

.solicitud-card-detalle .solicitud-card-body p.price {
	text-align: center
}

.solicitud-card-detalle .solicitud-card-body p.price {
	text-align: left
}

.password-strength {
	width: 100%;
	background-color: #ddd;
	margin-bottom: 15px;
	border-radius: 5px;
}

.password-strength-bar {
	height: 10px;
	width: 0%;
	background-color: red;
	border-radius: 5px;
}

/* Define colors for different strength levels */
.strength-weak {
	width: 25%;
	background-color: red;
}

.strength-medium {
	width: 50%;
	background-color: orange;
}

.strength-strong {
	width: 75%;
	background-color: lightgreen;
}

.strength-very-strong {
	width: 100%;
	background-color: green;
}
.main-slider-img {
	border-radius: 20px;
}
.owl-nav {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
}

.owl-nav .owl-prev {
	position: absolute;
	top: 0;
	left: -40px;
	width: 40px;
}

.owl-nav .owl-next {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
}

.duder-seleccionado-card {
	background: url(../images/duder_base.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 360px;
	height: 246px;
	margin: 0px auto;
	position: relative;

}

.duder-seleccionado-card p {
	position: absolute;
	bottom: 2px;
	width: 100%;
	color: #000;
	font-weight: bold;
	margin: 0px auto;
	padding: 5px 80px;
	line-height: 17px;
}

.duder-seleccionado-card img {
	width: 142px;
	position: absolute;
	top: 56px;
	height: 144px;
	border-radius: 72px;
	left: 109px;
	object-fit: cover;
}

.float-right {
	float: right;

}

.solicitudes-imagenes img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}

/* REGISTER BLOCK SEEKER & DUDER */

.block-register-seeker{
	text-align: center;
	margin-bottom: 50px;
}
.block-register-seeker img{
	width: 60%;
}
.block-register-seeker h1{

	color: #3366CC;
	font-size: 47px;
	margin-top: 30px;
	

}
.block-register-seeker p{

	font-size: 34px;
margin: 30px 0px;

}

.register-section hr{
	border-top: 1px solid #ebebeb !important;
margin: 20px 0px !important;
}

.block-register-seeker hr{
	border-top: 2px solid #707070 !important;
margin: 20px 6% !important;
opacity: .40;
}

/* NEW STYLES */


.seeker-block{
	background: url(../images/fondo_seeker.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 10rem;
}
.seeker-block .row{
	display: flex;
	justify-content: center;

}
.seeker-block .button-block{
	align-self: center;
}

.seeker-block h2{
	font-size: 3rem;
	font-weight: 700;
}
.seeker-block img{
	width: 70%;
}
.seeker-block a{
	position: relative !important;
	bottom: unset !important;
	left: unset !important;
	display: block !important;
	margin: 20px 0px;
	width: 60%;
}
.duder-block{
	background: url(../images/fondo_duder.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 4rem;
	background-position: bottom;
}
.duder-block .row{
	display: flex;
	justify-content: center;

}
.duder-block .button-block{
	align-self: center;
	display: flex;
	justify-content: flex-end;
}
.duder-block h2{
	font-size: 3rem;
	font-weight: 700;
}
.duder-block img{
	width: 70%;
	margin-bottom:-15px;
}
.duder-block a{
	position: relative !important;
	bottom: unset !important;
	left: unset !important;
	right:unset !important;
	display: block !important;
	margin: 20px 0px;
	width: 60%;
}
.my-tasks-block{
	margin:25px 0px;
	background-color: #3366CC;
	margin-top:5px;

}
.my-tasks-block h2{
	font-size:3rem;
	color:#FFF;
	font-weight: 700;
	margin: 20px 0px;
}
.my-tasks-block hr{


}

.my-tasks-block .border-bottom{
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
}
.header-menu{
	flex-direction: row;
	display:flex !important;
}
.header-menu .user-title{
	align-self: center;
	align-content: flex-start;
	flex-shrink: 0;
	background-color: #A52083;
	border-radius: 13px;
}
.header-menu .navbar-right{
display: flex;
justify-content: flex-end;
width:100%;
}
.new-box{
	background-color: transparent !important;
	box-shadow: none !important;
}

.new-box .card-body{
	padding: 20px 15px !important;
}
.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999999;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
	background-color: #FFFFFF;
	padding-top:0px !important
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(255, 255, 255, 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: var(--thm-background);
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 25px;
	padding-top: 20px;
	position: relative;
}
.side-menu__block-inner nav ul{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.side-menu__block .side-menu__block-inner .side-menu__top .side-menu__close-btn{
	align-self: center;
}
.side-menu__block .side-menu__block-inner .side-menu__top{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
}
.side-menu__block .side-menu__block-inner .logo-sidebar{
	width: 150px;
}

.side-menu__block .side-menu__block-inner .login-responsive{
}

.side-menu__block .side-menu__block-inner .register-responsive{
	flex-grow: 1;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;

}

.side-menu__block .side-menu__block-inner  .mobile-nav__container ul li a, .side-menu__block .side-menu__block-inner  .mobile-nav__container ul li p{

}
.side-menu__block .side-menu__block-inner .light-button{


}
.hr-mobile-menu{
	width:50%;
	margin:20px auto;
}
.side-menu__block .side-menu__block-inner .light-button span {
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.side-menu__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 40px;
}

.side-menu__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #A52083;
	font-size: 25px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.side-menu__social a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-webkit-transform: translateY(100%) rotate(180deg) perspective(44px);
	        transform: translateY(100%) rotate(180deg) perspective(44px);
	background-image: linear-gradient(117deg, var(--thm-base) 0%, var(--thm-base) 100%);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.side-menu__social a:hover::before {
	-webkit-transform: translateY(0%) rotate(0deg) perspective(44px);
	        transform: translateY(0%) rotate(0deg) perspective(44px);
}

.side-menu__social a i {
	position: relative;
	z-index: 20;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.crear-solicitud-block{

background-color:#3366CC !important;

}
.crear-solicitud-block .card-header h1 {
	color:#FFF;
}
.crear-solicitud-block .card-header h3 {
	color:#FFF;
}
.crear-solicitud-block .card-body label {

	color:#FFF;

}
.progress-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Adjust the gap between dots as needed */
	padding: 20px 0px;
}

.dot {
    width: 15px; /* Adjust the size of the dots as needed */
    height: 15px;
    background-color: #B5B5B7; /* Default color for dots */
    border-radius: 50%;
    display: inline-block;
}
.login-forms input{
	background-color: #F1F1F1;
}

.dot.current {
    background-color: #FFB700; /* Color for the current step */
}

.progress-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
}

/* Step inactivo: solo círculo gris, sin número */
.step-number-inactive {
    width: calc(32.42 / 928 * 100vw);
    height: calc(32.42 / 928 * 100vw);
    background: #CDD0DD;
    border-radius: 50%;
    display: inline-block;
}

/* Step activo: círculo azul con borde exterior */
.step-number.current {
    width: calc(51.23 / 928 * 100vw);
    height: calc(51.23 / 928 * 100vw);;
    background: #3366cc;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(30.97 / 928 * 100vw);
    font-weight: 600;
    position: relative;
    z-index: 2;
    border: none;
}

.step-number.current::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(80.19 / 928 * 100vw);
    height: calc(80.19 / 928 * 100vw);
    background: transparent;
    border: 2px solid #3366cc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.duder-main-card .dot.current {
    background-color: #3366CC; /* Color for the current step */
}
.solicitud-saved .card-header{

}
.solicitud-saved .card-header::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0px;

}
/* .solicitud-saved img{
	margin-bottom: -55px;
} */
.duder-main-card.duder-perfil-completo .card-header{

}
.duder-main-card.duder-perfil-completo .card-header::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0px;

}
.duder-main-card label{
	color: #000;
}
.price-bigger{
	font-size:2rem;
}
.duder-card {
	display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem;
border: 0px solid #1F1F39;
border-radius: 16px;
margin-bottom: 1rem;
background-color:#FFF;
}

.profile-info {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-right: 1rem;
}

.profile-info img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.profile-details {
	margin-left: 2rem;
	flex-grow: 1;
	text-align: left;
}

.profile-details div {
	margin-bottom: 0.25rem;
}

.rating-reviews {
	display: flex;
	align-items: center;
}

.rating-reviews .stars {
	color: #ffc107; /* Bootstrap's $yellow color */
}

.rating-reviews .stars img{
	width:12px;
	height:12px;
}

.rating-reviews .reviews-count {
	margin-left: 2rem;
	color: #6c757d; /* Bootstrap's $gray-600 color */
}

.btn-outline-primary {
	white-space: nowrap;
height: 40px;
line-height: 37px;
padding: 0px 30px;
vertical-align: unset;
background: #FFF3D3;
border-radius: 10px;
}
.btn-whatsapp{
	padding: 0px 10px;
	margin-right: 0.5rem;
}
.btn-whatsapp i{
	margin-left: 0px !important;
}
.completar-tarea-card{
	display:block !important;
}
.completar-tarea-card h2{
	font-size: 22px;
	color:#1F1F39;

}
.air-datepicker{
	border-radius:20px;
}
textarea.form-control {
	padding: 20px;
	font-size:16px;
}
@media(max-width: 480px) {

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 20px;
	}

	.side-menu__social a {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}
@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
	.cta-one__content{
		padding-top:50px;
	}
}

@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 100%;
	}
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 100%;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

/* Main content */
.main {
    transition: margin-left .5s;
    padding: 16px;
}
.duder-main-card{

	background-color:#FFB700 !important;

}
.profile-actions{
	display: flex;
	justify-content: space-between;

}

.profile-actions a{
	margin-right:5px;
	padding: 10px 20px 10px 20px !important;
	height: unset!important;
}
.profile-actions button{
	padding: 10px 20px 10px 20px !important;
	height: unset!important;

}
.perfil-duder{
	border: 0px solid #272643;
	border-radius: 10px;
	background-color: #FFF;
}
.perfil-duder .profile-info img{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto;
	border: 1px solid #272643;
}
.profile-info {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-right: 1rem;
}

.profile-info img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.profile-details {
	margin-left: 2rem;
	flex-grow: 1;
	text-align: left;
}

.profile-details div {
	margin-bottom: 0.25rem;
}
.bio-duder{
	display: block;
	overflow: hidden;
	word-wrap: break-word;
}

.perfil-duder .rating-reviews {
	display: flex;
	align-items: center;
}

.perfil-duder .rating-reviews .stars {
	color: #ffc107; /* Bootstrap's $yellow color */
	margin: 0px auto;
}

.perfil-duder .rating-reviews .stars img{
	width:40px;
	height:40px
}

.perfil-duder .rating-reviews .reviews-count {
	margin-left: 2rem;
	color: #6c757d; /* Bootstrap's $gray-600 color */
}
.perfil-duder hr{
	margin-left: -50px;
	margin-right: -50px;
	border-top: 1px solid #e7e7e7 !important;
}
.duder-card hr{
	border-top: 1px solid #e7e7e7 !important;
	width: 100%;
}
.monto-task[disabled], .monto-task[readonly]{
	background-color: transparent;
	opacity: 1;
	border-radius: 0px !important;
}
.subtitle-duder{
	font-size: 1.8rem;
font-weight: 700;
}
.whatsapp-button {
	position: fixed;
	bottom: 60px;
	right: 20px;
	background-color: #25d366;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 999999;
}
.whatsapp-button img {
	width: 35px;
	height: 35px;
}
.mb-40-{
	margin-bottom: -55px;
}
@media (max-width: 767px) {


	.btn-soporte{

		padding: 20px 40px !important;
		line-height: 0px !important;
		font-size: 18px !important;
		height: 25px !important;
	}
	.footerLinks a {
		margin: 0px 5px;
		color: #1F1F39;
		line-height: 1rem;
	}

	.mb-40-{
		margin-bottom: -65px;
	}
	.center-content-flex{
		flex-direction: column;
	}

	.owl-duders .item{
		margin: 0px 5px;
	}
	.whatsapp-button {
		bottom: 10px;
		right: 20px;
		right:unset;
	}

	.solicitud-saved .card-header h1{

		font-size: 2rem !important;
		margin-bottom: 0px !important;
		padding: 25px 0px !important;
	}
	duder-main-card.duder-perfil-completo .card-header h1{
		font-size: 32px !important;
		margin-bottom: 0px !important;
		padding: 25px 0px !important;
	}

	.register-section{
		padding: 50px 0 90px !important;
	}

	.block-register-seeker{
		margin-bottom: 0px;
	}
	.block-register-seeker img{
		width: 80%;
	}
	.block-register-seeker h1{
	
		font-size:1.8rem;
		margin-top: 15px;
	}
	.block-register-seeker p{
		font-size: 1.5rem;
		line-height: 1.6rem;
		margin: 15px 0px;
	
	}
	.register-section .img-login-responsive {
		margin-top: 0px;
		max-width: 80%;
		margin: 0px auto;
	}
	ul.timeline:before {
		left: 40px;
	}

	.w-70 {
		width: 100% !important;
	}

	.slick-initialized .slick-slide:nth-child(even) {
		border-top-right-radius: 50px !important;
		border-bottom-left-radius: 50px !important;
	}

	.slick-initialized .slick-slide:nth-child(odd) {
		border-top-left-radius: 50px !important;
		border-bottom-right-radius: 50px !important;
	}

	.feature-block {

		margin: 0px auto;
		padding: 50px !important;
	}

	ul.timeline>li>.timeline-panel {
		width: calc(100% - 105px);
		width: -moz-calc(100% - 105px);
		width: -webkit-calc(100% - 105px);
	}

	ul.timeline>li>.timeline-badge {
		left: 7px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline>li>.timeline-panel {
		float: right;
	}

	ul.timeline>li>.timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline>li>.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

	.timeline::after {
		left: 24px;
		right: auto;
	}

	.social-icons {
		padding: 0px !important;
	}

	.navbar-header {
		margin: 0px !important;
		display: flex;
		justify-content: space-between;
		align-content: center;
	}
	.navbar-header::before {
		content: unset;
	}
	.navbar-header::after {
		content: unset;
	}
	.categoria-img{
		width:40px;
	}
	.saveCategorySolicitud .col-xs-6{
		padding: 0px 5px;
	}

	.saveCategorySolicitud h3{
		padding: 0px 5px;
	}
	.styleBlock img {
		margin-top: 15% !important;
	}



	.seeker-block{
		padding-top: 6rem;
		margin-bottom:0px !important;
	}
	.seeker-block .row{

	
	}
	.seeker-block .button-block{

	}
	
	.seeker-block h2{
		font-size: 2rem !important;
		margin:0px !important;
	}
	.seeker-block img{
		width: 100% !important;
	}
	.seeker-block a{
		width: 100% !important;
		margin: 10px 0px !important;
	}
	.duder-block{
		background-position: top;
		padding-top: 3rem;
	}
	.duder-block .row{

	
	}
	.duder-block .button-block{

	}

	.duder-block h2{
		font-size: 2rem !important;
		margin:0px !important;
	}
	.duder-block img{
		width: 100% !important;
		margin-bottom: -15px;
	}
	.duder-block a{
		width: 100% !important;
		margin: 10px 0px !important;
		margin-top:0px !important;
	}
	.my-tasks-block{
		margin: 15px 0px !important;
		margin-top: 5px !important;
	
	}
	.my-tasks-block h2{
		font-size: 2rem !important;
		margin: 10px 0px !important;
	}
	.my-tasks-block hr{
	
	
	}
	
	.my-tasks-block .border-bottom{
		
	}
	.header-menu{

	}
	.header-menu .user-title{

	}
	.header-menu .navbar-right{

	}
	.new-box{
	
	}
	
	.new-box .card-body{
		
	}

}

.event-list li {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	border: 1px solid #F2EDED;
}

.event-list li time,
.event-list li img {
	width: 110px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}

.event-list li time {
	color: #fff;
	background: #E91E63;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.event-list li:nth-child(2) time {
	background: #673AB7;
}

.event-list li:nth-child(3) time {
	background: #024d94;
}

.event-list li time .day {
	display: block;
	font-size: 41px;
	font-weight: 300;
	margin: 7px 0 -5px;
	font-family: Raleway;
}

.event-list li time .month {
	font-size: 16px;
	font-weight: 300;
}

.event-list li time .year {
	font-size: 16px;
	font-weight: 700;
}

.event-list li .info {
	padding: 15px 30px;
	height: 110px;
	border-left: 0px;
	border-radius: 0 3px 3px 0;
	float: left;
}

.event-list li .info h2 {
	font-size: 16px;
	color: #1F1F39;
	display: table;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: 700;
}

.event-list li .info h2 span {
	display: block;
	font-family: Raleway;
	font-size: 12px;
	color: #222;
	letter-spacing: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.event-list li .info h2 span+span {
	display: block;
	font-family: Raleway;
	font-size: 11px;
	color: #555;
	letter-spacing: 0px;
	margin-top: 15px;
	text-transform: none;
	font-weight: 400;
}

.ticket {
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 27px;
	margin-top: -18px;
	opacity: 0.3;
}

.ticket:hover {
	opacity: 1;
}

.cta-wrap {
	padding: 150px 0 150px;
}

.cta-wrap h1 {
	margin: 0 0 7px;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
}

.cta-wrap.bg-dark h2,
.cta-wrap.bg-primary h2 {
	color: #fff;
}

.cta-wrap.bg-dark p,
.cta-wrap.bg-primary p {
	color: #fff;
	opacity: 0.5;
}

.cta-wrap.bg-dark .cta-btn,
.cta-wrap.bg-primary .cta-btn {
	color: #fff;
	border: 2px solid #fff;
}

.cta-btn:hover {
	background: #024d94;
	border: 2px solid #024d94;
	color: #fff;
}

.cta-wrap.bg-dark .cta-btn:hover {
	color: #fff;
	background: #024d94;
	border: 2px solid #024d94;
}

.cta-wrap.bg-primary .cta-btn:hover {
	color: #fff;
	background: #222;
	border: 2px solid #222;
}

.gold,
.silver,
.plat {
	text-align: center;
	padding: 30px 50px 50px;
	border-radius: 7px;
	box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
}

.gold {
	position: relative;
	top: 0px;
	background: #1F1F39;
	text-align: center;
	border: 2px solid #1F1F39;
}

.pricing2 .gold>.price {
	background: #fff;
	color: #222;
}

.pricing2 .gold>h1,
.pricing2 .gold>h2,
.pricing2 .gold>p,
.pricing2 .gold>span {
	color: #fff;
}

.pricing2 .price {
	height: 120px;
	width: 120px;
	text-align: center;
	background-color: #024d94;
	border-radius: 50%;
	line-height: 120px;
	color: #fff;
	font-size: 40px;
	font-family: Raleway;
	font-weight: 400;
	margin: 20px auto;
}

.pricing2 h1 {
	margin: 20px 0 10px 0;
	font-size: 28px;
	color: #1F1F39;
	font-weight: 700;
}

.pricing2 h2 {
	font-size: 11px;
	color: #555;
	font-weight: 300;
	letter-spacing: 0.2px;
}

.pricing2 p {
	color: #444;
	margin: 10px 0;
	font-weight: 100;
	font-size: 14px;
}

.pricing2 span {
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: inline-block;
	width: 125px;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing2 .btn {
	background: #024d94;
	border-color: #024d94;
	margin: 15px auto 0;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	padding: 12px 35px;
}

.pricing2 .btn:hover {
	background: #1F1F39;
	border-color: #1F1F39;
	color: #fff;
}

.pricing2 .gold .btn:hover {
	background: #fff;
	border-color: #fff;
	color: #1F1F39;
}

#contact-form2 {
	padding: 0;
}

#contact-form2 .google-map,
#contact-form2 #map {
	height: 640px;
}

#contact-form2 .col-md-6 {
	padding: 100px;
}

#contact-form2 .col-md-6 .col-md-6 {
	padding: 0px 15px;
}

#contact-form2 h3 {
	font-size: 40px;
	font-weight: 700;
	margin: 0px 0px 10px;
}

#contact-form2 #contactForm input {
	padding: 0px;
	border-bottom: 2px solid #e5e5e5;
	box-shadow: none !important;
	color: #1F1F39 !important;
}

#contact-form2 #contactForm textarea {
	padding: 15px 0px;
	border-bottom: 2px solid #e5e5e5;
	box-shadow: none !important;
	color: #1F1F39 !important;
}

input:focus,
textarea:focus {
	box-shadow: none;
	outline: 0;
}

.footer2 {
	/* background: url(../images/fondo_footer.svg); */
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 0rem;
	background-position: bottom;
	background-color: #3366cc;
}
.footerLinks{
	display: flex;
	justify-content: center;
}
.footerLinks a{
	margin: 0px 10px;
	color: #1F1F39;
}
.footerP .side-menu__social{
	justify-content: center;
}
.footer2 .google-map {
	border: 1px solid #555;
	padding: 5px;
	height: 290px;
}

.footer2 #map {
	height: 280px;
}

.footer2 #contactForm input {
	height: 43px;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 10px;
	background: #222;
	border: none;
	border-radius: 5px;
	color: #fff;
	border-top: 1px solid #414141;
}

.footer2 #contactForm textarea {
	height: 80px;
	padding: 12px 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	background: #222;
	border: none;
	border-radius: 5px;
	color: #fff;
	border-top: 1px solid #414141;
}

.footer2 h5 {
	color: #1F1F39;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	font-size: 16px;
	letter-spacing: 0px;
}

.footer2 .footer-logo {
	color: #fff;
	display: block;
	padding-top: 22px;
}


.footer2 p {
	color: #1F1F39;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-top: 0px;
}

.footer2 .footer-social a {
	font-size: 26px;
	text-align: center;
	margin-top: 55px;
	color: #f8d171;
}

.footer2 .footer-social {
	padding-right: 0;
	margin-top: -13px;
}

.subscribe-elt .intro-newsletter {
	width: 100%;
	position: relative;
}

.subscribe-elt .intro-newsletter input {
	height: 66px;
	padding: 0 150px 0 25px;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 400;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #555;
	color: #fff;
	border-radius: 3px;
}

.subscribe-elt .intro-newsletter button {
	border-radius: 3px;
	position: absolute;
	top: 11px;
	right: 10px;
	width: 100px;
	font-size: 11px;
	height: 45px;
}

.subscribe-elt h5 {
	color: #ddd;
	font-size: 18px;
	line-height: 26px;
	width: 75%;
	letter-spacing: 0px;
	font-weight: 400;
	margin-top: 5px;
}

.subscribe-elt2 h5 {
	font-family: Raleway;
	font-size: 40px;
	color: #1F1F39;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
}

.subscribe-elt2 p {
	color: #555;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2px;
	opacity: 0.4;
	padding: 10px 0 15px;
}

.subscribe-elt2 .intro-newsletter input {
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 400;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #e5e5e5;
	color: #1F1F39;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
}

.subscribe-elt2 .intro-newsletter button {
	border-radius: 3px;
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	font-size: 14px;
	height: 50px;
}

.subscribe-elt2 {
	padding: 150px 0 160px 0;
}

.subscribe-elt3 h5 {
	font-family: Raleway;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
}

.subscribe-elt3 p {
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2px;
	opacity: 0.4;
	padding: 10px 0 15px;
}

.services-s5 .service-content i {
	display: inline-block;
	font-size: 40px;
	margin: 0 auto 20px;
	padding: 0px;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	color: #024d94;
	width: 90px;
	height: 90px;
	line-height: 88px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-align: center;
}

.services-s5 .service-content i:after {
	content: '';
	position: absolute;
	border: #024d94 solid 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
	border-radius: 50%;
}

.services-s5 .service-content:hover i:after {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border: #024d94 solid 3px;
}

.services-s5 .service-content:hover i {
	color: #fff;
	background: #024d94;
}

.services-s5 .service-content h4 {
	font-size: 19px;
	margin: 5px 0 14px;
	text-align: center;
	font-weight: 700;
}

.services-s5 .service-content p {
	font-size: 13px;
	text-align: center;
}

.icon-features {
	background: #222;
	padding: 80px 0;
}

.feature-left {
	margin: 80px 0 0;
	text-align: right;
	padding-right: 30px;
}

.feature-left li {
	margin-bottom: 30px;
}

.feature-left li i {
	font-size: 45px;
	color: #024d94;
}

.fl-content h4 {
	margin: 30px 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.fl-content p {
	font-size: 14px;
	padding-left: 40px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 40px;
}

.feature-right {
	margin: 80px 0 0;
	text-align: left;
	padding-left: 30px;
}

.feature-right li {
	margin-bottom: 30px;
}

.feature-right li i {
	font-size: 45px;
	color: #024d94;
}

.fr-content h4 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.fr-content p {
	font-size: 14px;
	padding-right: 40px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 40px;
}



.multi-content {
	background: #024d94;
	padding: 100px 0;
}

.multi-content h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
}

.multi-content h2 {
	color: #fff;
	font-size: 34px;
	letter-spacing: 0px;
	padding: 10px 0 15px;
}

.multi-content p {
	color: #fff;
	opacity: 0.7;
}

.multi-content img {
	position: relative;
	top: 100px;
	margin-top: -100px;
	margin-bottom: -100px;
	max-width: 100%;
}

.multi-features {
	background: #1F1F39;
	padding: 140px 0 100px;
}

.multi-features h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0px 18px;
	letter-spacing: 0;
}

.multi-features h4 i {
	font-size: 24px;
	margin-right: 15px;
	position: relative;
	top: 4px;
}

.multi-features p {
	color: #888;
	font-size: 14px;
}

.cf2-wrap {
	max-width: 600px;
	padding: 30px;
}

.parallax5 .col-md-6.bg-dark {
	max-width: 800px;
}


#contact-form2 {
	max-width: 1200px;
	margin: 0 auto;
}

.crear-solicitud-div {}

.crear-solicitud-div .btn {
	position: absolute;
	left: 25px;
	bottom: 18px;
	z-index: 9999;
	/* width: 150px; */
	height: 40px;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
}

.crear-solicitud-div .btn.duder {
	left: unset;
	right: 25px;
}

.crear-solicitud-section {}
.crear-solicitud-section .card{
	padding: 16px 8px;
}
.crear-solicitud-section .progress {
	max-width: 300px;
	border-radius: 20px;
	margin: 0px auto;
	margin-bottom: 20px;
}

.crear-solicitud-section .progress .progress-bar {
	background-color: #A52083;
}

.crear-solicitud-section .btn-ylw {
	width: 260px;
}

.btn-input-group{
	width:auto !important;
}
.crear-solicitud-section .card-header h1 {
	max-width: 100%;
	margin: 0px auto;
	margin-bottom: 25px;
	font-size:2rem;
	font-weight: 700;
}

.position-relative {
	position: relative;
}

.user-title {
	width: auto;
	display: inline-block;
	color: #fff !important;
	margin: 0px;
	line-height: 40px;
	font-size: 18px !important;
	font-weight: 700;
	padding: 0px 13px;
	background-color:#A52083;
	border-radius:13px;
}

.btn-profile {
	min-width: 200px;
	margin-bottom: 20px;
}

/* RESPONSIVE STYLES */

@media only screen and (min-width: 768px) and (max-width: 1230px) {

	footer .list-inline li {
		width: 33.3333%;
	}

	footer .list-inline li:nth-child(4) .contact-info {
		border: none;
	}

	footer .list-inline li:first-child,
	footer .list-inline li:last-child {
		width: 100%;
		text-align: center;
	}

	footer {
		background: #dbdbdb;
		padding: 25px 0 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

	.clients2 img {
		max-width: 100%;
	}

	.about-inline .ai-slide {
		width: 750px;
		position: relative;
	}

	.about-inline .ai-slide .center-block {
		width: 750px;
	}

	.ai-slide-img {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.ai-slide-img {
		position: absolute;
		width: 493px;
		overflow: hidden;
		height: 306px;
		margin: 0 auto;
		display: block;
		left: -7px;
		right: 0;
		top: 26px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

	.container {
		width: 100%;
		max-width: 750px;
	}

	.mega-menu {
		left: 0px !important;
	}

	.navbar-lg .navbar-nav>li>a {
		padding: 40px 5px 35px;
		font-size: 10px;
	}

	.icon-box-square .text-center {
		margin-bottom: 50px;
	}

	.review p {
		padding: 0 30px 07px;
	}

	.pricing__price {
		padding: 35px 0 30px;
		line-height: 20px;
	}

	.pricing__item {
		margin: 0;
		padding: 30px 30px 30px;
	}

	.team .team-box {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.info-content .btn.btn-lg {
		font-size: 11px;
		margin-bottom: 50px;
	}

	.info-content h3 {
		font-size: clamp(1.5rem, 5vw, 3rem);
		margin: 0px 0 20px;
	}

	.info-content p {
		margin: 0 0 10px;
		font-size: 13px;
		letter-spacing: 0.1px;
	}

	.center-content-ipad {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.error-content {
		padding: 100px 0;
	}

	.error-content h4 {
		font-size: 75px;
		letter-spacing: -5px;
	}

	.sidebar {
		padding-top: 50px;
	}

	#contact-info .col-sm-6 {
		margin-bottom: 20px;
	}

	.team {
		padding: 100px 0 70px;
	}

	.portfolio-filter li {
		margin: 0 10px;
	}

	.portfolio-4col .portfolio-item {
		width: 50%;
	}

	.intro-form {
		padding: 30px 30px 40px;
	}

	.intro1 h2 {
		font-size: 42px;
	}

	.intro16 h3 {
		margin: 40px 0px 30px;
	}

	.hl-container {
		width: 100%;
		max-width: 550px;
		position: relative;
		float: none !important;
		margin: 0 auto;
	}

	.intro13 h3 {
		margin: 40px 0px 30px;
	}

	.intro10 h3 {
		margin: 40px 0px 25px;
	}

	.intro8 img {
		margin-top: 40px;
	}

	.intro3 h3 {
		margin: 0px 0px 25px;
		font-size: 38px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 370px) {

	.pricing__price {
		margin-left: -27px;
	}
}

@media only screen and (min-width: 370px) and (max-width: 370px) {

	.pricing__price {
		margin-left: 10px;
	}
}



@media only screen and (min-width: 993px) and (max-width: 4000px) {

	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}

.footerP p:hover {

}

.section-about {
	background-color: #F7F5EA;
}

.w-70 {
	width: 70%
}
.w-50 {
	width: 50%
}

.feature-block {
	text-align: center;
	padding: 50px;
	background-color: #FFFFFF;
	border-radius: 30px;
	background: #fff url(../Img/estrella.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
}

.step-1::after {
	content: "";
	position: absolute;
	bottom: 75%;
	right: 75%;
	background: url(../Img/cubo1.svg);
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: 100%;
}

.step-2::after {
	content: "";
	position: absolute;
	bottom: 13%;
	right: 0px;
	background: url(../Img/cubo2.svg);
	width: 110%;
	height: 110%;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: 100%;
}

.step-3::after {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 10%;
	background: url(../Img/cubo3.svg);
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: 100%;
}

.step-4::after {
	content: "";
	position: absolute;
	bottom: 2%;
	right: 0px;
	background: url(../Img/cubo4.svg);
	width: 110%;
	height: 140%;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: 100%;
}

.feature-block h3 {

	color: #00323B;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 10px;
}

.btn.btn-green {
	color: #FFFFFF;
	background-color: #00BE63;
	border: 2px solid #00BE63;
	border-radius: 28px;
	padding: 5px 30px;
	font-weight: 700;
}

.products-block {
	background-color: #F7F5EA
}

.section-afiliate {
	background: #F2FCF7;
}

.pull-right-content h3 {
	color: #fff;
	padding: 40px 80px;
	text-align: right;
}

.crear-cuenta-section {

	background-position: top;
	background-size: cover;
}

.crear-cuenta-section .card {
	padding: 25px 40px;
	background-color: #fff;
	border-radius: 30px;
	position:relative;
}

.crear-cuenta-section .card .bottom-decoration {
	position: absolute;
	bottom: 11%;
	left: -130px;
	width: 200px;
}

.crear-cuenta-section .top-decoration {
	position: absolute;
	top: -264px;
	height: auto;
	right: -140px;
	width: 500px;
}

.form-relative {
	position: relative;
	z-index: 99999999;
}


/* .crear-cuenta-section .card:before{
content:"";
background: url(../img/duder-caja.svg);
position:absolute;
top:0px;
right:0px;
}
.crear-cuenta-section .card:after{
content:"";
background: url(../img/dudercaja.svg);
position:absolute;
bottom:0px;
left:0px;
} */
.crear-cuenta-section .card .card-body {
	padding: 0px;
}
@media (min-width: 1024px) {
	.btn-home{
		height: 70px !important;
		padding: 30px 20px !important;
		font-size: 27px !important;
		width: 75% !important;
		line-height: 11px !important;
	}
	.btn-home-duder{
		height: 70px !important;
		padding: 30px 20px !important;
		font-size: 27px !important;
		width: 75% !important;
	
		line-height: 11px !important;
	}
	.home-section{
		padding-bottom:0px !important;
		padding-top: 0px;
		
	}
	.home-section .card{
		padding-bottom:0px !important;
	
	}
	.home-section .card .card-body {
		padding-bottom:0px !important;
	}

}

.crear-cuenta-section .card h3 {
	font-size: 2rem;
}

.crear-cuenta-section .card img {}

.crear-cuenta-section .card h4 {
	padding: 0px 0%;
	color: #6d6d6d;
	font-weight: 600;
	margin: 0 auto !important;
}

.crear-cuenta-section .card h4 {
	padding: 0px 0%;
	color: #6d6d6d;
	font-weight: 600;
	margin: 0 auto !important;
}

.crear-cuenta-section .card .crear-cuenta-title {
	font-size: 22px;
}

.crear-cuenta-section .card hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.btn-white:hover {
	background-color: #A52083;
	color: #4065c5 !important;
}

.select-country {
	border: 2px solid #1F1F39;
	background-color: #FFF;
	width: 90px;
}

.dropzone {
	/* min-height: 216px !important; */
	padding: 20px 20px;
	border: 0px solid #1F1F39 !important;
	border-radius: 20px;
}

.crear-cuenta-section .card .card-body a svg {
	width: 20px;
	float: left;
	margin-right: -10px;
	margin-top: 4px;
	left: 20%;
}
.img-postulado{
	margin-bottom: -70px;
	width: 70%;
}

.swal2-actions .swal2-confirm {
	display: block;
	height: 50px;
	border-radius: 15px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 700;
	background: #3366CC !important;
	border: 0px solid #3366CC;
	color: #fff;
	font-weight: 700;
}

.swal2-actions .swal2-deny {
	display: block;
	color: #FFF;
	border: 0px solid #1F1F39;
	height: 50px;
	border-radius: 15px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 700;
}

.swal2-actions .swal2-cancel {
	display: block;
	color: #FFF;
	height: 50px;
	border-radius: 15px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 700;
	background-color: #6e7881 !important;
}

.btn-white {
	border: 1px solid #A9A9A9;
	background: #FFF;
	height: 50px;
	color: #1F1F39 !important;
	width: auto;

}
.btn{
}

.btn-yellow {
	border: 1px solid #A9A9A9;
	background: #FFB700;
	height: 50px;
	color: #000000 !important;
	width: auto;

}
.btn-blue{
	background: #3366CC !important;
	color: #FFF !important;
}

.btn-beige{
	background: #F3EBD8 !important;
	color: #000 !important;
}

.btn-green-whatsapp{
	background: #00a884 !important;
	color: #fff !important;
}

.referido-alert .swal2-html-container {
	padding: 0px 10rem;
}

.referido-alert .swal2-modal {
	width: 64em;
}

.referido-alert .swal2-modal h2 {
	font-size: 34px;
	margin-bottom: 50px;
}

.referido-alert .swal2-modal img {
	width: 48px;
	margin-bottom: 50px;
}

.referido-alert .swal2-modal p {
	font-size: 21px;
	text-align: left;
}

.swal2-modal {
	border-radius: 20px !important;
}

.btn-register {
	background: #D8D2C5;
	border: 0px solid #707070;
}

.btn-header {
	background-color: #A52083;
	color: #fff !important;
	padding: 10px 20px 10px 20px !important;
	height:auto;
}

.crear-cuenta-section p {
	color: #000;
}

.crear-cuenta-section .card .card-steps {
	padding: 20px 0% !important;
}

.crear-cuenta-section .card .card-steps .container-fluid {
	border: 1px solid #3B3A5A;
	border-radius: 31px;
}

.crear-cuenta-section .card .card-steps ul {
	border-bottom: none;
}

.crear-cuenta-section .card .card-steps ul li {
	width: 33%;
}

.ficha-mascota .card .card-steps ul li {
	width: 50%;
}

.crear-cuenta-section .card .card-steps ul li a {
	width: 100%;
	text-transform: none;
	color: #6F7070 !important;
	font-size: 16px;
}

.crear-cuenta-section .card .card-steps ul li a:hover {
	background-color: #00BE63;
	border-radius: 31px;
	color: #3366CC
}

.crear-cuenta-section .card .card-steps ul li.active {
	background-color: #00BE63;
	border-radius: 31px;
}

.crear-cuenta-section .card .card-steps ul li a.active {
	color: #FFFFFF !important;

}

.crear-cuenta-section .card .card-steps h3 {
	font-size: clamp(1.5rem, 5vw, 3rem);
}

.card-steps .nav-tabs>li>a::after {

	content: unset;

}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pet-img {
	border-top-right-radius: 120px;
	max-width: 100%;
}

.dz-image img {
	max-width: 100%;
	;
}

.petBlock {}

.petBlock h3 {}

.petBlock img {
	width: 288px;
	height: 288px;
	object-fit: cover;
	max-width: 100%;
}

.petBlock a {}

.completar-compra-block .card .card-steps ul li {
	width: 20%;
}

.styleBlock {
	cursor: pointer;
	text-align: Center;
	/* width: 110px; */
	height: 114px;
	background-color: #FBF7EF;
	border-radius: 20px;
	position: relative;
	margin-bottom: 15px;
}

.styleBlock img {
	max-width: 100%;
	padding-top: 10%;
	width:40px;
}

.styleBlock.selected {
	border: 2px solid #1F1F39;
}

.styleBlock.selected .selected-check {
	display: block;
}

.styleBlock .selected-check {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	display: none;
	padding-top: 0px;
}

.styleBlock h3 {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #1F1F39;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.preview-carnet {
	background: url(../images/delanteDef.png);
	position: relative;
	width: 360px;
	height: 234px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
	color: #1F1F39;
	font-family: 'PT Mono', monospace;
}

.preview-carnet .carnetName {
	position: absolute;
	top: 68px;
	left: 140px;

}

.preview-carnet .carnetRaza {

	position: absolute;
	top: 103px;
	left: 140px;
}

.preview-carnet .carnetSexo {
	position: absolute;
	top: 103px;
	left: 265px;

}

.preview-carnet .carnetFechaNac {
	position: absolute;
	top: 138px;
	left: 140px;
}

.preview-carnet .carnetPersonaResponsable {

	position: absolute;
	top: 168px;
	left: 140px;
}

.preview-carnet .carnetRUAC {
	position: absolute;
	top: 178px;
	left: 27px;

}

.preview-carnet .carnetImagen {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 73px;
	left: 30px;
	object-fit: cover;

}

.preview-carnet .carnetNacionalidad {
	position: absolute;
	top: 138px;
	left: 265px;

}

.mx-auto {
	margin: 0px auto;
}

.mb-20 {
	margin-bottom: 20px;

}

.width-200 {
	width: 200px;

}

.btn-absolute {
	position: absolute;
	width: 50px;
	height: 50px;
	min-width: 20px;
	margin-bottom: 0px;
	padding: 6px 12px;
	margin-left: 8px;
}

.btn-absolute i {
	margin-left: 0px !important;
}

.ficha-mascota .imgMascota {
	border-top-right-radius: 120px;
	width: 288px;
	height: 288px;
	object-fit: cover;

}

.ficha-mascota .mascotaBlockDetail {}

.ficha-mascota .mascotaBlockDetail label {
	color: #3366CC;
	display: block;

}

.ficha-mascota .mascotaBlockDetail p {


	display: block;
	color: #707070;
	border: 1px solid #44686F46;
	border-radius: 24px;
	height: auto;
	width: 100%;
	padding: 0px;
	line-height: 53px;
	padding-left: 10px;


}

.ficha-mascota .macota-text-blue {
	color: #3366CC;
	font-weight: bold;
	padding: 0px !important;
}

.sub-menu-tabs li {
	width: 20% !important;
	text-align: center;
}

.btn-solicitudes-price {
	border: 0px solid #1F1F39;
	background-color: #fff;
}

.btn-solicitudes-price input {
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.btn-solicitudes-price input:focus {
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.btn-solicitudes-price .btn:hover {
	background: inherit;
	border: none !important;
}

/* .btn-solicitudes-price .btn#minus-btn {
	background-color: #C0C2C6;
	border: none;
	margin-left: 5px;
	color: #000;
}

.btn-solicitudes-price .btn#plus-btn {
	background-color: #C0C2C6;
	border: none;
	margin-right: 5px;
	color: #000;
} */

.btn-solicitudes-price .btn i {
	margin-left: 0px;
}

/* .btn-solicitudes-price .currency {
	position: absolute;
	z-index: 9;
	height: 50px;
	line-height: 50px;
	right: 60px;
	font-weight: bold;
	color: #ccc;
} */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.text-responsive-center {
	text-align: left;
}

.selectInstagram {

	height: 60px;

}

.selectInstagram h3 {

	position: unset;
	line-height: 60px;
	font-weight: bold;

}

.duder-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border: 0px solid #1F1F39;
	border-radius: 32px;
	margin-bottom: 1rem;
	background-color:#FFF;
	flex-direction: column;
}

.profile-info {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-right: 1rem;
	width: 100%;
}

.profile-info img {
	width: 100px !important;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	align-self: center;
}

.profile-details {
	margin-left: 2rem;
	flex-grow: 1;
	text-align: left;
}

.profile-details div {
	margin-bottom: 0.25rem;
}

.rating-reviews {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.rating-reviews .stars {
	color: #ffc107;
	font-size: 3rem;
	/* Bootstrap's $yellow color */
}

.rating-reviews .stars img {
	width: 12px !important;;
	height: 12px;
	display: initial;
}

.rating-reviews .reviews-count {
	margin-left: 0rem;
	color: #6c757d;
	/* Bootstrap's $gray-600 color */
}

div:where(.swal2-container) div:where(.swal2-actions) {

	padding: 0px 8px !important;
}
.estatus-postulados{
	color: #3366ca !important;
	text-decoration: underline;
	font-weight: 700;
}

.btn-outline-primary {
	white-space: nowrap;
	height: 40px;
	line-height: 37px;
	padding: 0px 30px;
	vertical-align: unset;
	background: #FFF3D3;
	border-radius: 10px;
}
.calificacion-duder{
	width:100%;
	text-align:left;
	margin:20px 0px;
}
.calificacion-duder p{

	margin-bottom:0px;


}
.calificacion-duder .rating-reviews .stars img{

	width:24px !important;
	height:24px;

}
input::placeholder {
    color: #999999; /* Replace with the desired color */
    opacity: 1; /* Optional: Ensure full opacity */
}

/* For older versions of Firefox */
input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

/* For older versions of Internet Explorer */
input:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

/* For Edge */
input::-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	color: #999999;
}
.display-flex{
	display:flex;
}

.crear-cuenta-section .card p {
	color: #6d6d6d;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

	.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
		font-size: 12px;
	}

	body {
		background-position: center;
	}

	.styleBlock h3 {
		text-align: center !important;
	}

	.navbar-inner-menu li {
		width: calc(100% - 16px);
		margin: 10px 8px;
		float: left;
		max-width: 150px;
	}

	input[type="text"],
	input[type="number"],
	input[type="email"],
	input[type="password"],
	textarea,
	select {
		font-size: 16px;
	}

	.crear-solicitud-div {
		margin-bottom: 30px;
	}

	.text-responsive-center {
		text-align: center;
	}

	.card-solicitud-finalizada {}

	.btn-white {
		margin-top: 32px !important;
		/* width: 260px !important; */
	}

	.w-100 {
		width: 100% !important;
	}

	.btn-header {
		font-weight: 500;
		font-size: 14px;
		margin-left: 10px !important;
		padding: 5px 10px 5px 10px !important;
		height: 40px;
		line-height: 25px !important;
		width: auto !important;
		margin-top: 8px !important;
	}

	.footer2 .footer-logo {
		text-align: center;
	}

	.feature-icon {
		padding: 60px 30px 30px 30px;
	}

	.card-product .product-info {
		padding: 10px;
	}

	.icon-box-square .text-center {
		margin-bottom: 50px;
	}

	.pricing__price {
		margin-left: 20px;
	}

	.footer2 .footer-social {
		padding-left: 0;
		margin: -24px 140px 22px;
	}

	.footer2 .col-md-4 {
		margin-bottom: 50px;
	}

	.services-s5 .service-content p {
		margin-bottom: 40px;
	}

	.feature-left {
		text-align: center;
		padding-right: 0;
		width: 100%;
	}

	.feature-right {
		text-align: center;
		padding-left: 0;
		width: 100%;
	}

	.fl-content p,
	.fr-content p {
		padding: 0;
	}

	.review .review-text p {
		font-size: 18px;
	}

	.stats1-info h2,
	.stats2-info h2,
	.stats3-info h2 {
		margin-bottom: 40px;
	}

	#stats1,
	#stats2 {
		padding: 120px 0 80px;
	}

	.process-step small {
		display: none;
	}

	.btn-circle {
		width: 50px;
		height: 50px;
		text-align: center;
		font-size: 7px !important;
		border-radius: 50%;
		padding: 0;
		line-height: 58px;
		font-style: normal;
	}

	.process-step .btn .fa {
		font-size: 20px;
	}

	.process-row:before {
		top: 24px;
	}

	.process-step2 small {
		display: none;
	}

	.process-step2 .btn-circle {
		width: 60px;
		height: 60px;
		text-align: center;
		font-size: 7px !important;
		border-radius: 50%;
		padding: 0;
		line-height: 68px;
		font-style: normal;
	}

	.process-row2:before {
		top: 32px;
	}

	.event-list li img {
		display: none;
	}

	blockquote.pull-left {
		width: 100%;
		max-width: 300px;
	}

	blockquote.pull-right {
		width: 100%;
		max-width: 300px;
	}

	.clients li {
		width: 51%;
		float: left;
		padding: 10px 50px;
	}

	.clients2 img {
		max-width: 100%;
	}

	.clients2 li {
		width: 33.333%;
	}

	.about-inline .ai-slide {
		width: 300px;
		position: relative;
	}

	.about-inline .ai-slide .center-block {
		width: 300px;
	}

	.ai-slide-img {
		position: absolute;
		width: 196px;
		overflow: hidden;
		height: 123px;
		margin: 0 auto;
		display: block;
		left: -1px;
		right: 0;
		top: 11px;
	}

	.about-inline h3 br {
		display: inline-block;
	}

	.intro-newsletter {
		width: 75%;
	}

	.h1-point-info {
		width: 250px;
		left: -070%;
	}

	.hl-point2 .h1-point-info {
		width: 250px;
		left: -510%;
	}

	.intro16 img {
		margin-top: 30px;
	}

	.intro16 h3 {
		font-size: 45px;
	}

	.intro17 {
		padding: 130px 0 120px;
	}

	.intro17 h3 {
		margin: 40px 0px 30px;
	}

	.hero2 p {
		padding: 0;
	}

	.hero2 h3 {
		font-size: 38px;
	}

	.intro19 h3 {
		font-size: 38px;
	}

	.intro19 p {
		padding: 0;
	}

	.app-btn a {
		float: none;
	}

	.hero2 h3 {
		font-size: 34px;
	}

	.hero2 p {
		font-size: 15px;
		padding: 0;
	}

	.dual-btn a {
		margin: 0 5px 15px;
	}

	.intro3 h3 {
		font-size: 37px;
	}

	.intro-newsletter input {
		width: 100%;
		margin-bottom: 15px;
	}

	.intro4 h2 {
		font-size: 40px;
		margin: -30px 0 15px;
	}

	.intro1 {
		padding: 24px 0 90px;
		background-position: top;
		background-size: cover;
	}
	.home-section{
		padding-bottom:0px !important;
		padding-top: 0px !important;
	}
	.home-section .crear-solicitud-div{
		margin-bottom:0px !important;
	}
	.home-section .card-footer {
		margin-top: 0px !important;
	}
	.home-section .card-body{
		padding-bottom:0px !important;
	}
	.home-section .card{
		padding-bottom:0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.login-section {
		padding: 40px 0px !important;
	}
	.register-section{
		padding: 50px 0 90px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.crear-cuenta-section .card p {
		padding: 10px 10%;
	}

	.crear-cuenta-section .card .card-body {
		padding: 10px 25px;
	}

	.completar-compra-block .card .card-steps ul li {
		width: 100%;
	}

	.preview-carnet {
		width: 250px;
	}

	.preview-carnet .carnetImagen {
		width: 64px;
		top: 51px;
		left: 21px;
		max-height: 64px;
		object-fit: cover;
	}

	.preview-carnet .carnetName {
		top: 50px;
		left: 101px;
		font-size: 1.2rem;
	}

	.preview-carnet .carnetRaza {
		top: 75px;
		left: 101px;
		font-size: 1.2rem;
	}

	.preview-carnet .carnetSexo {
		top: 75px;
		left: 187px;
		font-size: 1.2rem;
	}

	.preview-carnet .carnetFechaNac {
		top: 96px;
		left: 101px;
		font-size: 1.2rem;
	}

	.preview-carnet .carnetPersonaResponsable {
		top: 119px;
		left: 101px;
		font-size: 1.2rem;
	}

	.preview-carnet .carnetNacionalidad {
		top: 96px;
		left: 187px;
		font-size: 1.2rem;
	}

	.preview-carnet .carnetRUAC {
		top: 125px;
		left: 20px;
		font-size: 1.2rem;
	}

	.sub-menu-tabs li {
		width: 100% !important;
		text-align: center;
	}

	.intro4 p {
		padding: 0;
	}

	.intro4 {
		padding: 220px 0 67px;
		margin-bottom: 20px;
	}

	.intro5 p {
		font-size: 15px;
		padding: 0;
	}

	.intro6 h2 {
		font-size: 45px;
	}

	.intro6 p {
		font-size: 15px;
		padding: 0;
	}

	.intro6 p.lead {
		font-size: 28px;
	}

	.intro6 p.lead a {
		color: #fff;
		display: block;
	}

	.intro6 {
		padding: 100px 0;
	}

	.intro6 .container,
	.intro6 .row {
		height: auto;
	}

	.intro6 {
		padding: 100px 0;
		display: table;
	}

	.intro7 h2 {
		margin: 30px 0 15px;
	}

	.intro7 {
		padding: 120px 0 90px;
	}

	.intro8 h3 {
		font-size: 33px;
		line-height: 43px;
	}

	.intro8 img {
		width: 150%;
		margin-top: 50px;
	}

	.intro9 h3 {
		font-size: 33px;
		line-height: 43px;
	}

	.intro9 img {
		border: 20px solid #1F1F39;
		border-bottom: none;
		border-radius: 15px;
		max-width: 90%;
		margin: 0 5% -30px;
	}

	.intro10 h3 {
		margin: 40px 0px 25px;
	}

	.intro10 {
		padding: 120px 0 70px;
	}

	.intro10-nl {
		width: 100%;
		margin: 0;
	}

	.intro11 h3 {
		font-size: 36px;
	}

	.intro11 {
		padding: 130px 0 100px;
	}

	.intro12 h3 {
		font-size: 34px;
	}

	.intro12 {
		padding: 160px 0 100px;
	}

	.intro12 p {
		padding: 0;
	}

	.intro13 {
		padding: 130px 0 100px;
	}

	.intro13 h3 {
		margin: 30px 0px 30px;
		font-size: 33px;
	}

	.intro14 h3 {
		font-size: 33px;
	}

	.intro14 p {
		padding: 0;
	}

	.features-list li i {
		width: 60px;
		height: 60px;
		line-height: 58px;
		font-size: 23px;
	}

	.intro15 h3 {
		font-size: 45px;
		line-height: 54px;
	}

	.hl-container {
		margin-top: 40px;
	}

	.intro1 h2 {
		font-size: 2rem;
		margin: 10px 0 25px;
	}

	.review p {
		font-size: 20px;
		padding: 0 15px 20px;
	}

	.ai-list ul li i {
		font-size: 40px;
		margin-bottom: 5px;
	}

	.video-box {
		display: block;
	}

	.ai-list ul li {
		display: inline-block;
		color: #1F1F3900;
		min-width: 83px;
		padding: 0 10px;
		font-weight: 700;
		font-size: 12px;
		line-height: 30px;
		border-left: 1px solid #ddd;
		text-transform: uppercase;
		letter-spacing: 0.2px;
	}

	.pricing__item {
		margin: 0 0 30px;
		padding: 30px 30px 30px;
	}

	.pricing__item__popular {
		margin: 70px 0 30px;
	}

	.portfolio-filter li {
		margin: 0 5px 20px;
	}

	.portfolio-item {
		width: 100%;
	}

	.portfolio-2col .portfolio-item {
		width: 100%;
	}

	.portfolio-3col .portfolio-item {
		width: 100%;
	}

	.portfolio-4col .portfolio-item {
		width: 100%;
	}

	.team {
		padding: 100px 0 70px;
	}

	.table-wrap {
		width: 100%;
		overflow: auto;
		overflow-y: hidden;
	}

	.table-wrap table {
		width: 850px;
	}

	.nav-tabs>li>a {

	}

	.icon-box {
		padding: 100px 0 70px;
	}

	.service-box {
		margin-bottom: 30px;
	}

	.service2 {
		padding: 100px 0 70px;
	}

	.service2 .col-md-4 {
		margin-bottom: 30px;
	}

	#contact-info .col-sm-6 {
		margin-bottom: 20px;
	}

	.sidebar {
		padding-top: 50px;
	}

	.pagination>li>a {
		border-radius: 5px;
		margin: 0 1px;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 37px;
		padding: 0;
	}

	.sub-about .text-right {
		text-align: left;
	}

	.sub-about p {
		margin-bottom: 30px;
	}

	.team .no-padding {
		padding: 0 15px !important;
	}

	.team .team-box {
		margin-bottom: 30px;
	}

	.card-footer {
		margin-top: 24px;
	}

	.team {
		padding: 100px 0 70px;
	}

	.crear-cuenta-section .top-decoration {
		display: none !important;
	}

	.navbar-login {
		display: none;
	}

	.navbar-nav>li>.dropdown-menu {
		margin-top: 0px;
		margin-left: 13px;
		border: none;
	}

	.dropdown-menu>li>a {
		display: block;
		padding: 6px 30px;
		font-size: 11px;
		color: #fff;
		text-transform: none;
		border: none;
	}

	.navbar-nav>li>a:hover,
	.dropdown-menu>li>a:hover {
		color: #3366CC !important;
		background: transparent;
	}

	.nav>li>a:hover,
	.nav>li>a:focus {

	}

	.navbar-nav>li>.dropdown-menu {
		margin-bottom: 15px;
	}

	.navbar-lg .navbar-nav>li>a {
		padding: 5px;
		font-size: 12px;
	}

	.navbar-lg .navbar-nav>li {
		/* position: relative;
display: inline-block;
width: 33%;
float: left; */
	}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 0;
		margin-top: -25px;
		margin-right: 15px;
		margin-bottom: 18px;
		background: transparent !important;
		background-image: none;
		border: none !important;
		border-radius: 70px;
	}


	.navbar-toggle .icon-bar {
		display: block;
		width: 20px;
		height: 1px;
		margin-bottom: 4px;
		border-radius: 0px !important;
		transition: .4s;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #1F1F39;
	}

	.navbar-toggle .icon-bar:nth-child(3) {
		display: block;
		width: 16px;
		height: 1px;
		border-radius: 0px !important;
		background: #1F1F39 !important;
	}

	.navbar-toggle:hover .icon-bar:nth-child(3) {
		width: 20px;
	}

	.width-responsive {
		width: 65% !important;
	}

	.section-referidos h3 {
		text-align: center !important;
	}

	.navbar-collapse {
		/* padding-right: 15px;
padding-left: 15px;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
border-top: none;
box-shadow: none;
position: relative;
background: unset;
color: #fff;
top: 0px;
width: 100%;
max-width: 100%;
right: 0;
margin: 0 auto !important;
left: 0;
display: block; */
	}

	.navbar-nav>li>a::after {
		display: none;
	}

	.navbar-default .navbar-nav>li {
		margin-left: 0;
		width: 100%;
		float: none !important;
		display: table;
	}

	.navbar-default .navbar-nav>li a {
		padding: 7px 30px;
	}

	.dropdown-menu:not(.datepicker) {
		display: table !important;
		padding: 0;
		margin: 0;
		border-radius: 0px;
		background: transparent;
		top: 0px !important;
		left: 0 !important;
		right: auto !important;
		opacity: 1;
		position: relative !important;
		visibility: visible;
		transition: .4s;
		margin-left: 15px;
		border: none;
		box-shadow: none;
		width: 100%;
	}

	.navbar-default .navbar-nav>li a {
		padding: 7px 30px;
		border: none !important;
	}


	.error-content h4 {
		font-size: clamp(1.5rem, 5vw, 3rem);
		letter-spacing: -3px;
	}

	.error-content {
		padding: 70px 0;
	}

	.info-content h3 {
		font-size: 28px;
		margin: 40px 0 20px;
	}

	.info-content .btn.btn-lg {
		font-size: 11px;
		margin-bottom: 50px;
	}

	footer .list-inline li {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	footer .list-inline li:last-child {
		border: none;
	}

	.contact-info {
		padding: 30px 0;
		border: none;
	}

	.footer-logo {
		line-height: 40px;
		padding: 0 0 30px;
		text-align: center;
	}

	.footer-social {
		padding-left: 0;
		margin: 0 auto;
		display: table;
	}

	footer {
		padding: 40px 0 40px;
	}

	.page_head h3 {
		font-size: 45px;
	}

	.navbar-lg .navbar-brand {
		height: auto;
	}

	.navbar-brand>img {
		margin-left: 0px;
		width: 150px;
	}

	.menu-button {
		float: right;
		background-color: transparent;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 20px;
		border-radius: 0px;
		color: #3366CC;
		font-size: 20px;
		align-self: center;
	}

	/* .d-flex {
		display: unset !important;
	} */

	.img-login-responsive {
		margin-top: 30px;
	}

	.referido-alert .swal2-html-container{
		padding: 0px 2rem;
	}
	.referido-alert .swal2-modal h2{
		font-size: 20px;
		margin-bottom: 50px;
	}
	.referido-alert .swal2-modal img{
		width:48px;
		margin-bottom: 50px;
	}
	.referido-alert .swal2-modal p{
		font-size: 16px;
		text-align: left;
	}
	.section-referidos .card-header h3 {
		font-size: 24px !important;
		width:100%;
	}
	.section-referidos .card-header button {
		font-size: 24px !important;
		width: 100% !important;
	}


}

/* Hide the menu by default */
.responsive-menu {
	display: none;
}

/* hr {
	border-top: 3px solid #ebebeb !important;
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
} */
.duder-name{
	font-size:2rem;
	margin: 10px 0px;
}
.profile-actions {
	flex-wrap: wrap;
}

.profile-actions a{
	margin: 10px 0px;
	flex: 1 1 50%;
}
.predefined-p{
	line-height: 55px !important;
}
/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
	.responsive-menu {
		display: block;
		padding: 10px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		background-color: #0297b2;
		z-index: 9999;
	}

	.index-section {
		padding: 24px 0px !important;
	}

	.space32 {
		margin-bottom: 32px !important;
	}

	.crear-cuenta-section .card p {
		padding: 2px 0px 10px 0px;
		font-size: 15px;
		/* line-height: 2.1rem !important; */
	}

	.crear-cuenta-section .card .p-subtitle {
		font-size: 18px !important;
		line-height: 1.8rem !important;
		margin-bottom: 1.5rem;
	}

	.crear-cuenta-section .card .p-small {
		font-size: 15px !important;
		line-height: 1.5rem !important;
	}

	hr {
		margin-left: -24px;
		margin-right: -24px;
	}

	.crear-cuenta-section .card .bottom-decoration {
		display: none;
	}

	.footer2 {
		/* display: none; */
	}
	.copyright{
		font-weight:bold !important;
		font-size:14px !important;
	}
	.footer2 p {

		padding-top: 0px;
		font-size: 10px;
		margin: 0px 5px;
	}
	.footerLinks a {
		margin: 0px 0px;
	}
	.footerLinks {
		flex-direction: row;
	}
	.footer-copy {
		display: none
	}

	.container {
		padding-right: 15px;
		padding-left: 15px;
		width: 100% !important;
	}

	.crear-cuenta-section .card {
		padding: 24px;
	}

	.responsive-menu ul {
		list-style: none;
		padding: 0;
		display: flex;
		justify-content: space-around;
	}

	.responsive-menu ul li {
		padding: 10px 0;
		display: flex;
		align-items: center;
	}

	.responsive-menu ul li a {
		text-decoration: none;
		color: #FFF;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.responsive-menu ul li i {
		margin-right: 8px;
		color: #FFF;
	}

	h3 {
		font-size: 45px;
	}

	.pull-right-content h3 {
		color: #fff;
		padding: 40px 0px;
		text-align: center;
	}

	.slick-initialized .slick-slide {
		padding: 20px 0px;
	}

	.crear-cuenta-section .card h3 {
		font-size: 24px;
		text-align: center;
	}

	.crear-cuenta-section .card .card-body a svg {
		left: 10%;
	}

	.crear-cuenta-section .card {
		padding: 16px 8px;
	}

	.solicitud-card-detalle .solicitud-card-body .solicitud-card-estatus.estatus-buscando {
		max-width: 100%;
	}

	.duder-seleccionado-card {
		width: 284px;
		height: 194px;

	}

	.duder-seleccionado-card img {
		width: 112px;
		top: 44px;
		height: 114px;
		border-radius: 72px;
		left: 86px;
	}

	.crear-solicitud-section .card-header h1 {
		font-size: 24px;
	}

	.petBlock {
		margin-bottom: 15px;
	}

	.petBlock img {
		width: 120px;
		height: 120px;
		border-top-right-radius: 20px;
		float: left;
	}

	.petBlock h3 {
		float: left;
		padding-left: 8px;
	}

	.petBlock h4 {
		float: left;
		padding-left: 8px;
	}

	.petBlock a {
		width: 33%;
		padding: 10px 10px;
		float: left !important;
		margin: 8px 0px;
	}

	.petBlock a:first-of-type {
		clear: both;
	}

	.mobile-home {
		background-color: #34CA7E;
		height: 120vh;
		padding: 90px 0px;
	}

	.mobile-home a {
		clear: both;
		width: 80%;
		margin: 10px 0px;
	}

	.about-inline p {
		font-size: 14px;
		margin-top: 15px;
		padding: 0 5%;
	}

	.card-product .img-wrap {

		width: 50%;
		float: left;
		height: auto;
	}

	.card-product .img-wrap img {
		border-top-right-radius: 20px;
	}

	.card-product {
		margin: 15px 0px;
	}

	.card-product .product-info {
		padding: 10px;
	}

	.card-product .product-info .price-wrap a {
		clear: both;
		float: left !important;
		margin-top: 20px;
	}

	.pet-img {
		border-top-right-radius: 20px;
	}

	.about-inline {
		padding: 0px;
	}

	.crear-cuenta-section .card .card-footer a {
		width: 80%;
		margin: 0px auto;
		float: unset !important;
		margin-bottom: 10px;
	}

	.chat-window {

		width: 100% !important;
		height: calc(100% - 40px) !important;
		right: 0px !important;
	}

	.rating-reviews {
		display: block !important;
		align-items: start !important;
		text-align: center;
	}

	.rating-reviews .reviews-count {
		margin-left: 0rem !important;

	}

	.profile-details {
		margin-left: 1rem !important;
		text-align: center !important;
	}

	.profile-info {

		display: flex !important;
		text-align: center;
		flex-direction: column;
		align-items: center;
		align-content: center;

	}
	.profile-actions {
		flex-wrap: wrap;
	}

	.profile-actions a{
		margin: 10px 0px;
		flex: 1 1 50%;
	}
	.details-duder{
		display: block;
		width: 100%;
		text-align: center;
		margin: 15px 0px;
	}

	.profile-actions button{
		margin: 10px 0px;
		flex: 1 1 100%;
	}

	.profile-info img {
		width: 80px !important;
		height: 80px !important;
	}

	.rating-reviews .stars img {
		width: 12px !important;
		height: 24px !important;
	}

	.perfil-duder {
		padding: 16px !important;
		margin-right: 20px;
		margin-left: 20px;
	}

	.perfil-duder .rating-reviews .stars img {
		width: 40px !important;
		height: 40px !important;
	}

	.perfil-duder hr {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}

	.btn-absolute {
		position: absolute;
		width: 50px !important;
		margin-top: 0px !important;
	}

	.chat-iframe {
		height: calc(100% - 0px) !important;
	}
	.predefined-landing{
		padding: 20px 0 90px !important;
	}
	.predefined-p{
		line-height: 2.5rem !important;
		padding: 0px 15px;
	}

}
.messenger-title {
	text-transform: none !important;
}

.select2-container--default .select2-selection--single {

	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #44686f46;
	border-radius: 24px !important;
	height: 53px !important;
}

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 53px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 53px !important;
}

.input-phone-group {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 600px) {
    input,
    textarea,
    select {
        font-size: 16px;
    }
}

/**Separador**/

.separator {
	display: flex;
	align-items: center;
	text-align: center;
	color: #666;
	margin: 20px 0;
  }
  
  .separator::before,
  .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ccc;
  }
  
  .separator span {
	padding: 0 10px;
  }

  /***Footer***/

  .simple-footer{
	padding: 25px 0px;
  }
  .simple-footer .copyright{
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 0px;
  }
  .img-footer{
	width: 160px;
	margin: 0px auto;
	margin-bottom: 10px;
  }


  /***Testimonial Register***/


.intro .row {
    display: flex;
    flex-wrap: wrap;
}

/* .intro .row > [class*='col-'] {
    display: flex;
} */
.login-box,
.testimonial-card {
    width: 100%;
}
.testimonial-carousel {
    height: 100%;
}

.testimonial-carousel .carousel-inner {
    height: 100%;
}

.testimonial-carousel .item {
    height: 100%;
}

.testimonial-card {
    height: 100%;
    background: white;
    border-radius: 30px;
    overflow: hidden; /* Importante para que la imagen no sobresalga de los bordes */
    display: flex;
    flex-direction: column;
    margin: 0; /* Eliminamos el margin */
}

.testimonial-image {
	position: relative;
    flex: 1;
    margin: 0;
    padding: 0;
}

.testimonial-image img {

    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

.testimonial-content {
	padding: 40px 20px;
    background: white;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.testimonial-author {
	font-size: 14px !important;
	color: #0C121D !important;
	margin: 0;
	font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {

	.intro .row {
        display: block;
    }

    /* .intro .row > [class*='col-'] {
        display: block;
    } */

    .testimonial-image {
        height: 300px;
    }
    .testimonial-card {
        margin: 10px;
    }
    
    .profile-image {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .testimonial-author {
        font-size: 12px;
    }
}


/***Task Cards***/


.delivery-requests__container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.delivery-requests__track-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.delivery-requests__track {
    display: flex;
    position: relative;
    white-space: nowrap;
    will-change: transform;
    transition: transform 0.1s linear;
    padding: 0 calc((100vw - 950px) / 2); /* Ajusta según el ancho de tu container */
}

.delivery-request-card {
    flex: 0 0 300px;
    margin: 0 15px;
    padding: 20px;
    background: white;
    border-radius: 10px;

    white-space: normal;
}

.delivery-request-card__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
}

.delivery-request-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.delivery-request-card__content {
    flex-grow: 1;
}

.delivery-request-card__category {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
	line-height: 1.2;
}

.delivery-request-card__title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px !important;
	line-height: 1.2;
}

.delivery-request-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery-request-card__price {
    font-size: 16px;
    font-weight: 500;
    color: #333;
	font-weight: 700;
	line-height: 1.2
}

.delivery-request-card__rating {
    width: 80px;
    height: auto;
}

/***Select Categories***/

.service-selector {
    padding: 20px;
}

.service-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.service-option {
    flex: 0 1 auto; /* Esto permite que el ancho se ajuste al contenido */
    max-width: 100%; 
}

.service-checkbox {
    display: none !important;
}

.service-label {
	display: inline-block; 
	white-space: nowrap;
	padding: 10px 15px;
	background-color: #FFFFFF;
	border-radius: 15px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s ease;
	font-size: 12px;
	border: 1px solid #E7E7E7;
}

.service-checkbox:checked + .service-label {
    background-color: #E7E7E7;
}

.complete-account {
    margin-top: 20px;
    border-radius: 25px;
}

/* Responsive */
@media (max-width: 768px) {
    .service-option {
		flex: 0 1 auto;
    }
}


.delegate-background{
	background: url(../images/delegate-background.jpg) no-repeat center center;
	background-size: cover;
}
/* Overlay oscuro */
.delegate-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según necesites */
    z-index: 1;
}

/* @supports (-webkit-touch-callout: none) and (max-width: 768px) {
    .delegate-content h2 {
		font-size: 2rem !important;
		margin-bottom: 3rem !important;
        -webkit-text-size-adjust: none;
    }
}
@media screen and (max-width: 320px) {
    .delegate-content h2 {
        font-size: 1.2rem !important;
		margin-bottom: 1rem !important;
    }
} */

/* Dispositivos pequeños */
/* @media screen and (min-width: 321px) and (max-width: 375px) {
    .delegate-content h2 {
        font-size: 1.4rem !important;
		margin-bottom: 2rem !important;
    }
	.delegate-content h2:after{
		top: -125px !important;

	}
} */

/* Dispositivos medianos */
/* @media screen and (min-width: 376px) and (max-width: 414px) {
    .delegate-content h2 {
		font-size: 2rem !important;
		margin-bottom: 3rem !important;
		padding: 0px 5rem 0px 15px !important;
    }
} */

/* Dispositivos grandes */
/* @media screen and (min-width: 415px) and (max-width: 480px) {
    .delegate-content h2 {
		font-size: 2rem !important;
		margin-bottom: 3rem !important;
    }
} */

/* @media (min-width: 768px) and (max-width: 991px) {
    .delegate-content h2 {
        font-size: 2rem;
    }

    .delegate-input,
    .delegate-button {
        font-size: 14px;
    }

    .delegate-button {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .delegate-content h2 {
        font-size: 3rem;
		font-weight: 600;
    }
} */

/* .delegate-content {
    max-width: 900px;
    margin: 0 auto 0 0;
	position: relative;
}
.delegate-content h2 {
    font-size: 2.5rem;
    line-height: 1.2;
	margin-bottom: 25px;
	color: #ffffff;
	margin-top: 25px;
}
@media (max-width: 767px) {
.delegate-content h2 {
    font-size: 2.5rem;
    line-height: 1.2;
	margin-bottom: 1rem;
	color: #ffffff;
	margin-top: 15px;
	position: relative;
	z-index: 3;

} 
.delegate-content h2:after :not(.predefined-task-title){
	content: '';
    position: absolute;
    top: -109px;
    left: 0px;
    right: 0px;
    height: calc(100% + 3rem + 35px + 74px);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/delegate-mobile.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}

}	

@media (max-width: 767px) {
    .delegate-section {
        padding: 30px 0;
		margin-top: -75px;
		padding-top: 95px;
		padding-bottom: 0px;
    }
	.title-delegate{
		padding-left: 15px;
		font-weight: 600;
	}
    .delegate-content h2 {
        font-size: 1.8rem;
    }
    
    .delegate-input-group {
        flex-direction: column;
		margin-bottom: 0.5rem!important;
    }
	.delegate-input-group-price{
		margin-bottom: 0px!important;
	}
    
    .delegate-input, 
    .delegate-button {
        border-radius: 15px;
        margin-bottom: 10px;
        width: 100%;
    }
	.delegate-section .container{
		padding: 0px;
	}
	.delegate-section .delegate-content h2{
		padding: 0px 3rem 0px 15px;
	}

	.delegate-background{
		background: url(../images/delegate-mobile-v2.jpg) no-repeat center center;
		background-size: contain;
		background-position: top right;
		position: relative;
		top: -10px;
		z-index: 0;
	}
}

@media (max-width: 767px) {
	.delegate-button {
		height: 50px;
		border-radius: 25px;
	}

    .delegate-content h2 {
        font-size: 2.2rem !important;
		font-weight: 700;
    }
    
    .delegate-input-group {
        flex-direction: column;
    }
    
    .delegate-input, 
    .delegate-button {
        border-radius: 15px;
        margin-bottom: 10px;
        width: 100%;
    }
	.delegate-button {
		margin-top: 24px;
	}
	.predefined-tasks-wrapper {
		margin-top: 6px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
    .delegate-content h2 {
        font-size: 2rem;
    }

    .delegate-input,
    .delegate-button {
        font-size: 14px;
    }
	.delegate-input-price {
		font-size: 40px !important;
	}

    .delegate-button {
        padding: 0 15px;
    }
	.main-nav__main-navigation .main-nav__navigation-box>li+li {
		margin-left: 15px !important;
	}
	.main-nav__main-navigation .main-nav__navigation-box>li>a {
		font-size: 12px !important;
	}
}

@media (min-width: 992px) {
    .delegate-content h2 {
		font-size: 1.7rem;
		font-weight: 500;
    }
}


*/



/* Asegúrate que el contenido esté por encima del overlay */
.delegate-background > * {
    position: relative;
    z-index: 3;
}
.delegate-highlight-yellow{
	color: #FFB700;
	font-weight: 700;
}
.delegate-clear{
	font-family: 'Clear Brain', sans-serif;
	color: #FFB700;
}
.delegate-highlight{
	font-weight: 600;
}
.delegate-section {
    /* padding: 40px 0; */
    background-color: #4065C5;
	position: relative;
}
.delegate-input-group-price{
	margin-bottom: 1.5rem!important;
}


.delegate-input-currency{
	font-size: 14px !important;
}

.delegate-input-wrapper {
    width: 100%;
	background-color:#4065C5;
	padding:20px;
	border-radius: 30px !important;
	position: relative;
}
.delegate-input-wrapper {
	border-radius: 0px;
}
/* .delegate-input-group {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 1.5rem!important;
} */
/* .delegate-input-group label{

	margin-bottom: 0px !important;

	font-weight:bold;
	padding-top: 0;
} */

/* .delegate-input {
    flex-grow: 1;
    height: 60px;
    border-radius: 20px !important;
    border: none;
    padding: 10px 20px !important;
    font-size: 16px !important;
	font-style: italic;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
} */
.delegate-textarea{
	height: 70px;
}
/* .delegate-textarea::placeholder {
    color: #545454 !important;
	font-weight: bold;
} */
.delegate-textarea::-webkit-input-placeholder {
    color: #545454 !important;
	font-weight: bold;
}

.delegate-title-mt0 {
	margin-top: 0 !important;
}

/* .delegate-button {
    background-color: #FFCF52 !important;
    color: #333;
    border: none;
    border-radius: 15px !important;
    height: 60px !important;
    padding: 0 25px !important;
    font-weight: bold;
    white-space: nowrap;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	position: relative;
}
.delegate-button i{
	color: #333;
	position: absolute;
	right: 16px;
	font-size: 2rem;
	transform: translateY(-50%);
	top: 50%;
} */

.delegate-input-price-wrapper{
	display: flex;
	flex-direction: row;
	gap: 0px;
}
.delegate-input-currency{
	font-size: 20px !important;
	font-weight: bold;
	text-align: center;
	width: 20% !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	background-color: #d0dffd !important;
	color: #4064c5;
}
.delegate-input-price{
font-size: 40px !important;
font-weight: bold;
text-align: center;
width: 80% !important;
flex-shrink: 0;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
color: #4065C5;
}
.delegate-button-group{
	display: flex;
	flex-direction: row !important;
	gap: 0px;
	justify-content: space-between;
}

.delegate-button-group button:first-child{
	border-radius: 15px 0 0 15px !important;
	width:100%;
	border-right: 1px solid #000;
	font-size: 4rem;
	height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #04309f;
}
.delegate-button-group button:last-child{
	border-radius: 0 15px 15px 0 !important;
	width:100%;
	font-size: 4rem;
	height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #04309f;
}
.delegate-button:hover {
    background-color: #d0dffd;
    color: #4064c5;
}



.predefined-tasks-wrapper {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
	margin-right: -25px;
}

.predefined-tasks {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
    -ms-overflow-style: none;  /* Oculta scrollbar en IE y Edge */
    scrollbar-width: none;     /* Oculta scrollbar en Firefox */
}

/* Oculta scrollbar en Chrome y Safari */
.predefined-tasks::-webkit-scrollbar {
    display: none;
}

.predefined-task-item {
    flex: 0 0 auto;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: white;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.predefined-task-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.carousel-title {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #333 !important;
    text-align: center;
    margin-bottom: 20px;
}


.task-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;

}

.task-card img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.task-content {
    padding: 20px;
}

.task-tag {
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.task-content h3 {
    font-size: 18px !important;
    margin: 10px 0;
    color: #333;
    font-weight: 600;
}

.task-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.task-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.task-button {
    width: 100%;
    padding: 12px;
    background: #3366CC;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.task-button:hover {
    background: #2855b3;
}

@media (max-width: 768px) {
    .delegate-carousel {
        max-width: 100%;
        padding: 20px;
    }
    
    .carousel-item {
        flex: 0 0 85%;
        margin-right: -20%;
    }
}

.delegate-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.carousel-container {
    position: relative;
    overflow: visible; /* Cambiado a visible para mostrar los elementos laterales */
    perspective: 1000px;
    padding: 0px 0;
}

.carousel-items {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.carousel-item {
    position: absolute;
    width: 320px; /* Tamaño base más pequeño */
    transition: all 0.5s ease;
    opacity: 0;
    transform: scale(0.6) translateX(0);
    pointer-events: none;
    visibility: hidden;
	cursor: grab;
}
.carousel-item:active {
    cursor: grabbing;
}
/* Elemento central (activo) */
.carousel-item.active {
    position: relative;
    width: 320px; /* Tamaño más grande para el elemento central */
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 3;
    visibility: visible;
    pointer-events: auto;
}

/* Elemento anterior */
.carousel-item.prev {
    left: 50%;
    margin-left: -270px; /* Ajusta según necesites */
    transform: scale(0.7);
    opacity: 0.6;
    z-index: 2;
    visibility: visible;
}

/* Elemento siguiente */
.carousel-item.next {
    right: 50%;
    margin-right: -270px; /* Ajusta según necesites */
    transform: scale(0.7);
    opacity: 0.6;
    z-index: 2;
    visibility: visible;
}


/* Ajustes para elementos laterales */
.prev .task-card,
.next .task-card {
    transform: scale(1);

}

/* Media queries */
@media (max-width: 991px) {
    .carousel-item {
        /* width: 180px; */
    }
    
    .carousel-item.active {
        /* width: 240px; */
    }
    
    .carousel-item.prev {
        margin-left: -280px;
    }
    
    .carousel-item.next {
        margin-right: -280px;
    }
}

@media (max-width: 767px) {
    .carousel-item {
        /* width: 160px; */
		margin-right: 0%;
    }
    
    .carousel-item.active {
        /* width: 220px; */
    }
    
    .carousel-item.prev {
        margin-left: -240px;
    }
    
    .carousel-item.next {
        margin-right: -240px;
    }
}

/**** Footer ****/


.footer {
    padding: 0px 20px;
}

.footer__wrapper {
	background-color: #FFCF52;
	border-radius: 30px;
	padding: 60px 60px 24px 60px;
	max-width: 950px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0px;
	position: relative;
}

.footer__column {
    display: flex;
    flex-direction: column;
}

/* .footer__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 24px;
    color: #000;
} */

.footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .footer__list li {
	margin-bottom: 10px;
	height: 30px;
} */
.footer__list--flags li a {
	font-weight: 400 !important;
display: flex;
gap: 4px;
justify-content: center;
align-items: center;
color: #000;
}
/* .footer__link {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.3s;
	font-weight: 400 !important;
} */

.footer__link:hover {
    color: #A52083;
}

.footer__list--flags li {
    display: flex;
    align-items: center;
    gap: 8px;
	font-size: 15px;
}

.footer__list--flags img {
    width: 24px;
    height: auto;
}

.footer__social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.footer__social-link {
    width: 40px;
    height: 40px;
    background-color: #A52083;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: opacity 0.3s;
}

.footer__social-link:hover {
    background-color: #4065C5;
	color: #ffffff;
}

.footer__brand {
    max-width: 150px;
    height: auto;
}

.footer__copyright {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}
.footer__accordion-icon {
	display: none;
}
/* Responsive */
@media (max-width: 991px) {
    .footer__wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .footer__wrapper {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .footer__social {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
	.footer {
		padding: 40px 0px;
		padding-bottom: 0px;
	}
    .footer__wrapper {
        width: 100vw;
		margin-left: -16px;
		margin-right: -16px;
        padding: 20px;
        box-sizing: border-box;
		border-radius: 0px;
    }

    .footer__column--accordion {
  
    }

    .footer__accordion-trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

    .footer__accordion-icon {
		display: block;
        transition: transform 0.3s ease;
    }

    .footer__accordion-content {
        display: none;
        padding: 0 0 15px 0;
    }

    .footer__column--accordion.active .footer__accordion-icon {
        transform: rotate(90deg);
    }

    .footer__column--accordion.active .footer__accordion-content {
        display: block;
    }
	.footer__column--social .footer__title {
		padding: 15px 0px;
	}

    /* Redes sociales en una línea */
    .footer__social {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
        overflow-x: auto;
        padding: 10px 0;
    }

    .footer__social-link {
        flex: 0 0 auto;
    }
	.footer__brand {
		margin: auto;
	}
}

/*** Solicitud Detalle ***/
.justify-end {
	justify-content: end;
}

.solicitud-card-detail {
    background: white;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    flex: 0 0 auto; /* Previene el crecimiento */
    overflow: hidden;
}
.solicitud-card-detail h3{
	font-size: 24px !important;
	text-align: center;
}

.solicitud-card-detail .category-header {
    display: flex;
    align-items: center;
    gap: 12px;
	margin: -20px -20px 20px -20px;
	padding: 10px;
	border-bottom: 1px solid #C0C2C6;
}

.solicitud-card-detail .category-icon {
    width: 30px;
    height: 30px;
}

.solicitud-card-detail .category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solicitud-card-detail .category-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
	margin:0px;
}

.solicitud-card-detail .main-title {
	font-size: 16px !important;
	font-weight: bold !important;
    margin-bottom: 12px;
	text-align: left;
}


.solicitud-card-detail .description-container {
    position: relative;
}

.solicitud-card-detail .description {
    color: #666;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}

.solicitud-card-detail .description.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.solicitud-card-detail .ver-mas-btn {
    color: #007bff;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.solicitud-card-detail .ver-mas-btn:hover {
    text-decoration: underline;
}

.solicitud-card-detail .images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.solicitud-card-detail .image-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.solicitud-card-detail .price {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0;
	margin-top: 20px;
}

.solicitud-card-detail .price h3{
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0px 0  !important;
	text-align: left;
}

.solicitud-card-detail .details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}


.solicitud-card-detail .detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}
.solicitud-card-detail .detail-item  span{
	font-size: 14px;
	color: #0C121D;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 1;
}


.solicitud-card-detail .detail-item img {
    width: 20px;
    height: 20px;
	flex-shrink: 0;
    /* Añade aquí los íconos correspondientes */
}

.solicitud-card-detail .action-buttons {
    display: flex;
    gap: 10px;
}
.solicitud-card-detail .estatus-task {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	width: auto;
	margin-bottom: 20px;
	border-bottom: none;
	padding: 0px;
	
}
.solicitud-card-detail .estatus-task .btn-estatus-task {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #FFCB49;
	width: 100% !important;
}


.solicitud-card-detail .edit-button, .solicitud-card-detail .delete-button {
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
	height: 40px;
	line-height: 40px;
	color: #989BA0;
}

.solicitud-card-detail .edit-button {

}

.solicitud-card-detail .delete-button {
  
}

.solicitud-images-swiper {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
}

.solicitud-images-swiper .swiper-slide {
    width: calc(33.33% - 10px);
}

.image-item {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.image-item:hover {
    transform: scale(1.05);
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Estilo para la scrollbar */
.swiper-scrollbar {
    height: 4px !important;
    background: rgba(0,0,0,0.1);
	display: none;
}

.swiper-scrollbar-drag {
    background: rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .solicitud-card-detail .images-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



.task-counters {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.counter-card {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	border: 2px solid #E7E7E8;
}

.counter-card:hover {
    transform: translateY(-2px);
}

.counter-card.active {
	background: #E7E7E9;
	color: #1F1F39;
}

.counter-card.active .count {

}

.no-tasks {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
}

.counter-card h3 {
	margin: 0 !important;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	gap: 4px;
}

.counter-card .count {
    padding: 2px 8px;
    border-radius: 5px;
}

.task-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.task-grid-duder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.task-grid .task-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    position: relative;
	border: 1px solid #D6D7DA;

}

.task-grid .task-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	margin: 8px -20px -20px -20px;
	padding: 0px 16px 0px 16px;
	border-top: 1px solid #C0C2C6;
	min-height: 60px;
}

.category-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-icon img {
    width: 24px;
    height: 24px;
}

.notification-badge {
    background: #CC27A3;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.task-grid .task-card-body h3{
	font-size: 14px !important;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: 2.6em; 
}
.task-grid .task-card .task-details img{
	width: 20px !important;
	height: 20px !important;
	object-fit: contain;
}
.task-grid .task-card .task-details {
    margin: 15px 0;
	font-size: 14px;
}

.task-grid .task-card .location, .task-grid .task-card .date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 5px 0;
    color: #666;
}

.task-grid .task-card .task-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
	margin-bottom:0px;
}

.task-grid .task-card .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.task-grid .pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination a, .pagination span {
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.pagination a.active {
    background: #8b3a62;
    color: white;
}

@media (max-width: 992px) {
    .task-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .task-grid {
        grid-template-columns: 1fr;
    }
    
    .task-counters {
        flex-direction: column;
    }
}

/* Editar perfil */
.profile-section {
    padding: 40px 0;
}
.profile-section .profile-info-card h2{
	font-size:16px !important;
	color: #1F1F39;
	font-weight: 600;
text-align: left;
}

.profile-section .profile-info-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
	height: fit-content;
	overflow: hidden;
}

.profile-section .profile-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

.profile-section .rating-value img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.profile-section .profile-info-card h2.rating-value{
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 24px !important;
}
.profile-section .profile-info-card h2.tasks-completed{
	font-size: 24px !important;
}

.profile-section .profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-section .member-since {
    color: #000;
    font-size: 14px;
    margin: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.profile-section .member-since i{
	color:#FFB800
}

.profile-section .contact-info {
    text-align: left;
    margin: 0px 0;
	margin-top: 0px;
	
}



.profile-section .info-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
	padding: 0px 10px;
    border-radius: 8px;
	gap: 8px;
}
.contact-info .info-item span {
	font-size: 14px;
	color: #0C121D;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.profile-section .info-item img {
	width: 20px;
	height: 20px;
}

.profile-section .profile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.profile-section .btn-edit, .profile-section .btn-logout {
    width: 100%;
    padding: 10px;
    border-radius: 16px;
}

.profile-section .btn-edit {
    background: #f5f5f5;
    color: #333;
}

.profile-section .btn-logout {
    background: white;
    color: #333;
    border: 1px solid #ddd;
}

.profile-section .edit-profile-form {
    background: white;
    border-radius: 15px;
    padding: 30px;

}

.profile-section .profile-photo-upload {
    text-align: center;
    margin-bottom: 30px;
}

.profile-section #preview-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
	margin: 0px auto;
}

/* .profile-section .btn-upload {
    background: white;
    border: 1px solid #ddd;
    padding: 8px 20px;
    border-radius: 8px;
} */

.profile-section .form-row {
    display: flex;
    gap: 20px;
}

.profile-section .form-row .form-group {
    flex: 1;
}

.profile-section .form-group {
    margin-bottom: 20px;
}


.hidden {
    display: none;
}

/* Star rating */

.star-rating {
	display: flex;
	justify-content: center;
	direction: rtl;
	font-size: 2rem;
	background-color: #fff;
	border-radius: 20px;
	margin: 10px 0px;
}
.star-rating input {
	display: none;
}
.star-rating label img {
    width: 40px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
    filter: grayscale(100%); /* Inicialmente en gris */
    transition: filter 0.2s;
}
.star-rating label {
	color: #ccc;
	cursor: pointer;
	transition: color 0.2s;
	font-size: 5rem;
	margin: 5px 5px;
	padding-top: 0px;
}
.star-rating input:checked ~ label img,
.star-rating input:hover ~ label img,
.star-rating label:hover ~ label img {
    filter: grayscale(0%); /* Cambia a color */
}


/* Postulados Swiper */



.postulados-swiper {
    width: 100%;
	padding: 0px 20px;
	position: relative;
	padding-bottom: 40px;
}
.postulados-swiper-duder {
	height: 100%;
	padding-bottom: 0px;
}
.postulados-swiper-duder .duder-card{
	height: 100%;

}

.duder-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    width: 287px;
    max-width: 287px;
	transition: all 0.3s ease;
	position: relative;
	margin-bottom: 0px;
}

.duder-card .duder-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.duder-card .profile-section {
	gap: 8px;
	align-items: center;
	flex-direction: column;
	padding:0px;
}

.duder-card .profile-image {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
	border: 2px solid #3366CC;
}

.duder-card .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duder-card .profile-info{
	flex-direction: column;
}


.duder-card .profile-info h3 {
	font-size: 16px !important;
	font-weight: 600 !important;
    margin-bottom: 4px;
	width: 100%;
}

.duder-card .profile-info h3 span{
	color: #3366cc;
}

.duder-card .rating {
    color: #FFB800;
	display: flex;
	gap: 4px;
}
.duder-card .rating img{
	width: 20px !important;
	height: 25px;
	object-fit: contain;
}
.duder-card .ver-link {
    color: #4267B2;
    text-decoration: none;
	position: absolute;
	right: 16px;
	opacity: 1;
}

.duder-card .education-info p {
    color: #666;
    margin: 4px 0;
	font-size: 14px;
	line-height: 18px;
}

.duder-card .why-choose {
    margin-bottom: 24px;
}

.duder-card .why-choose h4 {
    font-weight: 600;
    margin-bottom: 8px;
}

.duder-card .why-choose p {
    color: #444;
    margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
}

.duder-card .mostrar-mas {
    color: #4267B2;
    text-decoration: none;
	text-decoration: none;
color: #007bff;
background: none;
border: none;
padding: 0;
font-size: 14px;
cursor: pointer;
display: inline-block;
margin-top: 0px;
font-weight: 400;
}

.duder-card.action-buttons {
    display: flex;
    gap: 16px;
}

.duder-card.action-buttons button {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

.duder-card .btn-mensajes, .duder-card .btn-elegir {
	height: 40px;
	padding: 0px 16px;
}

.duder-card  .info-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
	padding: 0px 0px;
    border-radius: 8px;
	gap: 8px;
}

.duder-card  .info-item img {
	width: 20px;
	height: 20px;
}

.duder-card .message-count {
    background: #8B3A62;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.duder-card .description-postulacion {
    transition: all 0.3s ease;
}

.duder-card .description-postulacion.expanded {
    white-space: normal;
}

.duder-card .description-postulacion.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.duder-card .description-bio {
    transition: all 0.3s ease;
}
.duder-card .description-bio.expanded {
    white-space: normal;
}
.duder-card .description-bio.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.duder-card .btn-elegir {
    background: #4267B2;
    color: white;
}

/* Chat */

.postulados-swiper .swiper-slide {
    transition: all 0.3s ease;
    position: relative;
}

.postulados-swiper .swiper-slide.expanded {
    /* width: 620px !important; El ancho extra es para el chat */
}
.postulados-swiper .swiper-slide.expanded .duder-card {
    width: 287px;
}

.postulados-swiper .swiper-slide.expanded .duder-card .ver-link {
  opacity: 0;
}

.chat-sidebar {
	position: absolute;
    /* right: 20px; */
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    opacity: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	/* padding-left: 30px;
	margin-left: -20px; */
	z-index: 3;
}

.chat-sidebar.active {
    transform: translateX(0);
    opacity: 1;
}

.chat-sidebar .chat-header {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-sidebar .chat-header .user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-sidebar .chat-header .profile-mini-photo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-sidebar .chat-header .user-name {
    font-weight: 500;
}

.chat-sidebar .chat-header .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-sidebar .chat-header .profile-icon-btn {
	color: #000;
	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 5px 5px;
	height: auto;
	line-height: 0rem;
}

.chat-sidebar .chat-header .profile-icon-btn:hover {
    color: #333;
}

.chat-sidebar .ver-perfil-completo {
    color: #4267B2;
    text-decoration: none;
	font-size: 14px;
}

.chat-sidebar .close-chat {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.chat-sidebar .chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.chat-sidebar .message-group {
    margin-bottom: 20px;
}

.chat-sidebar .message-group .message-content {
    font-size: 14px;
}

.chat-sidebar .timestamp {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: 10px 0;
}

.chat-sidebar .message {
    margin-bottom: 10px;
    max-width: 90%;
}

.chat-sidebar .message.own-message {
    margin-left: auto;
    background: #4267B2;
    color: white;
	border-radius: 15px 15px 0px 15px;
    padding: 10px 15px;
}

.chat-sidebar .message.other-message{
    margin-right: auto;
    background: #f5f5f5;
	border-radius: 15px 15px 15px 0px;
    padding: 10px 15px;
    position: relative;
}


.chat-sidebar .message-sender {
    font-size: 10px;
    margin-bottom: 4px;
	line-height: 12px;
}

.chat-sidebar .message-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 0;
}

.chat-sidebar .message-time {
	font-size: 8px;
	color: #fff;
	margin-top: 4px;
	line-height: 10px;
}
.chat-sidebar .message.other-message .message-time{
	color: #444;
}

.chat-sidebar .chat-input {
    padding: 10px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
}

.chat-sidebar .chat-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
}

.chat-sidebar .send-message {
    background: #4267B2;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Pago */

.payment-card {
    height: 100%;
}

.payment-card  .payment-form {
    padding: 1rem 0;
}

.payment-card h3{
font-size: 16px !important;
font-weight: bold !important;
margin-bottom: 12px;
text-align: left;
}
.payment-card .terms-section p{
	font-size: 12px !important;
	text-align: center;
	line-height: 15px !important;
}


#card-element {
    background-color: white;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
}

/* Estilos para el resumen de pago */
.payment-card  .payment-summary {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

.payment-card  .summary-items {
    margin-top: 0.5rem;
}

.duder-card .review-card h3{
	font-size: 16px !important;
	font-weight: bold !important;
	margin-bottom: 12px;
	text-align: left;
} 
.review-card .emojiBlock{
	display: inline-block;
	margin: 0px;
	width: 19%;
}
.review-card .emojiBlock .emoji{
	top: 30px;
	font-size: 40px !important;
}
.review-card  .star-rating label {

	font-size: 4rem;
}
.h-full-important {
    height:100% !important
}
.w-full-important {
    width:100% !important
}
.max-w-full-important {
    max-width:100% !important
}

.duder-card .reviews-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(156, 163, 175, 0.5) transparent;
	flex: 1;
    overflow-y: auto;
    max-height: calc(100% - 60px);
	scrollbar-width: none;
    
    /* Para Chrome, Safari y Opera */
    &::-webkit-scrollbar {
        display: none;
    }
    
    /* Para IE y Edge */
    -ms-overflow-style: none;
}

.duder-card .reviews-container::-webkit-scrollbar {
    width: 6px;
}

.duder-card .reviews-container::-webkit-scrollbar-track {
    background: transparent;
}

.duder-card .reviews-container::-webkit-scrollbar-thumb {
    background-color: rgba(156, 163, 175, 0.5);
    border-radius: 3px;
}

.duder-card .review-card {
    transition: all 0.3s ease;
	padding: 0px 30px;
}
.duder-card .review-card p{
	text-align: left;
	font-size: 14px !important;
	line-height: 18px !important;
}
.duder-card .review-card .solicitud-name p{
	color: #5D666E !important;
	padding: 4px 0px;
}
.duder-card .review-card::after {
	content: '';
	display: block;
	border-bottom: 1px solid #E7E7E8;
	margin: 16px 0px;
	margin-left: -30px;
	margin-right: -30px;

}
.duder-card .review-card button{
	text-align: left;
	width: 100%;
	padding: 4px 0px;
	font-size: 14px;
	color: #007bff;
}
.p-30 {
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0px;
}
.justify-start {
	justify-content: flex-start !important;
}
.btn-load-more{
	height: 40px;
	padding: 0px 15px;
}
@keyframes peekRight {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-50px); }
	50% { transform: translateX(0); }
	75% { transform: translateX(-50px); }
}

.peek-animation .swiper-wrapper {
	animation: peekRight 4s ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
}
.bw-avatars img{
	height:100% !important;
}
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ElementsApp, .ElementsApp .InputElement {
	font-size: 13px !important;
	color: #32325d;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.review-card.duder-card .duder-header {
	margin-bottom:0px !important;
}
.img-calificacion-enviada{
	padding:0px 20px;
}
.datepicker-inline {
    width: 100% !important;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td, 
.datepicker table tr th {
    text-align: center;
    padding: 8px;
    border-radius: 4px;
}



.datepicker-dropdown {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.tempus-dominus-widget {
    width: 100% !important;
}

.tempus-dominus-widget .time-container {
    margin: 0 auto;
    text-align: center;
}

.tempus-dominus-widget .td-clock {
    padding: 1rem;
}

/* Estilos comunes */
.time-container button,
.datepicker table tr td.active {
    background-color: #4065C5 !important;
    border-color: #4065C5 !important;
    color: white !important;
}

.time-container button:hover {
    background-color: #4338CA !important;
}
@media (min-width: 768px) {
	.postulados-swiper .swiper-slide {
		/* width: auto !important; */
	}
}
@media (max-width: 768px) {
    .navbar-responsive {
        display: flex !important;
		gap: 8px;
    }
	.navbar-lg .navbar-nav>li {
		margin-right: 0px;
		min-width: 40px;
		text-align: center;
	}
	.navbar-lg .navbar-nav>li>a {
		margin-right: 0px;
	}
	.navbar-lg .navbar-nav>li:not(:last-child) {
		margin-right: 0px;
	}
	.navbar-lg .navbar-nav>li>a.menu-button {
		margin-right: 0px;
		color: #4066c5 !important;
		background-color: transparent !important;
		padding: 5px;
		height: 40px;
		line-height: 40px;
		font-size: 10px;
		border-radius: 5px;
		font-weight: 500;
	}


	.side-menu__block-inner  nav ul li a {
		padding: 5px;
		font-size: 12px;
	}
	.no-padding {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.btn-select {
		max-width:50%;
	}
	.md\:w-1\/3 {
		margin-bottom:16px;
	}
	.chat-sidebar {
		position: absolute;
		right: 20px;
		top: 0;
		width: 100%;
		height: 100%;
		background: white;
		transition: transform 0.3s ease;
		display: flex;
		flex-direction: column;
		transform: translateY(100%);
		opacity: 0;
		border-radius: 20px;
		padding-left: 30px;
		margin-left: -20px;
		z-index: 999;
	}
	.postulados-swiper .swiper-slide.expanded {
		width: 100% !important;
	}
	
	.chat-sidebar.active {
		transform: translateY(0);
		opacity: 1;
	}
	.postulados-swiper {
		padding: 0px 0px;
		padding-bottom: 40px;
		
	}


	
	/* Estilos para tablet/desktop */

	
	.swiper-slide:not(.slider-images) {
		width: 100% !important;
	}
	.postulados-swiper .swiper-slide {
		/* width: 90% !important; Ajusta este valor para controlar cuánto se ve del siguiente slide */
	}
	.duder-card {
		width: 100% !important;
		
		max-width: 100% !important;
	}

	.sm\:mt-4{
		margin-top: 1rem;
	}
	.profile-header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: white;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .profile-preview {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .profile-mini-image {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .profile-preview h2 {
		font-size: 16px !important;
		color: #1F1F39;
		font-weight: 600;
		text-align: left;
		margin: 2px;
    }

    .toggle-profile-btn {
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
    }

    .toggle-profile-btn i {
        transition: transform 0.3s ease;
    }

    .collapse-mobile {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        margin-top: 0;
		padding: 0px !important;
    }

    .collapse-mobile.expanded {
        max-height: 1000px; /* O el valor que necesites */
        transition: max-height 0.3s ease-in;
		padding: 30px !important;
    }
	.task-counters {
		gap: 8px;
	}
	.counter-card {
		padding: 20px 15px;
	}
	.counter-card h3 {
		justify-content: space-between;
	}
	.img-calificacion-enviada {
		width:100%;

	}
	/* .footer__list li {
		margin-bottom: 0px;
		height: 40px;
	} */
	.duder-card .duder-header {
		margin-bottom: 0px;
	}
	.profile-section .contact-info {
		padding: 0px 0;
	}
	.datepicker table tr td.active,
	.datepicker table tr td.active:hover {
		background-color: #4065C5 !important;
		background-image: none !important;
		border-radius: 50%;
	}
	
	.datepicker table tr td.today {
		background-color: #E5E7EB !important;
		background-image: none !important;
		border-radius: 50%;
	}
	.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
		background: #eee;
		cursor: pointer;
		border-radius: 50%;
		}
	
	.datepicker table tr td.disabled,
	.datepicker table tr td.disabled:hover {
		background: none;
		color: #999;
		cursor: default;
		border-radius: 50%;
	}
}
@media (min-width: 1024px) { /* lg breakpoint */
    .span-full {
        grid-column: 1 / -1; /* Ocupa desde la primera hasta la última columna */
    }
	.lg\:pl-4{
		padding-left: 1rem;
	}
	.datepicker table tr td.active,
	.datepicker table tr td.active:hover {
		background-color: #4065C5 !important;
		background-image: none !important;
		border-radius: 60px;
	}
	
	.datepicker table tr td.today {
		background-color: #E5E7EB !important;
		background-image: none !important;
		border-radius: 60px;
	}
	.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
		background: #eee;
		cursor: pointer;
		border-radius: 60px;
		}
	
	.datepicker table tr td.disabled,
	.datepicker table tr td.disabled:hover {
		background: none;
		color: #999;
		cursor: default;
		border-radius: 60px;
	}
	
}
@media (min-width: 768px) {
	.navbar-lg {
		padding: 4px 0;
	}

    .profile-header-mobile {
        display: none;
    }

    .collapse-mobile {
        max-height: none !important;
        overflow: visible !important;
    }
}
div:where(.swal2-container) .swal2-html-container {

	font-size: 16px !important;
	/* text-align: left !important; */

}
.dropzone .dz-preview.dz-image-preview {
	background: none !important;
}
.dropzone .dz-preview {
	margin: 8px !important;
}
.bw-form-mode-modal .bw-form-mode > div{
	/* border-radius:30px !important; */
}
.modal-form-footer{
	border-bottom-right-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
}
.modal-form-footer button:first-child{
	color: #fff !important;
	border-radius: 15px;
	text-transform: none;

}
.modal-form-footer button:last-child{
	color: #fff !important;
	border-radius: 15px;
	text-transform: none;
	background-color: #4065C5 !important;
}
.politicas-box h3{
	margin: 20px 0px !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-color: #4065C5 !important;
    background-image: none !important;
	border-radius: 60px;
}

.datepicker table tr td.today {
    background-color: #E5E7EB !important;
	background-image: none !important;
	border-radius: 60px;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer;
	border-radius: 60px;
	}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
	border-radius: 60px;
}
.code-input{
	font-size: calc(103.21 / 928 * 100vw) !important;
	font-weight: bold;
	text-align: center;
	height: calc(155 / 928 * 100vw);
	font-family: "Monserrat", sans-serif;
	color: #4065c5;
	background-color: #fff !important;
	border: 1px solid #4D5464 !important;
	padding: 0 !important;
	border-radius: 8px !important;
}
.code-input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: none;
}
.justify-content-center{
	justify-content: center !important;
}
.modal-title {
	width: 100%;
	align-items: center;
	align-self: center;
	line-height: 34px;
	font-weight: bold;
	font-size: 2rem;
}
/* .d-none{
	display: none !important;
} */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
	gap: 8px;
    padding: 10px 20px;
    border-radius: 10px;
	text-decoration: none;
    background-color: #25D366;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.whatsapp-btn i {
    font-size: 24px;
    color: white;
}
.whatsapp-btn span {
    font-weight: 500;
    font-size: 16px;
	color: white;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    background-color: #20BA5C;
}

.whatsapp-tooltip {
    position: absolute;
    left: 70px;
    background: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-btn {
		padding: 8px 16px;
    }
    
    .whatsapp-btn i {
        font-size: 20px;
    }
	.whatsapp-btn span {
        font-size: 14px;
    }
}

.language-selector {
    position: relative;
    display: block;
	margin-right: 15px;
	border: 1px solid #000;
	border-radius: 15px;
}

.language-selector.dropdown {
    position: relative;
}

.language-selector .dropdown-toggle {
    cursor: pointer;
    padding: 3px 20px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}

.language-selector .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.language-selector.open .dropdown-menu {
    display: block;
}

.language-selector .dropdown-menu li a {
    padding: 3px 20px;
    display: block;
}

.language-selector .dropdown-menu li.active a {
    background-color: #f5f5f5;
    color: #262626;
}

/* Estilos para versión móvil */
.visible-xs a.active {
    font-weight: bold;
    color: #262626;
}

/* icono de check en perfil */
.check-icon i{
	color: #73ae35 !important;
	font-size: 16px !important;
	margin: 0.2em 0.3em;
}

.info-item-no-icon {
	/* margin-top: 0.4em !important; */
}

/* nuevos estilos en duder steps */

.d-lg-none {
	display: none !important;
}

hr.duder-step{
	margin: 0 25px;
}

.d-sm-none {
	display: block !important;
}

@media (max-width: 768px) {
	.duder-step-p {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.card-body-duder-create input, .card-body-duder-create select, .card-body-duder-create textarea {
		font-size: 13px !important;
	}

	.styleBlock .selected-check {
		top: -16px;
	}

	.w-300{
		width: 100%;
	}

	.divider-registration {
		border-top: 2px solid #000 !important;
	}

}

@media (min-width: 768px) {
	.d-lg-none {
		display: block !important;
	}
	
	.d-sm-none {
		display: none !important;
	}

	hr.duder-step{
		margin: 0;
	}

	.crear-cuenta-section .card p {
		margin-bottom: 2rem;
		font-size: 15px;
		line-height: 1.2rem !important;
	}

	.crear-cuenta-section .card .p-small {
		font-size: 14px !important;
		padding-right: 2rem;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.dropzone-w2 {
		width: 60% !important;
		margin: 0 auto !important;
	}

	.w-60p {
		width: 60%;
		margin: 0 auto;
	}

}


textarea.form-control {
	padding: 1.5rem .75rem !important;
}

/* nuevos estilos en duder steps */

.applicants-title h3{
	padding:0px 20px;
}
@media (max-width: 768px) {


	.applicants-title h3{
		padding:20px 0px;
	}


}

.btn-view-bio{
	padding: 5px 20px;
	align-self: start;
}
.modal-open .modal.modal-bio{
	display:flex !important
}
.modal-bio .modal-dialog{
	align-self: center;
	max-width: 360px;
}
.modal-title-bio{
	display:flex;
	align-items: center;
	gap: 10px;
}
.detail-bio{
	display:flex;
	flex-direction: column;
	gap: 10px;
}
.modal-title-bio-image{
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
border: 2px solid #3366CC;
}
.modal-title-bio-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-bio h3{
	font-size: 16px !important;
	margin-bottom: 0px !important;
}
.detail-bio p{
	line-height: 16px !important;
}
.modal-bio .modal-header .btn-close{
	position: absolute;
	right: 16px;
	top: 16px;
}

.modal-location .modal-dialog{
	align-self: center;
	max-width: 360px;
	padding: 1rem;
}

.modal-location h1 {
	color: #3366cc;
	font-size: 19px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}

.modal-location .fa-check {
	color: #3366cc;
}

.modal-location .modal-header {
	border-bottom: none !important;
}

.modal-location .btn .btn-primary:hover {
	background: red !important;
}

.modal-location .list-item {
	font-size: 14px !important;
	line-height: 1.2rem;
	color: #000;
	/* list-style: disc; */
}

.btn-location {
	background: #3366CC !important;
	border: 0px solid #3366CC;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px !important;
}
.btn-location:hover {
	background: #6ca0ff !important;
	border: 0px solid #3366CC;
	color: #fff;
	font-weight: 700;
}

.btn-location-cancel {
	background: #fff3d3 !important;
	border: 0px solid #3366CC;
	color: #3366CC;
	font-weight: 700;
	margin-top: 0px !important;
	margin-bottom: 1rem;
}
.btn-location-cancel:hover {
	background: #6ca0ff !important;
	border: 0px solid #3366CC;
	color: #fff;
	font-weight: 700;
}

/* .btn-duder-submit {
	margin-top: 3rem;

} */

.img-completar-registro {
	width: 95%;
}

.text-phone-message {
	font-size: 13.5px !important;
}

@media (max-width: 768px) {
	.dropzone {
		min-height: 100px !important;
	}
}

.forgot-password {
	margin-top: 0.3rem !important;
	font-size: 13px !important;
}

.font-registrate {
	font-size: 17px !important;
}

.title-tip {
	font-size: calc(31.09 / 928 * 100vw) !important;
	font-weight: 700 !important;
	color: #4D5464;
}

.p-tip {
	font-size: calc(30.8 / 928 * 100vw) !important;
	color: #4D5464 !important;
}

.mb-description  {
	margin-bottom: 8px !important;
}

/* Nuevas clases para formularios */

.duder_form h1 {
	margin: 0 !important;
	color: #6d6d6d !important;
	font-size: 2.6rem !important;
	font-weight: 600 !important;
}

.duder_form h2 {
	margin: 0 !important;
	color: #6d6d6d !important;
	font-size: 1.8rem !important;
	font-weight: 600 !important;
}

.duder_form .form_title_description {
	margin: 2px 0 20px 0 !important;
	padding: 0 !important;
	color: #6d6d6d !important;
    font-size: 16px !important;
    line-height: 2.1rem !important;
}

.duder_form .form_subtitle_description {
	margin: 2px 0 20px 0 !important;
	padding: 0 !important;
	color: #6d6d6d !important;
    font-size: 14px !important;
    line-height: 2.1rem !important;
}

.duder_form .form_duder_inputs {
	margin-bottom: 20px !important;
}

.duder_form .help-input-form {
	margin-top: 0.5rem !important;
	font-weight: 400 !important;
	font-size: 13.5px !important;
	color: #6d6d6d !important;
	display: flex !important;
	text-align: left !important;
}

.duder_form .help-button-form {
	margin-top: 0.5rem !important;
	font-weight: 400 !important;
	font-size: 13.5px !important;
	color: #6d6d6d !important;
	text-align: left !important;
}

.duder_form .btn-form-duder {
	background-color: #3366cc;
	color: #fff;
}

.duder_form label {
	color: #6d6d6d !important;
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 17px !important;
}

.duder_form .container-with-help {
	display: block !important;
    text-align: center;
}

.duder_form .container-with-help .btn-form-duder {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.duder_form .container-with-help .help-button-form {
    display: block;
    font-size: 14px;
    color: #6d6d6d;
}

@media (min-width: 768px) {
	.duder_form .btn-form-duder {
		max-width: 300px !important;
		margin-left: auto;
		margin-right: auto;
	}

	.duder_form .help-button-form {
		display: block; /* Asegura que el texto esté en una nueva línea */
		margin: 0 auto; /* Centra el texto horizontalmente */
		max-width: 300px !important; /* Asegura que el texto no sea más ancho que el botón */
		text-align: left !important; /* Alinea el texto al inicio del botón */
	}

	.duder_form .card-body {
		max-width: 60% !important;
		margin-left: auto;
		margin-right: auto;
	}
	/* Refuerza los estilos correctos para delegate-content */
	.delegate-content h2,
	.delegate-content h3,
	.delegate-content p,
	.delegate-name {
		color: #fff !important;
		font-weight: 400 !important;
		margin-bottom: 0 !important;
	}
	.delegate-name {
		font-size: 18px !important;
		margin-top: 1rem !important;
	}

	.delegate-content h2 {
		font-size: 2rem !important;
		margin-top: 0.5rem !important;
	}

	.step-number-inactive {
		width: calc(32.42 / 3864 * 100vw);
		height: calc(32.42 / 3864 * 100vw);
	}

	/* Step activo: círculo azul con borde exterior */
	.step-number.current {
		width: calc(51.23 / 3864 * 100vw);
		height: calc(51.23 / 3864 * 100vw);
		font-size: calc(30.97 / 3864 * 100vw);
	}

	.step-number.current::before {
		width: calc(80.19 / 3864 * 100vw);
		height: calc(80.19 / 3864 * 100vw);
	}

	.code-input{
		font-size: calc(103.21 / 3864 * 100vw) !important;
		height: calc(155 / 3864 * 100vw) !important;
	}

	.title-tip {
		font-size: calc(31.09 / 3864 * 100vw) !important;
	}

	.p-tip {
		font-size: calc(30.8 / 3864 * 100vw) !important;
	}
}

/* .info-icon {
	color: #3367cc;
	cursor: pointer;
} */

.popover-content {
	color:#000 !important;
}

hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border: 0 !important;
  border-top: 1px solid rgba(0,0,0,.1) !important;
}

.footer__flags {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}
.footer__flags a {
    display: flex;
    align-items: center;
}
.footer__flags img {
    width: 24px;
    height: auto;
    margin: 0;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.footer {
    margin-top: auto;
}