body {
	font-family: "Lato";
  text-align: justify;
}
p {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 180%;
	color: #4D4D4D;
}
a {
  color: #005519;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-default {
    background-color: rgba(230, 140, 39, 0.9);
    border: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #005519;
    border-radius: 5px;
}
.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px #808080;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 24px;
    margin-bottom: 10px;
}
.jumbotron {
	background-image: url("../img/back-header.jpg");
	background-position: center bottom;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-size: cover;
  	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
   .jumbotron {
	background-image: url("../img/back-header-sm.jpg");
	background-position: center bottom;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-size: cover;
  	margin-bottom: 0;
}
}
.jumbotron-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-color: #E68C27;
	background-repeat:repeat;
	opacity:0.7;
}
#jumbo {
  overflow: hidden;
  position:relative;

}
.jumbotron .container {
    z-index: 2;
    position: relative;
    padding-top: 60px;
}
.slogan	{
	font-weight: 400;
	font-size: 1.8em;
	font-style: italic;
	color: #fff;
}
.jumbotron p {
    color: #fff;
    font-size: 1.2em;
    line-height: 160%;
}
#myCarousel {
	background-color: #fff;
	padding: 10px;
}
.carousel-indicators li {
    background-color: #ccc;
    width: 14px;
    height: 14px;
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #025625;
}
.carousel-control.left {
    background: none;
}
.carousel-control.right {
    background: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #005519;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #E68C27;
}
@media only screen and (max-width: 480px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #E68C27;
    margin-top: 50px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #AA6017;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #005519;
    border-radius: 0;
    padding: 20px;
	}
	.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.navbar-nav {
    margin: 0 -15px;
}
}
h1 {
	font-weight: 700;
	font-style: italic;
	font-size: 2.5em;
}
h4 {
	font-weight: 700;
	font-style: italic;
	font-size: 1.2em;
	color: #4D4D4D;
}
#rastreo {
	background-image: url("../img/back-rastreo.jpg");
	background-position: center bottom;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
.txt-green {
	color: #005519;
}
.txt-white {
	color: #fff;
}
.txt-yellow {
	color: #E68C27;
}
#servicios {
	background-image: url("../img/back-servicios.jpg");
	background-position: center bottom;
	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
   #servicios {
	background-image: url("../img/back-servicios-sm.jpg");
	background-position: center bottom;
	background-attachment: scroll;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
}
hr.lineServicios {
	border-top: 1px solid #013A0F;
	border-bottom: 1px solid #438952;
}
.shadow {
	text-shadow: 1px 1px 6px #000;
}
#servicios p {
    color: #fff;
    font-size: 1.4em;
    line-height: 180%;
    font-weight: 300;
}
.no-gutter > [class*=col-] {
    padding: 0;
}
.black-white {
	background-color: #fff;
}
.servicios {
	padding: 16px;
	border: dashed 1px #E68C27;
}
.servicios:hover {
	background-color:#E68C27;
	color:#fff;
}
.servicios a {
	color:#4D4D4D;
}
.servicios a:hover {
	color:#fff;
}
.asesoria {
	background-color: #E68C27;
  padding: 12px;
}
.asesoria a{
	color: #000;
}
#testimonios {
	padding-top: 40px;
	padding-bottom: 40px;
}
.text-carrusel {
	font-weight: 300;
	font-size: 1.3em;
	text-shadow: none;
	font-style: italic;
}
.brand-carrusel {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 100%;
}

.comillas {
	font-weight: 400;
	font-style: italic;
	font-size: 1.5em;
	color: #005519;
	line-height: 10%
}
.carousel-caption {
    position: static;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4D4D4D;
    text-align: center;
    text-shadow: none;
}
.indicators2 {
	position: inherit;
}
#contacto {
	background-image: url("../img/back-contacto.jpg");
	background-position: center top;
	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
   #contacto {
	background-image: url("../img/back-contacto-sm.jpg");
	background-position: center top;
	background-attachment: scroll;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
}
.backCorreos {
	background-image: url("../img/back-correos.png");
	background-position: center top;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: 113px;
}
input {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1.1em;
    padding-left: 20px;
}
input:focus {
    border-bottom: 3px solid #E68C27;
}
.form-control-feedback {
    position: absolute;
    top: 18px;
    left: 8px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.btn-success {
  color: #fff;
  background-color: #005519;
  border-color: #005519;
  border-radius: 2px;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #11722A;
  border-color: #11722A;
}
.btn-success:hover {
  color: #fff;
  background-color: #11722A;
  border-color: #11722A;
}
.btn-primary {
  color: #fff;
  background-color: #E68C27;
  border-color: #E68C27;
  border-radius: 2px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #E59D29;
  border-color: #E59D29;
}
.btn-primary:hover {
  color: #fff;
  background-color: #E59D29;
  border-color: #E59D29;
}
footer {
	background-color: #E68C27;
	color:#fff;
	padding-top: 20px;
	padding-bottom: 40px;
	z-index: 1030;
}
footer p {
	font-size: 1em;
	line-height: 120%;
}
footer h4 {
	color: #fff;
}
.navbar-brand {
    height: auto;
    padding: 6px 15px;
}
.tituloSeccion {
	padding-top: 120px;
  	padding-bottom: 40px;
}
.tituloSeccion2 {
    padding-top: 60px;
    padding-bottom: 40px;
}
#empresa {
	background-image: url("../img/back-historia.jpg");
	background-position: center center;
	background-attachment: fixed;
  	background-repeat: no-repeat;
  	width: 100%;
  	padding-top: 10px;
}
@media screen and (max-width: 480px) {
   #empresa {
    background-image: url(../img/back-historia-sm.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-size: 100%;
}
}
#filosofia {
	background-image: url("../img/back-filosofia.jpg");
	background-position: center top;
	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
   #filosofia {
	background-image: url("../img/back-filosofia-sm.jpg");
	background-position: center top;
	background-attachment: scroll;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    font-weight: 700;
    font-style: italic;
    font-size: 1.2em;
    cursor: default;
    background-color: transparent;
    border: 3px solid #ddd;
    border-bottom-color: #E68C27;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
@media screen and (max-width: 480px) {
   	.nav-tabs > li {
		width: 100%
	}
	.nav-tabs2 > li {
		width: 100%
	}
}
.nav-tabs2 {
  border-bottom: 1px solid #ddd;
}
.nav-tabs2 > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs2 > li > a {
	color: #fff;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs2 > li > a:hover {
  border-color: #eee #eee #ddd;
  color: #333;
}
.nav-tabs2 > li.active > a,
.nav-tabs2 > li.active > a:hover,
.nav-tabs2 > li.active > a:focus {
  color: #fff;
  font-weight: 700;
    font-style: italic;
    font-size: 1.2em;
  cursor: default;
  background-color: transparent;
  border: 3px solid #ddd;
    border-bottom-color: #E68C27;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.imgShadow {
	box-shadow: 4px 4px 8px #868686;
}
.imgShadow2 {
	box-shadow: 4px 4px 8px #01380F;
}
#serviciosAzteca {
  	padding-bottom: 40px;
}
.tab-pane {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tituloServicio	{
	font-weight: 400;
	font-size: 1.8em;
	font-style: italic;
	color: #005519;
	line-height: 120%;
}
.tituloServicio2	{
	font-weight: 400;
	font-size: 1.8em;
	font-style: italic;
	color: #E68C27;
	line-height: 120%;
}
#serviciosPlus {
	background-color:#005519;
}
#serviciosPlus p {
	color: #fff;
}
.linkYellow a {
	color:#E68C27;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.imgGracias {
	border: solid 6px #fff;
}
.margenFooter {
	height: 200px;
}
.rc-anchor .rc-anchor-normal .rc-anchor-light {
	z-index: 99999999;
}
.gracias {
    height: 100vh;
}
.errMsg msg-form {
  color: red;
  font-size: 1.8em;
  padding-bottom: 1em;
}
#jumbo hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.mytooltip:hover:after{
  background: #333;
  background: rgba(0,0,0,.9);
  border-radius: 5px;
  bottom: 50px;
  color: #005519;
  content: attr(title);
  right: 20%;
  padding: 10px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;}


.mytooltip {
  background-color: transparent;
  margin: 10px;
  text-align: center;
  font: bold 14px ;
  font-stretch: condensed;
  text-decoration: none;
}
.errMsg {
  color: red;
  font-size: 1.2em;
  padding-bottom: 20px;
}

/*  Estilos PopUp  */
.overlay {
  position: fixed;
  top: -115px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility:visible;
  opacity: 1;
  z-index: 100000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
#popupBody{
  width: 60vw;
  padding: 2%;
  height: fit-content;
  border-radius: 15px;
  box-shadow: 0 0 5px #CCC;
  background-image: url("../img/back-popup2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 10% auto;    
  display: flex;
  flex-direction: column;
  align-items: center;
}

.textoPopup p{
  color: white;
  font-size: 16.5px;
}

#popupBody b{
  font-weight: 900;
}

.colorr{
  color: black;
  font-weight: bold;
}
.sub{
  text-decoration: underline;
}

.tituloPopup p{
  font-weight: 900;
  font-size: 24px;
  color: white;
}

#cerrar{
  position: absolute;
  top: 0;
  right: 15px;
  transition: all 100ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background: none;
  border: none;
}

#cerrar:hover{
color: black;
}

.popupContent{
display: flex;
flex-direction: column;
align-items: center;
}

@media screen and (max-width:480px){
  .overlay{
    padding: 0;
  }

  #popupBody{
   width: 85%;
   height: 80vh;
   top: 150px;
   font-size: 10px;
   margin: 0px auto;
   overflow-y: scroll;
  }

  .tituloPopup p{
    font-size: 18px;
  }

  #cerrar{
    top:5px;
    right: 15px;
  }
}

@media screen and (min-width:481px) and (max-width:1024px){
  .overlay{
    padding: 0;
  }

  #popupBody{
   width: 85%;
   height: 80vh;
   top: 160px;
   margin: 0px auto;
   overflow-y: scroll;
  }

  .textoPopup p{
    font-size: 16.5px;
  }

  .tituloPopup p{
    font-size: 18px;
  }

  #cerrar{
    top:5px;
    right: 15px;
  }
}

/* Estilos mensaje */


#snackbar {
  visibility: hidden;           
  text-align: start;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 68%;
  top: 7%;  
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  z-index: 9999;
  opacity: 0.9;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 60s;
  animation: fadein 0.5s, fadeout 0.5s 60s;
}

.flecha {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #005519;
  border-top: 15px solid transparent;    
  margin: 0;          
}

.mensaje{
  background-color: #005519;
  border: 1px solid #005519;
  border-radius: 4px;
  margin-top: 0px;
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 15px;  
}

.mensaje > p, .mensaje > p > a{
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
}

@media screen and (max-width:480px){

  #snackbar{  
    top: 28px;
    left: 5px;
  }

  .flecha{
    border-bottom: transparent;
  }

  .mensaje{
    width: 97vw;
  }

  .mensaje > p, .mensaje > p > a {
    font-size: 16px;
  }
}

@media screen and (min-width:481px) and (max-width:1024px){
  #snackbar{  
    top: unset;
    left: 5px;
    bottom: 5px;
  }

  .flecha{
    border-bottom: transparent;
  }

  .mensaje{
    width: 80vw;
  }

  .mensaje > p, .mensaje > p > a {
    font-size: 18px;
  }  
}

@-webkit-keyframes fadein {
  from {
      top: 10%;
      opacity: 0;
  }

  to {
      top: 7%;
      opacity: 1;
  }
}

@keyframes fadein {
  from {
      top: 10%;
      opacity: 0;
  }

  to {
      top: 7%;
      opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
      top: 7%;
      opacity: 1;
  }

  to {
      top: 10%;
      opacity: 0;
  }
}

@keyframes fadeout {
  from {
      top: 7%;
      opacity: 1;
  }

  to {
      top: 10%;
      opacity: 0;
  }
}


/*.grecaptcha-badge {
    display: none;
}