@font-face {
    font-family: 'Coloplast';
    src: url('fonts/Coloplast.eot');
    src: url('fonts/Coloplast.eot?#iefix') format('embedded-opentype'),
        url('fonts/Coloplast.woff2') format('woff2'),
        url('fonts/Coloplast.woff') format('woff'),
        url('fonts/Coloplast.ttf') format('truetype'),
        url('fonts/Coloplast.svg#Coloplast') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Coloplast';
    src: url('fonts/Coloplast-Bold.eot');
    src: url('fonts/Coloplast-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Coloplast-Bold.woff2') format('woff2'),
        url('fonts/Coloplast-Bold.woff') format('woff'),
        url('fonts/Coloplast-Bold.ttf') format('truetype'),
        url('fonts/Coloplast-Bold.svg#Coloplast-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {	
	--white: #ffffff;
	--red: #a22a43;
	--black: #444444;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Coloplast', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--red);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 10px 40px;
	font-weight: normal;
	font-family: 'Coloplast', sans-serif;
	border-radius: 30px;
	font-weight: bold;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #921d36;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Coloplast', sans-serif;
	font-weight: bold;
	margin-top: 0;
	color: #505050;
}

.slider {
	background: url(images/slider.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 550px;
}
.home {
	position: relative;
}
.bg-home {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background:#f2f2f2;
}
.home .textos {
	padding-right: 8%;
	text-align: justify;
}
.home .form {
	padding-left: 8%;
}
.img-chat-home {
	max-width: 90%;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario select {
	border: 1px solid #666;
	padding: 10px;
	border-radius:4px;
	margin-bottom: 15px;
	width: 100%;
	background:#f2f2f2;
	height: 44px;
}
label.terminos {
	font-size: 12px;
	position: relative;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
}
label.terminos input {
	position: absolute;
	left: 0;
	top: 0;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.cab .aval {
	position: absolute;
	right: 30px;
	top: 39px;
}
.cab .aval img {
	width: 180px;
}
.logo {
	width: 280px;
}
.bg-grey {
	background:#f2f2f2;
}
.content-chat {
	position: relative;
	padding-left: 24px;
	padding-right: 65px;
}
.content-chat .atras {
	width: 21px;
}
.content-chat .info {
	width: 58px;
}
.chat {
	border: 2px solid #e0e0e0;
	padding: 30px;
	border-radius: 12px;
	background:#fff;
}
.message {
	background:#f0f0f0;
	padding: 10px 24px;
	border-radius: 20px;
	display: inline-block;
	width: auto;
	float: right;
	margin: 20px 0px;
}
.message::after {
	content:'';
	display: block;
	height:1px;
	clear: both;
	width: 100%;
}
.response h1, .response h2, .response h3 {
	font-weight: bold;
	font-size: 18px;
}
.chat input {
	border: 1px solid #e9e9e9;
	padding: 12px 50px 12px 20px;
	border-radius: 24px;
	width: 100%;
	margin-top: 30px;
}
.chat form {
	position: relative;
	margin-bottom: 5px;
}
.chat form button {
	position: absolute;
	right: 10px;
	top: 35px;
	-webkit-appearace: none;
	appearance: none;
	border:none;
	outline: none;
	background: #ccc;
	color:#fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.contenidos-chat {
	min-height: 320px;
}
.leyenda {
	font-size: 11px;
	color:#888;
}
.tools {
	margin-top: 6px;
	margin-bottom: 20px;
}
.tools img {
	height:22px;
}
.informacion {
	position: relative;
	padding-left: 150px;
	padding-right: 15%;
}
.informacion .titulo {
	background:var(--red);
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	color:#fff;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	width: 130px;
}
.aval {
	position: relative;
	padding-left: 150px;
}
h4 {
	color:#333;
	font-size: 17px;
	font-weight: bold;
}
.image-aval {
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	font-size: 14px;
}

.custom-footer {
  background-color: #2f2f2f;
  padding: 20px 40px;
  color: #d3d3d3;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
}

.footer-content {
  display: flex;
  justify-content: start;
  gap: 4rem;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  height: 50px;
  width: auto;
}

.footer-right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-link {
  color: #828282;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-separator {
  color: #d3d3d3;
}

@media(max-width:767px) {
	.slider {
  		height: 350px;
	}	
	.col-sm-6, .col-sm-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .textos {
		padding-right: 20px;
	}
	.home .form {
		padding-left: 20px;
		background: #f2f2f2;
		padding-top: 20px;
	}
	.bg-home {
		display: none;
	}
	.img-chat-home {
  		max-width: 90%;
  		width: 300px;
  		display: block;
  		margin-left: auto;
  		margin-right: auto;
	}
	.logo {
  		width: 200px;
	}
	.cab .text-center {
		text-align: left;
	}
	.cab .aval {
 		right: 15px;
  		top: 23px;
	}
	.informacion {
  		position: relative;
  		padding-left: 0;
  		padding-right: 0;
	}
	.informacion .titulo {
  		position: relative;
  		left: inherit;
  		top: inherit;
  		margin-bottom: 20px;
	}
	.footer-content , .footer-right{
        align-items: center;
        text-align: center;
        justify-content: center;
	}
}

@media(max-width: 498px) {
	body {
		font-size: 15px;
	}
	.slider {
  		height: 300px;
	}
	.img-chat-home {
		width: 220px;
	}
	.content-chat .info {
  		top: 2px;
  		width: 50px;
	}
	.content-chat {
  		padding-left: 24px;
  		padding-right: 54px;
	}
	.chat {
  		padding: 20px;
  	}
  	.logo {
    	width: 170px;
    	margin-left: -20px;
  	}
  	.cab .aval {
    	right: 10px;
    	top: 14px;
  	}
  	.response h1, .response h2, .response h3 {
  		font-size: 17px;
	}
	.image-aval {
  		position: relative;
  		left: inherit;
  		top: inherit;
  		width: 130px;
  		font-size: 14px;
	}
	.aval {
  		padding-left: 0;
	}
}