
/* REFERENCIA MEDIA QUERIES*/

    /* >= Small, se aplica en resoluciones mayores que 768 */
    @media(min-width:768px){   
    }
    /* <= Extra Small, se aplica en resoluciones hasta 767, navbar collapsed < 768px */
    @media(max-width:767px){
    }

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,300,700,900);

body{
    font-family: 'Open Sans','Helvetica Neue',  Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #34495e;
    line-height: 1.6;
    /*background: #ECF0F1;*/
   
    
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lato','Helvetica Neue',  Verdana, sans-serif;
}

h1, h2{
    font-weight: 900;
}

p{
    font-size: 16px;
    line-height: 1.6;

}

.text-content.p{
    text-align: justify;
}


a{
     color:#A05598;
}
a:hover, a:focus{
   color:#A05598; 
}
.inline-block {
    display: inline-block;
}
.secondary-brand-color{
    color: #A05598;
}
.primary-brand-color{
    color:#A05598;
}
.btn{
    border-radius: 0;
    transition: all 0.5s ease 0s; 
}

.btn:hover{
    color: #34495e;
}

.btn-secondary {
    background-color: #A05598;
    border-color: #A05598;
    color: #fff;
}

.btn-secondary:hover {
    background-color: transparent;
    border-color: #A05598;
    color: #A05598;
}

.btn-transparent {
    background-color: transparent;
    border-color: #A05598;
    color: #A05598;
}

.titled {
    text-transform: uppercase;
    font-weight: 700;
}

.blue {
    color: #A05598; /*61bbf1*/
}

.lightgrey {
    color: #bdc9d1;
}
.grey{
    color: #666;
}


/* Elementos comunes*/

.border-top {
    border-top: 1px solid #e0e0e0;
}

.border-bottom{
    border-bottom: 1px solid #e0e0e0;

}

.border-right{
    border-right: 1px solid #e0e0e0;
}

.padding-top-50{
    padding-top: 50px !important;
}

.padding-bottom-50{
    padding-bottom: 50px !important;
}

.margin-top-50{
    margin-top: 50px !important;
}




/*
* Navbar 
*/

.navbar-main{
 	background-color: transparent;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.navbar-main .menu {
    /*float: right;*/
    margin-top: 23px;
  /*  text-align: right;*/
   /* padding-right: 20px;*/

}

.navbar-main .menu li {
   /* display: inline-block;
    font-size: 1.8rem;
    list-style-type: none;
    margin-left: 20px;*/
}

.navbar-main .menu li a {
    color: #7f8c8d;
    text-transform: uppercase;
    font-family: 'Lato','Helvetica Neue',  Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.navbar-main .menu li a:hover,  .navbar-main .menu li a:focus{
    text-decoration: none;
    color: #A05598;
    background: #ffffff;
}

.toggle-icon{
    font-size: 25;
}
/*
* MAIN CONTENT
*/

.hero{
    padding: 10rem 5%;
    position: relative;
    /*background: rgba(0, 0, 0, 0.3); /* If our image is bright, we can tone it down with this darker overlay */
    /*background: rgba(160, 85, 152, 0.3);*/
    overflow: hidden;
    min-height: 200px;
}

.hero::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5; /* Tone the image down further by giving it transparency */
}

.hero-image-funcionalidades::after{
    background: url("../img/headers/velvet5.jpg") center center no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;

}
.hero-image-tarifas::after{
    background: url("../img/headers/velvet4_narrow.jpg") center center no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}

.hero-image-servicios::after{
    background: url("../img/headers/velvet11.jpg") center left no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}

.hero-image-noticias::after{
    background: url("../img/headers/velvet2.jpg") center left no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}
.hero-image-noticia::after{
    background: url("../img/headers/velvet2.jpg") center left no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}

.hero-image-contacto::after{
    background: url("../img/headers/velvet9_narrow.jpg") center center no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}

.hero-image-privacidad::after{
    background: url("../img/headers/velvet12.jpg") center left no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}
.hero-image-faq::after{
    background: url("../img/headers/velvet3.jpg") center left no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}

.hero-image-video::after{
    background: url("../img/headers/velvet1_narrow.jpg") center left no-repeat;
    -webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
}


.hero h1 {
    font-weight: 400;
    font-size: 48px;
}

.hero h3{
    font-size: 28px;
}

.hero a{
    color: #ffffff;
}

.hero .navigation-features{
    font-size: 40px;
}

.main-content{
    padding: 80px 0;
}



/* 
* FOTTER 
*/

.footer{
	padding: 90px 0 112px 0;
	background-color: #FAFAFA; 
}

.footer ul{
	padding: 0;
}
.menu-footer li:not(.dropdown-item) {
    display: inline-block;
}

.menu-footer a{
    text-transform: uppercase;
    color: inherit;
    font-weight: 600; 
}

.menu-footer li:not(.dropdown):not(.dropdown-item):after{
    content: " · ";
}



.link_xarxes{
    width:32px;
    height:32px;
    cursor: pointer;
    float: left;
    margin-right: 8px;
}

#link_twitter{
    background: transparent url('../img/icon-twitter.png') top left no-repeat;
}
#link_twitter:hover{
    background: transparent url('../img/icon-twitter.png') bottom left no-repeat;
}
#link_facebook{
    background: transparent url('../img/icon-facebook.png') top left no-repeat;
}
#link_facebook:hover{
    background: transparent url('../img/icon-facebook.png') bottom left no-repeat;
}
#link_critic{
    background: transparent url('../img/icon-critic.png') top left no-repeat;
}
#link_critic:hover{
    background: transparent url('../img/icon-critic.png') bottom left no-repeat;
}
#link_mapaweb{
    background: transparent url('../img/icon-mapaweb.png') top left no-repeat;
}
#link_mapaweb:hover{
    background: transparent url('../img/icon-mapaweb.png') bottom left no-repeat;
}


/* Contact box */

.contact-box{
    padding: 140px 0 100px 0;
    text-align: center;
}
.contact-box p.faq {
    font-size: 20px;
    margin-top: 50px;
}
.contact-box  a{
    font-size: 18px;
}

.contact-big{
    color: #A05598;
    font-size: 20px;
}
/* Cookies banner */

.cookies-banner{
    background-color: #2f2f2f;
    padding: 12px 40px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
}

/* Precio Box*/

.precios-box {
    background: #f9fafc none repeat scroll 0 0;
    padding: 15px 5px 30px;
    border: 1px solid #cacad9;
    display: block;
    margin: 25px auto 15px;
    overflow: hidden;
    text-align: center;
}

.service .precios-box{
    border-top: 1px solid #cacad9;
    border-bottom: 1px solid #cacad9;
    padding: 45px 10px;

}


.precio {
    color: #666;
    display: block;
    /*font-weight: 100 !important;*/
    
}
/*
.moneda {
    display: inline-block;
    height: 18px;

   margin-bottom: 20px;
    opacity: 0.7;
    position: relative;
    vertical-align: middle;
} */

/********
* HOME
*********/
.home .intro{
  padding: 10rem 5%;
  position: relative;
  /*background: rgba(0, 0, 0, 0.3); /* If our image is bright, we can tone it down with this darker overlay */
 /*background: rgba(160, 85, 152, 0.3);*/

}

.home .intro::after{
  content: "";
  position: absolute;
  background: url("../img/86537149_mitjana.jpg") no-repeat left top;
  -webkit-background-size:cover; /* navegadores basados en webkit */
  -moz-background-size:cover;  /* Mozilla Firefox */
  -o-background-size:cover;  /*  Opera */
  background-size:cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7; /* Tone the image down further by giving it transparency */
}



/*
.home .intro {
   background:  #A05598 url("../img/headers/photo-1423846729060-aa8072893e5c.jpeg") no-repeat center center;
    -webkit-background-size:cover; 
    -moz-background-size:cover;  
    -o-background-size:cover;  
    background-size:cover;
    position: relative;
}

.home .intro::before {
    background-color: rgba(229, 154, 19, 0.75);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
*/



.home .hero-wrapper{
    padding-bottom: 100px;
    padding-top: 70px;
    width: 60%;
   /* background: rgba(0, 0, 0, 0.3); /* If our image is bright, we can tone it down with this darker overlay */
}
.home .intro h1{
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 80px;
}
.home p.subline {
    color: #808080;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 50px;
}


.overview{
    padding: 60px 0;
    background: #FAFAFA;
    box-shadow: 0 2px 0 0 rgba(127, 127, 127, 0.3);
}

.overview .item{
    text-align: center;
}

/*
.overview .icon{
    color: #0089CE;
    margin-bottom: 20px;
} */

.overview .item p{
   /* color: #7f8c8d;*/
    font-size: 16px;
}

.home-features{
   /* background-color: #F9FAFC;*/
    padding: 60px 0;
}
.home-features h2{
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.home-features .icon {
    background: rgba(0, 0, 0, 0) url("../img/feature_home_icons_bg.png") no-repeat scroll 0 0;
    color: #A15598;
    display: table;
    float: left;
    font-size: 25px;
    height: 76px;
    line-height: 65px;
    margin: 20px 17px 0 60px;
    text-align: center;
    width: 63px;
}

.icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    color: #A05598;
    /*display: inline-block;*/
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
     opacity: .8; 

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    /*line-height: 1em;*/

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
     font-size: 44px; 

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
     text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
}



/*****************
* FUNCIONALIDADES
******************/

.features{
    overflow: hidden;
} 
.feature-item{
   padding-top: 70px;

}
.feature-item.mascotas{
    background-color: #FAFAFA;
}
.feature-item.contabilidad{
    background-color: #FAFAFA;
}
.feature-item.tienda{
    background-color: #FAFAFA;
}
.feature-item p{
	text-align: justify;
}

.headline{
	margin-bottom: 20px;
}

.features .icon{
    font-size: 55px;
    display: table;
    float: left;
    margin-top: 7px;
}

.feature-img{
    text-align: center;
    padding-top: 30px;

}
 .features-image-half-view {    
    height: 400px;
    float: right;
    margin-left: 0;
    width: 100%;
}


 @media(min-width:768px){  
    .features-image-half-view {
        margin-right: -60%;
       /* margin-top: -30px;*/
    }
}

.mascotas  .features-image-half-view{
    background: url("../img/features/velvet_mascotas.png") no-repeat;
}

.propietarios  .features-image-half-view{
    background: url("../img/features/velvet_propietario.png") no-repeat;
}

.citas  .features-image-half-view{
    background: url("../img/features/velvet_citas_agenda.png") no-repeat;
    height: 570px;
    margin-top:0;
}

.contabilidad  .features-image-half-view{
    background: url("../img/features/velvet_contabilidad.png") no-repeat;
}
.administracion  .features-image-half-view{
    background: url("../img/features/velvet_configuracion.png") no-repeat;
}
.tienda  .features-image-half-view{
    background: url("../img/features/velvet_tienda_venta.png") no-repeat;
}




/**********
* SERVICIOS
***********/

.service{
    padding-top: 60px;
}

.marcas-box{
    margin: 35px 0;
    padding: 20px;
    /*border-radius: 4px;
     border: 1px solid #e0e0e0;*/

}

.service .titled.blue {
    font-size: 20px;
}
.service h6 {
    display: inline-block;
    font-size: 15px;
}
.service .precio{
      font-size: 40px;
}
.service .moneda{
    font-size: 20px;
}


/*********
* TARIFAS
***********/

.tarifas.cuota .precio{
    font-size: 50px;
}
.tarifas.cuota .moneda{
   font-size: 20px; 
}
.tarifas.cuota .precio.mini{
    font-size: 30px;
}
.tarifas.cuota .moneda.mini{
   font-size: 20px; 
}

.tarifas .precio{
    font-size: 30px;
}
.tarifas .moneda{
   font-size: 20px; 
}

.tarifas i.fa-check-circle-o{
 font-size: 24px;
 margin-right: 10px;
 color:#61bbf1;
}

.tarifas ul{
    list-style-type: none;
}

.tarifas li{
    margin-bottom: 10px;
}
.tarifas .alta{
    text-align: center;
    padding: 50px 0 20px;
}
.tarifas .alta p{
    font-size: 22px;
}

.servicios-incluidos{
    font-size: 18px;
    padding: 60px 0;
}

section.tarifas{
    padding: 35px 0;
    background: #f9fafc none repeat scroll 0 0;
}

section.tarifas.cuota{
    background:  #fff none repeat scroll 0 0;
}
/* contact link*/

.contact-link{
    padding: 20px 0;

}



/*******************
* NOTICIAS & NOTICIA
**********************/

/* sidebar */
.sidebar{
    padding:8px;
    margin-top:10px;
    background-color: #F9FAFC;
}

.sidebar h4{
    /*font-size:14px;*/
    color:#A05598;
    line-height:18px;
    margin:0 40px 5px 40px;
    padding-bottom:10px;
    text-transform:uppercase;
    border-bottom:1px solid #cacad9;
    text-align: center;

}

.sidebar a{
    color: #666; /*#757575;*/
}

.sidebar .widget{
   /* background:#fff;*/
    padding:8px;
    /*font-size: 13px;*/
    line-height: 23px;
   /* border:1px solid #cacad9;*/
    margin-bottom:10px;
}
/*
.sidebar .widget .form-search{
    margin-top:10px;
    margin-bottom:10px;
}
*/
.sidebar ul{
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.sidebar ul li{
    padding: 3px 0px;
}


#blog-nav-below {
    text-transform: uppercase;
    font-size: 13px;
    /*font-family: "Montserrat",sans-serif;*/
    margin-top: 50px;
    
}
.nav-previous {
  float: left !important;
  text-align: left;

}
.nav-next {
  float: right !important;
  text-align: right;
}

.nav-next a, .nav-previous a{
    color: #666666;
}

.archivo-header{
    border-top:1px solid #cacad9;
    border-bottom:1px solid #cacad9;
    margin-bottom: 30px;
    padding: 0 8px;
    text-transform:uppercase;
    text-align: center;
}


/* Blog */

.blog .entry h2{
    font-size:27px;
    line-height:40px;
    color: #777;
}

.blog .entry-title a, .blog .entry-title a:visited{
    text-decoration:none;
    color:#34485D;
}

.blog .entry-title a:hover{
    text-decoration:none;
    color: #A05598;
}

.blog .meta{
    /*border-top:1px solid #f7f7f7;
    border-bottom:1px solid #f7f7f7;*/
    margin-bottom: 10px;
    color:#A05598;
    text-transform:uppercase;
    font-size:12px;
    font-weight: 400;
}

.blog .meta a:hover, .blog .meta a:visited{
    color:#A05598;
    text-decoration:none;
}

.blog .meta a {
    color:#34485D; /*el color del titulo*/
    text-decoration:none;
}

/*.blog .meta span{
    margin-left: 5px;
}*/


.blog .entry{
    margin-bottom:25px;
    padding-bottom:15px;
    /*font-size: 13px;*/
    /*line-height: 25px;*/
}

.blog .entry p{
    margin: 0px 0px 4px 0px;
}

.entry .entry-intro{
    font-size: 115%;
    margin-bottom: 15px;
    /*font-style: italic;*/
}

.blog .post-foot{
    /*border-left: 2px solid #21659B;*/
    padding: 15px 15px;
    margin-top: 10px;
    /*border-bottom: 3px dotted #f8f0eb;
    border-top: 3px dotted #f8f0eb;*/
    border-bottom: 4px double #f2f2f2;
}

.blog .post-foot .social{
    margin-top: 0px;
    overflow: hidden;
}

/***********
* CONTACTO
************/

.contacto{
    padding-top: 80px;
}

.soporte{
    padding: 60px 0;
    background-color: #F9FAFC;
}

/* >= Small, se aplica en resoluciones mayores que 768 */
@media(min-width:768px){  

    .contacto address{
        padding-top: 80px;
    } 
}



/******
* PREGUNAS FRECUENTES
******/
.faq-list{
    padding: 60px 0;
}

.faq-list p{
    font-size: 14px;
    margin-bottom: 40px;
    padding-left: 30px;
}

.faq-list i.fa-check-circle-o{
    margin-right: 5px;
    color: #61BBF1;
}

.faq-contacto{
    padding-bottom: 60px;
    font-size: 18px;
}


