﻿::-webkit-input-placeholder {
    text-align: left;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: left;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
}

:-ms-input-placeholder {
    text-align: left;
}

#DemoGradient {
    margin-bottom: 5vh;
    /*    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(52, 202, 247) 10% ,rgb(0, 184, 255) 15% , rgb(0, 109, 234) 85% , rgb(0, 109, 234) 90%, rgb(255, 255, 255));
*/
    background-image: linear-gradient(to top, rgb(0, 109, 234) 0%, rgb(0, 109, 234) 25%,#00b8ff 64%, #00b8ff 78%, rgb(0, 184, 255) 78%);
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    position: relative;
    z-index: 0;
    border-radius: 8px 8px;
}

    #DemoGradient:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        background-image: linear-gradient(to bottom, rgb(0, 109, 234) 0%, rgb(0, 109, 234) 25%,#00b8ff 64%, #00b8ff 78%, rgb(0, 184, 255) 78%);
        border-radius: 8px 8px;
    }

.scene {
    margin-bottom: 78%;
    perspective: 600px;
}

.card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: bottom right;
    transition: transform 1s;
    transform: translateX(-5.5%) translateY(8%) rotateY(-6deg) rotateX(-3deg);
}

    .card.is-flipped {
        transform: translateX(0%) translateY(0%) rotateY(0deg) rotateX(0deg);
    }

.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 260px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    backface-visibility: hidden;
}

.card__face--front {
    background: red;
}

.alert > .start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert > .start-icon {
    margin-right: 5px;
}

.greencross {
    font-size: 18px;
    color: #25ff0b;
    text-shadow: none;
}

.alert-simple.alert-success {
    border: 1px solid rgba(33, 121, 1, 0.46);
    background-color: rgb(0, 162, 68);
    box-shadow: 0px 0px 2px #259c08;
    color: #f9f9f9;
    text-shadow: 2px 1px #00040a;
    transition: 0.5s;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

.alert-success:hover {
    background-color: rgb(4, 148, 65);
    transition: 0.5s;
}

.alert-simple.alert-info {
    border: 1px solid rgba(6, 44, 241, 0.46);
    background-color: rgba(40, 112, 231, 0.82);
    box-shadow: 0px 0px 2px #0396ff;
    color: #ffffff;
    text-shadow: 2px 1px #00040a;
    transition: 0.5s;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

.alert-info:hover {
    background-color: rgba(31, 105, 228, 0.96);
    transition: 0.5s;
}

.blue-cross {
    font-size: 18px;
    color: #0bd2ff;
    text-shadow: none;
}

.alert-simple.alert-warning {
    border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: 2px 1px #00040a;
    transition: 0.5s;
    cursor: pointer;
}

.alert-warning:hover {
    background-color: rgba(220, 128, 1, 0.33);
    transition: 0.5s;
}

.warning {
    font-size: 18px;
    color: #ffb40b;
    text-shadow: none;
}

.alert-simple.alert-danger {
    border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    text-shadow: 2px 1px #00040a;
    transition: 0.5s;
    cursor: pointer;
}

.alert-danger:hover {
    background-color: rgba(220, 17, 1, 0.33);
    transition: 0.5s;
}

.danger {
    font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.alert-simple.alert-primary {
    border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: 2px 1px #00040a;
    transition: 0.5s;
    cursor: pointer;
}

.alert-primary:hover {
    background-color: rgba(1, 204, 220, 0.33);
    transition: 0.5s;
}

.alertprimary {
    font-size: 18px;
    color: #03d0ff;
    text-shadow: none;
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
}

    .square_box.box_three {
        background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
        background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
        opacity: 0.059;
        left: -80px;
        top: -60px;
        width: 500px;
        height: 500px;
        border-radius: 45px;
    }

    .square_box.box_four {
        background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
        background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
        opacity: 0.059;
        left: 150px;
        top: -25px;
        width: 550px;
        height: 550px;
        border-radius: 45px;
    }

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 20px;
}

.fa-times {
    -webkit-animation: blink-1 2s infinite both;
    animation: blink-1 2s infinite both;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

@-webkit-keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

img[src=""] {
    display: none;
}

.service-icon {
    padding-top: 0px; 
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle::after {
    content: none;
}
.settings {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: x-large;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
.dropdownIdiomas {
    display: none;
    position: absolute;
    transform: translateX(-100%) !important;
    left: 0;
    top: 0;
    z-index: 2000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#itemDropSelIdioma:hover > div, #dropdownSelIdioma:hover{
    display: block;
}

.dropdown-item:hover {
    background-color: grey !important;
}

@media only screen and (max-width: 767px) {
    .main-navigation {
        margin-top: 1%;
    }

    .loginForm {
        flex-flow: row wrap;
    }

        .loginForm > * {
            margin-top: 1%;
        }
}

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }
}

@media (max-width: 700px) {
    .flip-card {
        transform: translateX(0%) translateY(0%) rotateY(0deg) rotateX(0deg);
    }
}

@media (min-width: 768px){

}

@media (min-width: 576px){

}

/* Estilos responsivos para Home/Index.cshtml */

/* Ajustes para tablets y dispositivos medianos */
@media (max-width: 992px) {
    .main-navigation .navbar-collapse {
        padding: 15px 0;
    }
    
    .main-navigation .loginForm {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .main-navigation .loginForm input {
        margin-bottom: 10px;
        width: 100% !important;
    }
    
    .pricing .card {
        margin-bottom: 20px;
    }
    
    .feature-block {
        margin-bottom: 30px;
    }
    
    .banner-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .main-banner h1 {
        font-size: 1.8rem;
    }
}

/* Ajustes para móviles en vertical */
@media (max-width: 576px) {
    .logo-bar {
        text-align: center;
    }
    
    .top-info-block {
        margin-bottom: 10px;
        justify-content: center;
        width: 100%;
    }
    
    .main-banner {
        text-align: center;
        padding: 20px 0;
    }
    
    .main-banner h1 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .main-banner .lead {
        font-size: 1rem;
    }
    
    .main-banner p.mb-0 .btn {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 250px;
    }
    
    .section {
        padding: 40px 0;
    }
    
    .service-img img {
        max-width: 100%;
        height: auto;
    }
    
    .service-content h1 {
        font-size: 1.5rem;
        margin-top: 15px;
    }
    
    .web-service-block {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .web-service-block h3 {
        font-size: 1.2rem;
    }
    
    .modal-dialog {
        margin: 10px;
    }
    
    .modal-body input {
        margin-bottom: 10px;
    }
    
    .footer-widget {
        margin-bottom: 20px;
    }
    
    .footer .text-right {
        text-align: center !important;
    }
}

/* Ajustes específicos para dispositivos muy pequeños */
@media (max-width: 380px) {
    .main-banner h1 {
        font-size: 1.3rem;
    }
    
    .logo-bar img {
        max-width: 130px;
    }
}

/* Estilos responsivos adicionales para completar */

/* Ajustes para el formulario de login en móvil */
@media (max-width: 767px) {
    .main-navigation .loginForm {
        flex-direction: column !important;
        width: 100% !important;
        max-width: 90% !important;
        margin: 0 auto 15px !important;
    }
    
    .main-navigation .loginForm input {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .main-navigation .loginForm button[data-toggle="modal"] {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        margin: 10px auto !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    #user, #contraseña {
        width: 100% !important;
    }
    
    .center-block.loginForm + .center-block.loginForm {
        flex-direction: column !important;
    }
    
    .center-block.loginForm + .center-block.loginForm .btn {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

/* Ajustes adicionales para el modal de registro */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 0.5rem auto !important;
    }
    
    .modal-content {
        border-radius: 0.2rem !important;
    }
    
    .modal-body {
        padding: 0.75rem !important;
    }
    
    .modal-footer {
        flex-direction: column !important;
        padding: 0.5rem !important;
    }
    
    .modal-footer .btn {
        width: 100% !important;
        margin: 0.25rem 0 !important;
    }
    
    .form-check {
        padding-left: 1.5rem !important;
    }
    
    /* Ajustes para la sección de servicios en móviles */
    .service-icon {
        margin: 0 auto 10px !important;
        display: block !important;
    }
    
    .service-inner-content {
        text-align: center !important;
    }
    
    .service-inner-content h4 {
        font-size: 1.2rem !important;
        margin-top: 0.5rem !important;
    }
    
    .service-block.media {
        display: block !important;
    }
    
    /* Ajustes para la sección de servicios web */
    .web-service-block {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .web-service-block i {
        margin-bottom: 0.5rem !important;
    }
    
    .web-service-block h3 {
        font-size: 1.2rem !important;
    }
}

/* Ajustes específicos para pantallas muy pequeñas */
@media (max-width: 380px) {
    h1, h2 {
        font-size: 1.3rem !important;
    }
    
    h3, h4 {
        font-size: 1.1rem !important;
    }
    
    .navbar-brand h4 {
        font-size: 1rem !important;
    }
    
    .top-info-block {
        margin-bottom: 0.5rem !important;
    }
    
    .top-info-block h5 {
        font-size: 0.9rem !important;
    }
    
    .modal-title {
        font-size: 1.1rem !important;
    }
    
    /* Ajustar tamaño de botones para facilitar el toque */
    .btn {
        padding: 0.4rem 0.75rem !important;
    }
}

/* Mejoras para la navegación principal en dispositivos pequeños */
@media (max-width: 992px) {
    .main-nav {
        padding: 0.5rem !important;
    }
    
    .main-nav .navbar-toggler {
        margin-right: 0.5rem !important;
    }
    
    .main-nav .navbar-brand {
        margin-left: 0.5rem !important;
    }
    
    /* Mejorar la sección de precios para móviles */
    .pricing .card-title {
        font-size: 0.8rem !important;
    }
    
    .pricing .card-price {
        font-size: 2.5rem !important;
    }
    
    .pricing .card-price .period {
        font-size: 0.7rem !important;
    }
    
    .pricing ul li {
        font-size: 0.85rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .pricing .btn {
        padding: 0.4rem 0.75rem !important;
        font-size: 0.85rem !important;
    }
}