@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/************** BOTON TOP ************************/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /*background-color: darkgray;  Set a background color */
	  opacity: 0.5;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 0px; /* Rounded corners */
}	
#myBtn img{	
	width:60px;
	height:60px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
	  opacity: 0.5;
}
.navbar-nav li a::after {
    content: "|" black;
}

.navbar-nav li:last-child > a::after {
    content: " ";
	color: red !important;
}

/*  .navbar-nav li:hover > a  {color: red !important;}
  .navbar-nav li:last-child:hover > a {color: yellow!important;} 
/******************************************************************************************************************/

body {
  /*overflow-x: hidden;*/
}

p {
  line-height: 1.75;
  font-size: 1.1rem;
  font-weight: 400;
}

a {
  color: #FF8200 ;
}

a:hover, a:hover:after {
  color: #FF8200 ;
}

.vinculo {
color: #FF8200 !important;
}
.text-primary {
  color: #FF8200 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

section {
  padding-top: 100px;
	padding-bottom: 0px;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 35px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  /*font-style: italic;*/
  margin-top: 25px;
  margin-bottom: 75px;
  text-transform: none;
}

/****************************************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 992px) {
  #mainNav {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #FFF;
	  
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding-top: 1.1em!important;
	padding-bottom: 1em;
  }
section {
  padding-top: 100px;
padding-bottom: 40px;
}
 /*
	#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #EDEDED;
	border-bottom: 1px solid #EDEDED;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 0px 0;
  }
#mainNav.navbar-shrink .img-logo{
	 width: 40%;
   padding-top: 10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
	*/
}
/**************************************************************************/
header.masthead {
	text-align: left;
	color: white;
	background-image: url("../img/Brent-portada.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: 100%;
	padding-top: 150px;
	text-shadow: 5px 5px 5px #000;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

/*header.masthead:hover {
	background-size: 110%;
}*/

header.masthead:hover {
	-webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
	}
/*
	header.masthead:hover {
	  width: 110%;
	  height: auto;
		}
*/


header.masthead .intro-text {
  padding-top: 250px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
	}
/*}***************************************************************************/
.btn {
  font-weight: 700;
  background-color: #FF8200;
  border-color: #FF8200;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
  background-color: #FF8200;
  border-color: #FF8200;
}

.btn-primary {
  background-color: #FF8200;
  border-color: #FF8200;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #FF8200 !important;
  border-color: #FF8200 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #FF8200;
  text-shadow: none;
}

::selection {
  background: #FF8200; /* #FF8200;*/
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.img-logo{
	width: 300px;
	height: auto;
	margin-top: -10px;
}
#mainNav {
  background-color: #ECECEC;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	border: 0;
	background-color: #FF8200;
	color: white !important;
	text-align-last: right !important;		border-bottom:none;
	/*padding-bottom: 0px;*/
}
#mainNav .navbar-nav .nav-item .nav-link:hover{
	color:#005C97;
}
#mainNav .navbar-nav .nav-item .nav-link:hover > a {
	color:#005C97;
}
#mainNav .navbar-brand {
  color: #FF8200;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #FF8200;
}
#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 80%;
	font-weight: 400;
	padding-top: 0.75em;
	padding-bottom: 0;
	letter-spacing: 1px;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #005C97;
	border-bottom:solid;
	padding-bottom: 3px;
}

#mainNav .navbar-nav .nav-item .nav-link:hover .nav-link:focus {
 /* color: #FF8200;*/
	border-bottom:none;
padding-bottom: 0px;
}

/********* PARA QUE LA IMAGEN PRINCIPAL OCUPE TODO EL ALTO DE PAGINA ******************************************/
@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 100px;
    padding-bottom: 550px;

  }
header.masthead {
	text-align: left;
	color: white;
	background-image: url("../img/Brent-portada-th.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	padding-top: 150px;
	text-shadow: 5px 5px 5px #000;
	/* background-size: 100%;
	transition: all 0.3s ease-in 0s;*/
}
	
/*	header.masthead:hover {
	background-size: 100%;
	}*/

  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
  }

}
/***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.service-heading {
  margin: 15px 0;
  text-transform: none;
}


/**** BARRA CENTRAL************/

	.placa-gris{
	position: relative;
	background-color: #EBE9E9;
	width: 100%;
}


.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4{
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url(../img/parallax/sandcube.jpg);
 min-height: 500px;
}
.bgimg-2 {
  background-image: url(../img/parallax/sandcube1.jpg);
 min-height: 500px;
}

.bgimg-3 {
  background-image: url("../img/parallax/pared-01.jpg");
 min-height: 500px;
}
.caption {
 position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
 text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
  line-height: 80px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Open+Sans", sans-serif;
  color: #111;
}

/*SERVICIOS******************************************/
#tabla-servicios{
	margin: 70px 0;
}
.service-box {
   /* border: 1px solid #005C97;*/
    margin-bottom: 30px;
    text-align: center;
	min-height: 120px;
	
}

.service-box i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #005C97;
    font-size: 30px;
    margin-top: 0px;
	margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;    
	font-style: normal !important;

}
.margin30 {
  margin-bottom: 30px;
		border-right: 1px solid #dee2e6!important;
}
.no-linea {
	border-right: 0px solid #FFF !important;	
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
/*#servicios .img-thumbnail {
   min-height: 430px;
}*/
section#servicios .border-right{
	border-right: 1px solid #dee2e6!important;	
	}	
section#servicios .text-uppercase {
    text-transform: uppercase!important;
	line-height: 0.5;
}
.espacio{
	height: 50px !important;
}

/****** TIRA DE IMAGENES *****/
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

/************************************************************/	
/*SEGURIDAD******************************************************************************/
#tabla-seguridad{
	margin-top: 70px;
 margin-bottom: 30px
}
/*.caja-seg{
	min-height: 320px;
}*/

.seguridad-box {
    border: 1px solid #FF8200;
    margin-bottom: 30px;
	min-height: 200px;
	padding: 30px;
	background-color: #FFF;
	text-align: center;
}
.seguridad-box i {
	color: #FF8200 !important;
	font-size: 5em;
	width: 60px;
    height: 60px;
    line-height: 60px;
	top: 10px;
    display: inline-block;
	margin: 30px;
}

.naranja {
	background: #FF8200 !important;
}
.gris{
	color: #999;
}
.caja-0-naranja{
	background-color: none;
	padding-left:70px;
}

/*********/
		.caja-01 {
		position: relative;
		background: #fff;
		border: 1px solid #005C97;
		padding-left: 30px;
		}
		.caja-01:after, .caja-01:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		}

		.caja-01:after {
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #fff;
		border-width: 20px;
		margin-top: -20px;
		}
		.caja-01:before {
		border-color: rgba(0, 92, 151, 0);
		border-left-color: #005C97;
		border-width: 21px;
		margin-top: -21px;
		}
	
.caja-02 {
position: relative;
background: #fff;
border: 1px solid #005C97;
}
.caja-02:after, .caja-02:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.caja-02:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 20px;
margin-left: -20px;
}
.caja-02:before {
border-color: rgba(0, 92, 151, 0);
border-top-color: #005C97;
border-width: 21px;
margin-left: -21px;
}
	
	.caja-03 {
	position: relative;
	background: #fff;
	border: 1px solid #005C97;
	margin-top: 30px;
}
.caja-03:after, .caja-03:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.caja-03:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 20px;
	margin-top: -20px;
}
.caja-03:before {
	border-color: rgba(0, 92, 151, 0);
	border-right-color: #005C97;
	border-width: 21px;
	margin-top: -21px;
}
	
	
.caja-04 {
	position: relative;
	background: #fff;
	border: 1px solid #005C97;
	margin-top: 30px; 
}
.caja-04:after, .caja-04:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.caja-04:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.caja-04:before {
	border-color: rgba(0, 92, 151, 0);
	border-bottom-color: #005C97;
	border-width: 21px;
	margin-left: -21px;
}
	
	/*
.caja-1{
	background-color: rgba(0,92,151,0.15);
	padding-left: 50px;
}
.caja-2{
	background-color: rgba(0,92,151,0.20);
}
.caja-3{
	background-color: rgba(0,92,151,0.25);
}
.caja-4{
	background-color: rgba(0,92,151,0.30);
}
	*/
.azul{
	color: #005C97 !important;
}
.padding-left{
	padding-left: 100px;
	padding-top: 50px;
}
	/*
.triangulo_bottom_right {
	position: absolute;
    width: 0;
    height: 0;
    border-bottom: 70px solid rgba(0,92,151,0.25); 
    border-left: 70px solid transparent; 
	right: 0px !important;
	bottom: 0px !important;
}
.triangulo_bottom_left {
	position: absolute;
    width: 0;
    height: 0;
    border-bottom: 70px solid rgba(0,92,151,0.35); 
    border-right: 70px solid transparent;  
	left: 0px !important;
	bottom: 0px !important;
}
.triangulo_top_right {
	position: absolute;
    width: 0;
    height: 0;
    border-top: 70px solid rgba(0,92,151,0.45); 
    border-left: 70px solid transparent; 
	top: 0px !important;
	right: 0px !important;
}
.triangulo_top_left {
	position: absolute;
    width: 0;
    height: 0;
    border-top: 70px solid rgba(0,92,151,0.55); 
    border-right: 70px solid transparent;   
	left: 0px !important;
	top: 0px !important;
}
	*/

#fotos {
  padding: 3%;
  display: inline-block;
}
.ver-mas {
  color: #888;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #888;
  border: 2px solid;
  border-color: #318aac;
  position: relative;
}
.ver-mas:before {
  content:"";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 1s ease ;
} 
.ver-mas:hover:before {
  *height: 100%;
}

.ver-mas:hover span {
	display: inline-block;
	/*width: 100%;
    vertical-align: middle;*/
}
.ver-mas span{
	display: none; 
	position: absolute; 
	font-size: 5em;
	color: #FFF;
	bottom: -15px;
    left: 10px;
    margin: 0 auto;
	
}

/***BENFICIOS**************************************************************************/
.beneficios-box {
	min-height: 350px;
	padding: 30px;
}
#tabla-beneficios h3{
	margin: 7px 0 20px 0;
}
/****************************************************************************************************************************************************************************************************************************************************/
/**CTA - SANDTRACKER AP*********************************/
.linea-chico {
	height: 5px;
	background: #FF8200;
	text-align: center !important;
	position: absolute !important;
	width: 50px;
	margin: 0 auto;
}
.text-uppercase{
    bottom: 60px
}
.cta {
  background-color: #FF8200;
  padding: 50px 0;
}
.cta h3 {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
}
.cta .btn-white-border {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  margin-top: 10px;
  border-radius:0px !important;
}
.cta .btn-white-border:hover {
  color: #333;
  background-color: #fff;
}
.bounceInRight{
	right: 0px !important;
}
/*****************************************************************************************************/
/*--- UBICACION MAPA -------------------------------------------------------------------------------------------*/
	#map{
	position: absolute;
	bottom: 0;
	width: 100%;
	height:100%;
	border: 1px #FF0000 medium;
}
/*****************************************************************************************************/
#contact {
  background-color: #E4E4E4 !important;
	padding: 20px 30px 20px 40px;
}
	
section#contact {
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #FF8200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #FF8200;
  font-family: 'Open Sans', sans-serif;
 background-color: #FF8200;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #FF8200;
  font-family: 'Open Sans', sans-serif;
	 
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #FF8200;
  font-family: 'Open Sans', sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Open Sans', sans-serif;
}

/*input:required:focus{
   border: 1px solid #999;
   box-shadow:  0px 0px 2px 1px #FF8200;	
   color: #FF8200
}

textarea:required:focus {
   border: 1px solid #999;
   box-shadow:  0px 0px 2px 1px #FF8200;
   color: #FF8200;
}*/
textarea::selection {
  background: #FF8200; /* #FF8200;*/
  text-shadow: none;
}
/**    CLIENTES   ***************************************************************************************************************************/
#clientes {
	padding: 20px 30px 20px 40px;
}
.clientes {
  padding: 50px 0;
}
#clientes  .btn{
	background: #FFF !important;
	text-align: center;
	min-width: 90%;
}
#clientes  .bt-cliente p{
	color: #FF8200 !important;
	
}
/**********************************************************************************************************************/

#legales{
	background: #E4E4E4;
}
section#legales  {
  height: 60px;
	text-align: center;
	padding: 20px 0 0 0 !important;
}
/*LEGALES *********************************************************************************************************************/

footer {
  padding: 25px 0;
  text-align: left;
  bottom: 0 !important;
}
.footer	{
	background-color: #676766 !important;
	color: #FFF !important;  
	font-size: 10px;
	}
.footer	.col{
	line-height: 2px;
}
.footer	p #copy{
	margin-right: 0 !important;
}
footer span.copyright {

  line-height: 40px;
  text-transform: none;
  color: #FFF;
  font-family: "Open Sans";
}

footer ul.quicklinks {
  font-size: 80%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  color: #FFF;
  font-family: "Open Sans"; 
}
footer #copy{
	font-size: 15px;
	line-height: 35px;
	text-align: right !important;
}
footer {
  padding: 10px 0;
  /*text-align: center;*/
  bottom: 0 !important;
}


/*******************************************************************************************************/
/******************************/
	img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail p{
	font-size: 0.9em;
	color: #005C97;
	padding: 20px 5px 10px 5px;
	bottom: 10px;
}
/****/
 /*Classes*/
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}

/*******************************************/
	
.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer; 
    color: rgba(255,255,255,0.8);
    font-size: 24px;
}
.main-nav {
    list-style-type: none;
    display: none;
}
.active {
  display: block;
}


/**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 768px) {

#mainNav .fixed-top {
	width: 100%;
	}
.navbar {
    padding: 5px;
}
	
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
	padding: 3px; /* Some padding */
	
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /*background-color: darkgray;  Set a background color */
	  opacity: 0.5;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    
    border-radius: 0px; /* Rounded corners */
}	

#myBtn img{
	width:10px;
	height:10px;
	}
	.img-logo{
	width: 250px;
	height: auto;
}
	
	/*****/
.navbar{
		position:-webkit-sticky; 
		position: sticky;
		top:0;}
	/*****/
section {
    padding: 50px 0;
	}
	
section #contacto{
	padding: 0;
	}
	
section h2.section-heading {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  /*font-style: italic;*/
  margin-top: 25px;
  margin-bottom: 75px;
  text-transform: none;
}

	
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #FF8200;
}
.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 15px;
  letter-spacing: 5px;
}

header.masthead {
  text-align: left;
  color: white;
  background-image: url("../img/Brent-portada-th.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
  text-shadow: 5px 5px 5px #000;
}
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
    text-shadow: 2px 2px 2px #000;
  } 
header.masthead .intro-text .intro-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px !important;
	margin-top: 20px !important;
    font-family: 'Open Sans', sans-serif;
  }
header.masthead  .intro-heading .text-uppercase {
	bottom: 0 !important;
		padding-top: 500px !important;
	}
  header.masthead .intro-text .intro-lead-in {
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
  }
section#nosotros,	img{

	}
section#servicios {
	padding: 15px;
}
	#servicios grafico{
		text-align: center;
	}
	section#servicios .border-right{
	border-right: none !important;	
	}	
.seguridad-box {
	min-height: 100px;
}

section#servicios .border-right{
	border-right: 1px solid #dee2e6!important;	
	}
.footer	p{
	font-size: 8px;
}
/**************/
section#cv{
	width:100%;
	min-height:80px;
	padding:30px 0 0 50px;
}			
#cv legend{
	padding:20px 0 40px 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
section #cv button{
		height: 30px !important;
	}	
section#cv hr.new1 {
  border-top: 1px solid grey !important;
padding: 20px 0;	
}	
 legend#cv{
	font-size: 1.3rem ;
	border-bottom: 1px solid grey !important;
	padding: 20px 0 10px 0 ;
	margin-bottom: 20px;
}
	
section#cv input[type=text]:focus {
  border: 3px solid #555;
}

file	input[type=text] {
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
	
#cv .card .card-body .form-group{
	margin-bottom: 0rem !important;	
}	
	
	
	
	
	
	
/*****/	
section#contact, #mapa, #map{
height: 300px !important;
padding: 10px;
bottom: 20px;
}
	
.cta{
	text-align: center;
	}	
.cta .wow{
	text-align: center;	
	}	
	
/**** CAJAS BENEFICIOS *****/
.beneficios-box {
	min-height: 200px;
	padding: 10px;
	margin: 20px 0;
}
#tabla-beneficios h3{
	margin: 7px 0 20px 0;
}
.caja-01 {
background: #fff;
border: 1px solid #005C97;
}
.caja-01:after, .caja-01:before {
		left: 0%;
		top: 0%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		}

		.caja-01:after {
		border-color: #fff;
		border-left-color: #fff;
		border-width: 0px;
		margin-top: 0px;
		}
		.caja-01:before {
		border-color:#fff;
		border-left-color: #005C97;
		border-width: 0px;
		margin-top: 0px;
		}

.caja-02 {
position: relative;
background: #fff;
border: 1px solid #005C97;
}
.caja-02:after, .caja-02:before {
top: 0%;
left: 0%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.caja-02:after {
border-color: #fff;
border-top-color: #fff;
border-width: 0px;
margin-left: 0px;
}
.caja-02:before {
border-color: #fff;
border-top-color: #005C97;
border-width: 0px;
margin-left: 0px;
}
	
	
	.caja-03 {
	position: relative;
	background: #fff;
	border: 1px solid #005C97;
	margin-top: 0px;
}
.caja-03:after, .caja-03:before {
	right: 0%;
	top: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.caja-03:after {
	border-color: #fff;
	border-right-color: #fff;
	border-width: 0px;
	margin-top: 0px;
}
.caja-03:before {
	border-color: #fff;
	border-right-color: #005C97;
	border-width: 0px;
	margin-top: 0px;
}
	
	
.caja-04 {
	position: relative;
	background: #fff;
	border: 1px solid #005C97;
	margin-top: 30px; 
}
.caja-04:after, .caja-04:before {
	bottom: 0%;
	left: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.caja-04:after {
	border-color: #fff;
	border-bottom-color: #fff;
	border-width: 0px;
	margin-left: 0px;
}
.caja-04:before {
	border-color: #fff;
	border-bottom-color: #005C97;
	border-width: 0px;
	margin-left: 0px;
}
/************************/
footer {
  text-align: center;
}
.footer	{
	background-color: #676766 !important;
	color: #FFF !important;  
	font-size: 12px;
	}
.footer	.col{
	line-height: 2px;
}
.footer	p #copy{
	margin-right: 0 !important;
}
footer span.copyright {

  line-height: 60px;
  text-transform: none;
  color: #FFF;
  font-family: "Open Sans";
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  color: #FFF;
  font-family: "Open Sans"; 
}
footer #copy{
	font-size: 15px;
	line-height: 35px;
	text-align: center !important;
}
.footer p {
    font-size: 14px;
	bottom: 0 !important;
}
.caption span.border {

  padding: 10px;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 40px;
}
	
section#legales  {
  height: 60px;
	text-align: center;
	padding: 1px 0 0 0 !important;
}
	
	}




/*********************************************************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************************************************/
@media only screen and (min-width: 600px) {
	
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link {
	text-align: right;
	}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	border-bottom: none !important;

	font-weight: bold;
}
.fixed-top{
		position: static;
	}
section .row{
	margin-top: 0px;	
	}
.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 18px;
  letter-spacing: 10px;
  line-height: 80px;
}

} 	

/*******************************************************************************************************************
*************************************************************************************************************************
**********************************************************************************************************************************
**************************************************************************************************/
@media only screen and (max-width: 600px) {
	
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link {
	text-align: right;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	border-bottom: none !important;
	font-weight: bold;
	padding-bottom: 3px; 
}

/*.navbar-brand .js-scroll-trigger a{
	width: 220px !important;
	}*/
.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer; 
    color: rgba(255,255,255,0.8);
    font-size: 24px;
}		
.intro-text {
    padding-bottom: 10px;
  } 

section .row{
	margin-top: 20px;	
	}
.margin30 {
		border-right: 0px solid #FFF!important;
}
}
/**********************************************************/
/*******************************************************************************************************************
*************************************************************************************************************************
**********************************************************************************************************************************
**************************************************************************************************/
@media print {
  .container {
    width: auto;
  }
}