body {
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
    min-height: 100vh;
	font-family: "Open Sans", sans-serif;
	color: #444444;
	overflow-x: hidden;
}

.logo {
	max-width: 150px;
}

#accesoClientes {
    color: white;
    background-color: rgb(82, 127, 211);
    border-radius: 28px;
    padding: 10px 18px;
}

#accesoClientes:hover {
	color: white;
	background-color: #53afec;
	transition-duration: 0.3s;
}

.nav-item {
	float: right;
	display: flex;
	position: relative;
}

.nav-item :hover {
	color: #0076c3;
	text-decoration: none;
}

.nav-link {
	display: flex;
	position: relative;
	color: #555555;
	transition: 0.3s;
	font-size: 1rem;
	margin-left: 3em;
	scroll-behavior: smooth;
}


.space {
    margin-bottom: 20px;
}

#hero {
	width: 100%;
	height: 70vh;
	margin-top: 70px;
}

#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: black;
}

#hero h2 {
	color: #484848;
	margin-bottom: 50px;
	font-size: 24px;
}

#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	transition: 0.5s;
	color: #0076c3;
	border: 2px solid #0076c3;
	text-decoration: none;
}

#hero .btn-get-started:hover {
	background: #0076c3;
	color: #fff;
}

#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 991px) {
	#hero {
		height: 100vh;
	}
/* 	#hero .animated {
		-webkit-animation: none;
		animation: none;
	} */
	#hero .hero-img {
		text-align: center;
	}
	#hero .hero-img img {
		width: 50%;
	}
}

@media (max-width: 768px) {
	#hero {
		margin-top: 20px;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	#hero .hero-img img {
		width: 70%;
	}
	.col-lg-6.col-md-6.col-sm-12 {
		margin-bottom: 4em;
	  }
}

@media (max-width: 575px) {
	#hero .hero-img img {
		width: 80%;
	}
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	color: #222222;
}

.section-title h2::before,
.section-title h2::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #0076c3;
	display: inline-block;
}

.section-title h2::before {
	margin: 0 15px 10px 0;
}

.section-title h2::after {
	margin: 0 0 10px 15px;
}

.section-title p {
	margin: 15px 0 0 0;
}

.clients {
	background: #f3f9fd;
	padding: 10px 0;
	text-align: center;
	position: relative;
	bottom: 50px;
}

.clients .col-lg-2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clients img {
	width: 100%;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 10px 0;
}

.clients img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.clients img {
		width: 40%;
	}
}

@media (max-width: 575px) {
	.clients img {
		width: 100%;
	}
}

.btn-learn-more {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: #0076c3;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #0076c3;
}

.btn-learn-more :hover {
	background: #0076c3;
	color: #fff;
	text-decoration: none;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	color: #222222;
}

.section-title h2::before,
.section-title h2::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #0076c3;
	display: inline-block;
}

.section-title h2::before {
	margin: 0 15px 10px 0;
}

.section-title h2::after {
	margin: 0 0 10px 15px;
}

.section-title p {
	margin: 15px 0 0 0;
}

.img-aboutUs {
	width: 80%;
	margin-left: 30px;
	position: relative;
	right: 10px;
	bottom: 45px;
}

.elements {
	position: relative;
	bottom: 30px;
}

.icons {
	width: 32px;
	margin: auto;
	position: relative;
	right: 50px;
	bottom: 3.5px;
}

.spanNumbers {
	color: black;
	font-size: 25px;
	position: relative;
	right: 40px;
	text-decoration: none;
}

.divElements {
	margin-bottom: 20px;
	margin-right: 50px;
}

.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
}

.services .icon-box::before {
	content: "";
	position: absolute;
	background: #e1f0fa;
	right: -60px;
	top: -40px;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	transition: all 0.3s;
	z-index: -1;
}

.services .icon-box:hover::before {
	background: #0076c3;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}

.services .firstIcon {
	margin: 0 auto 20px auto;
	padding-top: 10px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-image: url("images/Icons/icons8-warning-shield-64.png");
	transition: all 0.3s ease-in-out;
	background: #168edf;
}

.services .secondIcon {
	margin: 0 auto 20px auto;
	padding-top: 10px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-image: url("images/Icons/icons8-semi-truck-60.png");
	transition: all 0.3s ease-in-out;
	background: #168edf;
}

.services .thirdIcon {
	margin: 0 auto 20px auto;
	padding-top: 10px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	transition: all 0.3s ease-in-out;
	background: #168edf;
}

.services .fourthIcon {
	margin: 0 auto 20px auto;
	padding-top: 10px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-image: url("");
	transition: all 0.3s ease-in-out;
	background: #168edf;
}

.services .icon i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
}

.services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.services .title a {
	color: #111;
}

.services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
	color: #fff;
}

.services .icon-box:hover .icon {
	background: #fff;
}

.services .icon-box:hover .icon i {
	color: #0076c3;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
	padding-top: 20px;
}

.more-services .card {
	border: 0;
	padding: 160px 20px 20px 20px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.more-services .card-body {
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transition: ease-in-out 0.4s;
	border-radius: 5px;
	height: 300px;
	overflow: auto;
	word-wrap: break-word;
}

.more-services .card-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.more-services .card-title a {
	color: #222222;
}

.more-services .card-text {
	color: #5e5e5e;
}

.more-services .read-more a {
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: 0.4s;
}

.more-services .read-more a:hover {
	text-decoration: underline;
}

.more-services .card:hover .card-body {
	background: #0076c3;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
	color: #fff;
}

.features .icon-box {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #f6f6f6;
	transition: ease-in-out 0.3s;
}

.features .icon-box i {
	font-size: 32px;
	padding-right: 10px;
	line-height: 1;
}

.features .icon-box h3 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 16px;
}

.features .icon-box h3 a {
	color: #222222;
	transition: ease-in-out 0.1s;
}

.features .icon-box h3 a:hover {
	color: #0076c3;
	text-decoration: none;
}

.features .icon-box:hover {
	background: #eef7fc;
}

.faq .faq-item {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
	color: #8bc4ea;
	font-size: 24px;
	float: left;
	line-height: 0;
	padding: 13px 0 0 0;
	margin: 0;
}

.faq .faq-item h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 10px 32px;
	font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
	font-size: 15px;
}

.contact .contact-about h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	color: #222222;
}

.contact .contact-about p {
	font-size: 14px;
	line-height: 24px;
	font-family: "Raleway", sans-serif;
	color: #888;
}

.contact .social-links {
	padding-bottom: 20px;
}

.bubble1 {
	display: inline-block;
	background: #fff;
	color: #0076c3;
	margin-right: 10px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	border: 1px solid #0076c3;
}

.contact .social-links div:hover {
	background: #564f9233;
	color: rgb(0, 0, 0);
}


.contact .info i {
	font-size: 32px;
	color: #0076c3;
	float: left;
	line-height: 1;
}

.contact .info p {
	padding: 0 0 10px 42px;
	line-height: 28px;
	font-size: 14px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

button[name="enviar"] {
	background: #0076c3;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

button[name="enviar"]:hover {
	background: #0076c3;
}

#footer {
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 80px 0px 0px 0px;
	color: #222222;
	font-size: 14px;
	margin-top: auto;
}

#footer .credits {
	font-size: 13px;
	padding-top: 5px;
	color: #222222;
}

#footer .footer-links a {
	color: #222222;
	padding-left: 15px;
}

#footer .footer-links a:first-child {
	padding-left: 0;
}

#footer .footer-links a:hover {
	color: #0076c3;
}

ul {
	list-style-type: none;
}

#info{
	transition: 0.5s;
	color: #ffffff;
    padding: 1%;
    font-family: "Oswald" sans-serif;
	font-weight: 500;
    border-radius: 3px;
    font-size: 1rem;
    position: relative;
    font-family: "Fira Sans", sans-serif;


    z-index: 30;

}

 /* CHATBOT */
 .chatbot {
    display: block;
	background-image: url("images/comment\ 2.svg");
    background-repeat: no-repeat;
	background-size: 60%;
    background-position: center;
    background-color: #ffffff;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 1;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
	box-shadow: 0 0 5px black;
}

.chat {
	border-radius: 10px;
    display: none;
    position: fixed;
    bottom: 1%;
    right: 2%;
	overflow-x: hidden;
    height: 0;
    width: 0;
    backdrop-filter: blur(3px);
    background-color: #f4f9fd;
    animation: popout 0.25s forwards;
    z-index: 100;
    background-image: url(images/fondopag.png);
    background-blend-mode: normal;
    overflow-y: auto;
    box-shadow: 0 0 10px #00000059;
    background-size: cover;
}

.topbar-chat {
	position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #527fd3;
    color: #ffffff;
    z-index: 10;
    box-shadow: 2px 2px #0000004f;
    /* border-bottom: 3px solid #c8c8c8; */
    height: 3rem;
}

.topbar-chat img {
    position: absolute;
    left: 10px; /* Adjust as needed */
}

.botbar-chat {
	max-width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #527fd3;
    z-index: 10;
    left: 0%;
    right: 0%;
}

.mensaje {
    max-width: 75%;
    padding: 10px;
    margin-top: 5%;
    border: 1px solid silver;
    margin-left: 5%;
    border-bottom-left-radius: 0px;
	background-image: url(images/fondopag.png);
	background: #eaf0f6;
    box-shadow: -2px 2px 3px #dadada;
    color: #425b76;
	font-weight: 400;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
	animation: Slideinleft 0.2s ease-in-out forwards;
    animation-delay: 0.2s; /* Add a 1-second delay */
    animation-fill-mode: both; /* Ensure animation retains end state */
}


@keyframes Slideinleft {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}	
	100% {
		transform: translateX(0);
		opacity: 1;
	}
	
}

/* card */
.opciones {
    width: 60%;
    display: flex;
    padding: 2%;
    padding-bottom: 0%;
    flex-direction: column;
    margin-top: 1rem;
	margin-bottom: 2rem;
    background: white;
    border: 1px solid #dfdddd;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    box-shadow: 1px 2px 1px 0px #00000021;
	animation: Slideinright 0.2s ease-in-out forwards;
    animation-delay: 0.7s; /* Add a 1-second delay */
    animation-fill-mode: both; /* Ensure animation retains end state */
}

@keyframes Slideinright {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}	
	100% {
		transform: translateX(0);
		opacity: 1;
	}
	
}

.opcionesCont{
	width: 100%;
    display: flex;
    align-items: end;
    flex-direction: row;
    justify-content: flex-end;
	padding-right: 4%;
}

.inputbox-col{
	flex-grow: 1;
	width: 100%;
}
.inputbox-col > input{
	width: 100%;
    padding: 2%;
    border: 2px solid #bababa;
}

.input-chatitle{
	width: 100%;
	color: black;
	font-weight: bold;
}

.Ocont{
	position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;

}
.line{
    position: absolute;
    top: 40%;
    width: 100%;

}

.line::after {
	content: ""; /* Required for a pseudo-element */
	position: absolute; /* Position relative to the span */
	top: 50%; /* Center the line vertically */
	left: -20px; /* Extend the line a bit to the left */
	right: -20px; /* Extend the line a bit to the right */
	border-top: 2px solid #bfbfbf; /* Creates the line */
	z-index: -1; /* Places the line behind the text */
}
.line_number{
	font-weight: bold;
	color: #bfbfbf;
	background-color: white;
}

.emoji-chat{
	width: 2rem;
    height: 2rem;
    filter: drop-shadow(-2px 2px 2px #e1e1e16b);
    border: 1px solid #d8d8d8;
    margin-left: 1%;
    border-radius: 100%;
    margin-top: 1%;
	animation: talk 1s ease-in-out normal;
}


@keyframes talk {
	0%, 100% {
		transform: translateY(0) scale(1);
	  }
	  15%, 45%, 75% {
		transform: translateY(-10px) scale(1.1);
	  }
	  30%, 60% {
		transform: translateY(5px) scale(0.9);
	  }
  }

.inputsCont{
	width: 100%;
    display: flex;
    align-items: end;
    flex-direction: row;
    justify-content: flex-end;
	padding-right: 4%;
}

.inputs {
    width: 60%;
    display: flex;
	align-items: center;
    padding: 2%;
    padding-bottom: 0%;
    flex-direction: column;
	margin-top: 1rem;
    margin-bottom: 2rem;
    background: white;
    border: 1px solid #dfdddd;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    box-shadow: 1px 2px 1px 0px #00000021;
	animation: Slideinright 0.2s ease-in-out forwards;
    animation-delay: 0.7s; /* Add a 1-second delay */
    animation-fill-mode: both; /* Ensure animation retains end state */
}

.opcion{
    /* width: 200px; */
    height: 3rem;
    /* max-width: 60%; */
    /* padding: 10px; */
    margin-bottom: 5%;
    /* margin-right: 5%; */
    /* margin-left: auto;*/
}

.opcion.disabled {
	filter: grayscale(100%);
    pointer-events: none;

}

.opcion{
	display: flex;
    transition: 0.5s;
    background: #527fd3;
	width: 100%;
    padding: 1%;
    font-family: "Oswald" sans-serif;
    border: 1px solid #3961e2;
    border-radius: 3px;
    font-size: 1rem;
    position: relative;
    font-family: "Fira Sans", sans-serif;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    color: white;
    z-index: 1;
    align-items: center;
    align-content: center;
	justify-content: center;
    flex-direction: column;
}

.opcion:hover{
	color: white;
	background-color: #53afec;
	transition-duration: 0.3s;
}

.opcion > p{
	padding: 0%;
	margin: 0%;
}


.opciones .opcion:last-child {
    margin-bottom: 10px;
}
.chat-closing {
    animation: popin 0.25s forwards;
}

.chat-closing-mobile {
    animation: popinMobile 0.25s forwards;
}

.chat-open-mobile {
    animation: popoutMobile 0.25s forwards;
}

.close-icon {
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
    /* Add any other styles as needed */
}

.refresh-icon {
    position: absolute;
    top: 13px;
    left: 10px;
    cursor: pointer;
    /* Add any other styles as needed */
}

.input-group{
	display: flex; 
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 5%;

	border-radius: 5px;
}
#loadingCircle {
	display: none;
}

.loading-image {
    width: 30px;
    height: 30px;
}


@keyframes popout {
    from {
        height: 0;
        width: 0;
    }
    to {
        height: 600px;
        width: 400px;
    }
}

@keyframes popin {
    from {
		height: 600px;
        width: 400px;
      
    }
    to {
		height: 0;
        width: 0;
    }
}

@keyframes popoutMobile {
    from {
        height: 0;
        width: 0;
    }
    to {
        height: 100%;
        width: 100%;
    }
}

@keyframes popinMobile {
    from {
		height: 100%;
        width: 100%;
      
    }
    to {
		height: 0;
        width: 0;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .chat {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        overflow: auto;
		overflow-x: hidden;
    }
	.chatbot{
		position: fixed;
		bottom: 10%; /* Adjust as needed */
		right: 10%;
		z-index: 1000; /* Higher z-index value */
		/* Remaining styles */
	}
	
}