﻿body {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}

.logoChico{
    width: 215px;
    height: 54px;
}

.logoGrande{
    width: 430px;
    height: 108px;
    margin: 5px;
}

.btnVerdeSinFondo {
    color: #479643;
}

.btnRojoSinFondo {
    color: #9e0707;
}

.btnAzulSinFondo {
    color: #042d8e;
}

.btnGrisSinFondo {
    color: #353535;
}

.btnAmarilloSinFondo {
    color: #fcc614;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Margenes de los elementos del registro */
.celdasEspaciadas {
    margin-bottom : 15px
}


.rating-container .rating-stars:before {
    text-shadow: none;
}

.progress-bar-success {
    background-color: #009640;
    color: white;
    border-right: 4px solid #009640;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}


@media screen and (min-width: 319px) and (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}