body {
  font-family: 'Montserrat';
  background-color: #691b32;
}
header {
  background-color: #691b32;
  color: #fff;
}
footer {
  background-color: #691b32;
  color: #fff;
}

.ImgPrograma {
  width: 85%;
}

section {
  background-color: #ddc9a3;
}

section {
  background-color: #ddc9a3;
}

.ImgSOSEC {
  width: 30%;
}

.ImgHidalgoSEP {
  width: 60%;
}

/*form acceso*/
.formacceso{
  background-color: #fff;
  padding: 20px;
  border-radius: 3%;
}

/*Efecto burbujas*/
.fondorojo{
  margin: 0px;
  background-position: center;
  background-color: #691b32;
}

.fondoimg1{
  margin: 0px;
  background-position: center;
  background-color: #691b32;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*burbujas*/
.burbuja{
  background-image: url(../IMG/Estrella_Blanca.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  opacity: .3;
  top: -10%;
  animation: burbujas 3s linear infinite;
}
.burbuja:nth-child(1){
  left: 0%;
  animation-duration: 3s;
  animation-delay: 0s;
}
.burbuja:nth-child(2){
  left: 5%;
  animation-duration: 4.3s;
  animation-delay: 0s;
}
.burbuja:nth-child(3){
  left: 10%;
  animation-duration: 6.8s;
  animation-delay: 0s;
}
.burbuja:nth-child(4){
  left: 15%;
  animation-duration: 4.2s;
  animation-delay: 0s;
}
.burbuja:nth-child(5){
  left: 20%;
  animation-duration: 3.4s;
  animation-delay: 0s;
}
.burbuja:nth-child(6){
  left: 25%;
  animation-duration: 7.8s;
  animation-delay: 0s;
}
.burbuja:nth-child(7){
  left: 30%;
  animation-duration: 5.6s;
  animation-delay: 0s;
}
.burbuja:nth-child(8){
  left: 35%;
  animation-duration: 4.3s;
  animation-delay: 0s;
}
.burbuja:nth-child(9){
  left: 40%;
  animation-duration: 2.7s;
  animation-delay: 0s;
}
.burbuja:nth-child(10){
  left: 45%;
  animation-duration: 7.4s;
  animation-delay: 0s;
}
.burbuja:nth-child(11){
  left: 50%;
  animation-duration: 5.9s;
  animation-delay: 0s;
}
.burbuja:nth-child(12){
  left: 55%;
  animation-duration: 4.5s;
  animation-delay: 0s;
}
.burbuja:nth-child(13){
  left: 60%;
  animation-duration: 6.6s;
  animation-delay: 0s;
}
.burbuja:nth-child(14){
  left: 65%;
  animation-duration: 3.8s;
  animation-delay: 0s;
}
.burbuja:nth-child(15){
  left: 70%;
  animation-duration: 5.7s;
  animation-delay: 0s;
}
.burbuja:nth-child(16){
  left: 75%;
  animation-duration: 4.4s;
  animation-delay: 0s;
}
.burbuja:nth-child(17){
  left: 80%;
  animation-duration: 6.8s;
  animation-delay: 0s;
}
.burbuja:nth-child(18){
  left: 85%;
  animation-duration: 3.4s;
  animation-delay: 0s;
}
.burbuja:nth-child(19){
  left: 90%;
  animation-duration: 5.1s;
  animation-delay: 0s;
}
.burbuja:nth-child(20){
  left: 95%;
  animation-duration: 6s;
  animation-delay: 0s;
}

@keyframes burbujas{
  0%{
    top: 0;
    opacity: -0.9;
  }
  30%{
    transform: translateX(30px);
  }
  50%{
    opacity: .5;
  }
  100%{
    top: 60vh;
    opacity: 0;
  }
}

.titulodesign{
  font-weight: bold;
  font-size: 60px;
}

.primary-red-text {
  color: #691B31;
}

.DGTI-design{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.titulo-bg {
  background-color: #dec9a3;
}

.formulariologin {
  padding: 50px;
}

@media screen and (min-width: 1490px){
  .formulariologin {
    padding: 100px;
  }
  .formacceso{
    background-color: #fff;
    padding: 20px;
    border-radius: 6%;
  }
}

@media screen and (min-width: 1920px){
  .formulariologin {
    padding: 150px;
  }
  .formacceso{
    background-color: #fff;
    padding: 20px;
    border-radius: 6%;
  }
}

.bold {
  font-weight: bold;
}

.errorlogin {
  color: #ff0000;
  font-style: italic;
}

.btn-ver {
  color: #fff !important;
  background-color: #691b32;
  border-color: #691b32;
}

.btn-principales {
  color: #691b32;
  background-color: #ddc9a3;
  border-color: #ddc9a3;
  width:185px;
}

.padding-images {
  padding: 1rem;
}

.TextoModal { 
  color: #661F3D; 
}

.card{
  border-radius: 5% !important;
}

.TxtReiperarC{
  font-weight:bold ;
  font-weight:500 ;
  font-size: 15px;
  color: #80858b; 
}

.TxtVerficarUsuario{
  font-weight:100 ;
  font-weight:500 ;
  font-size: 15px;
  color: #000000; 
  align-content: center;
}

