/*!
 * Start Bootstrap - Grayscale v1.1.1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.bc-pink{
    border-bottom: 3px solid #FF7276;
    margin-right: 2px;
}
@font-face {
    font-family: champagne;
    src: url(../fonts/Champagne&Limousines.ttf);
}

@font-face {
    font-family: champagneBold;
    src: url(../fonts/Champagne&LimousinesBold.ttf);
}



body {
    width: 100%;
    height: 100%;
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    color: white;
    background-color: #FFFFFF;
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}
a {
    color: #23527c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #EE9A40;
}
.light {
    font-weight: 400;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    font-size: 1.1em;
}
.navbar-custom .navbar-toggle {
    color: #FF7276;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: none;
}
.navbar-custom a {
    color: #FF7276;
}
.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    /*color: rgba(255, 255, 255, 0.8);*/
    color: rgba(118, 216, 202, 1);
    outline: none;
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: none;
    background-color: transparent;

}
.navbar-custom .nav li.active {
    outline: none;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
    color: rgba(118, 216, 202, 1);
}



@media (min-width: 768px) {
    .navbar-custom {
        padding: 15px 0;
        border-bottom: none;
        letter-spacing: 1px;
        /*background: transparent; */
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; 
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        /*background: #0B3861;*/
        background: #FF7276;

        /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    }

    .navbar-custom.top-nav-collapse a {
        color:#FFF;
    }


}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    text-align: center;
    color: white;
    background: url(../img/intro-bg2.jpg) no-repeat bottom center fixed;
    background-color: #FF7276;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
    margin-bottom: 120px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
    color: #da7c4a ;
}
@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
        margin-top: 110px ;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #FF7276;
    border-radius: 100% !important;
    font-size: 40px;
    color: #FF7276;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: none;
    color: #FF7276;
    background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.content-section {
    padding-top: 5px;
}
.estadisticas {
    width: 100%;
    min-height: 500px;
    padding: 100px 0;
    color: white;
    background: url(../img/intro-bg3.jpg) no-repeat center center fixed;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}



#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}





@media (min-width: 767px) {
    .content-section {
        padding-top: 15px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 250px;
    }
}
.btn {
    text-transform: uppercase;
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
.btn-default {
    border: 1px solid #FF7276;
    color: #FF7276;
    background-color: transparent;
    font-size: 1.4em;
    letter-spacing: 0px !important;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #FF7276;
    outline: none;
    color: #FFFFFF;
    background-color: #FF7276;
}
ul.banner-social-buttons {
    margin-top: 0;
}
@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}


footer {
    padding: 25px 0;
    text-align: center;
    background: rgba(118,216,202,1);

}
footer span.copyright {
    line-height: 40px;
    font-size: 1.3em;
    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;

}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
    color: #FFFFFF;
}

footer ul.quicklinks a {
    color: #FFFFFF !important;
    font-size: 1.3em;
    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer ul.quicklinks a:hover {
    color: #FF7276 !important;
}

ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #BDF2A9;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color:  #98E47D;
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
/*::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}*/
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}


/* Login */
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    /*background-color:rgba(11,56,97,.8);*/
    background-color:rgba(255,118,114,.9);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    /*background-color:rgba(249,129,1,.9);*/
    background-color: rgba(51,122,183,1);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}

#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }	
}


/* Foro */

#foro{
    background-color: white;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #FF7276;
    left: 40px;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline > li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    /* background: rgba(31,114,142, 1); */
    background-color: #FFFFFF;
    color: white;
    border-radius: 100%;
    border: 7px solid #FF7276;
    text-align: center;
}
.timeline > li .timeline-image h4 {
    font-size: 0.6em;
    margin-top: 12px;
    line-height: 14px;
    color: #FF7276;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: #FF7276;
}
.timeline .timeline-heading h4.subheading {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;

}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline > li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline > li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 1.2em;
        margin-top: 16px;
        line-height: 18px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }


}




@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 16px;
        margin-top: 30px;
        line-height: 26px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }

}
@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }

}


.text-muted{
    font-size: 1.2em;
    color: #A61981;
    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-heading {
    font-size: 4em;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FF7276;
    font-weight: 600;
}
.section-subheading {
    font-size: 22px;
    font-family: "champagneBold", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
    color:#FF7276;
}

#foro{
    padding-top: 10%;
    padding-bottom: 10%; 
}

.foro {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    text-align: center;
    background: url(../img/womenpower2.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.compartir {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    background: url(../img/storyteller.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #FF7276;
}



#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index:100;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 70px;
    right: 15px;
    color: #fff;
    background-color: #FF7276;
    border-color: #FF7276;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.buscar{
    margin-bottom: 30px;
}

.badge {
    font-size: 25px !important;
    background-color: #FF7276 !important;
    font-family: 'champagne', sans-serif;
}

.sec {
    background-color: #B0358B !important;
}


section#contact {
    /*background-color: rgba(106,207,238,1);
      background-image: url('../img/map-image.png'); */
    background-position: center;
    background-repeat: no-repeat;
    
}
section#contact .section-heading {
    color: #FF7276;
}

section#contact .section-subheading {
    color: #FF7276;
}

section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 380px;
}
section#contact .form-control:focus {
    border-color: #FF7276;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #9B9A9A;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #9B9A9A;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #9B9A9A;
}
section#contact :-ms-input-placeholder {
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #9B9A9A;
}
section#contact .text-danger {
    color: #e74c3c;
}

.btn-xl {
    color: white;
    background-color: #FF7276;
    border-color: #FF7276;
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
    letter-spacing: 2px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #FF4E53;
    border-color: #FF4E53;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #fed136;
    border-color: #fed136;
}
.btn-xl .badge {
    color: #fed136;
    background-color: white;
}


input[type="date"] {
    -webkit-align-items: center;
    display: -webkit-inline-flex;
    font-family: monospace;
    overflow: hidden;
    padding: 5px !important;
    -webkit-padding-start: 1px;

    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #9B9A9A;
}

input::-webkit-datetime-edit {
    -webkit-flex: 1;
    -webkit-user-modify: read-only !important;
    display: inline-block;
    min-width: 0;
    overflow: hidden;
}

input::-webkit-datetime-edit-fields-wrapper {
    -webkit-user-modify: read-only !important;
    display: inline-block;
    padding: 1px 0;
    white-space: pre;
}

.date{
    font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #FF7276;
    padding-bottom: 3px;
}

.asociaciones{
    background-color: #FFFFFF;
}

aside.asociaciones img {
    margin: 20px auto;
    max-width:150px;
    max-height: 90px;
}


.faq{
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    /* background-color: #FFFFFF; */
    color: #333333;
    background-image: url("../img/swirl.png");
    background-repeat: repeat;
}


.panel {
    border-width: 0 0 1px 0;
    border-style: 1px solid;
    border-color: #B49EE6;
    background: none;
    box-shadow: none;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-heading {
    background-color: #B49EE6;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 25px;
    font-weight: 400;
    text-transform: none !important;
}

.panel-body {
    /*background: rgba(11,56,97,0.5);*/
    font-size: 1.4em;
    color: #A61981;
    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}


.faq-heading {
    font-size: 4em;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #A61981;
    font-weight: 600;
}
.faq-subheading {
    font-size: 22px;
    font-family: "champagneBold", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
    color: #A61981;
}


.storyteller{

    height: auto;
    padding: 50px 0 20px 0;
    text-align: center;
    background: url(../img/womenpower2.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    background-color: #0B3861;

}


.separador{
    width: 100%;
    padding-top: 80px;
    background-color: #0B3861;
}


.espacio{
    padding-top: 50px;
} 

.btn-space{
    margin: 15px;
}

.story-title{
    background: rgba(255,114,118,1);
    padding: 8px;
    text-transform:uppercase;
    font-size: 1.2em;
    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.owl-carousel a{
    color: #FFF !important;
}


@media screen and (max-width: 480px) {
    .section-heading {
        font-size: 2em !important;
    }
    .faq-heading {
        font-size: 2em !important;
    }

    input[type=file]{

        max-width: 180px !important;


    }
    .desc-text{
        font-size: 1.3em !important;
        margin-top: 30px;
    }
    .inputfile + label {
        max-width: 80%;
        font-size: 1.5rem !important;
        /* 20px */
        font-weight: 400;
        /* 10px 20px */
    }
    
    .ocultar{
        visibility: hidden;
        height:0px !important;
    }
	
	
    .focoModal{
	max-height: 30px !important;	
	}
	
	.estado{
	margin-left: 20px;	
	}
	
	.mgBottom{
	margin-bottom: 15px;
	}
       
}


#myModalLabel{
    color:#000000;
}

.modal-body{
    color:#B0358B !important;
    font-family: "champagne" !important;
    font-size: 1.2em; 
    text-align: center;
}


.likes{
    color: #EE9A40;
    font-size: 2.5em;
}

.modal-p {
    font-size: 0.9em;
    text-align: left;
    color:#333333;
    margin-top:12px;
}

.carrucel{
    margin-top: 10%;
}

.mapa{
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    text-align: center;
    background: url(../img/mapa-fondo.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.descripcion{
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    text-align: center;
    background: url(../img/storyteller.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/*
.desc-text{
    font-size: 2em;
    color: #A61981;
    border: 2px solid #A61981;
    padding: 10px;
    font-family: "champagneBold";
}
*/
.desc-text{
    font-size: 2em;
    color: #A61981;
    font-family: "champagneBold";
}


.registro{

    margin: 10px;

}


.pag-registro {
    color: black;
    margin-top: 100px;

}

.intro-registro {
    display: table;
    min-height: 200px; 
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    text-align: center;
    color: white;
    background: url(../img/intro-bg4.jpg) no-repeat bottom center fixed;
    background-color: #FF7276;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#form-registro label{
    font-family: 'Nunito', sans-serif !important;
    font-size: 1.2em !important;
}

.animacion{
    min-height: 400px;
}




.avatars > input{
    display: none;
}

.avatars > input + img{
    cursor: pointer;
    border: 2px solid transparent;
    margin:5px;
    margin-bottom: 15px;
}

.avatars > input:checked + img{
    border: 2px solid #B49ECA;
    border-radius: 60%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)

}

.avat:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)

}


.avat{
    max-width: 90px;
    max-height: 90px;

}


.leer-mas a{
    font-size: 1.3em;
    color: #FF7276;
}


.pag-foro{
	margin-top: 50px;
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    text-align: center;
    color: white;
    background: url(../img/womenpower2.jpg) no-repeat bottom center fixed;
    background-color: #FF7276;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}


.item-foro{
    text-align:left;
    margin-top: 20px;
}

.mas-foro a{
    font-size: 1.4em;
    color: #FF7276;
    margin-right:10px;
    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.item-body{
    margin-top:30px;
    color:#B0358B;
}

.item-body h3{

    color:#FF7276;

}

.item-body p{

    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;

}



@media screen and (max-width: 968px) {

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




#loginbox {
    margin-top: 30px;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    
    background-color: transparent;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    fill: #525151;
}

.iconmelon:after,
.im:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.logueado{
    font-size: 1.3em;
    text-align: center;
}

.a-left{
    text-align: left !important;
}



.tit-img{

    margin-top: 90px;

}


@media (min-width: 992px) {

    .foco-inicio{
        margin-top: 90px;
    }

    .btn-scroll{
        visibility: hidden; 
    }


}

.contacto {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    background: url(../img/storyteller.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.msn{
    text-align: center;
    font-size: 1.3em;
}


.cursor-act{
    cursor: pointer;
}


.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #B0358B;
  text-align: center;
  background-color: #FFF !important;
  border-radius: 4px;
}


.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FFF;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #FFF !important;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #FFF;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -12px;
  border-width: 5px 0 5px 5px;
  border-left-color: #FFF;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -12px;
}

.t-bold{

    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #B0358B;

}

.comparte-bn {
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 0 !important; /* Establecemos la barra en la izquierda */
    bottom: 0px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */

}

.comparte-bn ul {
    list-style: none;
    margin-bottom: 0px;
}


.comparte-bn ul li a {
    font-size: 2em;
    display: inline-block;
    color:#fff;
    background: rgba(176,53,139,0.5);
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}

.comparte-bn ul li a:hover {
    background: #822A68; /* Cambiamos el fondo cuando el usuario pase el mouse */
    /*padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

.comparte-bn ul li .icon-foco {background:rgba(176,53,139,0.5);}


.encender-bn {
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 0 !important; /* Establecemos la barra en la izquierda */
    bottom: 70px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */

}

.encender-bn ul {
    list-style: none;
    margin-bottom: 0px;
}


.encender-bn ul li a {
    font-size: 2em;
    display: inline-block;
    color:#fff;
    background: rgba(176,53,139,0.5);
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}

.encender-bn ul li a:hover {
    background: #822A68; /* Cambiamos el fondo cuando el usuario pase el mouse */
    /*padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

.encender-bn ul li .icon-foco {background:rgba(176,53,139,0.5);}

.modal{

    z-index: 17000000 !important;
}

.btn-warning {
  color: #fff;
  background-color: #FF7276;
  border-color: #FF7276;
  font-size: 1.5em;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #FFF;
  background-color: rgba(255,114,118,0.6);
  border-color: #FF7276;
}


.busqueda{

  background: #FCDCC3;
  padding: 10px;

}
.xvot{
  margin-bottom: 10px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  font-size: 1.5em;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.enciende {
 max-width:50%;   
    
}
.engrane{
float: left;
}

.privacidad{
font-family: 'champagneBold' ;
text-align: left;
color: #A61981;
}

.title-priv{

font-family: 'champagneBold' ;
text-align: left;
color: #FF7276;
font-size: 1.5em;

}


.content-priv{
  margin-top: 40px;
  padding: 20px;
}


.entidadMapa{
  margin: 35px 0 20px 0 !important;  
}

.espacioForo{
    margin-top: 60px;
}

.modal-body span{
    font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}





.flotante2{
background: rgba(255,114,118,0.5) !important;      
}

.flotante2:hover{
background: #ff7276 !important;    
    
}


/* Modificaciones 2018 */

 

.focoEstado{

background-color: #B49ECA;

padding: 25px;

}

 

.focoEstado #myModalLabel{

color: #FFF;       

}

 

.estado{

font-size: 22px;

}

 

.focoModal{

max-height: 50px;

padding: 6px;

}

 

.etq{

font-size: 16px;

}

 

.focos-encendido{

  margin-top: 50px;

  display: table;

  width: 100%;

  height: auto;

  padding: 100px 0;

  text-align: center;

  color: white;

  background: url(../img/womenpower2.jpg) no-repeat bottom center fixed;

  background-color: #FF7276;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  background-size: cover;

  -o-background-size: cover;

 

}

 

.filtros{

list-style-type: none;

}

 

.filtros li{

float: left;

padding-right: 5px;

}

 

.filtros li a{

display: inline-block;

}

 

 

.btn-filtro {

    border: 1px solid #b0358b;

    color: #FFFFFF;

    background-color: #b0358b;

    font-size: 1.4em;

    letter-spacing: 0px !important;

}

 

.btn-filtro:hover, .btn-filtro:focus {

    border: 1px solid #b0358b;

    outline: none;

   

    color: #b0358b;

                background-color: transparent;

}

 

.dropdown-submenu {

  position: relative;

}

 

.dropdown-submenu>.dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -6px;

  margin-left: -1px;

  -webkit-border-radius: 0 6px 6px 6px;

  -moz-border-radius: 0 6px 6px;

  border-radius: 0 6px 6px 6px;

}

 

.dropdown-submenu:hover>.dropdown-menu {

  display: block;

}

 

.dropdown-submenu>span:after {

  display: block;

  content: " ";

  float: right;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

  border-width: 5px 0 5px 5px;

  border-left-color: #ccc;

  margin-top: 5px;

  margin-right: -10px;

}

 

.dropdown-submenu:hover>span:after {

  border-left-color: #fff;

}

 

.dropdown-submenu.pull-left {

  float: none;

}

 

.dropdown-submenu.pull-left>.dropdown-menu {

  left: -100%;

  margin-left: 10px;

  -webkit-border-radius: 6px 0 6px 6px;

  -moz-border-radius: 6px 0 6px 6px;

  border-radius: 6px 0 6px 6px;

}

 

.focos-encendido .dropdown-menu {

background-color: #b0358b;

}

 

.listado{

margin-top: 5%;

}

 

.tablaAbortos{

color:#b0358b;

font-family: "champagneBold", "Helvetica Neue", Helvetica, Arial, sans-serif;

font-size: 18px;

}

 

.tablaAbortos thead>tr>th{

text-align: center;

}

 

.tablaAbortos thead{

background-color: #B49EE6;

color: #FFF;

font-family: "champagne", "Helvetica Neue", Helvetica, Arial, sans-serif;

text-transform: uppercase;

padding:10px;

font-size: 20px;

}

 

.tablaAbortos img{

max-height:30px;

padding-right: 25px;

float: right;        

}

 

.tablaAbortos td{

text-transform: uppercase;       

}

 

.historias{

  margin-top: 50px;

  display: table;

  width: 100%;

  height: auto;

  padding: 100px 0;

  text-align: center;

  color: white;

  background: url(../img/womenpower2.jpg) no-repeat bottom center fixed;

  background-color: #FF7276;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  background-size: cover;

  -o-background-size: cover;

 

}

 

.historias .dropdown-menu {
background-color: #b0358b;
}

.historias .dropdown-menu>li>a {
color: #FFF;
font-size: 1.3em;
}

.historias .dropdown-menu>li>a:hover {
color: #262626;
background-color:#f5f5f5;
}

.focos-encendido .dropdown-menu>li>a {
color: #FFF;
font-size: 1.3em;
}

.focos-encendido .dropdown-menu>li>a:hover {
color: #262626;
background-color:#f5f5f5;
}


.pag-foro .dropdown-menu {
background-color: #b0358b;
}

.pag-foro .dropdown-menu>li>a {
color: #FFF;
font-size: 1.3em;
}

.pag-foro .dropdown-menu>li>a:hover {
color: #262626;
background-color:#f5f5f5;
}

.linkModal{
color: #FFF !important;
}


 
