@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
	height: 100%;
}

body {
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 14px;
	font-family: "Work Sans", sans-serif;
	color: #383838;
	height: 100%;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	outline: none;
}

a {
	outline: none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.trans, .gracias .item a, .fotohome .formulario .col2 input[type=submit] {
	transition: all 0.3s ease;
}

input {
	outline: none;
}

header {
	padding: 31px 15px 31px 15px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
header .col2 {
	text-align: right;
	font-size: 20px;
	padding-top: 14px;
}
header .col2 span {
	color: #24b2cf;
}

.fotohome {
	background-image: url(../img/foto3.webp);
	background-size: 70%;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}
.fotohome .formulario {
	box-shadow: 6px 9px 62px 0 rgba(0, 0, 0, 0.26);
	position: absolute;
	top: 70px;
	right: 60px;
	max-width: 745px;
}
.fotohome .formulario .col1 {
	background-color: #24b2cf;
	height: 480px;
	border-radius: 16px 0 0 16px;
	padding: 26px;
}
.fotohome .formulario .col1 h1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 31px;
	/*span{display:block;}*/
}
.fotohome .formulario .col1 h2 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
}
.fotohome .formulario .col1 .barrita {
	width: 90%;
	height: 2px;
	background-color: #fff;
	margin-bottom: 31px;
}
.fotohome .formulario .col1 p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.fotohome .formulario .col2 {
	background-color: #fff;
	height: 480px;
	border-radius: 0 16px 16px 0;
	padding: 20px;
}
.fotohome .formulario .col2 h3 {
	font-size: 21px;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 10px;
}
.fotohome .formulario .col2 h3 span {
	color: #24b2cf;
}
.fotohome .formulario .col2 input[type=text],
.fotohome .formulario .col2 input[type=email],
.fotohome .formulario .col2 select {
	border: solid 1px #383838;
	padding: 10px 15px 10px 15px;
	width: 100%;
	border-radius: 23px;
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 10px;
	color: #383838;
}
.fotohome .formulario .col2 input[type=submit] {
	background-color: #24b2cf;
	padding: 10px 15px 10px 15px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	border-radius: 16px;
	display: block;
	margin: 15px auto 0px auto;
}
.fotohome .formulario .col2 input[type=submit]:hover {
	background-color: #383838;
}
.fotohome .formulario .col2 p {
	font-size: 11px;
	line-height: 11px;
	padding-top: 20px;
}
.fotohome .formulario .col2 p input {
	float: left;
	margin-right: 6px;
	margin-bottom: 57px;
}
.fotohome .formulario .col2 p a {
	color: #383838;
	font-weight: bold;
	text-decoration: underline;
}
.fotohome .formulario .col2 p a:hover {
	color: #383838;
	text-decoration: none;
}
.fotohome .formulario .fotomobile {
	display: none;
}
.fotohome .formulario .colmobile {
	display: none;
}

.mod1 {
	padding: 90px 0 45px 0;
	margin-top: 0px;
}
.mod1 h1 {
	font-size: 30px;
	text-align: center;
}
.mod1 ul {
	text-align: center;
	padding: 45px 0 0 0;
}
.mod1 ul li {
	display: inline-block;
	margin: 15px;
}
.mod1 ul li img {
	height: 90px;
}
.mod1 .carousel1 {
	display: none;
}
.mod1 .frase {
	display: none;
	text-align: center;
	font-size: 15px;
}

.mod2 .container {
	position: relative;
}
.mod2 .texto {
	position: absolute;
	top: 145px;
	right: 0;
	border-radius: 16px;
	padding: 60px;
	font-size: 23px;
	background-color: #24b2cf;
	width: 600px;
}
.mod2 .texto h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
.mod2 .texto h1 span {
	display: block;
}
.mod2 .texto p {
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}
.mod2 .texto p span {
	font-weight: bold;
}
.mod2 .fotomobile {
	display: none;
}

.mod3 {
	margin-bottom: 60px;
}
.mod3 .borde {
	border-radius: 16px;
	border: solid 1px #24b2cf;
	padding: 45px;
	margin-top: 245px;
}
.mod3 h1 {
	font-size: 30px;
	margin-bottom: 45px;
	text-align: center;
	font-weight: 600;
}
.mod3 h1 span {
	display: block;
}
.mod3 h2 {
	color: #24b2cf;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.mod3 p {
	font-size: 20px;
	margin-bottom: 45px;
	max-width: 80%;
}
.mod3 .pad {
	max-width: 85%;
	margin: auto;
}
.mod3 .borde2 {
	border-right: solid 1px #24b2cf;
}

.gracias .foto {
	height: 350px;
	background-image: url(../img/head-banner-eligiendo-seguros-d-gracias@2x.jpg);
	background-size: cover;
	background-position: center;
}
.gracias .texto {
	position: absolute;
	width: 100%;
	padding: 60px;
	background-color: #24b2cf;
	text-align: center;
	top: 322px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 15px;
	box-shadow: 6px 9px 15px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	max-width: 1120px;
}
.gracias .texto h1 {
	font-weight: 700;
	font-size: 40px;
}
.gracias .texto p {
	font-size: 23px;
	letter-spacing: 1px;
	padding-top: 31px;
}
.gracias .grilla {
	padding: 31px;
	margin-top: 231px;
	margin-bottom: 60px;
	border: solid 1px #24b2cf;
	border-radius: 15px;
}
.gracias .grilla h2 {
	text-align: center;
	font-size: 30px;
	color: #383838;
	margin-bottom: 45px;
}
.gracias .item {
	border-bottom: solid 1px #24b2cf;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.gracias .item p {
	font-size: 20px;
	font-weight: 300;
}
.gracias .item a {
	border-radius: 15px;
	background-color: #24b2cf;
	padding: 10px 15px 10px 15px;
	text-align: center;
	margin-top: 60px;
	background-color: #24b2cf;
	color: #fff;
	text-transform: uppercase;
	width: 190px;
	display: block;
}
.gracias .item a:hover {
	background-color: #383838;
}
.gracias .noborde {
	border: none !important;
}
.gracias .fotomobile {
	display: none;
}

.politicas {
	padding: 45px 0 45px 0;
}
.politicas h1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}
.politicas p {
	font-size: 15px;
}

.fotomobile2 {
	display: none;
}

footer {
	background-color: #383838;
	color: #fff;
	padding: 31px 15px 31px 15px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
}
footer a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}
footer .col2 {
	text-align: right;
}

@media (max-width: 600px) {
	header .logo img {
		width: 245px;
		display: block;
		margin: auto;
	}
	header {
		padding: 0;
	}
	header .logo {
		padding: 31px;
	}
	header .col2 {
		text-align: center;
		background-color: #383838;
		padding: 10px;
		color: #fff;
		font-size: 14px;
	}
	.fotohome .formulario {
		position: relative;
	}
	.fotohome {
		height: auto;
		background-image: none;
	}
	.fotohome .formulario {
		top: auto;
	}
	.fotohome .formulario .col1 {
		padding: 20px;
		border-radius: 0;
	}
	.fotohome .formulario {
		box-shadow: none;
	}
	.fotohome .formulario .fotomobile {
		display: none;
	}
	.fotohome .formulario .col1,
	.fotohome .formulario .col2 {
		height: auto;
	}
	.fotohome .formulario .col1 h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.fotohome .formulario .col1 h1 span {
		display: inline;
	}
	.fotohome .formulario .col1 h2 {
		font-size: 26px;
	}
	.fotohome .formulario .col1 p {
		font-size: 16px;
	}
	.fotohome .formulario .col2 h3 {
		font-size: 17px;
	}
	.fotohome .formulario .col2 p input {
		margin-bottom: 57px;
	}
	.mod1 {
		margin-top: 0;
		padding-top: 0;
	}
	.mod1 h1 {
		font-size: 22px;
	}
	.mod2 .texto {
		position: relative;
		width: 100%;
		top: auto;
		border-radius: 0;
		padding: 20px;
	}
	.mod2 .texto h1 {
		font-size: 22px;
	}
	.mod2 .texto h1 span {
		display: inline;
	}
	.mod2 .texto p {
		font-size: 16px;
		line-height: 22px;
	}
	.mod3 .borde {
		margin-top: 31px;
	}
	.mod3 .borde {
		padding: 20px;
		border: none;
	}
	.mod3 h1 {
		font-size: 22px;
		text-align: left;
	}
	.mod3 .pad {
		max-width: 100%;
	}
	.mod3 .pad .col-md-6 {
		padding: 15px 15px 0 15px !important;
	}
	.mod3 h1 span {
		display: inline;
	}
	.mod3 .borde2 {
		border: none;
	}
	.mod3 h2 {
		font-size: 20px;
	}
	.mod3 p {
		font-size: 18px;
		max-width: 100%;
	}
	.mod3 {
		margin-bottom: 0;
	}
	.mod1 ul {
		display: none;
	}
	.mod3 p {
		margin-bottom: 31px;
	}
	footer {
		text-align: center;
	}
	footer .container {
		padding-left: 31px;
		padding-right: 31px;
	}
	footer .col2 {
		text-align: center;
		padding-top: 15px;
	}
	footer .col2 span {
		display: none;
	}
	footer .col2 a {
		display: block;
		margin-bottom: 15px;
	}
	.mod1 .carousel1 {
		display: block;
	}
	.slick-slide img {
		width: 100%;
		padding: 15px;
	}
	.mod1 h1 {
		margin-bottom: 15px;
	}
	.mod1 .frase {
		display: block;
	}
	.mod1 {
		padding-top: 31px;
		border-top: solid 1px #24b2cf;
	}
	.mod2 .container {
		padding: 0;
	}
	.mod2 .fotodesktop {
		display: none;
	}
	.mod2 .fotomobile {
		display: block;
	}
	.gracias .foto {
		display: none;
	}
	.gracias .fotomobile {
		display: block;
	}
	.gracias .texto {
		top: auto;
		border-radius: 0;
		padding: 31px;
	}
	.gracias .texto h1 {
		font-size: 26px;
	}
	.gracias .texto p {
		font-size: 22px;
	}
	.gracias .grilla {
		padding: 20px;
		border: none;
	}
	.gracias .grilla img {
		margin-bottom: 45px;
	}
	.gracias .item a {
		margin-top: 20px;
	}
	.gracias .grilla h2 {
		margin-top: 45px;
		font-size: 18px;
	}
	.fotohome .formulario {
		right: 0;
	}
	header {
		margin-bottom: 0;
	}
	.fotohome .formulario .coldesktop {
		display: none;
	}
	.fotohome .formulario .colmobile {
		display: block;
	}
	.fotohome .formulario .col1 h1 {
		line-height: 31px;
	}
	.fotohome .formulario .col1 h2 {
		font-size: 22px;
	}
	.fotohome .formulario .col1 h1 {
		margin-bottom: 15px;
	}
	.fotohome .formulario .col1 .barrita {
		margin-bottom: 15px;
	}
	.fotohome .formulario .col1 {
		padding-bottom: 10px;
	}
	header .col2 {
		display: none;
	}
	.fotohome .formulario .col1 {
		text-align: center;
	}
	.fotomobile2 {
		display: block;
	}
}