/* General */
html, body {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}
label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}
hr {
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #969595;
}
main {
    display: flex;
	width: 100%;
	margin: 20px;
	padding: 20px;
    background-color: #eaeaea;
    justify-content: center;
    border-radius: 5px;
}
.img-size {
    width: 280px;
    height: auto;
}
.btn-secondary-custom {
    background-color: #f73d3c;
    color: white;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.btn-secondary-custom:hover {
    background-color: #e52322;
    color: #fff;
}
.link-primary {
    color: #1c4b8b!important;
}
.link-primary:hover{
    color: #e52322!important;
}
@media screen and (min-width: 1024px) {
    .navbar-nav {
        --bs-nav-link-color: #1c4b8b!important;
    }
    .img-resize {
        width: 100%;
        height: auto;
    }
}

.link-secondary {
    color: #fff!important;
}
.link-secondary:hover {
    color: #e52322!important;
}
.icon {
    color: #fff;
    margin: 0 10px 0 10px;
    font-size: 23px;
}
.icon:hover {
    color: #e52322!important;
}
/* Navigator */
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
  }
.navbar-nav {
    --bs-nav-link-color: rgb(255 255 255);
}
.custom-nav {
    background-color: rgb(248, 248, 248)!important;
    position: absolute;
    height: 100px;
}
.custom-nav a:hover {
    color: #e52322;
}
.carousel-indicators [data-bs-target] {
    background-color: #ff0000ff;
}
/* Nosotros */
.bg-circle {
    background: linear-gradient(90deg, #f8f9fa 30px, transparent 1%) center, 
    linear-gradient(#f8f9fa 30px, transparent 1%) center, #44444448;
    background-size: 34px 34px;
}
/* Testimonials */
.custom-testimonial-card {
    background-color: #f2f2f2;
    padding: 20px 20px 0px 20px;
    border-radius: 1px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
    text-align: center;
}
.custom-avatar-container {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial-info p {
    margin: 5px 0;
    color: #888;
}
.custom-stars {
    font-size: 24px;
    color: #e2b51f;
}
.glide__bullet {
    background-color: #c5c5c5!important;
}
.glide__bullet--active {
    background-color: #e52322!important;
}
.glide__arrow--right {
    right: -4em!important;
}
.glide__arrow--left {
    left: -4em!important;
}
.glide__arrow {
    color: #285a95!important;
    box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,0)!important;
}
.glide__bullets {
    bottom: -1em!important;
}
/* Servicios */
.glide__arrow {
    border: 0!important;
}
.btn-card {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}
.btn-card:hover {
    color: #e52322;
}
.btn-card i {
    margin-left: 5px;
    color: gray;
    transition: color 0.3s ease;
}
.btn-card:hover i {
    color: #e52322;
}
/* Formulario video */
.video-container {
    position: relative;
    overflow: hidden;
    background: rgb(0 0 0 / 50%);
    margin-bottom: 100px;
    margin-top: 80px;
}
.bg-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* Formulario */
.custom-form {
	display: flex;
    flex-direction: column;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
    width: 100%;
}
.custom-form-label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}
.custom-form-grupo-input {
	position: relative;
}
.custom-form-input {
	width: 100%;
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}
.custom-form-input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}
.custom-form-input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}
.custom-form-input-error-activo {
	display: block;
}
.custom-form-validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}
.custom-form-checkbox {
	margin-right: 10px;
}
.custom-form-grupo-terminos, 
.custom-form-mensaje,
.custom-form-grupo-btn-enviar {
	grid-column: span 2;
}
.custom-form-mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}
.custom-form-mensaje-activo {
	display: block;
}
.custom-form-mensaje p {
	margin: 0;
}
.custom-form-btn {
	height: 45px;
	line-height: 45px;
	width: 30%;
	background: #000;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}
.custom-form-btn:hover {
	box-shadow: 3px 0px 30px rgba(163,163,163, 1);
}
.custom-form-mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}
.custom-form-mensaje-exito-activo {
	display: block;
}

/* ----- Validacion ------*/
.custom-form-grupo-correcto .custom-form-validacion-estado {
	color: #1ed12d;
	opacity: 1;
}
.custom-form-grupo-incorrecto .custom-form-label {
	color: #bb2929;
}
.custom-form-grupo-incorrecto .custom-form-validacion-estado {
	color: #bb2929;
	opacity: 1;
}
.custom-form-grupo-incorrecto .custom-form-input {
	border: 3px solid #bb2929;
}
/* ----- -----  Mediaqueries ----- ----- */
@media screen and (max-width: 800px) {
	.custom-form {
		grid-template-columns: 1fr;
	}
	.custom-form-grupo-terminos, 
	.custom-form-mensaje,
	.custom-form-grupo-btn-enviar {
		grid-column: 1;
	}
	.custom-form-btn {
		width: 100%;
	}
}
/* ----- Footer ------ */
.bg-primary {
    background-color: #1c4b8b!important;
}
.img-footer {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.btnEnviar {
    background-color: #f73d3c;
    color: white;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
}
.btnEnviar:disabled {
    background-color: #ddd;
    color: #777;
    cursor: not-allowed;
}
.div-contenido {
    display: flex;
    justify-content: center;
    text-align: center;
}
.div-contenido h1 {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid rgb(169 169 169 / 89.5%);
    background-color: #fff;
    padding: 2px 6px 4px;
    font-size: medium;
    font-weight: 400!important;
}
.div-card-content {
    display: flex;
    justify-content: left;
}
.div-card-content h1 {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid rgb(169 169 169 / 89.5%);
    padding: 2px 6px 4px;
    font-size: medium;
    font-weight: 400!important;
}
.div-contenido p {
    font-weight: bold;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #fff !important;
}

@font-face {
    font-family: Behatrice;;
    src: url('/fonts/BEHATRICE.ttf');
}