/* ===================================
                About
   =================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: one page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */

/*
01 body
02 Page Loader
03 Coming Soon
*/

/* ------------------------------------------ utilidades ------------------------------------------ */
.overflow-auto {
	overflow: auto;
}

.max-height-1000 {
	max-height: 1000px;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
	font-size: 15px;
	color: #535353;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	direction: ltr;
	line-height: 1.5;
	background-image: url('/cogo/asesor/landing-9/images/icon_seccion/fondo.jpeg');
	/* background-color: #000; */
	background-repeat: no-repeat;
	background-size: cover;
}

/* ---- PreLoader ---- */

.loader {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1111;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #fff;
}
.loader-spinner {
	width: 75px;
	height: 75px;
	margin: 0;
	background: transparent;
	border-top: 4px solid #002e5b;
	border-right: 4px solid transparent;
	border-radius: 50%;
	-webkit-animation: 1s spin linear infinite;
	animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*counter container*/

#particles-js {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: linear-gradient(to bottom, #405ab6 0%, #405ab6 50%, #4fb4afd5 100%);
}
#particles-js .position-top {
	position: sticky;
	z-index: 1;
}
#particles-js canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

.row-bg {
	background-image: url('/cogo/asesor/landing-9/images/icon_seccion/fondo.jpeg');
	color: #fff;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-right-style: dotted;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
	border-bottom-width: thin;
    border-left-width: thin;
    border-right-width: thin;
	border-radius: 10px;
	box-shadow: 7px 7px 20px -5px #1f1f1f;
	overflow: hidden;
	padding: 0 10px;
}
.left-panel img {
	user-select: none;
}

.count-down-form {
	width: 100%;
	margin-top: 30px;
}
.count-down-form form {
	margin: 0 auto;
	position: relative;
}
    
/* Ensure buttons and inputs are visually aligned and responsive */
.count-down-form form .form-placeholder {
	border-radius: 40px;
	border: none;
	outline: none !important;
	box-shadow: none !important;
	padding: 20px;
	margin: 0;
	background-color: transparent;
	width: 100%;
	font-size: 16px;
	font-weight: 100;
	color: inherit;
	text-align: left;
}

#pregunta::placeholder {
    color: white; /* Set placeholder text color to white */
    opacity: 1; /* Make sure it's fully visible */
}

.count-down-form form {
	background: transparent;
	width: 100%;
	border: 1px solid #7e7e7e;
	border-radius: 40px;
}

.email-placeholder {
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.form-placeholder::placeholder {
	color: rgba(38, 49, 60, 0.85);
}

.count-down-form form .button {
	transition: all linear 300ms;
	margin: 5px 2px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 30px;
}

.btn-sky {
	background-color: #6c63ff;
	border: 1px solid #6c63ff;
	color: #fff !important;
}

.btn-sky:hover {
	background-color: #5e27ff;
	border: 1px solid #5e27ff;
}

img.img__logo {
	display: block;
	margin: 0 auto; /* Center the logo */
}

/*  social icons  */

/* ----- Social Icons ----- */

ul.social-icons li {
	display: inline-block;
}

ul.social-icons li a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	text-align: center;
	display: block;
	color: #26313c;
	position: relative;
	z-index: 1;
	border: none;
}

ul.social-icons li:last-child a {
	margin-right: 0;
}

ul.social-icons li:first-child a {
	margin-left: 0;
}

ul.social-icons li a::before {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-radius: inherit;
	z-index: -1;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	transition: 0.2s all;
}

ul.social-icons li a:hover::before,
ul.social-icons li a:focus::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

ul.social-icons li a:hover,
ul.social-icons li a:focus {
	color: #fff;
}

/*icon bg bover */
.facebook:before {
	background-color: #4267b2 !important;
}
.twitter:before {
	background-color: #1da1f2 !important;
}
.insta:before {
	background: radial-gradient(
		circle at 30% 107%,
		#fdf497 0%,
		#fdf497 5%,
		#fd5949 45%,
		#d6249f 60%,
		#285aeb 90%
	) !important;
}
.linkedin:before {
	background-color: #0077b5 !important;
}
.whatsapp:before {
	background-color: #09cc16 !important;
}

/*media quries*/

@media (max-width: 991px) {
	.right-panel {
		z-index: 1;
	}
	.left-panel {
		/* opacity: 0.1; */
		text-align: center;
	}
	.right-panel {
		text-align: center;
	}
	.left-panel img {
		max-width: 400px;
	}
	.row-bg {
		padding: 0;
	}

	.container {
		height: auto;
    }

	body {
		height: 1500px;
    }
}

@media (max-width: 497px) {
    /* Adjust button sizes to be smaller */
    .button {
        font-size: 12px; /* Smaller font for buttons */
        padding: 6px 8px; /* Less padding around the button text */
        width: auto; /* Allow buttons to adjust size based on content */
        margin-bottom: 8px; /* Reduced margin between buttons */
    }

    /* Stack buttons vertically and adjust their size */
    .flex-container {
        display: flex;
        align-items: center;
    }

    /* Adjust input size for smaller screens */
    .form-placeholder {
        font-size: 14px;
        width: 100%;
        margin-bottom: 8px;
    }

	#pregunta::placeholder {
		font-size: 11px;
	}

    /* Other adjustments */
    h1 {
        font-size: 22px;
        text-align: center;
    }

    .titulo__seguridad img {
        width: 70px;
        height: 70px;
    }

    .container {
		height: auto;
    }

	body {
		height: 800px;
    }
}

/* ------------------------------------------ diseño del logo ------------------------------------------ */
.contenedor__logo {
	display: flex;
	justify-content: center; /* Centers logo horizontally */
	align-items: center;
	padding: 20px 0;
}

.img__logo {
	max-width: 200px;
	height: auto;
}

.titulo__logo {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

/* Flexbox for form elements */
.flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between; /* Adjust spacing between elements */
	gap: 1px; /* Adds space between flex items */
}

.content_tab {
	column-gap: 10px;
}

.btn_tab {
	background: #405ab6;
	border-radius: 10px;
	padding: 5px;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.caja__texto {
	max-width: 900px;
	background: #281fb1;
	padding: 20px;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 1px #000;
}

.error-message {
	color: dodgerblue; 
	display: none;
	font-size: smaller;
	margin: 10px;
}

.animacion-loader {
	background-image: linear-gradient(90deg, #6c63ff 0, #5047e0 50%, #2920b5 100%);
	background-size: 25px 100%;
	background-repeat: no-repeat;
	background-position: left -40px top 0;
	animation: load 1s ease infinite;
}

@keyframes load {
	to {
		background-position: right -40px top 0;
	}
}

.contenedor__iframe {
	height: 1000px;
}

/* ------------------------------------------ chat request cliente ------------------------------------------ */
.request__user {
	background: #5e27ff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.request__user:hover {
    background-color: #5e27ff; /* Change background on hover */
}


.request__user-name {
	background-color: rgb(193, 226, 184);
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	height: 3px;
	border-radius: 100%;
	width: 5px;
}

.contenedor__respuesta__ia {
	height: auto;
	max-height: 400px;
	overflow: scroll;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contenedor__respuesta__ia::-webkit-scrollbar {
	width: 7px;
}

.contenedor__respuesta__ia::-webkit-scrollbar-thumb {
	background: #34495e;
	border-radius: 10px;
}

.titulo_back {
	display: flex;
	column-gap: 10px;
	align-items: center;
	padding-top: 10px;
}

.titulo_back img {
	border-radius: 20px;
}

.btn__audio-activo {
	background-color: #fd6060 !important;
	border: 1px solid #fd6060 !important;
}

.titulo__seguridad {
	background: linear-gradient(to right, #6c63ff, #271eb3, #6c63ff);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px;
	border-radius: 10px;
	margin-left: -28px;
	margin-right: -28px;
	color: white;
}

.titulo__educacion {
	background: linear-gradient(180deg, transparent 0%, #000 100%), url(../images/banner_educacion.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 61px;
	border-radius: 10px;
	margin-left: -28px;
	margin-right: -28px;
	color: white;
}

.titulo__salud {
	background: linear-gradient(180deg, transparent 0%, #000 100%), url(../images/banner_salud.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 61px;
	border-radius: 10px;
	margin-left: -28px;
	margin-right: -28px;
	color: white;
}

.titulo__transito {
	background: linear-gradient(180deg, transparent 0%, #000 100%), url(../images/banner_transito.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 61px;
	border-radius: 10px;
	margin-left: -28px;
	margin-right: -28px;
	color: white;
}

.request__bot {
	background: #6771c2;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.request__bot:hover {
    background-color: #6c63ff; /* Change background on hover */
}