
/*
theme name: botiga child
author: castellweb.com
author uri: https://castellweb.com
description: botiga wordpress child theme.
template: botiga
text domain: botiga-child
*/

/* .asstQuestions{    
    min-height:         450px; 
    .asstCol{
    min-height: 600px;
}
*/

.asstCol{
    min-height: 400px;
}

.asstQuestions{
    margin-top:         25px;
    min-height:         300px;
    background-color:   rgba(255, 255, 255,.5);
    padding: 10px;
}

.asstQuestions h3{
    font-size:      1.5rem;
    color:         #444444;
    margin-left:    50px;
    line-height:    1.5rem;
    font-weight:    800;
    margin-top:     0px;
    margin-bottom:  0px;
    padding-top:    0px;
    padding-bottom: 0px;    
}

.asstQuestions h2{
    text-align: center; 
    padding: 0px;               
    margin: 0px;
}

.asstQuestions h2 img{
    width: 350px;
}

.asstQuestions ul{        
    list-style: none;
}

.asstQuestions ul li{
    background-color: #003c6a;
    border-radius:      5px;
    margin:             5px;
    padding:            5px;        
    width:              200px;
    color:            #ffffff;
}

#consultar{
    background-color:   #003c6a;
    border-color:       #003c6a;
}

.par-list{
    margin-bottom: 50px;    
}
.par-list span{
    background-color: #21489c;
    border-radius:      5px;
    margin-left:        5px;
    margin-right:       5px;     
    padding:            5px; 
    line-height:        40px;               
    color:            #ffffff;
}

.shortcode_dolar_bcv span{
    font-family: "Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}


/***                        TYCSSO                        ***/


/* Encabezado Adaptable */

@media only screen and (max-width: 780px) {
    .encabezado {
      font-size:34px!important;
    }
  }
  
  
  /* Ocultar Imagen Categoria */
  
  .woocommerce ul.products li.product-category a img {
      display: none;
  }
  
  