body {
  background-image: url("../images/fondo-trama.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

p {font-family: 'Raleway';
  front-style: normal;
  font-weight: 400;}
p.bandera {text-align: justify;}
h2.card-title {color:#000;}
h3.card-title {color:#FFF;}
h4 {color:#000; text-align:center; font-size:18px;}

p.llamada {font-size: 13px; line-height: 12px;}

.img-responsive {width: 100%; height: auto;}

.mobile {display: none;}
.desk {display: inline;}

.separador {margin-top: 30px; margin-bottom: 0px;}

@media all and (max-width: 768px) {

.mobile {display: inline;}
.desk {display: none;}
}