@import url(//fonts.googleapis.com/css?family=Ubuntu);
:root {
    --white: #FFFFFF;
    --black: #000000;
    --very-light-pink: #C7C7C7;
    --text-input-field: #F7F7F7;
    --hospital-green: #b1acd9;
    --sm: 14px;
    --md: 16px;
    --lg: 18px;
  }

* {    
    /* padding: 2px;
    margin-left: 10px;
    margin: 0; */
    box-sizing: border-box;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
}

html {
     font-size: 62.5%;
    
    /* background: #000000;
    color: #ffffff; */
}

.btn {
    font-size: 1.5rem;
    padding: 2x 2x 2x 2x;
    /* border-radius:0 10px 40px 20px; */
    border-radius: 5px;
}

body {
    margin: 2px;
    font-size: 1.6rem;
    font-family:helvetica, sans-serif;
}

h1, h2, h3, h4, h5 , h6 {
    font-family: 'Ubuntu', sans-serif; font-weight:normal;   
    /* color: blue; */
    color: #1a07e4;
}

a {
    text-decoration:none;
    color:#5993bb;
    
}

.login {
    width: 100%;
    /* height: 100vh; */
    display: grid;
    background-image: url('/static/img/loginbackground.jpg');
    background-size: cover;
    background-attachment: fixed;
    place-items: center;
}


.label {
        font-size: var(--sm);
        font-weight: bold;
        margin-bottom: 4px;
}


.input {
        background-color: var(--text-input-field);
        border: none;
        border-radius: 8px;
        height: 30px;
        font-size: var(--md);
        padding: 6px;
        margin-bottom: 12px;
}

.form-container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: 300px;
  }

.primary-button {
    /* background-color: var(--hospital-green); */
    background-color: #1f0ed7;
    border-radius: 8px;
    border: none;
    color: var(--white);
    width: 100%;
    cursor: pointer;
    font-size: var(--md);
    font-weight: bold;
    height: 50px;
}

.login-button {
    margin-top: 14px;
    margin-bottom: 30px;
}

      /* body {
        margin: 0;
        font-family: 'Quicksand', sans-serif;
      } */
      /* .title {
        font-size: var(--lg);
        margin-bottom: 12px;
        text-align: center;
      } */
      /* .subtitle {
        color: var(--very-light-pink);
        font-size: var(--md);
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 32px;
        text-align: center;
      } */
      /* .form {
        display: flex;
        flex-direction: column;
      } */
      
      /*@media (max-width: 640px) {
        .logo {
          display: block;
        }
      } */



a:hover {
    color:red;
    
}

.main-nav{
    margin-top: 0px;
    list-style: none;
    padding-left: 20px;
    background-color: #1d04fa;   
    margin-right: 0px; 
}

nav:hover {
    color:red;
}


#carousel {
    position: relative;
  }

#carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

#carousel .overlay .container,
#carousel .overlay .row {
  height: 80%;
}

  
nav .nav-right-section a {
    margin-right: 10px;
}


.main-nav__item{
    display: inline-block;
    color: white;
}

.main-nav__item_sel{
    display: inline-block;
    color: black;
    background-color: #4d3bf0;
    padding: 0;

}

.main-nav__item a{
    color: white;
    padding: 1px;
    border-radius: 2px;
    text-decoration: none;
}

.main-nav__item a:hover{
    color: rgb(250, 250, 249);
    background-color: #4d3bf0;
}

.main-nav__item a:active{
    color: red;
}

a.button, input[type="submit"] {
    color:#fff;
    background:#5993bb;
    border-radius:4px;
    /* border-radius:0 10px 10px 10px; */
    padding:5px 20px;
    font-size:14px;
    border:0;
}

a.button.light {
    color:#666;
    background:#ededed;
}

.text-left {
    text-align:left;
}

.text-right {
    text-align:right;
}

table {
    width:100%;
    border-spacing:0;
    border-collapse: collapse;
}

table th, table td {
    text-align:left;
    font-size:14px;
    padding:5px;
    margin:2px;
}

tbody tr:nth-child(odd) {
    background:#efefef;
}

tbody tr.subtotal {
    background:#ccc;
}

thead th, tbody tr.total {
    background:#5993bb;
    color:#fff;
    font-weight:bold;
    border-style: dotted;
    text-align: center;
}

table.cart {
    margin-bottom:20px;
}

table.cart img {
    width:60px;
    height: 90px;
}

tbody td.num {
    text-align:right;
    font-weight:bold;    
    width: 50px;
}

td input[type="submit"] {
    font-size:14px;
    padding:4px 10px;
}

/* #header {
    /* width: 100vw; */
    /* height: 15vh; */
/*
    font-size:18px;
    overflow:auto;
    background: #1cbe2f;
    background: -webkit-linear-gradient(left, #0f0f0f, #6a11cb);
    background: -o-linear-gradient(left, #0f0f0f, #6a11cb);
    background: -moz-linear-gradient(left, #0f0f0f, #6a11cb);
    background: linear-gradient(left, #0f0f0f, #6a11cb);
} */

#header {
    font-size:18px;
    overflow:auto;
    background: #1cbe2f;
    background: -webkit-linear-gradient(left, #34A1B6, #314A95);
    background: -o-linear-gradient(left, #34A1B6, #314A95);
    background: -moz-linear-gradient(left, #34A1B6, #314A95);
    background: linear-gradient(left, #34A1B6, #314A95);
    /* background: linear-gradient(left, #05a9ef, #1a07e4); */
}
#header a {
    color : white;
}

#header a selected {
    color : rgb(99, 19, 19);
}


.limiter {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }

.anuncio a {
    background: #2575fc;
    background: -webkit-linear-gradient(left, #6a11cb, #2575fc);
    background: -o-linear-gradient(left, #6a11cb, #2575fc);
    background: -moz-linear-gradient(left, #6a11cb, #2575fc);
    background: linear-gradient(left, #6a11cb, #2575fc);
    justify-content: center;
    color : white;
}

.container-login101 {
    width: 100%;  
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.container-login100 {
    width: 100%;  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2px;
  
    background: #4d4e4f;
    background: -webkit-linear-gradient(left, #aaa8ac, #2575fc);
    background: -o-linear-gradient(left, #aaa8ac, #2575fc);
    background: -moz-linear-gradient(left, #aaa8ac, #2575fc);
    background: linear-gradient(left, #aaa8ac, #2575fc);
  
  }

  .container-100 {
    width: 100%;  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }


/* #footer {
    background: #2575fc;
    background: -webkit-linear-gradient(left, #0f0f0f, #6a11cb);
    background: -o-linear-gradient(left, #0f0f0f, #6a11cb);
    background: -moz-linear-gradient(left, #0f0f0f, #6a11cb);
    background: linear-gradient(left, #0f0f0f, #6a11cb);
} */

#footer {
    background: #2575fc;
    background: -webkit-linear-gradient(left, #34A1B6, #314A95);
    background: -o-linear-gradient(left, #34A1B6, #314A95);
    background: -moz-linear-gradient(left, #34A1B6, #314A95);
    background: linear-gradient(left, #34A1B6, #314A95);
}

/* background: -moz-linear-gradient(left, #34A1B6, #314A95); */

#footer a {
    color : white;
}

#login
{
    margin: auto;
    text-align:center;
}
#subheader {
    background:#ececec;
    color:#444;
    padding:15px 100px;
    overflow:auto;
}

#header .logo {
    font-family: 'Ubuntu', sans-serif;
    float:left;
    color:#333;
    font-size:22px;
    margin-right:10px;
}

#subheader .cart {
    float:right;
    padding-top:4px;
}

form p label, form p input {
    float:left;
    clear:both;
    font-size:22px;
}

form p label {
    font-size:14px;
    padding-bottom:4px;
}

form p input {
    width:300px;
    font-size:23px;
    margin-bottom:10px;
    padding:10px 12px;
    border:0;
    background:#efefef;
    color:#666;
    border-radius:4px;
}

/* braintree hosted fields */
form div.field {
    font-size:13px;
    color:#666;
    width:300px;
    height:22px;
    margin-bottom:10px;
    padding:6px 12px;
    border:0;
    background:#efefef;
    color:#666;
    border-radius:4px;
}


.product-list  {
    display: flex;
    flex-wrap: wrap;
}

.product-list .item {
    width:25%;
    padding:10px 20px 10px 0;
    border: 0.1rem solid black;
    float:left;
    text-align:center;
    line-height:1.2;
}

.product-list .item img {
    width:50%;
    margin-bottom:8px;
    flex-basis: 10rem;
    flex-grow: 1;
}

.product-detail {
    text-align:justify;
}
    

.product-detail .price {
    color:#333;
    font-size:28px;
    font-weight:bold;
}

.product-detail img {
    width:20%;
    float:left;
    padding:0 20px 20px 0;
}

.product-detail h1 {
    margin-bottom:0;
}

.product-detail h2 {
    margin-top:10px;
}

ul.errorlist {
    float:left;
    color:#ff0000;
    clear:both;
    font-size:13px;
    margin:0;
    padding:0;
 }
 
 


#content {
    padding:2 2px;
    overflow:hidden;
}

#sidebar {
    width:120px;
    padding:30px 20px 0 0;
    float:left;
}

#sidebar ul{
    margin:0;
    padding:0;
}

#sidebar ul li {
    margin:0;
    list-style:none;
    padding:10px 14px;
}

#sidebar ul li a {
    display:block;
}

#sidebar ul li.selected {
    background:#5993bb;
    border-radius:4px;
}

#sidebar ul li.selected a {
    color:#fff;
}

#main {
    float:left;
    width: 96%;
    /* margin-right:-220px; */
    padding: 0;
    overflow:hidden;
}



.order-form {
    float:left;
}

.order-info {
    float:right;
    width:300px;
    background:#efefef;
    padding:10px 20px;
    color:#333;
    border-bottom:4px solid #5993bb;
}

.order-info h3 {
    color:#5993bb;
}

.order-info ul li {
    margin:0;
    padding:0;
    font-size:14px;
}

.order-info p {
    font-weight:bold;
    float:right;
}

.order-info span {
    float:right;
}

.neg {
    color:#dc1616;
}

.languages {
   float:right;
   padding-top:4px;
   font-size:14px;
}

.languages ul {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}

.languages ul li {
    float:left;
    margin:0 0 0 10px;
    font-size:14px;
}

.languages p {
    float:left;
    margin:0;
}

.recommendations {
    clear:both;
}

.recommendations div {
    float:left;
}

.recommendations img {
    width:200px
}

.recommendations p {
    clear:both;
}

.recommendations.cart {
    width:60%;
    float:left;
    overflow:auto;
}

.recommendations.cart h3 {
    margin-top:0;
}

.recommendations.cart .item {
    margin-right:10px;
}

.recommendations.cart img {
    width:120px;
}


special {
    color: red;
}

.imagen {
    max-width: 20%;
    height: auto;
    width: auto;
    /* border-style: dashed; */
}

.imagen2 {
    /* max-width: 80%; */
    height: 22px;
    width: 50px;
    /* border-style: dashed; */
}

.imagen3 {
    /* max-width: 80%; */
    height: 100px;
    width: 100px;
    object-fit : contain;
    /* border-style: dashed; */
}




/* boletines */
.main-plans-container {
    width: 100%;
    min-width: 420px;
    padding-bottom: 20px;
    text-align: center;
}

.card1 {
    scroll-snap-align: center;
    width: 100%;
    min-width: 300px;
    max-width: 210px;
    height: 350px;
    margin: 5px 5px 0;
    padding: 0 5px;
    background-color: var(--just-white);
    border-radius: 15px;
    box-shadow: 0 8px 8px rgba(168, 131, 30, 0.16);
}

.card1 a {
    background-color : blue;
    color: white;
}

.card1 h3 {
    text-align: center;
}

.card1 div {
    text-align: center;
}

.plans-container--card {
    position: relative;
    scroll-snap-align: center;
    width: 90%;
    min-width: 410px;
    max-width: 300px;
    height: 250px;
    margin: 5px 15px 0;
    padding: 0 15px;
    background-color: var(--just-white);
    border-radius: 15px;
    box-shadow: 0 8px 8px rgba(168, 131, 30, 0.16);
}


.plans--title {
    width: 90%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px; 
}

.plans--title h2 {
    padding-top: 50px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.6rem;
    color: var(--black);
}

.plans--title p {
    padding-top: 30px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #757575;
}

.plans-container--slider {
    display: flex;
    height: 316px;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
} 


.plan-card--title { 
    padding-top: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: black;
}

.plan-card--price {
  padding: 5px 0;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 6.3rem;
  color: black; 
}

.negro {
    font-size: 1.7rem;    
    color: black; 
  }
  
.negrodos {
    font-size: 2.3rem;
    font-weight: bold;
    color: rgb(160, 27, 9);     
}

.blanco {
    font-size: 2.3rem;
    font-weight: bold;
    color: rgb(249, 246, 246);     
}

.rojo {
    color: rgb(160, 27, 9);
    font-weight: bold;
}

.amarillo {
    color: rgb(213, 249, 11);     
    font-weight: bold;
}

.verde {
    color: rgb(16, 243, 84);     
    font-weight: bold;
}

.azul {
    color: rgb(28, 5, 227);     
    font-weight: bold;
}

.plan-card--price span {
    font-size: 1.2rem;
    font-weight: 300;
}

.plan-card--saving {
    font-size: 2rem;
    padding-left: 6px;
    color: #f1eeee;
}

.recommended {
    position: absolute;
    width: 240px;
    height: 31px;
    left: calc(50% - 120px);
    top: -15px;
    font-size: 1.6rem;
    padding: 6px;
    color: #f1eeee;
    
    border-radius: 8px;
}


.plan-card-ca {
    width: 150px;
    height: 48px;
    margin-top: 20px;
    background-color: #faf8f7;
    border: 2px solid var(--bitcoin-orange);
    border-radius: 4px ;
    font-family: "DM Sans", sans-serif; 
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    color: var(--black);
}

.plan-card-ca span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("./assets/icons/orange-right-arrow.svg");
    vertical-align: text-bottom;
}

#number {
    width: 3em;
  }