/*
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
*/



.main_color .sidebar_tab, .main_color .tabcontainer .tab {
    color: #ffffff;
    background-color: #771B74;
}
.main_color .sidebar_tab, .main_color .tabcontainer .tab:hover {
    color: #ffffff;
 
}


/* 
  agenda */
#carrusel h5 {
    
	color: #ff0000;
}
 
#carrusel {
    float:left;
    width:1200px;
    overflow:hidden;
    /*height:203px;*/
    height:403px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
	color: #fff;
}
 
#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
    background-color: #ff034a63;
    height: 50px;
    width: 50px;
    padding: 11px;
	display:none;
}
.left-arrow img  {
   margin-left: 4px;
}

.right-arrow img  {
    margin-left: 10px;
 }
  

#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;

    background-color: #ff034a63;
    height: 50px;
    width: 50px;
    padding: 11px;
	display:none;
}
 
.carrusel {
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0;
}
 
.carrusel>div {
    float: left;
    height: 370px;
    margin-right: 15px;
    width: 220px;
    text-align:left;
	background-color: #161616;
    color: #fff;
}


 .agendaTP_downbox {
    padding: 15px 15px 0 15px;
    font-size: 12px;
    white-space: nowrap;
 }

 .agendaTP_downbox .agendaTP_row {
    width: 100%;
    padding: 7px 0 7px 0;
    cursor: pointer;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid #4bc206;
}

.agendaTP_downbox .agendaTP_row .fa {
    display: table-cell;
    padding-right: 8px;
    width: 20px;
}

.carrusel img {
    cursor:pointer;
}
.img-agenda {
    width: 100%;
    margin: 0;
    height: 200px;
    background-size: cover;
    background-position: center center;

}
 
.agenda {
    border:#CCCCCC 1px solid;
}

.agendaTP_title_boxContainer {
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
}

.agendaTP_title_box {
    width: 100%;
    margin-top: -33px;
    display: table;
    table-layout: fixed;
}
.agendaTP_main_date {
    background: #313131;
    border-right: 1px solid #161616;
    border-left: 3px solid #DFA872;
}

.agendaTP_main_date {
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-left: 3px solid #DFA872;
    display: table-cell;
    vertical-align: top;
    width: 45%;
}

    .agendaTP_main_date .only_date {
        line-height: 120%;
        padding-bottom: 3px;
        font-size: 11px;
        font-weight: 400;
        overflow: hidden;
        text-transform: uppercase;
    }

    .agendaTP_main_date div {
        font-style: normal;
        font-weight: 900;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 27px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        text-rendering: auto;
    }

.agendaTP_title {
    padding: 0;
    margin-top: 0;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
 
    .agendaTP_title div {
        color: #efefef;
    background: #313131;
    padding: 5px 10px 5px 10px;
    }
   
    .agendaTP_title div {
        display: block;
        padding: 5px 10px 5px 10px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        -ms-text-overflow: clip;
        -o-text-overflow: clip;
        text-overflow: clip;
        text-rendering: auto;
        height: 42px;
    }

        .agendaTP_title div span {
            max-height: 32px;
            display: block;
            overflow: hidden;
            width: 100%;
            font-size: 14px;
            line-height: 16px;
        }

.agendaTP_p {
    padding: 3px 10px 3px 10px;
    margin: 0 !important;
    font-size: 11px;
    line-height: 16px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.agendaTP_details_box {
    padding: 15px 15px 0 15px;
}

    .agendaTP_details_box p {
        font-family: open Sans;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        overflow: hidden;
        height: 49px;
        margin: 0;
        padding: 0;
    }
.agenda  .agendaTP_title_boxContainer  {
    z-index: -1000;
    background-color: #313131;
}
    .agendaTP_title_boxContainer {
        margin-right: 15px;
        margin-left: 15px;
        cursor: pointer;
    }
    
    .agendaTP_title_box {
        width: 100%;
        margin-top: -33px;
        display: table;
        table-layout: fixed;
    }
    

    .agendaTP_main_date {
        text-align: center;
        padding: 10px 10px 10px 10px;
        border-right: 1px solid #161616 !important;
        border-left: 3px solid #DFA872;
        display: table-cell;
        vertical-align: top;
        width: 45%;
    }
    
        .agendaTP_main_date .only_date {
            line-height: 120%;
            padding-bottom: 3px;
             /* nazka font-family: oswald, 'arial narrow'; */
            font-size: 11px;
            font-weight: 400;
            overflow: hidden;
            text-transform: uppercase;
        }
    
        .agendaTP_main_date div {
            font-style: normal;
            font-weight: 900;
            letter-spacing: 0;
            font-size: 22px;
            line-height: 27px;
            margin: 0;
            padding: 0;
             /* nazka font-family: oswald, 'arial narrow'; */
            text-transform: uppercase;
            text-rendering: auto;
        }
    
    .agendaTP_title {
        padding: 0;
        margin-top: 0;
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }
    
        .agendaTP_title div {
            display: block;
            padding: 5px 10px 5px 10px;
            margin-top: 0;
            margin-bottom: 0;
             /* nazka font-family: oswald, 'arial narrow'; */
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            -ms-text-overflow: clip;
            -o-text-overflow: clip;
            text-overflow: clip;
            text-rendering: auto;
            height: 42px;
        }
    
            .agendaTP_title div span {
                max-height: 32px;
                display: block;
                overflow: hidden;
                width: 100%;
                 /* nazka font-family: oswald, 'arial narrow'; */
                font-size: 14px;
                line-height: 16px;
            }
    
    .agendaTP_p {
        padding: 3px 10px 3px 10px;
        margin: 0 !important;
        font-size: 11px;
        line-height: 16px;
        height: 22px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    
    .agendaTP_details_box {
        padding: 15px 15px 0 15px;
    }
    
        .agendaTP_details_box p {
            font-family: open Sans;
            font-weight: 400;
            font-size: 12px;
            line-height: 140%;
            overflow: hidden;
            height: 49px;
            margin: 0;
            padding: 0;
        }
    
        .event_clear {
            width: 100%;
            clear: both;
        }
/*fin agenda */
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a {
    color: inherit;
    border-color: transparent;
    background: transparent;
}
/* TP-DIGITAL COLOR GB MENU
#top #header .av-main-nav > li:hover > a{
	color:#ffffff;
	background-color:#00354d;
	border-radius:4px;
	}
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
    height: 30px;
    line-height: 30px; 
 
}

.av-main-nav li {
    float: left;
    position: relative;
    z-index: 20;
 
    margin-left: 10px;
    margin-right: 10px;
}
.av-main-nav > li:hover {
    line-height: 30px;
    background-color: #00354d;
    border-radius: 4px;
	color:#fff;
    
}
*/

/* ---------------------------------- */
/* TP DIGITAL  CUSTOM
------------------------------------- */
.bt-orange .avia-button{
    background: rgba(248,80,50,1);
background: -moz-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(255,133,96,1)));
background: -webkit-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
background: -o-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
background: linear-gradient(135deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ff8560', GradientType=1 );
}

.bg-agenda {
    background: #4E09B0;
background: -webkit-linear-gradient(bottom left, #4E09B0, #95137D);
background: -moz-linear-gradient(bottom left, #4E09B0, #95137D);
background: linear-gradient(to top right, #4E09B0, #95137D);
color: #ffffff;

-moz-box-shadow: 0 4px 4px rgba(221,221,221,0.87);
-webkit-box-shadow: 0 4px 4px rgba(221,221,221,0.87);
box-shadow: 0 4px 4px rgba(221,221,221,0.87);
 

}

.s-agenda {
    -moz-box-shadow: 0 4px 4px rgba(221,221,221,0.87);
-webkit-box-shadow: 0 4px 4px rgba(221,221,221,0.87);
box-shadow: 0 4px 4px rgba(221,221,221,0.87);
}


/* ---------------------------------- */
/* FIX MOBILE 
------------------------------------- */
@media only screen and (max-width: 479px) {

h1 {
	font-size:40px !important;
   font-weight:800;
}

.carrusel>div {
    width: 332px;
}

#resultados .btn{
    float: none !important;
 
}

.container-buscar-subcribe {
    
    -webkit-box-align: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    width: 900px;
    color: rgb(119, 121, 140);
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 5%) 0px 21px 36px;
}
.input-buscar-tpdigital .nombre-boletin{
    width:100px 
}
}

/*FIN MOBILE */
#resultados .btn{
    float: right;

}

/* ---------------------------------- */
/* PUNTOS UL LI 
------------------------------------- */
#top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
    color: #333;
    border-color: #fff;
    border-width: 2px !important;
    background-color: transparent;
}

/* ---------------------------------- */
/* PUNTOS UL LI 
------------------------------------- */
.bold-pink strong {
    color:#ff044e !important;
}
.br-2px-pink {
    border-right: 2px solid #ff044e !important;
}
.bl-2px-pink {
    border-left: 2px solid #ff044e !important;
    
}
.bl-2px-gris {
    border-left: 1px solid rgba(0,0,0,.2) !important;
    
}


 .hola {
	 margin: -43px auto 0px auto;
    padding: 0px 0px 0px 0px;
	
 }
 
.av_textblock_section .puntos-azules ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/azul.png');
	padding-left: 5px;
    margin-bottom: 5px;
}

.av_textblock_section .puntos-verdes ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/verde.png');
	padding-left: 5px;
    margin-bottom: 5px;
}
.av_textblock_section .puntos-verdes2   ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/verde2.png');
	padding-left: 5px;
    margin-bottom: 5px;
}

.av_textblock_section .puntos-verdes3    ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/verde3.png');
	padding-left: 5px;
    margin-bottom: 5px;
}

.av_textblock_section .puntos-rosados     ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/rosado.png');
	padding-left: 5px;
    margin-bottom: 5px;

}

.av_textblock_section .puntos-naranjos   ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/naranjo.png');
	padding-left: 5px;
    margin-bottom: 5px; 
}

.av_textblock_section .puntos-blancos   ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/blanco.png');
	padding-left: 5px;
    margin-bottom: 5px; 
}
.av_textblock_section .puntos-negros   ul {
 
	list-style-image: url('./././../enfold-child/extra-file-gdm/negro.png');
	padding-left: 5px;
    margin-bottom: 5px; 
}

/*Add your own styles here:
.av-special-heading,  #nuestra{
    width: 100%;
    clear: both;
    display: block;
    margin-top: 14px;
    position: relative;
}
*/
.js_active .av-elegant-toggle .toggler {
    padding: 19px 4px 8px 18px;
    font-size: 17px;
 
}
.main_color .toggler, .main_color .toggler.activeTitle:hover {
	
	 background-color: transparent; 
    color: #666666;
}
.av-elegant-toggle .toggle_icon, .vert_icon ,.hor_icon  {
	border-color: #ce0000;
}
.av-elegant-toggle .toggle_icon .hor_icon, .av-elegant-toggle .toggle_icon .vert_icon {
border-style: solid 1px;
    border-color: #ce0000;
}

.pricing-table li.avia-pricing-row {
    text-align: center;
	font-size: 40px;
}
/*
#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%;
}
*/
.hr-custom .hr-inner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
}
/* tp-digital

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: 900;
    font-family: 'Roboto', sans-serif !important;

}
  */

  /*  TP DIGITAL  NO FUNCIONO ?
.avia_textblock  h2{
    font-weight: 900;
    font-family: 'Roboto', sans-serif !important;

}

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

.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
    font-weight: 900;
    font-family: 'Roboto', sans-serif !important;
}


#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;
}

.futuro { display: none; }


/* 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;
}


.br-2px-pink {
    border-right: 0px solid #ff044e !important;
}
.bl-2px-pink {
    border-left: 0px solid #ff044e !important;
    
}
.bl-2px-gris {
    border-left: 0px solid rgba(0,0,0,.2) !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;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    
  /*  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
*/

}

.container_wrap {
     
    border-top-width: 0px;
}

 
.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: #f0f0f0;
     border-color: #bebebe;
    */
    /*GDM FIX OSORNO border: 1px solid #bebebe;*/
   
    border-bottom: 2px solid #e9e4e4;  /*  nuevo */

    background-color: #FAFCFC !important;
    color: #8d8d8d;
}
#top .main_color input[type='search']:hover{
border-bottom: 2px solid #ff034a;
box-shadow:rgba(0, 0, 0, 0.05) 0px 21px 36px;
}

.widget_nav_menu a:hover {
color:#ff034a;
}

/*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-color: #e91656;
    background-image: linear-gradient(to right,#e91656,#926099);
	padding:0px;
}
*/
#top .title_container .container {
    /*
	padding-top: 37px;
    padding-bottom: 18px;
    min-height: 59px;


        background-repeat: no-repeat; background-image: url(https://dev-gdm.cl/demos/tpdigitalwp/wp-content/uploads/2020/11/demo-home.jpg);background-attachment: scroll; background-position: top left;  

	*/
	padding-top: 1px;
    padding-bottom: 1px;
    min-height: 40px;



    height: 50px;
}

.title_container .main-title  a{
    margin: 0;
    font-size: 20px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;

    margin-bottom: 24px;
    white-space: normal;
}


/*
color: #fff !important; */


/**/
.breadcrumb-trail, .breadcrumb-trail  a{
  
 color: #d8d8d8 !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  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;
}
*/

/* FIN Nuesvos Xenon
----------------------------------------------------------------------------- */
#top .av-logo-container .social_bookmarks li a {
    border-radius: 100px;
}

#top #wrap_all .av-social-link-rss   	 a{color:#fff; background-color:#ffa133;  }
#top #wrap_all .av-social-link-facebook  a{color:#fff; background-color:#37589b; }
#top #wrap_all .av-social-link-twitter   a{color:#fff; background-color:#46d4fe; }
#top #wrap_all .av-social-link-mail      a{color:#fff; background-color:#F5365B; }
#top #wrap_all .av-social-link-dribbble  a{color:#fff; background-color:#e44885; }
#top #wrap_all .av-social-link-linkedin  a{color:#fff; background-color:#419cca; }
#top #wrap_all .av-social-link-search    a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-gplus     a{color:#fff; background-color:#de5a49; }
#top #wrap_all .av-social-link-behance   a{color:#fff; background-color:#008cfa; }
#top #wrap_all .av-social-link-flickr    a{color:#fff; background-color:#ff0086; }
#top #wrap_all .av-social-link-forrst    a{color:#fff; background-color:#234317; }
#top #wrap_all .av-social-link-myspace   a{color:#fff; background-color:#000000; }
#top #wrap_all .av-social-link-tumblr    a{color:#fff; background-color:#345574; }
#top #wrap_all .av-social-link-vimeo    a{color:#fff; background-color:#31baff; }
#top #wrap_all .av-social-link-youtube   a{color:#fff; background-color:#FF0000; }
#top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; }
#top #wrap_all .av-social-link-skype 	   a{color:#fff; background-color:#12a5f4; }
#top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#E82E68; }
#top #wrap_all .av-social-link-five_100_px  a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-soundcloud  a{color:#fff; background-color:#F76700; }
#top #wrap_all .av-social-link-xing 	     a{color:#fff; background-color:#006567; }
#top #wrap_all .av-social-link-vk 	   	 a{color:#fff; background-color:#597BA5; }
#top #wrap_all .av-social-link-reddit 	 a{color:#fff; background-color:#FF4500; }

#top #wrap_all .av-social-link-rss:hover	   	 a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-facebook:hover  a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-twitter:hover   a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-mail:hover      a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-dribbble:hover  a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-linkedin:hover  a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-search:hover    a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-gplus:hover     a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-behance:hover   a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-flickr:hover    a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-forrst:hover    a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-myspace:hover   a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-tumblr:hover    a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-vimeo:hover     a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-youtube:hover   a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-skype:hover 	   a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-soundcloud:hover  a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-xing:hover 	     a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-vk:hover 	   	 a{color:#fff; background-color:#d8d8d8; }
#top #wrap_all .av-social-link-reddit:hover 	 a{color:#fff; background-color:#d8d8d8; }
#top .social_bookmarks li {
 
    margin-left: 5px;
    
}





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

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

}


.show {
  display: none ;
}

.nazka {
	 box-shadow: 0px 2px 17px 1px rgba(81,81,81,0.18);
}

/* FIN Nuesvos Xenon
----------------------------------------------------------------------------- 

.av-styling-no-styling .avia-image-container-inner, .av-styling-no-styling .avia_image, .av-styling-no-styling .av-image-caption-overlay {
    border-radius: 0;
    border: none;
    box-shadow: 0 3px 20px -2px rgba(20,45,100,.1);
}
*/
/* FIN ACORDEOS */
.sombra {

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

.sombra:hover {

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

.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a{padding-right: 13px;}
.html_bottom_nav_header.html_logo_center #top .av_seperator_big_border #menu-item-search>a{ padding-right:13px; border-right-style: solid; border-right-width: 1px; }
.html_bottom_nav_header .av-logo-container .main_menu{display:none;}


/* ---------------------------------- */
/* JARYS Quiere bootstrap  includes 
------------------------------------- */
body .av-special-heading.blockquote > * {
    margin-bottom: 14px;
    white-space: normal;
    float: none;
}


.pull-right {
    float: right;

}
.header-modulos{
    background-image: linear-gradient(60deg,#10b3d6 0%,#1d2746 100%);
    /*padding: 190px 0 95px; */
    position: relative;
}
.forum-tp  li:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f4ad";
        margin: 0 12px 0 0;
        font-size: 15px;
        color: #6d6d6d;
       /* position: absolute; */
        left: 0;
        top: 2px;
    }
 
.otros li{
    padding: 12px 0 10px;
    position: relative;
    border-bottom: 1px solid #e4e7e9;
}
.otros ul {
    list-style: none;
}
.otros li .count {
    position: absolute;
    right: 0;
    background: #ebedf0;
    padding: 4px 7px 2px;
    border-radius: 10px;
    color: #838793;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

/*UL LI PINTOS EN DETALLE SHORTCODE*/
.shadow-content .detalle ul {
 
    list-style-image: url('./././../enfold-child/extra-file-gdm/negro.png');
    padding-left: 5px;
    margin-bottom: 5px; 
}

.shadow-content .detalle li {
    padding: 3px 0 5px;
    position: relative;
    border-bottom: none;
    
}


.shadow-content ul{
    list-style-type: none;
    padding-left: 0px;
}

.shadow-content li {
    padding: 12px 0 10px;
    position: relative;
    border-bottom: 1px solid #e4e7e9;
 
}
.shadow-content li a {
   
    color: #6b707f;
    line-height: 22px;
    transition: color 0.2s linear;
    display: flex;
}
.shadow-content li a:hover {
   
    color: #771B74;
    text-decoration: none;
   }
.shadow-content ul .far {
   
    font-size: 18px;
    margin-right: 10px;;
}



.shadow-content {

    /* box-shadow: 0px 4px 8px 0px rgba(4,73,89,0.050980392156862744);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 30px 30px 22px 30px;*/
 
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px 40px 15px;
    margin: 0 0 30px;
    background-color: #fff;
    border-radius: 10px;

}


.full-shadow {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px 40px 15px;
    margin: 0 0 30px;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;

}


/*TP DIGITAL ESPECIAL HEADING*/

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

/*TP DIGITAL ESPECIALIDADESS*/
.especialidades   {
   
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px 40px 15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px !important;

   }
.especialidades:hover   {
    
    background: #4E09B0;
    background: -webkit-linear-gradient(bottom left, #4E09B0, #95137D);
    background: -moz-linear-gradient(bottom left, #4E09B0, #95137D);
    background: linear-gradient(to top right, #4E09B0, #95137D);

    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px 40px 15px;   
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px !important;

   }
 

   .especialidades:hover  p, .especialidades:hover  h2, .especialidades:hover  h3, .especialidades:hover   strong, .especialidades:hover   span 
   {
   color:#fff !important;
   
  
   }
   .especialidades a {
    color: #6b707f;
 
	/*transition: color 0.2s linear;*/
   }
   .especialidades:hover a {
    color:#fff !important;
    
   }

   .especialidades li {
    padding: 12px 0 10px;
   }
   .especialidades ul i {
padding-right: 10px;
   }
   .especialidades ul {
    list-style-type: none;
    padding: 12px 0 10px;
   }
   .especialidades li a
   {

    padding: 12px 0 10px;
    position: relative;
    /*border-bottom: 1px solid #e4e7e9; */
  
    padding-left: 0px;


   text-decoration: none;    
 

 
   text-decoration: none;   
   padding: 12px 0 10px;
   position: relative;

   list-style-type: none;
   padding-left: 0px;


   }

   .especialidades .avia-button  {
    font-size: 15px;
       border-radius: 50px !important;
   
   }
   .especialidades:hover  .avia-button   {
   border-radius: 50px;
    background-color: #fff ;
      border: solid 1px #fff !important;
       color: #fff;
   
   }
/*TP DIGITAL ESPECIALIDADESS*/ 

/*bg-newsletter */

.bg-newsletter {
    background: #4E09B0 !important;
    background: -webkit-linear-gradient(bottom left, #4E09B0, #95137D) !important;
    background: -moz-linear-gradient(bottom left, #4E09B0, #95137D) !important;
    background: linear-gradient(to top right, #4E09B0, #95137D) !important;
    border-radius: 10px;
}
.bg-newsletter p {
    color: #ffffff;
}

.bg-newsletter .avia-color-theme-color{
    color: #ffffff;
    border: 1px solid #ffffff;
    border-color: #fff;
}
.bg-newsletter .avia-button :hover{
    color: #ffffff;
    border: 1px solid #95137D !important;
}

.bg-newsletter .avia-button{
    color: #ffffff;
    border: 1px solid #ffffff !important;
    background-color: transparent;
    
    /*
        background: rgba(248,80,50,1);
    background: -moz-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(255,133,96,1)));
    background: -webkit-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
    background: linear-gradient(135deg, rgba(248,80,50,1) 0%, rgba(255,133,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ff8560', GradientType=1 );

    border: #000;
    */
    }
    /*
    #top .main_color .avia-color-theme-color-highlight {
       
      
      
    }
    */

  .divider {
        padding-top: 20px;
        padding-bottom: 20px;
        /*display: flex; */
        border: 1px solid rgba(0,0,0,.1);
        
    }
 
.full-shadow h4 {
 color: #554d89;

}


/*FIX ANCHO ALTO*/
#top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 20px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 7px;
    height: 45px !important;
    margin-top: 20px;
    background: #fff;
    border-radius: 0px;
}


#top .avia-logo-element-container img, .av-partner-fake-img {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    /*padding: 20px;*/
    padding: 9px;
}

.new-special-heading h3 {
    font-size: 14px;
    color: #a9a9a9;
}

.new-special-heading  h3{

    font-size: 16px;
}
.nopadding {
	padding: 0!important;
	margin: 0!important;
}

.pad30 {
    padding: 30px;
}
.mt-100{
    margin-top: -100px;
}

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}
 

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}

.w70 {
    width: 70px;
}
.p30{
    padding: 30px;
}

.tp-green {
    color: #11A500;
}


.tp-purpure {
    color: #7e00a5;
}

.tp-gris {
    color:#414141;
}

.border-r-gris {
    border-right: 1px solid #cecece;
}
.border-l-gris {
    border-left: 1px solid #cecece;
}
/*AGENDA */
.tp-img-event {
    background: #fafafa;
    padding:30px;
}
.tp-content-event {
    background: #ffffff;
    padding: 30px;
}

.tp-date-event {
    background: #4E09B0;
background: -webkit-linear-gradient(bottom left, #4E09B0, #95137D);
background: -moz-linear-gradient(bottom left, #4E09B0, #95137D);
background: linear-gradient(to top right, #4E09B0, #95137D);
padding: 30px;
color:#ffffff;
font-size:24px;
}

.tp-event-full-shadow {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
   
    margin: 0 0 30px;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
   
    }
.noticias article {
        /*
        -webkit-box-shadow: 0 0 10px 0 #c5c5c5;
        -moz-box-shadow: 0 0 10px 0 #c5c5c5;
        box-shadow: 0 0 10px 0 #c5c5c5;

        */
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        padding: 22pX;
        margin-top: 20PX;
        /*margin: 0 0 30px; */
        background-color: #fff;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 10px;
   
    }
.rotar {
    -webkit-transform: rotate(269deg);
  -moz-transform: rotate(269deg);
  -ms-transform: rotate(269deg);
  -o-transform: rotate(269deg);
  transform: rotate(269deg);
}
    /*NOTICIAS
    .av-magazine-thumbnail {
        float: left;
        margin-right: 15px;
        width: 91px;
        min-height: 90px;
        border: 1px solid;
        padding: 5px;
        display: block;
        text-align: center;
        position: relative;
    }*/
/* ---------------------------------- */
/* NEWS HOME CUSTOM     
------------------------------------- */
.noticias-bg-img .entry-title {
    color: #fff !important;
    font-family: 'roboto', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

.noticias-bg-img .av-inner-masonry-content-pos {
    display: table-cell;
    vertical-align: bottom !important;
    text-align: left !important;
}

#top .av_header_transparency #header_meta {
    background: transparent;
    box-shadow: none;
    border-bottom: 0px solid rgba(255,255,255,0.25);
}

.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{
    -webkit-transform: 	scale(1.05,1.05);
    transform: 			scale(1.05,1.05);
    
    }
  
   /*overlay styling*/
#top .av-caption-style-overlay:hover .av-masonry-item-with-image:hover .av-inner-masonry-content:hover{
    background: rgba(0,0,0,0.75);
    
    }

    
    .av-subheading.av_custom_color {
        opacity: inherit;
    }
  .main_color div {
        border-color: transparent;
    }
    
/* ---------------------------------- */
/* JARYS col row  BT  background-color: rgb(192, 224, 14);
------------------------------------- */
.titulo {
    font-size: 65px;
    line-height: 120%;
}
    
/* ---------------------------------- */
/* JARYS col row  BT 
------------------------------------- */
/*
.container {
    min-width: 992px!important
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
*/
/*.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}*/
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; }
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
/* ---------------------------------- */
/* JARYS btn BT 
------------------------------------- */

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}


.v-aling-middle{
vertical-align: middle;
}
.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

/*sobre escribe boton theme */
body div .avia-button {
   
    border-radius: 20px;
}
 
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
    font-weight: 900;
} 

body div .avia-button {
    color: #fff    !important;
	background-color: #ff034a !important;
	border-color: #FF1D5C !important;
}
 

body div .avia-button:hover {
	color: #fff !important;
	background-color: #6600a1  !important;
	border-color: #6600a1  !important;
}
/*sobre escribe boton theme */


.btn-primary {
	color: #fff    !important;
	background-color: #ff034a;
	border-color: #FF1D5C;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #6600a1  !important;
	border-color: #6600a1  !important;
}
.btn-primary a:hover {
	color: #fff;
	background-color: #6600a1;
	border-color: #6600a1;
}


.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #ff034a;
	border-color: #ff034a
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #FF1D5C;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
	color: #fff !important;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff !important;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
	color: #ff034a;
	border-color: #ff034a
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #ff034a;
	border-color: #ff034a
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #ff034a;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #ff034a;
	border-color: #ff034a
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #ff034a
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    /*
	padding: .25rem .5rem;
	font-size: .875rem;*/
    padding: 12px 16px 10px;
    font-size: 0.767rem;
	line-height: 1.5;
	border-radius: 20px;
}

 
.btn-full {
    display: block;
    width: 100%;
}
.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

/*JARYS*/
strong{
	color:initial !important;
}

 
#formulario  input,select{
	border-color: #f0f0f0;
    background-color: #FAFCFC !important;
    color: #8d8d8d;
    border-radius: 5px !important;
    height: 45px !important;
    margin-top: 5px !important;
    padding-left: 10px !important;
}
.input-danger{
	border-color: #f00 !important;
}
.text-danger{
	color: #f00 !important;
}
.text-gray{
    font-size: small;
	color: #c1c1c1 !important;
}
.text-pink{
    font-size: small;
	color: #FF044E !important;
}



#formulario input {
    transition: box-shadow 0.2s !important;
} 

#formulario  input:focus{
    border-color: #d1043e4f !important;
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07) !important;
}
#formulario  select:focus{
    border-color: #d1043e4f !important;
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}



.boton{
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 0px;
	color:#fff !important;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background: rgb(103,83,234);
	background: linear-gradient(90deg, rgba(103,83,234,1) 0%, rgba(173,69,247,1) 100%);
	text-decoration: none !important;
	font-weight:bold;
	border-radius: .25rem;
}
.boton:hover{
	cursor:pointer;
	opacity:0.8;
}
.blanco{
	color:#fff !important;
}


/****************************ULTIMOS RECURSOS **********************************/
  /*
  fix nazka
  .img-recurso{
    min-height: 120px;
  }
  */

 .especialidad  h2 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

  .img-recurso:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 80%;
    /*list-style-image: url('./././../enfold-child/extra-file-gdm/no-image.png');
    background-image: url(https://dev-gdm.cl/demos/tpdigitalwp/wp-content/uploads/no-image.jpg);*/
    background-image: url('./././../enfold-child/extra-file-gdm/no-image.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    /*padding-bottom: 100px; */
}

/****************************BUSCADOR **********************************/
#top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 20px;
    outline: none;
 
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    margin-top: 20px;
    background: #fff;
    border-radius: 0px;

}

 /*HOME LOGIN */

.login-home label{
    font-weight: bold;
    font-size: 0.92em;
    color: #fff;

}
.login-home a, a:hover {
    color: #fff;
}


  /* original padding: 8px 20px;*/
  /**/
#top input[type="search"] {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
  
    padding: 23px 20px;
    outline: none;
   
    color: #777;
    margin: 0;
    
    margin-top: 0px;
    height: 43px;

    width: 100%;
    display: block;
 
    background: #fff;
    border-radius: 0px;

}


.container-center {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

/*BUSCADOR GENERAL RESULTADOS */ 

.alert+.alert, .bd-example>.nav+.nav, .bd-example>.navbar+.navbar, .bd-example>.progress+.btn, .bd-example>.progress+.progress {
    margin-top: 1rem;
    padding: 30px;
}
 

.alert i {
    float: left;
    font-size: 20px;
    line-height: 32px;
    margin-right: 20px;
}

.alert {
    line-height: 34px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    margin-bottom: 30px;

    padding: .75rem 1.25rem;
}
.alert-notice {
    background: #f9f8fc;
    border-color: #e9e6f5 !important;
    color: #677294;
}
.alert-notice i {
    color: #677294;
}


.alert-message {
    background: #f5f1fd;
    border-color: #d7caf5 !important;
    color: #8d62e3;
}

.alert-message i{
   
    color: #8d62e3;
}


.alert-warning {
    background: #fffaeb;
    border-color: #edd796  !important;
    color: #e7b931;
}

.alert-warning  i{
    color: #e7b931;
}

.alert-info {
    background: #ebfcff;
    border-color: #aee9f3 !important;
    color: #49cbe1;
}

.alert-info i{
    
    color: #49cbe1;
}

.alert-danger {
    background: #ffebeb;
    border-color: #f4bdbd;
    color: #eb4a4a;
}

.alert-danger i{
 
    color: #eb4a4a;
}


.alert-success {
    background: #ecffeb;
    border-color: #b0efac !important;
    color: #4acc43;
}

.alert-success i{
    
    color: #4acc43;
}

/*
.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
}
.alert-success {
    color: #1B7C38 !important;
    background-color: #B0E9C1 !important;
}
*/

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}


.input-buscar-tpdigital {
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 15px;
    padding-right: 20px;
    height: 48px;
    color: rgb(119, 121, 140);
    background-color: inherit;
    appearance: none;
    border: 0px;
}



.b-tpdigital {
    color: #fff    !important;
	background-color: #ff034a !important;
    border-color: #FF1D5C !important;


    font-size: 15px;
    font-weight: 700;
    display: flex;
    height: 43px;
    margin-top: 4px;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    outline: 0px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    flex-shrink: 0;


    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*BUSCADOR GENERAL HOME */ 


.container-buscar input {
    padding-left: 20px;
}
.container-buscar  {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    width: 900px;
    color: rgb(119, 121, 140);
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 21px 36px;
}

.container-buscar i {
margin-right: 10px;
}

/*HOME PAGE */
.container-buscar-home input {
    padding-left: 20px;
}
.container-buscar-home  {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    /*GDM FIX OSORNO width: 700px;*/
    width: 1100px;
    color: rgb(119, 121, 140);
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 21px 36px;

    /* ADD OSORNO */
    margin-bottom: 0px !important;
}

.container-buscar-home i {
margin-right: 10px;
}


.container-buscar-home .input-buscar-tpdigital {
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 15px;
    padding-right: 20px;
    height: 48px;
    color: rgb(119, 121, 140);
    background-color: inherit;
    appearance: none;
    border: 0px;

    
}


.container-buscar-home .b-tpdigital {
    /*background-color: rgb(0, 158, 127);*/
    color: #fff    !important;
	background-color: #ff034a !important;
    border-color: #FF1D5C !important;
 
    font-size: 15px;
    font-weight: 700;
    display: flex;
    height: 48px;
    margin-top: 0px;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    outline: 0px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    flex-shrink: 0;
}

.container-buscar-subcribe input {
    padding-left: 20px;
}
.container-buscar-subcribe  {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    width: 900px;
    color: rgb(119, 121, 140);
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 21px 36px;
}

.container-buscar-subcribe .b-tpdigital {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    height: 48px;
    margin-top: 0px;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    outline: 0px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    flex-shrink: 0;
}
.container-buscar-subcribe i {
    margin-right: 10px;
    }
    
    
.container-buscar-subcribe .input-buscar-tpdigital {
        -webkit-box-flex: 1;
        flex-grow: 1;
        font-size: 15px;
        padding-right: 20px;
        height: 48px;
        color: rgb(119, 121, 140);
        background-color: inherit;
        appearance: none;
        border: 0px;
    }
 
    .container-buscar-subcribe    input[type="text"] {
        -webkit-appearance: none;
        border: 1px solid #e1e1e1;
        padding: 8px 6px;
        outline: none;
        color: #777;
        margin: 0;
        width: 100%;
        display: block;
        margin-bottom: 0px !important;
        background: #fff;
        border-radius: 0px;
    }
/***********************************************/ 

/*BOTONES SWEET ALERT*/
.swal2-styled.swal2-confirm{
	background-color:#ff034a !important;
}
.swal2-styled.swal2-confirm:hover{
	opacity:0.5;
}

/*MODAL ENCIMA*/
.blocker{
	z-index: 9999 !important;
}
.swal2-container{
	z-index: 10000 !important;
}
/*********************** FOMRULARIO 

<i class="fal fa-user"></i> personal-input-box 

  ************************/ 
 
  
.check-col {
    height: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.check-col>* {
    /*  flex: 1 1 80px; */
   
    flex-shrink: 3; /* default 1 */

}
.personal-input-box i{
     top: 45px;
    right: 30px;
    color: #bcb5b7;
    /*color: #ff094d;*/
 
}

.personal-input-box-list i{
    top: 45px;
    right: 38px;
  
}
.personal-input-box-list-search i{
    top: 38px;
    right: 26px;
   
}
.personal-input-box i, .personal-input-box-list i, .personal-input-box-list-search i {
    z-index: 1;
    color: #bcb5b7;
    font-size: 14px;
    position: absolute;
}
.personal-input-box, .personal-input-box-list, .personal-input-box-list-search {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

