body {
    font-family: 'Roboto', sans-serif;
	background-color:#33ffff;
}
nav.navbar {
-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.1);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.1);
}
.navbar-default {
    border: 0;
    background-color: #FFF;
}
.nav_pt7 {
    margin-top: 70px;
    content: '';
}
/* Big Triangle */
svg#bigTriangleColor {
	pointer-events: none;
    fill: #f3f3f3;
}

#bigTriangleColor path {
	fill: darken($color1, 7%);
	stroke: darken($color1, 7%);
	stroke-width: 2;
}
svg#bigTriangleColorb {
	pointer-events: none;
    fill: #ffffff;
}

#bigTriangleColorb path {
	fill: darken($color1, 7%);
	stroke: darken($color1, 7%);
	stroke-width: 2;
}
.img-vert {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}
.bggris {
    background-color: #f3f3f3;
}
.bgblanco {
    background-color: #ffffff;
}
.bgblancob {
    background-color: #ffffff;
    border-bottom: 3px solid #3199de;
}
.celeste {
    color: #3199de;
    border-color: #3199de;
}
.sep {
    margin-top: -100px;
    margin-bottom: -20px;
}
section {
    padding-top: 25px;
    padding-bottom: 140px;
	background-color:#33ffff;
}
.navbar-brand img {
    margin-top: -8px;
}
.isologo {

}
.isologoimg {
    min-width: 100px;
    max-width: 450px;
    width: 100%;
}
.titulo {
    color: #5c5c5c;
    margin-top: -10px;
}
.subtitulo {
    font-size: 18px;
    margin-top: -6px;
    color: #808080;
}
.n_cont {
    margin-top: 20px;
}
.n_conts {
    margin-top: 20px;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.16);
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.16);
    cursor: pointer;
}

.n_conts:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.2);
    opacity:0;
    transition: all 1s;
    -webkit-transition: all 1s;
    background-image: "images/pdf-icon.png";
}
.n_conts:hover:after {
    opacity:1;
}
.n_conts:hover:hover .pdf{opacity:1;}
.n_title {
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.n_subtitle {
    font-size: 11px;
}
.n_descripcion {
    margin-top: 10px;
    font-variant: small-caps;
}
.a_title {
    font-weight: bold;
    color: #000;
    font-size: 12px;
        max-height: 30px;
}
.a_subtitle {
    font-size: 10px;
}
.pad15 {
    padding: 15px;
}
.padtb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.line {
    border: 0.5px solid;
    width: 50%;
    margin-top: 2px;
    position: absolute;

}

.linec {
    border: 0.5px solid;
    width: 20%;
    margin-top: 2px;
}
.rojo {
    color: red;
}
.a_img {
    float: left;
    min-width: 80px;
    min-height: 80px;
    margin-right: 25px;
}
.a_size {
    width: 120px;
    height: 120px;
}
.b_size {
    width: 80px;
    height: 80px;
}
.m_size {
    width: 150px;
    height: 150px;
}
.a_cont {
    vertical-align: middle;
}
.dt {
    display: table;
}
.dtc {
    display: table-cell;
        text-align: left;
}
.pdf {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    margin: auto;
    position: absolute;
    /* background-color: #3f3f3f; */
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
}
.m_img {
    border: 3px solid rgba(228, 228, 228, 0.19);
    margin-bottom: -30px;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.37);
    -moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 0.37);
    box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 0.37);
}
.pt40 {
    padding-top: 40px;
}
.m_title {
    font-size: 12px;
}
.m_leer {
    font-size: 10px;
    font-variant: small-caps;
    margin-top: 15px;
}
.m_descripcion {
    font-size: 11px;
    height: 100px;
    overflow: hidden;
    color: #6f6f6f;
}
.footer {

    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 100px;
}
.footer ul li {
    display: inline-block;
    padding: 10px;
    color: #000000;
}
.footer ul {
    padding: 0;
    margin-top: 50px;
}
.legales {
    font-size: 11px;
    color: #848484;
    display: block;
    margin-top: -10px;
}
.fimg {
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
}
.fredes {
    margin-top: 20px;
}
.navbar {
    min-height: 70px;
    padding-top: 10px;
}
.socialbar {
    margin-top: 40px;
    margin-bottom: 40px;
}
.media-heading {
    font-size: 22px;
}
footer .btn-social-icon {   width: 24px; height: 24px;  }
footer .btn-social-icon>:first-child { line-height: 24px; font-size: 1.2em; }
footer .btn-facebook {    background-color: #c1c1c1 !important;    }
footer .btn-twitter {    background-color: #c1c1c1 !important;    }
footer .btn-google {    background-color: #c1c1c1 !important;    }
footer .btn-flickr {    background-color: #c1c1c1 !important;    }
footer .btn-instagram {    background-color: #c1c1c1 !important;    }
footer .btn-linkedin {    background-color: #c1c1c1 !important;    }
footer .btn-vimeo {    background-color: #c1c1c1 !important;    }
footer .btn-vk {    background-color: #c1c1c1 !important;    }
footer .btn-yahoo {    background-color: #c1c1c1 !important;    }

#quote-carousel {
    /*padding: 0 10px 30px 10px;
    margin-top: 30px;*/
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    top: 40%;
}
#quote-carousel .carousel-control.left {
    left: 0px;
}
#quote-carousel .carousel-control.right {
    right: 0px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    /*min-height: 500px;*/
}
.item blockquote {
    border-left: none;
    margin: 0;
    padding: 0;

}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.btn-danger {
    background-color: #f50701;
}
.donar {
    margin: 15px 15px;
}
.sumate {
    padding-bottom: 300px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.flex {
    display: flex;
    align-items: center;
}
.selectable {
    cursor: pointer;
}
.accordion-toggle:hover {
      text-decoration: none;
}
.principios {
    margin-top: 40px;
}
.navbar-nav { -webkit-backface-visibility: hidden; }
.mt15 {
    margin-top: 15px;
}
.m0a {
    margin: 0 auto;
}
.submenuc {
    height: 50px;
    background-color: #242c98;
}
@media (min-width: 768px) {
.navbar-right {
    margin-right: -43px;
}
.slider { margin-top: -70px}

}
.m_subtitle {
    font-size: 10px;
    color: black;
    margin-top: -18px;
    margin-bottom: 15px;
}
.bold {
    font-weight: bold;
}
.c_title {
    font-size: 13px;
}
.overflow {
    overflow: hidden;
}
.submenu {
    color: white;
    height: 50px;
    line-height: 50px;
}
.blanco {
    color: white;
}
.blanco:focus {
    color: white;
}
.blanco:hover {
    color: #e1e1e1;
    text-decoration: none;
}
.smitem {
    margin: 0 10px;
    font-size: 11px;
}
#m_jdc strong {
    color: #9a9a9a;
    font-size: 11px;

}
.sec2 {
    font-weight: bold;
    margin-top: 15px;
    font-size: 18px;
}
.titulares {
    font-size: 15px;
        font-weight: bold;
        margin-bottom: -20px;
        color: #5c5c5c;
        margin-top: 10px;
}
.titulares2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -15px;
    color: #000;
    background-color: #ececec;
}
.comuna {
    font-size: 18px;
    padding: 5px 0;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: -20px;
    color: #4c4c4c;
    background-color: #ececec;
}
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 4px solid #f3f3f3;
    background-color: white;
}
.panel-title {
    font-size: 14px;
}
.navbar {
    text-align: center;
}
.pagination>li>a {
    color: #4c4c4c;
}
.formu {
    margin-bottom: 20px;
    padding-left: 15px;
}
.cn {
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 35px;
}
.cn p:first-child {
    text-indent: 2em;
}
/*Business Card Css */
.business-card {
  border: 1px solid #cccccc;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.profile-img {
  height: 120px;
  background: white;
}
.job {
  color: #666666;
  font-size: 15px;
}
.mail {
  font-size: 16px;
 }


 .read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Mostrar más';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Mostrar menos';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
.nopad {
    padding:0;
}
.logoverlay {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 180%);
    z-index: 2;
    width: 20%;
    max-width: 297px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}
.navbar {
    margin-bottom: 0;
}

.juntos {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.juntos div {
    position: absolute;
    top: 50%;
    width: 50vw;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.juntos div img {
    max-width: 512px;
    width: 100%;    
}

.juntos div p {
   color: #ffffff;
   line-height: 40px;
   font-size: 16px;
}























@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
        text-align: center;
    }


}








