@font-face {
    font-family: 'Geist';
    src: url('../geist/Geist-Regular.otf') format('truetype');
    /* Puedes agregar más formatos de fuente aquí si tienes disponibles */
}

p,h1,h2,h3,h4,h5,h6,button,li,input,label,a{
	font-family: 'Geist', sans-serif;
}

.button_1 {
	border-radius: 12px;
	border: 1.5px solid #15a7f9;
	box-sizing: border-box;
	width: 9.75rem;
	background: #ffffff00;
	color: #15a7f9;
}

.button_1 a {
	color: #15a7f9;
}

.button_1:hover {
	background: #15a7f926 !important;
}

.why {
	height: 92vh;
	width: 100%;
	background-image: url(../images/backgroup/container@3x.png);
	background-size: cover;
	background-position: center;
	display: flex;
	/* align-items: flex-start;
	justify-content: flex-start; */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* max-width: 1980px; */
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.botton_why {
	border-radius: 12px;
	border: 1.5px solid #2e9cfc;
	box-sizing: border-box;
	background: #2e9cfc;
	color: white;
}
/* .botton_why:hover {
	box-shadow: 14px 14px 39.3px #92C7FF;
} */
.header.scrolled .header_content {
	box-shadow: 0px 1px 15px rgb(255 255 255 / 15%);
}

.btn-primary:hover {
	background: #0077e4;
	border: 1.5px solid #0077e4;
	
}

/* .card-animation */
.blog-item:hover {
	border-width: 0 !important;
	box-shadow: 0 0 35px #90bc7940;
}

.blog-item {
	transition: .1s;
}

.border {
	border: 3px solid #f4f8f1 !important;
}

.intro_form_container {
	width: 93%;
	background: #FFFFFF;
	box-shadow: 0px 0px 0px rgba(255, 254, 254, 0);
	border: #90bc7940;
	border-width: 1px;
	margin: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 30px;
	margin: 10px;

}

.intro_form_container:hover {

	margin-top: -5px;
	box-shadow: 0px 25px 38px rgba(0, 0, 0, 0.2);

}

.intro_form_container {
	border: 1px solid #dee2e6;
	transition: transform 0.9s, box-shadow 0.9s;

}

.intro_form_container:hover {
	transform: scale(1.0);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #2e9cfc;
}

.owl-carousel .owl-item img {
	display: block;
	width: 70%;
}

.servicios-item {
	border-radius: 50%;
	background-color: #f0faff;
	border: 6px solid #d7f1ff;
	box-sizing: border-box;
	width: 4.625rem;
	height: 4.625rem;
	display: flex;
	justify-content: center;
}

.servicios-item2 {
	width: 80%;
}

::selection {
	background: rgba(98, 102, 102, 0.75);
	color: #FFFFFF;
}

.intro_form_container div {
	justify-content: center;
}

.button_gris {
	border-radius: 4px;
	background-color: #fcfcfc;
	border: 1px solid #818BAB;
	box-sizing: border-box;
	width: 11.375rem;
	height: 2.375rem;
}

.button_gris:hover {
	background-color: #0202020a;
}
.button_gris_active {
	border-radius: 4px;
	background-color: #F0FAFF;
	border: 1px solid #98DBFF;
	box-sizing: border-box;
	width: 11.375rem;
	height: 2.375rem;
	color: #15A7F9;
}

/* .button_gris_active:hover {
	border-radius: 4px;
	background-color: #98DBFF;
	border: 1px solid #98DBFF;
	box-sizing: border-box;
	width: 11.375rem;
	height: 2.375rem;
	color: #15A7F9;
} */

.button_azul {
	border-radius: 4px;
	background-color: #42476A;
	border: 1px solid #818BAB;
	box-sizing: border-box;
	width: 8.375rem;
	height: 2.375rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button_azul:hover {
	background-color: #15A7F9;
	color: white;
}

.intro {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.frame-child7 {
	position: relative;
	top: 1.5rem;
	/* left: 6rem; */
	background-color: #fcfcfc;
	width: 1.625rem;
	height: 0.063rem;
}

.banner-azul {
	background-image: url(../images/backgroup/instance-boton-fondo-claro.svg);
	height: 100%;
	background-size: cover;
	background-position: center;
}

.menu {
	width: 230px;
	background: #232745;
}

.extra_content {
	background: #FFFFFF;
	width: auto;
	padding: 20px;
	box-shadow: 0px 25px 38px rgba(0, 0, 0, 0.2);
	margin-top: -17rem;
}

.secction_1 {
	padding-bottom: 10vh;
}

.boton-arrow{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1.5px solid #b8bdc7;
	box-sizing: border-box;
	background: #ffffff;
	color: white;
}
.boton-arrow svg path{
	fill: #b8bdc7;
}
.boton-arrow-active{
	
	border: 1.5px solid #232745;
	background: #232745;
	color: white;
}
.boton-arrow-active svg path{
	fill: #ffffff;

}
.boton-arrow:first-child{
	transform: rotate(180deg);
}
.form-control {
	display: block;
	width: 100%;
	padding: 0rem 0rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #888DB0;
	background-color: #23274500;
	background-clip: padding-box;
	border-bottom: 3.5px solid #42476A !important;
	border-radius: 0rem;
	border: none;
	/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}
.form-control:focus {
	color: white;
	background-color: #49505700;
	background-color: #ffffff00;
	border-color: #49505700;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem #49505700;
	border-bottom: 3.5px solid #0f8094 !important;
	box-shadow: 0 0 0 0.2rem #49505700;
}
.form-control:valid {
	border-bottom: 3.5px solid #0f8094 !important;
	color: #888DB0;
	
	
}
.iconos_img{
	display: inline-flex;
	width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1.5px solid #232745;
    box-sizing: border-box;
    background: #1D2243;
    color: white;
    padding: 7px;
}

.iconos_img:hover{
	background: #30355E;
}

.menu_nav ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #888DB0;
	/* border-bottom: 1px solid #888DB0; */
}
.menu_nav ul li a:hover {
    color: #ffffff;
}

.menu_nav ul li:last-child {
	border-bottom: 1px solid #ffffff00;
	padding: 20px 0px;
}

.menu_nav ul li {
	border-bottom: 1px solid #888DB0;
	padding: 20px 0px;
}

.medio{
	position: absolute;
	bottom: -59.1px;
	width: auto;
	height: auto;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scrooldown{
	position: absolute;
	bottom: 30px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	background: #f4f5f9;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scrooldown a i {
	font-size: 2rem;
	color: #15A7F9;
}
.modal-header {
    border-bottom: 1px solid #dee2e600;
}	
.shadow_1{
	box-shadow: 14px 14px 39.3px #92C7FF;
}
.shadow_1:hover{
	box-shadow: 14px 14px 39.3px #92C7FF !important;
}
.shadow_1:focus{
	box-shadow: 14px 14px 39.3px #92C7FF !important;
}

.owl-carousel .owl-item img {
    width: 70% !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	/* border: 1.5px solid #2e9cfc; */
    /* box-sizing: border-box; */
    background: #2e9cfc !important;
    color: white;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d900;
    background: #2e9cfc !important;
    border-color: #ebedef00;
	box-shadow: 14px 14px 39.3px #92C7FF;

}

/* modal */

.close {
    font-size: 2rem;
}
.modal-header div img{
	width: 15%;
}
.modal-header {
	align-items: center;
}
.modal-body {
    padding: 0rem;
}
.modal-content {
	width: 80%;
}
/* animaciones */


@keyframes slideIn {
	0% {opacity: 0; transform: translatey(-15px);}
	100% {opacity: 1; top:0px;}
}


.scrooldown:hover .bajar{
	animation: 1s 1 slideIn;
}

@keyframes slidein_1 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	animation-duration: 3s;
	animation-name: slidein_1;
}

.p-descripcion{ 
	/* font-size: 1rem; */
	color: #42476A !important;
}


/* bordes */
.border-top-1{
	border-top: 1px solid rgb(2 2 2 / 20%);
}
.border-top-1 div:first-child{
	border-right: 5px solid #42476A;
}

/* animacion parrafo */
@keyframes slidepup {
	0% {opacity: 0; transform: translatey(35px);}
	100% {opacity: 1; top:0px;}
}

@keyframes slidepdown {
	0% {opacity: 1; top:0px;}
	100% {opacity: 0; transform: translatey(35px);}
}

.slidepup{
	animation: 1s 1 slidepup;
}

.slidepdown{
	animation: 1s 1 slidepdown;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.intro_col_row {
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
	}

	.banner-azul {
		background-image: url(../images/backgroup/frame-33.svg);
	}
	.why {
		background-image: url(../images/backgroup/container@4x.png);
	}

	.intro_col_img {
		justify-content: center;
		width: 95%;
	}

	.intro_col_img img {
		width: 95%;
	}

	h3 {
		font-size: 30px;
	}

	.button_gris {
		width: 9.375rem;
		height: 2.375rem;
	}

	.titulo-codyapps,
	h3 {
		font-size: 28px;
	}

	.secction_1 {
		padding-bottom: 20vh;
	}
	.content-lg {
		margin-bottom: 6rem; 
		margin-top: 3rem; 
		padding-left: 1rem; 
		padding-right: 1rem; 
	}
	.extra_content {
		margin-top: -26rem;
	}
	.p-descripcion{ 
		font-size: 1rem;
		/* color: #42476A !important; */
	}
	.medio{
		bottom: -59.1px;
	}
	.intro_form_container:hover {

		margin-top: 0px;
		box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
	
	}
	.modal-header div h4{
		font-size: 15px;
	}
	.modal-header div img{
		width: 15%;
	}
	.button_gris_active:hover {
		width: 9.375rem;
	}
	.button_gris_active {
		width: 9.375rem;
	}
	.modal-content {
		width: 100%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.intro_col_img {
		justify-content: center;
	}
	.content-lg {
		margin-bottom: 6rem; 
		margin-top: 13rem; 
		padding-left: 6rem; 
		padding-right: 6rem; 
	}

}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.intro_col_row {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.intro_col_img {
		justify-content: flex-end;
	}
	.content-lg {
		margin-bottom: 6rem; 
		margin-top: 13rem; 
		padding-left: 6rem; 
		padding-right: 6rem; 
	}
	.border-top-1{
		padding-right: 7rem !important;
	}

}

@media only screen and (max-width: 991px){
	.intro_form_container {
		margin-top: 0px !important;
	}
	.intro_form_container:hover {
		margin-top: 0px;
	}
}