﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* 26/11 estilo para banner de aceptacion de cookies */
.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.cookies-button-aceptar {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.cookies-button-cancelar {
    color: #fff;
    background-color: #FF0000;
    border-color: #1861ac;
}
/* */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*Cabecera Home*/
.imagen-cabecera {
    background-image: url(/lib/images/alex-mccarthy-7R_z9wH2AhU-unsplash.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    min-height: 50vh;
}

.buttons-header {
    display: flex;
    justify-content: end;
    padding: 30px;
}

    .buttons-header > button {
        background-color: white;
        color: #707070;
        border: solid;
        border-color: black;
        border-width: 1px;
    }

    .buttons-header .button-secondary {
        margin-left: 15px;
    }

.title-container {
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.title-cabecera {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 70%;
}

.titulo-home {
    color: white;
    font-size: 4.0rem;
    line-height: 70px;
    margin: 0px;
    padding-right: 40px;
}

.formulario-home {
    min-width: 340px;
    margin: auto
}

    .formulario-home > h1 {
        padding: 0px;
    }
/*Seccion Pricing*/
.cabecera-pricing {
    display: flex;
}

    .cabecera-pricing > h1 {
        display: inline-block;
        margin: auto;
        padding: 20px 30px 10px 30px;
        color: white;
        border-bottom: 1px solid white;
    }

.texto-pricing {
    color: #595959;
}

.texto-anexo {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}

.texto-anexo-2 {
    text-align: initial;
    padding-left: 14%;
}

.pricing-content-card {
    padding: 20px 80px;
}

.double-card-pricing {
    display: flex;
    justify-content: space-between;
}

    .double-card-pricing > div {
        width: 49%;
        padding-bottom: 30px;
    }

.calculo-capacidad {
    display: flex;
    padding: 20px 80px;
}

    .calculo-capacidad > div {
        padding: 0px 30px;
        width: 50%;
        display: flex;
        flex-direction: column;
    }

.border-right-pricing {
    border-right: 1px solid #ED7D31;
}

.card-pricing {
    background: white;
    border-radius: 90px;
    display: flex;
    flex-direction: column;
    padding: 30px 10px 15px 10px;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}

.card-pricing-2 {
    padding: 20px 70px;
}

.card-pricing-3 {
    display: flex;
    flex-direction: column;
}

    .card-pricing-3 > span:nth-child(1) {
        padding-bottom: 25px;
        font-size: 19px;
    }

    .card-pricing-3 > div {
        text-align: center;
        display: flex;
        justify-content: space-evenly;
    }

        .card-pricing-3 > div > div {
            padding: 10px;
            display: flex;
            flex-direction: column;
            width: 49%;
        }

.table-row-pricing {
    display: flex;
    padding: 10px 30px 10px 0px;
    border-bottom: 1px solid #595959;
    align-items: center;
    justify-content: space-between;
}

    .table-row-pricing > div {
        padding: 0px 10px;
    }

        .table-row-pricing > div:nth-child(1) {
            width: 435px;
            font-size: 19px;
            padding: 0px;
        }

            .table-row-pricing > div:nth-child(1) > span:nth-child(2) {
                display: block;
                padding-left: 12px;
                font-style: italic;
            }

.sub-pricing-informacion {
    padding-left: 20px !important;
}

.table-row-pricing:nth-child(4) {
    margin-bottom: 15px;
    border: none;
}

.descripcion-pricing {
    padding-left: 14%;
    font-size: 19px;
}

.cabecera-card-pricing {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}

.boton-contratar {
    background-color: #ED7D31;
    padding: 4px 30px;
    border-radius: 10px;
    border-color: #ED7D31;
    border: none;
    color: white;
    max-width: 150px;
    align-self: center;
    margin-top: 10px;
}

    .boton-contratar:hover {
        cursor: pointer;
    }

.smart-grid-seccion {
    display: flex;
}

    .smart-grid-seccion > div {
        width: 50%;
    }

        .smart-grid-seccion > div > img {
            width: 100%;
        }

        .smart-grid-seccion > div > div {
            display: flex;
            align-items: center;
        }

            .smart-grid-seccion > div > div > span {
                padding-left: 40px;
            }

            .smart-grid-seccion > div > div:nth-child(1) > span {
                padding-left: 0px;
            }

.icono-grid {
    width: 70px;
    margin: 6px 30px;
}

.icon-grid-1 {
    width: 110px;
    margin: 6px 30px;
}
/*Modal*/
.modal-dialog {
    width: 90% !important;
    max-width: 90% !important;
}

.modal-content {
    border-radius: 90px !important;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}

.modal-titulo {
    font-size: 45px;
    text-align: center;
    color: #ED7D31;
}

.modal-descripcion {
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 0px 70px;
}

.header-modal {
    padding: 20px;
}

.form-modal {
    padding: 30px;
}

    .form-modal > div {
        padding-bottom: 10px;
    }

        .form-modal > div > input, .form-modal > div > textarea {
            padding: 10px;
            width: 100%;
        }

.modal-info-adicional {
    padding: 0px 46px;
}

    .modal-info-adicional > div > input:hover {
        cursor: pointer;
    }

.modal-buttons {
    padding: 20px 46px 60px;
}
/*Tablet Responsive*/
@media (max-width: 1023px) {
    .title-container {
        flex-direction: column;
    }

    .titulo-home {
        padding-right: 0px;
    }

    .title-cabecera {
        width: 100%;
    }
}
