/* fuentes */
@font-face {
  font-family: 'Frutiger';
  src: url('fonts/Frutiger.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

* {
	transition: all
}

.red {
	background: #ef3e56;
}
.grey {
	background-color: rgb(249, 248, 246);
}
.black {
	background: #1b1b1b
}

body {
	font-family: 'Frutiger', sans-serif; 
	margin: 0;
	font-size: 1em;
	line-height: 1.6;
	font-weight: 300;
}
h1 {
	font-size: 2.2em;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
h1 span {
	color: #D71A35;
}
h2 {
	font-size: 2.2em;
	font-weight: 800;
}
h5 {
	font-size: 1.1em;
	font-weight: 600;
}
h6 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	letter-spacing: 1px;
}
strong {
	font-weight: 700;
}

.btn {
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.btn-outline {
    border:2px solid #D71A35;
    color: #D71A35;
}
.btn-outline:hover {
	border:2px solid #D71A35;
    background: #D71A35;
    color: #fff;
}
.btn-primary {
	border:2px solid #D71A35;
    background: #D71A35;
    color: #fff;
}
.btn-primary:hover {
	border:2px solid #D71A35;
    background: #D71A35;
    color:#fff;
}
.btn-cuotas {
	font-size: 0.8em
}
a.link {
	text-decoration: none; 
	color: #D71A35;
	font-weight: 600;
}

header {
	padding: 0.5em 0;
	display: flex;
	align-items: center;
}
header .logo {
	width: 100px;
}
header .slogan {
	font-size: 11.5px;
	line-height: 1.2;
	display: inline-block;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #D71A35;
}

/* Section principal */
#principal {
	padding: 1em 0 2em;
}
.list-items {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.list-items i {
	color:#D71A35;
}

/* Section Imágenes */ 
#imagenes img {
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
	display: inline-block;
	transition: all ease 0.5s;
}
#imagenes img:hover {
	transform: scale(1.05);
}

/* Caaracterísticas box*/
.owl-nav {
	margin-top: 0 !important
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	margin-bottom: 1em
}
.box {
	border-radius: 20px !important;
	background-color: white;
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
}
.box p {
	font-size: 0.9em;
}
#que-tiene a {
	color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: #fff}

.carousel-box .owl-item {padding: 1em 1em 0}



/* Style the tab */
.tab {
  float: left;
  width: 49%;
}
.tab button {
  display: block;
  background-color: white !important;
  box-sizing: border-box;
  padding: 1.5em;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 1.6em
}

/* Style the tab content */
.tabcontent {
  float: right;
  padding: 0px 12px;
  border-left: none;
	display: none;
	padding: 1em
}

/* Section Precios*/
#planes {
	padding: 3em 0;
}
#planes h4 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.2em
}
.precioAr {
	font-size: 1.7em;
	font-weight: 800;
	line-height: 1.3;
}
.precioAr span {
	font-size: 0.6em;
	font-weight: 300;
}
.card {
	border-radius: 20px; 
	border: 0; 
}
.card2 {
	padding-top: 4em !important;
}
.card-header {
	background: transparent;
	border:0;
	position: relative;
	padding: 2em 0 0;
}
.title-card {
 	min-height: 56px
 }

.recomendado {
	position: absolute;
    padding: 8px 0;
    /*border: 1px solid #008dff;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ff1758;
    top: -40px;
    left: 50%;
    color: #fff;
    font: 800 14px;
    text-transform: uppercase;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    z-index: 200;
    width: 81%;
    text-align: center;
}
.recomendado:before {
	content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-right: 20px solid #ff1758;
    border-bottom: none;
    border-left: none;
    bottom: -12px;
    transform: rotate(45deg) translate(-50%);
    left: 47%;
}
.card-header h2 {
	font-size: 1.2em; 
	font-weight: 800; 
	line-height: 1.2; 
}
.promo {
	width: 106%;
	position: relative;
	left: -3%;
	top: -15px;
	padding: 0.3rem !important;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	background: #be293d;
}
.promo:before {
	content: "";
	width: 0;
	height: 0;
	border-right: 10px solid #be293d;
	border-top: 10px solid #be293d;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: -1;
}
.promo:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-top: 10px solid #7c6e4d;
	border-left: 10px solid #7c6e4d;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: -1;
}
.list-items {
	text-align: left; 
	list-style: none; 
	padding: 0; 
	margin: 1em;}
.list-items i {
	color: #D71A35; 
	margin-right: 10px
}
.card .link {
	color: #D71A35;
}

.fa-circle-question {color:#000 !important; font-size: 16px !important}

.elegido {
	margin-top: 3em;
}

.accordion button {
	text-decoration: none; 
	text-transform: none; 
	color: #212529 !important;
	font-size: 20px;
	font-weight: 400
}
.accordion button:hover {
	text-decoration: none; 
	color: #D71A35 !important;
}
.accordion i {
	color: #D71A35;
}
.btn-link:focus, .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none; 
	text-decoration: none; 
}

/* Testimonios */
#testimonios p {
	font-weight: 500;
	font-size: 15px;
}
#testimonios small {
	font-size: 14px;
	color: rgb(104, 103, 111);
}
.testimonio {
	min-height: 260px;
	padding: 2em 1.2em;
	box-sizing: border-box;
}


/* Footer */
footer {
	color: #fff;
}
footer a, footer a:hover {
	text-decoration: none; 
	color: #fff;
}
footer strong {
	font-weight: 700;
}
.legales p a, .copyright {
    font-size: 14px !important;
    color: rgb(144, 144, 144) !important;}



/* Media Queries */
@media screen and (min-width:576px) {
	#planes {
    padding: 2em 0 3em;
	}
	.elegido {
	margin-top: 0em;
	}
}

@media screen and (min-width:768px) {
	h1 {
		text-align: left !important;
		font-size: 3em;
	}
	header .logo {
    	width: 220px;
	}
	header .slogan {
    font-size: 13.5px;
	}
	.box-destacado {
		padding: 3em 0 !important;
		top: -1.5em;
	}
	.collapse.dont-collapse-sm {
	    display: block !important;
	    height: auto !important;
	    visibility: visible;
	}

}