/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
	scroll-behavior: smooth;
}

@font-face {
	font-family:'Sora';
	src: url(/fonts/Sora-VariableFont_wght.ttf);
	font-display: swap;
}


body {
	background-color: #000000;
	margin-top: 160px;
	/* padding-top: 3rem;
	padding-bottom: 0rem; */
	color: #ffffff;
	width: 100%;
	font-family: Sora;
	overflow-x: hidden;
}
h1 {
	font-size: 3.5em;
	font-weight: 600;
	line-height: 1.5em;
}

.resolvemos{
	font-size: 2em!important;
	letter-spacing:normal!important;
}

#tituloproblema{
	font-size: 17px!important;
}

h3 {
	font-size: 1.2em!important;
	color: #e4002b;
	font-weight: 700;
	margin-bottom: 5%;
}

.blog-container h3{
	margin-bottom: 1%!important;
}

.h3-white {
	font-size: 2.5em!important;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 5%;
}

/*.row {
	width: 100%;
}*/

h2 {
	font-size: 1.2em;
	margin-bottom: 2%;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	color: #e4002b;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	/* text-transform:uppercase; */
	letter-spacing: 0.5px;
	color: #e4002b;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	/* text-transform:uppercase; */
	letter-spacing: 0.5px;
	color: #e4002b;
	font-weight: 400;
}
h6 {
	font-size: 14px;
	/* text-transform:uppercase; */
	letter-spacing: 0.5px;
	color: #e4002b;
	font-weight: 400;
}
.selected {
	background-color: #e4002b;
	padding: 10px;
	border-radius: 2em;
}
.bg-transparent {
	background-color: rgba(0, 0, 0, 0);
}

/* CAROUSEL CASOS DE EXITO INICIO*/


/* CAROUSEL CASOS DE EXITO FINAL*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
@media (min-width: 1100px) {
	/* @font-face {
    font-family: Montserrat;
    src: url('/fonts/Montserrat-Regular.otf') format('opentypefont');

  } */
	#servicio24 {
		display: none;
	}
	.mobile-menu {
		display: none;
	}
	.mobile-categories {
		display: none;
	}
	.input-mobile-size {
		font-size: 15px;
		width: 100%;
	}
	.label-mobile-size {
		font-size: 15px;
	}
	.check-mobile-size {
		width: 30px;
		height: 30px;
		margin: 3px;
	}
	.carousel {
		margin-bottom: 4rem;
	}
	.carousel-caption {
		bottom: 3rem;
		z-index: 10;
	}
	/* .carousel-item {
		height: 25rem;
	} */
	.marketing .col-lg-4 {
		margin-bottom: 1.5rem;
		text-align: center;
	}
	.marketing .col-lg-4 p {
		margin-right: 0.75rem;
		margin-left: 0.75rem;
	}

	.featurette-divider {
		margin: 5rem 0;
	}
	.featurette-heading {
		letter-spacing: -0.05rem;
	}
	.bg-blue {
		background-color: #e4002b;
	}
	.color-blue {
		color: #e4002b;
	}
	.back-articulo {
		background-color: #e4002b;
		color: white;
		border-radius: 5px;
		margin: 5px;
		text-align: center;
		padding: 5px;
	}
	.back-articulo p {
		text-align: center;
		line-height: 1.1;
	}
	.type {
		font-size: 18px !important;
		font-weight: 600;
	}
	.prop {
		font-size: 13px !important;
		font-weight: 400;
	}
	.preu {
		font-size: 18px !important;
		font-weight: 900;
		color: aqua;
	}
	.label-mobile-size {
		font-size: 15px;
	}

	.background-btn {
		position: fixed;
		right: 0px;
		bottom: 60px;
		text-align: center;
		line-height: 60px;
		z-index: 9999;
		transition: opacity 0.3s;
	}

	.whatsapp-btn {
		position: fixed;
		right: 2px;
		bottom: 60px;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		z-index: 9999;
		transition: opacity 0.3s;
	}
	.whatsapp-icon {
		width: 40px;
		height: 40px;
	}
	.whatsapp-btn:hover {
		opacity: 0.7;
	}

	.chatbot-btn {
		position: fixed;
		right: 2px;
		bottom: 110px;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		z-index: 9999;
		transition: opacity 0.3s;
	}
	.chatbot-icon {
		width: 40px;
		height: 40px;
	}
	.chatbot-btn:hover {
		opacity: 0.7;
	}

	.rss-btn {
		position: fixed;
		right: 2px;
		bottom: 160px;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		z-index: 9999;
		transition: opacity 0.3s;
	}
	.rss-icon {
		width: 40px;
		height: 40px;
	}
	.rss-btn:hover {
		opacity: 0.7;
	}

	.input-domain {
		width: 100%;
		font-size: 28px;
	}
	.button-domain {
		width: 100%;
		font-size: 28px;
	}
	.check {
		font-size: 21px;
		font-weight: bold;
		color: #51bb45;
	}
	.wrong {
		font-size: 20px;
		font-weight: bold;
		color: #d93137;
	}
	.color-element {
		padding: 30px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		width: 200px;
		height: 100px;
		border-radius: 5px;
		float: left;
	}
	.color-hex {
		font-weight: 600;
	}
	.color-name {
		font-size: 16px;
		text-transform: lowercase;
	}
	.blog-autor {
		font-size: 14px;
		font-weight: 500;
		/* font-style: italic; */
		color: #d93137;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.blog-contenido h2 {
		font-size: 2em;
		text-transform: none;
		letter-spacing: 0px;
		color: #eb012c;
		font-weight: 700;
		margin-top: 3%;
		margin-bottom: 1.5%;
	}
	.blog-fecha {
		font-size: 14px;
		font-weight: 500;
		/* font-style: italic; */
		color: #d93137;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.blog-categoria {
		font-size: 16px;
		background-color: #333;
		color: aliceblue;
		padding: 6px;
		margin-bottom: 15px;
		border-radius: 5px;
		margin-left: 15px;
		display: inline-flex;
	}
	.blog-categoria a {
		text-decoration: none;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 4px;
		padding-bottom: 4px;
		text-align: center;
	}
	.blog-categoria:hover {
		background-color: #eb012c;
	}
	.blog-categorias-menu {
		padding: 10px;
		justify-content: center; /* Centrado de los elementos */
		gap: 10px; /* Espacio entre los elementos */
		padding: 10px;
		text-align: center;
	}
	.blog-link {
		font-size: 40px;
		letter-spacing: 0.5px;
		font-weight: 700;
		text-decoration: none;
		font-family: Sora;
	}
	.blog-image {
		border-radius: 8px;
	}
	.blog-pagina {
		background-color: #191a1c;
		color: aliceblue;
		border: solid 2px #484848;
		padding: 12px;
		margin: 5px;
		text-align: center;
		border-radius: 50%;
		min-width: 60px;
		text-decoration: none;
		display: inline-block;
		min-width: 50px;
	}
	.bg-warning {
		background-color: #e4002b !important;
	}
	.blog-contenido {
		color: black;
	}
	.blog-contenido a {
		color: #d93137;
		text-decoration: none;
	}
	.blog-container {
		font-family: Sora;
		background-color: white;
		border-radius: 8px;
		padding: 45px;
		margin-bottom: 25px;
	}
	.blog-container a {
		background-color: white;
		color: #e4002b !important;
	}
	.blog-pagination {
		text-align: center;
	}
	.blog-redes {
		border-radius: 50%;
	}
	.articulo-box {
		background-color: #023d57;
		color: white;
		border-radius: 5px;
		margin: 5px;
		text-align: center;
		padding: 8px;
		width: 200px;
		cursor: pointer;
		display: inline-block;
	}
	.articulo-img {
		width: 80px;
	}
	.articulo-id {
		font-size: 20px !important;
		font-weight: 600;
	}
	.articulo-precio {
		font-size: 20px !important;
		font-weight: 600;
	}
	.articulo-nombre {
		font-size: 13px !important;
		font-weight: 200;
	}

	.blog-box {
		background-color: White;
		color: Black;
		border-radius: 5px;
		margin: 5px;
		text-align: center;
		padding: 8px;
		width: 95%;
		height: 400px;
		cursor: pointer;
		display: inline-block;
	}
	.blog-img {
		width: 100%;
		/* padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 0px;
		padding-right: 10px;
		object-fit: contain; */
		border-radius: 20px;
	}
	.blog-id {
		font-size: 15px !important;
		font-weight: 600;
		height: 53px;
	}

	.paginas-box {
		background-color: #e7e9eb;
		color: rgb(82, 81, 81);
		border-radius: 5px;
		margin-bottom: 15px;
		padding: 28px;
		width: 100%;
		border-radius: 5px;
	}

	.footer-text {
		color: white !important;
		text-decoration: none;
		padding: 3px;
		margin-top: 3px;
	}
	.footer-text a:visited,
	.footer-text a:hover {
		color: white !important;
		text-decoration: none;
		color: inherit;
	}
	.footer-text a {
		color: white;
		text-decoration: none;
	}
	.image-container {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.image-container img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}

	.foot-1 {
		line-height: 1.2;
	}
	.foot-2 {
		line-height: 1.2;
	}
	.foot-3 {
		line-height: 1.2;
	}

	.coment-container {
		background-color: #f8f9fa;
		margin: 15px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: black;
	}
	.coment-name {
		font-size: 15px;
		padding: 5px;
		color: #d93137;
	}
	.coment-name a {
		color: #d93137;
	}
	.coment-date {
		font-size: 10px;
		padding-left: 16px;
	}
	.coment-msg {
		font-size: 15px;
		padding-left: 16px;
		padding-top: 15px;
	}
	.container a {
		color: #ffffff;
	}
	.form-coment-input {
		background-color: #DADAD6;
		color: #191A1C;
		border-bottom: 1px solid #191A1C!important;
		border-radius: 0px;
		margin-bottom: 5%;
		border: none;
	}

	
	/* ADJUNTAR ARCHIVO INICIO */
	.form-container {
		width: 400px;
	}
	.form-container input[type="text"], 
	.form-container input[type="email"], 
	.form-container input[type="file"] {
		width: 100%;
		padding: 10px;
		margin: 10px 0;
		display: none!important;
	}
	.form-container label {
		margin-bottom: 5px;
		display: block;
	}
	.custom-file-upload {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #191A1C!important;
		color:#191A1C;
		cursor: pointer;
	}
	.custom-file-upload::before {
		content: 'Adjuntar CV';
	}
	.custom-file-upload svg{
		width: 50px;
	}
	
	/* ADJUNTAR ARCHIVO FINAL */
	.form-row {
        display: flex;
        flex-wrap: wrap;
        
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;        
    }
	.comentarios ::placeholder{
		color: white;
		font-size: 0.9em;
		font-weight: lighter;
	}
	.comentarios textarea ::placeholder{
		color: white!important;
		font-size: 0.8em;
		font-weight: lighter;
	}

	.comentarios input{
		border-bottom: 0.5px solid white; 
		border-top: 0px; 
		border-right:0px;
		border-left:0px;
	}

	.comentarios textarea{
		margin-top: -3%;
		height: 200px;
		border-bottom: 0.5px solid white!important; 
		border-top: 0px; 
		border-right:0px;
		border-left:0px;
	}

	.formtelefono{
		padding-left: 15px;		
	}

	.formpoliticas{
		font-weight: 400;
		font-size: 0.8em;
		color: #191A1C;
		margin-top:7px!important;

	}

	.availability-icon {
		width: 30px;
		height: 30px;
		display: inline-block;
		background-color: #4caf50; /* Color de fondo del círculo */
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		color: white; /* Color del símbolo de marca de verificación */
		font-size: 18px;
	}
	.non-availability-icon {
		width: 30px;
		height: 30px;
		display: inline-block;
		background-color: red; /* Color de fondo del círculo */
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		color: white; /* Color del símbolo de marca de verificación */
		font-size: 18px;
	}
	.pregunta {
		font-weight: 200 !important;
	}
	.pregunta:hover {
		/* cursor: pointer; */
		background-color: antiquewhite;
	}
	.voto:hover {
		cursor: pointer;
		color: green;
	}
	.blue-dot {
		background-color: #0074d9; /* Color de fondo azul */
		color: white; /* Texto blanco */
		padding: 5px 10px; /* Espacio interior para separar el texto del borde */
		border-radius: 20px; /* Cantos redondeados */
		display: inline-block; /* Hacer que el número y la pastilla sean elementos en línea */
		margin-right: 10px; /* Espacio entre el número y el título de la pregunta */
	}
	span.red {
		background: red;
		border-radius: 0.8em;
		-moz-border-radius: 0.8em;
		-webkit-border-radius: 0.8em;
		color: #ffffff;
		display: inline-block;
		font-weight: bold;
		line-height: 1.6em;
		margin-right: -10px;
		margin-bottom: 14px;
		text-align: center;
		min-width: 1.6em;
		/*width: 1.6em; */
		/*padding:3px;*/
		font-size: 14px;
		position: relative;
		top: 0px;
		left: 8px;
	}
}

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}
