
/* _______________________________ VARIABLES _______________________________ */

:root {
  --color-bl: #FFF;

  --font-titillium: "Titillium Web", sans-serif;

  --font-w-200 : 200;
  --font-w-300 : 300;
  --font-w-400 : 400;
  --font-w-600 : 600;
  --font-w-700 : 700;
  --font-w-900 : 900;
}

/* _______________________________ VARIABLES _______________________________ */

/* _______________________________ GENERALES _______________________________ */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body, main{
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a{ text-decoration: none !important; }

p, a, h1, h2, h3, h4, h5, h6, button, li, td, strong{
    font-family: sans-serif !important;
}

.no_padd{ padding: 0; }
.padd_1{ padding: 1em; }
.padd_5{ padding: 5em; }

.font1 { font-family: "Bitter", serif; }

.fw_n{ font-weight: normal; }
.fw_l{ font-weight: lighter; }
.fw_b{ font-weight: bold; }

.fw_100{ font-weight: 100; }


.img_10{ width: 100%; }
.img_9{ width: 90%; }
.img_8{ width: 80%; }
.img_7{ width: 70%; }
.img_6{ width: 60%; }
.img_5{ width: 49.5%; }



/* _______________________________ GENERALES _______________________________ */



/* _______________________________ CARRITO _______________________________ */
.minicarrito {
  position: relative;
  display: inline-block;
}

.btn-carrito {
  background: #3498db;
  color: white;
  border: none;
  padding: .3em;
  border-radius: 10em;
  cursor: pointer;
  font-size: 1em;
}

/*.lista-carrito {
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 100;
}*/

.cabecera-carrito {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.items-carrito {
  max-height: 300px;
  overflow-y: auto;
}

.item-carrito {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.total-carrito {
  font-weight: bold;
  margin: 15px 0;
  text-align: right;
}

.btn-vaciar {
  width: 100%;
  color: white;
}

.btn-comprar-p {
  width: 100%;
  background-color: greenyellow;
  color: darkgreen;
}

.btn-eliminar{
  font-size: .7em;
}
/* _______________________________ CARRITO _______________________________ */




/* _______________________________ FORM OPENPAY _______________________________ */
@charset "US-ASCII";
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700";
* {
    color: #444;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {  
   font-style: italic;
}

body {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
strong {
    font-weight: 700;
}
a {
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.button {
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    padding: .3em .5em;
    color: #FFF;
    width: auto;
    display: table;
    background: #E51F04;
    background: -moz-linear-gradient(top,  #E51F04 0%, #A60000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E51F04), color-stop(100%,#A60000));
    background: -webkit-linear-gradient(top,  #E51F04 0%,#A60000 100%);
    background: -o-linear-gradient(top,  #E51F04 0%,#A60000 100%);
    background: -ms-linear-gradient(top,  #E51F04 0%,#A60000 100%);
    background: linear-gradient(top,  #E51F04 0%,#A60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51F04', endColorstr='#A60000',GradientType=0 );
}
.button i {
    margin-right: 10px;
}
.button.disabled {
    background: none repeat scroll 0 0 #ccc;
    cursor: default;
}
.bkng-tb-cntnt {
    float: left;
    width: 800px;
}
.bkng-tb-cntnt .button {
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 5px 20px;
    width: auto;
}
.bkng-tb-cntnt .button.o {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e51f04;
    border: 1px solid #e51f04;
}
.bkng-tb-cntnt .button i {
    color: #fff;
}
.bkng-tb-cntnt .button.o i {
    color: #e51f04;
}
.bkng-tb-cntnt .button.right i {
    float: right;
    margin: 2px 0 0 10px;
}
.bkng-tb-cntnt .button.left {
    float: left;
}
.bkng-tb-cntnt .button.disabled.o {
    border-color: #ccc;
    color: #ccc;
}
.bkng-tb-cntnt .button.disabled.o i {
    color: #ccc;
}
.pymnts {
    float: left;
    width: 800px;
}
.pymnts * {
    float: left;
}

.sctn-row {
    margin-bottom: 35px;
    width: 800px;
}
.sctn-col {
    width: 375px;
}
.sctn-col.l {
    width: 425px;
}
.sctn-col input {
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 12px;
    width: 333px;
}
.sctn-col label {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    width: 100%;
}
.sctn-col.x3 {
    width: 300px;
}
.sctn-col.x3.last {
    width: 200px;
}
.sctn-col.x3 input {
    width: 210px;
}
.sctn-col.x3 a {
    float: right;
}
.pymnts-sctn {
    width: 800px;
}
.pymnt-itm {
    margin: 0 0 3px;
    width: 800px;
}
.pymnt-itm h2 {
    background-color: #e9e9e9;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 28px 0 28px 20px;
    width: 780px;
}
.pymnt-itm.active h2 {
    cursor: default;
}
.pymnt-itm div.pymnt-cntnt {
    display: none;
}
.pymnt-itm.active div.pymnt-cntnt {
    background-color: #f7f7f7;
    display: block;
    padding: 0 0 30px;
    width: 100%;
}

.pymnt-cntnt div.sctn-row {
    margin: 20px 30px 0;
    width: 740px;
}
.pymnt-cntnt div.sctn-row div.sctn-col {
    width: 345px;
}
.pymnt-cntnt div.sctn-row div.sctn-col.l {
    width: 395px;
}
.pymnt-cntnt div.sctn-row div.sctn-col input {
    width: 303px;
}
.pymnt-cntnt div.sctn-row div.sctn-col.half {
    width: 155px;
}
.pymnt-cntnt div.sctn-row div.sctn-col.half.l {
    float: left;
    width: 190px;
}
.pymnt-cntnt div.sctn-row div.sctn-col.half input {
    width: 113px;
}
.pymnt-cntnt div.sctn-row div.sctn-col.cvv {
    background-image: url("../img/openpay/cvv.png");
    background-position: 156px center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
.pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input {
    width: 110px;
}
.openpay {
    float: right;
    height: 60px;
    margin: 10px 30px 0 0;
    width: 435px;
}
.openpay div.logo {
    background-image: url("../img/openpay/openpay.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    border-right: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    padding: 15px 20px 5em 0;
}
.openpay div.shield {
    background-image: url("../img/openpay/security.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px;
    padding: 20px 0 0 40px;
    width: 200px;
}
.card-expl {
    float: left;
    height: 80px;
    margin: 20px 0;
    width: 800px;
}
.card-expl div {
    background-position: left 45px;
    background-repeat: no-repeat;
    height: 70px;
    padding-top: 10px;
}
.card-expl div.debit {
    background-image: url("../img/openpay/cards2.png");
    margin-left: 20px;
    width: 540px;
}
.card-expl div.credit {
    background-image: url("../img/openpay/cards1.png");
    border-right: 1px solid #ccc;
    margin-left: 30px;
    width: 209px;
}
.card-expl h4 {
    font-weight: 400;
    margin: 0;
}


.carga_compra{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    background-color: rgba(0, 141, 204, 0.5);
    backdrop-filter: blur(10px);
}
.text_mensaje_compra{
    background-color: rgba(0, 141, 204, 0.3);
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #FFF;
    padding: 1em .5em;
    border-radius: 1em;
}
/* _______________________________ FORM OPENPAY _______________________________ */




/* _______________________________ CONTENIDO _______________________________ */


.back_grad{
    background: #828282;
    background: linear-gradient(90deg,rgba(130, 130, 130, 1) 0%, rgba(230, 230, 230, 1) 100%);
}

.btn_comprar{
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 900;
    color: #FFF;
    background-color: #6D6D6D;
    border: #6D6D6D 1px solid;
    padding: 1em 2em;
    transition: all .5s;
}
.btn_comprar:hover{
    color: #6D6D6D;
    background-color: #FFF;
    border: #6D6D6D 1px solid;
}
.img_icons_apps{
    width: 100%;
    height: auto;
    padding: 0em;
}

/* _______________________________ CONTENIDO _______________________________ */







/* _______________________________ ACCORDION _______________________________ */


:root {
    --primary-color: #2c3e50;
    --accent-color: #3498db;
    --text-color: #333;
    --light-bg: #f8f9fa;
}


.custom-accordion {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Estilos personalizados para los encabezados del accordion */
.accordion-button {
    background-color: var(--light-bg);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 18px 20px;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: #e8f4fc;
    color: var(--accent-color);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

/* Estilo para la flecha en el lado izquierdo */
.accordion-button::before {
    content: "\f054"; /* Icono de flecha hacia la derecha de Font Awesome */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 12px;
    transition: transform 0.3s ease;
    color: var(--accent-color);
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
    color: var(--primary-color);
}

/* Asegurar que el texto comience después de la flecha */
.accordion-button span {
    margin-left: 5px;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .accordion-button {
        font-size: 1rem;
        padding: 15px;
    }
    
    .accordion-button::before {
        margin-right: 10px;
    }
}


.accord-pers{
    background-color: transparent;
    padding: .3em;
}
.accord-pers-fond-transp{
    background-color: transparent;
}


/* _______________________________ ACCORDION _______________________________ */









/* _______________________________ HEADER _______________________________ */

.logo_h{
    height: 4em;
    width: auto;
}
.back_cur{
    background-color: #FFF;
}
.btn_nav_pers{
    font-family: sans-serif;
    font-size: .9em;
    font-weight: 700;
    color: #008dcc !important;
}
.btn_nav_pers:hover{
    font-family: sans-serif;
    font-size: .9em;
    font-weight: 700;
    color: #008dcc;
}
/* _______________________________ HEADER _______________________________ */






/* _______________________________ FOOTER _______________________________ */

.footer_back{
    background-color: #1C2331;
}
.txt_footer{
    font-family: sans-serif;
    font-size: 1em;
    color: #FFF;
}
.btn_redes_foot{
    font-family: sans-serif;
    font-size: 2em;
    color: #FFF;
    margin: 1em .2em;
    opacity: 1;
    transition: all .5s;
}
.btn_redes_foot:hover{
    opacity: .8;
}

/* _______________________________ FOOTER _______________________________ */






/* _______________________________ RESPONSIVE _______________________________ */
@media (max-width: 992px) {


    .img_icons_apps{
        width: 30%;
        height: auto;
        padding: 1em;
    }


}
/* _______________________________ RESPONSIVE _______________________________ */








    