body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 36px;
    color: #170a0a;
    text-transform: uppercase;
}
h3, h4 {
	font-size: 20px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #28d3d2;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #170a0a;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}
/* Navigation */
#menu {
    padding: 15px 0 5px 0px;
    transition: all 0.8s;
}
#menu.navbar-default {
    border-color: rgba(231, 231, 231, 0);
    background-color: rgb(255, 255, 255);
    border-bottom: thin solid rgba(0, 0, 0, 0.0784313725490196);
}
#menu a.navbar-brand {
    font-size: 18px;
    color:#170a0a;
    font-weight: 500;
    text-transform: uppercase;
}
/*#menu a.navbar-brand:hover {
	color: #cd65b5;
}*/
#menu.navbar-default .navbar-nav > li > a {
    text-transform: capitalize;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #170a0a;
}
.on {
    background-color: white;
    padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #170a0a !important;
    background-color: transparent;
    text-shadow: 0px 0px 2px #0000008c;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #221717;
    border-color: #221717;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 50px;
}
.section-title p {
	font-size: 18px;
	color: #888;
}
.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #170a0a;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    border-radius: 0;
    margin-top: 20px;
    transition: all 0.3s;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #777;
    background-color: white;
}
/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position-y: -70px;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg3.jpg);
    background-position-y: -30px;
}
/*.intro .overlay {
    background: -moz-linear-gradient(top, rgba(27,113,214,0.5) 0%, rgba(197,77,170,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(40, 211, 210, 0.6) 0%, rgba(197,77,170,0.5) 100%);
    background: linear-gradient(to bottom, rgba(40, 211, 210, 0.6) 0%, rgba(197,77,170,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801b71d6', endColorstr='#80c54daa', GradientType=0 );
}*/
.intro h1 {
    color: white;
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 68px;
}
.intro p {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 34px;
}
.intro span {
    color: white;
    font-size: 28px;
    font-weight: 300;
}
header .intro-text {
    padding-top: 150px;
    padding-bottom: 200px;
    padding-right: 140px;
    z-index: 999;
    position: absolute;
    right: 0;
}

.desea1 {
    text-align: left;
}
/* About Section */
#about {
    padding: 80px 0;
    background: white;
}
#about .about-text {
    margin-left: 10px;
    padding-top: 25px;
}
#about .about-text h3 {
    color: #170a0a;
    line-height: 26px;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
#about img {
    float: right;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    margin-right: 20px;
}

.round1 {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    width: 240px !important;
}


#about p {
    margin: 20px 0 0 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
}
/* Services Section */
#services {
    padding: 80px 0;
    background-color: rgba(246, 246, 246, 0.45098039215686275);
}
#services h4 {
    color: #170a0a;
    text-transform: uppercase;
}
#services i.fa {
    font-size: 38px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 30px 0;
    background: #28d3d2;
    border-radius: 50%;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
}
/* Portfolio Section */
#portfolio {
    padding: 80px 0;
    background: #f6f6f6;
}
.categories {
	padding-bottom: 40px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #28d3d2;
	padding: 10px 20px;
	border: 1px solid #28d3d2;
	text-transform: uppercase;
}
ol.type li a.active {
	background: #28d3d2;
	color: #fff;
}
ol.type li a:hover {
	background: #28d3d2;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 16px;
	font-weight: 300;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Achivements Section */
#achievements {
    background: url(../img/intro-bg3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#achievements .overlay {
       padding: 90px 0;
    /*background: -moz-linear-gradient(left, rgba(197,77,170,0.6) 0%, rgba(27,113,214,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(197,77,170,0.6) 0%, rgba(40, 211, 210, 0.6) 100%);
    background: linear-gradient(to right, rgba(197,77,170,0.6) 0%, rgba(40, 211, 210, 0.63) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c54daa', endColorstr='#991b71d6', GradientType=1 );
}
#achievements h2 {
    color: #170a0a;
    font-weight: 900;
    font-size: 50px;
    background-color: white;
    display: inline-block;
    padding: 20px;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
    border-radius: 4px;
}
.achievement-box h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.achievement-box span.count {
	font-size: 52px;
	font-weight: 600;
	display: block;
	color: #fff;
	padding: 0;
	margin: 0;
}
/* Testimonials Section */
#testimonials {
    padding: 80px 0 80px 0;
    background: #ffffff;
}
#testimonials i.fa {
	color: #8e9599;
	font-size: 36px;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
#testimonial .item p {
    margin: 10px 0;
    color: #170a0a;
    padding: 0 15px 0 15px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 6px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 0;
	background: #fff;
	transition: all 0.5s;
	border: 1px solid #ccc;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #170a0a;
	border: 1px solid #170a0a;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #170a0a;
	border: 1px solid #170a0a;
}
/* Contact Section */
#contact {
    padding: 80px 0 0px 0;
    background-color: #f6f6f6;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #222;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #28d3d2;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
    margin-top: 10px;
}
#contact .social ul li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px;
}

#services a {
    color: white;
    border: thin solid #170a0a;
    border-radius: 3px;
    position: relative;
    top: 15px;
    padding: 4px 15px 5px 15px;
    background-color: #170a0a;
}


#contact .social i.fa {
    font-size: 28px;
    padding: 0px;
    color:#170a0a;
    transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #444;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28d3d2+0,1b71d6+100 */
	background: rgb(197,77,170); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(197,77,170,1) 0%, rgba(27,113,214,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(197,77,170,1) 0%, rgba(27,113,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(197,77,170,1) 0%, rgba(27,113,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28d3d2', endColorstr='#1b71d6', GradientType=1 ); /* IE6-9 */
	color: rgba(255,255,255,0.5);
	padding: 30px 0 25px 0;
}
#footer a {
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #fff;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}


#nav2 {
    z-index: 9999999999999;
    position: relative;
    padding: 0px 0 10px 0;
    border-bottom: thin solid rgba(0, 0, 0, 0.07);
}

#nav2 a {
    font-size: 14px;
    color: #777;
    margin: 0 5px 0px 5px;
    font-weight: 400;
}

#nav2 .FLr a {
    font-size: 18px;
}

.center1 {
    text-align: center;
}

.FLl {
    float: left;
}

.FLr {
    float: right;
}

body .navbar-fixed-top {
    top: unset;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ease;
}

body .navbar-fixed-top.on {
    top: 0px;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ease;
}

body .navbar-fixed-top.on #nav2 {
    padding: 5px 0 5px 0;
}

#nav2 p.follow1 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

#about .section-title {
    margin-bottom: 20px;
}


#services .col-md-3 p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

#contact .section-title {
    margin-bottom: 20px;
}

#contact .col-md-12 a {
    color: #777777;
    font-weight: 600;
    margin: 0 10px 0 10px;
    font-size: 15px;
}

#contact .btn-custom:hover {
    color: #777;
    background-color: white;
    border: 2px solid #28d3d2;
}


div#copyNilpix {
    width: 100%;
    border-top: 1px solid #353535;
    background: #1d2023;
    padding: 5px;
}



div#copyNilpix p {
    margin: 0;
    color: #b9b9b9;
    font-family: monospace;
    font-size: 11px;
    text-align: center;
    padding: 0;
}


div#copyNilpix p a {
    color: #61c2acc7;
}

div#copyNilpix p a:hover {
    color: #61c2acc7;
	text-decoration: none;
}

#contact form .btn-custom {
    margin-top: 10px;
    width: 100%;
}


.ubi1 {
    border-top: thin solid #efefef;
    padding-bottom: 60px;
    background-color: #170a0a;
    padding: 70px 200px 70px 200px;
}


.map1 {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  position: relative;
}

.logo1 {
    float: left;
    width: 300px;
    margin: 0;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.pad5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mapBox {
    float: left;
    background-color: white;
    position: absolute;
    z-index: 999;
    left: 25px;
    top: 90px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 3px;
    width: 320px;
    text-align: left;
    padding: 8px;
}

.mapBox p {
    font-size: 14px;
    margin-bottom: 5px;
}

.mapBox a {
    color: #3a84df;
    font-weight: 600;
}


.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.comoLlegarDiv {
    position: relative;
    top: 15px;
}

.comoLlegarDiv2 {
    position: relative;
    top: 5px;
}

.mapBox hr {
    margin: 4px 0 4px 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}


/*#services img {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    margin-bottom: 15px;
}*/

.lang1 {
    position: fixed;
    bottom: 5px;
    left: 30px;
    width: 100px;
    z-index: 99999;
}

.lang1 .col-md-6 {
    padding: 0;
}

.lang1 a {
    background-color: #130404;
    padding: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    font-weight: 700;
    padding-bottom: 10px;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.66);
}

.disabled1 {
    opacity: 0.4;
}


.dottedX:after {
    background: url(../img/grid.png) repeat left top rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
}

.cont77 {
    width: 90%;
}


.achiPe {
    color: #131313;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    text-align-last: left;
    font-weight: 300;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
}

.MB150 {
    margin-bottom: 193px;
}


.contacIcons1 {
    width: 25px;
}

#contact .col-md-3 {
    text-align: left;
}

#contact .col-md-3 a {
    color: #84868d;
    font-size: 18px;
    font-weight: 100;
    line-height: 40px;
}

body .ML0 {
    margin-left: 0;
}

.FW100 {
    font-weight: 100;
}

.w210 {
    width: 210px;
}


body .hr3 {
    height: 1px;
    width: 100%;
    background: #777777;
    opacity: 0.2;
    margin: 10px 0 20px 0;
}


.contPad70 {
    padding-bottom: 70px;
}

/*.whiteBox.col-md-6 {
    width: 40%;
}*/

.whiteBox {
    background-color: white;
    width: 45%;
    margin: 20px;
    padding: 25px;
}

.titleBox {
    text-align: left;
    color: #170a0a;
    font-weight: 400;
    text-transform: unset;
}

body #about img.marginR80 {
    margin-right: 80px;
}

#achievements img {
    width: 290px;
    float: right;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
    border-radius: 7px;
}
/*#about .entrada1x .about-text h3, #about .entrada1x p {
    text-align: right;
}


*/

#about .entrada1x .about-text {
    margin-left: 10px;
    padding-top: 0px;
}

#about .entrada1x img {
    float: right;
    width: 450px;
    border-radius: 0;
}

hr.hr4 {
    height: 1px;
    background: #00000014;
    border: 0;
    margin: 40px 0 40px 0;
    width: 100%;
}

a.verFotos {
    color: white;
    background-color: #170a0a;
    font-size: 15px;
    padding: 10px;
    margin-top: 190px;
    font-weight: 500;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
    position: relative;
    top: 14px;
}

.centerImg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    
    padding: 20px;
    border-radius: 5px;
    border: thin solid #00000000;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
    background-color: transparent;
}

.bajar1 {
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 999;
}

.bajar1 img {
    width: 80px;
}

#nav3.nav3 {
    position: absolute;
    right: 0;
    top: 26px;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

#nav3 ul li {
  display:inline;
}

#nav3 a {
    color: #130404;
    font-size: 22px;
    margin-right: 15px;
}

body .navbar-fixed-top.on #nav3.nav3 {
    top: 15px;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

#services img {
    opacity: 0.7;
    width: 60px;
}

body .modal-dialog {
    width: 40%;
}

.modal-body img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 350px;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
}



@media (max-width: 1445px) {

    header .intro-text {
    padding-right: 40px !important;
}
    
    .cont77 {
    width: 100% !important;
}
    
 .ubi1 {
    padding: 70px !important;
}
    
    body .modal-dialog {
    width: 60% !important;
}
    
    .navbar-right {
    margin-right: 65px !important;
}
    
    .centerImg {
    width: 860px !important;
    }
    
    
}

.boxServ1 {
    border: thin solid #00000014;
    padding-top: 20px;
    border-radius: 10px;
        padding-bottom: 5px;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

.boxServ1:hover {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22);
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

body .modal-title {
    color: #170a0a;
}

.testiBox {
    border: thin dashed #00000026;
    border-radius: 10px;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.11);
}







@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    /*background-image: linear-gradient(to top, #ffffff 20%, #170a0a 100%);*/
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}


#modNosMob .modal-body p {
    text-align: left !important;
}

#modNosMob hr {
    width: 100%;
    margin: 30px 0 30px 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

body .close {
    opacity: 1;
}

#nosMob1 {
    display: none;
}

body #userlike #userlike-footerbar {
    display: none !important;
}




/* iPhone 6/7/8 */
@media (max-width: 380px) {
    #nav3, .comoLlegarDiv img, .comoLlegarDiv2 img {
        display: none !important;
    }
    
    .ubi1 {
    padding: 30px 0 30px 0 !important;
    }
    
    .logo1 {
    width: 230px !important;
    }
    
    #about h2, #services h2, #achievements h2, #testimonials h2, #contact h2 {
    font-size: 26px !important;
    }
    
    #about .entrada1x img {
    float: unset !important;
    }
    
    #about img {
    float: unset !important;
    }
    
    body #about img.marginR80 {
    margin: 0 auto !important;
    }
    
    #services .col-xs-6.col-md-3 {
    width: 100% !important;
    }
    
    body .modal-dialog {
    width: 90% !important;
    margin-top: 100px !important;
    margin: 0 auto !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    }
    
    .modal-body img {
    width: 260px !important;
    margin-bottom: 20px !important;
    }
    
    .modal-body p {
    text-align: center !important;
    }
    
    .lang1 {
    display: none !important;
    }
    
    #achievements img {
    width: 200px !important;
    float: unset !important;
    }
    
    .MB150 {
    margin-bottom: 30px !important;
    }
    
    .achiPe {
    margin-top: 20px !important;
    }
    
    .section-title p {
    font-size: 14px !important;
    }
    
    body .hr3 {
    margin: 30px 0 40px 0 !important;
    }
    
    #contact .social {
    margin-top: 30px !important;
    }
    
    #copyNoMob {
    display: none !important;
    }
    
    .whiteBox {
    width: 95% !important;
    margin: 0 auto !important;
    }
    
    .mapBox {
    top: -10px !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    }
    
    .achiPe {
    line-height: 24px !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-align: left !important;
    }
    
    .comoLlegarDiv {
    top: 0 !important;
    }
    
    .comoLlegarDiv2 {
    top: 0 !important;
    }
    
    .waveWrapper {
    display: none !important;
    }
    
    .intro {
    background-position: top 15px right 0px !important;
    background-position-x: 10% !important;
    background-position-y: 0% !important;
    background-size: cover !important;
        background-attachment: scroll !important;
    }
    
    .intro-text .centerImg {
    width: 360px !important;
    }
    
    header .intro-text {
    padding-top: 80px !important;
    }
    
    header .intro-text {
    padding-right: 0px !important;
    }
    
    .bajar1 {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    }
    
    .container-fluid.ubi1 .row {
    margin: 0 !important;
    }
    
    .ubi1 .row .col-md-6:nth-of-type(2) {
    margin-top: 20px !important;
    }
    
    #nosMob1 {
    display: block !important;
    }
    
    #nosDesk1, #about {
    display: none !important;
    }
    
    
   
}


/* iPhone 5/SE */
@media (max-width: 380px) { 
    .logo1 {
    width: 215px !important;
    }
    
    .intro-text .centerImg {
    width: 320px !important;
    }
    
    #nosMob1 {
    display: block !important;
    }
    
    #nosDesk1, #about {
    display: none !important;
    }

}



/* S9 */
@media (max-width: 510px) {
    #nav3, .comoLlegarDiv img, .comoLlegarDiv2 img {
        display: none !important;
    }
    
    .ubi1 {
    padding: 30px 0 30px 0 !important;
    }
    
    .logo1 {
    width: 230px !important;
    }
    
    #about h2, #services h2, #achievements h2, #testimonials h2, #contact h2 {
    font-size: 26px !important;
    }
    
    #about .entrada1x img {
    float: unset !important;
    }
    
    #about img {
    float: unset !important;
    }
    
    body #about img.marginR80 {
    margin: 0 auto !important;
    }
    
    #services .col-xs-6.col-md-3 {
    width: 100% !important;
    }
    
    body .modal-dialog {
    width: 90% !important;
    margin-top: 100px !important;
    margin: 0 auto !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    }
    
    .modal-body img {
    width: 260px !important;
    margin-bottom: 20px !important;
    }
    
    .modal-body p {
    text-align: center !important;
    }
    
    .lang1 {
    display: none !important;
    }
    
    #achievements img {
    width: 200px !important;
    float: unset !important;
    }
    
    .MB150 {
    margin-bottom: 30px !important;
    }
    
    .achiPe {
    margin-top: 20px !important;
    }
    
    .section-title p {
    font-size: 14px !important;
    }
    
    body .hr3 {
    margin: 30px 0 40px 0 !important;
    }
    
    #contact .social {
    margin-top: 30px !important;
    }
    
    #copyNoMob {
    display: none !important;
    }
    
    body .whiteBox {
    width: 95% !important;
    margin: 0 auto !important;
    }
    
    .mapBox {
    top: -10px !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    }
    
    .achiPe {
    line-height: 24px !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-align: left !important;
    }
    
    .comoLlegarDiv {
    top: 0 !important;
    }
    
    .comoLlegarDiv2 {
    top: 0 !important;
    }
    
    .waveWrapper {
    display: none !important;
    }
    
    .intro {
    background-position: top 15px right 0px !important;
    background-position-x: 10% !important;
    background-position-y: 0% !important;
    background-size: cover !important;
        background-attachment: scroll !important;
    }
    
    .intro-text .centerImg {
    width: 360px !important;
    }
    
    header .intro-text {
    padding-top: 80px !important;
    }
    
    header .intro-text {
    padding-right: 0px !important;
    }
    
    .bajar1 {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    }
    
    .container-fluid.ubi1 .row {
    margin: 0 !important;
    }
    
    .ubi1 .row .col-md-6:nth-of-type(2) {
    margin-top: 20px !important;
    }
    
    #nosMob1 {
    display: block !important;
    }
    
    #nosDesk1, #about {
    display: none !important;
    }
   
}


/* iPad */
@media (max-width: 770px) {
    
    .wave, .lang1, .comoLlegarDiv img, .comoLlegarDiv2 img {
    display: none !important;
    }

    body .centerImg {
    width: 480px !important;
    }
    
    body .intro {
    background-position: top 15px right 0px !important;
    background-position-x: 10% !important;
    background-position-y: 0% !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    }
    
    body .bajar1 {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    }
    
    body .boxServ1 {
    margin-bottom: 70px !important;
    }
    
    body #services {
    padding: 50px 0 !important;
    }
    
    body #achievements img {
    width: 330px !important;
    float: unset !important;
    margin-bottom: 30px !important;
    }
    
    body .achiPe {
    line-height: 24px !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-align: left !important;
    }
    
    .whiteBox {
    width: 85% !important;
    margin: 0 auto !important;
    }
    
    body .mapBox {
    top: -10px !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    }
    
    body .ubi1 {
    padding: 30px 0 30px 0 !important;
    }
    
    body .comoLlegarDiv2, .comoLlegarDiv {
    top: -1px !important;
    }
    
    body .ubi1 .row {
    margin: 0px !important;
    }
    
    body .col-md-6.whiteBox {
    margin-bottom: 20px !important;
    }
    
    body #about .entrada1x img {
    float: left !important;
    width: 320px !important;
    }
    
    body #about img.marginR80 {
    margin-right: 40px !important;
    float: left !important;
    width: 260px !important;
    }
    
    body .modal-body img {
    margin-bottom: 40px !important;
    }
    
    body .section-title h2 {
    font-size: 27px !important;
    }
    
    body .section-title p {
    font-size: 15px !important;
    }
    
}



/* iPad PRO */
@media (max-width: 1025px) {
    
    .wave, .lang1 {
    display: none !important;
    }

    .centerImg {
    width: 830px !important;
    }
    
    .intro {
    background-position: top 15px right 0px !important;
    background-position-x: 10% !important;
    background-position-y: 0% !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    }
    
    .bajar1 {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    }
    
    .boxServ1 {
    margin-bottom: 70px !important;
    }
    
    #services {
    padding: 50px 0 !important;
    }
    
    #achievements img {
    width: 330px !important;
    float: unset !important;
    margin-bottom: 30px !important;
    }
    
    .achiPe {
    line-height: 24px !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-align: left !important;
    }
    
    .mapBox {
    top: -10px !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    }
    
    .ubi1 {
    padding: 30px 0 30px 0 !important;
    }
    
    .ubi1 .row {
    margin: 0px !important;
    }
    
    .col-md-6.whiteBox {
    margin-bottom: 20px !important;
    }
    
    #about .entrada1x img {
    float: left !important;
    width: 100% !important;
    }
    
    #about img.marginR80 {
    margin-right: 40px !important;
    width: 350px !important;
    float: right !important;
    }
    
    #services h4 {
    font-size: 16px !important;
    }
    
    #services .col-md-3 p {
    font-size: 13px !important;
    }
    
    .titleBox {
    font-size: 30px !important;
    margin-bottom: 40px !important;
    }
    
    .comoLlegarDiv2 img, .comoLlegarDiv img {
    right: 10px;
    position: relative;
    }
    
    .modal-dialog {
    width: 90% !important;
    }
    
}



/*Disabled Style*/
input[type="submit"]:disabled, button[type="submit"]:disabled {
   -webkit-transition: all 0.5s; // Chrome
  -moz-transition: all 0.5s; // Mozilla
  -o-transition: all 0.5s; // Opera
  transition: all 0.5s ease;
    opacity: 0.5;
    cursor: no-drop;
}



input#website { display: none; }

.btn-whatsapp-pulse:hover {
    color: white;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    z-index: 999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

a.btn-whatsapp-pulse:focus {
    text-decoration: none !important;
    color: white !important;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}