@import url('graphik.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	background: #0E0E0E;
	color: #fff;
	font-family: 'Montserrat', 'Graphik', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

b {
	font-weight: 600;
}

main {
	padding-top: 86px;
}

section {
	overflow: hidden;
}

.container {
	max-width: 1250px;
	width: 95%;
	margin: 0 auto;
}

.btn {
	border-radius: 20px;
	padding: 8px 20px;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size: 13px;
}

.section .head {
	margin-bottom: 60px;
}

.section .body.row {
	margin-top: -15px;
	margin-bottom: -15px;
}

.section .body.row>article,
.section .body.row>div {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section .head p {
	color: #808080;
}

.section h1 {
	font-size: 2rem;
	font-weight: 300;
}

.section h1 span {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 22px;
	padding: 5px 0 5px 28px;
	font-weight: 300;
}

.section h2 {
	font-weight: 300;
}

.section h2 b {
	font-weight: 600;
}

.section h2 span {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 22px;
	padding: 5px 0 5px 28px;
	font-weight: 300;
}

.padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-top {
	padding-top: 80px;
}

.padding-bottom {
	padding-bottom: 80px;
}

.bg-dark {
	background-color: #0E0E0E !important;
}

.text-yellow {
	color: #FFBF00 !important;
}

.bg-yellow {
	background-color: #FFBF00 !important;
}

.btn-outline-yellow {
	border: 2px solid #FFBF00;
	color: #fff;
	font-weight: 500;
}

.btn-outline-yellow:hover {
	background-color: #FFBF00;
}

.btn-outline-yellow i {
	color: #FFBF00;
	padding: 5px 15px;
	background-color: #0E0E0E;
	border: 2px solid #FFBF00;
	border-radius: 20px;
	margin-left: 20px;
}

.text-blue {
	color: #036A9C !important;
}

.bg-blue {
	background-color: #036A9C !important;
}

#logo {
	max-width: 230px;
	width: 100%;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #FFBF00;
}

header .container {
	max-width: 100%;
	width: 95%;
}

.navbar-expand-xl .navbar-nav .nav-link {
	line-height: 36px;
}

.navbar-expand-xl .navbar-nav .nav-link.whatsapp {
	font-size: 17px;
	font-weight: 600;
	font-style: italic;
	color: #FFBF00;
}

.navbar-expand-xl .navbar-nav .nav-link.whatsapp a {
	color: #FFBF00;
	text-decoration: none;
}

.navbar-expand-xl .navbar-nav .nav-link.whatsapp i {
	font-size: 36px;
	font-weight: normal;
	float: left;
	margin-right: 10px;
}

.navbar-expand-xl .navbar-nav .nav-link.whatsapp span {
	padding: 0 10px;
}

.carousel-indicators {
	display: none;
}

#portada {
	position: relative;
}

.carousel-caption {
	margin: auto;
	left: 0;
	right: 0;
}

#portada .container {
	max-width: 960px;
}

#portada h1 {
	font-size: 54px;
	font-weight: 500;
	margin-bottom: 40px;
}

#servicios img {
	width: 100%;
}

#servicios article>a {
	display: block;
	border: 4px solid #fff;
	border-radius: 2px;
	position: relative;
}

#servicios article>a .text {
	position: absolute;
	border-top: 4px solid #fff;
	bottom: 0;
	left: 0;
	background: rgba(14, 14, 14, 0.75);
	color: #fff;
	padding: 15px 25px;
	width: 100%;
	text-align: center;
}

#servicios h3 {
	font-weight: 300;
	font-size: 20px;
}

#servicios article .ver {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 0;
	font-size: 1px;
}

#servicios article:hover .ver {
	opacity: 1;
	font-size: 16px;
}

#servicios article .imagen .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#servicios article a:hover .hover {
	opacity: 1;
}

#testimonios {
	background-image: url(../images/testimonio.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 120px 0;
}

#testimonios .container {
	max-width: 100%;
}

#testimonios .head p {
	color: #fff;
}

#testimonios .item {
	border: 4px solid #fff;
	border-radius: 2px;
	position: relative;
	background: rgba(14, 14, 14, 0.75);
	margin-top: 80px;
}

#testimonios .item .text {
	padding: 35px 25px;
}

#testimonios .item .text h3 {
	font-weight: 300;
}

#testimonios .item .text p {
	font-style: italic;
}

#testimonios .item .imagen {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	position: relative;
	margin: -79px auto 0;
	background: #0E0E0E;
	overflow: hidden;
}

#testimonios .star {
	width: 101px;
	height: 18px;
	background-image: url(../images/star-off.png);
	margin: 0 auto;
}

#testimonios .star span {
	display: block;
	background-image: url(../images/star.png);
	width: 100%;
	height: 18px;
}

#trayectoria h3 {
	border: 2px solid #FFBF00;
	color: #fff;
	font-weight: 500;
	border-radius: 20px;
	display: inline-block;
	padding: 8px 25px;
	margin-bottom: 30px;
}

#trayectoria p {
	color: #808080;
}

#trabajos {
	position: relative;
}

.base {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#map {
	position: relative;
	overflow: hidden;
	min-height: 600px;
}

#map #map_canvas {
	width: 100%;
	min-height: inherit;
}

.formulario {
	background-color: #0E0E0E;
	padding: 35px;
	border: 4px solid #fff;
}

.form-control {
	background-color: transparent;
	color: #fff;
	height: calc(2em + .75rem + 2px);
}

footer {
	overflow: hidden;
}

footer .bottom {
	padding: 80px 0;
}

footer h4 {
	font-size: 18px;
	text-transform: uppercase;
}

footer .bottom .head {
	padding-bottom: 30px;
}

footer .bottom ul {
	list-style: none;
	padding: 0;
}

footer .bottom ul li {
	margin-bottom: 10px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FFBF00;
	text-decoration: none;
}

footer .bloque {
	margin-bottom: 30px;
}

footer ul.social li {
	display: inline-block;
}

footer ul.social li a {
	border: 2px solid #008ac8;
    background: #008ac8;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 5px;
}

footer ul.social li a:hover {
	background-color: #FFBF00;
	border-color: #FFBF00;
	color: #fff;
}

#gallery img {
	width: 100%;
}

#gallery article>a {
	border: 4px solid #fff;
	display: block;
	position: relative;
}

#gallery article .text {
	opacity: 0;
	position: absolute;
	border-top: 4px solid #fff;
	bottom: 0;
	left: 0;
	background: rgba(14, 14, 14, 0.75);
	color: #fff;
	padding: 15px 15px;
	width: 100%;
	text-align: center;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#gallery article>a:hover .text {
	opacity: 1;
}

#gallery article .icons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	color: #fff;
	font-size: 28px;
}

#modalGallery .lista {
	margin-top: 15px;
	margin-bottom: -15px
}

#modalGallery .lista .bloque {
	cursor: pointer
}

#modalGallery .lista>div {
	padding-top: 15px;
	padding-bottom: 15px
}

#modalGallery .big img {
	max-height: 800px;
	margin: 0 auto;
	display: block
}

#modalGallery img {
	width: 100%;
}

#partners .body img {
	margin: 20px
}

#services .bloque {
	background-color: #1A1A1A;
	border-radius: 20px;
	padding: 25px;
}

#carouselTrabajos .carousel-item {
	max-height: 800px;
}

.mobile{
	display: none;
}

#video p{
	display: flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

@media (min-width: 992px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}

	.x-auto {
		margin-left: 100px;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 15px;
	}

	.section.view img {
		max-width: 100%;
	}

	.section .left {
		-ms-flex-order: 2;
		order: 2;
	}

	.section .right {
		-ms-flex-order: 1;
		order: 1;
	}

	#portada .container {
		position: relative;
		bottom: unset;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mobile{
		display: inline-block;
	}
	
	#video p{
	    flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
	body {
		font-size: 14px;
	}

	#portada h1 {
		font-size: 36px;
	}
}