
html, body {
  overflow-x: hidden;
font-family: 'Roboto', sans-serif;
  background-color: #a7c2db;
height:100%;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
}


.text-muted {
  color: #777777;
}
.text-primary {
  color: #777777;
}

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

a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: white;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #32ffc8;
  text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;

  font-weight: 100;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #a7c2db;
}
.bg-darkest-gray {
  background-color: #a7c2db;
}
.btn-primary {
  color: #a7c2db;
  background-color: #a7c2db;
  border-color: #a7c2db;
  font-family: 'Roboto', sans-serif;

  font-weight: 100;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #a7c2db;
  background-color: white;
  border-color: #a7c2db;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a7c2db;
  border-color: #a7c2db;
}
.btn-primary .badge {
  color: #a7c2db;
  background-color: white;
}
.btn-xl {
  color: #a7c2db;
  background-color: #a7c2db;
  border-color: #a7c2db;
font-family: 'Roboto', sans-serif;

  font-weight: 100;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #a7c2db;
  border-color: #a7c2db;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #a7c2db;
  border-color: #a7c2db;
}
.btn-xl .badge {
  color: #a7c2db;
  background-color: #a7c2db;
}

img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  border-radius: 100px !important;
}

img.btn-whatsapp:hover {
  border-radius: 100px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
  box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
  transition-duration: 1s;
}


.datos {
  background-color: transparent;
  border-color: transparent;
  color:#a7c2db;
  font-weight:700;
}
.datos .navbar-brand {
     height:80px;
   

  
}


.datos a[href^=tel] { color: #a7c2db; text-decoration: none; padding:0px; }


.datos ul {
   margin-top:10px;
   
  
}

.datos .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.datos .navbar-toggle {
  background-color: transparent;
  border-color: #a7c2db;
  font-family: 'Roboto', sans-serif;
}
.datos .navbar-toggle:hover,
.datos .navbar-toggle:focus {
  background-color: #a7c2db;
}
.datos .nav li  {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align:right;
  letter-spacing: 1px;
  color: #a7c2db;
  font-size:14px;


}

@media (max-width: 320px) {
  
    .datos .nav li  {
 
  font-size:10px;

}




  }
  
  

@media (min-width: 768px) {
  .datos {
    background-color: transparent;
    padding-top: 10px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .datos .navbar-brand {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

}




@media (max-width: 768px) {

#mainnav .navbar nav{
	margin: 10px;
	}
}





header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}

	
	hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #32ffc8; /* old IE */
    background-color: #32ffc8; /* Modern Browsers */
}


header .intro-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

header .intro-text .intro-lead-in {
   font-family: 'Roboto', sans-serif;
  font-style: italic;
font-size: 50pt;
  line-height: 50px;
  margin-bottom: 25px;
}

header .intro-text .intro-heading {
  font-family: 'Roboto', sans-serif;
color:#939598;
  text-transform: none;
  font-weight: 100;
font-size: 40pt;
  line-height: 45px;
  margin-bottom: 10px;
}


header .intro-text .color2 {
  font-family: 'Roboto', sans-serif;
color:#a7c2db;
  text-transform: none;
  font-weight: 100;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0px;
}



@media (min-width: 768px) {
  header .intro-text {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
     font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
 	font-family: 'Roboto', sans-serif;
   font-weight: 100;
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 10px;
  }
    
  header .intro-text .color2 {
  font-family: 'Roboto', sans-serif;
color:#a7c2db;
  text-transform: none;
  font-weight: 100;
  font-size: 100px;
  line-height: 90px;
  margin-bottom: 10px;
}
  
}
section {
  padding: 20px 0;
  background-color:#a7c2db;
}
section h2.section-heading {
  font-size: 26px;
  margin-top: 0;
  margin: 20px 0 25px 0;
  color:#32ffc8;
}
section h5.section-subheading {
  font-size: 14px;
  line-height: 11px;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  color: white;
}

footer navbar-fixed-bottom 
{
  padding: 10px;
 margin: 10px;
}

@media (min-width: 768px) {
  section {
    padding: 40px 0;
  }
}
.service-heading {
  margin: 30px 0;
  text-transform: none;
}


footer {
  padding-bottom: 10px;

  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  margin:20px;
}




footer span.copyright {
  line-height: 10px;
   font-family: 'Roboto', sans-serif;
   font-size:12px;
  text-transform: none;
  margin-bottom: 0;
  color:#cadae9;
}
footer span.quicklinks {
  margin-bottom: 0;
  line-height: 15px;
 font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight:400;
 font-size:25px;
  color:#cadae9;

}

@media (max-width: 500px) {
 footer span.copyright {
   font-family: 'Roboto', sans-serif;
   font-size:10px;
  text-transform: none;
  margin-bottom: 0;
  color:#cadae9;
    line-height: 8px;
}

.superior-right .datos ul li{
  color:#a7c2db;
  font-weight:400;
}

}


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #a7c2db;
}
::selection {
  text-shadow: none;
  background:  #a7c2db;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #a7c2db;
}
