/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*
#top .avia-small-width-slider .avia-slideshow-arrows a { border: none !important; }
*/
/*
ARROW SLIDER
#top .avia-slideshow-arrows a {
    display: none;
    text-decoration: none;
    color: #fff;
    visibility: visible;
    position: absolute;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 62px;
    font-size: 25px;
    top: 50%;
    margin: -30px 15px 0;
    z-index: 99;
    overflow: hidden;
    text-indent: -600%;
}
*/

/*SAVEM Styles - @vk7k*/

.avia-button, a .avia-menu-text{
	border-radius:25px!important;
}

p{
	font-size: 1.2em !important;
	line-height:1.8em;
}

h1{
	font-size:4em;
}



.hr-custom .hr-inner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
}
body .av-special-heading.blockquote > * {
    margin-bottom: 5px !important;
    white-space: normal;
    float: none;
}
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
    font-weight: 500;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a {
    width: 40px !important;
    height: 40px !important;
    font-size: 25px !important;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
   line-height: 40px !important;
}

.hr-custom .hr-inner.inner-border-av-border-fat {
    border-top-width: 3px;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.hide {
  display: block !important;
}

#encuesta {
  display: none !important;
}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.hide {
  display: none !important;
}
 
.show {
  display: block !important;
} 
	
	#encuesta {
  display: none !important;
}

}


.show {
  display: none ;
}

 
/*FORMULARIO BUSCADOR */
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-search .typeahead {

/*FIX ENFOLD*/
width: 900px !important;
    height: 60px;
    margin-bottom: 0!important;
    padding: 10px 30px;
    border: 1;
}
.search-form .form-control, .subscribe-form .form-control {
    width: 100%;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell !important;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-search .input-group-btn {
    vertical-align: bottom;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
 
form.search-form {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
}

.search-form {
    padding: 50px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
    border: 1px solid transparent;
    margin-bottom: 10px;
    outline: 0 none;
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.fix-btn-gruop {
    padding: 11px 25px !important;
}

/*
.btn-green {
    background-color: #3baa34;
    color: #fff;
}
*/

.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
    line-height: 1.33;
    padding: 10px 16px;
}
.input-search button[type="submit"] {
    margin-bottom: 0!important;
    border-radius: 6px;
    line-height: 2.33;
}

.input-group-btn > .btn {
    position: relative;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}


/*FIN FORMULARIO BUSCADOR */
.avia-fullwidth-slider.avia-builder-el-0 {
 
    margin-top: 25px; 
}

#header_meta {
    border-top: none;
    z-index: 10;
    min-height: 30px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    margin-bottom: -1px;
    background: #ffffff;
}
#header_main {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    z-index: 1;
}

.av-main-nav > li > a {
    text-transform: uppercase;
}


div .slideshow_caption h2    {
	
	text-transform: uppercase;
	letter-spacing: 2px;
    font-weight: 900 !important;
	line-height: 50px;
    white-space: normal;
    font-style: normal;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows { width: 100%; top: 70px; }

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 1px;
}


/* FIX PORTADA*/

#articulos  div .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07) !important;
    left: 3px;
    margin: 7px 19px 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
 
	
}

/* FIX PORTADA*/
#top .av-flex-placeholder {
    display: table-cell;
    width: 3%;
}

#box-1  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgb(220, 217, 217);
    left: 3px;
    margin: 0 0 20px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}
#box-2  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}
#box-3  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}
#box-4  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	}

#box  .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;	
}

#box  .flex_column  ul  {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

#box  .flex_column  li a  {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}

#box  .flex_column  li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}
#box  .flex_column   li a:hover {
    background-color: #eee;
    text-decoration: none;
	padding: 11px 0 12px 18px;
}


#box  .flex_column   li a:focus {
 
	padding: 11px 0 12px 18px;
	background-color: #d7011d;
    color: #ffffff;
}

#box  .flex_column   li  {
   margin-left:0px;
}


#box  .flex_column   .av-special-heading   {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
 
#box-list h2 {
    /*font-size: 23px;*/
    line-height: 1.1em;
    margin-bottom: 10px;
}

#box-list  .entry-content-wrapper li {
    margin-left: 1em;
    padding: 0;
}

#box-list  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
 
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}

#box-list .flex_column  ul  {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
 
}

#box-list .flex_column  li   {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
}

#box-list .flex_column   .av-special-heading   {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
} 
 /*****************************************/
 /* FIX PORTALDA*/

#box-1  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}
#box-2  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}
#box-3  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}
#box-4  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}


#box  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.07);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}



#box  .flex_column  ul  {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
 
}


#box  .flex_column  li a  {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}
#box  .flex_column  li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}
#box  .flex_column   li a:hover {
    background-color: #eee;
    text-decoration: none;
	padding: 11px 0 12px 18px;
}


#box  .flex_column   li a:focus {
 
	padding: 11px 0 12px 18px;
	background-color: #d7011d;
    color: #ffffff;
}

#box  .flex_column   li  {
   margin-left:0px;
}


#box  .flex_column   .av-special-heading   {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
 
 


#box-list h2 {
    /*font-size: 23px;*/
    line-height: 1.1em;
    margin-bottom: 10px;
}

#box-list  .entry-content-wrapper li {
    margin-left: 1em;
    padding: 0;
}

#box-list  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
 
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
}



#box-list .flex_column  ul  {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
 
}


#box-list .flex_column  li   {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;

}

#box-list .flex_column   .av-special-heading   {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
} 

/* FIX IN THEME  */ 

body .av-special-heading.blockquote > * {
    margin-bottom: 24px;
    white-space: normal;
    float: none;
}

p {
line-height: 25px;
}

 
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: #7a7a7a !important;
    background-color: #ffffff !important;
    color: #171717 !important;
}

/*FIX PORTADA*/
#ximena.entry-content-wrapper li {
    margin-left: 1em;
    padding: 0;
}
/*#nazka .avia-link-column-hover */
#caja-hover .avia-link-column-hover:hover {
transition: all 0.3s;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 20px;
    z-index: 1;
}
#caja-hover  .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 20px;
    z-index: 1;
}



#caja-hover  .flex_column  ul  {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
 
}
#caja-hover  .flex_column  li a  {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}
#caja-hover  .flex_column  li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}
#caja-hover  .flex_column   li a:hover {
   
    background-color: #d7011d;
    color: #ffffff;
	text-decoration: none;
	padding: 11px 0 12px 18px;
}

 #caja-hover  a:hover .avia-bullet  {
    border-color: #fff;
}

#caja-hover  .flex_column   li a:focus {
	padding: 11px 0 12px 18px;
	background-color: #d7011d;
    color: #ffffff;
}

#caja-hover  .flex_column   li  {
   margin-left:0px;
}


#caja-hover  .flex_column   .av-special-heading   {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

/* FIx  1 COL */
#ximena-col1    .entry-content-wrapper li {
    margin-left: 1em;
    padding: 0;
}

#ximena-col1  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*left: -30px; */
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
	
	margin-left: 20%;
}


 

#ximena-col1  .flex_column  ul  {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
 
 
}

#ximena-col1  .flex_column  li a  {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}
#ximena-col1  .flex_column  li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}
#ximena-col1  .flex_column   li a:hover {
 
    background-color: #d7011d;
    color: #ffffff;
	text-decoration: none;
	padding: 11px 0 12px 18px;
}


#ximena-col1  .flex_column   li a:focus {
	padding: 11px 0 12px 18px;
	background-color: #d7011d;
    color: #ffffff;
}



#ximena-col1  .flex_column   li  {
   margin-left:0px;
}


#ximena-col1  .flex_column   .av-special-heading   {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

/* fin  */
#ximena  .flex_column {

    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*left: -30px; */
    left: 3px;
    margin: 17px 24px 30px;
    opacity: 1;
    padding: 20px;
    z-index: 1;
}



#ximena  .flex_column  ul  {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
 
}
#ximena  .flex_column  li a  {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}
#ximena  .flex_column  li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}
#ximena  .flex_column   li a:hover {
   /* background-color: #eee; */
   
    background-color: #d7011d;
    color: #ffffff;
	text-decoration: none;
	padding: 11px 0 12px 18px;
}

 #ximena  a:hover .avia-bullet  {
    border-color: #fff;
}

#ximena  .flex_column   li a:focus {
   /* background-color: #eee;
    text-decoration: none;
	*/
	padding: 11px 0 12px 18px;
	background-color: #d7011d;
    color: #ffffff;
}

#ximena  .flex_column   li  {
   margin-left:0px;
}


#ximena  .flex_column   .av-special-heading   {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
 
.phone-info {
    float: left;
   
    font-weight: normal !important;
    line-height: 20px;
    font-size: 14px !important;
    padding: 5px 0;
}
 
 
 
.title_container{


	background:#253978;
	    margin-top: 29px;
	   /* 
   background-repeat: no-repeat;
    background-image: url(http://dev.gdm.cl/innova/wp-content/uploads/2018/09/bg-bk-1.jpg);
	background-attachment: scroll;
    background-position: top left;
	*/
 

}
#top .title_container .container {
    /*
	padding-top: 37px;
    padding-bottom: 18px;
    min-height: 59px;
	*/
	padding-top: 12px;
    padding-bottom: 9px;
    min-height: 29px;
}

.title_container .main-title  a{
    margin: 0;
    font-size: 30px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;
    color: #fff !important;
margin-bottom: 24px;
    white-space: normal;
}

.title_container .breadcrumb  a{
  
 color: #fff !important;
}
.title_container .breadcrumb  {
  
 color: #fff !important;
}

/*--------------------------------*/

/* Header widget */

/*--------------------------------*/


/* Widget text and background */
#top #header #header_main .widget {
    line-height: 14px;
    color:#008374;
    background: #c4dff6;
}

/* Widget title */
#top #header #header_main .widget h3.widgettitle {
    color: #ff0000;
}


/* Widget link */
#top #header.header_color #header_main .widget a {
    color: #00aeff;
}

#top #header.header_color #header_main .widget a:hover {
    background: #000;
    color: #fff;
}


.av-special-heading-h2  {
margin-bottom: 40px;
}
.av-special-heading-h2  h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 10px;
    height: 10px;  
    border-radius: 7px;
}
.av-special-heading-h2   h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 180px;
    height: 2px;
}
/*
.av-subheading {
    line-height: 1.3em;
    color: #009594;
}
*/