/*
Theme Name: Vantage Child
Theme URI: https://siteorigin.com/theme/vantage/
Template: vantage
Author: SiteOrigin
Author URI: https://siteorigin.com/
Description: Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Smart Slider 3 for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free and premium support on our support forums (http://siteorigin.com/thread/).
Tags: two-columns,left-sidebar,right-sidebar,grid-layout,custom-background,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce
Version: 1.7.12.1545430840
Updated: 2018-12-21 22:20:40

*/
body {
        background: #CCCCCC url('../imagenes/main_bgr.jpg')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font: 13px/21px 'Open Sans', arial, sans-serif;
        color: #666666;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
}
.container {
    background: #BBBBBB;
}

#layout-footer {
    background: #2d3032;
    border-top: 4px solid #242628;
    color: #757d82;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#layout-footer h1 {
    color: #CACAD9;
}

#layout-footer a {
    color: #949ea3;
}

/*para hacer que el slider imagen sea de pantalla completa usar:*/
/*#CarouselImagen {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}*/

.container {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
 
.navbar-inverse {
background-color: #000;
border-color: #000;
}

.btn-success {
    background-image: -webkit-linear-gradient(#cc791b,#cc791b 6%,#cc791b);
    background-image: linear-gradient(#cc791b,#cc791b 6%,#cc791b);
border: 1px solid #cc791b;
}
.btn-success:hover {
    background-image: -webkit-linear-gradient(#000,#000 6%,#000);
    background-image: linear-gradient(#000,#000 6%,#000);
border: 1px solid #000;
}


.btn-info {
    background-image: -webkit-linear-gradient(#000,#000 6%,#000);
    background-image: linear-gradient(#000,#000 6%,#000);
border: 1px solid #666;
}
.btn-info:hover {
    background-image: -webkit-linear-gradient(#cc791b,#cc791b 6%,#cc791b);
    background-image: linear-gradient(#cc791b,#cc791b 6%,#cc791b);
border: 1px solid #cc791b;
}

.btn-primary {
background-image: -webkit-linear-gradient(#DDDDDD,#DDDDDD 6%,#DDDDDD);
background-image: linear-gradient(#DDDDDD,#DDDDDD 6%,#DDDDDD);
border: 1px solid #DDDDDD;
}
.btn-primary:hover{
    background-image: -webkit-linear-gradient(#000,#000 6%,#000);
background-image: linear-gradient(#000,#000 6%,#000);
border: 1px solid #000;
}

.row{
    
 margin-left: 0px; 
 margin-right: 0px;
 margin-top: 10px;
}

h1, .h1{

  
    
 margin-left: 5px; 
}
/*
h1 { font-size: 29px; line-height: 38px; margin-bottom: 14px; color: #003366}
h2 { font-size: 21px; line-height: 28px; margin-bottom: 10px; color: #646473;}
h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; color: #EEEEEE}
p { font-size: 14px; line-height: 27px; color: #777;  }
*/

h1 { font-size: 29px; line-height: 38px; margin-bottom: 14px;}
	h2 { font-size: 21px; line-height: 28px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; }
	h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px; margin-top: 4px; }
	h5 { font-size: 15px; line-height: 21px; }
	h6 { font-size: 14px; line-height: 21px; }




.fa {font-size: 1.3em;}


.navbar-inverse:hover .navbar-nav>li>a:hover{
    color: #fff;
    font-size: 15px;
    background-color: #cc791b
    
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;

    font-size: 15px;
    text-shadow: 0px 1px 0px #111;
}
.navbar-brand{
    color: #fff;
    font-size: 15px;
    font-color: #9797A6;
}
.panel-default>.panel-heading{
    background-color: #f2f2f2;
}
.glyphicon-plus{
    font-size: 12px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    
    color: #000;
}
 .pager>.active>a, .pager>.active>span, .pager>.active>a:hover, .pager>.active>span:hover, .pager>.active>a:focus, .pager>.active>span:focus{
     background-color: #B9B9C8;
 }
.pager a:hover, .pager .active>a{
    border-color: #B9B9C8;
}
a{
    color: #B9B9C8;
}
#CarouselImagen .carousel-inner img {
max-height: 400px;
}
.panel-default>.panel-heading{
background-image: -webkit-linear-gradient(#f2f2f2,#f2f2f2 6%,#FFFFFF);
    background-image: linear-gradient(#f2f2f2,#f2f2f2 6%,#FFFFFF);
}
button.primaryAction{
    background-image: -webkit-linear-gradient(#B9B9C8,#B9B9C8 6%,#B9B9C8);
    background-image: linear-gradient(#B9B9C8,#B9B9C8 6%,#B9B9C8);
    border: 1px solid #000;
}
.formError .formErrorContent{
    background: #B9B9C8
}
a:hover, a:focus {
    text-decoration: none; 
}
.glyphicon-plus {
    font-size: 14px;
    color: #B9B9C8;
}
html.floating-nav #layout-navigation {
    float: none;
    text-align: center;
}

.published{

    margin-left: 13px;
}
.title {
    font-weight: 400;
    background: url('../img/header_bgr_diag.png') left top;
    font-size: 20px;
    line-height: 18px;
    margin: 20px 0 22px;
    letter-spacing: -1px;
}
.navbar-nav{

        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-color: #B9B9C8;
}
li.menuUserName{
    display: none;
}
.divider_bgr {
  background: url('../imagenes/header_bgr_diag.png') left top;
}
a {
  color: #004C66;
  }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #eee;
}

#CarouselImagen .header-text h1 {
  font-size: 80px;
  color: #fff;

}




#psicologia .carousel-inner > .item > img, .carousel-inner > .item > a > img{
 width: 100%;
 margin: auto;
}

/*acordeon*/
.acc_heading {
  display: block;
  margin-left: 40px;
  color: #e1a200;
}

.acc_control {
  float: left;
  background: #778185 url('../imagenes/acc_bgr.png') 0px -18px no-repeat;
  width: 18px;
  height: 18px;
  margin: 0 14px 0px 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  -khtml-border-radius: 17px;
  border-radius: 17px;
}
.accordion.active_acc {
  background: url('../imagenes/acc_bgr.png') 0px 0px no-repeat;
}
.active_acc .acc_control {
  background: #778185 url('../imagenes/acc_bgr.png') 0px 0px no-repeat;
}


/* ///// preso da site-css ////// */
/* http://www.aguirrepsicologia.com/Quienes%20somos%20_%20Servicios_files/site.css */

.container {
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget-featured-item-slider-widget {
    margin: auto;
}

.flx-container {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 100%;
    overflow: hidden;
}

    .flx-container iframe,
    .flx-container object,
    .flx-container embed {
        top: 0;
        left: 0;
        width: 100%;
    }

.credits {
    padding: 10px 20px 10px;
    background: #222425;
    border-top: 1px solid #373737;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .credits a {
        font-size: 11px;
        color: #fff;
    }

.enlaces-sociales {
    margin-bottom: 6px;
}

    .enlaces-sociales a {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }


.imagen-agradecimiento {
    background: url('/Themes/Dayvo.Bootstrap/Content/contactoGracias.jpg') no-repeat;
    width: 401px;
    height: 467px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ico-soc {
    float: right;
    width: 32px;
    height: 32px;
    margin: 8px 0 0 12px;
    text-indent: -10000px;
}

.soc_ico_goo {
    background: url('/Themes/Dayvo.Bootstrap/Content/goo.png') left -32px no-repeat;
}

a:hover.soc_ico_goo {
    background: url('/Themes/Dayvo.Bootstrap/Content/goo.png') left top no-repeat;
}

.soc_ico_fb {
    background: url('/Themes/Dayvo.Bootstrap/Content/fb.png') left -32px no-repeat;
}

a:hover.soc_ico_fb {
    background: url('/Themes/Dayvo.Bootstrap/Content/fb.png') left top no-repeat;
}

.soc_ico_twitter {
    background: url('/Themes/Dayvo.Bootstrap/Content/twitter.png') left -32px no-repeat;
}

a:hover.soc_ico_twitter {
    background: url('/Themes/Dayvo.Bootstrap/Content/twitter.png') left top no-repeat;
}

.soc_ico_you {
    background: url('/Themes/Dayvo.Bootstrap/Content/you.png') left -32px no-repeat;
}

a:hover.soc_ico_you {
    background: url('/Themes/Dayvo.Bootstrap/Content/you.png') left top no-repeat;
}

.soc_ico_lin {
    background: url('/Themes/Dayvo.Bootstrap/Content/lin.png') left -32px no-repeat;
}

a:hover.soc_ico_lin {
    background: url('/Themes/Dayvo.Bootstrap/Content/lin.png') left top no-repeat;
}

.soc_ico_blog {
    background: url('/Themes/Dayvo.Bootstrap/Content/blog.png') left -32px no-repeat;
}

a:hover.soc_ico_blog {
    background: url('/Themes/Dayvo.Bootstrap/Content/blog.png') left top no-repeat;
}

.soc_ico_whats {
    background: url('/Themes/Dayvo.Bootstrap/Content/whats.png') left -32px no-repeat;
}

a:hover.soc_ico_whats {
    background: url('/Themes/Dayvo.Bootstrap/Content/whats.png') left top no-repeat;
}

.soc_ico_instag {
    background: url('/Themes/Dayvo.Bootstrap/Content/instag.png') left -32px no-repeat;
}

a:hover.soc_ico_instag {
    background: url('/Themes/Dayvo.Bootstrap/Content/instag.png') left top no-repeat;
}

.soc_ico_trip {
    background: url('/Themes/Dayvo.Bootstrap/Content/trip.png') left -32px no-repeat;
}

a:hover.soc_ico_trip {
    background: url('/Themes/Dayvo.Bootstrap/Content/trip.png') left top no-repeat;
}


.soc_ico_pin {
    background: url('/Themes/Dayvo.Bootstrap/Content/pin.png') left -32px no-repeat;
}

a:hover.soc_ico_pin {
    background: url('/Themes/Dayvo.Bootstrap/Content/pin.png') left top no-repeat;
}


#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.ultima-noticia {
    padding-bottom: 5px;
}

/*resuelve el problema del google translate con bootstrap*/
.goog-te-gadget-simple img {
    display: inline !important;
}

#layout-footer, #layout-header {
    margin-top: 15px;
}

span.ds-carrito-widget-cantidad-cifra {
    background-size: contain;
    min-width: 25px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #e62e04;
    color: #fff;
    padding: 3px;
}

.ds-carrito-widget {
    text-align: right;
}

.ds-carrito-widget-vacio {
    text-align: right;
}

span.ds-carrito-widget-total-cifra {
    color: red;
}

span.ds-carrito-widget-total-cifra {
    color: maroon;
    font-weight: bold;
}

.ds-carrito-widget a.button {
    background: orangered;
    color: white;
    background-size: contain;
    padding: 3px;
    border-radius: 8px;
}

.ds-carrito-widget input {
    position: relative;
    top: 10px;
}

.container-fluid .navbar-wrapper {
    padding: 0 15px;
    margin-left: -15px;
    width: 101.85%;
}

.container-fluid .credits {
    padding: 10px 20px 10px;
    border-top: 1px solid #373737;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    margin-left: -15px;
    width: 101.85%;
    /* margin-right: 8px; */
    /* margin-right: 0px; */
    border-bottom-right-radius: 5px;
}

.widget-search-form {
    float: inherit;
}

@media only screen and (max-device-width: 480px) {
    body {
        background: none !important;
    }
}
