@import url(classy-nav.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css');

/* Buttons */
.redes-flotante {
	position: fixed;
	right: 5px;
	top: 10%;
	z-index: 800;
}

.redes-flotante ul {
	list-style: none;
}

.redes-flotante ul li {
	text-align: center;
	display: block;
	margin: 1px 0;
	padding: 3px;
	width: 28px;
	background-color: rgba(0, 0, 0, 0.5);
	/* rgbA */
	border: 1px solid rgb(0, 0, 0, 0.5);
}

.redes-flotante ul li:hover {
	background-color: rgba(10, 173, 234, 0.70);
	/* rgbA */
}

.redes-flotante ul li a {
	font-size: 16px;
	color: #FFFFFF;
}

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.etiqueta-2019-container {
	width: 100%;
	background-color: #b62025;
	float: left;
	margin-bottom: 20px;
	font-family: 'Duplicate Ionic';
	font-size: 16px;
	text-transform: uppercase;
}

.etiqueta-anio {
	width: 30%;
	text-align: right;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	padding-right: 8px;
	font-weight: 900;
	border-right: 2px solid #FFFFFF;
}

.etiqueta-2019-text {
	width: auto;
	float: left;
	background-color: #b62025;
	text-align: left;
	padding: 0 8px;
	color: #FFFFFF;
}

.cabezal-grande {
	font-family: 'Giorgio Sans';
	font-size: 85px;
	color: #fafad2;
	line-height: 0.5em;
	margin-bottom: 0.6em;
	margin-top: 10px;
	font-weight: 700;
}

.cabezal-mediano {
	font-family: 'Giorgio Sans';
	font-size: 50px;
	color: #fcc200;
	text-align: center;
	line-height: 0.8em;
	font-weight: 500;
	padding: 10px 0 16px;
	margin: auto;
}

.titular-bloque {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.69);
	margin-top: 0;
	padding: 7px 0;
	color: #FFFFFF;
	z-index: 99999999;
	position: relative;
	margin-bottom: -37px;
	font-family: 'work sans', serif;
	font-weight: 500;
}

.cabezal-bajada {
	font-size: 26px;
}

.btn:hover,
.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: #00a8ff;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #00a8ff;
	border-color: #00a8ff;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #00a8ff;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #00a8ff;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

#intro {
	width: 80%;
	margin: 60px auto;
}

#intro h1 {
	color: #fcc200;
	/* color: #ffffff; */
	font-family: 'Giorgio Sans';
}

/* Sections */
.intro-tables {
	top: -130px;
	position: relative;
}

.intro-table {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.intro-table-first {
	background-image: url('../img/table-1.jpg');
}

.intro-table-hover {
	-webkit-transition: background-image 0.3s ease, background-position 0.3s;
	transition: background-image 0.3s ease, background-position 0.3s;
	background-image: url('../img/table-2.jpg');
}

.intro-table-hover h4 {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro-table-hover:hover {
	background-image: url('../img/table-2-hover.jpg');
	background-position: 50% 50%;
}

.intro-table-third {
	background-image: url('../img/table-3.jpg');
}

.intro-table-hover .expand {
	margin: 30px;
	margin-top: 120px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.intro-table-hover:hover h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro-table-hover:hover .expand {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.intro-table-hover .hide-hover {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
	opacity: 0;
}

.intro-tables .intro-table {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 20px 0;
}

.intro-tables .intro-table .heading {
	margin: 0;
	padding: 30px;
}

.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 30px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 10px 30px;
	color: white;
	transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
	margin-top: 50px;
}

.ripple-effect {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	-webkit-animation: ripple-animation 2s;
	animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

.services {
	margin: 40px 0;
}

.service {
	width: 100%;
	height: 320px;
	margin: 80px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder>img.icon {
	width: 40px;
}

.service:hover {
	border-color: #00a8ff;
}

.service:hover .icon-holder {
	top: -30px;
}

.service:hover .heading {
	top: -30px;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team {
	margin: 80px 0;
	padding-bottom: 60px;
	background: white;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 0;
	background: rgba(0, 168, 255, 0.9);
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
	opacity: 1;
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	border-radius: 50%;
}

.team .title {
	margin: 50px 0;
}

/* Pricing */
#pricing {
	background: #00a8ff url('../img/pricing1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: background-image 0.6s linear 0.3s;
	transition: background-image 0.6s linear 0.3s;
}

.owl-pricing img {
	width: 100%;
}

.owl-pricing,
.pricings {
	margin-top: 100px;
	margin-bottom: 100px;
}

.pricing {
	position: relative;
	width: 100%;
}

.pricings .pricing .box-main,
.pricings .pricing .box-second {
	position: relative;
	left: 25%;
	display: inline-block;
	width: 50%;
	height: 300px;
	padding: 50px 40px;
	background: #bbb;
	-webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s;
	transition: transform 0.3s, background-image 0.3s, opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricings .pricing .box-main {
	z-index: 10;
	padding-top: 40px;
}

.pricings .pricing .box-main:not(.active) {
	cursor: pointer;
}

.pricings .pricing .box-main .info-icon {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pricings .pricing .box-main:not(.active) .info-icon {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.pricings .pricing .box-main:not(.active):hover {
	background: #afafaf;
}

.pricings .pricing .box-main.active {
	background: #00a8ff;
	-webkit-transform: translateX(-99%);
	-ms-transform: translateX(-99%);
	transform: translateX(-99%);
}

.pricings .pricing .box-second {
	position: absolute;
	top: 0;
	right: 0% !important;
	left: auto;
	opacity: 0;
	background: #afafaf;
}

.pricings .pricing .box-second.active {
	opacity: 1;
	background: #00a8ff;
}

.pricings .pricing.active .box-main,
.pricings .pricing .box-second {
	background: #00a8ff;
}

.pricings .pricing .box-main a.btn {
	margin-top: 50px;
}

.owl-twitter i.icon {
	font-size: 36px;
	margin-bottom: 60px;
	color: white;
}

/* Form Control */
.form-control {
	font-size: 18px;
	position: relative;
	left: 0;
	height: auto;
	padding: 20px 30px;
	border: 1px;
	border-radius: 0;
	box-shadow: 0;
}

.form-control.form-white {
	color: #fff;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255, 255, 255, 0.2);
}

/* Popup */
.modal {
	padding: 0 25px !important;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: url('../img/popup.jpg');
	box-shadow: none;
	border-radius: 2px;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.modal-popup a.close-link2 {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 60px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

.popup-form .form-control.dropdown {
	text-align: left;
}

.popup-form .form-control.dropdown:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: inline-block;
	float: right;
	color: white;
}

.popup-form .dropdown .dropdown-menu {
	top: 65px;
	width: 100%;
	padding: 0;
	border: 2px solid white;
	border-top: 0;
	border-radius: 0;
	background: white;
	box-shadow: none;
}

.popup-form .dropdown .dropdown-menu li {
	font-size: 16px;
	width: 100%;
	background: transparent;
}

.popup-form .dropdown .dropdown-menu li a {
	width: 100%;
	padding: 15px 30px;
	color: #FFF;
}

.popup-form .dropdown .dropdown-menu li:hover a {
	color: #fff;
	background: #00a8ff;
}

/* Checkbox */
.checkbox-holder {
	white-space: nowrap;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus+label:before {
	background: rgba(255, 255, 255, 0.2);
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.checkbox input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: normal;
	color: #fff;
}

.btn.btn-submit {
	width: 100%;
	margin-top: 30px;
	color: #00a8ff;
	border: 2px solid #fff;
	background: #fff;
}

.btn.btn-submit:focus {
	font-weight: bold;
}

.btn.btn-submit:hover {
	color: #00a8ff;
	background: #fff;
}

.container-lista {
	position: relative;
	min-height: 1px;
	padding-top: 35px;
	padding-right: 15px;
	padding-left: 10px;
}


/* Media Queries */
@media(max-width: 768px) {
	.pricing {
		margin-bottom: 30px;
	}

	.pricings .pricing .info-icon {
		display: none;
	}

	.pricings .pricing .box-main,
	.pricings .pricing .box-second {
		left: 0;
		width: 100%;
		padding: 50px 50px 0;
		text-align: left;
		background: #00a8ff;
	}

	.pricings .pricing .box-main.active {
		background: #00a8ff;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.pricings .pricing .box-second {
		position: relative;
		opacity: 1;
	}

	.popup-form {
		width: 100%;
		margin: 60px auto;
	}

	.modal {
		padding: 0 10px !important;
	}

	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}

	.cabezal-mediano {
		font-family: 'Giorgio Sans';
		font-size: 40px;
		color: #fcc200;
		text-align: center;
		line-height: 0.6em;
		margin-top: 10px;
		font-weight: 500;
	}
}

@media(max-width: 400px) {
	.pricings .pricing .box-second {
		padding-top: 0;
	}

	.cabezal-mediano {
		font-family: 'Giorgio Sans';
		font-size: 40px;
		color: #fcc200;
		text-align: center;
		line-height: 0.6em;
		margin-top: 10px;
		font-weight: 500;
	}

}

@media(max-width: 500px) {
	#intro {
		width: 100%;
		margin: 2px auto;
	}

	.contenedor-general {
		padding: 15px 0;
	}

	.og-expander-inner {
		padding: 50px 10px;
	}

}

/* A Partir de aquí, colocar codigo extra*/

/*-------- HEADER ------------*/
nav {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 999;
	height: 50px;
	line-height: 50px;
}

nav .wrapper {
	position: relative;
	max-width: 1400px;
	padding: 0 10px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrapper .nav_links {
	flex-basis: 80%;
	display: flex;
	justify-content: right;
	margin-left: 30px;
}

.wrapper .logo a,
.nav_links li a {
	color: #242526;
	text-decoration: none;
}

.nav_links li a i {
	font-size: 18px;
}

.wrapper .logo a {
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
}

.nav_links li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 4px;
	padding: 5px 10px;
	transition: all 0.3s ease;
}

.nav_links li {
	list-style-type: none;
	display: block;
}

.nav_links li a:hover {
	background: #0068A2;
	color: #fff;
}

.active {
	border-bottom: 2px solid #0068A2;
}

.nav_links .mobile_item {
	display: none;
}

.nav-brand {
	max-width: 230px
}

/**********************************
            Drop Down Menu             
*********************************** */
.nav_links .drop_menu {
	position: absolute;
	top: 1px;
	width: 180px;
	line-height: 45px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.nav_links li:hover .drop_menu,
.nav_links li:hover .mega_box {
	top: 50px;
	opacity: 1;
	visibility: visible;
}

.drop_menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 400;
	border-radius: 0px;
}

/**********************************
              Mega Menu             
*********************************** */
.mega_box {
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.mega_box .content-menu {
	background-color: #fff;
	padding: 25px 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
}

.content-menu .row {
	width: calc(25% - 30px);
	line-height: 45px;
}

.content-menu .row header {
	color: #242526;
	font-weight: 800;
	font-size: 20px;
}

.margin-correct {
	margin-left: 40px;
}

.content-menu .row .services_img {
	background-image: url("../img/logo-m.jpg");
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.img_row {
	display: flex;
	align-content: center;
}

.lpr {
	border-left: 1px solid #EEE;
	padding-left: 20px;
}

.content-menu .row .mega_links {
	margin-left: -40px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.content-menu .row .first_links {
	border-left: 0px;
	width: 100%;
}

.row .mega_links li {
	padding: 0 20px;
	width: 100%;
}

.row .mega_links li a {
	padding: 0 20px;
	color: #999;
	font-size: 14px;
	line-height: 32px;
	display: block;
}

.row .mega_links li a:hover {
	color: #fff;
}

/* buttons style */
.wrapper .btn {
	color: #242526;
	font-size: 20px;
	cursor: pointer;
	display: none;
	margin-bottom: 0;
}

.wrapper .btn.cancel_btn {
	position: absolute;
	top: 0;
	right: 10px;
}

/**********************************
          Responsive Styles             
*********************************** */
@media screen and (max-width: 1120px) {
	.mob-men {
		display: none;
	}
}

@media screen and (max-width: 1120px) {
	.wrapper .btn {
		display: block;
	}

	.wrapper .nav_links {
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 350px;
		background: #fff;
		display: block;
		top: 0;
		left: 0;
		left: -100%;
		overflow-y: auto;
		line-height: 50px;
		padding: 50px 10px;
		box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
		transition: all 0.5s ease-in-out;
	}

	#menu_btn:checked~.nav_links {
		left: 0%;
	}

	#menu_btn:checked~.btn.menu_btn {
		display: none;
	}

	.nav_links::-webkit-scrollbar {
		width: 0px;
	}

	.nav_links li {
		margin: 15px 10px;
	}

	.nav_links li a {
		padding: 0 20px;
		display: block;
		font-size: 20px;
	}

	/* drop down responsive */
	.nav_links .drop_menu {
		position: static;
		opacity: 1;
		visibility: visible;
		top: 65px;
		padding-left: 20px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
	}

	#showDrop:checked~.drop_menu {
		max-height: 100%;
	}

	.nav_links .drop_menu li {
		margin: 0;
	}

	.nav_links .drop_menu li a {
		font-size: 18px;
		border-radius: 5px;
	}

	.nav_links .desktop_item {
		display: none;
	}

	.nav_links .mobile_item {
		display: block;
		font-size: 20px;
		color: #242526;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
		margin-bottom: 0;
	}

	.nav_links .mobile_item:hover {
		background: #0068A2;
		color: #fff;
	}

	/* Mega menu responsive */
	.mega_box {
		position: static;
		top: 65px;
		width: 100%;
		padding: 0 20px;
		opacity: 1;
		max-height: 0px;
		visibility: visible;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	#showMega:checked~.mega_box {
		max-height: 100%;
	}

	.mega_box .content-menu {
		background-color: #fff;
		flex-direction: column;
		padding: 20px 20px 0 20px;
		box-shadow: none !important;
	}

	.mega_box .content-menu .row {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.mega_box .content-menu .row:nth-child(1),
	.mega_box .content-menu .row:nth-child(2) {
		border-top: 0px;
	}

	.content .row .services_img {
		height: 200px;
	}

	.content .img_row {
		border-top: none !important;
		margin-left: auto;
		margin-right: auto;
	}

	.content .img_row img {
		width: 60px !important;
		z-index: 1;
	}

	.content .mob-men {
		display: inline-block;
		position: relative;
		float: left;
		width: 100%;
		border-bottom: 1px solid #0068a2;
		margin: -30px auto 30px
	}

	.content .lpr {
		border-top: none !important;
		border-left: none !important;
		margin-left: auto;
		margin-right: auto;
	}

	.content .row .mega_links {
		border-left: 0px;
		padding-left: 15px;
	}

	.row .mega_links li {
		margin: 0;
		padding: 0 10px;
	}

	.margin-correct {
		margin-left: 25px;
	}

	.row .mega_links li a {
		padding: 0 15px;
		font-size: 15px;
		line-height: 35px;
	}

	.content .row header {
		font-size: 18px;
	}
}

.wrapper input {
	display: none;
}

@media screen and (max-width: 599px) {
	.nav-brand {
		max-width: 180px
	}
}

.panel {
	margin-bottom: 20px;
	background-color: #424242;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #F3F3F3;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #fff;
	color: #fff;
}

.contenedor p {
	text-align: center;
}

.but {
	border: none;
	color: black;
	background-color: #da9100;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 50px;;
	cursor: pointer;
}

.but:hover {
	background-color: #daa520;
}

.contenedor .active {
background-color: #f6eabe!important;
color: black;
}

.icm {
	height: 20px;
	width: auto;
	margin-top: -2px;
}

@media(max-width: 768px) {
	.but {
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	    .wrapper .nav_links {
        left: -110%;
		margin: 0px;
    }
}
}

