@font-face{
  font-family: Monserrat;
  src: url(../../fonts/monserrat/Montserrat-Regular.ttf) format('truetype');
}
html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Monserrat;
}
#countdown{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 16px;
    background: #17428A;
    border-radius: 10px;
    padding: 0px 10px;
}
#countdown > div{
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
}

#countdown div > span{
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}
#topbar{
	z-index: 1000;
    width: 100%;
    height: 30px;
    background: #00BBD4;
    padding: 0 30px;
    top: 0;
}
section{
	width: 100%;
}
#login-form{
    width: 320px;
}
.contenedor {
    width: 100%;
	  padding: 15px 30px 15px 15px;
    margin-right: auto;
    margin-left: auto;
}
#portada_fechas img{
    height: auto;
}
#edificios img{
    height: auto;
    margin-top:40px;
}
#cuadro1 img{
  margin-top: 50px;
	width: 390px;
  margin-bottom: 50px;
}
.bien{
	color: #17428a;
	font-size: 40px;
	font-weight: bold;
}
.user, .pass{
    width: 300px;
    padding: 5px 5px 7px 36px;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 10px;
    margin-bottom: 20px;
}
#sobre{
  position: absolute;
    right: 370px;
    padding-top: 11px;
}
#candado{
  position: absolute;
  right: 372px;
  padding-top: 11px;
}
.btn-enviar{
  width: 300px;
  background-color: #17428A;
  padding: 5px 5px 7px 5px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 35px;
}
.btn-enviar:hover{
  border-color: #00BBD4;
  background-color: #00BBD4;
}
.registrate{
  color: #00BBD4;
  text-decoration: none;
  font-weight: bold;
}
.problemas{
  color: #C1C2C3;
  margin-bottom: 0px;
}
.ayuda{
  color: #17428A;
  text-decoration: none;
  font-weight: bold;
}
.linea-footer{
    background:#00BBD4;
    width:100%;
    height: 10px;
}
.auxflex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.inputsform{
    width:320px;
}
/* ================================================== */


/* avisos  */


/* ================================================== */

.avisos{
	background-color: #FBB601;
	text-align: center;
	font-weight: bolder;
	padding: 10px 0px 10px 0px;
}
.avi a{
	text-decoration: none;
	color: #fff;
}

/* ================================================== */


/* end avisos  */


/* ================================================== */




/* ================================================== */


/* footer */


/* ================================================== */

footer {
	background: #071C26;
	color:#ffffff;
	padding: 80px 0 0 0;
	font-size: 14px;
}

footer.footer-light{
	background:#ffffff;
	color:#595d69;
}

footer.footer-light a{
	color:#595d69;
}

footer.footer-black{
	background:#222222;
}

footer h5, .de_light footer h5 {
	color: #fff;
	font-size: 16px;
	text-transform: none;
}
footer a {
	color: #ffffff;
	text-decoration:none !important;
}
.de-navbar-left footer {
	padding: 70px 70px 0 70px;
}
.subfooter {
	border-top:solid 1px #eeeeee;
	margin-top: 40px;
	padding: 20px 0 20px 0;
}
.de-navbar-left .subfooter {
	background: none;
}
.widget img{
	position: relative;
	bottom: 35px;
	left: 11%;
}
#edificios2{
  display: none;
}
/* ================================================== */


/* end footer */


/* ================================================== */


@media only screen and (min-width: 1920px) {
    .contenedor {
        width: 100%;
        padding: 55px 30px 55px 15px;
        margin-right: auto;
        margin-left: auto;
    }

  .user, .pass{
    width: 310px;
  }
    #portada_fechas img{
        height: auto;
    }
    #edificios img{
      height: auto;
    }
  #sobre {
    position: absolute;
    right: 460px;
    padding-top: 9px;
  }
  #candado {
    position: absolute;
    right: 462px;
    padding-top: 11px;
  }
  .cenefa {
      top:24px;
  }
  .cenefa2 {
      height:67px;
      position: relative;
      top: 25px;
  }
  footer {
    background: #071C26;
    color: #ffffff;
    padding: 185px 0 0 0;
    font-size: 14px;
}

}
@media only screen and (max-width: 992px) {
  #candado {
    position: absolute;
    right: 84%;
    padding-top: 10px;
  }
  #sobre{
    position: absolute;
      right: 84%;
      padding-top: 10px;
  }

  #cuadro1 img {
    margin-top: 50px;
    width: 325px;
    margin-bottom: 50px;
  }
    #portada_fechas img{
        height: auto;
    }
    #edificios img{
        height: auto;
    }

  .bien {
    font-size: 30px;
  }
  #edificios{
    display: none;
  }
  #edificios2{
    display: block;
  }
	.widget img {
		position: relative;
		bottom: 53px;
		left: 22%;
		width: 60%;
	}
	.footer-col-mid{
		position:absolute;
		width:100%;
		padding:0 0 0 0;
		background-color: #0E88BC;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

#sobre {
    position: absolute;
    right: 67.5%;
    padding-top: 10px;
}
#candado {
    position: absolute;
    right: 68%;
    padding-top: 10px;
}

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
#sobre {
    position: absolute;
    right: 31%;
    padding-top: 10px;
}
#candado {
    position: absolute;
    right: 31%;
    padding-top: 10px;
}
#cuadro1 img {
    margin-top: 50px;
    width: 325px;
    margin-bottom: 50px;
}


}

@media (min-width: 820px) and (max-width: 1180px) {

#sobre {
    position: absolute;
    right: 66.5%;
    padding-top: 10px;
}
#candado {
    position: absolute;
    right: 67%;
    padding-top: 10px;
}

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
#sobre {
    position: absolute;
    right: 29%;
    padding-top: 10px;
}
#candado {
    position: absolute;
    right: 29.3%;
    padding-top: 10px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}


@media only screen and (max-width: 377px) {
#sobre {
    position: absolute;
    right: 85%;
    padding-top: 10px;
}
#candado {
    position: absolute;
    right: 86%;
    padding-top: 10px;
}


}
