a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
title,
tr,
tt,
u,
ul,
var {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
}

input,
select,
textarea {
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	cursor: pointer;
	text-decoration: none
}

body,
html {
	height: 100%
}

body {
	overflow-x: auto;
	overflow-y: scroll
}

.testStyles {
	overflow-y: hidden
}

.reset-button {
	-webkit-appearance: none;
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	outline: 0;
	overflow: visible;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

:focus {
	outline: none
}

body.device-mobile-optimized {
	overflow-x: hidden;
	overflow-y: scroll
}


div#fixed-contact {
	display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width:767px) {
	#footer {
		/*padding-bottom: 60px;*/
	}

	a#ui-to-top {
		margin-bottom: 180px;
	}

	div#fixed-contact {
		display: block;
	}

	div.new-footer {
		background-color: rgb(0 0 0 / 57%);
		position: fixed;
		display: block;
		bottom: 0;
		width: 100%;
		border-top: 3px solid #00dc8f;
		z-index: 99;
		height: 50px;
	}

	div#fixed-contact .phone-btn a {
		/*backface-visibility: hidden;*/
		background-color: #07db50 !important;
	}

	ul.link_footer>li {
		margin-right: 30px;
	}

	ul.list.list-marked-none.link_footer {
		margin-top: -10px;
	}

	div#fixed-contact .columns.phone-btn {
		left: 50%;
	}

	div#fixed-contact .columns {
		display: inline-block;
		width: auto;
		text-align: center;
		float: none;
		position: absolute;
		transform: translate(-50%, -50%);
		top: 35%;
		padding: 0;
	}

	div#fixed-contact .email-btn a {
		display: block;
		border-radius: 50%;
		width: 65px;
		height: 65px;
		top: -20px;
		position: relative;
		border: 6px solid rgba(255, 255, 255, 0.4);
		background-clip: padding-box;
		box-shadow: 0 0 20px rgb(0 0 0 / 25%);
		background-color: #07db50 !important;
	}

	div#fixed-contact .email-btn a i {
		position: relative;
		transform: translateY(-50%);
		top: 50%;
		font-size: 23px;
		color: #fff;
	}

	div#fixed-contact .phone-btn a {
		display: block;
		border-radius: 50%;
		width: 75px;
		height: 75px;
		top: -20px;
		position: relative;
		border: 9px solid rgba(255, 255, 255, 0.4);
		background-clip: padding-box;
		box-shadow: 0 0 20px rgba(0, 0, 0, .25);
	}

	div#fixed-contact .phone-btn a i {
		position: relative;
		transform: translateY(-50%);
		top: 50%;
		font-size: 34px;
		color: #fff;
	}

	div#fixed-contact .quote-btn a {
		display: block;
		border-radius: 50%;
		width: 65px;
		height: 65px;
		top: -20px;
		position: relative;
		border: 7px solid rgba(255, 255, 255, 0.4);
		background-clip: padding-box;
		box-shadow: 0 0 20px rgb(0 0 0 / 25%);
		background-color: #07db50 !important;
	}

	div#fixed-contact .quote-btn a i {
		position: relative;
		transform: translateY(-50%);
		top: 50%;
		font-size: 24px;
		color: #fff;
	}

	div#fixed-contact a i {
		display: block;
		color: #fff;
	}

	div#fixed-contact a div.pnl-email {
		background-color: #3F51B5;
	}

	.pnl-email>i {
		line-height: 50px;
	}

	div#fixed-contact a div.pnl-email,
	div#fixed-contact a div.pnl-freequote {
		border-radius: 100%;
		border: 1px solid white;
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: 0px auto;
	}

	div#fixed-contact a div.pnl-freequote {
		background-color: #03A9F4;
	}

	.pnl-freequote>i {
		line-height: 50px;
	}

	div#fixed-contact .columns.quote-btn {
		left: calc(57% + 120px);
	}

	div#fixed-contact .columns:not(.phone-btn) {
		width: 30%;
	}

	div#fixed-contact a span {
		font-size: 16px;
		color: #fff;
		padding-top: 3px;
		display: block;
		font-family: inherit;
	}

	i.fa.fa-file-text {
		font-size: 21px;
	}

	div#fixed-contact .columns.email-btn {
		left: calc(55% - 120px);
	}

	i.fa.fa-envelope {
		font-size: 17px;
	}

	i#icon-new-footer {
		font-size: 20px;
	}

	ul.link_footer>li {
		/*width: 130px;*/
	}

	button#back-to-top-btn {
		margin-bottom: 75px;
	}

	i.icon.la.la-envelope-o.new {
		font-size: 23px;
	}

	i.icon.la.la-file-o {
		font-size: 27px;
	}

	div#fixed-contact {
		z-index: 99;
	}

	p.situacion {
		z-index: 99;
	}
}


p.text_description {
	font-size: 16px;
	margin-top: 15px;
}

.content_banner_img {
	z-index: 99 !important;
	position: relative;
	display: inline-block;
	/* margin: auto 90px; */
}

.content-text {
	z-index: 9999;
	position: relative;
	display: inline-block;
}

.content-text {
	z-index: 999;
	position: relative;
	display: inline-block;
	width: 580px;
	height: 88%;
	background-color: #f7f7f7;
	padding: 60px 30px;
	margin: auto -20px;
}

section.seccion_form {
	padding-top: 50px;
	padding-bottom: 70px;
}

section.pnt_contact_wrapper {
	background-color: #f7f7f7;
	padding-top: 35px;
}

.main_wrapper {
	background-color: #f7f7f7;
}

.main {
	overflow: hidden;
}

.container_white {
	/*background-color: #fff !important;
	    padding: 40px;*/
}

.form-button.group-sm {
	margin-top: 15px;
}

.modal.fade.response-message.in {
	opacity: 1;
}

/* .new-content {
    	margin-top: -20px;
	} */
p.text-color {
	font-size: 15px;
	text-align: right;
}

button.theme-btn-1:hover {
	background-color: #000;
	color: #fff;
}

button.theme-btn-1 {
	border: 2px solid #20a3d2;
	padding: 15px 70px;
	font-size: 17px;
	background-color: #20a3d2;
	color: #fff;
}

.pnt_form_field {
	margin-top: 15px;
}

a.link_new {
	color: #000;
}

ul.list_follow_footer i {
	color: #000;
	font-size: 21px;
}

ul.list_follow_footer li {
	display: inline-block;
	margin-right: 10px;
}

p.font_8 {
	font-weight: 300;
}

span {
	font-weight: 300;
}

ul#comp-kdmrh8vzitemsContainer p {
	font-weight: 400;
}

ul#comp-kdmrh8vzitemsContainer {
	margin-top: 20px;
	height: 15px;
}

h1.title_new {
	color: #20a3d2;
	text-align: center;
}

ul.list_footer li a {
	color: #000;
	font-size: 16px;
}

ul.list_footer li {
	margin-bottom: 8px;
}

h1.title_footer {
	font-size: 24px;
	color: #20a3d2;
	margin-bottom: 10px;
}

.content_option {
	margin-top: 30px;
}

.content_text_about p {
	font-size: 16px;
}

ul.list_links li {
	display: inline-block;
	width: 45%;
}

footer.seccion_footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content_follow {
	margin-top: 20px;
}

.section_animacion {
	background-image: url(../images/anima/anima1.jpg);
	background-size: cover;
	padding: 150px 0 100px;
	min-height: 600px;
}

.content_slogan {
	background-color: #ecdfd5d9;
	width: 50%;
	margin: auto;
	padding: 25px 40px;
}

h1.slogan_one {
	color: #20a3d2;
	font-size: 41px;
}

.slogan_text_content {
	display: inline-block;
	position: relative;
}

.content_logo_slogan {
	display: inline-block;
	position: relative;
}

img.logo_slogan {
	position: relative;
	/* left: 50px; */
}

p.slogan_two {
	font-size: 31px;
	position: relative;
}

.btn_slogan {
	text-align: center;
	margin-top: 50px;
}

a.btn_new {
	background-color: #000;
	color: #fff;
	padding: 12px 45px;
	font-size: 17px;
}

a.btn_new:hover {
	background-color: #fff;
	color: #000;
}

h2.title_aboutus {
	font-size: 30px;
	color: #20a3d2;
}

.content_aboutus img {
	display: inline-block;
	transform: rotate(45.523565585219444deg);
}

section.section_aboutus {
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
}

.img_cuadros {
	margin-top: 25px;
	position: relative;
	/* left: 100px; */
}

.text_aboutus {
	margin-top: 25px;
}

.text_aboutus p {
	font-size: 16px;
	/* padding: 12px 30px; */
}

.content_aboutus {
	display: inline-block;
	position: relative;
}

.content_fig_aboutus {
	display: inline-block;
	position: relative;
	left: 50px;
	top: -30px;
}

.content_fig_aboutus img {
	text-align: center;
	position: relative;
	left: 80px;
	margin-bottom: 15px;
}

img.img_services_home {
	width: 100%;
	height: auto;
}

.container-ser {
	text-align: center;
}

.content_text_services {
	text-align: center;
	padding: 20px 30px;
}

.content_text_services p {
	font-size: 14px;
}

.linea_seccion {
	border-top: 5px solid #20a3d2;
}

.linea_seccion {
	margin: 20px 50px;
}

.content_img_services:hover img {
	transform: scale(1.1);
	position: relative;
	width: 100%;
	max-width: 100%;
	transition: transform 2.2s ease;
	overflow: hidden;
}

.content_img_services:hover {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	transition: transform 2.2s ease;
}


.services-item {
	position: relative;
	overflow: hidden;
}

.services-item img {
	transition: opacity 0.5s ease;
}

.services-item:hover img {
	/*opacity: 0.6;*/
}

.services-item .services-item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	transition: height 0.5s ease;
}

.services-item:hover .services-item-overlay {
	height: 100%;
}

.content_img_services {
	position: relative;
}

.content_img_services::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10%;
	background-color: #20a3d2;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.content_img_services:hover::after {
	opacity: 0.5;
}

.seccion_info_footer IMG {
	width: 260px;
}

.img_cuadros img {
	transform: rotate(45.523565585219444deg);
}

.img_cuadros {
	/*margin: auto 94px;*/
}

.content-text-turning {
	z-index: 999;
	position: relative;
	display: inline-block;
	/* width: 520px; */
	height: 88%;
	background-color: #f7f7f7;
	padding: 60px 50px;
	/* margin: auto -20px; */
}

a.btn-two {
	border: 1px solid #000;
	padding: 14px 35px;
	color: #000;
	font-size: 16px;
}

a.btn-two:hover {
	background-color: #000;
	color: #ffffff;
}

.content-btn-two {
	text-align: center;
	margin-top: 50px;
}

img.banner_seccion {
	width: 1025px;
}

.secction-turning {
	padding-top: 60px !important;
	padding-bottom: 60px;
}

.customers-banner {
	background-image: url(../images/Recommended.jpg);
	height: 529px;
	background-size: cover;
}

.content-customer {
	position: relative;
	top: 50%;
}

img.logo-customer {
	width: 90px;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3.title-customers {
	color: #ffffff;
	text-align: center;
}

p.text-customer {
	color: #ffffff;
	font-size: 23px;
	text-align: center;
}

span.clients {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}

.banner_inspired {
	position: relative;
	left: -240px;
}

.content-text-inspired {
	z-index: 999;
	position: relative;
	display: inline-block;
	/* width: 520px; */
	/* height: 55%; */
	background-color: #f7f7f7;
	padding: 60px 50px;
	/* top: 50%; */
	/* left: -70%; */
}

/* Estilos Sservices*/
.seccion_services {
	padding-bottom: 35px;
}

img.banner_seccion_ser {
	width: 550px;
}

.content-text-services {
	z-index: 999;
	position: relative;
	display: inline-block;
	width: 440px;
	height: 82%;
	background-color: #f7f7f7;
	padding: 60px 30px;
	/* left: 205px; */
}

.logo-services {
	text-align: center;
	margin-top: 10px;
}

.full-width-section {
	margin-left: -15px;
	margin-right: -15px;
}

.full-width-section .container {
	padding-left: 15px;
	padding-right: 15px;
}

.contenedor-img img {
	/* width: 68%; */
	/* height: 500px; */
	max-width: 100%;
}

.content_info_services {
	position: relative;
	/* top: 30%; */
	/* left: -50%; */
	margin: auto;
	text-align: center;
}

.content_info_services h2 {
	color: #20a3d2;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
}

.content_info_services p {
	font-size: 16px;
}

.content_info_services_two {
	position: relative;
	/* top: 30%; */
	/* left: 50%; */
	margin: auto;
	text-align: center;
}

.content_info_services_two h2 {
	color: #20a3d2;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
}

.content_info_services_two p {
	font-size: 16px;
}

.contenedor-img-two {
	text-align: right;
}

.contenedor-img-two img {
	/* width: 66%; */
	/* height: 500px; */
	max-width: 100%;
}

/*Estilos About us*/
.img-etique {
	display: inline-block;
	position: relative;
}

.title-etiqe-one {
	position: relative;
	display: inline-block;
}

.content-etick-img {
	text-align: center;
}

.title-etiqe-one h2 {
	width: 300px;
	color: #936655;
	font-size: 23px;
	position: relative;
	top: 0px;
	font-weight: 700;
	text-align: center;
}

.content-text-etique p {
	font-size: 16px;
}

.content-text-etique {
	padding: 20px 30px 20px 30px;
}

.content_service_areas,
.content_experience {
	text-align: center;
}

.content_service_areas h2,
.content_experience h2 {
	color: #000;
	font-size: 23px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_service_areas p,
.content_experience p {
	font-size: 16px;
}

.content_experience {
	margin-top: 0px;
}

.content_experience p {
	padding: 10px 30px;
}

section.secction-etiquetas {
	background-color: #f7f7f7;
}

section.secction_info {
	background-color: #f7f7f7;
	padding-top: 75px;
	padding-bottom: 50px;
}

.content_white {
	background-color: #fff;
	padding: 60px;
}

/* .content-img-info img {
	width: 780px;
} */

.content_info_text h2 {
	color: #20a3d2;
}

.content_info_text {
	position: relative;
	/* width: 350px; */
	/* top: 15%; */
}

.content_info_text p {
	font-size: 16px;
	margin-top: 15px;
}

.list_info_aboutus {
	margin-top: 20px;
}

ul.list_aboutus li a i {
	color: #20a3d2;
	padding-right: 10px;
}

.seccion_galleries {
	background-color: #f7f7f7;
}

a.galleries.fancybox:hover img {
	position: relative;
	width: 100%;
	max-width: 100%;
	transition: transform 2.2s ease;
	overflow: hidden;
	transform: scale(1.1);
}

/*opcion reviews*/
.quote-corporate {
	position: relative;
	padding: 30px 20px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
	border-bottom: 4px solid #000;
	margin-bottom: 38px;
	background: #ffffff;
}

.quote-corporate {
	padding: 30px 20px;
}

img.img-google2 {
	background-color: #fff;
}

.quote-corporate .quote-header {
	/*display: flex;*/
	align-items: flex-end;
}

.quote-corporate .quote-body-mark>* {
	fill: #ebebeb;
}

h1.title-review-home {
	color: #fff !important;
	text-align: center;
}

.star-rating.new {
	/*text-align: right;*/
}

.quote-text {
	margin-top: -35px;
}

.quote-corporate .quote-header>* {
	margin-right: 15px;
	margin-top: -10px;
}

.star-rating.new>a {
	font-size: 30px;
}

.quote-header>h2 {
	font-family: 'Caudex', serif !important;
	font-weight: bold;
}

.star-rating a {
	display: inline-block;
	color: #f39c12 !important;
}

.quote-corporate *+.quote-body {
	margin-top: 25px;
}

.quote-corporate .quote-body {
	text-align: right;
}

.quote-corporate .quote-body .quote-text {
	text-align: left;
}

svg:not(:root) {
	overflow: hidden;
}

.quote-corporate .quote-image {
	left: 60px;
}

.quote-corporate .quote-image {
	/*    position: absolute;*/
	display: inline-block;
	overflow: hidden;
	left: 30px;
	bottom: -40px;
	border-radius: 50%;
	box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
}

.quote-image {
	float: right;
}

img.img-google2 {
	border-radius: 100px;
}

.name-estrellas {
	display: inline-block;
}

.quote-corporate {
	height: 300px;
}

a.buttonInverted {
	text-decoration: none;
}

.star-rating.new {
	margin-top: -12px;
}

.contenedor1 {
	height: 200px;
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor1::-webkit-scrollbar {
	-webkit-appearance: none;
}

.contenedor1::-webkit-scrollbar:vertical {
	width: 10px;
}

.contenedor1::-webkit-scrollbar-button:increment,
.contenedor1::-webkit-scrollbar-button {
	display: none;
}

.contenedor1::-webkit-scrollbar:horizontal {
	height: 10px;
	scrollbar-height: 10px;
}

.contenedor1::-webkit-scrollbar-thumb {
	background-color: #797979;
	border-radius: 20px;
	border: 2px solid #f1f2f3;
	height: 50px;
}

.contenedor1::-webkit-scrollbar-track {
	border-radius: 10px;
}

.name-estrellas h2 {
	font-size: 24px;
	color: #20a3d2;
	margin-bottom: 5px;
}

.contenedor1 p {
	font-size: 16px;
	margin-top: 15px;
}

img.logo-reviews {
	width: 350px;
	border-radius: 10px;
	margin-bottom: 15px;
}

/* .container.content_galleries {
	max-width: 1550px;
} */

@media (min-width: 1400px) {}


@media (max-width: 768px) {
	.logo {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	nav {
		width: 100%;
		text-align: center;
	}

	nav ul {
		flex-direction: column;
		align-items: flex-start;
	}

	nav li {
		margin: 10px 0;
	}

	.content-text {
		width: 100%;
	}

	p.slogan_two {
		font-size: 23px;
		position: relative;
		top: 0px;
	}

	h1.slogan_one {
		color: #20a3d2;
		font-size: 37px;
	}

	img.banner_seccion {
		width: 100%;
	}

	.content_banner_img {
		margin: auto;
	}

	img.img_services_home {
		width: 100%;
		height: 100%;
	}

	.section_animacion {
		padding: 64px 0 69px;
		min-height: auto;
		height: auto !important;
	}

	.content_slogan {
		background-color: #ecdfd5d9;
		width: 100%;
		margin: auto;
		padding: 25px 40px;
	}

	.content_fig_aboutus {
		top: 15px;
	}

	.linea_seccion {
		margin: 11px 15px;
	}

	.content-text-turning {
		width: 100%;
	}

	.content-customer {
		position: relative;
		top: 30%;
	}

	.banner_inspired {
		position: relative;
		left: 0px;
	}

	.content-text-inspired {
		width: 100%;
		height: auto;
		/* top: 5%; */
		/* left: 0%; */
	}

	h2.title_aboutus {
		font-size: 24px;
		color: #20a3d2;
	}

	p.title_mobile_header {
		/* position: absolute; */
		/* display: block; */
		font-size: 14px;
		/* top: 10px; */
		/* left: 50px; */
	}

}

/*secciones aboutus, */
@media (max-width: 767px) {
	.content-text-turning {
		padding: 35px 20px;
		margin: auto;
	}

	.title-etiqe-one h2 {
		width: 100%;
		top: 0px;
		text-align: center;
	}

	.content-text-etique,
	.content_experience p {
		padding: 12px 0px;
	}

	.content_service_areas {
		margin-top: 50px;
	}

	.content-img-info img,
	img.banner_seccion_ser {
		width: 100%;
	}

	section.secction_info {
		background-color: #f7f7f7;
		padding-top: 0px;
		padding-bottom: 100px;
	}

	.content-text-services {
		width: 100%;
		padding: 12px 0;
		left: 0px;
	}

	p.text_description {
		text-align: center;
	}

	.contenedor-img img {
		width: 100%;
		height: 100%;
		max-width: 100%;
	}

	.content_info_services {
		position: relative;
		top: 15%;
		left: 0%;
	}

	.content_info_services p {
		padding: 12px 30px !important;
	}

	.content_info_services_two {
		position: relative;
		top: initial;
		left: initial;
	}

	.contenedor-img-two img {
		width: 100%;
		height: 100%;
		max-width: 100%;
	}

	.contenedor-img-two {
		text-align: right;
		margin-top: 90px;
	}

	.content_info_services_two p {
		padding: 12px 30px;
	}

	.full-width-section {
		margin-left: 15px;
		margin-right: 15px;
	}

	.img_cuadros {
		margin-top: 25px;
		position: relative;
		left: 0px;
		text-align: center;
	}

	.text_aboutus {
		width: 100%;
		margin-top: 25px;
	}

}



/* Estilos para el encabezado (header) */
header {
	background-color: #ffffff;
	color: #fff;
	padding: 0px;
}


/* Estilos para la marca (logo) en la versión desktop */
.navbar-brand {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Estilos para los enlaces del menú en la versión desktop */
.navbar-nav li a {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 10px;
	color: #000;
}

/* Estilos para los enlaces del menú en la versión desktop cuando se les hace hover */
.navbar-nav li a:hover {
	color: #20a3d2;
	transition: all 0.3s ease;
}

li.btn-nav a {
	color: #fff;
	background-color: #20a3d2;
	/* padding: 15px 30px; */
	border-radius: 5px;
}

li.btn-nav a:hover {
	background-color: #000;
	color: #ffffff;
}

ul.list_about_modern li {
	margin-bottom: 12px;
	font-size: 16px;
}

ul.list_about_modern {
	position: relative;
	top: 80px;
}

.content_your div {
	display: inline-block;
	padding: 7px;
	font-size: 16px;
}

.your_one,
.your_two {
	border-right: 1px dotted #000;
}

i.fa_aboutus {
	font-size: 75px;
	color: #20a3d2;
}

.content_fig_aboutus {
	margin-left: 40px;
}

.content_iconfig {
	text-align: center;
	margin-bottom: 15px;
}

.content_fig_aboutus {
	text-align: center;
}

.navbar-toggle {
	border: none;
	background: transparent;
	color: #fff;
	font-size: 24px;
	padding: 0;
	margin: 0 15px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0;
	background-color: #fff;
}
img.logo_footer {
    width: 300px;
}

.content_mobile_logo {
    display: none;
}

@media (min-width: 768px) {
	.navbar-toggle {
		color: #20a3d2;
	}

	.navbar-toggle .icon-bar {
		background-color: #20a3d2;
	}
}

/* Estilos para el menú desplegable en dispositivos móviles */
@media screen and (max-width: 767px) {
	header {
		background-color: #20a3d2;
		color: #fff;
		padding: 10px;
	}

	.navbar-nav {
		display: block;
	}

	.collapse:not(.show) {
		display: none;
	}

	a.navbar-brand {
		display: none;
	}

	/* Estilos para el enlace de la marca (logo) */
	.navbar-brand {
		color: #fff;
		font-size: 24px;
	}

	/* Estilos para el menú desplegable */
	.navbar-nav {
		display: block;
		background-color: #333;
		padding: 20px;
		margin-top: 10px;
	}

	/* Estilos para los enlaces del menú desplegable */
	.navbar-nav li a {
		color: #fff;
		font-size: 18px;
		display: block;
		padding: 10px;
	}

	ul.nav.navbar-nav {
		text-align: left;
		float: none;
		margin-top: 10px;
	}

	.content_experience {
		margin-top: 60px;
	}

	ul.list_about_modern {
		position: relative;
		top: 40px;
		margin-left: 50px;
	}

	.content_fig_aboutus {
		text-align: center;
		margin-bottom: 25px;
	}
}

@media (max-width: 992px) {
	.content_mobile_logo {
	    text-align: center;
	    margin-top: 10px;
	    margin-bottom: 5px;
	    display: block;
	}
}