/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
 @font-face{
     font-family: 'Gotham Black', sans-serif;
      src: url('http://fonts.cdnfonts.com/css/gotham');
    }


@font-face {font-family: "Myriad Pro2"; 
src: url("//db.onlinewebfonts.com/t/c37920f95595038e0868564341c71133.eot"); 
src: url("//db.onlinewebfonts.com/t/c37920f95595038e0868564341c71133.eot?#iefix") format("embedded-opentype"), 
url("//db.onlinewebfonts.com/t/c37920f95595038e0868564341c71133.woff2") format("woff2"), 
url("//db.onlinewebfonts.com/t/c37920f95595038e0868564341c71133.woff") format("woff"), 
url("//db.onlinewebfonts.com/t/c37920f95595038e0868564341c71133.ttf") format("truetype"), 
url("//db.onlinewebfonts.com/t/c37920f95595038e0868564341c71133.svg#Myriad Pro") format("svg"); 
    
}

body{
	/*font-family: 'Myriad Pro light', sans-serif;*/
	    font-family: "Myriad Pro2";
        
	
}


/*Fuente añadida titulos*/
h1, h2, h3, h4, h5, h6{
	font-family: 'Gotham Black', sans-serif;
	 font-weight: bold !important;
}

.survey-name{
font-family: 'Gotham Black', sans-serif;
}

.survey-description{
    font-size: 20px;
    color:black !important;

}

button{
    background-color: #273984 !important;
}

.ls-question-message, .ls-questionhelp {
    color:#273984;
}

.ls-question-mandatory{
    color: #c0262e !important;
}

span, label{
    font-size: 16px !important;
    font-family: "Myriad Pro2";
}

@media (max-width: 760px) {
  h1, h2, h3, h4, h5, h6{
	font-family: 'Gotham Black', sans-serif;
	 font-size: 2.5rem !important;
	
}
}

/*Agregar imagen*/
.card-body{
    babackground-image: url("https://encuesta.mincyt.gob.ve/tmp/assets/5bee2eb6/LOGO%20ONCTI%20COLOR%202021.png");
}

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }