﻿/* --- Centrar Modal --- */
.modal-center {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* ----- */
html, body{
    padding: 0;
    margin: 0;
    font:'Open Sans',sans-serif;
	color: #333;
    overflow-x: hidden;
    height:100vh;
}
hr{
    border: 1px #666 solid;
}
.alert, .btn{
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.ng-enter{
    transition: 0.75s;
    opacity:0;
}
.ng-enter-active{
    opacity:1;
}
.ng-hide{
    transition: 0.75s;
}
.modal-xlg{
    width: 80%;
}

/* Text Colors */
.clr-white{
    color: #FFF;
}

/* Background Color */
.bg-default{
    background-color: #54d2ff;
}
.bg-grey{
    background-color: #F8F8F8;
}
.bg-white{
    background-color: #FFFFFF;
}
.bg-black{
    background-color: #000;
}

/* Background Image */
.bg-image{
    background: #54D2FF url("images/fondo-pagina.png") center bottom no-repeat;
}


/* Page container */
.page-container{
    /*background-color: #2f313d;*/
    width:100%;
    min-height:100%;
    margin: 0px;
    padding: 0px;
}
/* Header container */
.header-container{
    width:100%;
    min-height: 80px;
    z-index: 100;
}
/* Footer container */
.footer-container{
    width:100%;
    padding: 30px 0px 20px 0px;
}

/* Section container */
.section-container{
    padding: 20px 30px;
    z-index: 20;
}
.section-container p{
    text-align: justify;
}
.section-panel{
    margin: auto;
    padding: 5px 20px;
    color: #3a3a3a;
    font-size: 16px;
 }

/* Styles */
.logo{
    background: url("images/logo.png") no-repeat center center;
    background-color: transparent;
    background-size: 200px;
    width: 200px;
    height: 63px;
    margin-left: 40px
}
.logo-marcas{
    background: url("images/logos-marcas.png") no-repeat center center;
    background-color: transparent;
    background-size: 550px;
    width: 550px;
    height: 69px;
    margin: auto;
}
.img-people{
    background: url("images/people.png") no-repeat left top;
    background-color: transparent;
    background-size: 350px;
    width: 350px;
    height: 124px;
    position: relative;
    margin-bottom: -20px;
}
.people-container{
    width: 800px;
    margin: auto;
}
/*Styles Home */
.bienvenida{
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
}
.title-h2{
    font-size: 20px;
    font-weight: bold;
    color: #3a3a3a;
}
/* Buttons */
.btn-test,
.btn-test:focus,
.btn-salir,
.btn-salir:focus{
    width: 170px;
    margin: 0px 10px; 
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #fff;
    -webkit-box-shadow: -6px 7px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -6px 7px 8px 0px rgba(0,0,0,0.25);
    box-shadow: -6px 7px 8px 0px rgba(0,0,0,0.25);
}

.btn-test{
    background-color: #78aa4b;
}
.btn-test:active,
.btn-test:hover{
    color: #fff;
    background-color: #547634;
}

.btn-salir{
    background-color: #bf0811;
}
.btn-salir:active,
.btn-salir:hover{
    color: #fff;
    background-color: #85050b;
}

.btn-encuesta,
.btn-encuesta:focus{
    width: 170px;
    margin: auto; 
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #fff;
    -webkit-box-shadow: -6px 7px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -6px 7px 8px 0px rgba(0,0,0,0.25);
    box-shadow: -6px 7px 8px 0px rgba(0,0,0,0.25);
    background-color: #ffce00;
}
.btn-encuesta:active,
.btn-encuesta:hover{
    color: #fff;
    background-color: #e6b900;
}
/* Table */
.tbl-grilla{
    border-collapse: separate;
    border-spacing: 5px 2px;
}
.tbl-grilla th {
    font-size: 14px;
    background-color: #bf0811;
    color: #fff;
    vertical-align: text-bottom;
    text-align: center;
    border: 0 !important;
}
.tbl-grilla td {
    text-align: center;
    border: 0 !important;
}
.tbl-grilla td>a {
    color: #3a3a3a;
}
.tbl-grilla td.strong {
    font-weight: bold;
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
   
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    
}
/* Tools */
.abc{
    border: 1px solid;
}
.border{
    border: 1px solid #ccc;
}
.padding-off{
    padding: 0px;
}
.bold{
    font-weight: bold;
}
.pointer{
    cursor:pointer;
}
.clear{
    clear: both;
    margin: 0;
    padding: 0;
}
#gly-acordion:before {
    content: "\e113";
}
#gly-acordion[aria-expanded="false"]:before {
    content: "\e114";
}