/*
	[Tabla de contenidos]

    ## Card Services
	## Site Loader
    ## Botón Subir
    ## Botones de Mensajes
    ## Botones
    ## Taps
	
*/

/*****************************************************
******************  Card Services **********************        
*****************************************************/
.product-card {
    width: 380px;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 50px auto;
    background: #fafafa;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 50px;
    background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 30px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}

/*****************************************************
******************  Site Loader **********************        
*****************************************************/


/*****************************************************
******************* Botón Subir **********************        
*****************************************************/
.toTop {
	border: none;
	display: flex;
	cursor: pointer;
	transition: opacity 0.3s, transform 0.3s;
	/* posición */
	position: fixed; right: 1rem; bottom: 1rem; z-index: 9999;
  }
  .toTop:not(.is-visible) {
	pointer-events: none;
	opacity: 100;
	transform: translateY(-2rem);
  }
  .toTop svg {
	stroke-width: 3px;
	stroke: currentColor;
	fill: none;
	width: 24px;
  }
  /* Personalizar */
  .toTop {
	background-color: #252525;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 0.5rem;
	padding: 0.75rem;
	color: #fff;
  }

/*****************************************************
************** Botones de Mensajes *******************        
*****************************************************/
.wws-popup__open-btn {
	position: fixed;
	bottom: 0;
	left: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 25px;
	border: 0px solid #a12727;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #01b606;
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
	text-decoration: none;
	z-index: 100;
}

/*****************************************************
************************* Botones ********************        
*****************************************************/
.boton-azul{
    margin-bottom: 0px;
}
.boton-azul a{
    border-radius: 10px;
    background-color: var(--colorInstPrimary);
    padding: 12px 20px;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 207px;
    max-width: 207px;
    position: relative;
    z-index: 2;
}

.boton-azul a:hover{
    border-radius: 50px;
    border-color: 1px var(--colorInstPrimary);
    background-color: #fff;
    color: var(--colorInstPrimary);
}

.boton-cafe a{
    border-radius: 100px 100px 100px 100px;
    background-color: #ceb26b;
    padding: 20px 28px;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 207px;
    max-width: 207px;
    position: relative;
    z-index: 2;
}
/*****************************************************
************************* Tab media **********************        
*****************************************************/
.nav-tabs {
    border: none;
    margin-bottom: 15px;
    margin-top: 15px;
}
.nav .nav-item{
width: 50%;
margin-bottom: 2px;
color: #fff;
}
.nav .nav-item.active a{
background:#E51212;
color: #fff;
border-radius: 100px;
text-align: center;
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid #fff;
border-radius: 100px;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #fff;
cursor: default;
background-color: #E51212;
border-radius: 100px;
border: none;
}
/*****************************************************
************************* Tabs **********************        
*****************************************************/
.custom-tabs>li {
    float: left;
    text-transform: uppercase;
    font-size: 14px; /* 10.1px */ /* cambio tamaÃ±o COSS */
    font-weight: bold; /*esto no estaba COSS*/
	letter-spacing: 1px;
    /*margin: 2%;*/

}
.custom-tabs li a {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

/* Style 4*/
.custom-tabs.tab-style-4 {
    text-align: center;
}
.custom-tabs.tab-style-4 li a {
    border: 1px solid transparent;
    margin-right: 3px;
    margin-bottom: -1px;
    padding: 0;
    margin: 0;
}
.custom-tabs.tab-style-4 li.active a,
.custom-tabs.tab-style-4 li a:hover {
    color: var(--colorInstPrimary2);
    
}
.custom-tabs.tab-style-4 li a:hover p {
    color: var(--colorInstPrimary2);
}
.custom-tabs.tab-style-4 li a .bkg p {
    padding: 20px;
    background-color: rgba(65,65,65,0.5);
    width: 100%;
}

.custom-tabs.tab-style-4 li a .bkg{
    height: 300px;
    width: 275px;
    background-size: cover!important;
}
.custom-tabs.tab-style-4 li a .bkg:hover {
    transform: scale(1.02);
}

/* -- max-width: 768 */

@media (min-width: 375px) {
	.custom-tabs.tab-style-4 li a .bkg{
        margin-left: 10%;
    }
}

@media (max-width: 374px) {
	.custom-tabs.tab-style-4 li a .bkg{
        margin-left: 2%;
    }
}

/* -- max-width: 768 */
@media (max-width: 768px) {
	.custom-tabs.tab-style-4 li a .bkg{
        height: 150px;
        width: 137.5px;
        
    }
}


.tabsett > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabsett .tab-panel {
    display: none;
  }
  
  .tabsett > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabsett > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabsett > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabsett > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabsett > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabsett > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }
  
  /*
   Styling TABSET
  */
  
  .tabsett > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid var(--colorInstPrimary);
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
  }
  
  .tabsett > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
    color: var(--colorInstPrimary2);
  }
  
  .tabsett > label:hover,
  .tabsett > input:focus + label {
    color: var(--colorInstPrimary2);
  }
  
  .tabsett > label:hover::after,
  .tabsett > input:focus + label::after,
  .tabsett > input:checked + label::after {
    background: var(--colorInstPrimary2);
  }
  
  .tabsett > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: var(--colorInstPrimary2);
  }
  
  
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }
  
  /*
   Styling TABSET
  */
  
  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid var(--colorInstPrimary);
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
  }
  
  .tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
    color: var(--colorInstPrimary2);
  }
  
  .tabset > label:hover,
  .tabset > input:focus + label {
    color: var(--colorInstPrimary2);
  }
  
  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    background: var(--colorInstPrimary2);
  }
  
  .tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: var(--colorInstPrimary2);
  }
  
  .tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }
  
  
  .tabset {
  }

/*****************************************************
************************* Contacto **********************        
*****************************************************/
.contact_form{  
    width: 100%; 
    height: auto;
    border-radius: 10px;  
    padding-top: 30px;
    padding-bottom: 20px;  
    background-color: var(--colorInstComplementary2);; 
    padding-left: 30px; 
  }
  
  
  .contact_form input{
    background-color: #fbfbfb; 
    width: 90%; 
    height: 40px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: var(--colorInstPrimary2);
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
  }
  
  
  .contact_form textarea{
    background-color: #fbfbfb; 
    width: 90%; 
    height: 150px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: var(--colorInstPrimary2);
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
    padding-top: 15px; 
  }
  
  
  .contact_form label{
    display: block; 
    float: center;  
  }
  
  
  .btn-enviar{
    height: 45px; 
    padding-left: 5px;
    padding-right: 5px;   
    margin-bottom: 20px; 
    margin-top: 10px;   
    text-transform: uppercase;
    background-color: var(--colorInstPrimary2);
    border-color: var(--colorInstPrimary2);
    border-style: solid; 
    border-radius: 10px;  
    width: 90%;   
    cursor: pointer;
  }
  
  
  .btn-enviar p{
    color: var(--colorInstComplementary2) !important; 
  }
  
  
  .contact_form span{
    color: var(--colorInstPrimary2); 
  }
  
  
  .aviso{
    font-size: 13px;  
    color: #0e0e0e;  
  }
  
  
  .contact_form h1{
    font-size: 39px;  
    text-align: letf; 
    padding-bottom: 20px; 
    color: var(--colorInstPrimary2);
  }
  
  
  .contact_form h3{
    font-size: 16px; 
    padding-bottom: 30px;
    color: #0e0e0e;   
  }
  
  
  .contact_form p{
    font-size: 14px; 
    color: var(--colorInstComplementary); 
  }
  
  
  ::-webkit-input-placeholder {
   color: #a8a8a8;
  }
  
  
  ::-webkit-textarea-placeholder {
   color: #a8a8a8;
  }
  
  
  .formulario input:focus{
    outline:0;
    border: 1px solid var(--colorInstPrimary);
  }
  
  
  .formulario textarea:focus{
    outline:0;
    border: 1px solid var(--colorInstPrimary);
  }
  