/*styles*/
html {
  scroll-behavior: smooth;
}

body {
  	font-family: 'Roboto Condensed', sans-serif;
  	color: #686868;
  	font-size: 1rem;
	line-height: 120%;
	font-style: italic;
}
img{
	max-width: 100%;
	width:100%;
}
p{
	margin: .5rem 0;
}
p a {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}
p a:hover {
	color: #016d38;
}
nav.navbar{
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.navbar-brand{
	margin: 0.15rem 2rem;
}
.navbar-brand img{
	max-width: 130px;
}
.navbar-light .navbar-nav .nav-link {
    color: #016d38;
	font-size: 1.5rem;
	font-style: italic;
}

.nav-link.link-home{
	padding: 0;
}

.btn-home {
    width: 2.5rem;
	height: 37px;
    background-image: url("../images/home-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-home.active {
    background-image: url("../images/home-icon-active.png") !important;
}

.btn-home:hover{
	background-image: url("../images/home-icon-hover.png") !important;
}
.nav-item.active{
	background-image: url("../images/bg-tittle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;	
}



.navbar-light .navbar-nav .active>.nav-link{
    color: #016d38;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #2b2b2b;
}
.legal-top{
	height: 130px;
	position: absolute;
	top:100px;
	right: 20px;
	width: auto;
}
h1{
	color: #016d38;
	font-style: italic;
	text-transform: uppercase;
	font-size: 2.9rem;
	font-weight: normal;
	margin: 0 auto;
    border-top: solid 3px #ffdc5d;
    border-bottom: solid 3px #ffdc5d;
	margin-top: 20%;
	width: fit-content;
}
h1 b{
	display: block;
}
h1 span{
	display: block;
	font-weight: normal;
	font-size:1.5rem;
}
header{
	padding-top: 70px;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 2600px auto;
	height: 497px;
}
.header-home{
	background-image: url("../images/img-head-0.jpg");	
}
.header-coberturas{
	background-image: url("../images/img-head-1.jpg");	
}
.header-asistencias{
	background-image: url("../images/img-head-2.jpg");	
}
.header-asistencias h1 {
	font-size: 2.5rem;
	}

.header-comparativo{
	background-image: url("../images/img-head-3.jpg");	
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
section.video{
	margin-top: -150px;
	background-image: url("../images/bg-line.jpg");
	background-position: bottom right;
	background-repeat: repeat-x;
	background-size: auto;
}
.section-menu{
	background-color: #F2F2F2;
	padding: 2rem 0;
}
h2{
	font-size: 1.5rem;
	font-weight: bold;
	color: #016d38;
	font-style: italic;
	background-image: url("../images/bg-tittle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
    text-align: center;
    display: block;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px;
}
.btn-1{
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	background-color: #016d38;
	padding: .3rem 1.2rem;
	display: block;
	width: 6rem;
    border-radius: 1.5rem;
    text-align: center;
    margin: 1rem auto;
}
.btn-1:hover{
	background-color: #ffdc5d;
	color: #016d38;
	text-decoration: none;
}
.section-menu .card{
	background-color: transparent;
	border: none;
}
.section-menu .card img{
    width: 140px;
    margin: 1rem auto;
}
.section-menu .card a{
	text-decoration: none;
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
}
.section-channels{
	padding: 3rem 0 10rem 0;
}
h3{
    color: #016d38;
    text-align: center;
    border-top: solid #ffdc5d 2px;
    border-bottom: solid #ffdc5d 2px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.5rem;
    text-transform: uppercase;
}
h3 span{
	display: block;
	font-weight: lighter;
	font-size: 1.76rem;
}
h4{
    font-size: 2.25rem;
    color: #016d38;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    display: block;
    margin: 0 auto;
	background-image: url("../images/bg-number.png");
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 0 20px;
}
.section-channels h3{
	margin-bottom: 7rem;
}
.section-channels .card{
	padding: 1.5rem;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border: 1px solid #eaeaea;
	height: 100%;
}
.section-channels .card .qr{
	width: 140px;
	margin: 0;
}

.section-channels .card .card-header{
    padding: 0 0 .5rem 0;
    border: 0;
    background-color: transparent;
	height: 40%;
}
.section-channels .card .card-body{
    padding: 0 0 .5rem 0;
}
.section-channels .card .card-footer{
    padding: .5rem 0 0 0;
    border: 0;
    background-color: transparent;
}
.section-channels .card .card-footer ul{
	padding: 0;
	margin: 0;
}
.section-channels .card .card-footer ul li{
	margin: 0;
	width: 50%;
	float: left;
	padding: .5rem;
	display: none;
}
.img-pets-1 {
    width: 120%;
    max-width: none;
    margin-left: -15%;
    margin-bottom: -20%;
    margin-top: -20%;
    height: auto;
}
.legal-bottom{
	position: absolute;
	top: -260px;
	height: 230px; 
	left:1.5rem;
	width: auto;
}
footer{
	background-color: #eaeaea;
	padding: .7rem 0;
	text-align: center;
	color: #707070;
	position: relative;
}
.img-check{
	width: 35px;
	display: inline-block;
}
.img-icon{
	display: block;
	width: 180px;
	margin: 0 auto;
}
ul.list-check{
	margin: 0;
	color: #016d38;
	list-style-type: none;
	min-height: 60px;
}
ul.list-check li:before{
	content: '';
	display: block;
	width: 35px;
	height: 25px;
	position: absolute;
    left: 1rem;
	background-image: url("../images/icon-small-check.png");
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
}
h5{
	color: #016d38;
	font-size: 1.5rem;
	font-weight: normal;
	margin: .5rem 0;
	height: 85px;
}
.section-content{
	margin-top: -4rem;
	margin-bottom: 4rem;
}
table.table-end{
	width: 100%;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	margin-top: -50px;
}
table.table-end tr th{
	width: 33%;
	padding: 1rem;
	border:solid 1px #cccccc;
	text-align: center;
	color: #016d38;
	font-size: 1.5rem;
	font-weight: bold;
}
table.table-end tr td:first-child{
	text-align: left;
}
table.table-end tr td{
	border:solid 1px #cccccc;
	text-align: center;
	padding: .8rem;
}
table.table-end tr td span{
	font-weight: bold;
	color: #016d38;
	width: 100%;
    display: block;
    text-align: center;
}
table.table-end tr td i{
	color: #D94659;
	margin-left: .2rem;
}
table.table-end tr td img{
	width: 25px;
}
table.table-end tr:nth-child(6),
table.table-end tr:nth-child(7),
table.table-end tr:nth-child(8),
table.table-end tr:nth-child(9),
table.table-end tr:nth-child(10),
table.table-end tr:nth-child(11),
table.table-end tr:nth-child(12),
table.table-end tr:nth-child(13){
	background-color: #f7f7f7;
}
.container-table{
	margin-bottom: 6rem;
}
.red{
	color: #D94659;
}
.table-shadow{
	background-image: url("../images/shadow.png");
	background-position: bottom right;
	background-size: auto;
	background-repeat: repeat-y;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	width: 70px;
    height: 100%;
	opacity: 0.5;
}
.container-table {
    position: relative;
}
.section-channels .card .card-footer img.d-md-none.d-block{
	width: 120px;
	margin: 0 auto 1rem;
}
@media (min-height: 1000px){
	footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 1199px) {
	h1 b {
		display: inline;
	}	
	h1 {
		font-size: 2.7rem;
	}
	.section-channels .card {
		height: 100%;
	}
}
@media (max-width: 991px) {
	.nav-item.active{
		background-color: #ffdc5d;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 1.25rem;
		padding: 0.5rem;
	}
	.navbar-nav {
		margin-top: 1rem;
	}
	h1 {
		font-size: 2rem;
		text-align: center;
		margin-top: 200px;
	}
	h1 b{
		display: inline;
	}
	header {
		background-color: #ffffff;
		background-position: 20% 70px;
		background-size: 1500px auto;
		height: auto;
	}
	section.video {
		margin-top: 0;
	}
	.img-pets-1 {
		width: 300px;
		max-width: none;
		margin: 0 auto 2rem auto;
		height: auto;
		display: block;
	}
	.section-channels {
		padding: 3rem 0 5rem 0;
	}
	h5{
		height: auto;
	}
	ul.list-check{
		min-height: auto;
		margin: 1rem 0;
	}
	.section-content {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}
	table.table-end {
		margin-top: 0px;
		width: 630px;
	}
	.container-table{
		width: 100%;
		overflow-y: scroll;
		margin-bottom: 2rem;
	}
	.section-channels h3 {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	header {
		background-position: 25% 70px;
	}
	.section-menu .card {
		border-bottom: 1px solid #cccccc;
	}
	.section-channels .card{
		height: auto;
		margin: 1rem 0;
	}
	.qr{
		display: none;
	}
	.navbar-brand {
		margin: 0.15rem 0.3rem;
	}
	.section-channels .card .card-header {
		height: auto;
	}
	.table-shadow{
		display: block;
	}
	.section-channels .card .card-footer ul li{
		display: inline-block;
	}
}
@media (max-width: 564px) {
	header {
		background-position: 35% 70px;
	}
	h1 {
		font-size: 1.5rem;
	}
	.legal-top {
		right: 10px;
	}
	.legal-bottom {
		height: 180px;
		left: .8rem;
	}
	.section-channels .card .card-footer ul li {	
		width: 80%;
		margin: 0 10%;
	}
}

	


h5.text-center.height {
    height: auto;
}
























