﻿
@keyframes moviendrew {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

#flecha {
    animation-name: moviendrew !important;
    animation-duration: 0.5s !important;
    animation-iteration-count: infinite !important;
    animation-direction: alternate !important;
    font-size: 12vh;
}

.active {
    color: #049461 !important;
}

.horario {
    margin-right: auto;
    margin-left: auto;
    width: 23em;
    text-align: center;
    background-color: #09b673;
    color: white;
    margin-bottom: 25%;
    margin-top: 12%;
    background-color: #4dbc75; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #4dbc75, #8a8c94);
    padding-right: 12%;
    padding-left: -12%;
    border-radius: 25px;
}

.vl {
    border-left: 3px solid #046c54;
    height: 290px;
}

.hr {
    width: 100%;
    height: 4px;
}

.vl1 {
    border-left: 3px solid #046c54;
    height: 220px;
}


table, th, td {
    padding-top: 15px;
}

th, td {
    padding: 5px;
    padding-left: 36px;
    padding-right: 40px;
}

/*  Estilos para la NavBar  */
nav {
    background-color: black !important;
    opacity: 0.9;
}

li.nav-item.LinkCentered {
    padding: 0 25px 0 25px;
}


#BtnIngresar > a {
    color: black !important;
}

#BtnIngresar {
    /*background-color: white;*/
    background-color: #08BC74;
    border-radius: 10px;
    padding: 0 30px 0 30px;
    transition: 0.3s;
}

    #BtnIngresar > .nav-link {
        transition: 0.3s;
    }

    #BtnIngresar:hover {
/*        background-color: #1a1a1a;*/
        background-color: #08bc74;
    }

        #BtnIngresar:hover .nav-link {
            color: white !important;
        }

.mx-auto {
    margin-left: 27% !important;
}

@media only screen and (max-width: 1500px) {
    .mx-auto {
        margin-left: 20% !important;
    }
}

@media only screen and (max-width: 1380px) {
    .mx-auto {
        margin-left: 15% !important;
    }
}

@media only screen and (max-width: 1260px) {
    .mx-auto {
        margin-left: 10% !important;
    }
}


@media only screen and (max-width: 990px) {
    .img_crear_cuenta {
        display: none;
    }

    #DivRegistrar {
        margin-left: 20%;
    }
}

@media only screen and (max-width: 770px) {
    #DivRegistrar {
        margin-left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .mx-auto {
        margin-left: auto !important;
    }

    li.nav-item.LinkCentered {
        padding: 0;
    }

    #BtnIngresar {
        text-align: center;
    }
}



@media only screen and (max-width: 955px) {
    .mx-auto {
        margin-left: auto !important;
    }

    li.nav-item.LinkCentered {
        padding: 0;
    }

    #BtnIngresar {
        text-align: center;
    }
}
/*  Fin Estilos para la NavBar  */

/*  Imagen de Fondo  */
.quien_somos {
    background: url(../Images/fondo_quienes_somos.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    width: 100%;
    padding-bottom: 10%
}

/* Estilos para Section Inicio */

.container-fluid {
    padding: 0 !important;
}

/* Fin Estilos para Section Inicio */

.col-sm-4, .col-sm-8 {
    padding: 0 !important;
    margin: 0 !important;
}

.img_crear_cuenta {
    margin-right: 0%;
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-bottom: -8%;
    margin-left: 47%;
    object-fit: cover;
    object-position: center center;
}

.section_ofrecemos {
    background: url(../Images/caracteristicas.png);
    background-size: cover;
    width: 100%;
    padding-bottom: 1%
}

.row {
    margin-right: 0;
}

.btnHover {
    transition: 0.3s;
}

    .btnHover:hover {
        background: #09b673 !important;
    }

.btnHoverDegradado {
    transition: 0.999s;
}

    .btnHoverDegradado:hover {
        background: linear-gradient(to bottom left, gray,#4dbc75) !important;
    }

.btnHoverIngresar {
    transition: 0.3s;
}

    .btnHoverIngresar:hover {
        background: #11905f !important;
    }

input:focus {
    outline: none;
}

.prueba {
    background: linear-gradient(to bottom left, #0c7454,#47b474) !important;
}

#tree {
    overflow: hidden;
}

@media all and (max-width: 480px) {
    #splitter {
        font-size: 16px;
    }
}

p {
    padding: 10px;
}


.slider {
    z-index: 999999;
    display: block;
    position: absolute;
    width: 5px;
    background-color: #1ABC9C;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: visible;
    user-select: none;
}

    .slider::before {
        content: "";
        position: absolute;
        left: 0.25rem;
        top: 50%;
        height: 1.5rem;
        width: 0.5rem;
        background-color: #1ABC9C;
        cursor: col-resize;
    }



div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}
