	html,
	body{
		background: #555;
	}
	h2, h3, h4, p, li, label, input, a {
		font-family: 'Mulish', sans-serif;
	}
	h2, h3, h4{
		text-transform: uppercase;
		line-height: 1.25em;
		font-weight: 300;
	}
	p {
		font-size: 1.05em;
		font-weight: 400;
		line-height: 1.35em;
	}
	.topbar-responsive {
  background: #010101;
  padding: 1rem 1.5rem;
	}
	.topbar-responsive
	{
	border-bottom: 1px solid #555;	
	}
.topbar-responsive .topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;
}
.topbar-responsive .top-bar-title h1,
	.topbar-responsive .top-bar-title h1 img,
	.topbar-responsive .topbar-responsive-logo{
		margin:0;
		padding: 0;
		line-height: 1;
		margin-top:-0.3em;
		margin-bottom: -0.2em;
	}
.topbar-responsive .menu {
  background: #010101;
}
.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}
.topbar-responsive .menu a {
  color: #fefefe;
  transition: color 0.15s ease-in;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 0;
}
.topbar-responsive .menu a:hover,
.topbar-responsive .menu a:focus	{
  color: #c6d1d8;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}
.topbar-responsive .menu .topbar-responsive-button {
  color: #fefefe;
  border-color: #fefefe;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
	background-color: #010101;
}
.topbar-responsive .menu .topbar-responsive-button:hover,
.topbar-responsive .menu .topbar-responsive-button:focus	{
  color: #c6d1d8;
  border-color: #c6d1d8;
}
@media screen and (max-width: 64em) {
  .topbar-responsive .menu .topbar-responsive-button {
    display:none;
  }
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
		}
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
	.topbar-responsive .menu.simple.vertical.medium-horizontal li{
		width: 100%;
		text-align: left;
		margin-left: 1em;
		margin-right: 1em;
		padding-left: 1em;
		background: #010101;
}
	.topbar-responsive .menu.simple.vertical.medium-horizontal li:first-of-type{
		margin-top:1em;
	}
	}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}
.no-js .top-bar {
  display: none;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
	section {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	/* empresa */
	#empresa .borde-imagen {
		border: 1px solid #eee;
	}
	#empresa p, 
	#empresa li{
		color: #fefefe;
		font-size: 1.05em;
	}
	#empresa h2 {
		color: #f9f9f9;
		font-size: 2.5em;
		margin-top: 0;
	}
	#empresa {
		padding-top: 6em;
	}
@media screen and (max-width:40em){
	#empresa {
		padding-top: 2em;
	}
}
	#empresa img{
		padding: 0.5em;
		width: 100%;
		height: auto;
	}
	/* servicios */
	#servicios{
		color: #555;
		background-color: #f9f9f9;
	}
	#servicios h2{
		font-size: 2.5em;
	}
	#servicios .servicios,
	#servicios .servicios .imagen-servicios img{
		border-radius: 0.85em 0.85em 0 0;
	}
	#servicios img{
		width: 100%;
		height: auto;
	}
	#servicios .servicios{
		background-color: white;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	#servicios .texto-servicios{
		padding: 1em;
	}
	#servicios p{
		font-size: 0.95em;
		line-height: 1.35em;
	}
	#servicios h3{
		color: #2B2B2B;
		font-size: 1.5em;
		font-weight: 1.85em;
	}
	/* contacto */
	#contacto p,
	#contacto label{
		color: #fefefe;
	}
	#contacto h2{
		font-size: 2.5em;
		color: #fefefe;
	}
	#contacto label {
		text-transform: uppercase;
		background: #222;
		width: 150px;
		padding-left: 5px;
		margin-bottom: -0.25em;
		letter-spacing: 0.05em;
		border: 1px solid #fefefe;
	}
	#contacto input[type=text]{
		border-top: 2px solid #222;
	}
	#contacto textarea{
		border-top: 2px solid #222;
	}
	#contacto .boton{
		color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 5000px;
		padding: 0.6em 4em;
		background-color: #222;
		transition: color 0.15s ease-in, border-color 0.15s ease-in;
	}
	#contacto .boton:hover,
	#contacto .boton:focus{
		 color: #c6d1d8;
  		border-color: #c6d1d8;
	}

	@media screen and (max-width:40em){
		#contacto h2,
		#empresa h2,
		#servicios h2{
			font-size: 2em;
		}
		#contacto .boton{
			padding: 0.6em 4em;
		}
	}
	.divisor1 {
		border-top:1px solid #555;
		width: 150px;
	}
	.divisor2 {
		border-top:1px solid #fff;
		width: 150px;
	}
	footer {
		background-color: #333;
		padding-top: 3em;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	footer h2{
		font-size: 1.15em;
		line-height: 1.4em;
		color: #fefefe;
	}
#contacto li,	
footer li{
		color: #fefefe;
		font-size: 1em;
		line-height: 1.65em;
	}
#contacto .datos-contacto a,	
footer .datos-contacto a{
		text-decoration: underline;
		padding: 3px 0;
		margin-left: 0.8em;
		color: #fefefe;
		display: inline-block;
		vertical-align: top;
	}
#contacto .datos-contacto i{
		font-size: 1.55em;
		line-height: 1.55em;
		vertical-align:text-top;
	}
footer .datos-contacto i{
		font-size: 1.25em;
		line-height: 1.25em;
		vertical-align:text-top;
	}
#contacto .datos-contacto .icofont-location-pin,
	footer .datos-contacto .icofont-location-pin{
		vertical-align:text-top;
	}
#contacto a:hover,
#contacto a:focus,
	footer a:hover,
	footer a:focus{
		color:#c6d1d8;
	}
	.mapa iframe{
		border: 2px solid #000;
	}
	footer .copyright{
		background: #222;
		color: #ccc;
		padding-bottom: 3em;
		padding-top: 2em;
		margin-top:2em;
	}
	footer .copyright p{
		font-size: 0.9em;
		line-height: 1.5em;
		letter-spacing: 0.08em;
	}
	footer .copyright a{
		color: #fefefe;
		text-decoration: underline;
	}
	footer .copyright a:hover,
	footer .copyright a:focus{
		color: #c6d1d8;
	}
	.btn-whatsapp {
        display:block;
			 font-size: 1.8em;
			 line-height: 1.7em;
			 background: #25d366;
        width:50px;
        height:50px;
        color:#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        text-align:center;
		z-index:999;
}
		.btn-whatsapp a{
			color: #fff;
			text-decoration: none;
		}
		.btn-whatsapp a:hover{
			color: #E7E7E7;
			text-decoration: none;
		}
		@media screen and (max-width:64em){
			.btn-whatsapp {
				right:10px;
			}
		}
		@media screen and (min-width:1920px){
			.fluid .grid-container{
				max-width: 1800px;
				width: 1800px;
				margin-left: auto;
				margin-right: auto;
			} 
			
			.btn-whatsapp{
				 display:block;
			 font-size: 2.8em;
			 line-height: 1.8em;
		width:80px;
        height:80px;
        right:20px;
        bottom:20px;
        	}
		}
	#empresa .siguiente a{
		font-size: 3em;
		line-height: 3em;
		color: #fff;
	}
	#empresa .siguiente {
		
		margin: 2em auto 0;
	}
	#servicios .siguiente a{
		font-size: 3em;
		line-height: 3em;
		color: #555;
	}
	#empresa .siguiente a:hover,
	#empresa .siguiente a:focus,
	#servicios .siguiente a:hover,
	#servicios .siguiente a:focus{
		color: #ccc;
	}
	#servicios .siguiente {
		
		margin: 2em auto 0;
	}
	footer .copyright span{
		display: inline-block;
	}
	footer .quienes{
		color: #fefefe;
		font-size: 0.9em;
		line-height: 1.35em;
	}
	.copyright .boton{
		color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 5000px;
		padding: 0.6em 4em;
		background-color: #222;
		transition: color 0.15s ease-in, border-color 0.15s ease-in;
		text-decoration: none;
	}
#contacto .redes li,
	footer .redes li{
		display: inline-block;
		
	}
	footer .enlaces li{
		margin-bottom: 0.5em;
	}
#contacto .redes i,
	footer .redes i{
		font-size: 1.5em;
	}
	footer .enlaces a{
		color: #fefefe;
		text-decoration: underline;
		margin-left: 0.8em;
		padding: 0.3px 0;
		display: inline-block;
	}
#contacto .redes a,
	footer .redes a{
		color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 5000px;
		padding: 0.6em 0.6em 0.4em;
		background-color: #222;
		text-decoration: none;
		transition: color 0.15s ease-in, border-color 0.15s ease-in;
		display: inline-block;
	}
#contacto .redes li:first-child{
		margin-left: 2em;
		margin-right: 1.5em;
	}

	footer .redes li:first-child{
		margin-left: 0em;
		margin-right: 1.5em;
	}
#contacto .redes a:hover,
#contacto .redes a:focus,
	footer .redes a:hover,
	footer .redes a:focus,
	footer .enlaces a:hover,
	footer .enlaces a:focus{
		 color: #c6d1d8;
  		border-color: #c6d1d8;
	}
	.copyright .boton:hover{
		 color: #c6d1d8;
  border-color: #c6d1d8;
	}
	@media screen and (max-width:40em){
		footer span{
			display:block;
		}
		footer span.separador {
			display: none;
		}
	}
	/*.slider-container div p{
		margin-top:-4em; 
		text-align: center; 
		color: #fff; 
		font-size: 4.5em;
		font-weight: bold;
		text-shadow: 5px 2px 7px rgba(0,0,0,0.63);
	} */
.slider-container div p{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(10,10,10,.5);color:#fefefe;font-size: 2.25em;text-align: center;font-weight: bold;text-shadow: 5px 2px 7px rgba(0,0,0,0.63)}
	.slider-container img{
		width: 100%;
		max-width: 1800px;
		height: auto;
	}
	.swiffy-slider{
		max-width: 1800px;
		margin: 0 auto;
	}

	@media screen and (max-width:64em){
		.slider-container div p{
		margin-top:-3.5em; 
		font-size: 2.5em;
	}
	}
	@media screen and (max-width:40em){
		.slider-container div p{
		font-size: 1.25em;
		margin-top:-3em;
	}
	}
.boton-cotizar{
	background-color:#222;
	color: #fff;
	border-radius: 50px;
	padding-left: 2em;
	padding-right: 2em;
	border:1px solid #ccc;
	letter-spacing: 0.25em;
}
.boton-cotizar:hover,
.boton-cotizar:focus{
	background-color: #000;
	color: #f5f5f5;
	border: 1px solid #fff;
}
#contacto form{
	margin-top: 2em;
}
#servicios a:not(.boton-siguiente){
	text-decoration: underline;
	color: #222;
}
#servicios a:not(.boton-siguiente):hover,
#servicios a:not(.boton-siguiente):focus{
	color: #3075AD;
}
form{
	padding: 1.5em;
	background-color: #111;
	
}
/* cambios 15-6-25 */
#encabezado, 
	#encabezado .orbit-wrapper, 
	#encabezado .orbit-container{
		height: 85vh;
		
	}
	#background-video {
		min-width: 100vw;
		position: cover;
		left: 0;
   right: 0;
   top: 0;
   	align: left;
		height: 85vh;
	}
	#encabezado .orbit-caption{
		height: 87vh;
		
	}
	#encabezado .orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0.4em;padding:1rem;padding-left:8rem; padding-right: 8rem; background-color:rgba(10,10,10,.5);color:#fefefe}
	
	#encabezado h2{
   color: white;
   font-weight: 700;
		margin-top:5em;
		font-size: 3em;
}
	#encabezado p{
		font-size: 1.25em;
		color: white;
	}
	#encabezado .button{
		margin-right: 1em;
		margin-top: 1em;
	}
	@media screen and (max-width:64em) and (orientation:portrait){
		#encabezado h2{
   color: white;
   font-weight: 700;
			margin-top:5em;
			font-size: 2.5em;
}
	#encabezado .button{
		margin-right: 1em;
		margin-top: 1em;
	}
	}
	@media screen and (max-width:64em) and (orientation:landscape){
		#encabezado, 
	#encabezado .orbit-wrapper, 
	#encabezado .orbit-container{
		height: 95vh;
		
	}
	#background-video {
		min-width: 100vw;
		position: cover;
		left: 0;
   right: 0;
   top: 0;
   	align: left;
		height: 95vh;
	}
	#encabezado .orbit-caption{
		height: 97vh;
		
	}
		#encabezado h2{
		font-size: 2.5em;
		margin-top: 1em;
	}
		#encabezado .orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0.4em;padding:1rem;padding-left:1.5rem; padding-right: 1.5rem; background-color:rgba(10,10,10,.5);color:#fefefe}
	}
	@media screen and (max-width:40em){
		#encabezado h2{
		font-size: 2.5em;
		margin-top: 3em;
	}
			#encabezado .orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0.4em;padding:1rem;background-color:rgba(10,10,10,.5);color:#fefefe}
	}
	#servicios h4{
		font-size: 1.05em;
		color: #5B5B5B;
	}
	#cta {
		background-image: url(../img/portada-video-4.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size:cover;
		position: relative;
	}
	
	#cta h2 {
		font-size: 2.25em;
		color: white;
		font-weight: 700;
		z-index: 999999;
	}
	#cta p{
		font-size: inherit;
		color: white;
		font-weight: normal;
		z-index: 999;
	}