/*CSS BASICO*/
body{
font-family: 'PT Sans', sans-serif;
}

a{
  color: #000;
}
.nav>li>a {
    padding: 10px 22px;
}
a:hover, a:focus {
    color: #00b7ef;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav>li>a {
    padding-top: 34px;
    padding-bottom: 34px;
}
.width18{
  width: 18%;
}
.padding0{
  padding: 0 !important;
}
.margin0{
  margin: 0 !important;
}

/*CSS BOOTSTRAP*/

.navbar {
	margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.container > .row {
	padding: 16px 0;
}
.navbar-brand {
    padding: 0px;
    font-size: 18px;
    line-height: 0px;
    height: auto;
    width: auto;
}
.carousel-caption {
    position: absolute;
    left: 50em;
    right: 0;
    bottom: 0;
    top: 12em;
    z-index: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

/*
.form-control{
    border: none;
    border-bottom: 2px solid #18b8ec !important;
    box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 0;
}
*/


/*TIPOGRAFIAS*/
.oswald{
    font-family: 'Oswald', sans-serif;
}
.pacifico{
    font-family: 'Pacifico', cursive;
}

/*TAMAÑO TIPOGRAFIA*/
.t_18{
    font-size: 18px;
}
.t_16{
  font-size: 16px;
}

/*COLOR TIPOGRAFICO*/
.negro{
    color: #000;
}
.blanco{
    color: #fff;
}
.celeste{
    color: #00B7EF;
}
.gris{
  color: #909090;
}

/*ESTILOS TIPOGRAFICOS*/
.mayuscula{
text-transform: uppercase;
}
.bold{
   font-weight: 700;
}
.light{
  font-weight: lighter;
}

/*COLORES BACKGROUND*/
.b_gris{
  background-color: #e9e9e9;
}
.b_celeste{
  background-color: #00B7EF;
}
.b_grisclaro{
  background-color: #f9f9f9;
}
.b_footer{
  background-color: #292929;
}

/*BACKGROUND*/
.pantalla100{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*BOTONES*/
.btn_asesoria{
  width: 200px;
  height: 50px;
  background-color: #4e4e4e;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 60px;
  left: 5em;
  letter-spacing: 1px;
}
.btn:hover, .btn:focus {
    color: #E5A72F;
    text-decoration: none;
}
.btn_enviar{
  width: 150px;
  height: 50px;
  background-color: #18b8ec;
  color: #fff;
  font-weight: 300;
}
.btn_volver{
  width: 200px;
  height: 50px;
  background-color: #18b8ec;
  color: #fff;
  font-weight: 300 !important;
  margin: 20px 0;
}
/*LOGO*/
.t_logo{
  width: 50%;
}

/*FRASE*/
.frase{
  width: 100%;
  margin: 135px 0;
}
.frase > h1{
  line-height: 44px;
  letter-spacing: 6px;
  padding-right: 11px;
}

/*ICONS*/
.fa-circle:before {
    color: #00B7EF;
    padding: 0 4px;
    font-size: 7px;
}

/*FORMULARIO*/
input {
  font-style: italic;
}

/*FOOTER*/
.p_fotter{
  padding-top: 20px;
  padding-bottom: 20px;
}

/*MARGIN PADDING*/
.ptop25{
  padding-top: 25px;
}

/*CAROUSEL CLIENTES*/
#owl-demo .item{
  background: #fff;
  padding: 30px 0px;
  margin: 0.5px;
  color: #000;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.testimonios > .item > span::before{
  position: absolute;
  z-index: 10;
}
.testimonios > .item > img{
  position: relative;
  z-index: 2;
}

