%PDF- %PDF-
| Direktori : /var/www/lacumbrejuriquilla.mx/css/ |
| Current File : /var/www/lacumbrejuriquilla.mx/css/personal.css |
@media screen and (max-width: 1000px) {
.ocultar{
display:none;
}
}
@media screen and (min-width: 1000px) {
.no_ocultar{
display:none;
}
}
.boton-primary{
color: #73d26e;
background-color: transparent;
border-color: #73d26e;
border-radius: 0px;
cursor: pointer;
}
.boton-primary:hover {
color: #ffffff;
background-color: #73d26e;
border-color: #73d26e;
cursor: pointer;
}
.boton-login{
color: #ffffff;
background-color: #afafaf;
border-color: #afafaf;
border-radius: 0px;
cursor: pointer;
}
.boton-login:hover {
color: #ffffff;
background-color: #00375f;
border-color: #00375f;
cursor: pointer;
}
.boton-registro{
color: #ffffff;
background-color: transparent;
border-color: #ffffff;
border-radius: 0px;
cursor: pointer;
}
.boton-registro:hover {
color: #ffffff;
background-color: #00375f;
border-color: #00375f;
cursor: pointer;
}
.dropdown-menu {
background-color: #50d246 !important;
height: 270px !important;
position: absolute !important;
left: -100% !important;
right: 58% !important;
border-radius: 0 !important;
top: 90% !important;
}
.mi-input::placeholder {
text-align: center;
font-size: 70%;
}
.mi-input{
width: 75%;
margin-top: 15px;
min-height: 50px;
}
.font{
font-family: 'Mina', sans-serif;
}
a:hover{
color: #5bbab2 !important;
font-size: 110% !important;
text-decoration: none !important;
}
.boton-cambiar {
color: #ffffff;
background-color: #9daeab;
border-color: #fff2d6;
border-radius: 0px;
cursor: pointer;
}
.boton-cambiar:hover {
color: #ffffff;
background-color: #00375f;
border-color: #00375f;
cursor: pointer;
}
input[type="file"]#imagen {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
label[for="imagen"] {
font-size: 17px;
font-weight: 600;
color: #fff;
background-color: #00375f;
display: inline-block;
transition: all .5s;
cursor: pointer;
padding: 3px 12px !important;
text-transform: uppercase;
text-align: center;
}
/*botón up*/
.boton-subir{
display: none;
background: #00974B;
border: thin solid #fff;
border-radius: 3px;
position: fixed;
right: 15px;
bottom:2px;
z-index: 999999999;
}
/*evento hover*/
.boton-subir:hover{
box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.75);
}
/*estilos para el tag i*/
.boton-subir i{
color: #fff;
font-size: 1.5em;
padding: 10px 10px 10px 7px;
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
}
.embed-container {
position: relative;
padding-bottom: 44%;
height: 0;
overflow: hidden;
}
.embed-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
.topnav {
overflow: hidden;
background-color: transparent;
}
.topnav a {
float: left;
display: block;
color: black;
text-align: center;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: transparent;
color: #00bcb4 !important;
}
.active {
background-color: transparent;
color: #00bcb4 !important;
}
.topnav .icon {
display: none;
}
@media screen and (max-width: 1000px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 1000px) {
.topnav.responsive {position: relative; background-color: #bfbcbc !important;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
background-color: #bfbcbc !important;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
.black{
position:fixed;
top:0;
background:#333;
width:100%;
height:50px;
}
.blue{
position:fixed;
top:0;
background:blue;
width:100%;
height:50px;
}
#myTopnav {
overflow: hidden;
background-color: transparent;
padding: 30px 10px;
transition: 0.4s;
position: fixed;
width: 100%;
top: 0;
z-index: 99;
}
#myTopnav #logo {
font-size: 35px;
font-weight: bold;
transition: 0.4s;
}
#myTopnav a.active {
background-color: dodgerblue;
color: white;
}
@media (min-width: 576px)
.modal-dialog {
max-width: 1000px !important;
margin: 30px !important;
}