﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #EAE5D9;
    font-family: 'Arial', 'Helvetica', 'Sans-Serif';
    margin: 0;
    color: #696959;
}


@font-face {
    font-family: 'NewsreaderText-Bold';
    src: url('NewsreaderText-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope-VariableFont_wght';
    src: url('Manrope-VariableFont_wght.ttf') format('truetype');
}

/* Column container */
h2 {
    font-family: 'NewsreaderText-Bold';
    color: #6E6050;
}


.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    /*
.page nav {
    width: 100%;
    display: flex;
    justify-content:flex-end;
    padding: 15px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    color:#333;
}

.page nav a {
    font-size: 30px;
    cursor: pointer;
}

.TimerSession {
    font-family: 'Manrope-VariableFont_wght', sans-serif;
    color: #6E6050;
    text-align: left;*/ /* Alinea el texto a la izquierda */
    /*padding-left: 10px;*/ /* Añade un poco de padding para separarlo del borde izquierdo si es necesario */
    /*font-size: 16px;*/ /* Ajusta el tamaño de la fuente según lo necesites */
/*}


.cart-badge {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    justify-content: flex-end;
    font-size: 16px;
    vertical-align: middle;
}*/



.page nav {
    width: 100%;
    display: flex;
    justify-content: space-between; /* Alinea los contenedores a los lados opuestos */
    padding: 15px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;
}

.page nav a {
    font-size: 30px;
    cursor: pointer;
}

.nav-left {
    display: flex;
    align-items: center; /* Alinea verticalmente el contenido dentro de este contenedor */
}

.nav-right {
    display: flex;
    align-items: center; /* Alinea verticalmente el contenido dentro de este contenedor */
}

.TimerSession {
    font-family: 'Manrope-VariableFont_wght', sans-serif;
    color: #6E6050;
    font-size: 16px;
}

.cart-badge {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #EAE5D9;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

img.Logotwo {
    height: 25%;
    width: 25%;
}

img.SideCuarto {
    height: 100%;
    width: 100%;
}


/* Column container */
.control-label1 {
    font-family: 'Manrope-VariableFont_wght', sans-serif;
    color: #6E6050;
}


/* Column container */
.row {
    display: flex;
    flex-wrap: wrap;
}


.precionoche {
    color: #005679;
    font-family: 'Manrope-VariableFont_wght', sans-serif;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
    flex: 40%;
    background-color: #EAE5D9;
    border-style: solid;
    border: 2px solid #6E6050;
    border-radius: 8px;
    padding: 20px;
    color: #6E6050;
    font-family: 'Manrope-VariableFont_wght', sans-serif;
}

/* Main column */
.main {
    flex: 60%;
    background-color: white;
    padding: 20px;
    background-color: #EAE5D9;
    color: #6E6050;
}

.sideF {
    flex: 60%;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Main column */
.mainF {
    flex: 40%;
    background-color: white;
    padding: 20px;
}


header,
footer,
section {
    display: block;
}
/* Set padding to keep content from hitting the edges */
.body-content {

    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

/*input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}
*/
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }


.btn-dark {
    background-color: black;
    color: white;
}


.btn-orange {
    background-color: #f6a553;
    color: white;
}

.btn-montero {
    background-color: #6E6050;
    color: white;
}
.terminos {
    padding: 15px;
}

.terminosp {
    text-align: left;
}

.terminosp ul li {
    text-align: left;
}

.ocultar {
    display: none;
}

.aparecer {
    display: inline-block;
}
