@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;
}



/************************************/

body {
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

a {
  color: #FF8200 ;
}

a:hover {
  color: #FF8200 ;
}
a:{
  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: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  /*font-style: italic;*/
  margin-top: 25px;
  margin-bottom: 75px;
  text-transform: none;
}
section h4.section-subtitulo {
  font-size: 13px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 15px;
	padding: 30px 0 0 0 ;
  text-transform: none;
}
.naranja{
	color: #FF8200 !important;
}
.verde {
	color: #007749 !important;
}
.masthead .btn-danger a, a:hover{
	color:#000;
	background: #CCC;
	padding: 5px;
	bottom: 0 !important;
	border-color: #CCC;
}
/****************************************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************************************/
@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: 1.1em 1em !important;
  }
  #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: 60%;
   padding-top: 10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/**************************************************************************/
header.masthead {
  text-align: left;
  color: white;
  background-image: url("../img/portada_Loinza.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top: 150px;
 text-shadow: 5px 5px 5px #000;
}

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;
  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;
}
#mainNav .navbar-nav .nav-item .nav-link:hover{
	color:#FF8200;
}
#mainNav .navbar-nav .nav-item .nav-link a:hover::before{
	color:#FF8200;
}
#mainNav .navbar-brand {
  color: #FF8200;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
 background-color: transparent;
	/*color: #FF8200;*/
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 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: #FF8200;*/
}
/**VIDEO PORTADA **********************************/
.btn-video {
	text-align: center;
	padding: 500px !important;
	font-size: 0.9em;
    z-index: 999;	
}
#video button, a, a:hover{
	background: #333;
	color: #FFF;
}
#video btn, a {
	background-color:  transparent !important;
}

#video btn, a:hover {
	border-radius: 0px;
    color: #999;
	background-color:  transparent !important;
}

/********* PARA QUE LA IMAGEN PRINCIPAL OCUPE TODO EL ALTO DE PAGINA ******************************************/
@media (min-width: 768px) {
  header.masthead  {
	height: 700px;
    text-align: center;
  }
	.intro-text
	header.masthead button{
	 bottom: 20px;
	}
  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: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
  }
}
.txt-nosotros{
	margin-bottom: 50px;
	} 
.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/Loinza-1.jpg);
 min-height: 500px;
}
.bgimg-2 {
  background-image: url(../img/parallax/Loinza-2.jpg);
 min-height: 500px;
}

.bgimg-3 {
  background-image: url(../img/parallax/Loinza-3.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;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Open+Sans", sans-serif;
  color: #111;
}

.centrado-vert {
position: absolute;
 top:20%;
 /*margin-top: -50;*/
}
/*SERVICIOS******************************************/
.service-box {
    border: 2px solid #007749;
    margin-bottom: 30px;
    text-align: center;
	min-height: 120px;
	background: #FFF !important;
}
.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: #007749;
    font-size: 30px;
    margin-top: -60px;
    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);
}
.img-thumbnail {
    padding: 0.8rem !important;
	border-radius: 0 !important;
}
#servicios li{
	padding: 10px 0;
}
.margin30 {
  margin-bottom: 30px;
}
.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;
}
/*SEGURIDAD*****************************************/
.caja-seg{
	min-height: 320px;
}

.seguridad-box {
    border: 1px solid #FF8200;
    margin-bottom: 30px;
    text-align: left;
	min-height: 250px;
	padding: 10px;
}
.seguridad-box i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
	left: -30px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #FF8200;
    font-size: 30px;
    margin-top: -60px;
    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);
}
/****************************************************************************************************************************************************************************************************************************************************/
/**CTA - SANDTRACKER AP*********************************/
.cta {
  background-color: #007749;
  padding: 50px 0;
}
.cta h3 {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  text-align: left;
	text-align: center;
}
.cta h3 p{
  font-size: 14px !important;
}
.cta .btn-white-border {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
	padding: 10px;
  border-radius:0px !important;
	text-align: center;
}

/*****************************************************************************************************/
/*--- 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;
}

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;
}
#info-contacto{
	padding-top: 30px;
}
#info-contacto a, a:hover{
	padding: 0 !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: 13px;
	}
.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: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  color: #FFF;
  font-family: "Open Sans"; 
}
/*******************************************************************************************************/
/******************************/
	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: 851px) {
	#mainNav {
	}
	.navbar{
		padding: 15px !important;
	}
	.navbar-toggler{
		right: 10px !important;
	}
	.img-logo{
	width: 250px;
	height: auto;
}
section {
    padding: 50px 0;
	}
	
section h2.section-heading {
  font-size: 23px;
  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;
}
	#espacio{
		height: 120px;
	}
#myBtn {
    bottom: 20px; /* Place the button at the bottom of the page */
    /* right: 10px; Place the button 30px from the right */
    padding: 10px; /* Some padding */
}
#myBtn img{
	width:20px;
	height:20px;
	}
	
#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/portada_Loinza-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;
}
  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: 20px;
	margin-top: 120px;
    font-family: 'Open Sans', sans-serif;
  }
  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;
  }
	#mainNav .navbar-nav .nav-item .nav-link:hover{
		padding: .5rem 1rem;
	}
.btn-video {
    text-align: center;
    padding: 100px !important;
	}
	
section#nosotros,	img{

	}
section#servicios .container{
	padding: 15px;
}
	#servicios grafico{
		text-align: center;
	}

.seguridad-box {
	min-height: 100px;
}
.seguridad-box i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
	left: -20px;

}
section#contact, #mapa, #map{
height: 300px !important;
padding: 10px;
bottom: 20px;
}
	
.cta{
	text-align: center;
	}	
.cta .wow{
	text-align: center;	
	}	
footer {
  padding: 10px 0;
  text-align: center;
  bottom: 0 !important;
}
}
	
/*************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************/




/*****************************
*****************************
*****************************
*****************************/
@media print {
  .container {
    width: auto;
  }
}

